mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-15 20:12:20 +01:00
xfce4-panel: remove redundant deps, listed vala as optional
This commit is contained in:
parent
056fa81c45
commit
2a7a4b5e14
@ -167,10 +167,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.systray.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.tasklist.svg
|
||||
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.windowmenu.svg
|
||||
drwxr-xr-x root/root usr/share/vala/
|
||||
drwxr-xr-x root/root usr/share/vala/vapi/
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4panel-2.0.deps
|
||||
-rw-r--r-- root/root usr/share/vala/vapi/libxfce4panel-2.0.vapi
|
||||
drwxr-xr-x root/root usr/share/xfce4/
|
||||
drwxr-xr-x root/root usr/share/xfce4/panel/
|
||||
drwxr-xr-x root/root usr/share/xfce4/panel/plugins/
|
||||
|
@ -1,7 +1,8 @@
|
||||
# Description: Xfce's panel
|
||||
# URL: https://www.xfce.org
|
||||
# Maintainer: mac-a-r0ni, j at lngn dot net
|
||||
# Depends on: exo garcon libwnck-gtk3 libxfce4ui desktop-file-utils libdbusmenu-gtk3 gobject-introspection vala
|
||||
# Depends on: desktop-file-utils exo garcon libdbusmenu-gtk3 libxfce4windowing
|
||||
# Optional: vala
|
||||
|
||||
name=xfce4-panel
|
||||
version=4.20.0
|
||||
@ -12,13 +13,15 @@ build() {
|
||||
|
||||
cd $name-$version
|
||||
|
||||
./configure \
|
||||
prt-get isinst vala || PKGMK_XFCEPANEL+=' --disable-vala'
|
||||
|
||||
./configure $PKGMK_XFCEPANEL \
|
||||
--prefix=/usr \
|
||||
--libexecdir=/usr/lib/$name \
|
||||
--sysconfdir=/etc \
|
||||
--disable-debug \
|
||||
--disable-nls \
|
||||
--disable-gtk-doc
|
||||
--disable-gtk-doc \
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
Loading…
x
Reference in New Issue
Block a user