[arch-commits] Commit in gucharmap/repos (2 files)

Jan Steffens heftig at archlinux.org
Wed Sep 5 18:06:44 UTC 2018


    Date: Wednesday, September 5, 2018 @ 18:06:44
  Author: heftig
Revision: 333519

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gucharmap/repos/gnome-unstable-x86_64/
  gucharmap/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 333518, gucharmap/trunk/PKGBUILD)

----------+
 PKGBUILD |   38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

Copied: gucharmap/repos/gnome-unstable-x86_64/PKGBUILD (from rev 333518, gucharmap/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2018-09-05 18:06:44 UTC (rev 333519)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=11.0.2+5+gda0fec68
+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=da0fec68babd4525581f93875a4735c25437aa78  # master
+source=("git+https://gitlab.gnome.org/GNOME/gucharmap.git#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