[arch-commits] Commit in gsettings-desktop-schemas/repos/extra-any (4 files)

Ionut Biru ibiru at archlinux.org
Tue May 15 13:43:28 UTC 2012


    Date: Tuesday, May 15, 2012 @ 09:43:27
  Author: ibiru
Revision: 159084

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
    (from rev 159083, gsettings-desktop-schemas/trunk/PKGBUILD)
  gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install
    (from rev 159083, gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
  gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install

-----------------------------------+
 PKGBUILD                          |   62 ++++++++++++++++++------------------
 gsettings-desktop-schemas.install |   22 ++++++------
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-15 13:42:37 UTC (rev 159083)
+++ PKGBUILD	2012-05-15 13:43:27 UTC (rev 159084)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.4.1
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=('any')
-url="http://live.gnome.org/"
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool' 'gobject-introspection')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c7360fc77d82595e238e44345f83c2e1d7bc9a7c452c89df507ddd1cf2b3602b')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 159083, gsettings-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-05-15 13:43:27 UTC (rev 159084)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Adam Hani Schakaki (krzd) <krzd at krzd.net>
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.4.2
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=('any')
+url="http://live.gnome.org/"
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool' 'gobject-introspection')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ce0a460128d52710b6842ca663690e38374ac921e2f6c1bdf5d54f46aa6eba4f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: gsettings-desktop-schemas.install
===================================================================
--- gsettings-desktop-schemas.install	2012-05-15 13:42:37 UTC (rev 159083)
+++ gsettings-desktop-schemas.install	2012-05-15 13:43:27 UTC (rev 159084)
@@ -1,11 +0,0 @@
-post_install() {
-   glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install (from rev 159083, gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===================================================================
--- gsettings-desktop-schemas.install	                        (rev 0)
+++ gsettings-desktop-schemas.install	2012-05-15 13:43:27 UTC (rev 159084)
@@ -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