[arch-commits] Commit in gucharmap/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Mon Apr 15 18:52:10 UTC 2013
Date: Monday, April 15, 2013 @ 20:52:09
Author: heftig
Revision: 182849
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
gucharmap/repos/testing-i686/PKGBUILD
(from rev 182848, gucharmap/trunk/PKGBUILD)
gucharmap/repos/testing-i686/gucharmap.install
(from rev 182848, gucharmap/trunk/gucharmap.install)
gucharmap/repos/testing-x86_64/PKGBUILD
(from rev 182848, gucharmap/trunk/PKGBUILD)
gucharmap/repos/testing-x86_64/gucharmap.install
(from rev 182848, 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
----------------------------------+
/PKGBUILD | 60 +++++++++++++++++++++++++++++++++++++
/gucharmap.install | 34 ++++++++++++++++++++
testing-i686/PKGBUILD | 30 ------------------
testing-i686/gucharmap.install | 17 ----------
testing-x86_64/PKGBUILD | 30 ------------------
testing-x86_64/gucharmap.install | 17 ----------
6 files changed, 94 insertions(+), 94 deletions(-)
Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2013-04-15 18:50:46 UTC (rev 182848)
+++ testing-i686/PKGBUILD 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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.8.0
-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' 'itstool' 'docbook-xsl' 'desktop-file-utils')
-options=('!libtool' '!emptydirs')
-install=gucharmap.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5')
-
-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 182848, gucharmap/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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.8.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' 'itstool' 'docbook-xsl' 'desktop-file-utils')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dc3223c7bd5dac4b979295cf7678c873046f8525f7d6f5562ab98239f563afc1')
+
+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 2013-04-15 18:50:46 UTC (rev 182848)
+++ testing-i686/gucharmap.install 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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 182848, gucharmap/trunk/gucharmap.install)
===================================================================
--- testing-i686/gucharmap.install (rev 0)
+++ testing-i686/gucharmap.install 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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 2013-04-15 18:50:46 UTC (rev 182848)
+++ testing-x86_64/PKGBUILD 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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.8.0
-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' 'itstool' 'docbook-xsl' 'desktop-file-utils')
-options=('!libtool' '!emptydirs')
-install=gucharmap.install
-source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
-sha256sums=('e312297c561e03675519de5bcd9a10971b5c1185f61b4b17eed202273cf8d5c5')
-
-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 182848, gucharmap/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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.8.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' 'itstool' 'docbook-xsl' 'desktop-file-utils')
+options=('!libtool' '!emptydirs')
+install=gucharmap.install
+source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dc3223c7bd5dac4b979295cf7678c873046f8525f7d6f5562ab98239f563afc1')
+
+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 2013-04-15 18:50:46 UTC (rev 182848)
+++ testing-x86_64/gucharmap.install 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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 182848, gucharmap/trunk/gucharmap.install)
===================================================================
--- testing-x86_64/gucharmap.install (rev 0)
+++ testing-x86_64/gucharmap.install 2013-04-15 18:52:09 UTC (rev 182849)
@@ -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