Skip to content

Commit

Permalink
RPM & CI: Build rpm packages against native qtsingleapplication
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Müller <marcus_clementine@baseband.digital>
  • Loading branch information
Marcus Müller authored and hatstand committed Sep 20, 2023
1 parent f3837f9 commit 3f572a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/all.yml
Expand Up @@ -231,6 +231,7 @@ jobs:
qt5-qtbase-devel
qt5-qtx11extras-devel
qt5-rpm-macros
qtsingleapplication-qt5-devel
rpmdevtools
sha2-devel
sparsehash-devel
Expand All @@ -242,7 +243,7 @@ jobs:
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
working-directory: bin
run: cmake ..
run: cmake -DUSE_SYSTEM_QTSINGLEAPPLICATION=On ..
- name: Build source tarball
working-directory: bin
run: ../dist/maketarball.sh
Expand Down Expand Up @@ -303,6 +304,7 @@ jobs:
qt5-qtbase-devel
qt5-qtx11extras-devel
qt5-rpm-macros
qtsingleapplication-qt5-devel
rpmdevtools
sha2-devel
sparsehash-devel
Expand All @@ -314,7 +316,7 @@ jobs:
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
working-directory: bin
run: cmake ..
run: cmake -DUSE_SYSTEM_QTSINGLEAPPLICATION=On ..
- name: Build source tarball
working-directory: bin
run: ../dist/maketarball.sh
Expand Down Expand Up @@ -375,6 +377,7 @@ jobs:
qt5-qtbase-devel
qt5-qtx11extras-devel
qt5-rpm-macros
qtsingleapplication-qt5-devel
rpmdevtools
sha2-devel
sparsehash-devel
Expand All @@ -386,7 +389,7 @@ jobs:
run: git config --global --add safe.directory ${GITHUB_WORKSPACE}
- name: cmake
working-directory: bin
run: cmake ..
run: cmake -DUSE_SYSTEM_QTSINGLEAPPLICATION=On ..
- name: Build source tarball
working-directory: bin
run: ../dist/maketarball.sh
Expand Down
1 change: 1 addition & 0 deletions dist/clementine.spec.in
Expand Up @@ -18,6 +18,7 @@ BuildRequires: liblastfm-qt5-devel
BuildRequires: desktop-file-utils
BuildRequires: hicolor-icon-theme
BuildRequires: libappstream-glib
BuildRequires: qtsingleapplication-qt5-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gio-2.0)
Expand Down

0 comments on commit 3f572a4

Please sign in to comment.