# HG changeset patch # User Dominique Corbex # Date 1271788430 -7200 # Node ID e73f4da5da345b71fe118153fb30938cd52ce424 # Parent b1c80961bb47ddc200ab0cee856294c521d61b52 powertop: fix UTF-8 display bug diff -r b1c80961bb47 -r e73f4da5da34 powertop/receipt --- a/powertop/receipt Tue Apr 20 20:04:38 2010 +0200 +++ b/powertop/receipt Tue Apr 20 20:33:50 2010 +0200 @@ -5,8 +5,8 @@ CATEGORY="system-tools" SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption" MAINTAINER="domcox@slitaz.org" -DEPENDS="ncurses" -BUILD_DEPENDS="ncurses-dev" +DEPENDS="ncursesw" +BUILD_DEPENDS="acl gettext ncursesw-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.lesswatts.org/projects/powertop/" WGET_URL="http://www.lesswatts.org/projects/powertop/download/$TARBALL" @@ -15,7 +15,6 @@ compile_rules() { cd $src - sed -i 's/lncursesw/lncurses/g' Makefile make make DESTDIR=$PWD/_pkg install }