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

Alexander Rødseth arodseth at nymeria.archlinux.org
Fri Apr 12 11:39:57 UTC 2013


    Date: Friday, April 12, 2013 @ 13:39:57
  Author: arodseth
Revision: 88133

upgpkg: gtranslator 2.91.6-4, gtksourceview TODO

Modified:
  gtranslator/trunk/PKGBUILD

----------+
 PKGBUILD |   26 ++++++++++++++------------
 1 file changed, 14 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-12 11:15:41 UTC (rev 88132)
+++ PKGBUILD	2013-04-12 11:39:57 UTC (rev 88133)
@@ -1,31 +1,31 @@
 # $Id$
 # Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Hugo Doria <hugo at archlinux.org>
 # Contributor: Christer Solskogen (solskogen at carebears.mine.nu)
 
 pkgname=gtranslator
 pkgver=2.91.6
-pkgrel=3
-pkgdesc="An enhanced gettext po file editor for the GNOME"
-arch=('i686' 'x86_64')
-url="http://projects.gnome.org/gtranslator/"
+pkgrel=4
+pkgdesc='Enhanced gettext po file editor for the GNOME'
+arch=('x86_64' 'i686')
+url='http://projects.gnome.org/gtranslator/'
 license=('GPL')
 depends=('desktop-file-utils' 'gdl' 'gettext' 'gtksourceview3' 'gtkspell3' 'iso-codes' 'libgda' 'libpeas' 'gsettings-desktop-schemas' 'hicolor-icon-theme' 'dconf')
 makedepends=('intltool' 'itstool' 'gnome-doc-utils' 'gucharmap' 'json-glib' 'gnome-common' 'yelp-tools')
 optdepends=('gucharmap: for charmap plugin'
             'json-glib: for open-tran plugin')
 options=('!libtool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz
-        gtkspell3-port.patch)
+install="$pkgname.install"
+source=("http://ftp.acc.umu.se/pub/GNOME/sources/$pkgname/2.91/$pkgname-$pkgver.tar.xz"
+        'gtkspell3-port.patch')
 sha256sums=('a1fd4b17b1f32cc7223a31d34e34f95b20acc7b5a23768351a34ff0b7a4bcdf6'
             '29afb55c692869cbd47d0181ddd93acdd53f5b236ebabd9a96a983da66d4cb9d')
 
 build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
 
-  # Port to the new gtkspell3
+  # port to the new gtkspell3
   patch -Np1 -i "$srcdir/gtkspell3-port.patch"
 
   autoreconf -fi
@@ -34,7 +34,9 @@
 }
 
 package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
+  cd "$srcdir/$pkgname-$pkgver"
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="$pkgdir" install
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list