diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-25 15:26:24 +0200 |
commit | b6af1e02efe594039707cd882517663d5370f375 (patch) | |
tree | ff9c2d55873e051e82972ba64c017352d3a75d34 /testing/lxde-icon-theme | |
parent | a71346b7acebc600960a98c84fb32cfd72fe864b (diff) | |
download | aports-b6af1e02efe594039707cd882517663d5370f375.tar.bz2 aports-b6af1e02efe594039707cd882517663d5370f375.tar.xz |
testing/[multiple]: move unmaintained packages
This moves all packages from testing to unmaintained which have not been
updated for atleast 6 months. If you are affected by this commit please follow
this proceddure:
* make sure your packages build on all architectures
* move your pacakge(s) back to testing
* if you want to keep this package and can maintain it (or find somebody to
maintain it for you) for a minimum of 6 months ask it to be moved to community
Diffstat (limited to 'testing/lxde-icon-theme')
-rw-r--r-- | testing/lxde-icon-theme/APKBUILD | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/testing/lxde-icon-theme/APKBUILD b/testing/lxde-icon-theme/APKBUILD deleted file mode 100644 index 4dce079a57..0000000000 --- a/testing/lxde-icon-theme/APKBUILD +++ /dev/null @@ -1,49 +0,0 @@ -# Contributor: -# Maintainer: -pkgname=lxde-icon-theme -pkgver=0.5.0 -pkgrel=0 -pkgdesc="LXDE default icon theme based on nuoveXT2" -url="http://lxde.org" -arch="noarch" -license="GPL" -depends="gtk+2.0 gtk+3.0" -depends_dev="gtk+2.0-dev gtk+3.0-dev" -makedepends="$depends_dev coreutils" -install="" -subpackages="" -source="http://downloads.sourceforge.net/lxde/${pkgname}-${pkgver}.tar.bz2" - -_builddir="$srcdir"/${pkgname}-${pkgver} -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - ./configure \ - --build=$CBUILD \ - --host=$CHOST \ - --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info \ - --localstatedir=/var \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="346e1aecf805892b106b4d4b0f26e5cc lxde-icon-theme-0.5.0.tar.bz2" -sha256sums="49dc61c46c4a0ca9298f9e0866bcf7212a08ddaa71f15bfabfb0220fe1efa848 lxde-icon-theme-0.5.0.tar.bz2" -sha512sums="4ca3e94b5826f7fe87d840feddf0c130fa77e8f14f22a59d9749252a5106d54661237e3c9286f4880d0aaa50bd330cb4bfb9d663ca35d6ee4b9e3c2af30fe9ab lxde-icon-theme-0.5.0.tar.bz2" |