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

2014-10-15 Thread Jan de Groot
Date: Wednesday, October 15, 2014 @ 20:53:54
  Author: jgc
Revision: 224456

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-15 18:53:50 UTC (rev 224455)
+++ PKGBUILD2014-10-15 18:53:54 UTC (rev 224456)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.14.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 python2)
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('cf3ba58f6257155080b1872b4a6ce4a2424bb7af3f08e607b428cb47b065f2d7')
-
-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/testing-any/PKGBUILD (from rev 224455, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-15 18:53:54 UTC (rev 224456)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.14.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 python2)
+install=$pkgname.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('217eba09f0fb263dcb8ce6efa21c9afaf0504ac1d937732d1af1c6724c05f065')
+
+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   2014-10-15 18:53:50 UTC (rev 224455)
+++ gsettings-desktop-schemas.install   2014-10-15 18:53:54 UTC (rev 224456)
@@ -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/testing-any/gsettings-desktop-schemas.install 
(from rev 224455, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2014-10-15 18:53:54 UTC (rev 224456)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2012-04-16 Thread Jan de Groot
Date: Monday, April 16, 2012 @ 09:36:09
  Author: jgc
Revision: 156258

archrelease: copy trunk to testing-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-04-16 13:35:55 UTC (rev 156257)
+++ PKGBUILD2012-04-16 13:36:09 UTC (rev 156258)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.4.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=('2bbedcf40cb44acd9e266b114374d84b9eefb8da8fc7352d2fe12588ecb783f2')
-
-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/testing-any/PKGBUILD (from rev 156257, 
gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-04-16 13:36:09 UTC (rev 156258)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+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
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2012-04-16 13:35:55 UTC (rev 156257)
+++ gsettings-desktop-schemas.install   2012-04-16 13:36:09 UTC (rev 156258)
@@ -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/testing-any/gsettings-desktop-schemas.install 
(from rev 156257, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-04-16 13:36:09 UTC (rev 156258)
@@ -0,0 +1,11 @@
+post_install() {
+   glib-compile-schemas /usr/share/glib-2.0/schemas
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



[arch-commits] Commit in gsettings-desktop-schemas/repos (testing-any)

2011-04-29 Thread Ionut Biru
Date: Friday, April 29, 2011 @ 06:45:50
  Author: ibiru
Revision: 121197

archrelease: copy trunk to testing-any

Added:
  gsettings-desktop-schemas/repos/testing-any/



[arch-commits] Commit in gsettings-desktop-schemas/repos (testing-any)

2011-04-29 Thread Ionut Biru
Date: Friday, April 29, 2011 @ 06:45:35
  Author: ibiru
Revision: 121196

archrelease: remove testing-any

Deleted:
  gsettings-desktop-schemas/repos/testing-any/



[arch-commits] Commit in gsettings-desktop-schemas/repos (testing-any)

2011-04-26 Thread Ionut Biru
Date: Tuesday, April 26, 2011 @ 12:56:25
  Author: ibiru
Revision: 120829

archrelease: copy trunk to testing-any

Added:
  gsettings-desktop-schemas/repos/testing-any/



[arch-commits] Commit in gsettings-desktop-schemas/repos (testing-any)

2011-04-26 Thread Ionut Biru
Date: Tuesday, April 26, 2011 @ 12:56:09
  Author: ibiru
Revision: 120828

archrelease: remove testing-any

Deleted:
  gsettings-desktop-schemas/repos/testing-any/