gui-wm/wayfire: New packages for wayfire and its dependency ebuilds

gui-apps:
  wcm: new package, gui configuration manager for wayfire using wf-config
  wf-config: new package, cli configuration manager for wayfire
  wf-shell: new package, basic desktop environment for wayfire

gui-wm:
  wayfire: new package, compiz like window manager for wayland

gui-libs:
  gtk-layer-shell: new package, library for creating DE windows

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Aisha Tammy <gentoo@aisha.cc>
This commit is contained in:
Aisha Tammy
2020-03-22 12:55:41 -04:00
parent 1936684614
commit 0c5023b87b
20 changed files with 608 additions and 0 deletions

1
gui-apps/wcm/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST wcm-0.4.0.tar.gz 263841 BLAKE2B 28cdf87c479cc7a4a5a40f17a1ec26688bae6a0cd5699b51ad7db2adca89946d7687ae345a7a82d71464df413c956aceeb3db8195c5b40da5f32043821883c49 SHA512 4136ceba90c054165b4b0e7a79d78af827d8b8ddb8b54820bda0c17bbaa28eb74981ce94d8c386b91257ca023a34f76f121a003229365afe72d65323f0a1d2cd

12
gui-apps/wcm/metadata.xml Normal file
View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,41 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Wayfire Config Manager"
HOMEPAGE="https://github.com/WayfireWM/wcm"
EGIT_REPO_URI="https://github.compu/WayfireWM/wcm.git"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE=""
DEPEND="
dev-libs/libevdev
dev-libs/libxml2
dev-cpp/gtkmm:3.0[wayland]
~gui-apps/wf-config-${PV}
~gui-wm/wayfire-${PV}
"
RDEPEND="
${DEPEND}
"
BDEPEND="
${DEPEND}
virtual/pkgconfig
dev-libs/wayland-protocols
"

View File

@@ -0,0 +1,41 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="Wayfire Config Manager"
HOMEPAGE="https://github.com/WayfireWM/wcm"
EGIT_REPO_URI="https://github.compu/WayfireWM/wcm.git"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE=""
DEPEND="
dev-libs/libevdev
dev-libs/libxml2
dev-cpp/gtkmm:3.0[wayland]
~gui-apps/wf-config-${PV}
~gui-wm/wayfire-${PV}
"
RDEPEND="
${DEPEND}
"
BDEPEND="
${DEPEND}
virtual/pkgconfig
dev-libs/wayland-protocols
"

View File

@@ -0,0 +1 @@
DIST wf-config-0.4.0.tar.gz 78813 BLAKE2B 54e05519fa55b9ef9a7ccc49e954a9cb223c279854bb650f2a79149f7d27a784562e78682c15a7e03e040a17efd441d6b26bfccb67a6c7bbc979bc00a02d26c1 SHA512 6f2540ae84c62ed18e0a0e5d7e3c2732b0d07642dab9f333ade812afbe4301507309575c7d36e23d61233d8b83448ed9f525abb11c519b21445b3a051ab6980a

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,38 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A library for managing configuration files, written for wayfire"
HOMEPAGE="https://github.com/WayfireWM/wf-config"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
DEPEND="
dev-libs/libevdev
media-libs/glm
dev-libs/libxml2
>=gui-libs/wlroots-0.10.0
"
RDEPEND="
${DEPEND}
"
BDEPEND="
${DEPEND}
virtual/pkgconfig
dev-libs/wayland-protocols
"

View File

@@ -0,0 +1,38 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A library for managing configuration files, written for wayfire"
HOMEPAGE="https://github.com/WayfireWM/wf-config"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
DEPEND="
dev-libs/libevdev
media-libs/glm
dev-libs/libxml2
>=gui-libs/wlroots-0.10.0
"
RDEPEND="
${DEPEND}
"
BDEPEND="
${DEPEND}
virtual/pkgconfig
dev-libs/wayland-protocols
"

View File

@@ -0,0 +1 @@
DIST wf-shell-0.4.0.tar.gz 8948473 BLAKE2B 3ac0d6a31ea830bcc69f930c2c49fdb54f5dc167b9913866d99414e0de411bee294e86c3beece215406c95986cb0e5a9c2e4861b8caa0c11b07fdea227596d56 SHA512 76753287f81ea67a9c8983ac25c2e5e2b8fe836549e98496c4cbd41b67e712284bb5018a7a566b81ec52578074f56c73d3f98c2c89419feb5aafdb4da1be6cd6

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@aisha.cc</email>
<name>Aisha Tammy</name>
</maintainer>
<maintainer type="project">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
</pkgmetadata>

View File

@@ -0,0 +1,47 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A compiz like 3D wayland compositor"
HOMEPAGE="https://github.com/WayfireWM/wf-shell"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE="pulseaudio"
DEPEND="
~gui-apps/wf-config-${PV}
dev-cpp/gtkmm:3.0=[wayland]
dev-libs/gobject-introspection
pulseaudio? ( media-sound/pulseaudio )
~gui-wm/wayfire-${PV}
>=gui-libs/gtk-layer-shell-0.1
"
RDEPEND="
${DEPEND}
"
BDEPEND="
virtual/pkgconfig
dev-libs/wayland-protocols
"
src_configure () {
local emesonargs=(
"-Dpulse=$(usex pulseaudio enabled disabled)"
)
meson_src_configure
}

View File

@@ -0,0 +1,47 @@
# Copyright 2019-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit meson
DESCRIPTION="A compiz like 3D wayland compositor"
HOMEPAGE="https://github.com/WayfireWM/wf-shell"
if [[ ${PV} == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/WayfireWM/${PN}.git"
KEYWORDS=""
else
SRC_URI="https://github.com/WayfireWM/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~x86"
fi
LICENSE="MIT"
SLOT="0"
IUSE="pulseaudio"
DEPEND="
~gui-apps/wf-config-${PV}
dev-cpp/gtkmm:3.0=[wayland]
dev-libs/gobject-introspection
pulseaudio? ( media-sound/pulseaudio )
~gui-wm/wayfire-${PV}
>=gui-libs/gtk-layer-shell-0.1
"
RDEPEND="
${DEPEND}
"
BDEPEND="
virtual/pkgconfig
dev-libs/wayland-protocols
"
src_configure () {
local emesonargs=(
"-Dpulse=$(usex pulseaudio enabled disabled)"
)
meson_src_configure
}