mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kstatusnotifieritem: 5.246.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
1
kde-frameworks/kstatusnotifieritem/Manifest
Normal file
1
kde-frameworks/kstatusnotifieritem/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST kstatusnotifieritem-5.246.0.tar.xz 45560 BLAKE2B fe864caf59a4dd65aba32d87dd559884bc0fe26091cb33b6d84b6578cfe827aaf65955248dc4386684f7bc84f7587ba8903afa82ca81016be8498447cf11faa2 SHA512 33fbf0efec0751d8e1a25809ba875ac185c3a183890392b0744d4095848788a85e59c9ef2fbe6031c413175f06522a4720624f1c26165238de06d20e392c54e0
|
||||
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PVCUT=$(ver_cut 1-2)
|
||||
QTMIN=6.6.0
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Implementation of Status Notifier Items"
|
||||
|
||||
LICENSE="LGPL-2+"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="X"
|
||||
|
||||
RDEPEND="
|
||||
>=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets]
|
||||
=kde-frameworks/kwindowsystem-${PVCUT}*:6[X?]
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND=">=dev-qt/qttools-${QTMIN}:6[linguist]"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITHOUT_X11=$(usex !X)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
17
kde-frameworks/kstatusnotifieritem/metadata.xml
Normal file
17
kde-frameworks/kstatusnotifieritem/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>kde@gentoo.org</email>
|
||||
<name>Gentoo KDE Project</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://bugs.kde.org/</bugs-to>
|
||||
<remote-id type="kde-invent">frameworks/kstatusnotifieritem</remote-id>
|
||||
</upstream>
|
||||
<slots>
|
||||
<subslots>
|
||||
Must only be used by packages that are known to use private parts of the Frameworks API.
|
||||
</subslots>
|
||||
</slots>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user