Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix commit without message #4370

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions common/Scripts/appstream_ignored_packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ alsa-tools
amfora
autokey-py3
cdemu-client
yad
3 changes: 3 additions & 0 deletions packages/b/brewtarget/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -1794,6 +1794,8 @@ libstdc++.so.6:_ZNSi10_M_extractIlEERSiRT_
libstdc++.so.6:_ZNSi3getERc
libstdc++.so.6:_ZNSi4readEPcl
libstdc++.so.6:_ZNSi6sentryC1ERSib
libstdc++.so.6:_ZNSo3putEc
libstdc++.so.6:_ZNSo5flushEv
libstdc++.so.6:_ZNSo5writeEPKcl
libstdc++.so.6:_ZNSo9_M_insertIdEERSoT_
libstdc++.so.6:_ZNSo9_M_insertIlEERSoT_
Expand Down Expand Up @@ -1891,6 +1893,7 @@ libstdc++.so.6:_ZSt28__throw_bad_array_new_lengthv
libstdc++.so.6:_ZSt29_Rb_tree_insert_and_rebalancebPSt18_Rb_tree_node_baseS0_RS_
libstdc++.so.6:_ZSt4cerr
libstdc++.so.6:_ZSt7nothrow
libstdc++.so.6:_ZStlsISt11char_traitsIcEERSt13basic_ostreamIcT_ES5_PKc
libstdc++.so.6:_ZTINSt10filesystem7__cxx1116filesystem_errorE
libstdc++.so.6:_ZTINSt3_V214error_categoryE
libstdc++.so.6:_ZTINSt6locale5facetE
Expand Down
6 changes: 3 additions & 3 deletions packages/b/brewtarget/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : brewtarget
version : 4.0.9
release : 15
version : 4.0.10
release : 16
source :
- git|https://github.com/Brewtarget/brewtarget.git : v4.0.9
- git|https://github.com/Brewtarget/brewtarget.git : v4.0.10
homepage : https://github.com/Brewtarget/brewtarget
license :
- BSD-2-Clause
Expand Down
7 changes: 4 additions & 3 deletions packages/b/brewtarget/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
<Path fileType="data">/usr/share/brewtarget/sounds/stirMash.wav</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_ca.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_cs.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_da.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_de.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_el.qm</Path>
<Path fileType="data">/usr/share/brewtarget/translations_qm/bt_en.qm</Path>
Expand All @@ -89,9 +90,9 @@
</Files>
</Package>
<History>
<Update release="15">
<Date>2024-11-05</Date>
<Version>4.0.9</Version>
<Update release="16">
<Date>2024-11-16</Date>
<Version>4.0.10</Version>
<Comment>Packaging update</Comment>
<Name>Troy Harvey</Name>
<Email>[email protected]</Email>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.trizen.youtube_viewer</id>

<name>youtube-viewer</name>
<summary>Lightweight YouTube client for Linux </summary>

<metadata_license>CC0-1.0</metadata_license>
<project_license>Artistic-2.0</project_license>

<description>
<p>
A lightweight application for searching and playing videos from YouTube.
</p>
</description>

<launchable type="desktop-id">gtk-youtube-viewer.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://user-images.githubusercontent.com/614513/127563797-704a7fcf-54eb-4540-bd32-a11edc629dac.png</image>
</screenshot>
<screenshot>
<image>https://user-images.githubusercontent.com/614513/97738550-6d0faf00-1ad6-11eb-84ec-d37f28073d9d.png</image>
</screenshot>
</screenshots>
</component>
3 changes: 2 additions & 1 deletion packages/y/youtube-viewer/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : youtube-viewer
version : 3.11.3
release : 42
release : 43
source :
- https://github.com/trizen/youtube-viewer/archive/refs/tags/3.11.3.tar.gz : f750637f8ce71648e8f0fe44ba34c3b944f46b2cc499ba5a19e773fe6b9ce7f2
homepage : https://github.com/trizen/youtube-viewer
Expand Down Expand Up @@ -33,6 +33,7 @@ install : |
%perl_install
install -Dm00644 $workdir/share/gtk-youtube-viewer.desktop $installdir/usr/share/applications/gtk-youtube-viewer.desktop
install -Dm00644 $workdir/share/icons/gtk-youtube-viewer.png $installdir/usr/share/pixmaps/gtk-youtube-viewer.png
install -Dm00644 $pkgfiles/io.github.trizen.youtube_viewer.metainfo.xml -t $installdir/usr/share/metainfo/
check : |
$workdir/Build test
patterns :
Expand Down
13 changes: 7 additions & 6 deletions packages/y/youtube-viewer/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>youtube-viewer</Name>
<Homepage>https://github.com/trizen/youtube-viewer</Homepage>
<Packager>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Packager>
<License>Artistic-2.0</License>
<PartOf>network.web</PartOf>
Expand Down Expand Up @@ -69,16 +69,17 @@
<Path fileType="man">/usr/share/man/man3/WWW::YoutubeViewer::Utils.3</Path>
<Path fileType="man">/usr/share/man/man3/WWW::YoutubeViewer::VideoCategories.3</Path>
<Path fileType="man">/usr/share/man/man3/WWW::YoutubeViewer::Videos.3</Path>
<Path fileType="data">/usr/share/metainfo/io.github.trizen.youtube_viewer.metainfo.xml</Path>
<Path fileType="data">/usr/share/pixmaps/gtk-youtube-viewer.png</Path>
</Files>
</Package>
<History>
<Update release="42">
<Date>2024-09-02</Date>
<Update release="43">
<Date>2024-11-16</Date>
<Version>3.11.3</Version>
<Comment>Packaging update</Comment>
<Name>Thomas Staudinger</Name>
<Email>Staudi.Kaos@gmail.com</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>malfisya.dev@hotmail.com</Email>
</Update>
</History>
</PISI>
Loading