[arch-commits] Commit in gucharmap/repos (2 files)
Jan Steffens
heftig at archlinux.org
Wed Mar 14 19:07:24 UTC 2018
Date: Wednesday, March 14, 2018 @ 19:07:23
Author: heftig
Revision: 319035
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gucharmap/repos/gnome-unstable-x86_64/
gucharmap/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 319034, gucharmap/trunk/PKGBUILD)
----------+
PKGBUILD | 39 +++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+)
Copied: gucharmap/repos/gnome-unstable-x86_64/PKGBUILD (from rev 319034, gucharmap/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2018-03-14 19:07:23 UTC (rev 319035)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=10.0.4+3+gf63a9d95
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap"
+arch=(x86_64)
+license=(GPL)
+depends=(dconf gtk3)
+makedepends=(gtk-doc intltool gobject-introspection itstool docbook-xsl
+ python2 appdata-tools unicode-character-database unzip gnome-common git)
+_commit=f63a9d95299fbca724db01238c8c9130efe8d6eb # master
+source=("git+https://git.gnome.org/browse/gucharmap#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+ NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+ cd $pkgname
+ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-static \
+ --disable-schemas-compile --enable-introspection --with-unicode-data=/usr/share/unicode
+ make
+}
+
+package() {
+ cd $pkgname
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list