diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-09-01 17:45:37 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-09-14 01:52:43 +0000 |
commit | ea69e24ce5d887004269e25c7d8d73b23ceebb6b (patch) | |
tree | 481bfa4fbc581e39325ecbac0230bb64a304c953 /gui-apps/gtkgreet | |
parent | net-dns/openresolv: version bump to 3.11.0 (diff) | |
download | gentoo-ea69e24ce5d887004269e25c7d8d73b23ceebb6b.tar.gz gentoo-ea69e24ce5d887004269e25c7d8d73b23ceebb6b.tar.bz2 gentoo-ea69e24ce5d887004269e25c7d8d73b23ceebb6b.zip |
gui-apps/gtkgreet: various fixes
This commit fixes the git url for live ebuild, since the one that
was there before was giving 404, and it also makes 'gtk-layer-shell'
optional via existing 'layershell' use flag.
Signed-off-by: Kirill Chibisov <contact@kchibisov.com>
Package-Manager: Portage-3.0.5, Repoman-2.3.23
Closes: https://github.com/gentoo/gentoo/pull/17360
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/gtkgreet')
-rw-r--r-- | gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild (renamed from gui-apps/gtkgreet/gtkgreet-0.6.ebuild) | 7 | ||||
-rw-r--r-- | gui-apps/gtkgreet/gtkgreet-9999.ebuild | 4 |
2 files changed, 6 insertions, 5 deletions
diff --git a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild index 9bd30fd0243d..8cbbbaaad70d 100644 --- a/gui-apps/gtkgreet/gtkgreet-0.6.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-0.6-r1.ebuild @@ -10,9 +10,10 @@ inherit meson if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git" + EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet" else - SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz" + MY_PV=${PV/_rc/-rc} + SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" fi @@ -22,7 +23,7 @@ IUSE="+layershell +man" DEPEND=" dev-libs/json-c:= - gui-libs/gtk-layer-shell + layershell? ( gui-libs/gtk-layer-shell ) x11-libs/gtk+:3 " RDEPEND=" diff --git a/gui-apps/gtkgreet/gtkgreet-9999.ebuild b/gui-apps/gtkgreet/gtkgreet-9999.ebuild index 9bd30fd0243d..bc41aaec11f9 100644 --- a/gui-apps/gtkgreet/gtkgreet-9999.ebuild +++ b/gui-apps/gtkgreet/gtkgreet-9999.ebuild @@ -10,7 +10,7 @@ inherit meson if [[ ${PV} == 9999 ]]; then inherit git-r3 - EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet.git" + EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/gtkgreet" else SRC_URI="https://git.sr.ht/~kennylevinsen/gtkgreet/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~ppc64 ~x86" @@ -22,7 +22,7 @@ IUSE="+layershell +man" DEPEND=" dev-libs/json-c:= - gui-libs/gtk-layer-shell + layershell? ( gui-libs/gtk-layer-shell ) x11-libs/gtk+:3 " RDEPEND=" |