From b6af1e02efe594039707cd882517663d5370f375 Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 25 Aug 2016 15:26:24 +0200 Subject: 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 --- testing/xfdashboard/APKBUILD | 50 -------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 testing/xfdashboard/APKBUILD (limited to 'testing/xfdashboard') diff --git a/testing/xfdashboard/APKBUILD b/testing/xfdashboard/APKBUILD deleted file mode 100644 index ad9e8f08c5..0000000000 --- a/testing/xfdashboard/APKBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# Maintainer: Sergey Lukin -pkgname=xfdashboard -pkgver=0.4.0 -pkgrel=0 -pkgdesc="Maybe a Gnome shell like dashboard for Xfce" -url="http://goodies.xfce.org/projects/applications/xfdashboard/start" -arch="all" -license="GPLv2+" -depends="" -depends_dev="clutter-dev xfconf-dev garcon-dev gtk+3.0-dev libwnck3-dev" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-lang" -source="http://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/xfdashboard-${pkgver}.tar.bz2" - -_builddir="$srcdir"/xfdashboard-"$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 \ - --localstatedir=/var \ - || return 1 - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="39e4bfcdce2aa2dcb55019dbbb1dd4a2 xfdashboard-0.4.0.tar.bz2" -sha256sums="4016c97011bf7316c8e365f0f4ff753b8e4e74776f2b25e282efa7675965cb45 xfdashboard-0.4.0.tar.bz2" -sha512sums="d737a65ab27f0d6e49fd24ff7852bd2e00feebd3cce2c1ced5580bb5af1449fad0c593707686b6b83f4fd2e3d7cc318e0778ce404e53240dee53c6aeb9886df0 xfdashboard-0.4.0.tar.bz2" - - - - -- cgit v1.2.3