[arch-commits] Commit in gnome-session/repos (4 files)

Jan de Groot jgc at archlinux.org
Thu Apr 13 20:42:28 UTC 2017


    Date: Thursday, April 13, 2017 @ 20:42:28
  Author: jgc
Revision: 292747

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292746, gnome-session/trunk/PKGBUILD)
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292746, gnome-session/trunk/PKGBUILD)
Deleted:
  gnome-session/repos/gnome-unstable-i686/PKGBUILD
  gnome-session/repos/gnome-unstable-x86_64/PKGBUILD

--------------------------------+
 /PKGBUILD                      |   78 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-i686/PKGBUILD   |   39 -------------------
 gnome-unstable-x86_64/PKGBUILD |   39 -------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD	2017-04-13 20:42:22 UTC (rev 292746)
+++ gnome-unstable-i686/PKGBUILD	2017-04-13 20:42:28 UTC (rev 292747)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-session
-pkgver=3.24.0+1+g076d2e7e
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
-         json-glib libgl libsm libxtst systemd)
-makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
-groups=(gnome)
-_commit=076d2e7e0b54a46980b8ff770e93d26c1aec2555  # master~1
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-      --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-session/repos/gnome-unstable-i686/PKGBUILD (from rev 292746, gnome-session/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-13 20:42:28 UTC (rev 292747)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-session
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+         json-glib libgl libsm libxtst systemd)
+makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
+groups=(gnome)
+_commit=6fec14cb8802105e68116e167ad10ca68548767f  # tags/3.24.1^0
+source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+      --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	2017-04-13 20:42:22 UTC (rev 292746)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-13 20:42:28 UTC (rev 292747)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-session
-pkgver=3.24.0+1+g076d2e7e
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session"
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
-         json-glib libgl libsm libxtst systemd)
-makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
-groups=(gnome)
-_commit=076d2e7e0b54a46980b8ff770e93d26c1aec2555  # master~1
-source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-  
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
-      --disable-schemas-compile --enable-systemd --disable-gconf
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-session/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292746, gnome-session/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-13 20:42:28 UTC (rev 292747)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-session
+pkgver=3.24.1
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session"
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+         json-glib libgl libsm libxtst systemd)
+makedepends=(intltool mesa gtk-doc xtrans git gnome-common python xmlto)
+groups=(gnome)
+_commit=6fec14cb8802105e68116e167ad10ca68548767f  # tags/3.24.1^0
+source=("git+https://git.gnome.org/browse/gnome-session#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
+      --disable-schemas-compile --enable-systemd --disable-gconf
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list