libxfce4ui: update spkgbuild, remove gtk2 dep

This commit is contained in:
Luis
2023-08-24 07:00:06 +00:00
parent fb865a1928
commit 436cdce160
2 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
libxfce4ui-4.18.4-1
libxfce4ui-4.18.4-2
drwxr-xr-x root/root etc/
drwxr-xr-x root/root etc/xdg/
drwxr-xr-x root/root etc/xdg/xfce4/

View File

@@ -1,9 +1,10 @@
# description : GTK+ 2 widgets that are used by other Xfce applications
# depends : gtk2 xfconf gtk3 startup-notification libxfce4util
# description : Widgets library for the Xfce desktop environment
# homepage : https://www.xfce.org/
# depends : gtk3 libxfce4util startup-notification xfconf
name=libxfce4ui
version=4.18.4
release=1
release=2
source="http://archive.xfce.org/src/xfce/$name/${version%.*}/$name-$version.tar.bz2"
build() {
@@ -12,5 +13,4 @@ build() {
./configure --prefix=/usr --sysconfdir=/etc
make
make DESTDIR=$PKG install
}