From 91396769767b5d2f56f3bc6cf53e1b78b0f7145c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niccol=C3=B2=20Scatena?= Date: Mon, 22 Oct 2018 17:45:17 +0200 Subject: [PATCH] dev-libs/sway: version bump to 1.0_beta1. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This commit adds the first Sway 1.0 beta release based on wlroots (should be merged first). Release by upstream on Oct 21. Closes: https://bugs.gentoo.org/669256 Signed-off-by: Niccolò Scatena Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10201 Signed-off-by: Patrice Clement --- dev-libs/sway/Manifest | 1 + dev-libs/sway/metadata.xml | 30 +++++---- dev-libs/sway/sway-1.0_beta1.ebuild | 95 +++++++++++++++++++++++++++++ 3 files changed, 115 insertions(+), 11 deletions(-) create mode 100644 dev-libs/sway/sway-1.0_beta1.ebuild diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest index 499346e44119..f6de05a43d78 100644 --- a/dev-libs/sway/Manifest +++ b/dev-libs/sway/Manifest @@ -1 +1,2 @@ DIST sway-0.15.2.tar.gz 5398956 BLAKE2B 6bb527e802b7837ef39cb1e29597d55fd33831231dbfb7f12225e50c38e49ae17d8bf2eb43672c195c6e074986d254b1680bac7c9d60b80b84feaf07e09718df SHA512 c457ace514f5c69ebd366d313cce93a76b199bb51c7540debc9c0586bff490401e6374f9725c784474afdfcca15bcab686a972c6c178117e45e2de83825ed370 +DIST sway-1.0_beta1.tar.gz 5444424 BLAKE2B b2803b6770ac3fbb3c21b892a208008e60780b6002e983e6d144d4f97e04992d3a3e5589abe36042221d67a107e31f5e76ae193cbf3e36c71fcf027095140944 SHA512 745b16be7641446c54e1b8777be1f8a26e8275f7826590f594bf4a2001a6de42e394b602e1ccd26a1e8ebe256fde6f9b393f5560a1dd0a610867819076645c69 diff --git a/dev-libs/sway/metadata.xml b/dev-libs/sway/metadata.xml index a4e44bee20a1..2533f9dd5ac6 100644 --- a/dev-libs/sway/metadata.xml +++ b/dev-libs/sway/metadata.xml @@ -22,19 +22,27 @@ something else. - - Enable additional image format support via the - x11-libs/gdk-pixbuf library. - - Build 'swaybar': sway's status bar component. - Build 'swaybg': allows to set a desktop background image. - Build 'swaygrab': allows taking screenshots or screencasts. - Build 'swaylock': sway's screen locker. - Build 'swaymsg': tool for communicating with a running sway instance. - Install sway's default wallpaper image. - Enable support for StatusNotifierItem tray specification. + Enable support for rootless session via elogind + Use Linux capability SYS_CAP_ADMIN rather than set*id for sway binary + Enable fish completion support + Enable additional image format support via the x11-libs/gdk-pixbuf library + Install 'swaybar': sway's status bar component + Install 'swaybg': allows to set a desktop background image + Install 'swaygrab': allows taking screenshots or screencasts + Install 'swaylock': sway's screen locker + Install 'swaymsg': tool for communicating with a running sway instance + Enable support for StatusNotifierItem tray specification + Install sway's default wallpaper image + Enable support for X11 applications (XWayland) swaywm/sway + + sir@cmpwn.com + Drew DeVault + + https://github.com/swaywm/sway/issues + https://github.com/swaywm/sway/wiki + https://github.com/swaywm/sway/releases diff --git a/dev-libs/sway/sway-1.0_beta1.ebuild b/dev-libs/sway/sway-1.0_beta1.ebuild new file mode 100644 index 000000000000..76a39cb5232c --- /dev/null +++ b/dev-libs/sway/sway-1.0_beta1.ebuild @@ -0,0 +1,95 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +if [[ ${PV} == 9999 ]] ; then + EGIT_REPO_URI="https://github.com/swaywm/sway.git" + inherit git-r3 +else + # Version format: major.minor-beta.betanum + SWAY_PV="$(ver_cut 1-2)-$(ver_cut 3).$(ver_cut 4)" + SRC_URI="https://github.com/swaywm/sway/archive/${SWAY_PV}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/sway-${SWAY_PV}" + KEYWORDS="~amd64 ~x86" +fi + +inherit eutils fcaps meson pam + +DESCRIPTION="i3-compatible Wayland window manager" +HOMEPAGE="https://swaywm.org" + +LICENSE="MIT" +SLOT="0" +IUSE="elogind fish-completion +swaybar +swaybg +swaylock systemd +tray wallpapers X zsh-completion" +REQUIRED_USE="?? ( elogind systemd )" + +RDEPEND="~dev-libs/wlroots-0.1[systemd=,elogind=,X=] + >=dev-libs/json-c-0.13:0= + >=dev-libs/libinput-1.6.0:0= + dev-libs/libpcre + dev-libs/wayland + >=dev-libs/wayland-protocols-1.14 + x11-libs/cairo + x11-libs/libxkbcommon + x11-libs/pango + x11-libs/pixman + elogind? ( >=sys-auth/elogind-237 ) + swaybar? ( x11-libs/gdk-pixbuf:2[jpeg] ) + swaybg? ( x11-libs/gdk-pixbuf:2[jpeg] ) + swaylock? ( + virtual/pam + x11-libs/gdk-pixbuf:2[jpeg] + ) + systemd? ( >=sys-apps/systemd-237 ) + tray? ( >=sys-apps/dbus-1.10 ) + X? ( x11-libs/libxcb:0=[xkb] )" +DEPEND="${RDEPEND}" +BDEPEND="app-text/scdoc + virtual/pkgconfig" + +FILECAPS=( cap_sys_admin usr/bin/sway ) + +src_prepare() { + default + + use swaybar || sed -e "s/subdir('swaybar')//g" -i meson.build || die + use swaybg || sed -e "s/subdir('swaybg')//g" -i meson.build || die + use swaylock || sed -e "s/subdir('swaylock')//g" -i meson.build || die +} + +src_configure() { + local emesonargs=( + "-Dsway-version=${SWAY_PV}" + $(meson_use wallpapers default-wallpaper) + $(meson_use zsh-completion zsh-completions) + $(meson_use fish-completion fish-completions) + $(meson_use X enable-xwayland) + "-Dbash-completions=true" + "-Dwerror=false" + ) + + meson_src_configure +} + +src_install() { + meson_src_install + + use swaylock && newpamd swaylock/pam/swaylock.linux swaylock +} + +pkg_postinst() { + elog "You must be in the input group to allow sway to access input devices!" + local dbus_cmd="" + if use tray ; then + elog "" + optfeature "experimental xembed tray icons support" kde-plasma/xembed-sni-proxy + dbus_cmd="dbus-launch --sh-syntax --exit-with-session " + fi + if ! use systemd && ! use elogind ; then + fcaps_pkg_postinst + elog "" + elog "If you use ConsoleKit2, remember to launch sway using:" + elog "exec ck-launch-session ${dbus_cmd}sway" + fi +} -- 2.26.2