[arch-commits] Commit in ghex/repos (8 files)
Jan de Groot
jgc at archlinux.org
Tue Dec 22 13:27:06 UTC 2015
Date: Tuesday, December 22, 2015 @ 14:27:06
Author: jgc
Revision: 257128
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
ghex/repos/extra-i686/PKGBUILD
(from rev 257127, ghex/trunk/PKGBUILD)
ghex/repos/extra-i686/ghex.install
(from rev 257127, ghex/trunk/ghex.install)
ghex/repos/extra-x86_64/PKGBUILD
(from rev 257127, ghex/trunk/PKGBUILD)
ghex/repos/extra-x86_64/ghex.install
(from rev 257127, 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 | 66 ++++++++++++++++++++++++++++++++++++++++++++
/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, 106 insertions(+), 100 deletions(-)
Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2015-12-22 13:26:59 UTC (rev 257127)
+++ extra-i686/PKGBUILD 2015-12-22 13:27:06 UTC (rev 257128)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at 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
-}
Copied: ghex/repos/extra-i686/PKGBUILD (from rev 257127, ghex/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-12-22 13:27:06 UTC (rev 257128)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=ghex
+pkgver=3.18.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')
+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=('c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --disable-schemas-compile
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-i686/ghex.install
===================================================================
--- extra-i686/ghex.install 2015-12-22 13:26:59 UTC (rev 257127)
+++ extra-i686/ghex.install 2015-12-22 13:27:06 UTC (rev 257128)
@@ -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 257127, ghex/trunk/ghex.install)
===================================================================
--- extra-i686/ghex.install (rev 0)
+++ extra-i686/ghex.install 2015-12-22 13:27:06 UTC (rev 257128)
@@ -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 2015-12-22 13:26:59 UTC (rev 257127)
+++ extra-x86_64/PKGBUILD 2015-12-22 13:27:06 UTC (rev 257128)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-# Contributor: Tobias Kieslich <tobias at 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
-}
Copied: ghex/repos/extra-x86_64/PKGBUILD (from rev 257127, ghex/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-12-22 13:27:06 UTC (rev 257128)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+# Contributor: Tobias Kieslich <tobias at justdreams.de>
+
+pkgname=ghex
+pkgver=3.18.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')
+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=('c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925')
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr --sysconfdir=/etc \
+ --localstatedir=/var --disable-static \
+ --disable-schemas-compile
+
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
Deleted: extra-x86_64/ghex.install
===================================================================
--- extra-x86_64/ghex.install 2015-12-22 13:26:59 UTC (rev 257127)
+++ extra-x86_64/ghex.install 2015-12-22 13:27:06 UTC (rev 257128)
@@ -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 257127, ghex/trunk/ghex.install)
===================================================================
--- extra-x86_64/ghex.install (rev 0)
+++ extra-x86_64/ghex.install 2015-12-22 13:27:06 UTC (rev 257128)
@@ -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