mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
x11-themes/wm-icons: Drop old
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST wm-icons-0.4.0.tar.bz2 3433177 BLAKE2B d5d04aaa8da0f0bc8c4887de77febd5a7546981c2f7da0b0869bb2ce9e080488c57ddc4ed89374bb24c0b708c3ac77a6890da4a3624cd98db7e4031336098d98 SHA512 9b21dbb1ac697520792c1e8bfc6b06d4d9933828759571b7af978a670223841fcfe9adcf7f945de3f3a4a39e0d991045d6086be9b293bd89b67cf937262d53a5
|
||||
DIST wm-icons-0.4.0_pre1-cvs-01092003.tar.bz2 2046784 BLAKE2B 2895aa2d14c2154cb3dd31f41c398593f9564e27a8f9d3960e5e11b24ed2d1138ca3c1e187eaf5c9b982451270eb18762504aac4dc7918a0ff6bdee082d238ae SHA512 c2a8f6d6c460ae326381a3bc7ca23fc21986c757ece09a304da8eec5beff826421e1e3089cb1d0016ad7ddf3c650d27d140924b254e4ebb27cc8b8aad794b4f9
|
||||
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user