vial 0.7.5-7
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
name='vial'
|
||||
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_ru='Кроссплатформенный GUI с открытым исходным кодом для настройки клавиатуры в реальном времени'
|
||||
homepage='https://get.vial.today/'
|
||||
@@ -48,7 +48,7 @@ package() {
|
||||
install-desktop ${srcdir}/squashfs-root/Vial.desktop
|
||||
|
||||
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"
|
||||
ln -s "${pkgdir}/opt/vial/vial.AppImage" "${pkgdir}/usr/bin/${name}"
|
||||
@@ -61,5 +61,5 @@ files() {
|
||||
files-find "./opt/vial/**"
|
||||
files-find-share "applications"
|
||||
files-find-share "icons"
|
||||
files-find "./usr/lib/udev/rules.d"
|
||||
files-find "./usr/lib/udev/rules.d/**"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user