diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-08-02 04:49:19 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-08-02 04:49:19 +0100 |
commit | 567324b6954816e085ab34edc30e531d26aed9f0 (patch) | |
tree | 80adbce807b40feae7fb1c5eb8ad5f94aa6f218e /gui-apps/mako | |
parent | 7a7daa06a06110abc743b5ebd9da85620a5679b4 (diff) |
gentoo auto-resync : 02:08:2023 - 04:49:19
Diffstat (limited to 'gui-apps/mako')
-rw-r--r-- | gui-apps/mako/Manifest | 3 | ||||
-rw-r--r-- | gui-apps/mako/mako-1.7.1-r1.ebuild | 71 | ||||
-rw-r--r-- | gui-apps/mako/mako-1.7.1.ebuild | 62 |
3 files changed, 0 insertions, 136 deletions
diff --git a/gui-apps/mako/Manifest b/gui-apps/mako/Manifest index 7b9abccff1e9..4b7210979ebe 100644 --- a/gui-apps/mako/Manifest +++ b/gui-apps/mako/Manifest @@ -1,7 +1,4 @@ -DIST mako-1.7.1.tar.gz 62511 BLAKE2B 2556e0be7181999624cfa09898649c61a18691559c9693660db0ff79966bead32c327f217ecc66110526f5dfe02154083334ae8fa82f110869a59f29fa9bc5ae SHA512 a6066327fe6f19eb2717773dca0ea52eb1ad5c402780d12aa07b184f8a11c27a7c77e5c037cd9ff618bce35caa740da1af6ad3b41509e80e75ab5c0efb032588 DIST mako-1.8.0.tar.gz 63143 BLAKE2B da39c1d2a1748649432d2760831cee7c9b135114b8e36c48a87900d9a3610fc5103c15f2ed511344d84a3142aa76ddd3680177318d0e096ad0574952632dc0b7 SHA512 d187c00296f3c3d4fb2c5964a95e1ac6ab74deb7dc27633d8e8301d60d90e4dc92b0ee66953670c42a3c08160536a4126ee747214c4ea05a30a80fd5e2004ad0 -EBUILD mako-1.7.1-r1.ebuild 1348 BLAKE2B bd07cade08d52298c358b124589a080d49d1bfa7f4b88457ad1e84b4508178a66f77f65e94da410a3d8b00a90ef550f98be56634d4c3187c564c27f47934f0cb SHA512 45d5c24425dc28f52d40b3b6c6358bdbb2307ad27eeaefd3278d063a9b80b83b2f2d554342a9209c43e2bbcacc036f74eb8a43cc47e39d7b81e162a314a30d5b -EBUILD mako-1.7.1.ebuild 1172 BLAKE2B 9981e00c6aa928052b4c84a218c2f6f9f05212908c06691ffebb6130f51ae9ebb586bf77f5e4efad42e4196db91d2755f77bf0413de275469bf5b5bf5fe2d368 SHA512 4d67a4b0e07525652ed949c160e05aa202c174edcfb037eae6ba7d1ee02f74100ac8445879362ce17f2d9f94e26fd22d4fa5f058e1c61db858c12a32ddbf6739 EBUILD mako-1.8.0.ebuild 1346 BLAKE2B 71bdb378d1544db1218f94a45f8f8665e0daa4434f8532ecacf840fa3b5bbc5d21f8f41f5b945ce5c625a832b0243bdd5ac2b7c75bcbdaa16ae4c4ff988cc106 SHA512 f0bfd4242c0c3eb049c560a77ce2ff4ed35c2a97d95b17500aadcea116ca345e31c35f019727d0f8b7b4d20edbf893ccfcd7d809ec3d0cd25e11ff6fa410f535 EBUILD mako-9999.ebuild 1348 BLAKE2B bd07cade08d52298c358b124589a080d49d1bfa7f4b88457ad1e84b4508178a66f77f65e94da410a3d8b00a90ef550f98be56634d4c3187c564c27f47934f0cb SHA512 45d5c24425dc28f52d40b3b6c6358bdbb2307ad27eeaefd3278d063a9b80b83b2f2d554342a9209c43e2bbcacc036f74eb8a43cc47e39d7b81e162a314a30d5b MISC metadata.xml 529 BLAKE2B 4f2efb156f415c6ac8c411f200ef91235304bb2b4cc794ccab638e401164964d8e0268f3ecba0f5dc59bd80c38d0af6fe90b8b8498c317fed041615e4d965ee3 SHA512 f7186a5e6122993c032d502103485093db262193834f568b19a3c19b3b5187e7cfc658c11a53fd47ebb57e091db8734e6f83c4cf99b740fd6f99478bc4275405 diff --git a/gui-apps/mako/mako-1.7.1-r1.ebuild b/gui-apps/mako/mako-1.7.1-r1.ebuild deleted file mode 100644 index 13a9eb711c00..000000000000 --- a/gui-apps/mako/mako-1.7.1-r1.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit meson systemd - -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="elogind +icons systemd" - -RDEPEND=" - dev-libs/wayland - x11-libs/pango - x11-libs/cairo - || ( - systemd? ( sys-apps/systemd ) - elogind? ( sys-auth/elogind ) - sys-libs/basu - ) - sys-apps/dbus - icons? ( - x11-libs/gtk+:3 - x11-libs/gdk-pixbuf - ) -" -DEPEND=" - ${RDEPEND} - >=dev-libs/wayland-protocols-1.21 -" -BDEPEND=" - app-text/scdoc - dev-util/wayland-scanner - virtual/pkgconfig -" - -src_configure() { - local emesonargs=( - -Dicons=$(usex icons enabled disabled) - -Dzsh-completions=true - -Dfish-completions=true - -Dbash-completions=true - ) - - if use systemd ; then - emesonargs+=( -Dsd-bus-provider=libsystemd ) - elif use elogind ; then - emesonargs+=( -Dsd-bus-provider=libelogind ) - else - emesonargs+=( -Dsd-bus-provider=basu ) - fi - - meson_src_configure -} - -src_install() { - meson_src_install - - systemd_douserunit contrib/systemd/mako.service -} diff --git a/gui-apps/mako/mako-1.7.1.ebuild b/gui-apps/mako/mako-1.7.1.ebuild deleted file mode 100644 index 925e99a9c3eb..000000000000 --- a/gui-apps/mako/mako-1.7.1.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -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="elogind +icons systemd" - -DEPEND=" - dev-libs/wayland - dev-util/wayland-scanner - x11-libs/pango - x11-libs/cairo - || ( - systemd? ( sys-apps/systemd ) - elogind? ( sys-auth/elogind ) - sys-libs/basu - ) - 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) - ) - - if use systemd ; then - emesonargs+=( -Dsd-bus-provider=libsystemd ) - elif use elogind ; then - emesonargs+=( -Dsd-bus-provider=libelogind ) - else - emesonargs+=( -Dsd-bus-provider=basu ) - fi - - meson_src_configure -} |