[arch-commits] Commit in ghex/trunk (PKGBUILD)

Jan de Groot jgc at archlinux.org
Tue Dec 22 13:26:59 UTC 2015


    Date: Tuesday, December 22, 2015 @ 14:26:59
  Author: jgc
Revision: 257127

upgpkg: ghex 3.18.0-1

Modified:
  ghex/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-22 13:23:02 UTC (rev 257126)
+++ PKGBUILD	2015-12-22 13:26:59 UTC (rev 257127)
@@ -3,18 +3,18 @@
 # Contributor: Tobias Kieslich <tobias at justdreams.de>
 
 pkgname=ghex
-pkgver=3.10.1
+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' 'hicolor-icon-theme')
+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=('34b66cb5c84410c420df72f229d25aee5979e58048a246ed719b046f0c241132')
+sha256sums=('c5b1eb50a8dd1334880b37617871498b778ea137f79bb43894ec68e4f63dc925')
 
 build() {
   cd $pkgname-$pkgver
@@ -21,6 +21,9 @@
   ./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
 }
 



More information about the arch-commits mailing list