# HG changeset patch # User Pascal Bellard # Date 1727184181 0 # Node ID 2b88f36eab8094bbb19005183be42d6725f7adef # Parent f25a84c6254abf4fb1be7f1ced2e41d70f8c978b Up verbiste (0.1.49) diff -r f25a84c6254a -r 2b88f36eab80 Qt5-dev/receipt --- a/Qt5-dev/receipt Mon Sep 23 19:24:03 2024 +0200 +++ b/Qt5-dev/receipt Tue Sep 24 13:23:01 2024 +0000 @@ -27,8 +27,8 @@ cp -a $install/usr/lib/qt5 $fs/usr/lib #private qt includes - for i in $install/include/*/private/*; do cp $install/$(cat $i | sed 's/^#include "[./]*\([a-z].*\)"$/\1/') $fs/usr/include/private; done - + find $install/usr/include/qt5 -type f | sed "/private\\//!d;s|.*|cp & $fs/usr/include/private|" | sh + # all qt plugins are in libQtPlugins rm -rf $fs/usr/lib/qt/plugins # all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages @@ -38,7 +38,4 @@ # Linguist and assistant are now part of QTDesigner packages rm $fs/usr/bin/linguist rm $fs/usr/bin/assistant - # qtconfig packaged now in separate package - rm $fs/usr/bin/qtconfig - rm $fs/usr/share/qt/translations/qtconfig*.qm } diff -r f25a84c6254a -r 2b88f36eab80 sip3-dev/receipt --- a/sip3-dev/receipt Mon Sep 23 19:24:03 2024 +0200 +++ b/sip3-dev/receipt Tue Sep 24 13:23:01 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="Development files for sip3." MAINTAINER="allan316@gmail.com" LICENSE="GPL2 GPL3" -WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" +WEB_SITE="https://sip3.io/" WANTED="sip3" DEPENDS="sip3" diff -r f25a84c6254a -r 2b88f36eab80 sip3/receipt --- a/sip3/receipt Mon Sep 23 19:24:03 2024 +0200 +++ b/sip3/receipt Tue Sep 24 13:23:01 2024 +0000 @@ -6,7 +6,7 @@ SHORT_DESC="C/C++ Bindings Generator for Python v3." MAINTAINER="allan316@gmail.com" LICENSE="GPL2 GPL3" -WEB_SITE="https://www.riverbankcomputing.com/software/sip/intro" +WEB_SITE="https://sip3.io/" REPOLOGY="python:sip" TARBALL="sip-$VERSION.tar.gz" diff -r f25a84c6254a -r 2b88f36eab80 verbiste/receipt --- a/verbiste/receipt Mon Sep 23 19:24:03 2024 +0200 +++ b/verbiste/receipt Tue Sep 24 13:23:01 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="verbiste" -VERSION="0.1.47" +VERSION="0.1.49" CATEGORY="office" SHORT_DESC="A French conjugation system." MAINTAINER="pankso@slitaz.org" diff -r f25a84c6254a -r 2b88f36eab80 yandex-disk/receipt --- a/yandex-disk/receipt Mon Sep 23 19:24:03 2024 +0200 +++ b/yandex-disk/receipt Tue Sep 24 13:23:01 2024 +0000 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="yandex-disk" -VERSION="0.1.5.978" +VERSION="0.1.6.1080" CATEGORY="misc" SHORT_DESC="Yandex.Disk keeps your files with you at all times" MAINTAINER="al.bobylev@gmail.com" @@ -13,6 +13,13 @@ DEPENDS="gcc-lib-base glibc-base zlib" BUILD_DEPENDS="gettext" +# What is the latest version available today? +current_version() +{ + repo='http://repo.yandex.ru/yandex-disk/deb/pool/main/y/yandex-disk/' + wget -q -T10 -O- $repo | fgrep i386 | cut -d'"' -f2 | cut -d'_' -f2 +} + # Rules to configure and make the package. compile_rules() {