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

Allan McRae allan at archlinux.org
Thu Apr 26 03:48:14 UTC 2012


    Date: Wednesday, April 25, 2012 @ 23:48:13
  Author: allan
Revision: 157214

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  mutter/repos/staging-i686/
  mutter/repos/staging-i686/PKGBUILD
    (from rev 157213, mutter/trunk/PKGBUILD)
  mutter/repos/staging-i686/mutter.install
    (from rev 157213, mutter/trunk/mutter.install)
  mutter/repos/staging-x86_64/
  mutter/repos/staging-x86_64/PKGBUILD
    (from rev 157213, mutter/trunk/PKGBUILD)
  mutter/repos/staging-x86_64/mutter.install
    (from rev 157213, mutter/trunk/mutter.install)

-------------------------------+
 staging-i686/PKGBUILD         |   33 +++++++++++++++++++++++++++++++++
 staging-i686/mutter.install   |   19 +++++++++++++++++++
 staging-x86_64/PKGBUILD       |   33 +++++++++++++++++++++++++++++++++
 staging-x86_64/mutter.install |   19 +++++++++++++++++++
 4 files changed, 104 insertions(+)

Copied: mutter/repos/staging-i686/PKGBUILD (from rev 157213, mutter/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-04-26 03:48:13 UTC (rev 157214)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
+
+pkgname=mutter
+pkgver=3.4.1
+pkgrel=2
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/mutter \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: mutter/repos/staging-i686/mutter.install (from rev 157213, mutter/trunk/mutter.install)
===================================================================
--- staging-i686/mutter.install	                        (rev 0)
+++ staging-i686/mutter.install	2012-04-26 03:48:13 UTC (rev 157214)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+        /usr/sbin/gconfpkg --uninstall $pkgname
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: mutter/repos/staging-x86_64/PKGBUILD (from rev 157213, mutter/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-04-26 03:48:13 UTC (rev 157214)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan "heftig" Steffens <jan.steffens at gmail.com>
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
+
+pkgname=mutter
+pkgver=3.4.1
+pkgrel=2
+pkgdesc="A window manager for GNOME"
+arch=(i686 x86_64)
+license=('GPL')
+depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity')
+makedepends=('intltool' 'gnome-doc-utils')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!libtool' '!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dbf08b014179980ab3d0cce645c5391c83b0ce070c73504feea8eec0ad000449')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/mutter \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Copied: mutter/repos/staging-x86_64/mutter.install (from rev 157213, mutter/trunk/mutter.install)
===================================================================
--- staging-x86_64/mutter.install	                        (rev 0)
+++ staging-x86_64/mutter.install	2012-04-26 03:48:13 UTC (rev 157214)
@@ -0,0 +1,19 @@
+pkgname=mutter
+
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+pre_upgrade() {
+    if [ -f /usr/share/gconf/schemas/$pkgname.schemas ]; then
+        /usr/sbin/gconfpkg --uninstall $pkgname
+    fi
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}




More information about the arch-commits mailing list