[arch-commits] Commit in gnome-desktop/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Oct 2 20:08:20 UTC 2017


    Date: Monday, October 2, 2017 @ 20:08:20
  Author: heftig
Revision: 306597

3.26.1-1

Modified:
  gnome-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-02 20:08:15 UTC (rev 306596)
+++ PKGBUILD	2017-10-02 20:08:20 UTC (rev 306597)
@@ -2,8 +2,8 @@
 # Maintainer:  Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-desktop
-pkgver=3.26.0+1+g22b89aa5
-pkgrel=2
+pkgver=3.26.1
+pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
 url="https://git.gnome.org/browse/gnome-desktop"
@@ -11,7 +11,7 @@
 license=(GPL LGPL)
 depends=(gsettings-desktop-schemas gtk3 libxkbfile xkeyboard-config iso-codes libseccomp bubblewrap)
 makedepends=(intltool gobject-introspection git gnome-common gtk-doc)
-_commit=22b89aa5fd285d7acf98317e8006d91457b53037  # gnome-3-26
+_commit=8fe92470af3dab7027a8689a889a0e1032e4411d  # tags/3.26.1^0
 source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -28,9 +28,8 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-    --libexecdir=/usr/lib/$pkgname --disable-static \
-    --with-gnome-distributor="Arch Linux" --enable-gtk-doc
-
+    --libexecdir=/usr/lib --disable-static --enable-gtk-doc \
+    --with-gnome-distributor="Arch Linux"
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }



More information about the arch-commits mailing list