X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mailauth4.nine.ch (mailauth4.nine.ch [94.230.211.190]) by lists.alpinelinux.org (Postfix) with ESMTP id 1294C5C4AC7 for ; Sun, 29 Jan 2017 15:58:33 +0000 (GMT) Received: from localhost (localhost [127.0.0.1]) by mailauth4.nine.ch (Postfix) with ESMTP id 96633BFB8B; Sun, 29 Jan 2017 16:58:32 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mailauth4.nine.ch X-Spam-Flag: NO X-Spam-Score: -0.999 X-Spam-Level: X-Spam-Status: No, score=-0.999 tagged_above=-999 required=5.6 tests=[ALL_TRUSTED=-1, HEADER_FROM_DIFFERENT_DOMAINS=0.001] autolearn=disabled Received: from mailauth4.nine.ch ([127.0.0.1]) by localhost (mailauth4.nine.ch [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id U-shSZ9qi0d0; Sun, 29 Jan 2017 16:58:31 +0100 (CET) Received: from vimes (174.180.4.85.dynamic.wline.res.cust.swisscom.ch [85.4.180.174]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: pf@1042.ch) by mailauth4.nine.ch (Postfix) with ESMTPSA; Sun, 29 Jan 2017 16:58:31 +0100 (CET) Received: by vimes (Postfix, from userid 1000) id 620F182684; Sun, 29 Jan 2017 16:58:31 +0100 (CET) From: Jean-Louis Fuchs To: alpine-aports@lists.alpinelinux.org Cc: Jean-Louis Fuchs Subject: [alpine-aports] [PATCH 5/5] testing/zathura-ps: move from unmaintained, update Date: Sun, 29 Jan 2017 16:57:31 +0100 Message-Id: <20170129155731.13183-6-ganwell@fangorn.ch> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170129155731.13183-1-ganwell@fangorn.ch> References: <20170129155731.13183-1-ganwell@fangorn.ch> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/zathura-ps/APKBUILD | 28 ++++++++++++++++++++++++++++ unmaintained/zathura-ps/APKBUILD | 40 ---------------------------------------- 2 files changed, 28 insertions(+), 40 deletions(-) create mode 100644 testing/zathura-ps/APKBUILD delete mode 100644 unmaintained/zathura-ps/APKBUILD diff --git a/testing/zathura-ps/APKBUILD b/testing/zathura-ps/APKBUILD new file mode 100644 index 0000000000..67e156e9af --- /dev/null +++ b/testing/zathura-ps/APKBUILD @@ -0,0 +1,28 @@ +# Contributor: Andrew Hills +# Contributor: Jean-Louis Fuchs +# Maintainer: Jean-Louis Fuchs +pkgname=zathura-ps +pkgver=0.2.4 +pkgrel=0 +pkgdesc="zathura-ps - plugin adds PostScript support to zathura" +url="https://pwmt.org/projects/$pkgname" +arch="all" +license="zlib" +depends="zathura" +makedepends="zathura-dev poppler-dev libspectre-dev" +source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.gz" + +_builddir="$srcdir"/$pkgname-$pkgver + +build() { + make -C "$_builddir" || return 1 +} + +package() { + make PREFIX=/usr DESTDIR="$pkgdir" \ + -C "$_builddir" install || return 1 +} + +md5sums="553330eae86da48c0231f348181b9a82 zathura-ps-0.2.4.tar.gz" +sha256sums="fb9fc7e9e7765fb0aa2935b93ff3663332d0d884df35e8d0b1ea7e4b1fa0abdb zathura-ps-0.2.4.tar.gz" +sha512sums="c63cbd4ff032cffa85305393a8e7f2864986e3a8204832cd7f9f12878e2c69fd0393ace91dd7b0fa8829f3a785abc2675d2ecb99dfa71794d699b567be954922 zathura-ps-0.2.4.tar.gz" diff --git a/unmaintained/zathura-ps/APKBUILD b/unmaintained/zathura-ps/APKBUILD deleted file mode 100644 index e1e9160779..0000000000 --- a/unmaintained/zathura-ps/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Andrew Hills -# Maintainer: Andrew Hills -pkgname=zathura-ps -pkgver=0.2.3 -pkgrel=0 -pkgdesc="Postscript support for zathura" -url="https://pwmt.org/projects/$pkgname" -arch="all" -license="zlib" -depends="" -depends_dev="" -makedepends="zathura-dev girara-dev libspectre-dev gtk+3.0-dev glib-dev" -install="" -subpackages="" -source="https://pwmt.org/projects/$pkgname/download/$pkgname-$pkgver.tar.gz" - -_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" - make || return 1 -} - -package() { - cd "$_builddir" - make DESTDIR="$pkgdir" install || return 1 -} - -md5sums="7b9c7d25f015c4c4399d57b30a775c02 zathura-ps-0.2.3.tar.gz" -sha256sums="a9eef74b12aec87ac2c4309f12d0f9c83b228fe64a788ee46b2c3a7c91779aa3 zathura-ps-0.2.3.tar.gz" -sha512sums="e5ce62f494f45eeb41a3cf5c91633953fd730b4dd448723afb39fa30cb58f887ef71e5ac462503791905c8de758ca0157805b5e672c6e0807d159294e2b29c7a zathura-ps-0.2.3.tar.gz" -- 2.11.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---