summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarol Wojtaszek <sekretarz@gentoo.org>2004-09-27 19:04:03 +0000
committerKarol Wojtaszek <sekretarz@gentoo.org>2004-09-27 19:04:03 +0000
commit52c7d80e09ac29efc0864d01358d3bf100721fe9 (patch)
tree32a9d7c768ee9ab2c4b84edc9a1f7ae4f831f8b3 /x11-misc
parentia64 KEYWORDS (diff)
downloadhistorical-52c7d80e09ac29efc0864d01358d3bf100721fe9.tar.gz
historical-52c7d80e09ac29efc0864d01358d3bf100721fe9.tar.bz2
historical-52c7d80e09ac29efc0864d01358d3bf100721fe9.zip
Version bump
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/fbdesk/ChangeLog7
-rw-r--r--x11-misc/fbdesk/Manifest4
-rw-r--r--x11-misc/fbdesk/fbdesk-1.2.1.ebuild34
-rw-r--r--x11-misc/fbdesk/files/digest-fbdesk-1.2.11
4 files changed, 44 insertions, 2 deletions
diff --git a/x11-misc/fbdesk/ChangeLog b/x11-misc/fbdesk/ChangeLog
index 9f26b00392a6..32628e14bdd1 100644
--- a/x11-misc/fbdesk/ChangeLog
+++ b/x11-misc/fbdesk/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-misc/fbdesk
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.10 2004/09/09 17:36:55 sekretarz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/ChangeLog,v 1.11 2004/09/27 19:04:03 sekretarz Exp $
+
+*fbdesk-1.2.1 (27 Sep 2004)
+
+ 27 Sep 2004; Karol Wojtaszek <sekretarz@gentoo.org> +fbdesk-1.2.1.ebuild:
+ Version bump, added debug and png USE flag, Bug #65558
09 Sep 2004; Karol Wojtaszek <sekretarz@gentoo.org>
+files/fbdesk-1.1.5-gcc34.patch, fbdesk-1.1.5.ebuild:
diff --git a/x11-misc/fbdesk/Manifest b/x11-misc/fbdesk/Manifest
index 1684128285bb..b815998a8711 100644
--- a/x11-misc/fbdesk/Manifest
+++ b/x11-misc/fbdesk/Manifest
@@ -1,5 +1,7 @@
+MD5 b4790a30bfe6310396d827dffd40d16f fbdesk-1.2.1.ebuild 786
MD5 a24b26df16716164f301ca98bfb190bd fbdesk-1.1.5.ebuild 736
-MD5 2c92ede06cee0a20c2be70c7a399505c ChangeLog 1218
+MD5 3cbd1b2d3e6b4b0c58b64a63843f8de9 ChangeLog 1381
MD5 416452bedba085c06bd2502510370e1a metadata.xml 162
MD5 39b789020c286f3f1239d3fb96d00aa0 files/digest-fbdesk-1.1.5 64
+MD5 c9802bbcd01212346c3bff9690a74759 files/digest-fbdesk-1.2.1 64
MD5 6c03b221f71103953d36a49670e85246 files/fbdesk-1.1.5-gcc34.patch 2462
diff --git a/x11-misc/fbdesk/fbdesk-1.2.1.ebuild b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
new file mode 100644
index 000000000000..e3980e7b71e1
--- /dev/null
+++ b/x11-misc/fbdesk/fbdesk-1.2.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/fbdesk/fbdesk-1.2.1.ebuild,v 1.1 2004/09/27 19:04:03 sekretarz Exp $
+
+inherit eutils gcc
+
+DESCRIPTION="fluxbox-util application that creates and manage icons on your Fluxbox desktop"
+HOMEPAGE="http://www.fluxbox.org/fbdesk/"
+SRC_URI="http://www.fluxbox.org/download/${P}.tar.gz"
+IUSE="debug png"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="x86 ppc ~sparc ~ia64"
+
+DEPEND="media-libs/libpng
+ virtual/x11
+ png? ( media-libs/libpng )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+}
+
+src_compile() {
+ econf \
+ `use_enable debug` \
+ `use_enable png` || die
+ emake || die
+}
+
+src_install() {
+ einstall || die
+ dodoc AUTHORS COPYING ChangeLog README
+}
diff --git a/x11-misc/fbdesk/files/digest-fbdesk-1.2.1 b/x11-misc/fbdesk/files/digest-fbdesk-1.2.1
new file mode 100644
index 000000000000..29af04e6b60d
--- /dev/null
+++ b/x11-misc/fbdesk/files/digest-fbdesk-1.2.1
@@ -0,0 +1 @@
+MD5 382a32a6e26b3f3d3a647fa4bdc81b7a fbdesk-1.2.1.tar.gz 388679