vial 0.7.5-7
This commit is contained in:
0
validate-alr.sh
Normal file → Executable file
0
validate-alr.sh
Normal file → Executable file
@@ -1 +1 @@
|
|||||||
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0660", GROUP="users", TAG+="uaccess", TAG+="udev-acl"
|
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{serial}=="*vial:f64c2b3c*", MODE="0666", TAG+="uaccess"
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
name='vial'
|
name='vial'
|
||||||
version='0.7.5'
|
version='0.7.5'
|
||||||
release='6'
|
release='7'
|
||||||
desc='Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA'
|
desc='Vial is an open-source cross-platform (Windows, Linux and Mac) GUI and a QMK fork for configuring your keyboard in real time, similar to VIA'
|
||||||
desc_ru='Кроссплатформенный GUI с открытым исходным кодом для настройки клавиатуры в реальном времени'
|
desc_ru='Кроссплатформенный GUI с открытым исходным кодом для настройки клавиатуры в реальном времени'
|
||||||
homepage='https://get.vial.today/'
|
homepage='https://get.vial.today/'
|
||||||
@@ -48,7 +48,7 @@ package() {
|
|||||||
install-desktop ${srcdir}/squashfs-root/Vial.desktop
|
install-desktop ${srcdir}/squashfs-root/Vial.desktop
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/share/"
|
install -dm755 "${pkgdir}/usr/share/"
|
||||||
cp -a "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
|
cp -r --no-preserve=ownership "${srcdir}/squashfs-root/usr/share/icons" "${pkgdir}/usr/share/"
|
||||||
|
|
||||||
install -dm755 "${pkgdir}/usr/bin"
|
install -dm755 "${pkgdir}/usr/bin"
|
||||||
ln -s "${pkgdir}/opt/vial/vial.AppImage" "${pkgdir}/usr/bin/${name}"
|
ln -s "${pkgdir}/opt/vial/vial.AppImage" "${pkgdir}/usr/bin/${name}"
|
||||||
@@ -61,5 +61,5 @@ files() {
|
|||||||
files-find "./opt/vial/**"
|
files-find "./opt/vial/**"
|
||||||
files-find-share "applications"
|
files-find-share "applications"
|
||||||
files-find-share "icons"
|
files-find-share "icons"
|
||||||
files-find "./usr/lib/udev/rules.d"
|
files-find "./usr/lib/udev/rules.d/**"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/env bash
|
#!/bin/env bash
|
||||||
udevadm control --reload-rules && udevadm trigger
|
udevadm control --reload-rules
|
||||||
|
udevadm trigger --subsystem-match=hidraw --action=change
|
||||||
Reference in New Issue
Block a user