diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-08 13:49:27 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-08 13:49:27 +0000 |
commit | 5938834e0115039e987b5464737847569ec83616 (patch) | |
tree | 2d2e6193c927c1f38d26feb3ecbb76443863b2b1 /x11-misc/icecc | |
parent | Version bump (diff) | |
download | gentoo-2-5938834e0115039e987b5464737847569ec83616.tar.gz gentoo-2-5938834e0115039e987b5464737847569ec83616.tar.bz2 gentoo-2-5938834e0115039e987b5464737847569ec83616.zip |
Version bump
Diffstat (limited to 'x11-misc/icecc')
-rw-r--r-- | x11-misc/icecc/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/icecc/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icecc/files/digest-icecc-2.4 | 1 | ||||
-rw-r--r-- | x11-misc/icecc/files/icecc-2.4.patch | 11 | ||||
-rw-r--r-- | x11-misc/icecc/icecc-2.4.ebuild | 39 |
5 files changed, 60 insertions, 3 deletions
diff --git a/x11-misc/icecc/ChangeLog b/x11-misc/icecc/ChangeLog index 88c7e45b3322..a6d28ebdd0cd 100644 --- a/x11-misc/icecc/ChangeLog +++ b/x11-misc/icecc/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/icecc # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.11 2003/07/01 11:47:44 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/ChangeLog,v 1.12 2003/07/08 13:47:54 phosphan Exp $ + +*icecc-2.4 (08 Jul 2003) + + 08 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> icecc-2.4.ebuild, + files/icecc-2.4.patch: + Version bump *icecc-2.3 (01 Jul 2003) diff --git a/x11-misc/icecc/Manifest b/x11-misc/icecc/Manifest index 430c353d7040..e353b767572a 100644 --- a/x11-misc/icecc/Manifest +++ b/x11-misc/icecc/Manifest @@ -3,8 +3,8 @@ MD5 6806a2c35284ed922a910529735f0aec icecc-1.5.ebuild 614 MD5 a39c43058b48dc22f1b19f31aa9602b7 icecc-2.3.ebuild 949 MD5 6beb3d1bb7021baceb3c4c8f3268cccd icecc-2.0.ebuild 951 MD5 3c3583ea36b707b668c345847986a904 icecc-2.2.ebuild 949 -MD5 5c314250791c53902f1740abbc6a08af ChangeLog 1700 -MD5 a39c43058b48dc22f1b19f31aa9602b7 icecc-2.4.ebuild 949 +MD5 bad14db3379484c9ab6f33e0ecff4cde ChangeLog 1838 +MD5 b7146c3db19527599b2ccd7547bf4a3e icecc-2.4.ebuild 949 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 8ffdf6aa0e2ce02cd060a956279b0f1d icecc-0.5.ebuild 725 MD5 f255bba4b714e8448420f1fee95f89bf files/icecc-2.3.patch 357 diff --git a/x11-misc/icecc/files/digest-icecc-2.4 b/x11-misc/icecc/files/digest-icecc-2.4 new file mode 100644 index 000000000000..89ecafeb6eeb --- /dev/null +++ b/x11-misc/icecc/files/digest-icecc-2.4 @@ -0,0 +1 @@ +MD5 0724f7242c5b8b8371aa60f1b01232bc icecc-2.4.tar.bz2 340229 diff --git a/x11-misc/icecc/files/icecc-2.4.patch b/x11-misc/icecc/files/icecc-2.4.patch new file mode 100644 index 000000000000..855431abf148 --- /dev/null +++ b/x11-misc/icecc/files/icecc-2.4.patch @@ -0,0 +1,11 @@ +--- icecc/icecc.cpp 2003-04-03 22:48:22.000000000 +0200 ++++ icecc/icecc.cpp.new 2003-04-14 11:27:47.000000000 +0200 +@@ -49,7 +49,7 @@ + themeBrowser(0), + icewmCfgDir(getenv("ICEWM_PRIVCFG")), + aTools(COUNTTOOLS), +-themeDir("/usr/local/share/icecc/themes/") ++themeDir("/usr/share/icecc/themes/") + { + setCaption(tr("IceWM Control Center " VERSION)); + diff --git a/x11-misc/icecc/icecc-2.4.ebuild b/x11-misc/icecc/icecc-2.4.ebuild new file mode 100644 index 000000000000..3dcc32ebfa30 --- /dev/null +++ b/x11-misc/icecc/icecc-2.4.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icecc/icecc-2.4.ebuild,v 1.1 2003/07/08 13:47:54 phosphan Exp $ + +DESCRIPTION="IceWM Control Center (only main program, see icewm-tools for the rest)" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +HOMEPAGE="http://icecc.sourceforge.net/" + +LICENSE="GPL-2" +KEYWORDS="~x86" +SLOT="0" + +DEPEND=">=x11-libs/qt-3.0.0" + +src_unpack() { + unpack ${A} + cd ${S} + patch -p0 < ${FILESDIR}/${P}.patch || die "patch failed" +} + +src_compile() { + econf || die + emake || die +} + +src_install() { + einstall || die + + rm -rf ${D}/usr/doc + dohtml ${PN}/docs/en/*.{html,sgml} + dodoc AUTHORS ChangeLog README TODO + dodir /usr/share/${PN}/themes + cp -a theme/* ${D}/usr/share/${PN}/themes/ + chmod go-w ${D}/usr/share/${PN}/themes/ +} + +pkg_postinst() { + einfo "emerge icewm-tools for the control center helper tools" +} |