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

Jan Steffens heftig at archlinux.org
Mon Nov 7 19:03:10 UTC 2016


    Date: Monday, November 7, 2016 @ 19:03:09
  Author: heftig
Revision: 280102

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

Added:
  gucharmap/repos/extra-i686/PKGBUILD
    (from rev 280101, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/extra-x86_64/PKGBUILD
    (from rev 280101, gucharmap/trunk/PKGBUILD)
Deleted:
  gucharmap/repos/extra-i686/PKGBUILD
  gucharmap/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   86 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   43 ------------------------
 extra-x86_64/PKGBUILD |   43 ------------------------
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-11-07 19:02:42 UTC (rev 280101)
+++ extra-i686/PKGBUILD	2016-11-07 19:03:09 UTC (rev 280102)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gucharmap
-pkgver=9.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)
-options=(!emptydirs)
-groups=(gnome)
-_commit=97b9ed524fd81bcd1d18e03ab81e8a501874f2c4  # tags/9.0.1^0
-source=("git://git.gnome.org/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/extra-i686/PKGBUILD (from rev 280101, gucharmap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-11-07 19:03:09 UTC (rev 280102)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=9.0.2
+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)
+options=(!emptydirs)
+groups=(gnome)
+_commit=4b64d8358ecc21005964e27f35d4c22064dcb94c  # tags/9.0.2^0
+source=("git://git.gnome.org/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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-11-07 19:02:42 UTC (rev 280101)
+++ extra-x86_64/PKGBUILD	2016-11-07 19:03:09 UTC (rev 280102)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gucharmap
-pkgver=9.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)
-options=(!emptydirs)
-groups=(gnome)
-_commit=97b9ed524fd81bcd1d18e03ab81e8a501874f2c4  # tags/9.0.1^0
-source=("git://git.gnome.org/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/extra-x86_64/PKGBUILD (from rev 280101, gucharmap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-11-07 19:03:09 UTC (rev 280102)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=9.0.2
+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)
+options=(!emptydirs)
+groups=(gnome)
+_commit=4b64d8358ecc21005964e27f35d4c22064dcb94c  # tags/9.0.2^0
+source=("git://git.gnome.org/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