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

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2021-10-07 16:40:06 UTC (rev 1027957)
+++ PKGBUILD    2021-10-07 16:40:16 UTC (rev 1027958)
@@ -1,45 +0,0 @@
-# Maintainer: Brad Fanella <ces...@archlinux.org>
-# Contributor: Martin Wimpress <c...@flexion.org>
-
-pkgname=mate-panel
-pkgver=1.26.0
-pkgrel=3
-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";
-         https://github.com/mate-desktop/mate-panel/commit/808032fc.patch)
-groups=('mate')
-conflicts=('mate-panel-gtk3')
-replaces=('mate-panel-gtk3')
-sha256sums=('092e1ed2177b3a13cfb7df19667b06083009210e48294c18c8a68b9b3c47ea64'
-            'aefa14360b28f1eec2d1b749eb640b826b0f1fad59e1d06fd840e8e1d69e39ce')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 < ../808032fc.patch # Fix mozo
-  ./autogen.sh
-}
-
-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
-}

Copied: mate-panel/repos/community-x86_64/PKGBUILD (from rev 1027957, 
mate-panel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2021-10-07 16:40:16 UTC (rev 1027958)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <ces...@archlinux.org>
+# Contributor: Martin Wimpress <c...@flexion.org>
+
+pkgname=mate-panel
+pkgver=1.26.1
+pkgrel=1
+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
+}

Reply via email to