wok diff libqtxdg/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
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 11 16:39:21 2019 +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()