diff options
author | Rob Holland <tigger@gentoo.org> | 2003-06-18 12:15:32 +0000 |
---|---|---|
committer | Rob Holland <tigger@gentoo.org> | 2003-06-18 12:15:32 +0000 |
commit | b4c10d687fb27d8032e9b9f99fc3666fecff1348 (patch) | |
tree | 38d2d5c6c29d5644aea0eeafe8d8eefcadb63461 /x11-plugins | |
parent | Made sure a sample asbuttonrc is copied (thanks to Jens Hoffrichter, closes #229 (diff) | |
download | historical-b4c10d687fb27d8032e9b9f99fc3666fecff1348.tar.gz historical-b4c10d687fb27d8032e9b9f99fc3666fecff1348.tar.bz2 historical-b4c10d687fb27d8032e9b9f99fc3666fecff1348.zip |
Made sure a sample asbuttonrc is copied (thanks to Jens Hoffrichter, closes #229
82). Also corrected a dep.
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/asbutton/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3-r1.ebuild | 34 | ||||
-rw-r--r-- | x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch | 13 | ||||
-rw-r--r-- | x11-plugins/asbutton/files/digest-asbutton-0.3-r1 | 1 |
4 files changed, 50 insertions, 2 deletions
diff --git a/x11-plugins/asbutton/Manifest b/x11-plugins/asbutton/Manifest index a6f5ea3064b5..4b888e40544f 100644 --- a/x11-plugins/asbutton/Manifest +++ b/x11-plugins/asbutton/Manifest @@ -1,6 +1,6 @@ MD5 950b0ca328829d9b437baa352dfd3708 asbutton-0.3.ebuild 787 -MD5 7426c803ea77b7f8e4667d88aef3d7d0 asbutton-0.3-r1.ebuild 831 -MD5 1cefbc382db870b46600357f501750eb ChangeLog 648 +MD5 7b47694722933d7f9ad9f454849ee024 asbutton-0.3-r1.ebuild 832 +MD5 65766d75fd4f95f82800aaabd57bea13 ChangeLog 646 MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-r1-gentoo.patch 520 MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64 MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520 diff --git a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild new file mode 100644 index 000000000000..40f82b4b5057 --- /dev/null +++ b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3-r1.ebuild,v 1.1 2003/06/18 12:15:25 robh Exp $ + +S=${WORKDIR}/${P} +DESCRIPTION="A simple dockable application launcher for use in AfterStep." +SRC_URI="http://www.tigr.net/afterstep/download/asbutton/${P}.tar.gz" +HOMEPAGE="http://www.tigr.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86" + +DEPEND="x11-wm/afterstep" + +src_unpack() { + unpack ${A} + + cd ${S} + patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die "patch failed" +} + +src_compile() { + emake || die "emake failed" +} + +src_install () { + dodir /usr/bin + dodir /usr/share/afterstep/desktop/icons/16bpp + + make DESTDIR=${D} install || die + dodoc README CHANGES + newdoc .asbuttonrc sample_asbuttonrc +} diff --git a/x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch b/x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch new file mode 100644 index 000000000000..b1f62ac690de --- /dev/null +++ b/x11-plugins/asbutton/files/asbutton-0.3-r1-gentoo.patch @@ -0,0 +1,13 @@ +--- Makefile 2003-04-15 19:14:25.000000000 +0200 ++++ Makefile 2003-04-15 19:14:43.000000000 +0200 +@@ -5,8 +5,8 @@ + CCFLAGS = -O2 + TARGET = asbutton + OBJECTS = asbutton.o readline.o +-BINDIR = /usr/local/bin +-ICONDIR = /usr/share/afterstep/desktop/icons/16bpp ++BINDIR = ${DESTDIR}usr/bin ++ICONDIR = ${DESTDIR}usr/share/afterstep/desktop/icons/16bpp + + ICONS = asb4-1.xpm asb4-2.xpm asb4-3.xpm asb4-4.xpm asb4-blank.xpm asb4-bullethole.xpm \ + asb4-filingcabinet.xpm asb4-gear.xpm asb4-gnu-button-thang.xpm \ diff --git a/x11-plugins/asbutton/files/digest-asbutton-0.3-r1 b/x11-plugins/asbutton/files/digest-asbutton-0.3-r1 new file mode 100644 index 000000000000..a07b1dae5d3c --- /dev/null +++ b/x11-plugins/asbutton/files/digest-asbutton-0.3-r1 @@ -0,0 +1 @@ +MD5 febcc9db3eb615856bbebdc966ea4f27 asbutton-0.3.tar.gz 106550 |