Date: Monday, April 22, 2013 @ 00:10:48
  Author: heftig
Revision: 183413

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

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
    (from rev 183326, gsettings-desktop-schemas/repos/testing-any/PKGBUILD)
  gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install
    (from rev 183326, 
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                                   |   29 ++++++++++++++++++++++++
 /gsettings-desktop-schemas.install          |   11 +++++++++
 extra-any/PKGBUILD                          |   31 --------------------------
 extra-any/gsettings-desktop-schemas.install |   11 ---------
 4 files changed, 40 insertions(+), 42 deletions(-)

Deleted: extra-any/PKGBUILD
===================================================================
--- extra-any/PKGBUILD  2013-04-21 22:10:47 UTC (rev 183412)
+++ extra-any/PKGBUILD  2013-04-21 22:10:48 UTC (rev 183413)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ib...@archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
-# Contributor: Adam Hani Schakaki (krzd) <k...@krzd.net>
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.6.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=('d9a877d209e668845d6cafcd62663b0f6e6154df5a96f581ff36f999050e67e6')
-
-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 183326, 
gsettings-desktop-schemas/repos/testing-any/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD                          (rev 0)
+++ extra-any/PKGBUILD  2013-04-21 22:10:48 UTC (rev 183413)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru <ib...@archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org>
+# Contributor: Adam Hani Schakaki (krzd) <k...@krzd.net>
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.8.0
+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=('9583384299c3b8cc21f99327a84527d3e7e55a26ada35ea81522dc4c05a5ae0c')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-any/gsettings-desktop-schemas.install
===================================================================
--- extra-any/gsettings-desktop-schemas.install 2013-04-21 22:10:47 UTC (rev 
183412)
+++ extra-any/gsettings-desktop-schemas.install 2013-04-21 22:10:48 UTC (rev 
183413)
@@ -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 183326, 
gsettings-desktop-schemas/repos/testing-any/gsettings-desktop-schemas.install)
===================================================================
--- extra-any/gsettings-desktop-schemas.install                         (rev 0)
+++ extra-any/gsettings-desktop-schemas.install 2013-04-21 22:10:48 UTC (rev 
183413)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Reply via email to