diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-25 18:50:28 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-10-25 18:54:07 +0000 |
commit | 9edf388fc975f6045b9bcc503e48ecd948672ee0 (patch) | |
tree | ffa98b461fb20d77f22ccfd20ff69a0bb6edcbcf /main/xfce4-notes-plugin | |
parent | 0b195ab7e203bf9273843b54ffbe458903725fe8 (diff) | |
download | aports-9edf388fc975f6045b9bcc503e48ecd948672ee0.tar.bz2 aports-9edf388fc975f6045b9bcc503e48ecd948672ee0.tar.xz |
main/xfce4-note-plugin: split out translations to -lang subpackage
Diffstat (limited to 'main/xfce4-notes-plugin')
-rw-r--r-- | main/xfce4-notes-plugin/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/xfce4-notes-plugin/APKBUILD b/main/xfce4-notes-plugin/APKBUILD index 3cdb65ae65..02103e53d8 100644 --- a/main/xfce4-notes-plugin/APKBUILD +++ b/main/xfce4-notes-plugin/APKBUILD @@ -1,8 +1,8 @@ # Contributor: -# Maintainer: +# Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xfce4-notes-plugin pkgver=1.7.7 -pkgrel=2 +pkgrel=3 pkgdesc="Notes plugin for the Xfce4 desktop" url="http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" arch="all" @@ -10,7 +10,7 @@ license="GPL" depends= makedepends="xfce4-panel-dev libunique-dev libxfcegui4-dev" install= -subpackages= +subpackages="$pkgname-lang" source="http://archive.xfce.org/src/panel-plugins/xfce4-notes-plugin/1.7/xfce4-notes-plugin-$pkgver.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver |