aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-02-08 05:52:53 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-02-08 20:10:32 +0000
commit5f8c18f8490fb06bf92b4104cd549c66a1c6213f (patch)
tree3bc490e0aa3de3955e83e52c6feb901a854f589f
parentc514e591d566a5bb891788fd2d57f43bffd7ba1c (diff)
community/wbar: drop dependency on libglade
libglade has not been supported since 2009
-rw-r--r--community/wbar/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/wbar/APKBUILD b/community/wbar/APKBUILD
index dcd3804b100..7c4c450e6e8 100644
--- a/community/wbar/APKBUILD
+++ b/community/wbar/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: ScrumpyJack <scrumpyjack@st.ilet.to>
pkgname=wbar
pkgver=2.3.4
-pkgrel=3
+pkgrel=4
pkgdesc="Simple and customizable quick-launch desktop dock"
url="https://github.com/rodolf0/wbar"
arch="all"
license="GPL-3.0-only"
-makedepends="libglade-dev intltool imlib2-dev"
+makedepends="intltool imlib2-dev gettext-dev"
subpackages="
$pkgname-lang
$pkgname-doc
@@ -28,7 +28,8 @@ build() {
--host=$CHOST \
--prefix=/usr \
--exec_prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --disable-wbar-config
make
}