diff options
author | Markus Rothe <corsair@gentoo.org> | 2006-04-28 20:38:42 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2006-04-28 20:38:42 +0000 |
commit | 63b942a0452d8f620b7900ab907f75fd6620d61f (patch) | |
tree | 2173663ade7b84d42beec3d9dbbbf4f2e320c8e4 /app-laptop | |
parent | Depend on libprelude-0.8.10, because it does not compile with newer versions;... (diff) | |
download | gentoo-2-63b942a0452d8f620b7900ab907f75fd6620d61f.tar.gz gentoo-2-63b942a0452d8f620b7900ab907f75fd6620d61f.tar.bz2 gentoo-2-63b942a0452d8f620b7900ab907f75fd6620d61f.zip |
version bump, also fixes modular X dependencies (bug #131596)
(Portage version: 2203-svn)
Diffstat (limited to 'app-laptop')
-rw-r--r-- | app-laptop/macosd/ChangeLog | 7 | ||||
-rw-r--r-- | app-laptop/macosd/Manifest | 14 | ||||
-rw-r--r-- | app-laptop/macosd/files/digest-macosd-0.3.0 | 1 | ||||
-rw-r--r-- | app-laptop/macosd/macosd-0.3.0.ebuild | 52 |
4 files changed, 62 insertions, 12 deletions
diff --git a/app-laptop/macosd/ChangeLog b/app-laptop/macosd/ChangeLog index f7d70df04188..a6f7a6f775c3 100644 --- a/app-laptop/macosd/ChangeLog +++ b/app-laptop/macosd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-laptop/macosd # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.7 2006/01/17 04:47:08 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/ChangeLog,v 1.8 2006/04/28 20:38:42 corsair Exp $ + +*macosd-0.3.0 (28 Apr 2006) + + 28 Apr 2006; Markus Rothe <corsair@gentoo.org> +macosd-0.3.0.ebuild: + version bump, also fixes modular X dependencies (bug #131596) *macosd-0.1.9-r1 (17 Jan 2006) diff --git a/app-laptop/macosd/Manifest b/app-laptop/macosd/Manifest index d9243b8159fa..83ace1295959 100644 --- a/app-laptop/macosd/Manifest +++ b/app-laptop/macosd/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 ce1c4a0a5d122fc9c21bc5b5ab7d5b11 ChangeLog 1086 +MD5 add046d446bbebb6b249215622be6c25 ChangeLog 1251 MD5 e11c404b0ef630f5a364a0d4db4603d0 files/0.1.9-evas-pbbuttonsd.patch 3310 MD5 4962805ae4fcd76e12880c53afda10ef files/0.1.9-evas.patch 1745 MD5 1dcb5edab66af7f0a128b77c7d2b09b8 files/digest-macosd-0.1.9 65 MD5 1dcb5edab66af7f0a128b77c7d2b09b8 files/digest-macosd-0.1.9-r1 65 +MD5 ad8195cfa0af68506d61d7a410c1e043 files/digest-macosd-0.3.0 65 MD5 b388391314b9f853c13fb814d6251abf macosd-0.1.9-r1.ebuild 1381 MD5 3acd133b5a1dc947584d001570dea373 macosd-0.1.9.ebuild 1341 +MD5 94ce533ff5b1a7c8919d66559b3c2f80 macosd-0.3.0.ebuild 1308 MD5 20b1bed5008cb245ef24781eb798f1d0 metadata.xml 983 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDzHbWcsIHjyDViGQRAksHAKCBv6toYUoLm+l0omzyVirZ+sFnVgCglq1r -7P0gmHIt4Vk9QOu0n4dGSo4= -=WOtA ------END PGP SIGNATURE----- diff --git a/app-laptop/macosd/files/digest-macosd-0.3.0 b/app-laptop/macosd/files/digest-macosd-0.3.0 new file mode 100644 index 000000000000..a2f36734f984 --- /dev/null +++ b/app-laptop/macosd/files/digest-macosd-0.3.0 @@ -0,0 +1 @@ +MD5 412f94b0597d9dca68874b0902719850 macosd-0.3.0.tar.bz2 170521 diff --git a/app-laptop/macosd/macosd-0.3.0.ebuild b/app-laptop/macosd/macosd-0.3.0.ebuild new file mode 100644 index 000000000000..1b06b0e993a1 --- /dev/null +++ b/app-laptop/macosd/macosd-0.3.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-laptop/macosd/macosd-0.3.0.ebuild,v 1.1 2006/04/28 20:38:42 corsair Exp $ + +inherit eutils + +DESCRIPTION="On-Screen-Display frontend for pbbuttonsd (only for PPC Laptops)." +HOMEPAGE="http://www.exactcode.de/oss/macosd/" +SRC_URI="http://dl.exactcode.de/oss/macosd/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~ppc" +IUSE="" +DEPEND=">=app-laptop/pbbuttonsd-0.6.8 + >=x11-libs/evas-0.9.9 + >=x11-libs/xosd-2.2.5 + || ( + ( + x11-libs/libX11 + x11-libs/libXext + ) + virtual/x11 + )" +RDEPEND="$DEPEND" + +src_compile() { + # can't use econf -- this packages uses ROCK Linux style configure + ./configure \ + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + --with-xosd \ + --with-evas || die "./configure failed" + + emake || die "emake failed" +} + +src_install() { + dodir /usr/share/macosd + dodir /usr/bin + einstall || die + dodoc README +} + +pkg_postinst() { + einfo "Make sure that pbbuttons is running (add it to your default runlevel)" + einfo "and then add the following to your ~/.xinitrc to have macosd" + einfo "start whenever you launch X:" + einfo "macosd -t CleanOSX &" + einfo "To see a listing of available themes, run: macosd -l" +} + |