[arch-commits] Commit in gucharmap/repos (8 files)
Jan Steffens
heftig at nymeria.archlinux.org
Wed Apr 10 19:13:34 UTC 2013
Date: Wednesday, April 10, 2013 @ 21:13:33
Author: heftig
Revision: 182536
db-move: moved gucharmap from [staging] to [testing] (i686, x86_64)
Added:
gucharmap/repos/testing-i686/
gucharmap/repos/testing-i686/PKGBUILD
(from rev 182430, gucharmap/repos/staging-i686/PKGBUILD)
gucharmap/repos/testing-i686/gucharmap.install
(from rev 182430, gucharmap/repos/staging-i686/gucharmap.install)
gucharmap/repos/testing-x86_64/
gucharmap/repos/testing-x86_64/PKGBUILD
(from rev 182430, gucharmap/repos/staging-x86_64/PKGBUILD)
gucharmap/repos/testing-x86_64/gucharmap.install
(from rev 182430, gucharmap/repos/staging-x86_64/gucharmap.install)
Deleted:
gucharmap/repos/staging-i686/
gucharmap/repos/staging-x86_64/
----------------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-i686/gucharmap.install | 17 +++++++++++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/gucharmap.install | 17 +++++++++++++++++
4 files changed, 94 insertions(+)
Copied: gucharmap/repos/testing-i686/PKGBUILD (from rev 182430, gucharmap/repos/staging-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2013-04-10 19:13:33 UTC (rev 182536)
@@ -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.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/gucharmap.install (from rev 182430, gucharmap/repos/staging-i686/gucharmap.install)
===================================================================
--- testing-i686/gucharmap.install (rev 0)
+++ testing-i686/gucharmap.install 2013-04-10 19:13:33 UTC (rev 182536)
@@ -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
+}
Copied: gucharmap/repos/testing-x86_64/PKGBUILD (from rev 182430, gucharmap/repos/staging-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-10 19:13:33 UTC (rev 182536)
@@ -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.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/gucharmap.install (from rev 182430, gucharmap/repos/staging-x86_64/gucharmap.install)
===================================================================
--- testing-x86_64/gucharmap.install (rev 0)
+++ testing-x86_64/gucharmap.install 2013-04-10 19:13:33 UTC (rev 182536)
@@ -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