[arch-commits] Commit in mate-utils/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sun Oct 16 23:45:55 UTC 2016
Date: Sunday, October 16, 2016 @ 23:45:54
Author: bgyorgy
Revision: 192388
upgpkg: mate-utils 1.16.0-2
Add back mate-desktop-schemas to dependencies, its GSettings schemas are required for this package
Modified:
mate-utils/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-10-16 23:39:56 UTC (rev 192387)
+++ PKGBUILD 2016-10-16 23:45:54 UTC (rev 192388)
@@ -4,12 +4,12 @@
_pkgbase=mate-utils
pkgname=(${_pkgbase})
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 (GTK2 version)"
url="http://mate-desktop.org"
arch=('i686' 'x86_64')
license=('GPL')
-depends=('gtk2' 'libcanberra' 'libgtop' 'libsm')
+depends=('gtk2' 'mate-desktop-schemas' 'libcanberra' 'libgtop' 'libsm')
makedepends=('intltool' 'itstool' 'mate-panel')
optdepends=('mate-panel: Look up words in dictionaries from the panel')
groups=('mate-extra')
More information about the arch-commits
mailing list