Date: Friday, March 17, 2017 @ 22:28:47 Author: arojas Revision: 217003
Update to 1.18.0 Modified: mate-utils/trunk/PKGBUILD ----------+ PKGBUILD | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-03-17 22:26:12 UTC (rev 217002) +++ PKGBUILD 2017-03-17 22:28:47 UTC (rev 217003) @@ -1,28 +1,26 @@ # Contributor: Martin Wimpress <[email protected]> -_ver=1.16 -_pkgbase=mate-utils -pkgname=(${_pkgbase}) -pkgver=${_ver}.0 -pkgrel=2 -pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK2 version)" +pkgname=mate-utils +pkgver=1.18.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=('i686' 'x86_64') license=('GPL') -depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm') +depends=('mate-desktop' 'libcanberra' 'libgtop' 'libsm') makedepends=('intltool' 'itstool' 'mate-panel') optdepends=('mate-panel: Look up words in dictionaries from the panel') groups=('mate-extra') -conflicts=("${_pkgbase}-gtk3") -source=("http://pub.mate-desktop.org/releases/${_ver}/${_pkgbase}-${pkgver}.tar.xz") -sha1sums=('8435a42773bd2f5fcf27e2e6e71373fbf216eef9') +conflicts=('mate-utils-gtk3') +replaces=('mate-utils-gtk3') +source=("http://pub.mate-desktop.org/releases/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz") +sha1sums=('3149438d15a297e7f4581793ef7b8d1344cdc64e') build() { - cd "${srcdir}/${_pkgbase}-${pkgver}" + cd ${pkgname}-${pkgver} ./configure \ --prefix=/usr \ --libexecdir=/usr/lib/${_pkgbase} \ - --with-gtk=2.0 \ --sysconfdir=/etc \ --disable-maintainer-flags @@ -33,6 +31,6 @@ } package() { - cd "${srcdir}/${_pkgbase}-${pkgver}" + cd ${pkgname}-${pkgver} make DESTDIR="${pkgdir}" install }
