[arch-commits] Commit in gnome-shell-extensions/repos (3 files)
Jan de Groot
jgc at archlinux.org
Tue Mar 22 20:21:48 UTC 2016
Date: Tuesday, March 22, 2016 @ 21:21:47
Author: jgc
Revision: 262417
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 262416, gnome-shell-extensions/trunk/PKGBUILD)
gnome-shell-extensions/repos/gnome-unstable-any/gnome-shell-extensions.install
(from rev 262416, 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 262416, gnome-shell-extensions/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD (rev 0)
+++ gnome-unstable-any/PKGBUILD 2016-03-22 20:21:47 UTC (rev 262417)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-shell-extensions
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="Extensions for GNOME shell, including classic mode"
+arch=(any)
+url="https://wiki.gnome.org/Projects/GnomeShell/Extensions"
+license=(GPL2)
+depends=(gnome-shell)
+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=('cc97e8627245038821c9f61e684a56c4dfc08c5f86e38d7a6750da0fc40acc87')
+
+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 262416, gnome-shell-extensions/trunk/gnome-shell-extensions.install)
===================================================================
--- gnome-unstable-any/gnome-shell-extensions.install (rev 0)
+++ gnome-unstable-any/gnome-shell-extensions.install 2016-03-22 20:21:47 UTC (rev 262417)
@@ -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