mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-misc/kdeconnect: Version bump 1.3.0
Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST kdeconnect-kde-1.3.0.tar.xz 281972 BLAKE2B 62e8b59bc661be7a17ef4e160411dff2150ea8639f69388f32453d3b0066ebc7333987b7df31241eac7d95b994f91347432226ef7f5d7bb864b87108fb974544 SHA512 837f6129393fc1e6d68c1c0cc7eea244bc1702fa4beb9bfc764d001077a890ff7c9a954de738ccabb3369f1a9a08325300514eecdbced939ad8e8b360a4b2045
|
||||
DIST kdeconnect-kde-v1.2.1.tar.xz 278612 BLAKE2B a0803f34232eca16baf2c00ea96ccc33be8c631b40041aa6cfffab933ba984ff95639ae3103bd6499583ac6ba0c8e70f50bd6db30ff3d50f93a5d9e232dec303 SHA512 d336350ce1698d1fc2aa2ee02a4fec9c7ce5eedbf346ec40d502f7b5c1c555a370f09a65d88d70ece09c4a7bcf240921df31f803215afce657c9b4cb113baa58
|
||||
|
||||
88
kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
Normal file
88
kde-misc/kdeconnect/kdeconnect-1.3.0.ebuild
Normal file
@@ -0,0 +1,88 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
FRAMEWORKS_MINIMAL="5.42.0"
|
||||
KDE_HANDBOOK="optional"
|
||||
KDE_TEST="true"
|
||||
KMNAME="${PN}-kde"
|
||||
KDE_SELINUX_MODULE="${PN}"
|
||||
inherit kde5
|
||||
|
||||
if [[ ${KDE_BUILD_TYPE} = release ]]; then
|
||||
SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${KMNAME}-${PV}.tar.xz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Adds communication between KDE Plasma and your smartphone"
|
||||
HOMEPAGE="https://www.kde.org/ https://community.kde.org/KDEConnect"
|
||||
LICENSE="GPL-2+"
|
||||
IUSE="app sms wayland"
|
||||
|
||||
DEPEND="
|
||||
$(add_frameworks_dep kcmutils)
|
||||
$(add_frameworks_dep kconfig)
|
||||
$(add_frameworks_dep kconfigwidgets)
|
||||
$(add_frameworks_dep kcoreaddons)
|
||||
$(add_frameworks_dep kdbusaddons)
|
||||
$(add_frameworks_dep ki18n)
|
||||
$(add_frameworks_dep kiconthemes)
|
||||
$(add_frameworks_dep kio)
|
||||
$(add_frameworks_dep knotifications)
|
||||
$(add_frameworks_dep kservice)
|
||||
$(add_frameworks_dep kwidgetsaddons)
|
||||
$(add_qt_dep qtdbus)
|
||||
$(add_qt_dep qtdeclarative)
|
||||
$(add_qt_dep qtgui)
|
||||
$(add_qt_dep qtnetwork)
|
||||
$(add_qt_dep qtwidgets)
|
||||
$(add_qt_dep qtx11extras)
|
||||
>=app-crypt/qca-2.1.0:2[qt5(+),ssl]
|
||||
x11-libs/libfakekey
|
||||
x11-libs/libX11
|
||||
x11-libs/libXtst
|
||||
app? ( $(add_frameworks_dep kdeclarative) )
|
||||
sms? ( $(add_frameworks_dep kpeople) )
|
||||
wayland? ( $(add_frameworks_dep kwayland) )
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
app? ( $(add_frameworks_dep kirigami) )
|
||||
sms? ( $(add_frameworks_dep kirigami) )
|
||||
wayland? ( $(add_plasma_dep kwin) )
|
||||
!kde-misc/kdeconnect:4
|
||||
"
|
||||
|
||||
RESTRICT+=" test"
|
||||
|
||||
src_prepare() {
|
||||
sed \
|
||||
-e 's#${LIBEXEC_INSTALL_DIR}#@KDE_INSTALL_FULL_LIBEXECDIR@#' \
|
||||
-i daemon/kdeconnectd.desktop.cmake || die
|
||||
|
||||
kde5_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DEXPERIMENTALAPP_ENABLED=$(usex app)
|
||||
-DSMSAPP_ENABLED=$(usex sms)
|
||||
$(cmake-utils_use_find_package wayland KF5Wayland)
|
||||
)
|
||||
|
||||
kde5_src_configure
|
||||
}
|
||||
|
||||
pkg_postinst(){
|
||||
kde5_pkg_postinst
|
||||
|
||||
elog
|
||||
elog "Optional dependency:"
|
||||
elog "net-fs/sshfs (for 'remote filesystem browser' plugin)"
|
||||
elog
|
||||
elog "The Android .apk file is available via"
|
||||
elog "https://play.google.com/store/apps/details?id=org.kde.kdeconnect_tp"
|
||||
elog "or via"
|
||||
elog "https://f-droid.org/repository/browse/?fdid=org.kde.kdeconnect_tp"
|
||||
elog
|
||||
}
|
||||
@@ -7,6 +7,7 @@
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="app">Enable experimental kcapp frontend</flag>
|
||||
<flag name="sms">Enable SMS support using <pkg>kde-frameworks/kpeople</pkg></flag>
|
||||
<flag name="wayland">Enable kwin_wayland support for mousepad plugin using <pkg>kde-frameworks/kwayland</pkg></flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user