[arch-commits] Commit in mate-panel/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Oct 7 16:40:07 UTC 2021


    Date: Thursday, October 7, 2021 @ 16:40:06
  Author: arojas
Revision: 1027957

Update to 1.26.1

Modified:
  mate-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++------------
 1 file changed, 4 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-07 16:32:12 UTC (rev 1027956)
+++ PKGBUILD	2021-10-07 16:40:06 UTC (rev 1027957)
@@ -2,8 +2,8 @@
 # Contributor: Martin Wimpress <code at flexion.org>
 
 pkgname=mate-panel
-pkgver=1.26.0
-pkgrel=3
+pkgver=1.26.1
+pkgrel=1
 pkgdesc="The MATE Panel"
 url="https://mate-desktop.org"
 arch=('x86_64')
@@ -10,20 +10,12 @@
 license=('GPL')
 depends=('dbus-glib' 'libwnck3' 'libcanberra' 'libmateweather' 'libsm' 'mate-menus' 'mate-desktop' 'gettext' 'gtk-layer-shell')
 makedepends=('itstool' 'gobject-introspection' 'mate-common' 'yelp-tools' 'autoconf-archive')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
-         https://github.com/mate-desktop/mate-panel/commit/808032fc.patch)
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
 groups=('mate')
 conflicts=('mate-panel-gtk3')
 replaces=('mate-panel-gtk3')
-sha256sums=('092e1ed2177b3a13cfb7df19667b06083009210e48294c18c8a68b9b3c47ea64'
-            'aefa14360b28f1eec2d1b749eb640b826b0f1fad59e1d06fd840e8e1d69e39ce')
+sha256sums=('683038c483456e5068f5bb20c3d565936700c9898005c7149ee7aa44e5cc110d')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../808032fc.patch # Fix mozo
-  ./autogen.sh
-}
-
 build() {
     	cd "${pkgname}-${pkgver}" 
     	./configure \



More information about the arch-commits mailing list