[arch-commits] Commit in libgweather/trunk (PKGBUILD)
Jan de Groot
jgc at nymeria.archlinux.org
Mon Sep 16 18:19:32 UTC 2013
Date: Monday, September 16, 2013 @ 20:19:32
Author: jgc
Revision: 194478
upgpkg: libgweather 3.9.92-1
Modified:
libgweather/trunk/PKGBUILD
----------+
PKGBUILD | 26 +++++---------------------
1 file changed, 5 insertions(+), 21 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-16 18:16:26 UTC (rev 194477)
+++ PKGBUILD 2013-09-16 18:19:32 UTC (rev 194478)
@@ -2,39 +2,23 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=libgweather
-pkgver=3.8.2
+pkgver=3.9.92
pkgrel=1
pkgdesc="Provides access to weather information from the net"
arch=('i686' 'x86_64')
license=('LGPL')
depends=('libsoup' 'gnome-icon-theme' 'gtk3')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection' 'gnome-common')
+makedepends=('intltool' 'gobject-introspection' 'vala')
options=('!libtool' '!emptydirs')
url="http://www.gnome.org/"
install=libgweather.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
- gettext-not-xml.patch
- no_external_gettext.patch)
-sha256sums=('b053c1328d756a6c653e44464b7a41bec451752fa9686ade32e2e4c6e2a6deb5'
- '40325e0b5464ebb75eaad3c9292c0bab7b15cfefb93011d9ccc0ab82635a9533'
- 'f07ac07a70ad4999c3acd5d5b82aabd8831e6a45beb9aaed239f212057ded672')
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5e6ff7e86b5a76634129e09cf22644781d53c19ac2945e3dd1d8f065a1561ef0')
build() {
cd "$pkgname-$pkgver"
-
- patch -Np1 -i "$srcdir/gettext-not-xml.patch"
- patch -Np1 -i "$srcdir/no_external_gettext.patch"
- gtkdocize
- autoreconf -fi
-
- cd po
- intltool-update --pot
- cd ../po-locations
- intltool-update --gettext-package libgweather-locations --pot
- cd ..
./configure --prefix=/usr --sysconfdir=/etc \
- --localstatedir=/var --disable-static \
- --enable-locations-compression
+ --localstatedir=/var --disable-static
make
}
More information about the arch-commits
mailing list