refactor: mv res/dist/arch => deploy/dist/arch
This commit is contained in:
@ -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()
|
||||
|
||||
#
|
||||
|
||||
@ -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()
|
||||
|
||||
@ -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"
|
||||
Reference in New Issue
Block a user