wok diff libdbusmenu-qt/receipt @ rev 20497

updated diffutils (3.3 -> 3.6)
author Hans-G?nter Theisgen
date Mon Oct 29 16:27:52 2018 +0100 (2018-10-29)
parents a00bf44ed23d
children ad8b9ff412d2
line diff
     1.1 --- a/libdbusmenu-qt/receipt	Sat Aug 10 22:18:41 2013 +0000
     1.2 +++ b/libdbusmenu-qt/receipt	Mon Oct 29 16:27:52 2018 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libdbusmenu-qt"
     1.7 -VERSION="0.8.0"
     1.8 +VERSION="0.9.2"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Library to import and export QMenu instances using the DBusMenu."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -20,7 +20,8 @@
    1.13  	cd $src/build
    1.14  	cmake \
    1.15  		-DCMAKE_BUILD_TYPE=Release \
    1.16 -		-DCMAKE_INSTALL_PREFIX=/usr .. &&
    1.17 +		-DCMAKE_INSTALL_PREFIX=/usr \
    1.18 +		-DWITH_DOC=OFF .. &&
    1.19  	make && make install
    1.20  }
    1.21