diff --git a/wmthrottle/.md5sum b/wmthrottle/.md5sum index f6cc4e559..8cf5bb830 100644 --- a/wmthrottle/.md5sum +++ b/wmthrottle/.md5sum @@ -1,2 +1 @@ -e891f740b0ab58952ebbaf05511f8de2 wmthrottle-0.1.1-acl-am.patch 79e080965f48bbfe08fc9a4d9031b1b5 wmthrottle-0.1.1.tar.bz2 diff --git a/wmthrottle/Pkgfile b/wmthrottle/Pkgfile index 541fdbfc1..3f1292e09 100644 --- a/wmthrottle/Pkgfile +++ b/wmthrottle/Pkgfile @@ -1,18 +1,20 @@ # Description: The version of wmthrottle dockapp that supports acpi/performance and Enhanced Speedstep # URL: http://rffr.de/acpi # Maintainer: Mikhail Kolesnik, mike at openbunker dot org -# Depends on: x11 +# Depends on: xorg name=wmthrottle version=0.1.1 -release=1 -source=(http://rffr.de/$name-$version.tar.bz2 \ - $name-$version-acl-am.patch) +release=2 +source=(http://rffr.de/$name-$version.tar.bz2) build() { cd $name-$version - patch -p1 -i $SRC/$name-$version-acl-am.patch - ./configure --prefix=/usr --disable-nls + aclocal + automake + autoconf + ./configure --prefix=/usr --disable-nls \ + --mandir=/usr/man make make DESTDIR=$PKG install } diff --git a/wmthrottle/README b/wmthrottle/README index 3e9ef4faa..fc0def9b8 100644 --- a/wmthrottle/README +++ b/wmthrottle/README @@ -10,4 +10,4 @@ RESOURCES PRECAUTION The 'make install' (from Pkgfile) will NOT suid the binary file. To allow -regular user to change throttling state do it manually. +regular user to change throttling state do it manually or use sudo.