[arch-commits] Commit in mate-utils/repos/community-x86_64 (PKGBUILD PKGBUILD)
Brad Fanella
cesura at archlinux.org
Thu Jan 10 09:37:15 UTC 2019
Date: Thursday, January 10, 2019 @ 09:37:14
Author: cesura
Revision: 421530
archrelease: copy trunk to community-x86_64
Added:
mate-utils/repos/community-x86_64/PKGBUILD
(from rev 421529, mate-utils/trunk/PKGBUILD)
Deleted:
mate-utils/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 74 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 37 insertions(+), 37 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-10 09:36:48 UTC (rev 421529)
+++ PKGBUILD 2019-01-10 09:37:14 UTC (rev 421530)
@@ -1,37 +0,0 @@
-# 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
-}
Copied: mate-utils/repos/community-x86_64/PKGBUILD (from rev 421529, mate-utils/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-10 09:37:14 UTC (rev 421530)
@@ -0,0 +1,37 @@
+# Maintainer: Brad Fanella <cesura at archlinux.org>
+# Contributor: Martin Wimpress <code at flexion.org>
+
+pkgname=mate-utils
+pkgver=1.20.2
+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=('0ebbd70142c5966f565f14e6b1b68c5d4cd389aeb2a2a5246a0a7e2952e0f070')
+
+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