[arch-commits] Commit in gsettings-desktop-schemas/repos/gnome-unstable-any (2 files)

2018-03-13 Thread Jan Steffens via arch-commits
Date: Tuesday, March 13, 2018 @ 20:46:23
  Author: heftig
Revision: 318871

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 318870, gsettings-desktop-schemas/trunk/PKGBUILD)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 20:45:35 UTC (rev 318870)
+++ PKGBUILD2018-03-13 20:46:23 UTC (rev 318871)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.27.92+1+g76840ff
-pkgrel=1
-pkgdesc="Shared GSettings schemas for the desktop"
-arch=(any)
-url="https://git.gnome.org/browse/gsettings-desktop-schemas;
-license=(GPL)
-depends=(glib2 dconf)
-makedepends=(intltool gobject-introspection git)
-_commit=76840ff6f14872f82789545b0118f923db365fc3  # master
-source=("git+https://git.gnome.org/browse/gsettings-desktop-schemas#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  intltoolize
-  autoreconf -fvi
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---disable-schemas-compile
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD (from rev 
318870, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 20:46:23 UTC (rev 318871)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.28.0+1+g85521dc
+pkgrel=1
+pkgdesc="Shared GSettings schemas for the desktop"
+arch=(any)
+url="https://git.gnome.org/browse/gsettings-desktop-schemas;
+license=(GPL)
+depends=(glib2 dconf)
+makedepends=(intltool gobject-introspection git)
+_commit=85521dc44e43d6b3e5bd288e9d276aaec728d1a8  # master
+source=("git+https://git.gnome.org/browse/gsettings-desktop-schemas#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  intltoolize
+  autoreconf -fvi
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-21 Thread Jan de Groot
Date: Monday, March 21, 2016 @ 13:46:11
  Author: jgc
Revision: 262161

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 262160, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 262160, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-21 12:46:07 UTC (rev 262160)
+++ PKGBUILD2016-03-21 12:46:11 UTC (rev 262161)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru 
-# Contributor: Jaroslav Lichtblau 
-# Contributor: Adam Hani Schakaki (krzd) 
-
-pkgname=gsettings-desktop-schemas
-pkgver=3.19.92
-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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('88c9af6a465da804b364c21cea15fa62457cc765911eee64099c984ada61f79d')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
262160, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-21 12:46:11 UTC (rev 262161)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer : Ionut Biru 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Adam Hani Schakaki (krzd) 
+
+pkgname=gsettings-desktop-schemas
+pkgver=3.20.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=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('55a41b533c0ab955e0a36a84d73829451c88b027d8d719955d8f695c35c6d9c1')
+
+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   2016-03-21 12:46:07 UTC (rev 262160)
+++ gsettings-desktop-schemas.install   2016-03-21 12:46:11 UTC (rev 262161)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 262160, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2016-03-21 12:46:11 UTC (rev 262161)
@@ -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/gnome-unstable-any (4 files)

2015-03-23 Thread Jan de Groot
Date: Monday, March 23, 2015 @ 12:16:52
  Author: jgc
Revision: 234540

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 234539, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 234539, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-23 11:16:48 UTC (rev 234539)
+++ PKGBUILD2015-03-23 11:16:52 UTC (rev 234540)
@@ -1,29 +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.15.92
-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:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('971dae4fe3994e6aedc1369876ce7dd007832fd89020ef33fd0dbca77540f844')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
234539, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-23 11:16:52 UTC (rev 234540)
@@ -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.16.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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('26388d5b4d4ec1a345b2e382dff057ad9a216c50cc35bf54aa264c34280cb709')
+
+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   2015-03-23 11:16:48 UTC (rev 234539)
+++ gsettings-desktop-schemas.install   2015-03-23 11:16:52 UTC (rev 234540)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 234539, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2015-03-23 11:16:52 UTC (rev 234540)
@@ -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/gnome-unstable-any (4 files)

2015-03-22 Thread Jan de Groot
Date: Sunday, March 22, 2015 @ 10:47:36
  Author: jgc
Revision: 234463

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 234462, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 234462, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-22 09:47:32 UTC (rev 234462)
+++ PKGBUILD2015-03-22 09:47:36 UTC (rev 234463)
@@ -1,29 +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.15.90
-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:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7622cedf445fe61a760a3253600866fd5b0ad6bcc5ad22847175f376e5332873')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
234462, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-22 09:47:36 UTC (rev 234463)
@@ -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.15.92
+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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('971dae4fe3994e6aedc1369876ce7dd007832fd89020ef33fd0dbca77540f844')
+
+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   2015-03-22 09:47:32 UTC (rev 234462)
+++ gsettings-desktop-schemas.install   2015-03-22 09:47:36 UTC (rev 234463)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 234462, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2015-03-22 09:47:36 UTC (rev 234463)
@@ -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/gnome-unstable-any (4 files)

2014-09-22 Thread Jan de Groot
Date: Monday, September 22, 2014 @ 17:24:32
  Author: jgc
Revision: 222670

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 222669, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 222669, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-22 15:24:28 UTC (rev 222669)
+++ PKGBUILD2014-09-22 15:24:32 UTC (rev 222670)
@@ -1,29 +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.13.92
-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=('82338a066b48cf39f190ef7a82db46bc6a6a451cbe08d43dca7d03364bf9c034')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
222669, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-22 15:24:32 UTC (rev 222670)
@@ -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.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
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2014-09-22 15:24:28 UTC (rev 222669)
+++ gsettings-desktop-schemas.install   2014-09-22 15:24:32 UTC (rev 222670)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 222669, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2014-09-22 15:24:32 UTC (rev 222670)
@@ -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/gnome-unstable-any (4 files)

2014-03-24 Thread Jan de Groot
Date: Monday, March 24, 2014 @ 15:29:45
  Author: jgc
Revision: 208566

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 208565, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 208565, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-03-24 14:29:41 UTC (rev 208565)
+++ PKGBUILD2014-03-24 14:29:45 UTC (rev 208566)
@@ -1,29 +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.11.90
-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:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('45f9ccf718dd32cfc5dffe9dd174578e8dc40f1b5a21c49f154b5461c4260cbb')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
208565, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-03-24 14:29:45 UTC (rev 208566)
@@ -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.12.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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('a623888a47999599abca9728156459b93634e93ac7243a86cf1fc8c2d75f478d')
+
+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-03-24 14:29:41 UTC (rev 208565)
+++ gsettings-desktop-schemas.install   2014-03-24 14:29:45 UTC (rev 208566)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 208565, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2014-03-24 14:29:45 UTC (rev 208566)
@@ -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/gnome-unstable-any (4 files)

2013-09-23 Thread Jan de Groot
Date: Monday, September 23, 2013 @ 11:49:19
  Author: jgc
Revision: 194725

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 194724, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 194724, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 09:49:14 UTC (rev 194724)
+++ PKGBUILD2013-09-23 09:49:19 UTC (rev 194725)
@@ -1,29 +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.9.91
-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=('988dfd3dcb0574c9a4bca88edaa5ccab499bebc7c668c0292a3e8b1dd34e3e46')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
194724, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 09:49:19 UTC (rev 194725)
@@ -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.10.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=('ca681596b0fd35a061c50bf99a5f5bdcf245ccc60019895edd2aef9f79c7a8ce')
+
+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   2013-09-23 09:49:14 UTC (rev 194724)
+++ gsettings-desktop-schemas.install   2013-09-23 09:49:19 UTC (rev 194725)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 194724, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2013-09-23 09:49:19 UTC (rev 194725)
@@ -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/gnome-unstable-any (4 files)

2013-03-25 Thread Jan de Groot
Date: Monday, March 25, 2013 @ 13:18:35
  Author: jgc
Revision: 180649

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 180648, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 180648, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-25 12:18:31 UTC (rev 180648)
+++ PKGBUILD2013-03-25 12:18:35 UTC (rev 180649)
@@ -1,29 +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.7.92
-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=('49ab5a73b80c4a37c7551e2cb427fdc07700de3b8520316928d032b9f5e6e565')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
180648, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-25 12:18:35 UTC (rev 180649)
@@ -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: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2013-03-25 12:18:31 UTC (rev 180648)
+++ gsettings-desktop-schemas.install   2013-03-25 12:18:35 UTC (rev 180649)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 180648, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2013-03-25 12:18:35 UTC (rev 180649)
@@ -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/gnome-unstable-any (4 files)

2012-09-25 Thread Jan de Groot
Date: Tuesday, September 25, 2012 @ 05:19:54
  Author: jgc
Revision: 167073

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 167072, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 167072, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-25 09:19:38 UTC (rev 167072)
+++ PKGBUILD2012-09-25 09:19:54 UTC (rev 167073)
@@ -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.5.92
-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=('65f6e866019d41599563774bbb4b08125760d4f93abcdf7704a8ee2fa9421b2e')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
167072, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-25 09:19:54 UTC (rev 167073)
@@ -0,0 +1,31 @@
+# $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.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=('302b66958f755175436a6e60c9bfec50a5ba51244bb5da6af1bce620fb50c655')
+
+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-09-25 09:19:38 UTC (rev 167072)
+++ gsettings-desktop-schemas.install   2012-09-25 09:19:54 UTC (rev 167073)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 167072, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-09-25 09:19:54 UTC (rev 167073)
@@ -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/gnome-unstable-any (4 files)

2012-09-19 Thread Jan de Groot
Date: Wednesday, September 19, 2012 @ 17:48:21
  Author: jgc
Revision: 166843

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 166842, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 166842, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-19 21:48:06 UTC (rev 166842)
+++ PKGBUILD2012-09-19 21:48:21 UTC (rev 166843)
@@ -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.5.91
-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=('104194a6787f4188a18d73785cd895e6463e6eece5b4b24f982afc591cc0c2ab')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
166842, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-19 21:48:21 UTC (rev 166843)
@@ -0,0 +1,31 @@
+# $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.5.92
+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=('65f6e866019d41599563774bbb4b08125760d4f93abcdf7704a8ee2fa9421b2e')
+
+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-09-19 21:48:06 UTC (rev 166842)
+++ gsettings-desktop-schemas.install   2012-09-19 21:48:21 UTC (rev 166843)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 166842, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-09-19 21:48:21 UTC (rev 166843)
@@ -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/gnome-unstable-any (4 files)

2012-09-07 Thread Jan de Groot
Date: Friday, September 7, 2012 @ 13:12:22
  Author: jgc
Revision: 166416

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 166415, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 166415, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-07 17:12:06 UTC (rev 166415)
+++ PKGBUILD2012-09-07 17:12:22 UTC (rev 166416)
@@ -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.5.90
-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=('ac52ebda8b27bc9357eb39a19b163d9d8cd030f886f76260055cbe6eee85f0e2')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
166415, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-07 17:12:22 UTC (rev 166416)
@@ -0,0 +1,31 @@
+# $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.5.91
+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=('104194a6787f4188a18d73785cd895e6463e6eece5b4b24f982afc591cc0c2ab')
+
+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-09-07 17:12:06 UTC (rev 166415)
+++ gsettings-desktop-schemas.install   2012-09-07 17:12:22 UTC (rev 166416)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 166415, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-09-07 17:12:22 UTC (rev 166416)
@@ -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/gnome-unstable-any (4 files)

2012-03-30 Thread Jan Steffens
Date: Friday, March 30, 2012 @ 12:47:20
  Author: heftig
Revision: 154773

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 154772, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 154772, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-30 16:46:36 UTC (rev 154772)
+++ PKGBUILD2012-03-30 16:47:20 UTC (rev 154773)
@@ -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.3.92
-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=('932044081a2362119edc8538b66debc7562e6b0d5618921d1919363ce8cd5b60')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
154772, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-30 16:47:20 UTC (rev 154773)
@@ -0,0 +1,31 @@
+# $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.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
+}

Deleted: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2012-03-30 16:46:36 UTC (rev 154772)
+++ gsettings-desktop-schemas.install   2012-03-30 16:47:20 UTC (rev 154773)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 154772, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-03-30 16:47:20 UTC (rev 154773)
@@ -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/gnome-unstable-any (4 files)

2012-03-19 Thread Ionut Biru
Date: Monday, March 19, 2012 @ 11:26:59
  Author: ibiru
Revision: 153755

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 153754, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 153754, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-19 15:23:33 UTC (rev 153754)
+++ PKGBUILD2012-03-19 15:26:59 UTC (rev 153755)
@@ -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.3.90
-pkgrel=2
-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=('41bce97a0951e76858ac0d5150ac86a60c00505c83d9d75c7fb6ac6f80ac2c6b')
-
-build() {
-  cd $srcdir/$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/gnome-unstable-any/PKGBUILD (from rev 
153754, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-19 15:26:59 UTC (rev 153755)
@@ -0,0 +1,31 @@
+# $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.3.92
+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=('932044081a2362119edc8538b66debc7562e6b0d5618921d1919363ce8cd5b60')
+
+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-03-19 15:23:33 UTC (rev 153754)
+++ gsettings-desktop-schemas.install   2012-03-19 15:26:59 UTC (rev 153755)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 153754, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-03-19 15:26:59 UTC (rev 153755)
@@ -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/gnome-unstable-any (4 files)

2012-03-10 Thread Ionut Biru
Date: Saturday, March 10, 2012 @ 07:29:03
  Author: ibiru
Revision: 152862

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 152861, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 152861, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-03-10 12:27:48 UTC (rev 152861)
+++ PKGBUILD2012-03-10 12:29:03 UTC (rev 152862)
@@ -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.3.90
-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/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('41bce97a0951e76858ac0d5150ac86a60c00505c83d9d75c7fb6ac6f80ac2c6b')
-
-build() {
-  cd $srcdir/$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/gnome-unstable-any/PKGBUILD (from rev 
152861, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-03-10 12:29:03 UTC (rev 152862)
@@ -0,0 +1,31 @@
+# $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.3.90
+pkgrel=2
+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=('41bce97a0951e76858ac0d5150ac86a60c00505c83d9d75c7fb6ac6f80ac2c6b')
+
+build() {
+  cd $srcdir/$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-03-10 12:27:48 UTC (rev 152861)
+++ gsettings-desktop-schemas.install   2012-03-10 12:29:03 UTC (rev 152862)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 152861, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2012-03-10 12:29:03 UTC (rev 152862)
@@ -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/gnome-unstable-any (4 files)

2011-09-27 Thread Ionut Biru
Date: Tuesday, September 27, 2011 @ 07:18:41
  Author: ibiru
Revision: 138578

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 138577, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 138577, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-27 11:18:09 UTC (rev 138577)
+++ PKGBUILD2011-09-27 11:18:41 UTC (rev 138578)
@@ -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.1.92
-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.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('46a292d78c5f23431578bbd351c36737665c7e07eeb072864fb8d54653892077')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
138577, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-27 11:18:41 UTC (rev 138578)
@@ -0,0 +1,31 @@
+# $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.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: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2011-09-27 11:18:09 UTC (rev 138577)
+++ gsettings-desktop-schemas.install   2011-09-27 11:18:41 UTC (rev 138578)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 138577, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2011-09-27 11:18:41 UTC (rev 138578)
@@ -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
+}



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

2011-09-19 Thread Ionut Biru
Date: Monday, September 19, 2011 @ 10:01:41
  Author: ibiru
Revision: 138234

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 138233, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 138233, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-19 14:00:37 UTC (rev 138233)
+++ PKGBUILD2011-09-19 14:01:41 UTC (rev 138234)
@@ -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.1.91
-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.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('259193faf99af2791c09f03531f8705a2b18221143bacec9f00fb9c6c47c091d')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
138233, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-19 14:01:41 UTC (rev 138234)
@@ -0,0 +1,31 @@
+# $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.1.92
+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.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('46a292d78c5f23431578bbd351c36737665c7e07eeb072864fb8d54653892077')
+
+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: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2011-09-19 14:00:37 UTC (rev 138233)
+++ gsettings-desktop-schemas.install   2011-09-19 14:01:41 UTC (rev 138234)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 138233, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2011-09-19 14:01:41 UTC (rev 138234)
@@ -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
+}



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

2011-09-05 Thread Ionut Biru
Date: Monday, September 5, 2011 @ 18:00:23
  Author: ibiru
Revision: 137074

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
(from rev 137073, gsettings-desktop-schemas/trunk/PKGBUILD)
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install
(from rev 137073, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/PKGBUILD
  
gsettings-desktop-schemas/repos/gnome-unstable-any/gsettings-desktop-schemas.install

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

Deleted: PKGBUILD
===
--- PKGBUILD2011-09-05 21:59:27 UTC (rev 137073)
+++ PKGBUILD2011-09-05 22:00:23 UTC (rev 137074)
@@ -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.1.3
-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.1/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('ce187d4d6933b98f87b8fc994bb98cafad4ad24445f3a9ee6d96f18f7da20d90')
-
-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/gnome-unstable-any/PKGBUILD (from rev 
137073, gsettings-desktop-schemas/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2011-09-05 22:00:23 UTC (rev 137074)
@@ -0,0 +1,31 @@
+# $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.1.91
+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.1/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('259193faf99af2791c09f03531f8705a2b18221143bacec9f00fb9c6c47c091d')
+
+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: gsettings-desktop-schemas.install
===
--- gsettings-desktop-schemas.install   2011-09-05 21:59:27 UTC (rev 137073)
+++ gsettings-desktop-schemas.install   2011-09-05 22:00:23 UTC (rev 137074)
@@ -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/gnome-unstable-any/gsettings-desktop-schemas.install
 (from rev 137073, 
gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===
--- gsettings-desktop-schemas.install   (rev 0)
+++ gsettings-desktop-schemas.install   2011-09-05 22:00:23 UTC (rev 137074)
@@ -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
+}



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

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 11:09:14
  Author: ibiru
Revision: 117658

archrelease: remove gnome-unstable-any

Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-04-04 Thread Ionut Biru
Date: Monday, April 4, 2011 @ 11:09:30
  Author: ibiru
Revision: 117659

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-03-21 Thread Ionut Biru
Date: Monday, March 21, 2011 @ 17:20:23
  Author: ibiru
Revision: 115841

archrelease: remove gnome-unstable-any

Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-03-21 Thread Ionut Biru
Date: Monday, March 21, 2011 @ 17:20:35
  Author: ibiru
Revision: 115842

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:37:52
  Author: ibiru
Revision: 113201

archrelease: remove gnome-unstable-any

Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-03-08 Thread Ionut Biru
Date: Tuesday, March 8, 2011 @ 04:38:05
  Author: ibiru
Revision: 113203

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-02-22 Thread Ionut Biru
Date: Tuesday, February 22, 2011 @ 13:45:04
  Author: ibiru
Revision: 110840

archrelease: remove gnome-unstable-any

Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-02-22 Thread Ionut Biru
Date: Tuesday, February 22, 2011 @ 13:45:17
  Author: ibiru
Revision: 110841

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-02-16 Thread Jan Steffens
Date: Wednesday, February 16, 2011 @ 13:22:57
  Author: heftig
Revision: 110145

archrelease: remove gnome-unstable-any

Deleted:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-02-16 Thread Jan Steffens
Date: Wednesday, February 16, 2011 @ 13:23:11
  Author: heftig
Revision: 110146

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/



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

2011-02-14 Thread Ionut Biru
Date: Monday, February 14, 2011 @ 16:43:25
  Author: ibiru
Revision: 110020

archrelease: copy trunk to gnome-unstable-any

Added:
  gsettings-desktop-schemas/repos/gnome-unstable-any/