[arch-commits] Commit in gnome-disk-utility/trunk (PKGBUILD)

Jan de Groot jgc at nymeria.archlinux.org
Mon Sep 23 15:21:11 UTC 2013


    Date: Monday, September 23, 2013 @ 17:21:10
  Author: jgc
Revision: 194761

upgpkg: gnome-disk-utility 3.9.0-1

Modified:
  gnome-disk-utility/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-23 15:00:40 UTC (rev 194760)
+++ PKGBUILD	2013-09-23 15:21:10 UTC (rev 194761)
@@ -3,7 +3,7 @@
 # Contributor: Silvio Knizek (killermoehre)
 
 pkgname=gnome-disk-utility
-pkgver=3.8.2
+pkgver=3.9.0
 pkgrel=1
 pkgdesc="Disk Management Utility for GNOME"
 arch=(i686 x86_64)
@@ -14,16 +14,12 @@
 makedepends=(intltool docbook-xsl gnome-settings-daemon)
 options=('!libtool' '!emptydirs')
 install=gnome-disk-utility.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz
-        typefixes.patch)
-sha256sums=('6a64de6f40ddfebfe7566f3ef7856c1cb33fab7d21d9be43db74f014309298c3'
-            '0a1f2f80f1c741119639b3b2b8cf32d6261b126baa85189309d6473e171894d2')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('704bc3afc01c120a2651b8000f64f53308e6aaa5e155cda3700af27cd32d6f04')
 
 prepare() {
   cd $pkgname-$pkgver
-
-  # Gets rid of warnings and compilation errors on i686
-  patch -Np1 -i ../typefixes.patch
+  sed -i -e 's/LIBLZMA_REQUIRED=5.1.0/LIBLZMA_REQUIRED=5.0.5/g' configure*
 }
 
 build() {




More information about the arch-commits mailing list