Add new Debian release
Some checks failed
Build / build-gentoo (push) Failing after 1m9s
Build / download-system-deps (push) Successful in 3m44s
Build / get-source-code (push) Successful in 10m23s
Build / build-deb (push) Successful in 11m10s
Build / build-appimage (push) Successful in 4m39s
Build / build-android (push) Failing after 3m3s
Build / build-windows (push) Failing after 7m30s
Some checks failed
Build / build-gentoo (push) Failing after 1m9s
Build / download-system-deps (push) Successful in 3m44s
Build / get-source-code (push) Successful in 10m23s
Build / build-deb (push) Successful in 11m10s
Build / build-appimage (push) Successful in 4m39s
Build / build-android (push) Failing after 3m3s
Build / build-windows (push) Failing after 7m30s
This commit is contained in:
parent
cb0b4cf1e7
commit
2c2892e0db
2 changed files with 8 additions and 1 deletions
|
@ -583,7 +583,7 @@ if (${BUILD_SDL2})
|
||||||
install(EXPORT SDL2-static SDL2main)
|
install(EXPORT SDL2-static SDL2main)
|
||||||
endif()
|
endif()
|
||||||
if (NOT DEFINED EMSCRIPTEN)
|
if (NOT DEFINED EMSCRIPTEN)
|
||||||
install(FILES assets/icon.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/)
|
install(FILES assets/icon.svg DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps/ RENAME looper.svg)
|
||||||
install(FILES assets/com.complecwaft.Looper.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
|
install(FILES assets/com.complecwaft.Looper.desktop DESTINATION ${CMAKE_INSTALL_DATADIR}/applications)
|
||||||
install(FILES assets/com.complecwaft.Looper.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
|
install(FILES assets/com.complecwaft.Looper.metainfo.xml DESTINATION ${CMAKE_INSTALL_DATADIR}/metainfo)
|
||||||
install(DIRECTORY assets/translations/ TYPE LOCALE PATTERN "*" EXCLUDE PATTERN "looper.pot")
|
install(DIRECTORY assets/translations/ TYPE LOCALE PATTERN "*" EXCLUDE PATTERN "looper.pot")
|
||||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
||||||
|
looper (1.dev2) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* Fix QT UI endlessly setting parameters and seeking
|
||||||
|
* Fix icon being named incorrectly
|
||||||
|
* Update icon
|
||||||
|
|
||||||
|
-- Zachary Hall <catmeow@complecwaft.com> Thu, 19 Dec 2024 11:38:00 -0800
|
||||||
looper (1.dev) UNRELEASED; urgency=medium
|
looper (1.dev) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
Loading…
Reference in a new issue