aboutsummaryrefslogtreecommitdiffstats
path: root/community/xfce4-screenshooter
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-08-26 15:22:54 +0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-26 13:09:23 -0300
commitcb8e1f4077bb4c936c9c78e5753b9fde78554d4e (patch)
tree450169189fd60caa31d29cd4562107c204e2b39b /community/xfce4-screenshooter
parent5802326e734c4f1ef929e4c07afefe7f579186fb (diff)
downloadaports-cb8e1f4077bb4c936c9c78e5753b9fde78554d4e.tar.bz2
aports-cb8e1f4077bb4c936c9c78e5753b9fde78554d4e.tar.xz
community/xfce4-screenshooter: upgrade to 1.9.6
* Modernize. * Clarify license. Signed-off-by: prspkt <prspkt@protonmail.com>
Diffstat (limited to 'community/xfce4-screenshooter')
-rw-r--r--community/xfce4-screenshooter/APKBUILD19
1 files changed, 7 insertions, 12 deletions
diff --git a/community/xfce4-screenshooter/APKBUILD b/community/xfce4-screenshooter/APKBUILD
index ddfedaf884..7ed41695cd 100644
--- a/community/xfce4-screenshooter/APKBUILD
+++ b/community/xfce4-screenshooter/APKBUILD
@@ -1,21 +1,18 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=xfce4-screenshooter
-pkgver=1.9.5
+pkgver=1.9.6
pkgrel=0
-pkgdesc="screenshot application for Xfce4"
-url="http://goodies.xfce.org/projects/applications/xfce4-screenshooter"
+pkgdesc="Screenshot application for Xfce4"
+url="https://goodies.xfce.org/projects/applications/xfce4-screenshooter"
arch="all"
-license="GPL-2.0"
+license="GPL-2.0-or-later"
subpackages="$pkgname-doc $pkgname-lang"
makedepends="xfce4-panel-dev hicolor-icon-theme libsoup-dev libxfce4ui-dev
exo-dev libxext-dev"
-source="https://archive.xfce.org/src/apps/xfce4-screenshooter/${pkgver%.*}/$pkgname-$pkgver.tar.bz2
+source="https://archive.xfce.org/src/apps/xfce4-screenshooter/${pkgver%.*}/xfce4-screenshooter-$pkgver.tar.bz2
xfce4-screenshooter-1.7.9-dsofix.patch"
-builddir="$srcdir/$pkgname-$pkgver"
-
-build () {
- cd "$builddir"
+build() {
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,14 +25,12 @@ build () {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="$pkgdir" install
}
-sha512sums="e5797a6defa4df94c552e8ff39b21f4203b6795669e8145ea5ef609fc7b29bcfa846b19b253b39b12ab0e6c130c7f9e67dd5aa628cefe9b063fb9f74dd2c3ee1 xfce4-screenshooter-1.9.5.tar.bz2
+sha512sums="17d4afb346f09f97225c0fe65ed2389733e98d58729f15f7ec2b601682d7e15a6d9c67b85840593c17298fc32c250d8eb2e8d349ccd355507f4c18b5e312ae35 xfce4-screenshooter-1.9.6.tar.bz2
e2ac3e4c068874c5e3a4631fb9887c3aa1251b282ff422aa02c68424f8557967d213fa23660c08e0c44b394c162e23a51ade2f76f1b758eb78dc3da7986704bb xfce4-screenshooter-1.7.9-dsofix.patch"