Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=079e3735a32146055c1216f894427926f1fab0cc
commit 079e3735a32146055c1216f894427926f1fab0cc Author: Slown <[email protected]> Date: Mon May 30 11:30:38 2016 +0100 lyx-2.2.0-1-x86_64 * version bump diff --git a/source/xapps-extra/lyx/FrugalBuild b/source/xapps-extra/lyx/FrugalBuild index 31c3ec0..e32afb3 100644 --- a/source/xapps-extra/lyx/FrugalBuild +++ b/source/xapps-extra/lyx/FrugalBuild @@ -1,23 +1,25 @@ -# Compiling time: 4.19 SBU +# Compiling time: 2.36 SBU # Maintainer: Melko <[email protected]> # Contributor: Bence Nagy <[email protected]> pkgname=lyx -pkgver=2.1.4 +pkgver=2.2.0 pkgrel=1 pkgdesc="An advanced open-source document processor based on TeX" url='http://www.lyx.org' -depends=('libboost>=1.60.0' 'aspell>=0.60.6.1-3' 'libqtgui>=4.8.7-2') +depends=('libboost>=1.60.0-3' 'aspell>=0.60.6.1-3' 'libqtgui>=4.8.7-5') rodepends=('texlive') -makedepends=('boost>=1.60.0' 'x11-protos') +makedepends=('boost>=1.60.0-3' 'x11-protos') groups=('xapps-extra') archs=('i686' 'x86_64') options=('scriptlet') up2date="Flastarchive $url/Download .tar.xz" -source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.1.x/$pkgname-$pkgver.tar.xz) -sha1sums=('956662191437685789a2ffc2eec3048a21d3e37b') +source=(ftp://ftp.lip6.fr/pub/lyx/stable/2.2.x/$pkgname-$pkgver.tar.xz) +_F_gnome_iconcache="y" +Finclude gnome-scriptlet +sha1sums=('5b1430273d8e9a3f174b2dcdfd9f25ce717ffb25') _F_desktop_categories="Application;Office;" -_F_desktop_icon="/usr/share/lyx/images/lyx.png" +_F_desktop_icon="/usr/share/icons/hicolor/48x48/apps/lyx.png" Fconfopts+=" --with-frontend=qt4 \ --without-included-boost" @@ -25,6 +27,7 @@ build() { Fbuild Fdesktop2 + Fbuild_gnome_scriptlet } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
