diff options
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 |