aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-panel/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-24 20:45:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-25 00:01:50 -0300
commitedcd515364514d62b184ba015fab21ce3b108121 (patch)
tree24e702db4d66805827a4351d33d1574b98117400 /community/mate-panel/APKBUILD
parent8baa8099b35299bea7e3864dcb2383299e9a6f9a (diff)
community/mate-panel: upgrade to 1.22.2
Diffstat (limited to 'community/mate-panel/APKBUILD')
-rw-r--r--community/mate-panel/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD
index 7cefe49197a..22552884a23 100644
--- a/community/mate-panel/APKBUILD
+++ b/community/mate-panel/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-panel
-pkgver=1.22.1
+pkgver=1.22.2
pkgrel=0
pkgdesc="The MATE panel is the area on your desktop from which you can run applications"
url="https://github.com/mate-desktop/mate-panel"
@@ -12,8 +12,7 @@ makedepends="librsvg-dev libmateweather-dev libtool intltool itstool
mate-menus-dev dconf-dev libice-dev libsm-dev libcanberra-dev dbus-glib-dev
libwnck3-dev libsoup-dev mate-desktop-dev libxml2-utils"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
-source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-panel-$pkgver.tar.xz"
build() {
./configure \
@@ -30,7 +29,7 @@ check() {
}
package() {
- make DESTDIR="${pkgdir}" install
+ make DESTDIR="$pkgdir" install
}
-sha512sums="023599a2c0a879e32df11fc09d7526a54b8dc5248173c940e61df1dd9cbe8c04e4c916da89f5a64e44fe3f99462d56c72849314fc182c0af58a7c19e1fac642f mate-panel-1.22.1.tar.xz"
+sha512sums="ccfd9e44116e66688d4de53c86e1a7d0754fd221b8083d7bee729f2a02a777a54b98ff70332b979aa075c157bc36c6ed6651f9190fa4a7e37b8a029a1f2a623f mate-panel-1.22.2.tar.xz"