aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 20:45:43 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-25 00:01:50 -0300
commitd38673e539b5432e63777f9675b24ca08e6aee7b (patch)
tree2be446a80768b6a1298822534ab9765370008e54
parent5fc0b149aef19864123adcb47a9ee1e9b041c11e (diff)
downloadaports-d38673e539b5432e63777f9675b24ca08e6aee7b.tar.bz2
aports-d38673e539b5432e63777f9675b24ca08e6aee7b.tar.xz
community/mate-settings-daemon: upgrade to 1.22.1
-rw-r--r--community/mate-settings-daemon/APKBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/community/mate-settings-daemon/APKBUILD b/community/mate-settings-daemon/APKBUILD
index bce7417441..c67db031c7 100644
--- a/community/mate-settings-daemon/APKBUILD
+++ b/community/mate-settings-daemon/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-settings-daemon
-pkgver=1.22.0
+pkgver=1.22.1
pkgrel=0
pkgdesc="MATE Settings daemon"
url="https://github.com/mate-desktop/mate-settings-daemon"
@@ -13,13 +13,10 @@ makedepends="libtool intltool libmatekbd-dev freeglut-dev
mate-desktop-dev polkit-dev startup-notification-dev
libcanberra-dev libmatemixer-dev libnotify-dev gobject-introspection-dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- install-sh.patch
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-settings-daemon-$pkgver.tar.xz
"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -30,14 +27,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="e8fa2ba07195dd66a94312909be37abe67089c7a687afee3bfde5860a598e84481949c9cdc7408886f90776556b41d5574bd6efc0614ed7583908214d59c6cb5 mate-settings-daemon-1.22.0.tar.xz
-2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
+sha512sums="9a7d9d81f18e2603c45fab223b3341df1939ee92b0e2db00f0ca5c095a88511c67b33d668b951b1a8f93c81c1e801bfd35729e64fab8bf2962af1e443d8448b6 mate-settings-daemon-1.22.1.tar.xz"