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

Jan Steffens heftig at archlinux.org
Tue Oct 20 20:14:37 UTC 2015


    Date: Tuesday, October 20, 2015 @ 22:14:37
  Author: heftig
Revision: 249581

archrelease: copy trunk to extra-any

Added:
  gsettings-desktop-schemas/repos/extra-any/PKGBUILD
    (from rev 249580, gsettings-desktop-schemas/trunk/PKGBUILD)
  gsettings-desktop-schemas/repos/extra-any/gsettings-desktop-schemas.install
    (from rev 249580, 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                          |   58 ++++++++++++++++++------------------
 gsettings-desktop-schemas.install |   22 ++++++-------
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-20 20:13:01 UTC (rev 249580)
+++ PKGBUILD	2015-10-20 20:14:37 UTC (rev 249581)
@@ -1,29 +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.18.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=('ba27337226a96d83f385c0ad192fdfe561c7e7882c61bb326c571be24e41eceb')
-
-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 249580, gsettings-desktop-schemas/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-20 20:14:37 UTC (rev 249581)
@@ -0,0 +1,29 @@
+# $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.18.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:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('258713b2a3dc6b6590971bcfc81f98d78ea9827d60e2f55ffbe40d9cd0f99a1a')
+
+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-10-20 20:13:01 UTC (rev 249580)
+++ gsettings-desktop-schemas.install	2015-10-20 20:14:37 UTC (rev 249581)
@@ -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 249580, gsettings-desktop-schemas/trunk/gsettings-desktop-schemas.install)
===================================================================
--- gsettings-desktop-schemas.install	                        (rev 0)
+++ gsettings-desktop-schemas.install	2015-10-20 20:14:37 UTC (rev 249581)
@@ -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