wok-6.x diff soprano/receipt @ rev 17295
libfm: add support of empty files (empty files not a text and not a binary, its... empty)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Oct 30 01:21:22 2014 +0200 (2014-10-30) |
parents | 7896f0694ef6 |
children | e919c5a2742d |
line diff
1.1 --- a/soprano/receipt Sat Aug 10 21:12:16 2013 +0000 1.2 +++ b/soprano/receipt Thu Oct 30 01:21:22 2014 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="soprano" 1.7 -VERSION="2.6.0" 1.8 +VERSION="2.8.0" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Soprano is the Qt/C++ RDF framework" 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -10,8 +10,8 @@ 1.13 WEB_SITE="http://soprano.sourceforge.net/" 1.14 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.15 1.16 -DEPENDS="libQtCore libQtNetwork" 1.17 -BUILD_DEPENDS="cmake qmake Qt4-dev" 1.18 +DEPENDS="libQtCore libQtNetwork raptor libiodbc" 1.19 +BUILD_DEPENDS="cmake qmake Qt4-dev raptor-dev libiodbc-dev" 1.20 1.21 # Rules to configure and make the package. 1.22 compile_rules()