summaryrefslogtreecommitdiff
path: root/gui-apps
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-14 09:49:19 +0000
committerLiguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net>2020-09-14 09:49:19 +0000
commita88198657acec99a7de3ad3504d1aba4e1ea94ca (patch)
tree0094f4593a6047822cc28bdb4e20a26eed479c85 /gui-apps
parent341dfc0f42f081facf6c92bde0bf86fd60591685 (diff)
downloadbaldeagleos-repo-a88198657acec99a7de3ad3504d1aba4e1ea94ca.tar.gz
baldeagleos-repo-a88198657acec99a7de3ad3504d1aba4e1ea94ca.tar.xz
baldeagleos-repo-a88198657acec99a7de3ad3504d1aba4e1ea94ca.zip
Updating liguros repo
Diffstat (limited to 'gui-apps')
-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.ebuild4
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..a74b52eb2e4b 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,8 +23,8 @@ IUSE="+layershell +man"
DEPEND="
dev-libs/json-c:=
- gui-libs/gtk-layer-shell
x11-libs/gtk+:3
+ layershell? ( gui-libs/gtk-layer-shell )
"
RDEPEND="
${DEPEND}
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="