[arch-commits] Commit in metacity/repos (4 files)
Balló György
bgyorgy at archlinux.org
Thu Oct 6 16:24:25 UTC 2016
Date: Thursday, October 6, 2016 @ 16:24:25
Author: bgyorgy
Revision: 191494
archrelease: copy trunk to community-testing-i686, community-testing-x86_64
Added:
metacity/repos/community-testing-i686/
metacity/repos/community-testing-i686/PKGBUILD
(from rev 191493, metacity/trunk/PKGBUILD)
metacity/repos/community-testing-x86_64/
metacity/repos/community-testing-x86_64/PKGBUILD
(from rev 191493, metacity/trunk/PKGBUILD)
-----------------------------------+
community-testing-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-testing-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: metacity/repos/community-testing-i686/PKGBUILD (from rev 191493, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-10-06 16:24:25 UTC (rev 191494)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Window manager of GNOME Flashback"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool')
+url="https://wiki.gnome.org/Projects/Metacity"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('860fed03839d0f1710f13516a747ecb1a620f0a72c4798794bfd1196e1bc5437')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: metacity/repos/community-testing-x86_64/PKGBUILD (from rev 191493, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2016-10-06 16:24:25 UTC (rev 191494)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.22.0
+pkgrel=1
+pkgdesc="Window manager of GNOME Flashback"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool')
+url="https://wiki.gnome.org/Projects/Metacity"
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('860fed03839d0f1710f13516a747ecb1a620f0a72c4798794bfd1196e1bc5437')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list