wok-next diff cdrkit/receipt @ rev 20775

quodlibet: remove non-existent package from bdeps
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 06 20:44:57 2018 +0300 (2018-06-06)
parents 0e7893ac206d
children d5aab818505e
line diff
     1.1 --- a/cdrkit/receipt	Sat Feb 24 16:17:33 2018 +0200
     1.2 +++ b/cdrkit/receipt	Wed Jun 06 20:44:57 2018 +0300
     1.3 @@ -18,9 +18,9 @@
     1.4  compile_rules() {
     1.5  	sed -i -e '/USE_MAGIC/d' -e '/(MAGICLIBS magic)/d' \
     1.6  		genisoimage/CMakeLists.txt
     1.7 -	[ -s $SOURCES_REPOSITORY/cdrkit-1.1.9-efi-boot.patch ] ||
     1.8 -		wget -P $SOURCES_REPOSITORY https://github.com/NixOS/nixpkgs/raw/master/pkgs/tools/cd-dvd/cdrkit/cdrkit-1.1.9-efi-boot.patch
     1.9 -	patch -p1 < $SOURCES_REPOSITORY/cdrkit-1.1.9-efi-boot.patch
    1.10 +	[ -s $SRC/cdrkit-1.1.9-efi-boot.patch ] ||
    1.11 +		wget -P $SRC https://github.com/NixOS/nixpkgs/raw/master/pkgs/tools/cd-dvd/cdrkit/cdrkit-1.1.9-efi-boot.patch
    1.12 +	patch -p1 < $SRC/cdrkit-1.1.9-efi-boot.patch
    1.13  	make PREFIX=/usr && make install PREFIX=/usr
    1.14  }
    1.15