summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAisha Tammy <gentoo@aisha.cc>2021-01-18 19:38:16 -0500
committerAaron Bauman <bman@gentoo.org>2021-01-24 14:03:56 -0500
commit67c2288df8929f41f3eb73f851a507ffb6b06542 (patch)
tree454326064df03f2400f1f809ac42982558c3119f /gui-apps/wayland-logout/wayland-logout-1.4.ebuild
parentprofiles/package.mask: mask sci-libs/scikits for removal (diff)
downloadgentoo-67c2288df8929f41f3eb73f851a507ffb6b06542.tar.gz
gentoo-67c2288df8929f41f3eb73f851a507ffb6b06542.tar.bz2
gentoo-67c2288df8929f41f3eb73f851a507ffb6b06542.zip
gui-apps/wayland-logout: version bump to 1.4
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'gui-apps/wayland-logout/wayland-logout-1.4.ebuild')
-rw-r--r--gui-apps/wayland-logout/wayland-logout-1.4.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/gui-apps/wayland-logout/wayland-logout-1.4.ebuild b/gui-apps/wayland-logout/wayland-logout-1.4.ebuild
new file mode 100644
index 000000000000..d29f95b176ff
--- /dev/null
+++ b/gui-apps/wayland-logout/wayland-logout-1.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="general logout scripts for wayland compositors"
+HOMEPAGE="https://github.com/soreau/wayland-logout"
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/soreau/wayland-logout"
+else
+ SRC_URI="https://github.com/soreau/wayland-logout/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+ KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="MIT"
+SLOT="0"