# HG changeset patch # User Hans-G?nter Theisgen # Date 1584634946 -3600 # Node ID 3efc63bc3bbba7fd166551d228d79e8bccb672a2 # Parent 33169ece31b858ed73ab4d26995e772eecfedb94 updated mobile-broadband-provider-info again (20190116 -> 20190618) diff -r 33169ece31b8 -r 3efc63bc3bbb mobile-broadband-provider-info-dev/receipt --- a/mobile-broadband-provider-info-dev/receipt Thu Mar 19 17:17:33 2020 +0100 +++ b/mobile-broadband-provider-info-dev/receipt Thu Mar 19 17:22:26 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mobile-broadband-provider-info-dev" -VERSION="20190116" +VERSION="20190618" CATEGORY="development" SHORT_DESC="Service Provider Database - development files." MAINTAINER="domcox@slitaz.org" @@ -9,12 +9,11 @@ WEB_SITE="https://wiki.gnome.org/Projects/NetworkManager/MobileBroadband/ServiceProviders" DEPENDS="mobile-broadband-provider-info pkg-config" -BUILD_DEPENDS="" WANTED="mobile-broadband-provider-info" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/share/pkgconfig $fs/usr/lib + cp -a $install/usr/share/pkgconfig $fs/usr/lib } diff -r 33169ece31b8 -r 3efc63bc3bbb mobile-broadband-provider-info/receipt --- a/mobile-broadband-provider-info/receipt Thu Mar 19 17:17:33 2020 +0100 +++ b/mobile-broadband-provider-info/receipt Thu Mar 19 17:22:26 2020 +0100 @@ -12,7 +12,7 @@ WGET_URL="$GNOME_MIRROR/$PACKAGE/$VERSION/$TARBALL" DEPENDS="" -BUILD_DEPENDS="" +BUILD_DEPENDS="libxslt" # Rules to configure and make the package. compile_rules()