mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
net-p2p/syncthingtray: Bump to 2.0.7
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST syncthingtray-2.0.5.tar.gz 5998739 BLAKE2B a06b56b2d73f66e85ba1a999d7132de755ce9b9d8dbc4c4ae9b9446470de44d753175fcc2626ffe47104b665a4ec724002397be14cee17a225968ba8e17f38f5 SHA512 889efbf552a44a432304e5f6a9f7ed04f3a2e87a221818c6eb77b97a3d16824be70574fbd922954bb2d6d91a339a856dd848ba93c4a13e4e54ab2feeb8e18e53
|
||||
DIST syncthingtray-2.0.7.tar.gz 6018417 BLAKE2B 8405ed95f273b3607ddb6f5ddf2ab22838c41ba556352c4c0d88b672b28ac8e7e2f79a750cbee5b7b5f06ca5443db8fc2f1afd4db419c4c07c792ec866aa57af SHA512 725dd3c9e784dba34fcc917799850468337fc2b36db8718d5b832ac28711a246264a1f2c917214d636a23cfabafc1533734d2a1ec8a1b76401e32a5c768abe81
|
||||
|
||||
52
net-p2p/syncthingtray/syncthingtray-2.0.7.ebuild
Normal file
52
net-p2p/syncthingtray/syncthingtray-2.0.7.ebuild
Normal file
@@ -0,0 +1,52 @@
|
||||
# Copyright 2025-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
inherit cmake virtualx
|
||||
|
||||
DESCRIPTION="Tray application and Dolphin/Plasma integration for Syncthing"
|
||||
HOMEPAGE="https://github.com/Martchus/syncthingtray"
|
||||
|
||||
SRC_URI="https://github.com/Martchus/syncthingtray/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="kio plasmoid test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/boost
|
||||
dev-qt/qtbase:6[concurrent,network]
|
||||
dev-qt/qtsvg:6
|
||||
gui-libs/qtforkawesome[qt6(+)]
|
||||
gui-libs/qtutilities[qt6(+)]
|
||||
kio? ( kde-frameworks/kio:6 )
|
||||
plasmoid? ( kde-plasma/libplasma:6 )
|
||||
"
|
||||
RDEPEND="$DEPEND
|
||||
net-p2p/syncthing
|
||||
"
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-util/cppunit
|
||||
net-p2p/syncthing
|
||||
)
|
||||
plasmoid? ( kde-frameworks/extra-cmake-modules )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DCONFIGURATION_PACKAGE_SUFFIX_QTUTILITIES=-qt6
|
||||
-DQT_PACKAGE_PREFIX=Qt6
|
||||
-DKF_PACKAGE_PREFIX=KF6
|
||||
-DNO_FILE_ITEM_ACTION_PLUGIN=$(usex !kio)
|
||||
-DNO_PLASMOID=$(usex !plasmoid)
|
||||
-DEXCLUDE_TESTS_FROM_ALL=$(usex !test)
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
src_test() {
|
||||
virtx cmake_src_test
|
||||
}
|
||||
Reference in New Issue
Block a user