[arch-commits] Commit in gnome-session/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Tue Mar 13 20:13:03 UTC 2018
Date: Tuesday, March 13, 2018 @ 20:13:01
Author: heftig
Revision: 318863
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 318862, gnome-session/trunk/PKGBUILD)
Deleted:
gnome-session/repos/gnome-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-03-13 20:10:41 UTC (rev 318862)
+++ PKGBUILD 2018-03-13 20:13:01 UTC (rev 318863)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=gnome-session
-pkgver=3.27.92
-pkgrel=1
-pkgdesc="The GNOME Session Handler"
-url="https://git.gnome.org/browse/gnome-session"
-arch=(x86_64)
-license=(GPL LGPL)
-depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
- json-glib libgl libsm libxtst systemd)
-makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
-groups=(gnome)
-_commit=20476a81527e2b9839e1943645d08a4d4909e996 # tags/3.27.92^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
-}
-
-build() {
- arch-meson $pkgname build -D session_selector=true
- ninja -C build
-}
-
-check() {
- cd build
- meson test
-}
-
-package() {
- DESTDIR="$pkgdir" ninja -C build install
-}
Copied: gnome-session/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318862, gnome-session/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-03-13 20:13:01 UTC (rev 318863)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=gnome-session
+pkgver=3.28.0
+pkgrel=1
+pkgdesc="The GNOME Session Handler"
+url="https://git.gnome.org/browse/gnome-session"
+arch=(x86_64)
+license=(GPL LGPL)
+depends=(systemd dconf gsettings-desktop-schemas gtk3 gnome-desktop
+ json-glib libgl libsm libxtst systemd)
+makedepends=(mesa gtk-doc xtrans git python xmlto docbook-xsl meson)
+groups=(gnome)
+_commit=7b33ab3db3ac6a1402232b547611a0dd86a4b8ec # tags/3.28.0^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
+}
+
+build() {
+ arch-meson $pkgname build -D session_selector=true
+ ninja -C build
+}
+
+check() {
+ cd build
+ meson test
+}
+
+package() {
+ DESTDIR="$pkgdir" ninja -C build install
+}
More information about the arch-commits
mailing list