Date: Friday, April 18, 2014 @ 13:09:46 Author: heftig Revision: 211216
archrelease: copy trunk to extra-i686, extra-x86_64 Added: ghex/repos/extra-i686/PKGBUILD (from rev 211214, ghex/trunk/PKGBUILD) ghex/repos/extra-i686/ghex.install (from rev 211214, ghex/trunk/ghex.install) ghex/repos/extra-x86_64/PKGBUILD (from rev 211215, ghex/trunk/PKGBUILD) ghex/repos/extra-x86_64/ghex.install (from rev 211215, ghex/trunk/ghex.install) Deleted: ghex/repos/extra-i686/PKGBUILD ghex/repos/extra-i686/ghex.install ghex/repos/extra-x86_64/PKGBUILD ghex/repos/extra-x86_64/ghex.install ---------------------------+ /PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++ /ghex.install | 40 +++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 30 ---------------------- extra-i686/ghex.install | 20 -------------- extra-x86_64/PKGBUILD | 30 ---------------------- extra-x86_64/ghex.install | 20 -------------- 6 files changed, 100 insertions(+), 100 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2014-04-18 11:09:34 UTC (rev 211215) +++ extra-i686/PKGBUILD 2014-04-18 11:09:46 UTC (rev 211216) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> -# Contributor: Tobias Kieslich <tob...@justdreams.de> - -pkgname=ghex -pkgver=3.10.0 -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' 'itstool' 'docbook-xsl') -options=('!emptydirs') -install=ghex.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255') - -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/extra-i686/PKGBUILD (from rev 211214, ghex/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-04-18 11:09:46 UTC (rev 211216) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +# Contributor: Tobias Kieslich <tob...@justdreams.de> + +pkgname=ghex +pkgver=3.10.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' 'itstool' 'docbook-xsl') +options=('!emptydirs') +install=ghex.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132') + +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 +} Deleted: extra-i686/ghex.install =================================================================== --- extra-i686/ghex.install 2014-04-18 11:09:34 UTC (rev 211215) +++ extra-i686/ghex.install 2014-04-18 11:09:46 UTC (rev 211216) @@ -1,20 +0,0 @@ -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/extra-i686/ghex.install (from rev 211214, ghex/trunk/ghex.install) =================================================================== --- extra-i686/ghex.install (rev 0) +++ extra-i686/ghex.install 2014-04-18 11:09:46 UTC (rev 211216) @@ -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 +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2014-04-18 11:09:34 UTC (rev 211215) +++ extra-x86_64/PKGBUILD 2014-04-18 11:09:46 UTC (rev 211216) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Jan de Groot <j...@archlinux.org> -# Contributor: Tobias Kieslich <tob...@justdreams.de> - -pkgname=ghex -pkgver=3.10.0 -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' 'itstool' 'docbook-xsl') -options=('!emptydirs') -install=ghex.install -source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('9c31383b1d32c8942ca0327c615336f5777309674c4fc090e8cceb1576c63255') - -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/extra-x86_64/PKGBUILD (from rev 211215, ghex/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2014-04-18 11:09:46 UTC (rev 211216) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Jan de Groot <j...@archlinux.org> +# Contributor: Tobias Kieslich <tob...@justdreams.de> + +pkgname=ghex +pkgver=3.10.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' 'itstool' 'docbook-xsl') +options=('!emptydirs') +install=ghex.install +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) +sha256sums=('34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132') + +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 +} Deleted: extra-x86_64/ghex.install =================================================================== --- extra-x86_64/ghex.install 2014-04-18 11:09:34 UTC (rev 211215) +++ extra-x86_64/ghex.install 2014-04-18 11:09:46 UTC (rev 211216) @@ -1,20 +0,0 @@ -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/extra-x86_64/ghex.install (from rev 211215, ghex/trunk/ghex.install) =================================================================== --- extra-x86_64/ghex.install (rev 0) +++ extra-x86_64/ghex.install 2014-04-18 11:09:46 UTC (rev 211216) @@ -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 +}