Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=c4ccd9b0a365aac4567381338fac25d32ef87ec6
commit c4ccd9b0a365aac4567381338fac25d32ef87ec6 Author: jercel <[email protected]> Date: Thu Aug 18 22:25:58 2011 +0200 specto-0.4.1-1-x86_64 * Version Bump diff --git a/source/gnome-extra/specto/FrugalBuild b/source/gnome-extra/specto/FrugalBuild index f6bf48d..1b230d7 100644 --- a/source/gnome-extra/specto/FrugalBuild +++ b/source/gnome-extra/specto/FrugalBuild @@ -2,11 +2,12 @@ # Maintainer: jercel <[email protected]> pkgname=specto -pkgver=0.3.1 -pkgrel=2 +pkgver=0.4.1 +pkgrel=1 pkgdesc="Specto is a desktop application that will watch for updates (web, im, irc...) and notify the user" url="http://specto.sourceforge.net" depends=('gnome-python-extras' 'notify-python' 'zenity' 'gconf') +makedepends=('intltool') rodepends=('notification-daemon') _F_gnome_iconcache="y" Finclude gnome-scriptlet @@ -14,4 +15,10 @@ groups=('gnome-extra') archs=('x86_64' 'i686') up2date="lynx -dump http://code.google.com/p/specto/ | Flasttar" source=(http://specto.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('709756aea2c9c0122fe1e9b73d390a0eca563687') +sha1sums=('25085eb902300465efbef609432d2bea90b9c1db') +build() +{ + Fcd + Fsed 'data/desktop/specto.desktop.in' 'data/desktop/specto.desktop' + Fbuild +} _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
