* [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/
@ 2015-08-10 22:42 Michael Weber
0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber @ 2015-08-10 22:42 UTC (permalink / raw
To: gentoo-commits
commit: c02a4caefcd80df06c299f08bca1e26bae629897
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 22:41:13 2015 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 22:42:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02a4cae
app-misc/gtk-sunlight: fix gtk+:3 dep (bug 555240, thanks Toralf Förster).
Package-Manager: portage-2.2.20
app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
index 220b23b..1c836c0 100644
--- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
+++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
@@ -16,7 +16,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-libs/glib:2
- x11-libs/gtk+:2"
+ x11-libs/gdk-pixbuf:2
+ x11-libs/gtk+:3"
DEPEND="${REPEND}
virtual/pkgconfig"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/
@ 2020-07-20 13:01 Joonas Niilola
0 siblings, 0 replies; 5+ messages in thread
From: Joonas Niilola @ 2020-07-20 13:01 UTC (permalink / raw
To: gentoo-commits
commit: cb22099f4165c45af4088512853979f3f060eb5b
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 20 12:48:18 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Mon Jul 20 13:01:02 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb22099f
app-misc/gtk-sunlight: fix RDEPEND typo in 0.4.2
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
index cc518cf235d..5cc337b88d9 100644
--- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
+++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -17,7 +17,7 @@ IUSE=""
RDEPEND="dev-libs/glib:2
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3"
-DEPEND="${REPEND}
+DEPEND="${RDEPEND}
virtual/pkgconfig"
src_compile() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/
@ 2020-09-15 1:08 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-09-15 1:08 UTC (permalink / raw
To: gentoo-commits
commit: 43c26e536d19ebd5f3fca8c1ca6ee8e5aea93eaa
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 15 01:07:51 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep 15 01:08:15 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43c26e53
app-misc/gtk-sunlight: port to EAPI 7
Closes: https://bugs.gentoo.org/742074
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
index 5cc337b88d9..1f1f20b8113 100644
--- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
+++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
+EAPI=7
inherit toolchain-funcs
@@ -12,13 +12,13 @@ SRC_URI="https://ppa.launchpad.net/realtime.sunlight.wallpaper/rsw/ubuntu/pool/m
LICENSE="GPL-1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-libs/glib:2
+BDEPEND="virtual/pkgconfig"
+RDEPEND="
+ dev-libs/glib:2
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
src_compile() {
tc-export CC
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/
@ 2020-09-16 2:27 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2020-09-16 2:27 UTC (permalink / raw
To: gentoo-commits
commit: 865e77efc7927d8c61519778e93043c4e48edce1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 16 02:27:00 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 16 02:27:00 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=865e77ef
app-misc/gtk-sunlight: update icon cache
Closes: https://bugs.gentoo.org/742593
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{gtk-sunlight-0.4.2.ebuild => gtk-sunlight-0.4.2-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r1.ebuild
similarity index 95%
rename from app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
rename to app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r1.ebuild
index 1f1f20b8113..e98885b1e72 100644
--- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2.ebuild
+++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit toolchain-funcs
+inherit toolchain-funcs xdg
DESCRIPTION="Real-time Sunlight Wallpaper"
HOMEPAGE="http://realtimesunlightwallpaper.weebly.com/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/
@ 2023-03-04 5:31 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-03-04 5:31 UTC (permalink / raw
To: gentoo-commits
commit: 1078f5a37f60f8475ebf9e18e56a07c5814a5b3b
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 05:31:34 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 05:31:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1078f5a3
app-misc/gtk-sunlight: Stabilize 0.4.2-r2 amd64, #883383
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r2.ebuild b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r2.ebuild
index 223a18a74a99..48918fd70d84 100644
--- a/app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r2.ebuild
+++ b/app-misc/gtk-sunlight/gtk-sunlight-0.4.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://ppa.launchpad.net/realtime.sunlight.wallpaper/rsw/ubuntu/pool/m
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
BDEPEND="virtual/pkgconfig"
RDEPEND="
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-03-04 5:31 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-16 2:27 [gentoo-commits] repo/gentoo:master commit in: app-misc/gtk-sunlight/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-03-04 5:31 Arthur Zamarin
2020-09-15 1:08 Sam James
2020-07-20 13:01 Joonas Niilola
2015-08-10 22:42 Michael Weber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox