# HG changeset patch # User Hans-G?nter Theisgen # Date 1656513333 -3600 # Node ID 962c37121e05388acd86a26310fc8be4b2ab9072 # Parent ebe8a20944ecfa421d3140729fa8d670ed490986 updated powertop (2.11 -> 2.14) diff -r ebe8a20944ec -r 962c37121e05 plymouth/receipt --- a/plymouth/receipt Wed Jun 29 15:26:46 2022 +0100 +++ b/plymouth/receipt Wed Jun 29 15:35:33 2022 +0100 @@ -51,7 +51,7 @@ cp -a $install/sbin $fs cp -a $install/lib/*.so* $fs/lib # 0.9.4 plymouth-log-viewer and rhgb-client no longer supplied - cp -a $install/usr/bin $fs/usr +# cp -a $install/usr/bin $fs/usr cp -a $install/usr/sbin $fs/usr cp -a $install/usr/lib/*.so* $fs/usr/lib cp -a $install/usr/lib/plymouth $fs/usr/lib diff -r ebe8a20944ec -r 962c37121e05 powertop/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/powertop/description.txt Wed Jun 29 15:35:33 2022 +0100 @@ -0,0 +1,5 @@ +PowerTOP is a Linux* tool used to diagnose issues with power consumption +and power management. +In addition to being a diagnostic tool, PowerTOP also has an interactive +mode you can use to experiment with various power management settings, +for cases where the Linux distribution has not enabled those settings. diff -r ebe8a20944ec -r 962c37121e05 powertop/receipt --- a/powertop/receipt Wed Jun 29 15:26:46 2022 +0100 +++ b/powertop/receipt Wed Jun 29 15:35:33 2022 +0100 @@ -1,20 +1,20 @@ # SliTaz package receipt. PACKAGE="powertop" -VERSION="2.11" +VERSION="2.14" CATEGORY="system-tools" TAGS="power-management" SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption." MAINTAINER="domcox@slitaz.org" LICENSE="GPL2" -WEB_SITE="http://www.lesswatts.org/projects/powertop/" +WEB_SITE="https://github.com/fenrus75/powertop" TARBALL="$PACKAGE-$VERSION.tar.gz" -WGET_URL="https://github.com/fenrus75/$PACKAGE/archive/v$VERSION.tar.gz" +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" DEPENDS="gcc83-lib-base libnl ncursesw pciutils zlib" -BUILD_DEPENDS="acl autoconf automake diffutils file gcc83 gettext libnl-dev - libtool ncursesw-dev pciutils-dev zlib-dev" +BUILD_DEPENDS="acl automake diffutils gcc83 gettext libnl-dev libtool ncursesw-dev + pciutils-dev zlib-dev" current_version() { @@ -27,6 +27,7 @@ { # sed -i 's/AC_PROG_LIBTOOL/AC_PROG_MKDIR_P\n&/' configure.ac # sed -i 's/(mkdir_p)/(MKDIR_P)/' po/Makefile.in.in + cp $stuff/version $src/scripts ./autogen.sh && @@ -40,6 +41,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr + cook_copy_folders sbin }