From 2771f79232c273bc2a57d23bf335dd81ccf6af28 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 5 Dec 2021 02:47:11 +0000 Subject: gentoo resync : 05.12.2021 --- gui-apps/mako/Manifest | 4 ++-- gui-apps/mako/mako-1.6-r1.ebuild | 52 ++++++++++++++++++++++++++++++++++++++++ gui-apps/mako/mako-1.6.ebuild | 52 ---------------------------------------- gui-apps/mako/mako-9999.ebuild | 4 ++-- 4 files changed, 56 insertions(+), 56 deletions(-) create mode 100644 gui-apps/mako/mako-1.6-r1.ebuild delete mode 100644 gui-apps/mako/mako-1.6.ebuild (limited to 'gui-apps/mako') diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest index 6542f5ecdc4f..5f3897f9434c 100644 --- a/gui-apps/mako/Manifest +++ b/gui-apps/mako/Manifest @@ -1,4 +1,4 @@ DIST mako-1.6.tar.gz 60468 BLAKE2B 77fcd52e69d6e253d0afb2b0057c94090c0ad6f6bd929eafb88808ad7b7a0deb76f06af99de8bc94064436c47a4110aa2314557b7ff068ba482f285f2ea23e13 SHA512 1b503779b5607ae072d72ba43a2c4557fdf9fdad113e5a2370eb2e603e51422b3a483ac5f4a948ae33d62e7d9e86a6bbc89b2cba98647c4789505a49981c8baf -EBUILD mako-1.6.ebuild 926 BLAKE2B d6a9f0ffc7f9396f186f7274e5bd79892c097d7f86b68b5fcaae43cc12e200039c3b60976e6daba90b5255fb56a523cc010181604a4e216e0db7d14b8a98910d SHA512 7e4673c1ac39af7db0299087fb5e389ba7dc6fcab35c62260c7b5d6a33f83e5f3dee615258d4860b5f2c5dd8bce5565f6200344fe118ece8bdf1042b2ae7e3e4 -EBUILD mako-9999.ebuild 922 BLAKE2B d6cf730dc689cef6170179b99120b6f5ab5e2a51936688e4052de88f1bfe53299cb4e229287a0db52f173628350631bbc6a4d79d34b0c30ef7e8b587eca32287 SHA512 ba858ca07c748cbd7e89168fb56c4ad97eab3d654f393612242bd8e7203e89028ec65d4e44942ec802a82ea2d15a51ef27a94458c8c0d18ff16277ee0bef092b +EBUILD mako-1.6-r1.ebuild 912 BLAKE2B 22e0a9c31a1ae20554a762b4e13a39b0adf97aa0b3546f2bd0479a118e80b287bbf4bdc1827d24d3b9b9fe31c25570e37ec288458c40b6a3a00583783191a172 SHA512 9ead218437ae9d7d9d42094860b867bc7ace0677c94c0350dba4d2c22e291e004b586fe869b45d362dde726422b54a534adee51176c54ff9e59447d7e013e982 +EBUILD mako-9999.ebuild 908 BLAKE2B b85e6815d41f2be41983850158f3b37c8d5055dcd9378c527fcd299705770ea173d799143fc03c683956778902869dda705da730ffa0ff33eee2aa592c76609e SHA512 26d77596b93be3155a9d34794406e863b7903d53d9460917019af65c5fd876e16aacca530e425396032c9db2283119bf8b52b80ea1ed34061b629a7b79195003 MISC metadata.xml 529 BLAKE2B 4f2efb156f415c6ac8c411f200ef91235304bb2b4cc794ccab638e401164964d8e0268f3ecba0f5dc59bd80c38d0af6fe90b8b8498c317fed041615e4d965ee3 SHA512 f7186a5e6122993c032d502103485093db262193834f568b19a3c19b3b5187e7cfc658c11a53fd47ebb57e091db8734e6f83c4cf99b740fd6f99478bc4275405 diff --git a/gui-apps/mako/mako-1.6-r1.ebuild b/gui-apps/mako/mako-1.6-r1.ebuild new file mode 100644 index 000000000000..04524a673446 --- /dev/null +++ b/gui-apps/mako/mako-1.6-r1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson + +DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway." +HOMEPAGE="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 arm64 x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+icons" + +DEPEND=" + dev-libs/wayland + x11-libs/pango + x11-libs/cairo + || ( + sys-apps/systemd + sys-auth/elogind + ) + sys-apps/dbus + icons? ( + x11-libs/gtk+:3 + x11-libs/gdk-pixbuf + ) +" +RDEPEND=" + ${DEPEND} + >=dev-libs/wayland-protocols-1.21 +" +BDEPEND=" + virtual/pkgconfig + app-text/scdoc +" + +src_configure() { + local emesonargs=( + -Dicons=$(usex icons enabled disabled) + "-Dwerror=false" + ) + meson_src_configure +} diff --git a/gui-apps/mako/mako-1.6.ebuild b/gui-apps/mako/mako-1.6.ebuild deleted file mode 100644 index 322e6c5a0882..000000000000 --- a/gui-apps/mako/mako-1.6.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit meson - -DESCRIPTION="A lightweight notification daemon for Wayland. Works on Sway." -HOMEPAGE="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 arm64 x86" -fi - -LICENSE="MIT" -SLOT="0" -IUSE="+icons" - -DEPEND=" - dev-libs/wayland - x11-libs/pango - x11-libs/cairo - || ( - sys-apps/systemd - sys-auth/elogind - ) - sys-apps/dbus[user-session] - icons? ( - x11-libs/gtk+:3 - x11-libs/gdk-pixbuf - ) -" -RDEPEND=" - ${DEPEND} - >=dev-libs/wayland-protocols-1.21 -" -BDEPEND=" - virtual/pkgconfig - app-text/scdoc -" - -src_configure() { - local emesonargs=( - -Dicons=$(usex icons enabled disabled) - "-Dwerror=false" - ) - meson_src_configure -} diff --git a/gui-apps/mako/mako-9999.ebuild b/gui-apps/mako/mako-9999.ebuild index b615074bfcda..03bb69943550 100644 --- a/gui-apps/mako/mako-9999.ebuild +++ b/gui-apps/mako/mako-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ DEPEND=" sys-apps/systemd sys-auth/elogind ) - sys-apps/dbus[user-session] + sys-apps/dbus icons? ( x11-libs/gtk+:3 x11-libs/gdk-pixbuf -- cgit v1.2.3