From 95c6f23fc4f43fd639f8d6a6abed8343a788eda7 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Nov 2015 08:49:12 +0000 Subject: community/libgweather: upgrade to 3.18.1 --- community/libgweather/APKBUILD | 20 +++++++++----------- community/libgweather/libgweather.post-install | 7 ------- community/libgweather/libgweather.post-upgrade | 7 ------- community/libgweather/libgweather.pre-deinstall | 7 ------- 4 files changed, 9 insertions(+), 32 deletions(-) delete mode 100644 community/libgweather/libgweather.post-install delete mode 100644 community/libgweather/libgweather.post-upgrade delete mode 100644 community/libgweather/libgweather.pre-deinstall (limited to 'community/libgweather') diff --git a/community/libgweather/APKBUILD b/community/libgweather/APKBUILD index dc24ad47e2..823e7ef974 100644 --- a/community/libgweather/APKBUILD +++ b/community/libgweather/APKBUILD @@ -1,24 +1,22 @@ # Contributor: William Pitcock # Maintainer: pkgname=libgweather -pkgver=2.30.3 -pkgrel=3 +pkgver=3.18.1 +pkgrel=0 pkgdesc="GNOME weather library" url="http://www.gnome.org/" arch="all" license="LGPL" depends= -depends_dev="gtk+-dev libsoup-dev libxml2-dev gconf-dev" -makedepends="$depends_dev" -install="$pkgname.post-install $pkgname.pre-deinstall $pkgname.post-upgrade" -subpackages="$pkgname-dev $pkgname-doc" -source="ftp://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2" +makedepends="gtk+3.0-dev libsoup-dev libxml2-dev glib-dev geocode-glib-dev" +install="" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" +source="http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" _builddir="${srcdir}/${pkgname}-${pkgver}" prepare() { local i cd "$_builddir" - update_config_sub || return 1 for i in $source; do case $i in *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; @@ -33,8 +31,6 @@ build() { --host=$CHOST \ --prefix=/usr \ --sysconfdir=/etc \ - --with-zoneinfo-dir=. \ - --disable-scrollkeeper \ || return 1 make || return 1 } @@ -44,4 +40,6 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="bf6a0a05051341ecb250f332e3edfb88 libgweather-2.30.3.tar.bz2" +md5sums="0a4bd5421c9cd2d845d0a91c8caa6117 libgweather-3.18.1.tar.xz" +sha256sums="94b2292f8f7616e2aa81b1516befd7b27682b20acecbd5d656b6954990ca7ad0 libgweather-3.18.1.tar.xz" +sha512sums="1fc6fda3610bcb4efd0eae57ce8706f126301f5d8399ff765d00c9cc8a513150d07cd098bc53e372b338b7801bd003d651cea0f5832edb990197d456bc89370f libgweather-3.18.1.tar.xz" diff --git a/community/libgweather/libgweather.post-install b/community/libgweather/libgweather.post-install deleted file mode 100644 index c9c323078a..0000000000 --- a/community/libgweather/libgweather.post-install +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -for i in gweather.schemas; do - echo "Installing GConf2 schema $i." - GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ - /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null -done diff --git a/community/libgweather/libgweather.post-upgrade b/community/libgweather/libgweather.post-upgrade deleted file mode 100644 index c9c323078a..0000000000 --- a/community/libgweather/libgweather.post-upgrade +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -for i in gweather.schemas; do - echo "Installing GConf2 schema $i." - GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ - /usr/bin/gconftool-2 --makefile-install-rule /etc/gconf/schemas/$i >/dev/null -done diff --git a/community/libgweather/libgweather.pre-deinstall b/community/libgweather/libgweather.pre-deinstall deleted file mode 100644 index 30dad25f8d..0000000000 --- a/community/libgweather/libgweather.pre-deinstall +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -for i in gweather.schemas; do - echo "Uninstalling GConf2 schema $i." - GCONF_CONFIG_SOURCE=`/usr/bin/gconftool-2 --get-default-source` \ - /usr/bin/gconftool-2 --makefile-uninstall-rule /etc/gconf/schemas/$i >/dev/null -done -- cgit v1.2.3