[arch-commits] Commit in gnome-shell-extensions/repos (3 files)
Jan Steffens
heftig at nymeria.archlinux.org
Sun Mar 30 11:48:03 UTC 2014
Date: Sunday, March 30, 2014 @ 13:48:03
Author: heftig
Revision: 209234
archrelease: copy trunk to gnome-unstable-any
Added:
gnome-shell-extensions/repos/gnome-unstable-any/
gnome-shell-extensions/repos/gnome-unstable-any/PKGBUILD
(from rev 209233, gnome-shell-extensions/trunk/PKGBUILD)
gnome-shell-extensions/repos/gnome-unstable-any/gnome-shell-extensions.install
(from rev 209233, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
--------------------------------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
gnome-shell-extensions.install | 11 +++++++++++
2 files changed, 39 insertions(+)
Copied: gnome-shell-extensions/repos/gnome-unstable-any/PKGBUILD (from rev 209233, gnome-shell-extensions/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2014-03-30 11:48:03 UTC (rev 209234)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-shell-extensions
+pkgver=3.12.0
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+arch=(any)
+url="http://live.gnome.org/GnomeShell/Extensions"
+license=(GPL2)
+depends=(gnome-shell libgtop)
+makedepends=(intltool)
+optdepends=('nautilus: gnome-classic session')
+install=gnome-shell-extensions.install
+groups=('gnome')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('75f5d4c0c7081466fe3cdb8252b8ba4bec821aec4185c1ca72fc9fa10601ee58')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-session --enable-extensions=all
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: gnome-shell-extensions/repos/gnome-unstable-any/gnome-shell-extensions.install (from rev 209233, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===================================================================
--- gnome-unstable-any/gnome-shell-extensions.install (rev 0)
+++ gnome-unstable-any/gnome-shell-extensions.install 2014-03-30 11:48:03 UTC (rev 209234)
@@ -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