diff options
author | 2020-06-08 10:13:13 -0400 | |
---|---|---|
committer | 2020-06-08 10:13:13 -0400 | |
commit | cf408f4482bfed4df8f208aa1f86e3291b58dd3c (patch) | |
tree | 9bae3b63abc812940c273a5e32d9122402bff7a4 /x11-misc/aerial-sddm-theme | |
parent | mail-client/mutt-wizard: deleted - now in the main tree (diff) | |
download | guru-cf408f4482bfed4df8f208aa1f86e3291b58dd3c.tar.gz guru-cf408f4482bfed4df8f208aa1f86e3291b58dd3c.tar.bz2 guru-cf408f4482bfed4df8f208aa1f86e3291b58dd3c.zip |
x11-misc/aerial-sddm-theme: eye candy theme for sddm
adds support for apple live videos and animated
wallpapers
customizable via simple config files
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
Diffstat (limited to 'x11-misc/aerial-sddm-theme')
-rw-r--r-- | x11-misc/aerial-sddm-theme/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/aerial-sddm-theme/aerial-sddm-theme-20191018.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild | 36 | ||||
-rw-r--r-- | x11-misc/aerial-sddm-theme/metadata.xml | 12 |
4 files changed, 85 insertions, 0 deletions
diff --git a/x11-misc/aerial-sddm-theme/Manifest b/x11-misc/aerial-sddm-theme/Manifest new file mode 100644 index 000000000..40151dbd3 --- /dev/null +++ b/x11-misc/aerial-sddm-theme/Manifest @@ -0,0 +1 @@ +DIST aerial-sddm-theme-20191018.tar.gz 26843113 BLAKE2B 76cb47f2e75b571bb969b1c4a3767a9dd36c67f506dcbadc49fa365bb47409928f8f8ccb5c76e5d26488f29452d6f0a98b4d41d596845840951b7a83811abb7f SHA512 b5709a0d60172558a3fbfe784591d25683fb2656fc3a684defd5579517991ccb3a96aa1e7f8b847c80acb0b5d23d080c152ec586a40fb8805e4b7931464aafdc diff --git a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-20191018.ebuild b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-20191018.ebuild new file mode 100644 index 000000000..e740a4516 --- /dev/null +++ b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-20191018.ebuild @@ -0,0 +1,36 @@ +# Copyright 2019-2020 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" +IUSE="" + +DEPEND="" +RDEPEND=" + media-libs/phonon:=[gstreamer] + media-libs/gst-plugins-good + dev-qt/qtmultimedia:=[alsa,gstreamer,qml,widgets] + dev-qt/qtgraphicaleffects + dev-qt/qtquickcontrols +" +BDEPEND="" + +src_install() { + insinto /usr/share/sddm/themes/aerial + doins -r components playlists screens Main.qml theme.conf theme.conf.user +} diff --git a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild new file mode 100644 index 000000000..e740a4516 --- /dev/null +++ b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild @@ -0,0 +1,36 @@ +# Copyright 2019-2020 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" +IUSE="" + +DEPEND="" +RDEPEND=" + media-libs/phonon:=[gstreamer] + media-libs/gst-plugins-good + dev-qt/qtmultimedia:=[alsa,gstreamer,qml,widgets] + dev-qt/qtgraphicaleffects + dev-qt/qtquickcontrols +" +BDEPEND="" + +src_install() { + insinto /usr/share/sddm/themes/aerial + doins -r components playlists screens Main.qml theme.conf theme.conf.user +} diff --git a/x11-misc/aerial-sddm-theme/metadata.xml b/x11-misc/aerial-sddm-theme/metadata.xml new file mode 100644 index 000000000..d155fdbc0 --- /dev/null +++ b/x11-misc/aerial-sddm-theme/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@aisha.cc</email> + <name>Aisha Tammy</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> |