[arch-commits] Commit in gucharmap/repos/testing-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Sun Sep 9 00:34:41 UTC 2018
Date: Sunday, September 9, 2018 @ 00:34:41
Author: heftig
Revision: 334174
archrelease: copy trunk to testing-x86_64
Added:
gucharmap/repos/testing-x86_64/PKGBUILD
(from rev 334173, gucharmap/trunk/PKGBUILD)
Deleted:
gucharmap/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-09-09 00:34:31 UTC (rev 334173)
+++ PKGBUILD 2018-09-09 00:34:41 UTC (rev 334174)
@@ -1,38 +0,0 @@
-# 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
-}
Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 334173, gucharmap/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-09-09 00:34:41 UTC (rev 334174)
@@ -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+7+ga4ddb0ad
+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=a4ddb0ad210018c3cc749115b7ec39e317461bd1 # 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