Skip to content

Commit

Permalink
qt5ct: Housekeeping (#2354)
Browse files Browse the repository at this point in the history
**Summary**

- Switch `qt5-svg` from builddeps to rundeps per
[documentation](https://sourceforge.net/p/qt5ct/code/HEAD/tree/trunk/qt5ct/)
- Add monitoring.yml

**Test Plan**

Set theme on Qt5 app (Citra)

**Checklist**

- [x] Package was built and tested against unstable
  • Loading branch information
davidjharder authored Apr 29, 2024
2 parents 3dcfee0 + abb4dc5 commit 0e5312b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 9 deletions.
6 changes: 6 additions & 0 deletions packages/q/qt5ct/monitoring.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
releases:
id: 10638
rss: https://sourceforge.net/projects/qt5ct/rss?limit=200
# No known CPE, checked 2024-04-22
security:
cpe: ~
5 changes: 3 additions & 2 deletions packages/q/qt5ct/package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name : qt5ct
version : '1.8'
release : 12
release : 13
source :
- https://sourceforge.net/projects/qt5ct/files/qt5ct-1.8.tar.bz2/download : 23b74054415ea4124328772ef9a6f95083a9b86569e128034a3ff75dfad808e9
homepage : https://qt5ct.sourceforge.io/
Expand All @@ -10,8 +10,9 @@ summary : This program allows users to configure Qt5 settings (theme, font, i
description: |
This program allows users to configure Qt5 settings (theme, font, icons, etc.) under DE/WM without Qt integration.
builddeps :
- pkgconfig(Qt5Svg)
- pkgconfig(Qt5UiTools)
rundeps :
- qt5-svg
setup : |
%qmake
build : |
Expand Down
14 changes: 7 additions & 7 deletions packages/q/qt5ct/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>qt5ct</Name>
<Homepage>https://qt5ct.sourceforge.io/</Homepage>
<Packager>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Packager>
<License>BSD-2-Clause</License>
<PartOf>desktop.qt</PartOf>
Expand Down Expand Up @@ -48,19 +48,19 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="12">qt5ct</Dependency>
<Dependency release="13">qt5ct</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib64/libqt5ct-common.so</Path>
</Files>
</Package>
<History>
<Update release="12">
<Date>2024-04-04</Date>
<Update release="13">
<Date>2024-04-22</Date>
<Version>1.8</Version>
<Comment>Packaging update</Comment>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
<Name>Muhammad Alfi Syahrin</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 0e5312b

Please sign in to comment.