# HG changeset patch # User Hans-G?nter Theisgen # Date 1658587039 -3600 # Node ID f606a1532612132a8f3b5cb7908cc762498be8ca # Parent be6d790548d744e5867a6cff856e630aeec972df updated subversion, subversion-dev and libsvn (1.13.0 -> 1.14.2) diff -r be6d790548d7 -r f606a1532612 libsvn/receipt --- a/libsvn/receipt Sat Jul 23 14:59:58 2022 +0100 +++ b/libsvn/receipt Sat Jul 23 15:37:19 2022 +0100 @@ -1,20 +1,19 @@ # SliTaz package receipt. PACKAGE="libsvn" -VERSION="1.13.0" +VERSION="1.14.2" CATEGORY="system-tools" -SHORT_DESC="Subversion Source Code Management access" +SHORT_DESC="Subversion Source Code Management access." MAINTAINER="lehswe@gmail.com" LICENSE="Apache" +WEB_SITE="https://subversion.apache.org/" + +DEPENDS="apr expat libcomerr libcomerr3 libgnutls libkrb5 libsasl + libsqlite libssl neon util-linux-uuid zlib" WANTED="subversion" -WEB_SITE="http://subversion.tigris.org" - -DEPENDS="apr libsasl libssl libkrb5 util-linux-uuid expat zlib neon libsqlite \ -libgnutls libcomerr libcomerr3" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cook_copy_files *.so* } diff -r be6d790548d7 -r f606a1532612 subversion-dev/receipt --- a/subversion-dev/receipt Sat Jul 23 14:59:58 2022 +0100 +++ b/subversion-dev/receipt Sat Jul 23 15:37:19 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="subversion-dev" -VERSION="1.13.0" +VERSION="1.14.2" CATEGORY="development" SHORT_DESC="Subversion Source Code Management access - development files." MAINTAINER="lehswe@gmail.com" @@ -14,8 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/include $fs/usr - cp -a $install/usr/lib/*.*a $fs/usr/lib + cook_copy_folders include + cook_copy_files *.*a } diff -r be6d790548d7 -r f606a1532612 subversion-lang/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subversion-lang/receipt Sat Jul 23 15:37:19 2022 +0100 @@ -0,0 +1,17 @@ +# SliTaz package receipt. + +PACKAGE="subversion-lang" +VERSION="1.14.2" +CATEGORY="localization" +SHORT_DESC="Subversion Source Code Management access - localised messages." +MAINTAINER="maintainer@slitaz.org" +LICENSE="Apache" +WEB_SITE="https://subversion.apache.org" + +WANTED="subversion" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + cook_copy_folders locale +} diff -r be6d790548d7 -r f606a1532612 subversion/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/subversion/description.txt Sat Jul 23 15:37:19 2022 +0100 @@ -0,0 +1,7 @@ +Apache Subversion is a full-featured version control system +originally designed to be a better CVS. +Subversion has since expanded beyond its original goal of +replacing CVS, but its basic model, design, and interface +remain heavily influenced by that goal. +Even today, Subversion should still feel very familiar to +CVS users. diff -r be6d790548d7 -r f606a1532612 subversion/receipt --- a/subversion/receipt Sat Jul 23 14:59:58 2022 +0100 +++ b/subversion/receipt Sat Jul 23 15:37:19 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="subversion" -VERSION="1.13.0" +VERSION="1.14.2" CATEGORY="development" SHORT_DESC="Subversion Source Code Management access." MAINTAINER="lehswe@gmail.com" @@ -9,8 +9,9 @@ WEB_SITE="https://subversion.apache.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="https://archive.apache.org/dist/$PACKAGE/$TARBALL" +WGET_URL="https://www.apache.org/dist/$PACKAGE/$TARBALL" +SUGGESTED="subversion-lang" DEPENDS="apr-util libsqlite libsvn lz4-lib" BUILD_DEPENDS="apache-dev apr-dev apr-util-dev expat-dev krb5-dev lz4-dev mysql-dev neon-dev python-dev sqlite-dev util-linux-uuid-dev" @@ -30,13 +31,12 @@ --with-utf8proc=internal \ $CONFIGURE_ARGS && sed -i 's/^INSTALL_APACHE_MODS =.*/INSTALL_APACHE_MODS = false/' Makefile && - make -j1 && - make -j1 DESTDIR=$DESTDIR install + make && + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin }