diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 17:28:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-11-15 17:28:09 +0000 |
commit | 88916f80546c2d30a22276f96141d7a8c3b74c4f (patch) | |
tree | 0e9ab96d097e78854e6fc32334d8cf47a93a3b5d /main | |
parent | a2383578b7684c6edd3c63052f066ba68ef8cb52 (diff) | |
download | aports-88916f80546c2d30a22276f96141d7a8c3b74c4f.tar.bz2 aports-88916f80546c2d30a22276f96141d7a8c3b74c4f.tar.xz |
main/xfce4-cpufreq-plugin: rebuild against xfce 4.8pre1
Diffstat (limited to 'main')
-rw-r--r-- | main/xfce4-cpufreq-plugin/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/xfce4-cpufreq-plugin/APKBUILD b/main/xfce4-cpufreq-plugin/APKBUILD index 344fdb2ab9..c838e6587a 100644 --- a/main/xfce4-cpufreq-plugin/APKBUILD +++ b/main/xfce4-cpufreq-plugin/APKBUILD @@ -1,12 +1,12 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-cpufreq-plugin pkgver=0.0.1 -pkgrel=1 +pkgrel=2 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" license="GPL2" depends= -makedepends="pkgconfig xfce4-panel-dev intltool libsm-dev" +makedepends="xfce4-panel-dev libxfcegui4-dev" install= source="http://goodies.xfce.org/releases/$pkgname/$pkgname-$pkgver.tar.gz" |