removing glade as a dependency

This commit is contained in:
jolupa 2020-04-08 18:56:31 +02:00
parent e743a51f10
commit c8d919d3fa
2 changed files with 10 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/jolupalabs.pub
RWS01t+diH9wh1uliablIgftybssri7V7SV0HCU+ifIFU4vXDIloYgqfqtL8zf0t+pjPzGwTbIM5ZSH0A7y/pUBBISNyZ0HVtQs=
SHA256 (Pkgfile) = f7dd007cb783648482ec486ce255a19e6d3765517260c755aaf42ccc46e97482
RWS01t+diH9wh/w2WDjCC4IuagGDKOxRYZNlwNJWHUIKsz/WJN3Ha2o9m7XdqIc3SnXWtQ/NAD4GuzlMJbUaTa5fRoWnX0wCOgk=
SHA256 (Pkgfile) = 073dc5172c0a0b0d70ca25f4b0ccc5df63c7afd1de48a777b6f2d95dd929affa
SHA256 (.footprint) = 96602c1df88cfc8bf0cc3fe7f77060eff01f996bc1a103315a514085433db523
SHA256 (libxfce4ui-4.15.2.tar.bz2) = cbab99954099394ea579e83761458c735b773fdca9b2bfa87fb94376846ac900

View File

@ -1,11 +1,11 @@
# Description: Graphic widgets helpers for Xfce
# URL: https://www.xfce.org
# Maintainer: jolupa, jlpavon at me dot com
# Depends on: libxfce4util gtk3 xfconf startup-notification glade libgtop
# Depends on: libxfce4util gtk3 xfconf startup-notification libgtop
name=libxfce4ui
version=4.15.2
release=1
release=2
source=(http://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2)
build() {
@ -13,12 +13,13 @@ build() {
cd $name-$version
./configure \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--prefix=/usr \
--libexecdir=/usr/lib/$name \
--sysconfdir=/etc \
--enable-glibtop \
--enable-introspection=no \
--enable-gtk-docs=no
--disable-glade \
--enable-glibtop \
--enable-introspection=no \
--enable-gtk-docs=no
make
make DESTDIR=$PKG install