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

Ionut Biru ibiru at archlinux.org
Tue Apr 17 19:32:27 UTC 2012


    Date: Tuesday, April 17, 2012 @ 15:32:26
  Author: ibiru
Revision: 156374

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

Added:
  gucharmap/repos/testing-i686/PKGBUILD
    (from rev 156373, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-i686/gucharmap.install
    (from rev 156373, gucharmap/trunk/gucharmap.install)
  gucharmap/repos/testing-x86_64/PKGBUILD
    (from rev 156373, gucharmap/trunk/PKGBUILD)
  gucharmap/repos/testing-x86_64/gucharmap.install
    (from rev 156373, gucharmap/trunk/gucharmap.install)
Deleted:
  gucharmap/repos/testing-i686/PKGBUILD
  gucharmap/repos/testing-i686/gucharmap.install
  gucharmap/repos/testing-x86_64/PKGBUILD
  gucharmap/repos/testing-x86_64/gucharmap.install

----------------------------------+
 testing-i686/PKGBUILD            |   60 ++++++++++++++++++-------------------
 testing-i686/gucharmap.install   |   34 ++++++++++----------
 testing-x86_64/PKGBUILD          |   60 ++++++++++++++++++-------------------
 testing-x86_64/gucharmap.install |   34 ++++++++++----------
 4 files changed, 94 insertions(+), 94 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2012-04-17 19:30:51 UTC (rev 156373)
+++ testing-i686/PKGBUILD	2012-04-17 19:32:26 UTC (rev 156374)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gucharmap
-pkgver=3.4.0.1
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnome.org"
-depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --disable-schemas-compile  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 156373, gucharmap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2012-04-17 19:32:26 UTC (rev 156374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=3.4.1.1
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org"
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('52ea80e9e5f01232801dd24f7eb5c70eb36e7a85e429ad9113e8b71234d94c62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-i686/gucharmap.install
===================================================================
--- testing-i686/gucharmap.install	2012-04-17 19:30:51 UTC (rev 156373)
+++ testing-i686/gucharmap.install	2012-04-17 19:32:26 UTC (rev 156374)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
-  return 0
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gucharmap/repos/testing-i686/gucharmap.install (from rev 156373, gucharmap/trunk/gucharmap.install)
===================================================================
--- testing-i686/gucharmap.install	                        (rev 0)
+++ testing-i686/gucharmap.install	2012-04-17 19:32:26 UTC (rev 156374)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2012-04-17 19:30:51 UTC (rev 156373)
+++ testing-x86_64/PKGBUILD	2012-04-17 19:32:26 UTC (rev 156374)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan De Groot <jgc at archlinux.org>
-
-pkgname=gucharmap
-pkgver=3.4.0.1
-pkgrel=1
-pkgdesc="Gnome Unicode Charmap"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://www.gnome.org"
-depends=('dconf' 'gtk3' 'hicolor-icon-theme')
-makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
-options=('!libtool' '!emptydirs')
-install=gucharmap.install
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('eac2f2281cde5118544bc930b9ce90e68302a8c4ea09755f0db3e2e5e022b23c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --localstatedir=/var --disable-static \
-      --disable-schemas-compile  --enable-introspection
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 156373, gucharmap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2012-04-17 19:32:26 UTC (rev 156374)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan De Groot <jgc at archlinux.org>
+
+pkgname=gucharmap
+pkgver=3.4.1.1
+pkgrel=1
+pkgdesc="Gnome Unicode Charmap"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.gnome.org"
+depends=('dconf' 'gtk3' 'hicolor-icon-theme')
+makedepends=('gtk-doc' 'intltool' 'gobject-introspection')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('52ea80e9e5f01232801dd24f7eb5c70eb36e7a85e429ad9113e8b71234d94c62')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --localstatedir=/var --disable-static \
+      --disable-schemas-compile  --enable-introspection
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: testing-x86_64/gucharmap.install
===================================================================
--- testing-x86_64/gucharmap.install	2012-04-17 19:30:51 UTC (rev 156373)
+++ testing-x86_64/gucharmap.install	2012-04-17 19:32:26 UTC (rev 156374)
@@ -1,17 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-pre_upgrade() {
-  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
-  return 0
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: gucharmap/repos/testing-x86_64/gucharmap.install (from rev 156373, gucharmap/trunk/gucharmap.install)
===================================================================
--- testing-x86_64/gucharmap.install	                        (rev 0)
+++ testing-x86_64/gucharmap.install	2012-04-17 19:32:26 UTC (rev 156374)
@@ -0,0 +1,17 @@
+post_install() {
+  glib-compile-schemas /usr/share/glib-2.0/schemas
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+  (( $(vercmp $2 3.3) < 0 )) && gconfpkg --uninstall gucharmap
+  return 0
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}




More information about the arch-commits mailing list