gui-apps/sddm-conf: add 0.3.0

Signed-off-by: Cailen Clancy <cailen114@gmail.com>
This commit is contained in:
Cailen Clancy
2025-05-17 10:42:00 +10:00
parent 4a94e79abe
commit ce117d7e52
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST sddm-conf-0.2.0.tar.gz 133748 BLAKE2B 14eafcd74a9f36b163ed782a3daf5ee9087065ee856ac461e4930b6b4b71d9f5a6afbb232745c2bfc8876745d036cc219c1e3202e8946f35e5e27fb860f1e85d SHA512 86530df07fb7d8b4f3fd849f2f39fe858f2e88979a6fb237d9ba78ab8c97f9e4fd56af84f3c57e8063388994ba45f35b73fc44fe36d0e64d901644b0bf2d8b22
DIST sddm-conf-0.3.0.tar.gz 137732 BLAKE2B ce376069ceada99757740a9e46373d7f546c71e6ade8c46dc0d8736b3349c89c29ff10c1a55abd43ec8d78cca0a0a855c2cab10c752fb537ee699fefe8bc1bc8 SHA512 79533bb47b496d041d96da407c5e9dff995bac7205cbcab6b8c36c0ceb26093c291840e80e030d7d14b134c0b597176c7de51e54973cc4868aeaf82c79425caa

View File

@@ -0,0 +1,32 @@
# Copyright 2024-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="SDDM configuration editor"
HOMEPAGE="https://qtilities.github.io/"
SRC_URI="https://github.com/qtilities/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-qt/qtbase:6[widgets]
sys-auth/polkit
x11-misc/sddm
"
DEPEND="${RDEPEND}"
BDEPEND="
dev-build/qtilitools
dev-qt/qttools:6[linguist]
"
src_configure() {
local mycmakeargs=(
-DPROJECT_QT_VERSION=6
)
cmake_src_configure
}