wok-next diff nomacs/receipt @ rev 20446

pixman is obsolete -> xorg-pixman
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 28 13:29:20 2018 +0200 (2018-02-28)
parents bd7a40b68c3f
children c0521c689857
line diff
     1.1 --- a/nomacs/receipt	Fri Oct 20 16:30:46 2017 +0200
     1.2 +++ b/nomacs/receipt	Wed Feb 28 13:29:20 2018 +0200
     1.3 @@ -10,14 +10,12 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WGET_URL="https://github.com/nomacs/nomacs/archive/$VERSION.tar.gz"
     1.6  
     1.7 -DEPENDS="qt5"
     1.8 +DEPENDS="qt5-base"
     1.9  BUILD_DEPENDS="qt5-dev cmake exiv2-dev libraw-dev zlib-dev expat-dev mesa17-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -	cd $src/ImageLounge/src/img
    1.15 -	cp -f nomacs32.png nomacs.png
    1.16  	cd $src/ImageLounge ; sed -i 's/ ON/ OFF/g' CMakeLists.txt
    1.17  	mkdir build ; cd build
    1.18  	cmake \