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

Jan Steffens heftig at archlinux.org
Sat Apr 22 12:56:25 UTC 2017


    Date: Saturday, April 22, 2017 @ 12:56:24
  Author: heftig
Revision: 293909

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  gucharmap/repos/testing-i686/
  gucharmap/repos/testing-i686/PKGBUILD
    (from rev 293908, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-x86_64/
  gucharmap/repos/testing-x86_64/PKGBUILD
    (from rev 293908, gucharmap/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   42 ++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   42 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 84 insertions(+)

Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 293908, gucharmap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2017-04-22 12:56:24 UTC (rev 293909)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=9.0.3+2+g4ec9d55
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap"
+arch=(i686 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)
+groups=(gnome)
+_commit=4ec9d55793142429bf29fe96ed5576b4cb428742  # unicode-9
+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-character-database
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 293908, gucharmap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2017-04-22 12:56:24 UTC (rev 293909)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=9.0.3+2+g4ec9d55
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+url="https://wiki.gnome.org/Apps/Gucharmap"
+arch=(i686 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)
+groups=(gnome)
+_commit=4ec9d55793142429bf29fe96ed5576b4cb428742  # unicode-9
+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-character-database
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list