diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-20 20:44:10 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-20 20:46:55 +0200 |
commit | d18ef3ea74c2000275cc83a241e74665a8b174f5 (patch) | |
tree | 556c6dfd4dff7ce83e21584a7de55270036355bd /x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild | |
parent | x11-themes/wm-icons: Make repoman happy (diff) | |
download | gentoo-d18ef3ea74c2000275cc83a241e74665a8b174f5.tar.gz gentoo-d18ef3ea74c2000275cc83a241e74665a8b174f5.tar.bz2 gentoo-d18ef3ea74c2000275cc83a241e74665a8b174f5.zip |
x11-themes/wm-icons: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild')
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild deleted file mode 100644 index 733a3a198bd7..000000000000 --- a/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit autotools - -DESCRIPTION="A Large Assortment of Beautiful Themed Icons, Created with FVWM in mind" -HOMEPAGE="http://wm-icons.sourceforge.net/" -SRC_URI="mirror://gentoo/wm-icons-${PV}-cvs-01092003.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 ia64 ppc ppc64 x86" -IUSE="" - -RDEPEND="virtual/awk dev-lang/perl" - -S=${WORKDIR}/wm-icons - -PATCHES=( - "${FILESDIR}"/${PN}-0.4.0-build.patch -) - -src_prepare() { - default - eautoreconf -} - -src_configure() { - econf --enable-icondir="${EPREFIX}"/usr/share/icons/wm-icons -} - -src_install() { - # strange makefile... - emake icondir="${ED%/}/usr/share/icons/wm-icons" DESTDIR="${D}" install - - rm -rf "${D}"/var - - einfo "Setting default aliases..." - "${ED%/}/usr/bin/wm-icons-config" --force --user-dir="${ED%/}/usr/share/icons/wm-icons" --defaults || die - - einstalldocs -} - -pkg_postinst() { - einfo "Users can use the wm-icons-config utility to create aliases in their" - einfo "home directory, FVWM users can then set this in their ImagePath" - einfo - einfo "Sample configurations for fvwm1, fvwm2, fvwm95 and scwm are available in" - einfo "/usr/share/wm-icons" - einfo -} |