aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-01-04 10:59:33 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-01-04 11:00:00 +0000
commit85ea8f2de90b68387f3aca198643cc75d0e1fd65 (patch)
tree15aa6d2125b6a1a26938b272c909a59feb1af6f1
parent797eee9b28eaeddd6f133e171443ae3580f7af0b (diff)
community/libxfce4ui: enable libgtop and epoxy
to show system info in the about dialog
-rw-r--r--community/libxfce4ui/APKBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/community/libxfce4ui/APKBUILD b/community/libxfce4ui/APKBUILD
index a392147967d..b64ec0263ec 100644
--- a/community/libxfce4ui/APKBUILD
+++ b/community/libxfce4ui/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxfce4ui
pkgver=4.16.0
-pkgrel=0
+pkgrel=1
pkgdesc="Widgets library for the Xfce desktop environment"
url="https://xfce.org/"
arch="all"
@@ -10,7 +10,8 @@ license="GPL-2.0-only"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends_dev="startup-notification-dev intltool"
makedepends="$depends_dev gtk+3.0-dev libxfce4util-dev xfconf-dev
- glade-dev gtk-doc gobject-introspection-dev"
+ glade-dev gtk-doc gobject-introspection-dev libgtop-dev
+ libepoxy-dev"
source="https://archive.xfce.org/src/xfce/libxfce4ui/${pkgver%.*}/libxfce4ui-$pkgver.tar.bz2"
build() {
@@ -24,7 +25,9 @@ build() {
--with-vendor-info="${DISTRO_NAME:-Alpine Linux}" \
--disable-static \
--enable-introspection \
- --enable-gtk-doc
+ --enable-gtk-doc \
+ --enable-glibtop \
+ --enable-epoxy
make
}