diff options
author | 2019-01-10 09:30:23 +0100 | |
---|---|---|
committer | 2019-01-10 16:50:00 +0100 | |
commit | f1b6a4697cb6bd8b01b005cca0996982fd736a2d (patch) | |
tree | 9b2799b0df1355e0ee40b8c909752698a0803837 /kde-apps/kdenetwork-filesharing | |
parent | app-emulation/libvirt: init submodules for live ebuild (diff) | |
download | gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.gz gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.tar.bz2 gentoo-f1b6a4697cb6bd8b01b005cca0996982fd736a2d.zip |
kde-apps: Add KDE Applications 18.12.1
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kdenetwork-filesharing')
-rw-r--r-- | kde-apps/kdenetwork-filesharing/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.1.ebuild | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kde-apps/kdenetwork-filesharing/Manifest b/kde-apps/kdenetwork-filesharing/Manifest index 10c400f27b65..d356295f4d11 100644 --- a/kde-apps/kdenetwork-filesharing/Manifest +++ b/kde-apps/kdenetwork-filesharing/Manifest @@ -1,2 +1,3 @@ DIST kdenetwork-filesharing-18.08.3.tar.xz 313048 BLAKE2B 66be8fbb524ad9b6e650f33fdc8dbb41d2553d279219a7a7e9bcad2670620ea56c5b110c4189770dc753e40874b159db3e59419cc7b9d09f92bfcd020b306da2 SHA512 facf42254ccaadc6779683e6b8297bfbc7a4ff03647caeb0128e0f1a4dd68741d95358b32ae851b79155903d302e49c98e761bd442f9b63c2f2d878816f2fc37 DIST kdenetwork-filesharing-18.12.0.tar.xz 312764 BLAKE2B dab115ea63a4f45f54d4e472b479680e41ac68412644a21508c697185cfead7224e281e73ac49b07dc8ebee41a22e0e2bd6d3047c9e480dafe66424413b4af67 SHA512 071a927a1dd640ca3a9da961cf000f1350f877775fd67a36bc54e5ff5b3847a764be31ca46240ccf6c5a4811e96e449b7b972278a7885af45c6bd33fac5e320c +DIST kdenetwork-filesharing-18.12.1.tar.xz 312752 BLAKE2B 2d620cb6cb63b0a663aaf137b71b0979d53673579325bae2554bfdcc542e542cfcb44bdfa9dceb29b26261bc7bae13db3ee3288fc52fa4b022345652c9ab1502 SHA512 bafbe37d6e6664db71d0ac294254138d797b8b7b08686f71b3ba17044fdfa8d5a11f3a0e88ced12d2274613adbb745656ada9b88fce9636a6009cd78fd149790 diff --git a/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.1.ebuild b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.1.ebuild new file mode 100644 index 000000000000..dc2fdf06d313 --- /dev/null +++ b/kde-apps/kdenetwork-filesharing/kdenetwork-filesharing-18.12.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="kcontrol filesharing config module for SMB" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + -DCMAKE_DISABLE_FIND_PACKAGE_PackageKitQt5=ON + ) + + kde5_src_configure +} |