wok diff strigi-client/receipt @ rev 18281
mate-control-center: update deps and force glib compile schemas
author | Yuri Pourre <yuripourre@gmail.com> |
---|---|
date | Mon Aug 10 09:59:01 2015 -0300 (2015-08-10) |
parents | a86c9d5d978f |
children | 6135577f4d08 |
line diff
1.1 --- a/strigi-client/receipt Sun May 30 19:12:39 2010 +0200 1.2 +++ b/strigi-client/receipt Mon Aug 10 09:59:01 2015 -0300 1.3 @@ -5,13 +5,15 @@ 1.4 CATEGORY="system-tools" 1.5 SHORT_DESC="Strigi GUI client using QT." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="strigi libQtCore libQtDBus" 1.8 +LICENSE="LGPL2" 1.9 WANTED="strigi" 1.10 WEB_SITE="http://www.vandenoever.info/software/strigi/" 1.11 1.12 +DEPENDS="strigi libQtCore libQtDBus" 1.13 + 1.14 # Rules to gen a SliTaz package suitable for Tazpkg. 1.15 genpkg_rules() 1.16 { 1.17 mkdir -p $fs/usr/bin 1.18 - cp -a $_pkg/usr/bin/strigiclient $fs/usr/bin 1.19 + cp -a $install/usr/bin/strigiclient $fs/usr/bin 1.20 }