diff options
Diffstat (limited to 'community/metacity/PKGBUILD')
-rw-r--r-- | community/metacity/PKGBUILD | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/community/metacity/PKGBUILD b/community/metacity/PKGBUILD index ea91e4d5e..4f4a0397b 100644 --- a/community/metacity/PKGBUILD +++ b/community/metacity/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 99909 2013-10-31 02:25:00Z allan $ +# $Id: PKGBUILD 111950 2014-05-27 08:43:03Z jgc $ # Maintainer: Balló György <ballogyor+arch at gmail dot com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=metacity pkgver=2.34.13 -pkgrel=5 +pkgrel=6 pkgdesc="Legacy GNOME window manager" arch=('i686' 'x86_64') license=('GPL') depends=('dconf' 'libcanberra' 'libgtop' 'gsettings-desktop-schemas' 'gtk2' 'startup-notification' 'zenity') makedepends=('intltool' 'itstool') -url="https://live.gnome.org/Metacity" +url="https://wiki.gnome.org/Projects/Metacity" install=metacity.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz fix_compositing_startup.patch @@ -25,7 +25,7 @@ sha256sums=('8cf4dbf0da0a6f36357ce7db7f829ec685908a7792453c662fb8184572b91075' 'e53c1c20e19cd3d94d05d08045c7a9a373ce52051928ccc69bf3068081f30f9a' '177ded8203c3ff25f59a24445145cb54da9aba4216a0014c34979b7c12f3c099') -build() { +prepare() { cd "$pkgname-$pkgver" # https://bugzilla.gnome.org/show_bug.cgi?id=658036 @@ -42,7 +42,10 @@ build() { # Rename switch-windows to switch-applications (required for GNOME 3.8 compatibility) patch -Np1 -i "$srcdir/application-switcher.patch" +} +build() { + cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static --disable-schemas-compile make |