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

Jan Steffens heftig at archlinux.org
Wed Sep 20 20:37:48 UTC 2017


    Date: Wednesday, September 20, 2017 @ 20:37:47
  Author: heftig
Revision: 305998

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

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

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   40 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   40 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: gucharmap/repos/gnome-unstable-i686/PKGBUILD (from rev 305997, gucharmap/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-09-20 20:37:47 UTC (rev 305998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=10.0.1
+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=46700dda2a624dcd168e821c830e2d04a292fd87  # tags/10.0.1^0
+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
+}

Copied: gucharmap/repos/gnome-unstable-x86_64/PKGBUILD (from rev 305997, gucharmap/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-09-20 20:37:47 UTC (rev 305998)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=10.0.1
+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=46700dda2a624dcd168e821c830e2d04a292fd87  # tags/10.0.1^0
+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