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

Jan Steffens heftig at archlinux.org
Sat Mar 19 15:25:48 UTC 2016


    Date: Saturday, March 19, 2016 @ 16:25:47
  Author: heftig
Revision: 262098

8.0.0

Modified:
  gucharmap/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-19 15:04:20 UTC (rev 262097)
+++ PKGBUILD	2016-03-19 15:25:47 UTC (rev 262098)
@@ -3,25 +3,27 @@
 # Contributor: Jan De Groot <jgc at archlinux.org>
 
 pkgname=gucharmap
-pkgver=3.18.2
+pkgver=8.0.0
 pkgrel=1
 pkgdesc="Gnome Unicode Charmap"
-arch=('i686' 'x86_64')
-license=('GPL')
+arch=(i686 x86_64)
+license=(GPL)
 url="http://www.gnome.org"
-depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection' 'itstool' 'docbook-xsl' 'desktop-file-utils' 'python2' 'appdata-tools')
-options=('!emptydirs')
+depends=(dconf gtk3 hicolor-icon-theme)
+makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl desktop-file-utils python2
+             appdata-tools unicode-character-database unzip)
+options=(!emptydirs)
 groups=(gnome)
 install=gucharmap.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('80141d3e892c3c4812c1a8fad8f89978559ef19e933843267e6e9a5524c09ec9')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5eebbcd12f1257f92de77eb5c8ba4cba01e9024a0a7c907da393244e8a3ad3c6')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc \
       --localstatedir=/var --disable-static \
-      --disable-schemas-compile  --enable-introspection
+      --disable-schemas-compile  --enable-introspection \
+      --with-unicode-data=/usr/share/unicode-character-database
   make
 }
 



More information about the arch-commits mailing list