diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /x11-themes/wm-icons | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'x11-themes/wm-icons')
-rw-r--r-- | x11-themes/wm-icons/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/wm-icons/metadata.xml | 8 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0.ebuild | 39 | ||||
-rw-r--r-- | x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild | 60 |
4 files changed, 109 insertions, 0 deletions
diff --git a/x11-themes/wm-icons/Manifest b/x11-themes/wm-icons/Manifest new file mode 100644 index 000000000000..d3a16731f889 --- /dev/null +++ b/x11-themes/wm-icons/Manifest @@ -0,0 +1,2 @@ +DIST wm-icons-0.4.0.tar.bz2 3433177 SHA256 285ed5eb5ae6d6f93b956ab20109fa05181ef1ce9cf1b8dfd7cf228f4497edfb +DIST wm-icons-0.4.0_pre1-cvs-01092003.tar.bz2 2046784 SHA256 c544fa910944cfe1f380750dabce83012b52f68c5c72cfa73ac529b8b720c715 SHA512 c2a8f6d6c460ae326381a3bc7ca23fc21986c757ece09a304da8eec5beff826421e1e3089cb1d0016ad7ddf3c650d27d140924b254e4ebb27cc8b8aad794b4f9 WHIRLPOOL 0b4c86e33995e69cea2d524f31760687998b3e73db2891ef1a009a8f8baa9237b49991f52d539282fe51ade9db83a4fe9f0d2954a301ddc4574eff13be0ab4bb diff --git a/x11-themes/wm-icons/metadata.xml b/x11-themes/wm-icons/metadata.xml new file mode 100644 index 000000000000..2431285baf13 --- /dev/null +++ b/x11-themes/wm-icons/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> + <longdescription> + A hugely varied assortment of themed icons for use in X, created with FVWM in mind but works well in lots of other things too! + </longdescription> +</pkgmetadata> diff --git a/x11-themes/wm-icons/wm-icons-0.4.0.ebuild b/x11-themes/wm-icons/wm-icons-0.4.0.ebuild new file mode 100644 index 000000000000..fa0887da2d31 --- /dev/null +++ b/x11-themes/wm-icons/wm-icons-0.4.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="A Large Assortment of Beutiful Themed Icons, Created with FVWM in mind" + +HOMEPAGE="http://wm-icons.sourceforge.net/" +SRC_URI="mirror://sourceforge/wm-icons/wm-icons-${PV}.tar.bz2" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86" + +IUSE="" +RDEPEND="virtual/awk dev-lang/perl" +DEPEND="${RDEPEND} sys-devel/autoconf sys-devel/automake sys-apps/sed" + +src_compile() { + econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons || die "econf failed" + emake || die +} + +src_install() { + make icondir="${D}/usr/share/icons/wm-icons" DESTDIR="${D}" install + + einfo "Setting default aliases..." + "${D}"/usr/bin/wm-icons-config --force --user-dir="${D}/usr/share/icons/wm-icons" --defaults + + dodoc AUTHORS ChangeLog NEWS README +} + +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 +} 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 new file mode 100644 index 000000000000..4c8a6b5a4bbb --- /dev/null +++ b/x11-themes/wm-icons/wm-icons-0.4.0_pre1-r1.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit autotools + +DESCRIPTION="A Large Assortment of Beutiful 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 + +src_unpack() { + unpack ${A} + + sed -i 's#$(bindir)/wm-icons-config#true#g' "${S}"/Makefile.am + # duplication of bin/Makefile in configure.in #91764 + sed -i '132s/bin\/Makefile//' "${S}"/configure.in + # non-portable comment bombs automake. + sed -i 's/\t#/#/' "${S}"/Makefile.am + + cd "${S}" + eautoreconf +} + +src_compile() { + econf --enable-all-sets --enable-icondir=/usr/share/icons/wm-icons || die "econf failed" + emake || die "emake failed" +} + +src_install() { + # strange makefile... + einstall icondir="${D}/usr/share/icons/wm-icons" DESTDIR="${D}" || die + + dodir /usr/bin + mv "${D}"/"${D}"/usr/bin/wm-icons-config "${D}"/usr/bin/wm-icons-config + rm -rf "${D}"/var + + einfo "Setting default aliases..." + "${D}"/usr/bin/wm-icons-config --user-dir="${D}/usr/share/icons/wm-icons" --defaults + + dodoc AUTHORS ChangeLog NEWS README +} + +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 +} |