[arch-commits] Commit in gnome-shell-extensions/repos (4 files)

Jan de Groot jgc at archlinux.org
Wed Mar 25 15:35:57 UTC 2015


    Date: Wednesday, March 25, 2015 @ 16:35:57
  Author: jgc
Revision: 234844

db-move: moved gnome-shell-extensions from [gnome-unstable] to [testing] (any)

Added:
  gnome-shell-extensions/repos/testing-any/
  gnome-shell-extensions/repos/testing-any/PKGBUILD
    (from rev 234786, gnome-shell-extensions/repos/gnome-unstable-any/PKGBUILD)
  gnome-shell-extensions/repos/testing-any/gnome-shell-extensions.install
    (from rev 234786, gnome-shell-extensions/repos/gnome-unstable-any/gnome-shell-extensions.install)
Deleted:
  gnome-shell-extensions/repos/gnome-unstable-any/

--------------------------------+
 PKGBUILD                       |   28 ++++++++++++++++++++++++++++
 gnome-shell-extensions.install |   11 +++++++++++
 2 files changed, 39 insertions(+)

Copied: gnome-shell-extensions/repos/testing-any/PKGBUILD (from rev 234786, gnome-shell-extensions/repos/gnome-unstable-any/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2015-03-25 15:35:57 UTC (rev 234844)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-shell-extensions
+pkgver=3.16.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)
+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=('e071ce79debc14f65d107e29193f65483b5611fb2161185978061a5a8d1b35fb')
+
+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/testing-any/gnome-shell-extensions.install (from rev 234786, gnome-shell-extensions/repos/gnome-unstable-any/gnome-shell-extensions.install)
===================================================================
--- testing-any/gnome-shell-extensions.install	                        (rev 0)
+++ testing-any/gnome-shell-extensions.install	2015-03-25 15:35:57 UTC (rev 234844)
@@ -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