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

Balló György bgyorgy at archlinux.org
Sun Apr 10 17:10:31 UTC 2016


    Date: Sunday, April 10, 2016 @ 19:10:31
  Author: bgyorgy
Revision: 170148

upgpkg: gnome-panel 3.18.2-2

Update to the latest git snapshot for compatibility with GNOME 3.20

Modified:
  gnome-panel/trunk/PKGBUILD

----------+
 PKGBUILD |   22 ++++++++++++++++------
 1 file changed, 16 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-10 17:06:16 UTC (rev 170147)
+++ PKGBUILD	2016-04-10 17:10:31 UTC (rev 170148)
@@ -4,21 +4,30 @@
 
 pkgname=gnome-panel
 pkgver=3.18.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Panel of GNOME Flashback"
 arch=('i686' 'x86_64')
 url="https://wiki.gnome.org/Projects/GnomePanel"
 license=('GPL')
 depends=('evolution-data-server' 'gnome-desktop' 'gnome-menus' 'libwnck3')
-makedepends=('intltool' 'itstool' 'gobject-introspection')
+#makedepends=('intltool' 'itstool' 'gobject-introspection')
+makedepends=('intltool' 'itstool' 'gobject-introspection' 'gtk-doc' 'autoconf-archive')
 optdepends=('alacarte: Main menu editor'
             'gnome-applets: Extra applets for the panel')
 install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
+#source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+source=(https://git.gnome.org/browse/gnome-panel/snapshot/gnome-panel-9814d539d3a858e4de831a9451cda66f0f947209.tar.xz)
+#sha256sums=('e2d8a51a2b9b3a4aa948647992f6fee23c3e69ec5639f2a824383e8a61fbac29')
+sha256sums=('6a3d2128a7963b1beeff284b1d5376bc3d227390b6cec15b271003809ee33598')
 
+prepare() {
+  cd $pkgname-*
+  NOCONFIGURE=1 ./autogen.sh
+}
+
 build() {
-  cd $pkgname-$pkgver
+#  cd $pkgname-$pkgver
+  cd $pkgname-*
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
               --disable-schemas-compile
 
@@ -29,6 +38,7 @@
 }
 
 package() {
-  cd $pkgname-$pkgver
+#  cd $pkgname-$pkgver
+  cd $pkgname-*
   make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list