From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D650C138334 for ; Fri, 22 Feb 2019 22:54:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B1F4E085E; Fri, 22 Feb 2019 22:54:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 16D74E085E for ; Fri, 22 Feb 2019 22:54:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2635533BEC2 for ; Fri, 22 Feb 2019 22:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815EF54D for ; Fri, 22 Feb 2019 22:54:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1550874951.97aba5400b89ac05a73194209a48f48cb03611e6.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-apps/swayidle/, gui-apps/swaylock/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-apps/swayidle/Manifest gui-apps/swayidle/metadata.xml gui-apps/swayidle/swayidle-1.2.ebuild gui-apps/swayidle/swayidle-9999.ebuild gui-apps/swaylock/Manifest gui-apps/swaylock/metadata.xml gui-apps/swaylock/swaylock-1.3.ebuild gui-apps/swaylock/swaylock-9999.ebuild X-VCS-Directories: gui-apps/swayidle/ gui-apps/swaylock/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 97aba5400b89ac05a73194209a48f48cb03611e6 X-VCS-Branch: master Date: Fri, 22 Feb 2019 22:54:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0e41f9d6-3fab-4c31-8bdd-4c1011d21c2b X-Archives-Hash: 2520daeb6d13c9f29234922b32b2d9ed commit: 97aba5400b89ac05a73194209a48f48cb03611e6 Author: Aaron Bauman gentoo org> AuthorDate: Fri Feb 22 22:35:51 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Fri Feb 22 22:35:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97aba540 gui-apps/sway{idle,lock}: add new category and move packages Signed-off-by: Aaron Bauman gentoo.org> gui-apps/swayidle/Manifest | 1 + gui-apps/swayidle/metadata.xml | 30 +++++++++++++++++ gui-apps/swayidle/swayidle-1.2.ebuild | 57 +++++++++++++++++++++++++++++++ gui-apps/swayidle/swayidle-9999.ebuild | 57 +++++++++++++++++++++++++++++++ gui-apps/swaylock/Manifest | 1 + gui-apps/swaylock/metadata.xml | 34 +++++++++++++++++++ gui-apps/swaylock/swaylock-1.3.ebuild | 61 ++++++++++++++++++++++++++++++++++ gui-apps/swaylock/swaylock-9999.ebuild | 61 ++++++++++++++++++++++++++++++++++ 8 files changed, 302 insertions(+) diff --git a/gui-apps/swayidle/Manifest b/gui-apps/swayidle/Manifest new file mode 100644 index 00000000000..cbd8e77cc47 --- /dev/null +++ b/gui-apps/swayidle/Manifest @@ -0,0 +1 @@ +DIST swayidle-1.2.tar.gz 9136 BLAKE2B e88eec89007deed59df30f3f89111352b8a1ed464141783cb25b0d0a484e8ea4cfd611f1bd80d9420368d7912979eb0536a6aa583d24504d32bac797a898dba5 SHA512 2539e80a45163bb3e76f7b41f6fd6a1d73d194b7e466f63178b5087d05470fceafba38a26d592a534a01b992a2c0cf0f8fb83805cdf41ee956fea5136cc8fe89 diff --git a/gui-apps/swayidle/metadata.xml b/gui-apps/swayidle/metadata.xml new file mode 100644 index 00000000000..880f87d424e --- /dev/null +++ b/gui-apps/swayidle/metadata.xml @@ -0,0 +1,30 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + speedjack95@gmail.com + Niccolò Scatena + + + Sway's idle management daemon, compatible with any Wayland compositor + which implements the KDE idle protocol. + + + Enable support for rootless session via elogind + Enable fish completion support + Build and install man pages + + + swaywm/swayidle + + sir@cmpwn.com + Drew DeVault + + https://github.com/swaywm/swayidle/issues + https://github.com/swaywm/swayidle/releases + + diff --git a/gui-apps/swayidle/swayidle-1.2.ebuild b/gui-apps/swayidle/swayidle-1.2.ebuild new file mode 100644 index 00000000000..774758c9815 --- /dev/null +++ b/gui-apps/swayidle/swayidle-1.2.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Idle management daemon for Wayland" +HOMEPAGE="https://github.com/swaywm/swayidle" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" +else + SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="elogind fish-completion +man systemd zsh-completion" +REQUIRED_USE="?? ( elogind systemd )" + +DEPEND=" + dev-libs/wayland + elogind? ( >=sys-auth/elogind-237[policykit] ) + systemd? ( >=sys-apps/systemd-237[policykit] ) +" +RDEPEND=" + ${DEPEND} + !<=dev-libs/sway-1.0_beta1 + !~dev-libs/sway-1.0_beta2[swayidle] +" +BDEPEND=" + >=dev-libs/wayland-protocols-1.14 + virtual/pkgconfig + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + -Dman-pages=$(usex man enabled disabled) + $(meson_use fish-completion fish-completions) + $(meson_use zsh-completion zsh-completions) + "-Dbash-completions=true" + "-Dwerror=false" + ) + if use systemd; then + emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd") + elif use elogind; then + emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind") + else + emesonargs+=("-Dlogind=disabled") + fi + + meson_src_configure +} diff --git a/gui-apps/swayidle/swayidle-9999.ebuild b/gui-apps/swayidle/swayidle-9999.ebuild new file mode 100644 index 00000000000..774758c9815 --- /dev/null +++ b/gui-apps/swayidle/swayidle-9999.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="Idle management daemon for Wayland" +HOMEPAGE="https://github.com/swaywm/swayidle" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" +else + SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="elogind fish-completion +man systemd zsh-completion" +REQUIRED_USE="?? ( elogind systemd )" + +DEPEND=" + dev-libs/wayland + elogind? ( >=sys-auth/elogind-237[policykit] ) + systemd? ( >=sys-apps/systemd-237[policykit] ) +" +RDEPEND=" + ${DEPEND} + !<=dev-libs/sway-1.0_beta1 + !~dev-libs/sway-1.0_beta2[swayidle] +" +BDEPEND=" + >=dev-libs/wayland-protocols-1.14 + virtual/pkgconfig + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + -Dman-pages=$(usex man enabled disabled) + $(meson_use fish-completion fish-completions) + $(meson_use zsh-completion zsh-completions) + "-Dbash-completions=true" + "-Dwerror=false" + ) + if use systemd; then + emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=systemd") + elif use elogind; then + emesonargs+=("-Dlogind=enabled" "-Dlogind-provider=elogind") + else + emesonargs+=("-Dlogind=disabled") + fi + + meson_src_configure +} diff --git a/gui-apps/swaylock/Manifest b/gui-apps/swaylock/Manifest new file mode 100644 index 00000000000..ee04cb54cde --- /dev/null +++ b/gui-apps/swaylock/Manifest @@ -0,0 +1 @@ +DIST swaylock-1.3.tar.gz 32848 BLAKE2B 81ed50839bcb0139e7fc2081bd37e738f3e6ef23e96a5108d1acf56cc3425285f7382576a54201f1bf188883b1da06492074c091877af13832c0140e4e6099fd SHA512 723d758d76f076f3f1539ea0d651f6ad2562659c72eef7e895d7827a0be21db663652fe4ce2609065aff45ff20230879599868cff327ab52b896330ca04d78c4 diff --git a/gui-apps/swaylock/metadata.xml b/gui-apps/swaylock/metadata.xml new file mode 100644 index 00000000000..26cfed9c82a --- /dev/null +++ b/gui-apps/swaylock/metadata.xml @@ -0,0 +1,34 @@ + + + + + prometheanfire@gentoo.org + Matthew Thode + + + speedjack95@gmail.com + Niccolò Scatena + + + Swaylock is a screen locking utility for Wayland compositors. It is + compatible with any Wayland compositor which implements the following + Wayland protocols: wlr-layer-shell, wlr-input-inhibitor, xdg-output, + xdg-shell. + + Swaylock is the official screen locker for dev-libs/sway. + + + Enable fish completion support + Enable additional image format support via the x11-libs/gdk-pixbuf library + Build and install man pages + + + swaywm/swaylock + + sir@cmpwn.com + Drew DeVault + + https://github.com/swaywm/swaylock/issues + https://github.com/swaywm/swaylock/releases + + diff --git a/gui-apps/swaylock/swaylock-1.3.ebuild b/gui-apps/swaylock/swaylock-1.3.ebuild new file mode 100644 index 00000000000..85539fb9095 --- /dev/null +++ b/gui-apps/swaylock/swaylock-1.3.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit fcaps meson + +DESCRIPTION="Screen locker for Wayland" +HOMEPAGE="https://github.com/swaywm/swaylock" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" +else + SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion" + +DEPEND=" + dev-libs/wayland + x11-libs/cairo + x11-libs/libxkbcommon + gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 ) + pam? ( virtual/pam ) +" +RDEPEND=" + ${DEPEND} + !<=dev-libs/sway-1.0_beta2[swaylock] +" +BDEPEND=" + >=dev-libs/wayland-protocols-1.14 + virtual/pkgconfig + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + -Dman-pages=$(usex man enabled disabled) + -Dpam=$(usex pam enabled disabled) + -Dgdk-pixbuf=$(usex gdk-pixbuf enabled disabled) + $(meson_use fish-completion fish-completions) + $(meson_use zsh-completion zsh-completions) + "-Dbash-completions=true" + "-Dwerror=false" + ) + if [[ ${PV} != 9999 ]]; then + emesonargs+=("-Dswaylock-version=${PV}") + fi + + meson_src_configure +} + +pkg_postinst() { + if ! use pam; then + fcaps cap_sys_admin usr/bin/swaylock + fi +} diff --git a/gui-apps/swaylock/swaylock-9999.ebuild b/gui-apps/swaylock/swaylock-9999.ebuild new file mode 100644 index 00000000000..85539fb9095 --- /dev/null +++ b/gui-apps/swaylock/swaylock-9999.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit fcaps meson + +DESCRIPTION="Screen locker for Wayland" +HOMEPAGE="https://github.com/swaywm/swaylock" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/swaywm/${PN}.git" +else + SRC_URI="https://github.com/swaywm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="fish-completion +gdk-pixbuf +man +pam zsh-completion" + +DEPEND=" + dev-libs/wayland + x11-libs/cairo + x11-libs/libxkbcommon + gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 ) + pam? ( virtual/pam ) +" +RDEPEND=" + ${DEPEND} + !<=dev-libs/sway-1.0_beta2[swaylock] +" +BDEPEND=" + >=dev-libs/wayland-protocols-1.14 + virtual/pkgconfig + man? ( app-text/scdoc ) +" + +src_configure() { + local emesonargs=( + -Dman-pages=$(usex man enabled disabled) + -Dpam=$(usex pam enabled disabled) + -Dgdk-pixbuf=$(usex gdk-pixbuf enabled disabled) + $(meson_use fish-completion fish-completions) + $(meson_use zsh-completion zsh-completions) + "-Dbash-completions=true" + "-Dwerror=false" + ) + if [[ ${PV} != 9999 ]]; then + emesonargs+=("-Dswaylock-version=${PV}") + fi + + meson_src_configure +} + +pkg_postinst() { + if ! use pam; then + fcaps cap_sys_admin usr/bin/swaylock + fi +}