[arch-commits] Commit in mate-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)

Brad Fanella cesura at archlinux.org
Wed Aug 15 11:51:05 UTC 2018


    Date: Wednesday, August 15, 2018 @ 11:51:05
  Author: cesura
Revision: 371720

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-15 11:50:41 UTC (rev 371719)
+++ PKGBUILD	2018-08-15 11:51:05 UTC (rev 371720)
@@ -1,36 +0,0 @@
-# Contributor: Martin Wimpress <code at flexion.org>
-
-pkgname=mate-utils
-pkgver=1.20.0
-pkgrel=1
-pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files"
-url="http://mate-desktop.org"
-arch=('x86_64')
-license=('GPL')
-depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
-makedepends=('intltool' 'itstool' 'mate-panel' 'python')
-optdepends=('mate-panel: Look up words in dictionaries from the panel')
-groups=('mate-extra')
-conflicts=('mate-utils-gtk3')
-replaces=('mate-utils-gtk3')
-source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681')
-
-build() {
-    cd ${pkgname}-${pkgver}
-    ./configure \
-        --prefix=/usr \
-        --libexecdir=/usr/lib/${_pkgbase} \
-        --sysconfdir=/etc \
-        --disable-maintainer-flags
-
-    #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-utils/repos/community-x86_64/PKGBUILD (from rev 371719, mate-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-15 11:51:05 UTC (rev 371720)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.20.1
+pkgrel=1
+pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files"
+url="http://mate-desktop.org"
+arch=('x86_64')
+license=('GPL')
+depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm')
+makedepends=('intltool' 'itstool' 'mate-panel' 'python')
+optdepends=('mate-panel: Look up words in dictionaries from the panel')
+groups=('mate-extra')
+conflicts=('mate-utils-gtk3')
+replaces=('mate-utils-gtk3')
+source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf')
+
+build() {
+    cd ${pkgname}-${pkgver}
+    ./configure \
+        --prefix=/usr \
+        --libexecdir=/usr/lib/${_pkgbase} \
+        --sysconfdir=/etc \
+        --disable-maintainer-flags
+
+    #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