diff options
author | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-08 13:49:19 +0000 |
---|---|---|
committer | Patrick Kursawe <phosphan@gentoo.org> | 2003-07-08 13:49:19 +0000 |
commit | 7d083ae18829ae6f8a906955a84fcde2a4408aaf (patch) | |
tree | 306b18b4661d9e1f1c557f943f94f89dab704eb4 /x11-misc | |
parent | Version bump (diff) | |
download | historical-7d083ae18829ae6f8a906955a84fcde2a4408aaf.tar.gz historical-7d083ae18829ae6f8a906955a84fcde2a4408aaf.tar.bz2 historical-7d083ae18829ae6f8a906955a84fcde2a4408aaf.zip |
Version bump
Diffstat (limited to 'x11-misc')
-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 | ||||
-rw-r--r-- | x11-misc/icemc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icemc/Manifest | 3 |
6 files changed, 62 insertions, 3 deletions
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" +} diff --git a/x11-misc/icemc/ChangeLog b/x11-misc/icemc/ChangeLog index 622794fa9422..d4234909cb8b 100644 --- a/x11-misc/icemc/ChangeLog +++ b/x11-misc/icemc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-misc/icemc # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.5 2003/07/01 11:56:56 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/ChangeLog,v 1.6 2003/07/08 13:49:19 phosphan Exp $ + +*icemc-1.5 (08 Jul 2003) + + 08 Jul 2003; Patrick Kursawe <phosphan@gentoo.org> icemc-1.5.ebuild: + Version bump *icemc-1.4 (01 Jul 2003) diff --git a/x11-misc/icemc/Manifest b/x11-misc/icemc/Manifest index bdc1fb07a034..d460dc9af6c5 100644 --- a/x11-misc/icemc/Manifest +++ b/x11-misc/icemc/Manifest @@ -1,7 +1,10 @@ MD5 08cc8e45c4dddc3d67891268499a5ba9 icemc-1.4.ebuild 633 MD5 fc2753ef5f5e04fa0fbce7030c5a37b7 icemc-1.3.ebuild 633 +MD5 08cc8e45c4dddc3d67891268499a5ba9 icemc-1.5.ebuild 633 MD5 466f6cbc35dfcdfc24dbbe2c80d2c9a1 ChangeLog 777 +MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 8d60b9f84575ddd3a237b4addcd8903f icemc-1.2.ebuild 632 MD5 052babcceb7f9cb2ed976ca553de0374 files/digest-icemc-1.2 62 MD5 4fea137cbd954a0f34fceb7ca9a93dd0 files/digest-icemc-1.3 62 MD5 77fb95d25551d466f437ec0adca6d611 files/digest-icemc-1.4 62 +MD5 8df45c04db0517efcfcd3b446137c43d files/digest-icemc-1.5 62 |