mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
Merge updates from master
This commit is contained in:
1
gui-apps/mako/Manifest
Normal file
1
gui-apps/mako/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mako-1.3.tar.gz 46482 BLAKE2B ea7699f713aded0476f3a9b88d90fa8d3bbd4e64e888caa68a98208625cdd15f1261c389dcb8ab43c6fbc77e1ebc0840b378443a1b350ff16adc59b98b9be0a8 SHA512 efada6ac413d80949669df3124ab9979537dcedd535132de57338b484ff2c81da8da59503a14dc2e9bbb266101659dd1d399d66456d383fdd1853d9137587259
|
||||
49
gui-apps/mako/mako-1.3.ebuild
Normal file
49
gui-apps/mako/mako-1.3.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="A lightweight Wayland notification daemon"
|
||||
HOMEPAGE="https://wayland.emersion.fr/mako https://github.com/emersion/mako"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="apparmor elogind +gdk-pixbuf +man systemd zsh-completion"
|
||||
REQUIRED_USE="?? ( elogind systemd )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/cairo
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pango
|
||||
elogind? ( >=sys-auth/elogind-239 )
|
||||
gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 )
|
||||
systemd? ( >=sys-apps/systemd-239 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/scdoc )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dicons=$(usex gdk-pixbuf enabled disabled)
|
||||
-Dman-pages=$(usex man enabled disabled)
|
||||
$(meson_use apparmor apparmor)
|
||||
$(meson_use zsh-completion zsh-completions)
|
||||
"-Dwerror=false"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
49
gui-apps/mako/mako-9999.ebuild
Normal file
49
gui-apps/mako/mako-9999.ebuild
Normal file
@@ -0,0 +1,49 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit meson
|
||||
|
||||
DESCRIPTION="A lightweight Wayland notification daemon"
|
||||
HOMEPAGE="https://wayland.emersion.fr/mako https://github.com/emersion/mako"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/emersion/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://github.com/emersion/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
IUSE="apparmor elogind +gdk-pixbuf +man systemd zsh-completion"
|
||||
REQUIRED_USE="?? ( elogind systemd )"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
x11-libs/cairo
|
||||
x11-libs/libxkbcommon
|
||||
x11-libs/pango
|
||||
elogind? ( >=sys-auth/elogind-239 )
|
||||
gdk-pixbuf? ( x11-libs/gdk-pixbuf:2 )
|
||||
systemd? ( >=sys-apps/systemd-239 )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
man? ( app-text/scdoc )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dicons=$(usex gdk-pixbuf enabled disabled)
|
||||
-Dman-pages=$(usex man enabled disabled)
|
||||
$(meson_use apparmor apparmor)
|
||||
$(meson_use zsh-completion zsh-completions)
|
||||
"-Dwerror=false"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
||||
21
gui-apps/mako/metadata.xml
Normal file
21
gui-apps/mako/metadata.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>arthurzam+gentoo@gmail.com</email>
|
||||
<name>Arthur Zamarin</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
A lightweight notification daemon for Wayland. It is compatible
|
||||
with any Wayland compositor which implements the wlr-layer-shell
|
||||
Wayland protocol.
|
||||
</longdescription>
|
||||
<use>
|
||||
<flag name="apparmor">Install apparmor profile</flag>
|
||||
<flag name="gdk-pixbuf">Enable icons support via the <pkg>x11-libs/gdk-pixbuf</pkg> library</flag>
|
||||
<flag name="man">Build and install man pages</flag>
|
||||
</use>
|
||||
<upstream>
|
||||
<remote-id type="github">emersion/mako</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user