[arch-commits] Commit in mutter/repos (6 files)
Jan Steffens
heftig at archlinux.org
Sun Jan 18 00:23:07 UTC 2015
Date: Sunday, January 18, 2015 @ 01:23:06
Author: heftig
Revision: 229506
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
mutter/repos/staging-i686/
mutter/repos/staging-i686/PKGBUILD
(from rev 229505, mutter/trunk/PKGBUILD)
mutter/repos/staging-i686/mutter.install
(from rev 229505, mutter/trunk/mutter.install)
mutter/repos/staging-x86_64/
mutter/repos/staging-x86_64/PKGBUILD
(from rev 229505, mutter/trunk/PKGBUILD)
mutter/repos/staging-x86_64/mutter.install
(from rev 229505, mutter/trunk/mutter.install)
-------------------------------+
staging-i686/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++++++
staging-i686/mutter.install | 19 ++++++++++++++++++
staging-x86_64/PKGBUILD | 41 ++++++++++++++++++++++++++++++++++++++++
staging-x86_64/mutter.install | 19 ++++++++++++++++++
4 files changed, 120 insertions(+)
Copied: mutter/repos/staging-i686/PKGBUILD (from rev 229505, mutter/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-01-18 00:23:06 UTC (rev 229506)
@@ -0,0 +1,41 @@
+# $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.14.3
+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' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11'
+ 'gnome-settings-daemon')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b23a2d31980d9de8e92ef940e6f63e3ac0f6446e2afc69ecbc80163f6af3a23')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/mutter \
+ --localstatedir=/var --disable-static \
+ --disable-schemas-compile --enable-compile-warnings=minimum
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Copied: mutter/repos/staging-i686/mutter.install (from rev 229505, mutter/trunk/mutter.install)
===================================================================
--- staging-i686/mutter.install (rev 0)
+++ staging-i686/mutter.install 2015-01-18 00:23:06 UTC (rev 229506)
@@ -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 229505, mutter/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-01-18 00:23:06 UTC (rev 229506)
@@ -0,0 +1,41 @@
+# $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.14.3
+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' 'libsm' 'gnome-desktop' 'upower' 'libxkbcommon-x11'
+ 'gnome-settings-daemon')
+makedepends=('intltool' 'gnome-doc-utils' 'libxkbcommon-x11')
+conflicts=('mutter-wayland')
+replaces=('mutter-wayland')
+url="http://www.gnome.org"
+groups=('gnome')
+options=('!emptydirs')
+install=mutter.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('0b23a2d31980d9de8e92ef940e6f63e3ac0f6446e2afc69ecbc80163f6af3a23')
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --libexecdir=/usr/lib/mutter \
+ --localstatedir=/var --disable-static \
+ --disable-schemas-compile --enable-compile-warnings=minimum
+
+ #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
Copied: mutter/repos/staging-x86_64/mutter.install (from rev 229505, mutter/trunk/mutter.install)
===================================================================
--- staging-x86_64/mutter.install (rev 0)
+++ staging-x86_64/mutter.install 2015-01-18 00:23:06 UTC (rev 229506)
@@ -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