wok-next diff lazarus/receipt @ rev 19814

Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 21 14:44:00 2017 +0300 (2017-07-21)
parents befdc87b2ace
children f48456621a9d
line diff
     1.1 --- a/lazarus/receipt	Fri Mar 18 10:55:31 2016 +0200
     1.2 +++ b/lazarus/receipt	Fri Jul 21 14:44:00 2017 +0300
     1.3 @@ -8,16 +8,16 @@
     1.4  LICENSE="GPL LGPL"
     1.5  WEB_SITE="http://www.lazarus-ide.org"
     1.6  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.7 -WGET_URL="https://sourceforge.net/projects/lazarus/files/Lazarus%20Zip%20_%20GZip/Lazarus%201.6/$PACKAGE-$VERSION.tar.gz"
     1.8 +WGET_URL="$SF_MIRROR/lazarus/$TARBALL"
     1.9  TAGS="lazarus ide pascal"
    1.10  
    1.11  DEPENDS="fpc fpc-src gdb make"
    1.12 -BUILD_DEPENDS="gtk+-dev fpc fpc-src "
    1.13 +BUILD_DEPENDS="gtk+-dev fpc fpc-src"
    1.14  
    1.15  # Rules to configure and make the package.
    1.16  compile_rules()
    1.17  {
    1.18 -	cd $src && make clean bigide 
    1.19 +	make -j 1 clean bigide
    1.20  	#&& make INSTALL_PREFIX=/usr install
    1.21  
    1.22  }