refactor: mv res/dist/arch => deploy/dist/arch

This commit is contained in:
sithlord48
2024-11-10 20:10:19 -05:00
committed by Nick Bolton
parent 5ddc7f8b0c
commit 6e5c6bcf80
3 changed files with 9 additions and 6 deletions

View File

@ -188,10 +188,6 @@ macro(configure_linux_packaging)
# 12), so we must add it manually.
set(CPACK_DEBIAN_PACKAGE_DEPENDS "qt6-qpa-plugins")
# Prepare PKGBUILD for Arch Linux
configure_file(${DESKFLOW_PROJECT_RES_DIR}/dist/arch/PKGBUILD.in
${CMAKE_BINARY_DIR}/PKGBUILD @ONLY)
endmacro()
#

View File

@ -25,4 +25,11 @@ elseif(NOT APPLE)
RENAME org.deskflow.deskflow.png
)
# Prepare PKGBUILD for Arch Linux
configure_file(
${CMAKE_CURRENT_LIST_DIR}/dist/arch/PKGBUILD.in
${CMAKE_BINARY_DIR}/PKGBUILD
@ONLY
)
endif()

View File

@ -1,6 +1,6 @@
# Maintainer: @DESKFLOW_MAINTAINER@
# Maintainer: Deskflow Developers
pkgname=@DESKFLOW_APP_ID@
pkgname=deskflow
pkgver=@DESKFLOW_VERSION@
pkgrel=1
pkgdesc="Mouse and keyboard sharing utility"