diff options
-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 | ||||
-rw-r--r-- | x11-misc/icemc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/icemc/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/icemc/files/digest-icemc-1.5 | 1 | ||||
-rw-r--r-- | x11-misc/icemc/icemc-1.5.ebuild | 24 |
9 files changed, 93 insertions, 6 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" +} 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 d460dc9af6c5..dc4d751f6a08 100644 --- a/x11-misc/icemc/Manifest +++ b/x11-misc/icemc/Manifest @@ -1,7 +1,7 @@ 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 3b58061254c53401859f6a058fafb55c icemc-1.5.ebuild 633 +MD5 c6b8382a40ffdc88e1a4de7bb605f78e ChangeLog 890 MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224 MD5 8d60b9f84575ddd3a237b4addcd8903f icemc-1.2.ebuild 632 MD5 052babcceb7f9cb2ed976ca553de0374 files/digest-icemc-1.2 62 diff --git a/x11-misc/icemc/files/digest-icemc-1.5 b/x11-misc/icemc/files/digest-icemc-1.5 new file mode 100644 index 000000000000..c6099db88799 --- /dev/null +++ b/x11-misc/icemc/files/digest-icemc-1.5 @@ -0,0 +1 @@ +MD5 fe4a1d5cd6e415aeba94a39cc0e7e994 icemc-1.5.tar.bz2 258838 diff --git a/x11-misc/icemc/icemc-1.5.ebuild b/x11-misc/icemc/icemc-1.5.ebuild new file mode 100644 index 000000000000..da94e7291e9f --- /dev/null +++ b/x11-misc/icemc/icemc-1.5.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/icemc/icemc-1.5.ebuild,v 1.1 2003/07/08 13:49:19 phosphan Exp $ + +DESCRIPTION="IceWM menu/toolbar editor" +HOMEPAGE="http://icecc.sourceforge.net/" +SRC_URI="mirror://sourceforge/icecc/${P}.tar.bz2" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND=">=qt-3.0.0" + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + einstall || die "einstall failed" + rm -rf ${D}/usr/doc + dohtml icemc/docs/en/* + dodoc authors ChangeLog readme +} |