mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
gui-apps/swaync: fix deps
Use vala eclass. Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,12 +3,13 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit meson
|
inherit meson vala
|
||||||
|
|
||||||
|
MY_PN="SwayNotificationCenter"
|
||||||
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
|
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
|
||||||
HOMEPAGE="https://github.com/ErikReider/SwayNotificationCenter"
|
HOMEPAGE="https://github.com/ErikReider/SwayNotificationCenter"
|
||||||
SRC_URI="https://github.com/ErikReider/SwayNotificationCenter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://github.com/ErikReider/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||||
S="${WORKDIR}/SwayNotificationCenter-${PV}"
|
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
@@ -16,21 +17,24 @@ KEYWORDS="~amd64 ~x86"
|
|||||||
IUSE="scripting"
|
IUSE="scripting"
|
||||||
|
|
||||||
DEPEND="
|
DEPEND="
|
||||||
dev-libs/glib
|
dev-libs/glib:2
|
||||||
dev-libs/gobject-introspection
|
dev-libs/gobject-introspection
|
||||||
dev-libs/json-glib
|
dev-libs/json-glib
|
||||||
dev-libs/libgee
|
dev-libs/libgee:=
|
||||||
dev-libs/wayland
|
dev-libs/wayland
|
||||||
>=gui-libs/gtk-layer-shell-0.6.0
|
>=gui-libs/gtk-layer-shell-0.6.0
|
||||||
gui-libs/libhandy
|
gui-libs/libhandy:1
|
||||||
sys-apps/dbus
|
sys-apps/dbus
|
||||||
|
x11-libs/gdk-pixbuf:2
|
||||||
x11-libs/gtk+:3
|
x11-libs/gtk+:3
|
||||||
"
|
"
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
BDEPEND="
|
BDEPEND="$(vala_depend)"
|
||||||
dev-lang/vala
|
|
||||||
dev-util/meson
|
src_prepare() {
|
||||||
"
|
default
|
||||||
|
vala_setup
|
||||||
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
local emesonargs=(
|
local emesonargs=(
|
||||||
Reference in New Issue
Block a user