mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-16 06:28:52 -04:00
mpv-plugin/kdialog-open-files: new package, add 20221015
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
parent
6b77508f08
commit
f9b5741641
1
mpv-plugin/kdialog-open-files/Manifest
Normal file
1
mpv-plugin/kdialog-open-files/Manifest
Normal file
@ -0,0 +1 @@
|
||||
DIST kdialog-open-files-20221015.tar.gz 1762 BLAKE2B a6c512d7bb2f9c15213a02a754074e7ee1546cff45ab16a4a004d8f9d3247684122b7206cb48e62f63f2d906e1e44a78371500a49e2f077157c6982dddaf329c SHA512 36c478df6d1893fed3f5f1fbf8d9c9b1b1569cd19f02a9eece57b2c5877ab928a3b4bbe2b88047eb772ba5f2f6413f3d2d8005b950403f34c1f8494a1d7dfd2b
|
@ -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 )
|
8
mpv-plugin/kdialog-open-files/metadata.xml
Normal file
8
mpv-plugin/kdialog-open-files/metadata.xml
Normal file
@ -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>
|
Loading…
x
Reference in New Issue
Block a user