wok-6.x diff libqtxdg/receipt @ rev 17552
Update some post_install for install --root
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jan 30 10:17:37 2015 +0100 (2015-01-30) |
parents | 7aac542e058a |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/libqtxdg/receipt Sat Jul 12 15:16:10 2014 +0300 1.2 +++ b/libqtxdg/receipt Fri Jan 30 10:17:37 2015 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libqtxdg" 1.7 -VERSION="0.5.3" 1.8 +VERSION="1.0.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Qt implementation of freedesktop.org XDG specs" 1.11 MAINTAINER="al.bobylev@gmail.com" 1.12 @@ -11,8 +11,8 @@ 1.13 WGET_URL="https://github.com/lxde/$PACKAGE/archive/$VERSION.tar.gz" 1.14 TAGS="LXQt" 1.15 1.16 -DEPENDS="libQtGui libQtXml libmagic" 1.17 -BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libmagic-dev" 1.18 +DEPENDS="libQtGui libQtXml libQtMimeTypes" 1.19 +BUILD_DEPENDS="wget cacerts cmake Qt4-dev qmake libQtMimeTypes-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()