wok diff qtconfig/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents 0dcc74d5b8f2
children cb67b4f8be05
line diff
     1.1 --- a/qtconfig/receipt	Fri Aug 22 13:41:54 2014 +0200
     1.2 +++ b/qtconfig/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,13 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="qtconfig"
     1.7 -VERSION="4.8.6"
     1.8 +VERSION="4.8.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL3 LGPL2.1"
    1.13  WEB_SITE="http://qt-project.org/"
    1.14 -WANTED="qt4-base"
    1.15 +WANTED="qt4"
    1.16  
    1.17  DEPENDS="libQt3Support libQtNetwork libQtDBus"
    1.18  
    1.19 @@ -17,6 +17,6 @@
    1.20  	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations $fs/usr/share/icons/hicolor/22x22/apps
    1.21  	cp -a $install/usr/bin/qtconfig $fs/usr/bin
    1.22  	cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
    1.23 -	cp -a $WOK/qt4/source/qt4-4.8.6/tools/designer/src/components/formeditor/images/qtlogo.png \
    1.24 +	cp -a $WOK/qt4/source/qt4-4.8.7/tools/designer/src/components/formeditor/images/qtlogo.png \
    1.25  	$fs/usr/share/icons/hicolor/22x22/apps/qtlogo.png
    1.26  }