public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-do-not-disturb/
@ 2022-05-03 12:14 Nicola Smaniotto
  0 siblings, 0 replies; 3+ messages in thread
From: Nicola Smaniotto @ 2022-05-03 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     a6e23bdfc826bdc3f16f67be0b6ae70936ccf0c0
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Tue May  3 12:05:21 2022 +0000
Commit:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
CommitDate: Tue May  3 12:14:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6e23bdf

mpv-plugin/kde-do-not-disturb: initial import

Signed-off-by: Nicola Smaniotto <smaniotto.nicola <AT> gmail.com>

 mpv-plugin/kde-do-not-disturb/Manifest             |  1 +
 .../kde-do-not-disturb-20220109.ebuild             | 31 ++++++++++++++++++++++
 mpv-plugin/kde-do-not-disturb/metadata.xml         |  8 ++++++
 3 files changed, 40 insertions(+)

diff --git a/mpv-plugin/kde-do-not-disturb/Manifest b/mpv-plugin/kde-do-not-disturb/Manifest
new file mode 100644
index 000000000..e88b36086
--- /dev/null
+++ b/mpv-plugin/kde-do-not-disturb/Manifest
@@ -0,0 +1 @@
+DIST kde-do-not-disturb-20220109.tar.gz 2091 BLAKE2B d4d49b4ce52a1594ea9a71eb6b12bd31e85c54951506b6c658cab5e9239a345f526c8fd246b445eaa4a4b65b8331b47db549a309d08e2abe6e122b1c3eabffb3 SHA512 6aec494b316d5d840bdc80d52c211d6d8c6c03e216c0cfe89915b036f58875cdc38fe5d02effdb70c97db45009aec367f1573dc37c40d0873a96da7f9dc093ca

diff --git a/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild
new file mode 100644
index 000000000..3bb13f1e8
--- /dev/null
+++ b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
+
+COMMIT="769b83b82c3bb749dd7878ca23e919cb5329ea64"
+MY_P="${PN}-${COMMIT}"
+
+DESCRIPTION="Disable the notifications while mpv is running"
+HOMEPAGE="https://gitlab.com/smaniottonicola/kde-do-not-disturb"
+
+SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Unlicense"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	dev-qt/qtdbus
+	virtual/pkgconfig
+"
+
+S="${WORKDIR}/${MY_P}"
+
+MPV_PLUGIN_FILES=( ${PN}.so )
+
+src_compile() {
+	emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}

diff --git a/mpv-plugin/kde-do-not-disturb/metadata.xml b/mpv-plugin/kde-do-not-disturb/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/mpv-plugin/kde-do-not-disturb/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>smaniotto.nicola@gmail.com</email>
+		<name>Nicola Smaniotto</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-do-not-disturb/
@ 2022-11-11 14:13 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-11-11 14:13 UTC (permalink / raw
  To: gentoo-commits

commit:     58a7a80634242192c7c1b4eb7cf708e560999978
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 11 14:12:45 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 11 14:12:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58a7a806

mpv-plugin/kde-do-not-disturb: fix MPV_REQ_USE

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild
index 3bb13f1e8..2b5880125 100644
--- a/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild
+++ b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild
@@ -3,27 +3,24 @@
 
 EAPI=8
 
-MPV_REQ_USE="cplugins,libmpv"
+MPV_REQ_USE="cplugins(+),libmpv"
 inherit mpv-plugin toolchain-funcs
 
 COMMIT="769b83b82c3bb749dd7878ca23e919cb5329ea64"
 MY_P="${PN}-${COMMIT}"
-
 DESCRIPTION="Disable the notifications while mpv is running"
 HOMEPAGE="https://gitlab.com/smaniottonicola/kde-do-not-disturb"
-
 SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
 
 LICENSE="Unlicense"
 KEYWORDS="~amd64"
 
 BDEPEND="
-	dev-qt/qtdbus
+	dev-qt/qtdbus:5
 	virtual/pkgconfig
 "
 
-S="${WORKDIR}/${MY_P}"
-
 MPV_PLUGIN_FILES=( ${PN}.so )
 
 src_compile() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-do-not-disturb/
@ 2022-11-11 16:10 Anna Vyalkova
  0 siblings, 0 replies; 3+ messages in thread
From: Anna Vyalkova @ 2022-11-11 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0fa24d9db29fd165cc56317d9582b773d716905a
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Nov 11 16:10:37 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Fri Nov 11 16:10:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0fa24d9d

mpv-plugin/kde-do-not-disturb: revbump

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>

 ...-not-disturb-20220109.ebuild => kde-do-not-disturb-20220109-r1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild b/mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109-r1.ebuild
similarity index 100%
rename from mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109.ebuild
rename to mpv-plugin/kde-do-not-disturb/kde-do-not-disturb-20220109-r1.ebuild


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-11-11 16:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-11 14:13 [gentoo-commits] repo/proj/guru:dev commit in: mpv-plugin/kde-do-not-disturb/ Anna Vyalkova
  -- strict thread matches above, loose matches on Subject: below --
2022-11-11 16:10 Anna Vyalkova
2022-05-03 12:14 Nicola Smaniotto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox