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

Jan Steffens heftig at archlinux.org
Tue Mar 13 20:46:24 UTC 2018


    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
===================================================================
--- PKGBUILD	2018-03-13 20:45:35 UTC (rev 318870)
+++ PKGBUILD	2018-03-13 20:46:23 UTC (rev 318871)
@@ -1,40 +0,0 @@
-# $Id$
-# Contributor: 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.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)
+++ PKGBUILD	2018-03-13 20:46:23 UTC (rev 318871)
@@ -0,0 +1,40 @@
+# $Id$
+# Contributor: 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.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
+}



More information about the arch-commits mailing list