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

Alexander Rødseth arodseth at archlinux.org
Thu Mar 17 11:25:21 UTC 2016


    Date: Thursday, March 17, 2016 @ 12:25:21
  Author: arodseth
Revision: 167027

upgpkg: giggle 0.7-4

Modified:
  giggle/trunk/PKGBUILD

----------+
 PKGBUILD |   37 +++++++++++++++++++++----------------
 1 file changed, 21 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-17 11:25:14 UTC (rev 167026)
+++ PKGBUILD	2016-03-17 11:25:21 UTC (rev 167027)
@@ -1,25 +1,28 @@
 # $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
 # Contributor: neodreams <yanbrodeur at gmail.com>
 
 pkgname=giggle
 pkgver=0.7
-pkgrel=3
-pkgdesc="Git repository viewer"
-arch=(i686 x86_64)
-url="https://wiki.gnome.org/Apps/giggle"
-license=(GPL)
-depends=(git gtksourceview3 vte3 desktop-file-utils hicolor-icon-theme)
-makedepends=(intltool itstool gnome-common yelp-tools)
+pkgrel=4
+pkgdesc='Git repository viewer'
+arch=('x86_64' 'i686')
+url='https://wiki.gnome.org/Apps/giggle'
+license=('GPL')
+depends=('git' 'gtksourceview3' 'vte3' 'desktop-file-utils' 'hicolor-icon-theme')
+makedepends=('intltool' 'itstool' 'gnome-common' 'yelp-tools')
 install=giggle.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/giggle/0.7/$pkgname-$pkgver.tar.xz
-        gtksourceview3.7.patch vte2.91.patch)
+source=("http://ftp.gnome.org/pub/GNOME/sources/giggle/$pkgver/$pkgname-$pkgver.tar.xz"
+        'gtksourceview3.7.patch'
+        'vte2.91.patch')
 sha256sums=('ae2e2237fa0d0999d99d0a0ee9b7ec147e80bd2472d59a045b2b01eb02261f59'
             'ca0b841d11bb5072741784dbeb72705eddf8e2bde780b8712355d5b66e456b37'
             '2eba9ff9b11ac8ae2d1f3d104a61026b0b04e745f810f719c8f4657f8c23ce02')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
+
   patch -Np1 -i ../gtksourceview3.7.patch
   patch -Np1 -i ../vte2.91.patch
   NOCONFIGURE=1 AUTOPOINT=intltoolize gnome-autogen.sh
@@ -26,17 +29,19 @@
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd "$pkgname-$pkgver"
+
   ./configure --prefix=/usr
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
-  make check
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" check
 }
 
 package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
 }
+
+# getver: -u 7 git.gnome.org/browse/giggle/plain/NEWS
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list