From b5334b1da30c4bca4f8f3a99eff86101900821bd Mon Sep 17 00:00:00 2001 From: Martin Väth Date: Sat, 2 Jan 2016 20:06:44 +0100 Subject: x11-themes/fvwm-crystal: Version bump --- x11-themes/fvwm-crystal/Manifest | 2 +- .../fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild | 64 ---------------------- x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild | 64 ++++++++++++++++++++++ 3 files changed, 65 insertions(+), 65 deletions(-) delete mode 100644 x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild create mode 100644 x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild diff --git a/x11-themes/fvwm-crystal/Manifest b/x11-themes/fvwm-crystal/Manifest index 47ba36de..4be8f591 100644 --- a/x11-themes/fvwm-crystal/Manifest +++ b/x11-themes/fvwm-crystal/Manifest @@ -1 +1 @@ -DIST fvwm-crystal-3.3.2.tar.gz 4702096 SHA256 f0e5cd7b0a4920438229cf58a5854cc018d18fce982b42f250e624b15a1deb49 +DIST fvwm-crystal-3.4.0.tar.gz 5663125 SHA256 45a7fd70fd10c651834c812cdec72ad11f85d43d210c7ef5a14260025ac1025d diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild deleted file mode 100644 index 01ca3213..00000000 --- a/x11-themes/fvwm-crystal/fvwm-crystal-3.3.2-r1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -RESTRICT=mirror - -PYTHON_COMPAT=( python2_7 ) -inherit eutils readme.gentoo-r1 python-r1 - -DESCRIPTION="Configurable FVWM theme with 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" -IUSE="" - -RDEPEND="${PYTHON_DEPS} - x11-misc/xdg-user-dirs - >=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" - -DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="After installation, execute the following commands: -\ \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xresources ~/.Xresources -\ \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xsession ~/.xinitrc - -Many applications can extend functionality of fvwm-crystal. -They are listed in "${EROOT}"usr/share/doc/"${PF}"/INSTALL.* - -Some icons fixes were committed recently. -To achieve the same fixes on your private icon files, -please read "${EROOT}"usr/share/doc/"${PF}"/INSTALL.* -This will fix the libpng warnings at stderr. - -The color themes was updated to Fvwm InfoStore. -To know how to update your custom color themes, please run - "${EROOT}"usr/share/"${PN}"/addons/convert_colorsets" - -src_install() { - emake DESTDIR="${ED}" \ - docdir="${EPREFIX%/}/usr/share/doc/${PF}" \ - prefix="${EPREFIX%/}/usr" \ - install - # GNU License is globally in the portage tree - rm -vf "${ED}/usr/share/doc/${PF}"/LICENSE - - python_replicate_script \ - "${ED}/usr/bin/${PN}".{apps,wallpaper} \ - "${ED}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild new file mode 100644 index 00000000..01ca3213 --- /dev/null +++ b/x11-themes/fvwm-crystal/fvwm-crystal-3.4.0.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +RESTRICT=mirror + +PYTHON_COMPAT=( python2_7 ) +inherit eutils readme.gentoo-r1 python-r1 + +DESCRIPTION="Configurable FVWM theme with 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" +IUSE="" + +RDEPEND="${PYTHON_DEPS} + x11-misc/xdg-user-dirs + >=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" + +DISABLE_AUTOFORMATTING="true" +DOC_CONTENTS="After installation, execute the following commands: +\ \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xresources ~/.Xresources +\ \$ cp -r "${EROOT}"usr/share/doc/"${PF}"/addons/Xsession ~/.xinitrc + +Many applications can extend functionality of fvwm-crystal. +They are listed in "${EROOT}"usr/share/doc/"${PF}"/INSTALL.* + +Some icons fixes were committed recently. +To achieve the same fixes on your private icon files, +please read "${EROOT}"usr/share/doc/"${PF}"/INSTALL.* +This will fix the libpng warnings at stderr. + +The color themes was updated to Fvwm InfoStore. +To know how to update your custom color themes, please run + "${EROOT}"usr/share/"${PN}"/addons/convert_colorsets" + +src_install() { + emake DESTDIR="${ED}" \ + docdir="${EPREFIX%/}/usr/share/doc/${PF}" \ + prefix="${EPREFIX%/}/usr" \ + install + # GNU License is globally in the portage tree + rm -vf "${ED}/usr/share/doc/${PF}"/LICENSE + + python_replicate_script \ + "${ED}/usr/bin/${PN}".{apps,wallpaper} \ + "${ED}/usr/share/${PN}"/fvwm/scripts/FvwmMPD/*.py + readme.gentoo_create_doc +} + +pkg_postinst() { + readme.gentoo_print_elog +} -- cgit v1.2.3-65-gdbad