swayfx: provides sway, for grimshot

Fix: #46873
This commit is contained in:
Đoàn Trần Công Danh 2023-10-25 12:41:13 +07:00
parent f79794a845
commit 2bdc61f2b8
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'swayfx' # Template file for 'swayfx'
pkgname=swayfx pkgname=swayfx
version=0.3.2 version=0.3.2
revision=1 revision=2
build_style=meson build_style=meson
configure_args="-Dwerror=false -Db_ndebug=false" configure_args="-Dwerror=false -Db_ndebug=false"
conf_files="/etc/sway/config" conf_files="/etc/sway/config"
@ -16,7 +16,9 @@ homepage="https://github.com/WillPower3309/swayfx"
changelog="https://github.com/WillPower3309/swayfx/releases" changelog="https://github.com/WillPower3309/swayfx/releases"
distfiles="https://github.com/WillPower3309/swayfx/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/WillPower3309/swayfx/archive/refs/tags/${version}.tar.gz"
checksum=05b5cdc2d25e9f05817556d7053c02f8b89c9ef629405fcba5b4d240d4fd0545 checksum=05b5cdc2d25e9f05817556d7053c02f8b89c9ef629405fcba5b4d240d4fd0545
conflicts="sway" conflicts="sway>=0"
provides="sway-${version}_1"
replaces="sway>=0"
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE