[arch-commits] Commit in gsettings-desktop-schemas/repos/gnome-unstable-any (4 files)
Jan de Groot
jgc at archlinux.org
Sun Mar 22 09:47:36 UTC 2015
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
===================================================================
--- PKGBUILD 2015-03-22 09:47:32 UTC (rev 234462)
+++ PKGBUILD 2015-03-22 09:47:36 UTC (rev 234463)
@@ -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.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)
+++ PKGBUILD 2015-03-22 09:47:36 UTC (rev 234463)
@@ -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.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
+}
More information about the arch-commits
mailing list