[arch-commits] Commit in mate-panel/repos (2 files)

Brett Cornwall ainola at gemini.archlinux.org
Wed Jan 26 04:20:37 UTC 2022


    Date: Wednesday, January 26, 2022 @ 04:20:37
  Author: ainola
Revision: 1115622

archrelease: copy trunk to community-staging-x86_64

Added:
  mate-panel/repos/community-staging-x86_64/
  mate-panel/repos/community-staging-x86_64/PKGBUILD
    (from rev 1115621, mate-panel/trunk/PKGBUILD)

----------+
 PKGBUILD |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)

Copied: mate-panel/repos/community-staging-x86_64/PKGBUILD (from rev 1115621, mate-panel/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-01-26 04:20:37 UTC (rev 1115622)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-panel
+pkgver=1.26.1
+pkgrel=2
+pkgdesc="The MATE Panel"
+url="https://mate-desktop.org"
+arch=('x86_64')
+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")
+groups=('mate')
+conflicts=('mate-panel-gtk3')
+replaces=('mate-panel-gtk3')
+sha256sums=('683038c483456e5068f5bb20c3d565936700c9898005c7149ee7aa44e5cc110d')
+
+build() {
+    	cd "${pkgname}-${pkgver}" 
+    	./configure \
+        	--prefix=/usr \
+        	--libexecdir=/usr/lib/${pkgname} \
+        	--sysconfdir=/etc \
+        	--localstatedir=/var \
+        	--enable-introspection
+
+    	#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+    	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+    	make
+}
+
+package() {
+    	cd "${pkgname}-${pkgver}"
+    	make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list