wok rev 25783

Up verbiste (0.1.49)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 24 13:23:01 2024 +0000 (3 weeks ago)
parents f25a84c6254a
children 7582bdc812ce
files Qt5-dev/receipt sip3-dev/receipt sip3/receipt verbiste/receipt yandex-disk/receipt
line diff
     1.1 --- a/Qt5-dev/receipt	Mon Sep 23 19:24:03 2024 +0200
     1.2 +++ b/Qt5-dev/receipt	Tue Sep 24 13:23:01 2024 +0000
     1.3 @@ -27,8 +27,8 @@
     1.4  	cp -a $install/usr/lib/qt5 $fs/usr/lib
     1.5  
     1.6  	#private qt includes
     1.7 -	for i in $install/include/*/private/*; do cp $install/$(cat $i | sed 's/^#include "[./]*\([a-z].*\)"$/\1/') $fs/usr/include/private; done
     1.8 -	
     1.9 +	find $install/usr/include/qt5 -type f | sed "/private\\//!d;s|.*|cp & $fs/usr/include/private|" | sh
    1.10 +
    1.11  	# all qt plugins are in libQtPlugins
    1.12  	rm -rf $fs/usr/lib/qt/plugins
    1.13  	# all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages
    1.14 @@ -38,7 +38,4 @@
    1.15  	# Linguist and assistant are now part of QTDesigner packages
    1.16  	rm $fs/usr/bin/linguist
    1.17  	rm $fs/usr/bin/assistant
    1.18 -	# qtconfig packaged now in separate package
    1.19 -	rm $fs/usr/bin/qtconfig
    1.20 -	rm $fs/usr/share/qt/translations/qtconfig*.qm
    1.21  }
     2.1 --- a/sip3-dev/receipt	Mon Sep 23 19:24:03 2024 +0200
     2.2 +++ b/sip3-dev/receipt	Tue Sep 24 13:23:01 2024 +0000
     2.3 @@ -6,7 +6,7 @@
     2.4  SHORT_DESC="Development files for sip3."
     2.5  MAINTAINER="allan316@gmail.com"
     2.6  LICENSE="GPL2 GPL3"
     2.7 -WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro"
     2.8 +WEB_SITE="https://sip3.io/"
     2.9  
    2.10  WANTED="sip3"
    2.11  DEPENDS="sip3"
     3.1 --- a/sip3/receipt	Mon Sep 23 19:24:03 2024 +0200
     3.2 +++ b/sip3/receipt	Tue Sep 24 13:23:01 2024 +0000
     3.3 @@ -6,7 +6,7 @@
     3.4  SHORT_DESC="C/C++ Bindings Generator for Python v3."
     3.5  MAINTAINER="allan316@gmail.com"
     3.6  LICENSE="GPL2 GPL3"
     3.7 -WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro"
     3.8 +WEB_SITE="https://sip3.io/"
     3.9  REPOLOGY="python:sip"
    3.10  
    3.11  TARBALL="sip-$VERSION.tar.gz"
     4.1 --- a/verbiste/receipt	Mon Sep 23 19:24:03 2024 +0200
     4.2 +++ b/verbiste/receipt	Tue Sep 24 13:23:01 2024 +0000
     4.3 @@ -1,7 +1,7 @@
     4.4  # SliTaz package receipt.
     4.5  
     4.6  PACKAGE="verbiste"
     4.7 -VERSION="0.1.47"
     4.8 +VERSION="0.1.49"
     4.9  CATEGORY="office"
    4.10  SHORT_DESC="A French conjugation system."
    4.11  MAINTAINER="pankso@slitaz.org"
     5.1 --- a/yandex-disk/receipt	Mon Sep 23 19:24:03 2024 +0200
     5.2 +++ b/yandex-disk/receipt	Tue Sep 24 13:23:01 2024 +0000
     5.3 @@ -1,7 +1,7 @@
     5.4  # SliTaz package receipt.
     5.5  
     5.6  PACKAGE="yandex-disk"
     5.7 -VERSION="0.1.5.978"
     5.8 +VERSION="0.1.6.1080"
     5.9  CATEGORY="misc"
    5.10  SHORT_DESC="Yandex.Disk keeps your files with you at all times"
    5.11  MAINTAINER="al.bobylev@gmail.com"
    5.12 @@ -13,6 +13,13 @@
    5.13  DEPENDS="gcc-lib-base glibc-base zlib"
    5.14  BUILD_DEPENDS="gettext"
    5.15  
    5.16 +# What is the latest version available today?
    5.17 +current_version()
    5.18 +{
    5.19 +	repo='http://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/'
    5.20 +	wget -q -T10 -O- $repo | fgrep i386 | cut -d'"' -f2 | cut -d'_' -f2
    5.21 +}
    5.22 +
    5.23  # Rules to configure and make the package.
    5.24  compile_rules()
    5.25  {