aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-panel/APKBUILD
diff options
context:
space:
mode:
authorPaul Bredbury <brebs@sent.com>2019-06-16 10:34:19 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-17 12:19:43 +0000
commit6346152ecf43a5ec07572696615079162ae100e1 (patch)
tree5a12444836190e2275395b7afe6ca4cf987395eb /community/mate-panel/APKBUILD
parentc175fe19eba6c2f7e7be61936582a82a9702c098 (diff)
community/mate-panel: upgrade to 1.22.1
Remove patch, is applied upstream. Remove unnecessary "cd" commands.
Diffstat (limited to 'community/mate-panel/APKBUILD')
-rw-r--r--community/mate-panel/APKBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD
index 83e00bce055..7cefe49197a 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.0
+pkgver=1.22.1
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,12 +12,10 @@ 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
- install-sh.patch"
+source="https://pub.mate-desktop.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
./configure \
--build=$CBUILD \
--host=$CHOST \
@@ -28,14 +26,11 @@ build() {
}
check() {
- cd "$builddir"
make check
}
package() {
- cd "$builddir"
make DESTDIR="${pkgdir}" install
}
-sha512sums="078c6dcdc17970a7a7fab9a218eaf2c8cd6c4074c0c23ff4ce7ccf57e007d0afcbe797be4ad4c9d2c16d9033cc554cc5a979ec61dc721514db939a5e60de456b mate-panel-1.22.0.tar.xz
-2220612dcda2f992ce6e7d8225c3d012497ff297921c24d40853553783c6b0f95c8e25ab0ad3454931e6e104a9951892972c045e4b9e2672cbbe34cd5a0936f3 install-sh.patch"
+sha512sums="023599a2c0a879e32df11fc09d7526a54b8dc5248173c940e61df1dd9cbe8c04e4c916da89f5a64e44fe3f99462d56c72849314fc182c0af58a7c19e1fac642f mate-panel-1.22.1.tar.xz"