[arch-commits] Commit in gnome-maps/trunk (PKGBUILD gnome-maps.install)
Jan de Groot
jgc at archlinux.org
Tue Mar 22 16:17:09 UTC 2016
Date: Tuesday, March 22, 2016 @ 17:17:08
Author: jgc
Revision: 262403
upgpkg: gnome-maps 3.20.0-1
Modified:
gnome-maps/trunk/PKGBUILD
gnome-maps/trunk/gnome-maps.install
--------------------+
PKGBUILD | 5 +++--
gnome-maps.install | 1 +
2 files changed, 4 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-22 16:07:20 UTC (rev 262402)
+++ PKGBUILD 2016-03-22 16:17:08 UTC (rev 262403)
@@ -2,7 +2,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-maps
-pkgver=3.18.2
+pkgver=3.20.0
pkgrel=1
pkgdesc="A simple GNOME 3 maps application"
arch=(i686 x86_64)
@@ -13,11 +13,12 @@
groups=('gnome-extra')
install=gnome-maps.install
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('693ff1559252eabe5d8c9c7354333b5aa1996e870936456d15706a0e0bac9278')
+sha256sums=('91827901fd7f88db99b3a0d8d45a8a0161568f5ebf48cd2ccead7735242d592e')
build() {
cd $pkgname-$pkgver
./configure --prefix=/usr --disable-schemas-compile
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}
Modified: gnome-maps.install
===================================================================
--- gnome-maps.install 2016-03-22 16:07:20 UTC (rev 262402)
+++ gnome-maps.install 2016-03-22 16:17:08 UTC (rev 262403)
@@ -1,5 +1,6 @@
post_install() {
glib-compile-schemas usr/share/glib-2.0/schemas
+ update-desktop-database -q
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
More information about the arch-commits
mailing list