Skip to content
Snippets Groups Projects
Commit 85ea8f2d authored by Natanael Copa's avatar Natanael Copa
Browse files

community/libxfce4ui: enable libgtop and epoxy

to show system info in the about dialog
parent 797eee9b
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxfce4ui pkgname=libxfce4ui
pkgver=4.16.0 pkgver=4.16.0
pkgrel=0 pkgrel=1
pkgdesc="Widgets library for the Xfce desktop environment" pkgdesc="Widgets library for the Xfce desktop environment"
url="https://xfce.org/" url="https://xfce.org/"
arch="all" arch="all"
...@@ -10,7 +10,8 @@ license="GPL-2.0-only" ...@@ -10,7 +10,8 @@ license="GPL-2.0-only"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
depends_dev="startup-notification-dev intltool" depends_dev="startup-notification-dev intltool"
makedepends="$depends_dev gtk+3.0-dev libxfce4util-dev xfconf-dev 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" source="https://archive.xfce.org/src/xfce/libxfce4ui/${pkgver%.*}/libxfce4ui-$pkgver.tar.bz2"
build() { build() {
...@@ -24,7 +25,9 @@ build() { ...@@ -24,7 +25,9 @@ build() {
--with-vendor-info="${DISTRO_NAME:-Alpine Linux}" \ --with-vendor-info="${DISTRO_NAME:-Alpine Linux}" \
--disable-static \ --disable-static \
--enable-introspection \ --enable-introspection \
--enable-gtk-doc --enable-gtk-doc \
--enable-glibtop \
--enable-epoxy
make make
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment