From 9668d6d6baa488a738ebba1b3c163f2052783a39 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Fri, 3 Jun 2022 02:24:41 +0300 Subject: [PATCH] packaging: kdelibs and kde-workspace dependencies and footprint files update Signed-off-by: Ivailo Monev --- packaging/debian/katana-workspace/control | 2 +- packaging/freebsd/katana-workspace/Makefile | 3 +-- packaging/freebsd/katana-workspace/pkg-plist | 4 ---- packaging/freebsd/katanalibs/pkg-plist | 1 - packaging/netbsd/kde-workspace/Makefile | 1 - packaging/netbsd/kde-workspace/PLIST.NetBSD | 3 --- packaging/netbsd/kde-workspace/PLIST.common | 2 -- packaging/netbsd/kdelibs/PLIST | 1 - 8 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 packaging/netbsd/kde-workspace/PLIST.NetBSD diff --git a/packaging/debian/katana-workspace/control b/packaging/debian/katana-workspace/control index e642723..ae29bc8 100644 --- a/packaging/debian/katana-workspace/control +++ b/packaging/debian/katana-workspace/control @@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9~), cmake, katie-dev, katanalibs, libxcb-composite0-dev, libxcb-damage0-dev, libxcb-xfixes0-dev, libxcb-render0-dev, libxcb-randr0-dev, libxcb-shape0-dev, libxcb-sync-dev, libxcb-render-util0-dev, libxcb-keysyms1-dev, libmtp-dev, libglu1-mesa-dev, - mesa-common-dev, libusb-1.0-0-dev, libssh-dev, libsmbclient-dev, libdrm-dev, + mesa-common-dev, libusb-1.0-0-dev, libssh-dev, libdrm-dev, libraw1394-dev [linux-any], libsensors4-dev, libegl-dev, libpci-dev, libopenexr-dev, libfreetype6-dev, libfontconfig1-dev, libkmod-dev, liblightdm-gobject-dev | liblightdm-gobject-1-dev, sudo, libdbusmenu-katie diff --git a/packaging/freebsd/katana-workspace/Makefile b/packaging/freebsd/katana-workspace/Makefile index fc6ed1e..0042aae 100644 --- a/packaging/freebsd/katana-workspace/Makefile +++ b/packaging/freebsd/katana-workspace/Makefile @@ -13,11 +13,10 @@ DISTFILES = master.tar.gz DIST_SUBDIR = ${PORTNAME} WRKSRC = ${WRKDIR}/kde-workspace-master -USES = compiler:c++11-lang pkgconfig cmake xorg samba gl shebangfix desktop-file-utils \ +USES = compiler:c++11-lang pkgconfig cmake xorg gl shebangfix desktop-file-utils \ shared-mime-info USE_XORG = x11 xinerama xcursor xfixes xrender xtst xdamage xcomposite xres xft xi xau \ xrandr xext ice sm xcb xxf86vm -USE_SAMBA = lib USE_GL = gl glu egl USE_LDCONFIG = yes SHEBANG_FILES = kcontrol/kfontinst/dbus/fontinst_x11 kate/part/syntax/data/generate-php.pl diff --git a/packaging/freebsd/katana-workspace/pkg-plist b/packaging/freebsd/katana-workspace/pkg-plist index 37be2f3..33736c2 100644 --- a/packaging/freebsd/katana-workspace/pkg-plist +++ b/packaging/freebsd/katana-workspace/pkg-plist @@ -351,12 +351,10 @@ lib/kio_floppy.so lib/kio_fonts.so lib/kio_mtp.so lib/kio_network.so -lib/kio_nfs.so lib/kio_recentdocuments.so lib/kio_remote.so lib/kio_settings.so lib/kio_sftp.so -lib/kio_smb.so lib/kio_thumbnail.so lib/kio_trash.so lib/kmediaplayerpart.so @@ -1954,7 +1952,6 @@ share/kde4/services/mtp.protocol share/kde4/services/netpref.desktop share/kde4/services/network.protocol share/kde4/services/networkinfocategory.desktop -share/kde4/services/nfs.protocol share/kde4/services/nic.desktop share/kde4/services/opengl.desktop share/kde4/services/plasma-applet-analogclock.desktop @@ -2173,7 +2170,6 @@ share/kde4/services/settings-workspace-appearance-and-behavior.desktop share/kde4/services/settings-workspace-behavior.desktop share/kde4/services/settings.protocol share/kde4/services/sftp.protocol -share/kde4/services/smb.protocol share/kde4/services/smbstatus.desktop share/kde4/services/solid-actions.desktop share/kde4/services/standard_actions.desktop diff --git a/packaging/freebsd/katanalibs/pkg-plist b/packaging/freebsd/katanalibs/pkg-plist index 6590caf..fd6ceea 100644 --- a/packaging/freebsd/katanalibs/pkg-plist +++ b/packaging/freebsd/katanalibs/pkg-plist @@ -1279,7 +1279,6 @@ share/apps/cmake/modules/FindPCIUTILS.cmake share/apps/cmake/modules/FindPoppler.cmake share/apps/cmake/modules/FindQalculate.cmake share/apps/cmake/modules/FindRAW1394.cmake -share/apps/cmake/modules/FindSamba.cmake share/apps/cmake/modules/FindSensors.cmake share/apps/cmake/modules/FindSharedMimeInfo.cmake share/apps/cmake/modules/FindSpeechd.cmake diff --git a/packaging/netbsd/kde-workspace/Makefile b/packaging/netbsd/kde-workspace/Makefile index ecab90d..73076da 100644 --- a/packaging/netbsd/kde-workspace/Makefile +++ b/packaging/netbsd/kde-workspace/Makefile @@ -98,6 +98,5 @@ DEPENDS += slocate-[0-9]*:../../sysutils/slocate .include "../../katana/libdbusmenu-katie/buildlink3.mk" # TODO: fails to build on Linux # .include "../../security/libssh/buildlink3.mk" -.include "../../net/samba/buildlink3.mk" .include "../../mk/libusb.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/packaging/netbsd/kde-workspace/PLIST.NetBSD b/packaging/netbsd/kde-workspace/PLIST.NetBSD deleted file mode 100644 index 583cd9a..0000000 --- a/packaging/netbsd/kde-workspace/PLIST.NetBSD +++ /dev/null @@ -1,3 +0,0 @@ -@comment $NetBSD$ -lib/kio_nfs.so -share/kde4/services/nfs.protocol diff --git a/packaging/netbsd/kde-workspace/PLIST.common b/packaging/netbsd/kde-workspace/PLIST.common index e34a345..fb1437a 100644 --- a/packaging/netbsd/kde-workspace/PLIST.common +++ b/packaging/netbsd/kde-workspace/PLIST.common @@ -352,7 +352,6 @@ lib/kio_network.so lib/kio_recentdocuments.so lib/kio_remote.so lib/kio_settings.so -lib/kio_smb.so lib/kio_thumbnail.so lib/kio_trash.so lib/kmediaplayerpart.so @@ -2162,7 +2161,6 @@ share/kde4/services/settings-window-behaviour.desktop share/kde4/services/settings-workspace-appearance-and-behavior.desktop share/kde4/services/settings-workspace-behavior.desktop share/kde4/services/settings.protocol -share/kde4/services/smb.protocol share/kde4/services/smbstatus.desktop share/kde4/services/solid-actions.desktop share/kde4/services/standard_actions.desktop diff --git a/packaging/netbsd/kdelibs/PLIST b/packaging/netbsd/kdelibs/PLIST index 9fcd133..648bc95 100644 --- a/packaging/netbsd/kdelibs/PLIST +++ b/packaging/netbsd/kdelibs/PLIST @@ -1280,7 +1280,6 @@ share/apps/cmake/modules/FindPCIUTILS.cmake share/apps/cmake/modules/FindPoppler.cmake share/apps/cmake/modules/FindQalculate.cmake share/apps/cmake/modules/FindRAW1394.cmake -share/apps/cmake/modules/FindSamba.cmake share/apps/cmake/modules/FindSensors.cmake share/apps/cmake/modules/FindSharedMimeInfo.cmake share/apps/cmake/modules/FindSpeechd.cmake