From c80602214451586dab65e1f3b76f23d43ac113bc Mon Sep 17 00:00:00 2001 From: Domenico Panella Date: Tue, 13 Jul 2021 19:08:52 +0200 Subject: [PATCH] New package : kdenetwork-filesharing --- common/shlibs | 1 + srcpkgs/kdenetwork-filesharing/template | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 srcpkgs/kdenetwork-filesharing/template diff --git a/common/shlibs b/common/shlibs index 9df122c0edfe..d3b07bec622e 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4018,3 +4018,4 @@ libXcompshad.so.3 nx-libs-3.5.99.24_1 libNX_X11.so.6 nx-libs-3.5.99.24_1 librnnoise.so.0 rnnoise-0.4.1_1 liblhasa.so.0 lhasa-0.3.1_2 +sambausershareplugin.so kdenetwork-filesharing-21.04.3_1 diff --git a/srcpkgs/kdenetwork-filesharing/template b/srcpkgs/kdenetwork-filesharing/template new file mode 100644 index 000000000000..c6f6b4b07d52 --- /dev/null +++ b/srcpkgs/kdenetwork-filesharing/template @@ -0,0 +1,20 @@ +# Template file for 'kdenetwork-filesharing' +pkgname=kdenetwork-filesharing +version=21.04.3 +revision=1 +build_style=cmake +hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools kcoreaddons + $(vopt_if samba 'samba') gettext ki18n kauth" +makedepends="kconfig-devel kio-devel kdeclarative-devel + $(vopt_if samba 'samba-devel')" +depends="dolphin $(vopt_if samba 'samba')" +short_desc="Samba file sharing plugin for file properties" +maintainer="Domenico Panella " +license="GPL-2.0-or-later" +homepage="https://apps.kde.org/kdenetwork_filesharing" +distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz" +checksum=51bea2651b9d59ab254d3fb0e031c31ccb77143bb9f5e97e8e8df6d120c3814f +shlib_provides="sambausershareplugin.so" +build_options="samba" +build_options_default="samba" +desc_option_samba="Enable support for samba"