wok diff gource/receipt @ rev 23830
syslinux/isohybrid: remove Apple partitions (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun May 31 10:20:05 2020 +0000 (2020-05-31) |
parents | 18b66ce46e4e |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/gource/receipt Thu Mar 07 15:37:16 2019 +0100 1.2 +++ b/gource/receipt Sun May 31 10:20:05 2020 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="gource" 1.7 -VERSION="0.49" 1.8 +VERSION="0.51" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Software version control visualization." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 @@ -12,17 +12,14 @@ 1.13 WGET_URL="https://github.com/acaudwell/Gource/releases/download/$PACKAGE-$VERSION/$TARBALL" 1.14 1.15 DEPENDS="freetype ftgl glew libboost-filesystem libsdl2 libsdl2-image pcre" 1.16 -BUILD_DEPENDS="freetype-dev ftgl-dev glew-dev glm libboost-filesystem-dev \ 1.17 +BUILD_DEPENDS="freetype-dev ftgl-dev glew-dev glm libboost-filesystem-dev 1.18 libsdl2-dev libsdl2-image-dev mesa-dev pcre-dev" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 - # By now (0.49) changed in source file: 1.24 - # sed -i 's/boost::filesystem3::/boost::filesystem::/' src/logmill.cpp 1.25 - 1.26 ./configure $CONFIGURE_ARGS && 1.27 - make -j 1 && 1.28 + make && 1.29 make install 1.30 } 1.31 1.32 @@ -30,6 +27,7 @@ 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr/share 1.36 + 1.37 cp -a $install/usr/bin $fs/usr 1.38 cp -a $install/usr/share/gource $fs/usr/share 1.39 }