public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/kdialog-open-files/
@ 2022-10-17 12:08 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-10-17 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     bba4e7b70bec0293c3845d1b98d6bb204846b4b0
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Oct 17 12:07:27 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 12:07:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bba4e7b7

mpv-plugin/kdialog-open-files: update LICENSE

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

 mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
index dfb38fb28..55246298c 100644
--- a/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
+++ b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22"
 
 SRC_URI="https://gist.github.com/ntasos/${HASH}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="all-rights-reserved"
+LICENSE="Unlicense"
 KEYWORDS="~amd64"
 
 RDEPEND="


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

* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/kdialog-open-files/
@ 2022-10-17 12:08 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2022-10-17 12:08 UTC (permalink / raw
  To: gentoo-commits

commit:     f9b5741641862c14d7eeb5f8e712ce9573a4b033
Author:     Nicola Smaniotto <smaniotto.nicola <AT> gmail <DOT> com>
AuthorDate: Mon Oct 17 11:52:05 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Oct 17 11:52:21 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9b57416

mpv-plugin/kdialog-open-files: new package, add 20221015

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

 mpv-plugin/kdialog-open-files/Manifest             |  1 +
 .../kdialog-open-files-20221015.ebuild             | 29 ++++++++++++++++++++++
 mpv-plugin/kdialog-open-files/metadata.xml         |  8 ++++++
 3 files changed, 38 insertions(+)

diff --git a/mpv-plugin/kdialog-open-files/Manifest b/mpv-plugin/kdialog-open-files/Manifest
new file mode 100644
index 000000000..f092007fa
--- /dev/null
+++ b/mpv-plugin/kdialog-open-files/Manifest
@@ -0,0 +1 @@
+DIST kdialog-open-files-20221015.tar.gz 1762 BLAKE2B a6c512d7bb2f9c15213a02a754074e7ee1546cff45ab16a4a004d8f9d3247684122b7206cb48e62f63f2d906e1e44a78371500a49e2f077157c6982dddaf329c SHA512 36c478df6d1893fed3f5f1fbf8d9c9b1b1569cd19f02a9eece57b2c5877ab928a3b4bbe2b88047eb772ba5f2f6413f3d2d8005b950403f34c1f8494a1d7dfd2b

diff --git a/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
new file mode 100644
index 000000000..dfb38fb28
--- /dev/null
+++ b/mpv-plugin/kdialog-open-files/kdialog-open-files-20221015.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_MPV="rdepend"
+MPV_REQ_USE="lua"
+inherit mpv-plugin
+
+HASH="d1d846abd7d25e4e83a78d22ee067a22"
+COMMIT="b23b20e830bba024836f8b09412000658edee95c"
+MY_P="${PN}-${COMMIT}"
+
+DESCRIPTION="Use KDialog to add files to playlist, subtitles to playing video or open URLs"
+HOMEPAGE="https://gist.github.com/ntasos/d1d846abd7d25e4e83a78d22ee067a22"
+
+SRC_URI="https://gist.github.com/ntasos/${HASH}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	kde-apps/kdialog
+	x11-misc/xdotool
+"
+
+S="${WORKDIR}/${HASH}-${COMMIT}"
+
+MPV_PLUGIN_FILES=( ${PN}.lua )

diff --git a/mpv-plugin/kdialog-open-files/metadata.xml b/mpv-plugin/kdialog-open-files/metadata.xml
new file mode 100644
index 000000000..be3f1030e
--- /dev/null
+++ b/mpv-plugin/kdialog-open-files/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] 2+ messages in thread

end of thread, other threads:[~2022-10-17 12:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-17 12:08 [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/kdialog-open-files/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2022-10-17 12:08 Andrew Ammerlaan

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