mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 17:11:56 +00:00
a35314d3fc
* add: VLC * cleanup: New macros and bump release down * fix: NO * Cleanup and check if VLC is where it thinks it is? * cat the log to see what's wrong * cat the log to see what's wrong * Try to get errors from this thing * Empty commit because GitHub is testing my patience Signed-off-by: Gilver <rockgrub@disroot.org> * Try this? * shdfshdfhj * Cleanup spec and see if this works * What now * This will have to do. --------- Signed-off-by: Gilver <rockgrub@disroot.org>
20 lines
728 B
Diff
20 lines
728 B
Diff
diff --git a/share/vlc.appdata.xml.in.in b/share/vlc.appdata.xml.in.in
|
|
index cc9c39a..3c55620 100644
|
|
--- a/share/vlc.appdata.xml.in.in
|
|
+++ b/share/vlc.appdata.xml.in.in
|
|
@@ -18,7 +18,7 @@
|
|
<url type="bugtracker">https://trac.videolan.org/vlc/</url>
|
|
<url type="donation">https://www.videolan.org/contribute.html</url>
|
|
<releases>
|
|
- <release version="@VERSION@" />
|
|
+ <release version="@VERSION@" date="@DATE@" />
|
|
</releases>
|
|
<provides>
|
|
<library>libvlc.so.5</library>
|
|
@@ -38,4 +38,5 @@
|
|
<image>http://images.videolan.org/vlc/screenshots/2.0.0/vlc-2.0-gnome3-debian.jpg</image>
|
|
</screenshot>
|
|
</screenshots>
|
|
+ <content_rating type="oars-1.1" />
|
|
</component>
|