x11-misc/aerial-sddm-theme: treeclean

Signed-off-by: David Roman <stkw0@disroot.org>
This commit is contained in:
David Roman
2026-06-29 11:23:31 +02:00
parent 9445d0d55f
commit d7a306fdf1
5 changed files with 0 additions and 81 deletions

View File

@@ -42,11 +42,6 @@ net-p2p/dogecoin-qt
# Removal after 2026-06-21
x11-drivers/xf86-input-xppen
# David Roman <stkw0@disroot.org> (2026-05-21)
# Unmaintained upstream, depends on masked Qt5
# Removal after 2026-06-21
x11-misc/aerial-sddm-theme
# Daichi Yamamoto <dev@dyama.net> (2026-06-19)
# https://bugs.gentoo.org/975028
# https://bugs.gentoo.org/975042

View File

@@ -1 +0,0 @@
DIST aerial-sddm-theme-0_pre20191018.tar.gz 26843113 BLAKE2B 76cb47f2e75b571bb969b1c4a3767a9dd36c67f506dcbadc49fa365bb47409928f8f8ccb5c76e5d26488f29452d6f0a98b4d41d596845840951b7a83811abb7f SHA512 b5709a0d60172558a3fbfe784591d25683fb2656fc3a684defd5579517991ccb3a96aa1e7f8b847c80acb0b5d23d080c152ec586a40fb8805e4b7931464aafdc

View File

@@ -1,32 +0,0 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="SDDM theme with Apple TV Aerial videos"
HOMEPAGE="https://github.com/3ximus/aerial-sddm-theme"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/3ximus/aerial-sddm-theme.git"
else
COMMIT=1a8a5ba00aa4a98fcdc99c9c1547d73a2a64c1bf
SRC_URI="https://github.com/3ximus/aerial-sddm-theme/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${COMMIT}"
fi
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
media-libs/gst-plugins-good
dev-qt/qtmultimedia:=[alsa,gstreamer,qml,widgets]
dev-qt/qtgraphicaleffects
dev-qt/qtquickcontrols
"
src_install() {
insinto /usr/share/sddm/themes/aerial
doins -r components playlists screens Main.qml theme.conf theme.conf.user
}

View File

@@ -1,32 +0,0 @@
# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="SDDM theme with Apple TV Aerial videos"
HOMEPAGE="https://github.com/3ximus/aerial-sddm-theme"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/3ximus/aerial-sddm-theme.git"
else
COMMIT=1a8a5ba00aa4a98fcdc99c9c1547d73a2a64c1bf
SRC_URI="https://github.com/3ximus/aerial-sddm-theme/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${COMMIT}"
fi
LICENSE="GPL-2"
SLOT="0"
RDEPEND="
media-libs/gst-plugins-good
dev-qt/qtmultimedia:=[alsa,gstreamer,qml,widgets]
dev-qt/qtgraphicaleffects
dev-qt/qtquickcontrols
"
src_install() {
insinto /usr/share/sddm/themes/aerial
doins -r components playlists screens Main.qml theme.conf theme.conf.user
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<upstream>
<remote-id type="github">3ximus/aerial-sddm-theme</remote-id>
</upstream>
</pkgmetadata>