diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-06 04:00:43 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-06 04:00:43 +0000 |
commit | 6b55be9272c15e1858a1a7236482298f677c1a3b (patch) | |
tree | a00e7300c358b2a4b16184192c53b8ce555a2412 /community/metacity | |
parent | 8faa42b28f39ace5fc2c3ec8a054fa0a5b246eab (diff) |
Fri Jun 6 03:57:24 UTC 2014
Diffstat (limited to 'community/metacity')
-rw-r--r-- | community/metacity/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/metacity/PKGBUILD b/community/metacity/PKGBUILD index 4f4a0397b..c53c1435f 100644 --- a/community/metacity/PKGBUILD +++ b/community/metacity/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 111950 2014-05-27 08:43:03Z jgc $ +# $Id: PKGBUILD 112670 2014-06-04 15:57:08Z bgyorgy $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=metacity pkgver=2.34.13 -pkgrel=6 +pkgrel=7 pkgdesc="Legacy GNOME window manager" arch=('i686' 'x86_64') license=('GPL') -depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 'startup-notification' 'zenity') +depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk2' 'startup-notification' 'zenity') makedepends=('intltool' 'itstool') url="https://wiki.gnome.org/Projects/Metacity" install=metacity.install |