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/scantailor/APKBUILD | 53 --------------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 testing/scantailor/APKBUILD (limited to 'testing/scantailor/APKBUILD') diff --git a/testing/scantailor/APKBUILD b/testing/scantailor/APKBUILD deleted file mode 100644 index c6e8689dd4..0000000000 --- a/testing/scantailor/APKBUILD +++ /dev/null @@ -1,53 +0,0 @@ -# Contributor: Carlo Landmeter -# Maintainer: -pkgname=scantailor -pkgver=0.9.11.1 -pkgrel=0 -pkgdesc="Interactive post-processing tool for scanned pages" -url="http://scantailor.sourceforge.net" -arch="all" -license="GPL" -depends="" -depends_dev="qt-dev boost-dev libjpeg-turbo-dev tiff-dev" -makedepends="$depends_dev cmake" -install="" -subpackages="$pkgname-cli" -source="http://downloads.sourceforge.net/scantailor/scantailor-$pkgver.tar.gz" - -_builddir="$srcdir"/scantailor-$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" - cmake \ - -DCMAKE_CXX_FLAGS="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \ - -DCMAKE_CXX_FLAGS_DEBUG="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \ - -DCMAKE_CXX_FLAGS_RELEASE="-DBOOST_NO_MEMBER_TEMPLATE_FRIENDS" \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_BUILD_TYPE=Release . - make -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install -} - -cli() { - pkgdesc="scantailer cli" - mkdir -p "$subpkgdir"/usr/bin - mv "$pkgdir/"usr/bin/scantailor-cli \ - "$subpkgdir"/usr/bin/ -} - -md5sums="6cdca1b6d1dafd022ea94b4800dad340 scantailor-0.9.11.1.tar.gz" -sha256sums="881647a4172c55a067a7b6687965441cf21176d79d93075b22a373ea9accd8d3 scantailor-0.9.11.1.tar.gz" -sha512sums="cec327fd12144f7cee5043adfee3880c75fb147474e4c3b5166385f7a8f47cb5650ed2df930bbe1f4b8ac2c7229a887ecba1ca105b47b1023f5d3d7d7b54bdb4 scantailor-0.9.11.1.tar.gz" -- cgit v1.2.3