From ee90c514b6ac45ec0283f02e13520d471f5b2d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 2 Dec 2018 20:59:30 +0100 Subject: dev-libs/sway: update to veersion 1.0-beta2 --- dev-libs/sway/Manifest | 2 +- dev-libs/sway/sway-1.0-r1.ebuild | 49 ---------------------------------------- dev-libs/sway/sway-1.0-r2.ebuild | 49 ++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 50 deletions(-) delete mode 100644 dev-libs/sway/sway-1.0-r1.ebuild create mode 100644 dev-libs/sway/sway-1.0-r2.ebuild diff --git a/dev-libs/sway/Manifest b/dev-libs/sway/Manifest index b260b24..3c8b960 100644 --- a/dev-libs/sway/Manifest +++ b/dev-libs/sway/Manifest @@ -1 +1 @@ -DIST sway-1.0.tar.gz 5444424 BLAKE2B b2803b6770ac3fbb3c21b892a208008e60780b6002e983e6d144d4f97e04992d3a3e5589abe36042221d67a107e31f5e76ae193cbf3e36c71fcf027095140944 SHA512 745b16be7641446c54e1b8777be1f8a26e8275f7826590f594bf4a2001a6de42e394b602e1ccd26a1e8ebe256fde6f9b393f5560a1dd0a610867819076645c69 +DIST sway-1.0-b2.tar.gz 5454362 BLAKE2B 2cb7f3042a53879c962e7204917765b4a7a2e90f2a6a7eb6bbb63383e31d7526e71ad7ac4edd708c47a31f3166f70c1633719c9cddf5b751327da79b523d6780 SHA512 532acb6f1510578b7d9d222f04ff8104c836428ef215ddb6d7181839231d65101b3d47c8389a38f14cf59692116495b60759062ebd797edf83cf77aebaac379f diff --git a/dev-libs/sway/sway-1.0-r1.ebuild b/dev-libs/sway/sway-1.0-r1.ebuild deleted file mode 100644 index ae68063..0000000 --- a/dev-libs/sway/sway-1.0-r1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils meson ninja-utils - -DESCRIPTION="i3-compatible Wayland window manager" -HOMEPAGE="http://swaywm.org/" - -SRC_URI="https://github.com/swaywm/sway/archive/1.0-beta.1.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/sway-1.0-beta.1" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -# TODO -IUSE="wallpapers bash-completion zsh-completion +xwayland" - -RDEPEND=" - dev-libs/wlroots - xwayland? ( dev-libs/wlroots[x11-backend] ) - dev-libs/wayland - x11-base/xorg-server[wayland] - >=dev-libs/libinput-1.6.0 - sys-libs/libcap - dev-libs/libpcre - >=dev-libs/json-c-0.13:0= - x11-libs/pango - x11-libs/cairo - x11-libs/gdk-pixbuf[jpeg] - virtual/pam - >=sys-apps/dbus-1.10 - " - -DEPEND="${RDEPEND} - dev-util/meson - app-text/scdoc - virtual/pkgconfig" - -src_configure() { - local emesonargs=( - -Ddefault-wallpaper=$(usex wallpapers true false) - -Dzsh-completions=$(usex zsh-completion true false) - -Dbash-completions=$(usex bash-completion true false) - -Denable-xwayland=$(usex xwayland true false) - ) - meson_src_configure -} diff --git a/dev-libs/sway/sway-1.0-r2.ebuild b/dev-libs/sway/sway-1.0-r2.ebuild new file mode 100644 index 0000000..f3e3a57 --- /dev/null +++ b/dev-libs/sway/sway-1.0-r2.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit eutils meson ninja-utils + +DESCRIPTION="i3-compatible Wayland window manager" +HOMEPAGE="http://swaywm.org/" + +SRC_URI="https://github.com/swaywm/sway/archive/1.0-beta.2.tar.gz -> ${P}-b2.tar.gz" +S="${WORKDIR}/sway-1.0-beta.1" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +# TODO +IUSE="wallpapers bash-completion zsh-completion +xwayland" + +RDEPEND=" + >=dev-libs/wlroots-0.2 + xwayland? ( dev-libs/wlroots[x11-backend] ) + dev-libs/wayland + x11-base/xorg-server[wayland] + >=dev-libs/libinput-1.6.0 + sys-libs/libcap + dev-libs/libpcre + >=dev-libs/json-c-0.13:0= + x11-libs/pango + x11-libs/cairo + x11-libs/gdk-pixbuf[jpeg] + virtual/pam + >=sys-apps/dbus-1.10 + " + +DEPEND="${RDEPEND} + dev-util/meson + app-text/scdoc + virtual/pkgconfig" + +src_configure() { + local emesonargs=( + -Ddefault-wallpaper=$(usex wallpapers true false) + -Dzsh-completions=$(usex zsh-completion true false) + -Dbash-completions=$(usex bash-completion true false) + -Denable-xwayland=$(usex xwayland true false) + ) + meson_src_configure +} -- cgit v1.2.3