diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 17:20:26 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-31 10:27:52 -0400 |
commit | a7717ac3699377af3e2d81853608962bcd7f9a94 (patch) | |
tree | 99413d7cdaabef13766465fc6ed62762dc38e5e7 /media-video/subtitleeditor | |
parent | media-video/pitivi: Set remote-id (diff) | |
download | gentoo-a7717ac3699377af3e2d81853608962bcd7f9a94.tar.gz gentoo-a7717ac3699377af3e2d81853608962bcd7f9a94.tar.bz2 gentoo-a7717ac3699377af3e2d81853608962bcd7f9a94.zip |
media-video/subtitleeditor: Set remote-id
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-video/subtitleeditor')
-rw-r--r-- | media-video/subtitleeditor/metadata.xml | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/media-video/subtitleeditor/metadata.xml b/media-video/subtitleeditor/metadata.xml index 8f66a7d46a7f..af8748d8896e 100644 --- a/media-video/subtitleeditor/metadata.xml +++ b/media-video/subtitleeditor/metadata.xml @@ -1,11 +1,17 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>gnome@gentoo.org</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<longdescription lang="en"> -Subtitle Editor is a GTK+3 tool to edit subtitles for GNU/Linux/*BSD. It can be used for new subtitles or as a tool to transform, edit, correct and refine existing subtitle. This program also shows sound waves, which makes it easier to synchronise subtitles to voices. -</longdescription> + <maintainer type="project"> + <email>gnome@gentoo.org</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription lang="en"> + Subtitle Editor is a GTK+3 tool to edit subtitles for GNU/Linux/*BSD. It can + be used for new subtitles or as a tool to transform, edit, correct and + refine existing subtitle. This program also shows sound waves, which makes + it easier to synchronise subtitles to voices. + </longdescription> + <upstream> + <remote-id type="github">kitone/subtitleeditor</remote-id> + </upstream> </pkgmetadata> |