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

Jan Steffens heftig at archlinux.org
Mon Oct 30 22:56:40 UTC 2017


    Date: Monday, October 30, 2017 @ 22:56:32
  Author: heftig
Revision: 308724

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2017-10-30 22:52:45 UTC (rev 308723)
+++ extra-i686/PKGBUILD	2017-10-30 22:56:32 UTC (rev 308724)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gucharmap
-pkgver=10.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)
-groups=(gnome)
-_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^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/extra-i686/PKGBUILD (from rev 308723, gucharmap/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-30 22:56:32 UTC (rev 308724)
@@ -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.3
+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=a0958b4a4bad86a54d612d524694f4967f693f5c  # tags/10.0.3^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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-30 22:52:45 UTC (rev 308723)
+++ extra-x86_64/PKGBUILD	2017-10-30 22:56:32 UTC (rev 308724)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gucharmap
-pkgver=10.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)
-groups=(gnome)
-_commit=888c18d2459a45c23fdbfaa29c13e849dfec842e  # tags/10.0.2^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/extra-x86_64/PKGBUILD (from rev 308723, gucharmap/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-30 22:56:32 UTC (rev 308724)
@@ -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.3
+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=a0958b4a4bad86a54d612d524694f4967f693f5c  # tags/10.0.3^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