wok-next diff libqtxdg/receipt @ rev 19142
Down ffmpeg (2.8.7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 19 12:09:28 2016 +0200 (2016-05-19) |
parents | 7aac542e058a |
children | 4c3ee4d2d357 |
line diff
1.1 --- a/libqtxdg/receipt Sat Jul 12 15:16:10 2014 +0300 1.2 +++ b/libqtxdg/receipt Thu May 19 12:09:28 2016 +0200 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()