# HG changeset patch # User Hans-G?nter Theisgen # Date 1584027164 -3600 # Node ID 60bae8a22f66385bdbb1e592cb5db77bd3102935 # Parent 44cb5d13be95d9284d9a7d8623af6b95b2185e6e updated libuninameslist and libuninameslist-dev (20190305 -> 20190701) diff -r 44cb5d13be95 -r 60bae8a22f66 libuninameslist-dev/receipt --- a/libuninameslist-dev/receipt Thu Mar 12 16:27:01 2020 +0100 +++ b/libuninameslist-dev/receipt Thu Mar 12 16:32:44 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="libuninameslist-dev" -VERSION="20190305" +VERSION="20190701" CATEGORY="development" SHORT_DESC="Development files for libuninameslist." MAINTAINER="al.bobylev@gmail.com" LICENSE="other" WEB_SITE="https://github.com/fontforge/libuninameslist" +DEPENDS="libuninameslist pkg-config" WANTED="libuninameslist" -DEPENDS="libuninameslist pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r 44cb5d13be95 -r 60bae8a22f66 libuninameslist/receipt --- a/libuninameslist/receipt Thu Mar 12 16:27:01 2020 +0100 +++ b/libuninameslist/receipt Thu Mar 12 16:32:44 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libuninameslist" -VERSION="20190305" +VERSION="20190701" CATEGORY="misc" SHORT_DESC="A Library of Unicode names and annotation data." MAINTAINER="al.bobylev@gmail.com" @@ -12,7 +12,7 @@ WGET_URL="$WEB_SITE/archive/$VERSION.tar.gz" DEPENDS="" -BUILD_DEPENDS="cacerts autoconf automake libtool bash" +BUILD_DEPENDS="autoconf automake bash cacerts libtool" # Rules to configure and make the package. compile_rules() @@ -28,5 +28,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }