summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2008-10-30 22:12:20 +0000
committerChristoph Mende <angelos@gentoo.org>2008-10-30 22:12:20 +0000
commit44ec6c10c18523d95f6a8725bca1828d833d51e8 (patch)
treefc27b066f4e9426905040aa830a10aad6d5a5865 /x11-themes/xfwm4-themes
parentXfce-4.4.3 bump (diff)
downloadhistorical-44ec6c10c18523d95f6a8725bca1828d833d51e8.tar.gz
historical-44ec6c10c18523d95f6a8725bca1828d833d51e8.tar.bz2
historical-44ec6c10c18523d95f6a8725bca1828d833d51e8.zip
Xfce-4.4.3 bump
Package-Manager: portage-2.2_rc12/cvs/Linux 2.6.28-rc2 x86_64
Diffstat (limited to 'x11-themes/xfwm4-themes')
-rw-r--r--x11-themes/xfwm4-themes/ChangeLog8
-rw-r--r--x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild19
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-themes/xfwm4-themes/ChangeLog b/x11-themes/xfwm4-themes/ChangeLog
index f04509d7cf46..b88581fdc364 100644
--- a/x11-themes/xfwm4-themes/ChangeLog
+++ b/x11-themes/xfwm4-themes/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-themes/xfwm4-themes
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog,v 1.4 2008/06/22 22:32:34 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfwm4-themes/ChangeLog,v 1.5 2008/10/30 22:12:20 angelos Exp $
+
+*xfwm4-themes-4.4.3 (30 Oct 2008)
+
+ 30 Oct 2008; Christoph Mende <angelos@gentoo.org>
+ +xfwm4-themes-4.4.3.ebuild:
+ Xfce-4.4.3 bump
22 Jun 2008; Samuli Suominen <drac@gentoo.org> +xfwm4-themes-4.4.2.ebuild:
Moved from xfce-extra.
diff --git a/x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild b/x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild
new file mode 100644
index 000000000000..a81a32c6ef82
--- /dev/null
+++ b/x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/xfwm4-themes/xfwm4-themes-4.4.3.ebuild,v 1.1 2008/10/30 22:12:20 angelos Exp $
+
+DESCRIPTION="Window manager decorations & themes for Xfce4"
+HOMEPAGE="http://www.xfce.org"
+SRC_URI="mirror://xfce/xfce-${PV}/src/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RESTRICT="binchecks strip"
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ dodoc AUTHORS ChangeLog NEWS README TODO
+}