diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 12:14:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-04-30 12:16:08 +0000 |
commit | 8c86bbe871cbef95dc488e78c2d4541547a53abe (patch) | |
tree | acc70e8254dea9a32f5fced0511cc68a12b1cb47 /main/xfce4-cpufreq-plugin/APKBUILD | |
parent | 37ef2888e14dc1d27851947bfe74026666ca0db4 (diff) | |
download | aports-8c86bbe871cbef95dc488e78c2d4541547a53abe.tar.bz2 aports-8c86bbe871cbef95dc488e78c2d4541547a53abe.tar.xz |
main/xfce4-cpufreq-plugin: rebuild for xfce-4.10
Diffstat (limited to 'main/xfce4-cpufreq-plugin/APKBUILD')
-rw-r--r-- | main/xfce4-cpufreq-plugin/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/xfce4-cpufreq-plugin/APKBUILD b/main/xfce4-cpufreq-plugin/APKBUILD index bd472ff0dc..6d8aa81404 100644 --- a/main/xfce4-cpufreq-plugin/APKBUILD +++ b/main/xfce4-cpufreq-plugin/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-cpufreq-plugin pkgver=1.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="CPU frequency plugin for the Xfce4 panel" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" arch="all" @@ -9,6 +9,7 @@ license="GPL2" depends= makedepends="xfce4-panel-dev libxfcegui4-dev" install= +subpackages="$pkgname-lang" source="http://archive.xfce.org/src/panel-plugins/xfce4-cpufreq-plugin/${pkgver%.*}/xfce4-cpufreq-plugin-${pkgver}.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |