[arch-commits] Commit in ghex/repos (8 files)
Jan de Groot
jgc at archlinux.org
Thu Oct 18 19:28:01 UTC 2012
Date: Thursday, October 18, 2012 @ 15:28:00
Author: jgc
Revision: 169245
db-move: moved ghex from [gnome-unstable] to [testing] (i686, x86_64)
Added:
ghex/repos/testing-i686/
ghex/repos/testing-i686/PKGBUILD
(from rev 169138, ghex/repos/gnome-unstable-i686/PKGBUILD)
ghex/repos/testing-i686/ghex.install
(from rev 169138, ghex/repos/gnome-unstable-i686/ghex.install)
ghex/repos/testing-x86_64/
ghex/repos/testing-x86_64/PKGBUILD
(from rev 169138, ghex/repos/gnome-unstable-x86_64/PKGBUILD)
ghex/repos/testing-x86_64/ghex.install
(from rev 169138, ghex/repos/gnome-unstable-x86_64/ghex.install)
Deleted:
ghex/repos/gnome-unstable-i686/
ghex/repos/gnome-unstable-x86_64/
-----------------------------+
testing-i686/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-i686/ghex.install | 20 ++++++++++++++++++++
testing-x86_64/PKGBUILD | 30 ++++++++++++++++++++++++++++++
testing-x86_64/ghex.install | 20 ++++++++++++++++++++
4 files changed, 100 insertions(+)
Copied: ghex/repos/testing-i686/PKGBUILD (from rev 169138, ghex/repos/gnome-unstable-i686/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2012-10-18 19:28:00 UTC (rev 169245)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=ghex
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://live.gnome.org/Ghex"
+depends=('gtk3' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!emptydirs')
+install=ghex.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ef74fc5a5a67736391b3fb7fb14f588f3a4441b1aa48d1a6eaa1adb6c0427544')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: ghex/repos/testing-i686/ghex.install (from rev 169138, ghex/repos/gnome-unstable-i686/ghex.install)
===================================================================
--- testing-i686/ghex.install (rev 0)
+++ testing-i686/ghex.install 2012-10-18 19:28:00 UTC (rev 169245)
@@ -0,0 +1,20 @@
+pkgname=ghex
+
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+ if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+ gconfpkg --uninstall $pkgname
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
Copied: ghex/repos/testing-x86_64/PKGBUILD (from rev 169138, ghex/repos/gnome-unstable-x86_64/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-18 19:28:00 UTC (rev 169245)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: tobias <tobias at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=ghex
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="A simple binary editor for the Gnome desktop"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://live.gnome.org/Ghex"
+depends=('gtk3' 'hicolor-icon-theme')
+makedepends=('intltool' 'gnome-doc-utils')
+options=('!libtool' '!emptydirs')
+install=ghex.install
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('ef74fc5a5a67736391b3fb7fb14f588f3a4441b1aa48d1a6eaa1adb6c0427544')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --disable-schemas-compile
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Copied: ghex/repos/testing-x86_64/ghex.install (from rev 169138, ghex/repos/gnome-unstable-x86_64/ghex.install)
===================================================================
--- testing-x86_64/ghex.install (rev 0)
+++ testing-x86_64/ghex.install 2012-10-18 19:28:00 UTC (rev 169245)
@@ -0,0 +1,20 @@
+pkgname=ghex
+
+post_install() {
+ glib-compile-schemas usr/share/glib-2.0/schemas
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+pre_upgrade() {
+ if [ -f usr/share/gconf/schemas/$pkgname.schemas ]; then
+ gconfpkg --uninstall $pkgname
+ fi
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
More information about the arch-commits
mailing list