Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=33d0887ab8d4098686a2d3bb476c5dba8d178566

commit 33d0887ab8d4098686a2d3bb476c5dba8d178566
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed May 11 00:35:42 2011 +0200

xdg-utils-1.0.2-2-i686

- fix kde4 warnings

diff --git a/source/apps/xdg-utils/FrugalBuild 
b/source/apps/xdg-utils/FrugalBuild
index 8467141..32e6fa7 100644
--- a/source/apps/xdg-utils/FrugalBuild
+++ b/source/apps/xdg-utils/FrugalBuild
@@ -3,7 +3,7 @@

pkgname=xdg-utils
pkgver=1.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A set of command line tools that assist applications with a variety of 
desktop integration tasks."
url="http://portland.freedesktop.org/wiki/";
_F_archive_grepv="-\?c"
@@ -14,3 +14,10 @@ archs=('i686' 'x86_64' 'ppc')
up2date="Flasttar $url"
source=(http://portland.freedesktop.org/download/$pkgname-$pkgver.tgz)
sha1sums=('e41a04cbf9ff8d743397a2bc23c6ca82e8b59d2c')
+
+build()
+{
+       # fix kde4 warnings
+       Fsed 'test "$major" -gt 3 && return $1' 'return $1' scripts/xdg-open
+       Fbuild
+}
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to