Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=606a6a723fd4c5d7b998a10e84da14c74add45d3
commit 606a6a723fd4c5d7b998a10e84da14c74add45d3 Author: Anthony Jorion <[email protected]> Date: Fri May 23 16:40:21 2014 +0200 gourmet-0.17.3-1-x86_64 - 0.15.9 -> 0.17.3 + Change m8r + Switch to github diff --git a/source/gnome-extra/gourmet/FrugalBuild b/source/gnome-extra/gourmet/FrugalBuild index 2b7304d..6d2a289 100644 --- a/source/gnome-extra/gourmet/FrugalBuild +++ b/source/gnome-extra/gourmet/FrugalBuild @@ -1,24 +1,24 @@ # Compiling Time: 0.03 SBU +# Maintainer: Anthony Jorion <[email protected]> # Maintainer: jercel <[email protected]> pkgname=gourmet -pkgver=0.15.9 -pkgrel=3 +pkgver=0.17.3 +pkgrel=1 pkgdesc="A recipe manager for Gnome" -_F_sourceforge_dirname="grecipe-manager" -_F_sourceforge_realname="grecipe-manager" +url="https://github.com/thinkle/gourmet" _F_desktop_name="Gourmet" _F_desktop_icon="/usr/share/pixmaps/recbox.png" _F_desktop_categories="GNOME;Application;Utility;" options=('scriptlet') -Finclude sourceforge gnome-scriptlet -url="http://grecipe-manager.sourceforge.net" +Finclude gnome-scriptlet depends=('pygtk>=2.16.0-5' 'imaging' 'pyrtf' 'gnome-python' 'gnome-python-extras' 'metakit>=2.4.9.6' 'pysqlite2' 'reportlab' 'libglade' 'sqlalchemy>=0.7.5' 'gnome-python-extras-gtkspell') -source=($source setup.patch) +makedepends=('python-distutils-extra' 'intltool') +up2date="Fwcat $url/releases | grep -m1 tar.gz | sed 's/.*archive\/\(.*\).tar.gz.*/\1/'" +source="$url/archive/$pkgver.tar.gz" groups=('gnome-extra') archs=('i686' 'x86_64') -sha1sums=('74fa082bf007f545a050c8526ec39045320e2f34' \ - '0e57fcd19a0c2de52b06564558a6c1eccff9b197') +sha1sums=('95aa52831a0838ceaca52393f709803732e78608') build() { Fbuild _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
