Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=24eac48520d395cbf41ba078dfd9d1843a85bd64
commit 24eac48520d395cbf41ba078dfd9d1843a85bd64 Author: Devil505 <[email protected]> Date: Thu Feb 26 17:50:16 2009 +0100 printoxx-1.9.1-1-i686 * version bump diff --git a/source/xapps-extra/printoxx/FrugalBuild b/source/xapps-extra/printoxx/FrugalBuild index debf954..904fc40 100644 --- a/source/xapps-extra/printoxx/FrugalBuild +++ b/source/xapps-extra/printoxx/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: Devil505 <[email protected]> pkgname=printoxx -pkgver=1.7 +pkgver=1.9.1 pkgrel=1 pkgdesc="Printoxx is a free open source Linux program for printing one or more image files with a user-defined page layout." url="http://kornelix.squarespace.com/$pkgname/" @@ -11,19 +11,26 @@ options=('scriptlet') groups=('xapps-extra') archs=('i686' 'x86_64') up2date="lynx -dump http://kornelix.squarespace.com/downloads/ | Flasttar" -source=(http://kornelix.squarespace.com/storage/$pkgname/$pkgname-$pkgver.tar.gz) +source=(http://kornelix.squarespace.com/storage/downloads/$pkgname-$pkgver.tar.gz) _F_cd_path="$pkgname" -sha1sums=('8e55a588545eb2a35b070664f1d15b8bd0753e26') +sha1sums=('9e91b62f05b06bd50a52c08455c2ab593f12e7d3') + +_F_desktop_name="Printoxx" +_F_desktop_desc="Image Layout and Print" +_F_desktop_icon="/usr/share/printoxx/icons/printoxx.png" +_F_desktop_categories="Graphics" build() { Fcd export PREFIX=/usr Fsed "@xdg-desktop-menu" "#...@xdg-desktop-menu" Makefile - Fmake + export PREFIX=/usr make || Fdie Fmakeinstall Fmkdir usr/share/applications/ - make LAUNCHER=$Fdestdir/usr/share/applications/$pkgname.desktop launcher || Fdie + #"make LAUNCHER" doesn't work for now + #make LAUNCHER=$Fdestdir/usr/share/applications/$pkgname.desktop launcher || Fdie + Fdesktop2 } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
