aboutsummaryrefslogtreecommitdiffstats
path: root/main/exo/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-10-31 13:07:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-10-31 13:07:21 +0000
commit835c8a848e30985242f4a2ed289f6ed4fead5253 (patch)
treea913095bd4b3114ce4d0ae85396c64f3e656b0fe /main/exo/APKBUILD
parent47ceb8e615b108096adfa41151fa41a6544a7596 (diff)
main/exo: split -lang
Diffstat (limited to 'main/exo/APKBUILD')
-rw-r--r--main/exo/APKBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/main/exo/APKBUILD b/main/exo/APKBUILD
index 27c1c80492f..d0fe6188a29 100644
--- a/main/exo/APKBUILD
+++ b/main/exo/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=exo
pkgver=0.6.2
-pkgrel=0
+pkgrel=1
pkgdesc="Extensions to Xfce by os-cillation"
url="http://www.os-cillation.com/article.php?sid=40"
arch="all"
license="GPL-2 LGPL-2"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends="hicolor-icon-theme"
makedepends="libxfce4util-dev perl perl-uri gtk+-dev libnotify-dev"
install=
@@ -21,7 +21,6 @@ build() {
--localstatedir=/var \
--disable-static \
--disable-python \
- --enable-notifications \
|| return 1
make || return 1
}