[arch-commits] Commit in mate-utils-gtk3/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Oct 16 23:48:14 UTC 2016
Date: Sunday, October 16, 2016 @ 23:48:14
Author: bgyorgy
Revision: 192390
upgpkg: mate-utils-gtk3 1.16.0-2
Add back mate-desktop-schemas to dependencies, its GSettings schemas are required for this package
Modified:
mate-utils-gtk3/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-16 23:46:00 UTC (rev 192389)
+++ PKGBUILD 2016-10-16 23:48:14 UTC (rev 192390)
@@ -4,12 +4,12 @@
_pkgbase=mate-utils
pkgname=(${_pkgbase}-gtk3)
pkgver=${_ver}.0
-pkgrel=1
+pkgrel=2
pkgdesc="Common MATE utilities for viewing disk usage, logs and fonts, taking screenshots, managing dictionaries and searching files (GTK3 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtk3' 'libcanberra' 'libgtop' 'libsm')
+depends=('gtk3' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
makedepends=('intltool' 'itstool' 'mate-panel-gtk3')
optdepends=('mate-panel-gtk3: Look up words in dictionaries from the panel')
groups=('mate-extra-gtk3')
More information about the arch-commits
mailing list