wok-current diff libdbusmenu-qt/receipt @ rev 21036
updated hiredis and hiredis-dev (0.13.3 -> 0.14.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Mar 11 14:30:56 2019 +0100 (2019-03-11) |
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 Mar 11 14:30:56 2019 +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