mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
kde-frameworks/kdesu: 6.16.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST kdesu-6.13.0.tar.xz 56700 BLAKE2B 258edc25ae34de5b1ab41641cb56b06820092afd281c0ca9d3d2879efbccca40ca6792dbcb2bc2abe8cf168af161450d562752f12e3f9b01e8ad248ee6ce3d2e SHA512 5056cbc0c27dfa12d0f5908fdba911bb526a13699542b68274116ea9a13093883b7e9b57dba398c111cb8c780c104b68db0c177b6237f1eef014c04c1f55e759
|
||||
DIST kdesu-6.15.0.tar.xz 57012 BLAKE2B b57157c0c35270de45d49e41e574fac0fde45fdfca02485676168daac04a52722d62db22ea518a8ea19f677b4b57ad7a19591fa5ca23a7bcaacbe5ef672c6a30 SHA512 527a156a4bb4bae34626ca1dd0e98d29b138f0e22110eb70fbf0fe91393601aae82beaaac8876740d9f3136f709b2b25a632210d909103b6611381324aa382bf
|
||||
DIST kdesu-6.16.0.tar.xz 57016 BLAKE2B f1133ca70315faf14496d08a6f7e8ef9fd75ed5390d5cd060b815aea9e38628ce51b52294d6bc3db7de2bbd1e9ee460df431f526153ec9050fff98d6d9b34cc0 SHA512 37fa943f5eb9ea53207273a1c37c066b99ee6b064de520b1ed19943d5a1429e560ab200f20bdf0317a9dd70151ab8d8b79fc5abe89328cfde5b7f0b6a36d035f
|
||||
|
||||
32
kde-frameworks/kdesu/kdesu-6.16.0.ebuild
Normal file
32
kde-frameworks/kdesu/kdesu-6.16.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
ECM_TEST="true"
|
||||
inherit ecm frameworks.kde.org
|
||||
|
||||
DESCRIPTION="Framework to handle super user actions"
|
||||
|
||||
LICENSE="LGPL-2"
|
||||
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
|
||||
IUSE="X"
|
||||
|
||||
RDEPEND="
|
||||
=kde-frameworks/kconfig-${KDE_CATV}*:6
|
||||
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
|
||||
=kde-frameworks/ki18n-${KDE_CATV}*:6
|
||||
=kde-frameworks/kpty-${KDE_CATV}*:6
|
||||
X? ( x11-libs/libX11 )
|
||||
"
|
||||
DEPEND="${RDEPEND}
|
||||
X? ( x11-base/xorg-proto )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
$(cmake_use_find_package X X11)
|
||||
)
|
||||
|
||||
ecm_src_configure
|
||||
}
|
||||
Reference in New Issue
Block a user