diff options
-rw-r--r-- | main/exo/APKBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/main/exo/APKBUILD b/main/exo/APKBUILD index 27c1c8049..d0fe6188a 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 } |