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

Jan Steffens heftig at archlinux.org
Thu Mar 8 19:53:36 UTC 2018


    Date: Thursday, March 8, 2018 @ 19:53:35
  Author: heftig
Revision: 318274

3.27.90+20+g4d9040b0-1

Modified:
  gnome-desktop/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-08 19:41:28 UTC (rev 318273)
+++ PKGBUILD	2018-03-08 19:53:35 UTC (rev 318274)
@@ -2,8 +2,8 @@
 # Maintainer:  Jan de Groot <jan at archlinux.org>
 
 pkgname=gnome-desktop
-pkgver=3.26.2
-pkgrel=2
+pkgver=3.27.90+20+g4d9040b0
+pkgrel=1
 epoch=1
 pkgdesc="Library with common API for various GNOME modules"
 url="https://git.gnome.org/browse/gnome-desktop"
@@ -10,8 +10,8 @@
 arch=(x86_64)
 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=0815eb8084da82526d1ab0aaf4ed7dd412234a4f  # tags/3.26.2^0
+makedepends=(intltool gobject-introspection git autoconf-archive gtk-doc yelp-tools)
+_commit=4d9040b097f544154ebdeeee1a90c374ff6aac41  # master
 source=("git+https://git.gnome.org/browse/gnome-desktop#commit=$_commit"
         bwrap-var.diff)
 sha256sums=('SKIP'
@@ -25,7 +25,9 @@
 prepare() {
   cd $pkgname
   patch -Np1 -i ../bwrap-var.diff  # evince-thumbnailer needs fontconfig cache
-  NOCONFIGURE=1 ./autogen.sh
+  intltoolize
+  gtkdocize
+  autoreconf -fvi
 }
 
 build() {



More information about the arch-commits mailing list