summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2013-06-23 10:00:55 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2013-06-23 10:00:55 +0000
commitb0f84a25122f2e6912e1888e1133f16acbd2f286 (patch)
tree53577620ef6e8b225e818e3a04c9bff7bef24765 /x11-themes
parentRemove old versions (prior to 026) and old revisions of 026 and 027. (diff)
downloadgentoo-2-b0f84a25122f2e6912e1888e1133f16acbd2f286.tar.gz
gentoo-2-b0f84a25122f2e6912e1888e1133f16acbd2f286.tar.bz2
gentoo-2-b0f84a25122f2e6912e1888e1133f16acbd2f286.zip
Version bump. Bug #468680. Ebuild by Dominique Michel <dominique.michel@vtxnet.ch> who will maintain it from now on
(Portage version: 2.1.12.9/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/fvwm-crystal/ChangeLog13
-rw-r--r--x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild58
-rw-r--r--x11-themes/fvwm-crystal/metadata.xml4
3 files changed, 70 insertions, 5 deletions
diff --git a/x11-themes/fvwm-crystal/ChangeLog b/x11-themes/fvwm-crystal/ChangeLog
index d0929af3ee7f..53674e563fa3 100644
--- a/x11-themes/fvwm-crystal/ChangeLog
+++ b/x11-themes/fvwm-crystal/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-themes/fvwm-crystal
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.72 2012/07/29 17:48:29 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/ChangeLog,v 1.73 2013/06/23 10:00:55 hwoarang Exp $
+
+*fvwm-crystal-3.2.3 (23 Jun 2013)
+
+ 23 Jun 2013; Markos Chandras <hwoarang@gentoo.org> +fvwm-crystal-3.2.3.ebuild,
+ metadata.xml:
+ Version bump. Bug #468680. Ebuild by Dominique Michel
+ <dominique.michel@vtxnet.ch> who will maintain it from now on
29 Jul 2012; Raúl Porcel <armin76@gentoo.org> fvwm-crystal-3.0.6-r2.ebuild:
Drop sparc keywords
@@ -336,5 +343,3 @@
13 Mar 2004; Tavis Ormandy <taviso@gentoo.org> fvwm-crystal-1.0.1.ebuild:
initial import, based on ebuild provided by lucass <lucass AT gentoo.pl>
in #37043.
-
-
diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild
new file mode 100644
index 000000000000..de3802aca26b
--- /dev/null
+++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/fvwm-crystal/fvwm-crystal-3.2.3.ebuild,v 1.1 2013/06/23 10:00:55 hwoarang Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )
+inherit eutils python-r1
+
+DESCRIPTION="Configurable and full featured FVWM theme, with lots of transparency and freedesktop compatible menu"
+HOMEPAGE="http://fvwm-crystal.sourceforge.net/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="${PYTHON_DEPS}
+ >=x11-wm/fvwm-2.6.5[png]
+ || ( media-gfx/imagemagick media-gfx/graphicsmagick[imagemagick] )
+ || ( >=x11-misc/stalonetray-0.6.2-r2 x11-misc/trayer )
+ || ( x11-misc/hsetroot media-gfx/feh )
+ sys-apps/sed
+ sys-devel/bc
+ virtual/awk
+ x11-apps/xwd"
+
+src_install() {
+ emake \
+ DESTDIR="${D}" \
+ docdir="/usr/share/doc/${PF}" \
+ prefix="/usr" \
+ install
+
+ python_replicate_script \
+ "${D}/usr/bin/${PN}".{apps,wallpaper} \
+ "${D}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py
+}
+
+pkg_postinst() {
+ einfo
+ einfo "After installation, execute following commands:"
+ einfo " $ cp -r ${ROOT}usr/share/doc/${PF}/addons/Xresources ~/.Xresources"
+ einfo " $ cp -r ${ROOT}usr/share/doc/${PF}/addons/Xsession ~/.xinitrc"
+ einfo
+ einfo "Many applications can extend functionality of fvwm-crystal."
+ einfo "They are listed in ${ROOT}usr/share/doc/${PF}/INSTALL.gz."
+ einfo
+ einfo "Some icons fixes was committed recently."
+ einfo "To archive the same fixes on your private icon files,"
+ einfo "please read ${ROOT}usr/share/doc/${PF}/INSTALL.gz."
+ einfo "This will fix the libpng warnings at stderr."
+ einfo
+ einfo "The color themes was updated to Fvwm InfoStore."
+ einfo "To know how to update your custom color themes, please run"
+ einfo " ${ROOT}usr/share/${PN}/addons/convert_colorsets"
+ einfo ""
+}
diff --git a/x11-themes/fvwm-crystal/metadata.xml b/x11-themes/fvwm-crystal/metadata.xml
index 4d2daeb45e1a..5f357c6bb08a 100644
--- a/x11-themes/fvwm-crystal/metadata.xml
+++ b/x11-themes/fvwm-crystal/metadata.xml
@@ -1,8 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+<herd>proxy-maintainers</herd>
<maintainer>
- <email>maintainer-needed@gentoo.org</email>
+ <email>dominique.michel@vtxnet.ch</email>
+ <name>Dominique Michel</name>
</maintainer>
<longdescription>
FVWM-Crystal is a set of configuration files for FVWM window manager,