[arch-commits] Commit in gsettings-desktop-schemas/repos (5 files)

Ionut Biru ibiru at archlinux.org
Sat Oct 1 18:58:52 UTC 2011


    Date: Saturday, October 1, 2011 @ 14:58:51
  Author: ibiru
Revision: 139339

db-move: moved gsettings-desktop-schemas from [testing] to [extra] (any)

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

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

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD	2011-10-01 18:58:50 UTC (rev 139338)
+++ extra-any/PKGBUILD	2011-10-01 18:58:51 UTC (rev 139339)
@@ -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.0.1
-pkgrel=2
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=('any')
-url="http://live.gnome.org/"
-license=('GPL')
-depends=('glib2')
-makedepends=('intltool')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.0/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('6e72158a0e70ae50b8bb992e1486dd2fda43207f4ec4eb03a0d769f210363fd9')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --disable-schemas-compile
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  make DESTDIR=${pkgdir} install
-}

Copied: gsettings-desktop-schemas/repos/extra-any/PKGBUILD (from rev 139207, gsettings-desktop-schemas/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-10-01 18:58:51 UTC (rev 139339)
@@ -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.2.0
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=('any')
+url="http://live.gnome.org/"
+license=('GPL')
+depends=('glib2')
+makedepends=('intltool')
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/3.2/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('110ea92485eade7f8f850da55944ae9f40597a891f3c46831c8edad06657e21c')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-any/gsettings-desktop-schemas.install
===================================================================
--- extra-any/gsettings-desktop-schemas.install	2011-10-01 18:58:50 UTC (rev 139338)
+++ extra-any/gsettings-desktop-schemas.install	2011-10-01 18:58:51 UTC (rev 139339)
@@ -1,11 +0,0 @@
-post_install() {
-   usr/bin/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 139207, gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install)
===================================================================
--- extra-any/gsettings-desktop-schemas.install	                        (rev 0)
+++ extra-any/gsettings-desktop-schemas.install	2011-10-01 18:58:51 UTC (rev 139339)
@@ -0,0 +1,11 @@
+post_install() {
+   usr/bin/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