Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=daf0b0144a86d0bf60bd56252097aecab01586ed
commit daf0b0144a86d0bf60bd56252097aecab01586ed Author: crazy <[EMAIL PROTECTED]> Date: Thu Dec 13 02:13:59 2007 +0100 hal-info-20071212-1-i686 * Version bump diff --git a/source/apps/hal-info/FrugalBuild b/source/apps/hal-info/FrugalBuild index dbf598e..a4996f5 100644 --- a/source/apps/hal-info/FrugalBuild +++ b/source/apps/hal-info/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: crazy <[EMAIL PROTECTED]> pkgname=hal-info -pkgver=20071030 +pkgver=20071212 pkgrel=1 pkgdesc="hal-info contains device information for HAL." url="http://www.freedesktop.org/wiki/Software/hal" @@ -10,17 +10,12 @@ depends=() groups=('apps') archs=('i686' 'x86_64') up2date="lynx -dump 'http://hal.freedesktop.org/releases/?C=M;O=A'|grep 'hal-info-\(.*\).tar.gz'|Flasttar" -source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz just_WARN.patch) -sha1sums=('844f599b300162b0f43ddb08606a7ab36caa6399' \ - '7c5b0fea8872c24767283be17a7cbd0ffcc143c1') +source=(http://hal.freedesktop.org/releases/$pkgname-$pkgver.tar.gz) +sha1sums=('b5318ba7814e9b80a84375e616e1d06f6eeaeaa6') build() { - Fcd - Fpatchall - Fautoreconf - Fmake \ + Fbuild \ --datarootdir=/usr/share \ --datadir=/usr/share - Fmakeinstall } diff --git a/source/apps/hal-info/just_WARN.patch b/source/apps/hal-info/just_WARN.patch deleted file mode 100644 index 2a95e04..0000000 --- a/source/apps/hal-info/just_WARN.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -Naur hal-info-20071011/configure.in hal-info-20071011-wth/configure.in ---- hal-info-20071011/configure.in 2007-09-25 22:32:01.000000000 +0200 -+++ hal-info-20071011-wth/configure.in 2007-10-15 15:32:14.000000000 +0200 -@@ -9,8 +9,16 @@ - - PKG_PROG_PKG_CONFIG - --if ! $PKG_CONFIG --atleast-version 0.5.10 hal; then -- AC_MSG_ERROR([hal 0.5.10 or later is required for this version of hal-info]) -+ -+PKG_CHECK_MODULES([hal], [hal], [have_hal_installed="yes"], [have_hal_installed="no"]) -+ -+if test "x$have_hal_installed" = "xyes"; then -+ if ! $PKG_CONFIG --atleast-version 0.5.10 hal; then -+ hal_now="`$PKG_CONFIG --modversion hal`" -+ AC_MSG_WARN([found $hal_now but hal 0.5.10 or later is required for this version of hal-info]) -+ fi -+else -+ AC_MSG_WARN([Hal is not installed but hal 0.5.10 or later is required for this version of hal-info]) - fi - - dnl --------------------------------------------------------------------------- -diff -Naur hal-info-20071011/VERSION hal-info-20071011-wth/VERSION ---- hal-info-20071011/VERSION 1970-01-01 01:00:00.000000000 +0100 -+++ hal-info-20071011-wth/VERSION 2007-10-15 15:32:40.000000000 +0200 -@@ -0,0 +1 @@ -+20071011 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
