[arch-commits] Commit in metacity/repos (4 files)

Balló György bgyorgy at archlinux.org
Sun Apr 23 07:12:27 UTC 2017


    Date: Sunday, April 23, 2017 @ 07:12:26
  Author: bgyorgy
Revision: 224562

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 224561, metacity/trunk/PKGBUILD)
  metacity/repos/community-testing-x86_64/
  metacity/repos/community-testing-x86_64/PKGBUILD
    (from rev 224561, 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 224561, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2017-04-23 07:12:26 UTC (rev 224562)
@@ -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.24.1
+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=('de525224b88dffb1efe460568cf5d5eeb321b460d39a0905353dfd105b1db479')
+
+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 224561, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2017-04-23 07:12:26 UTC (rev 224562)
@@ -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.24.1
+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=('de525224b88dffb1efe460568cf5d5eeb321b460d39a0905353dfd105b1db479')
+
+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