[arch-commits] Commit in mate-utils/trunk (PKGBUILD)
Brad Fanella
cesura at archlinux.org
Thu Jan 10 09:36:49 UTC 2019
Date: Thursday, January 10, 2019 @ 09:36:48
Author: cesura
Revision: 421529
upgpkg: mate-utils 1.20.2-1
Updated to version 1.20.2
Modified:
mate-utils/trunk/PKGBUILD
----------+
PKGBUILD | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-10 09:22:59 UTC (rev 421528)
+++ PKGBUILD 2019-01-10 09:36:48 UTC (rev 421529)
@@ -2,7 +2,7 @@
# Contributor: Martin Wimpress <code at flexion.org>
pkgname=mate-utils
-pkgver=1.20.1
+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"
@@ -15,23 +15,23 @@
conflicts=('mate-utils-gtk3')
replaces=('mate-utils-gtk3')
source=("https://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf')
+sha256sums=('0ebbd70142c5966f565f14e6b1b68c5d4cd389aeb2a2a5246a0a7e2952e0f070')
build() {
- cd ${pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib/${_pkgbase} \
- --sysconfdir=/etc \
- --disable-maintainer-flags
+ 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
+ #https://bugzilla.gnome.org/show_bug.cgi?id=656231
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make
+ make
}
package() {
- cd ${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
}
More information about the arch-commits
mailing list