Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1a90f0de397972c7d517a9f153e99d5ed2390da
commit e1a90f0de397972c7d517a9f153e99d5ed2390da Author: Devil505 <[EMAIL PROTECTED]> Date: Sat Nov 22 16:15:33 2008 +0100 watsup-1.4.1-1-i686 * version bump * removed _F_desktop stuff, no more needed * simplified build() diff --git a/source/xapps-extra/watsup/FrugalBuild b/source/xapps-extra/watsup/FrugalBuild index 44fabca..0516e43 100644 --- a/source/xapps-extra/watsup/FrugalBuild +++ b/source/xapps-extra/watsup/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <[EMAIL PROTECTED]> pkgname=watsup -pkgver=1.3 +pkgver=1.4.1 pkgrel=1 pkgdesc="Watsup monitors Linux system resources and the processes using those resources." url="http://kornelix.squarespace.com/$pkgname/" @@ -13,18 +13,16 @@ archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" source=(http://kornelix.squarespace.com/storage/$pkgname/$pkgname-$pkgver.tar.gz) _F_cd_path="$pkgname" -sha1sums=('9ed267bd0f79f05ae53c59e01927095f3cbf96cd') - -_F_desktop_name="Watsup" -_F_desktop_icon="/usr/share/watsup/icons/watsup.png" -_F_desktop_categories="System;" +sha1sums=('e06397afdaa833676cdff0b854ce4ecee324fa10') build() { - Fcd - Fsed "/usr/local" "/usr" Makefile - Fmake - Fmakeinstall - Fdesktop2 + Fcd + export PREFIX=/usr + Fsed "@xdg-desktop-menu" "[EMAIL PROTECTED]" Makefile + Fmake + Fmakeinstall + Fmkdir usr/share/applications/ + make LAUNCHER=$Fdestdir/usr/share/applications/$pkgname.desktop launcher || Fdie } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
