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

Balló György bgyorgy at archlinux.org
Thu Oct 9 20:01:28 UTC 2014


    Date: Thursday, October 9, 2014 @ 22:01:28
  Author: bgyorgy
Revision: 120453

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 120452, metacity/trunk/PKGBUILD)
  metacity/repos/community-testing-i686/metacity.install
    (from rev 120452, metacity/trunk/metacity.install)
  metacity/repos/community-testing-x86_64/
  metacity/repos/community-testing-x86_64/PKGBUILD
    (from rev 120452, metacity/trunk/PKGBUILD)
  metacity/repos/community-testing-x86_64/metacity.install
    (from rev 120452, metacity/trunk/metacity.install)

-------------------------------------------+
 community-testing-i686/PKGBUILD           |   28 ++++++++++++++++++++++++++++
 community-testing-i686/metacity.install   |   11 +++++++++++
 community-testing-x86_64/PKGBUILD         |   28 ++++++++++++++++++++++++++++
 community-testing-x86_64/metacity.install |   11 +++++++++++
 4 files changed, 78 insertions(+)

Copied: metacity/repos/community-testing-i686/PKGBUILD (from rev 120452, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2014-10-09 20:01:28 UTC (rev 120453)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity"
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1721803d4266b97dd740d10bc9bce166c148c2268db1faee8412f2be632668d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: metacity/repos/community-testing-i686/metacity.install (from rev 120452, metacity/trunk/metacity.install)
===================================================================
--- community-testing-i686/metacity.install	                        (rev 0)
+++ community-testing-i686/metacity.install	2014-10-09 20:01:28 UTC (rev 120453)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: metacity/repos/community-testing-x86_64/PKGBUILD (from rev 120452, metacity/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2014-10-09 20:01:28 UTC (rev 120453)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=metacity
+pkgver=3.14.0
+pkgrel=1
+pkgdesc="Legacy GNOME window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('dconf' 'libcanberra' 'libgtop' 'libsm' 'gsettings-desktop-schemas' 'gtk3' 'startup-notification' 'zenity')
+makedepends=('intltool' 'itstool')
+url="https://wiki.gnome.org/Projects/Metacity"
+install=metacity.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('b1721803d4266b97dd740d10bc9bce166c148c2268db1faee8412f2be632668d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+              --disable-static --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: metacity/repos/community-testing-x86_64/metacity.install (from rev 120452, metacity/trunk/metacity.install)
===================================================================
--- community-testing-x86_64/metacity.install	                        (rev 0)
+++ community-testing-x86_64/metacity.install	2014-10-09 20:01:28 UTC (rev 120453)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list