aboutsummaryrefslogtreecommitdiffstats
path: root/community/mate-panel/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-panel/APKBUILD')
-rw-r--r--community/mate-panel/APKBUILD28
1 files changed, 20 insertions, 8 deletions
diff --git a/community/mate-panel/APKBUILD b/community/mate-panel/APKBUILD
index 08cc47f37e9..f4d286a11a2 100644
--- a/community/mate-panel/APKBUILD
+++ b/community/mate-panel/APKBUILD
@@ -1,17 +1,29 @@
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=mate-panel
-pkgver=1.26.0
+pkgver=1.27.2
pkgrel=1
pkgdesc="The MATE panel is the area on your desktop from which you can run applications"
url="https://github.com/mate-desktop/mate-panel"
-# s390x, mips64 and riscv64 blocked by mate-desktop
-arch="all !s390x !mips64 !riscv64"
+arch="all"
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
-depends="mate-common"
-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"
+depends="dconf-editor mate-common" # added dconf-editor due to issue #15428
+makedepends="
+ dbus-glib-dev
+ dconf-dev
+ intltool
+ itstool
+ libcanberra-dev
+ libice-dev
+ libmateweather-dev
+ librsvg-dev
+ libsm-dev
+ libtool
+ libwnck3-dev
+ libxml2-utils
+ mate-desktop-dev
+ mate-menus-dev
+ "
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://pub.mate-desktop.org/releases/${pkgver%.*}/mate-panel-$pkgver.tar.xz"
@@ -34,5 +46,5 @@ package() {
}
sha512sums="
-394cf6a4a081980d286a03488370a5335dca681964271329b28d7254fc877457bc42883c95ad9f197a319f1bef71e237052d64b98606df616f5e11b9f9ae5f31 mate-panel-1.26.0.tar.xz
+93431af5ffd1241c5fb56dd0a60eeba2de89e745502575cfd8f281700345689edc50ec653a6d9b1472a6d0e9d7d09a7e1439627fcacfdc627f187551cef21b6f mate-panel-1.27.2.tar.xz
"