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

Jan Steffens heftig at archlinux.org
Mon Oct 30 15:48:47 UTC 2017


    Date: Monday, October 30, 2017 @ 15:48:46
  Author: heftig
Revision: 308667

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

Added:
  gnome-characters/repos/extra-i686/PKGBUILD
    (from rev 308666, gnome-characters/trunk/PKGBUILD)
  gnome-characters/repos/extra-x86_64/PKGBUILD
    (from rev 308666, gnome-characters/trunk/PKGBUILD)
Deleted:
  gnome-characters/repos/extra-i686/PKGBUILD
  gnome-characters/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 15:47:58 UTC (rev 308666)
+++ extra-i686/PKGBUILD	2017-10-30 15:48:46 UTC (rev 308667)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-characters
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A character map application"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/gnome-characters"
-license=(GPL2)
-depends=(gjs gtk3 libunistring gnome-desktop)
-makedepends=(intltool gobject-introspection appstream-glib git gperf)
-groups=(gnome-extra)
-_commit=2f693a971c1e2536e9276b7658239369195c9626  # tags/v3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-characters/repos/extra-i686/PKGBUILD (from rev 308666, gnome-characters/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2017-10-30 15:48:46 UTC (rev 308667)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-characters
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="A character map application"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-characters"
+license=(GPL2)
+depends=(gjs gtk3 libunistring gnome-desktop)
+makedepends=(intltool gobject-introspection appstream-glib git gperf)
+groups=(gnome-extra)
+_commit=f84930f30778174a91bbfbdfe4f9e28b569f8ff6  # tags/v3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2017-10-30 15:47:58 UTC (rev 308666)
+++ extra-x86_64/PKGBUILD	2017-10-30 15:48:46 UTC (rev 308667)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-characters
-pkgver=3.26.1
-pkgrel=1
-pkgdesc="A character map application"
-arch=(i686 x86_64)
-url="https://git.gnome.org/browse/gnome-characters"
-license=(GPL2)
-depends=(gjs gtk3 libunistring gnome-desktop)
-makedepends=(intltool gobject-introspection appstream-glib git gperf)
-groups=(gnome-extra)
-_commit=2f693a971c1e2536e9276b7658239369195c9626  # tags/v3.26.1^0
-source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-characters/repos/extra-x86_64/PKGBUILD (from rev 308666, gnome-characters/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2017-10-30 15:48:46 UTC (rev 308667)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-characters
+pkgver=3.26.2
+pkgrel=1
+pkgdesc="A character map application"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-characters"
+license=(GPL2)
+depends=(gjs gtk3 libunistring gnome-desktop)
+makedepends=(intltool gobject-introspection appstream-glib git gperf)
+groups=(gnome-extra)
+_commit=f84930f30778174a91bbfbdfe4f9e28b569f8ff6  # tags/v3.26.2^0
+source=("git+https://git.gnome.org/browse/gnome-characters#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list