wok-next rev 19976

Up nomacs (2.4.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Tue Oct 17 21:20:00 2017 +0200 (2017-10-17)
parents 9b14aa36cd1f
children a549b8c7a7db
files nomacs/receipt
line diff
     1.1 --- a/nomacs/receipt	Tue Oct 17 21:17:06 2017 +0200
     1.2 +++ b/nomacs/receipt	Tue Oct 17 21:20:00 2017 +0200
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nomacs"
     1.7 -VERSION="1.6.0"
     1.8 +VERSION="2.4.6"
     1.9  CATEGORY="graphics"
    1.10  SHORT_DESC="Pictures browser"
    1.11  MAINTAINER="psychomaniak@xakep.ru"
    1.12  LICENSE="GPL3"
    1.13  WEB_SITE="http://www.nomacs.org"
    1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.15 -WGET_URL="$SF_MIRROR/$PACKAGE/files/$PACKAGE-$VERSION-source.tar.bz2"
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 +WGET_URL="https://github.com/nomacs/nomacs/archive/$VERSION.tar.gz
    1.18  
    1.19  DEPENDS="libQtCore libQtGui libQtNetwork libgomp exiv2"
    1.20 -BUILD_DEPENDS="Qt4-dev qmake cmake exiv2-dev libraw-dev"
    1.21 +BUILD_DEPENDS="Qt4-dev qmake cmake exiv2-dev libraw-dev zlib-dev expat-dev"
    1.22  SUGGESTED="xdg-utils qtconfig"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	cd $src/src/img ; cp -f nomacs32.png nomacs.png
    1.28 -	cd $src ; sed -i 's/ ON/ OFF/g' CMakeLists.txt
    1.29 +	cd $src/ImageLounge/src/img
    1.30 +	cp -f nomacs32.png nomacs.png
    1.31 +	cd $src/ImageLounge ; sed -i 's/ ON/ OFF/g' CMakeLists.txt
    1.32  	mkdir build ; cd build
    1.33  	cmake \
    1.34  		-DENABLE_OPENCV=OFF \