[arch-commits] Commit in mutter-wayland/trunk (3 files)

Jan Steffens heftig at nymeria.archlinux.org
Tue Sep 24 07:12:50 UTC 2013


    Date: Tuesday, September 24, 2013 @ 09:12:49
  Author: heftig
Revision: 194896

3.9.92

Added:
  mutter-wayland/trunk/mutter-wayland.install
    (from rev 194895, mutter-wayland/trunk/mutter.install)
Modified:
  mutter-wayland/trunk/PKGBUILD
Deleted:
  mutter-wayland/trunk/mutter.install

------------------------+
 PKGBUILD               |   25 +++++++++++++------------
 mutter-wayland.install |   11 +++++++++++
 mutter.install         |   19 -------------------
 3 files changed, 24 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-24 07:00:54 UTC (rev 194895)
+++ PKGBUILD	2013-09-24 07:12:49 UTC (rev 194896)
@@ -1,27 +1,24 @@
 # $Id$
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Michael Kanis <mkanis_at_gmx_dot_de>
 
-pkgname=mutter
-pkgver=3.10.0
+pkgname=mutter-wayland
+pkgver=3.9.92
 pkgrel=1
-pkgdesc="A window manager for GNOME"
+pkgdesc="A Wayland compositor for GNOME"
 arch=(i686 x86_64)
-license=('GPL')
-depends=('clutter' 'dconf' 'gobject-introspection' 'gsettings-desktop-schemas' 'libcanberra' 'startup-notification' 'zenity' 'libsm' 'gnome-desktop' 'upower')
-makedepends=('intltool' 'gnome-doc-utils')
+license=(GPL)
+depends=(mutter)
+makedepends=(intltool gnome-doc-utils)
 url="http://www.gnome.org"
-groups=('gnome')
 options=('!libtool' '!emptydirs')
-install=mutter.install
+install=mutter-wayland.install
 source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bf468054e86759e844aea1e97d438eb84840edad1cc40cb6e13c145e398af242')
+sha256sums=('562fc8bccf9b413f2f1f6ee3e1be8113a35b0cdcb28f3d242e143f066b974712')
 
 build() {
   cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/mutter \
+      --libexecdir=/usr/lib/$pkgname \
       --localstatedir=/var --disable-static \
       --disable-schemas-compile --enable-compile-warnings=minimum
 
@@ -34,4 +31,8 @@
 package() {
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir" install
+
+  # Already in "mutter"
+  rm -r "$pkgdir"/usr/share/{man,gtk-doc,GConf,gnome-control-center}
+  rm "$pkgdir/usr/share/glib-2.0/schemas/org.gnome.mutter.gschema.xml"
 }

Copied: mutter-wayland/trunk/mutter-wayland.install (from rev 194895, mutter-wayland/trunk/mutter.install)
===================================================================
--- mutter-wayland.install	                        (rev 0)
+++ mutter-wayland.install	2013-09-24 07:12:49 UTC (rev 194896)
@@ -0,0 +1,11 @@
+post_install() {
+    glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Deleted: mutter.install
===================================================================
--- mutter.install	2013-09-24 07:00:54 UTC (rev 194895)
+++ mutter.install	2013-09-24 07:12:49 UTC (rev 194896)
@@ -1,19 +0,0 @@
-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