* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/aerial-sddm-theme/
@ 2020-06-09 12:34 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 12:34 UTC (permalink / raw
To: gentoo-commits
commit: cf408f4482bfed4df8f208aa1f86e3291b58dd3c
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Jun 8 14:13:13 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jun 8 14:13:13 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cf408f44
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 <AT> aisha.cc>
x11-misc/aerial-sddm-theme/Manifest | 1 +
.../aerial-sddm-theme-20191018.ebuild | 36 ++++++++++++++++++++++
.../aerial-sddm-theme-9999.ebuild | 36 ++++++++++++++++++++++
x11-misc/aerial-sddm-theme/metadata.xml | 12 ++++++++
4 files changed, 85 insertions(+)
diff --git a/x11-misc/aerial-sddm-theme/Manifest b/x11-misc/aerial-sddm-theme/Manifest
new file mode 100644
index 0000000..40151db
--- /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 0000000..e740a45
--- /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 0000000..e740a45
--- /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 0000000..d155fdb
--- /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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/aerial-sddm-theme/
@ 2020-06-09 12:34 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 12:34 UTC (permalink / raw
To: gentoo-commits
commit: fc9a57ce53344e1d35be23718675890e4ce658e2
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Mon Jun 8 14:18:16 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Jun 8 14:18:16 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fc9a57ce
x11-misc/aerial-sddm-theme: fixed version to 0_pre*
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
x11-misc/aerial-sddm-theme/Manifest | 2 +-
...dm-theme-20191018.ebuild => aerial-sddm-theme-0_pre20191018.ebuild} | 3 ---
x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild | 3 ---
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/x11-misc/aerial-sddm-theme/Manifest b/x11-misc/aerial-sddm-theme/Manifest
index 40151db..39f5ea7 100644
--- a/x11-misc/aerial-sddm-theme/Manifest
+++ b/x11-misc/aerial-sddm-theme/Manifest
@@ -1 +1 @@
-DIST aerial-sddm-theme-20191018.tar.gz 26843113 BLAKE2B 76cb47f2e75b571bb969b1c4a3767a9dd36c67f506dcbadc49fa365bb47409928f8f8ccb5c76e5d26488f29452d6f0a98b4d41d596845840951b7a83811abb7f SHA512 b5709a0d60172558a3fbfe784591d25683fb2656fc3a684defd5579517991ccb3a96aa1e7f8b847c80acb0b5d23d080c152ec586a40fb8805e4b7931464aafdc
+DIST aerial-sddm-theme-0_pre20191018.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-0_pre20191018.ebuild
similarity index 96%
rename from x11-misc/aerial-sddm-theme/aerial-sddm-theme-20191018.ebuild
rename to x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018.ebuild
index e740a45..b28311d 100644
--- a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-20191018.ebuild
+++ b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018.ebuild
@@ -18,9 +18,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
-DEPEND=""
RDEPEND="
media-libs/phonon:=[gstreamer]
media-libs/gst-plugins-good
@@ -28,7 +26,6 @@ RDEPEND="
dev-qt/qtgraphicaleffects
dev-qt/qtquickcontrols
"
-BDEPEND=""
src_install() {
insinto /usr/share/sddm/themes/aerial
diff --git a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
index e740a45..b28311d 100644
--- a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
+++ b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
@@ -18,9 +18,7 @@ fi
LICENSE="GPL-2"
SLOT="0"
-IUSE=""
-DEPEND=""
RDEPEND="
media-libs/phonon:=[gstreamer]
media-libs/gst-plugins-good
@@ -28,7 +26,6 @@ RDEPEND="
dev-qt/qtgraphicaleffects
dev-qt/qtquickcontrols
"
-BDEPEND=""
src_install() {
insinto /usr/share/sddm/themes/aerial
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/aerial-sddm-theme/
@ 2020-06-09 12:34 Andrew Ammerlaan
0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 12:34 UTC (permalink / raw
To: gentoo-commits
commit: 5300928858502917d2fe827f351f59d95d9246d3
Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun 9 12:29:56 2020 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun 9 12:29:56 2020 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=53009288
x11-misc/aerial-sddm-theme: remove proxy-maint project
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
x11-misc/aerial-sddm-theme/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/x11-misc/aerial-sddm-theme/metadata.xml b/x11-misc/aerial-sddm-theme/metadata.xml
index d155fdb..65ac1f2 100644
--- a/x11-misc/aerial-sddm-theme/metadata.xml
+++ b/x11-misc/aerial-sddm-theme/metadata.xml
@@ -5,8 +5,4 @@
<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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: x11-misc/aerial-sddm-theme/
@ 2021-09-25 17:14 Arthur Zamarin
0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2021-09-25 17:14 UTC (permalink / raw
To: gentoo-commits
commit: 4330db80b9027a841f87c281a56626591071a992
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Sep 24 19:49:48 2021 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 24 19:49:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4330db80
x11-misc/aerial-sddm-theme: drop dependency on media-libs/phonon
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
...-0_pre20191018.ebuild => aerial-sddm-theme-0_pre20191018-r1.ebuild} | 3 +--
x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018.ebuild b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018-r1.ebuild
similarity index 92%
rename from x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018.ebuild
rename to x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018-r1.ebuild
index b28311d17..b737a605e 100644
--- a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018.ebuild
+++ b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-0_pre20191018-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,6 @@ LICENSE="GPL-2"
SLOT="0"
RDEPEND="
- media-libs/phonon:=[gstreamer]
media-libs/gst-plugins-good
dev-qt/qtmultimedia:=[alsa,gstreamer,qml,widgets]
dev-qt/qtgraphicaleffects
diff --git a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
index b28311d17..b737a605e 100644
--- a/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
+++ b/x11-misc/aerial-sddm-theme/aerial-sddm-theme-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2020 Gentoo Authors
+# Copyright 2019-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -20,7 +20,6 @@ LICENSE="GPL-2"
SLOT="0"
RDEPEND="
- media-libs/phonon:=[gstreamer]
media-libs/gst-plugins-good
dev-qt/qtmultimedia:=[alsa,gstreamer,qml,widgets]
dev-qt/qtgraphicaleffects
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-09-25 17:14 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-09 12:34 [gentoo-commits] repo/proj/guru:master commit in: x11-misc/aerial-sddm-theme/ Andrew Ammerlaan
-- strict thread matches above, loose matches on Subject: below --
2020-06-09 12:34 Andrew Ammerlaan
2020-06-09 12:34 Andrew Ammerlaan
2021-09-25 17:14 Arthur Zamarin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox