summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortaotieren2021-06-04 21:38:27 +0800
committertaotieren2021-06-04 21:38:27 +0800
commit64bdfff4ecde07a4abf3338772442a11c11646c1 (patch)
treeda0ab259266d9f0e4d804d0f5874355525c43822
parent78a79287b9dc65fc112c3cf6435e935bdd97d500 (diff)
downloadaur-64bdfff4ecde07a4abf3338772442a11c11646c1.tar.gz
Update xboot
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a039d104047..a790f229b16c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = xboot-git
pkgdesc = The extensible bootloader for embedded system with application engine, write once, run everywhere. (Linux Sandbox for x86_64)
- pkgver = v1.50.3008.g8934405d4
+ pkgver = v1.50.3009.ge4f340b96
pkgrel = 1
url = https://github.com/xboot/xboot
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d13b099e2cfe..f9cf922c7a59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: taotieren <admin@taotieren.com>
pkgname=xboot-git
-pkgver=v1.50.3008.g8934405d4
+pkgver=v1.50.3009.ge4f340b96
pkgrel=1
pkgdesc="The extensible bootloader for embedded system with application engine, write once, run everywhere. (Linux Sandbox for x86_64)"
arch=('x86_64')
@@ -32,20 +32,19 @@ package() {
install -Dm0755 "${srcdir}/${pkgname%-git}/output/${pkgname%-git}" "${pkgdir}/usr/bin/${pkgname%-git}"
install -Dm0644 "${srcdir}/${pkgname%-git}/LICENSE" "${pkgdir}/usr/share/licenses/${pkgname%-git}/LICENSE"
install -Dm0644 "${srcdir}/${pkgname%-git}/developments/logo/xboot-logo.svg" "${pkgdir}/usr/share/pixmaps/${pkgname%-git}.svg"
- install -Dm0644 "${srcdir}/${pkgname%-git}/developments/logo/xboot-logo.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/mimetypes/application-${pkgname%-git}.svg"
+ install -Dm0644 "${srcdir}/${pkgname%-git}/developments/logo/xboot-logo.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/mimetypes/application-x-${pkgname%-git}.svg"
install -Dm0644 /dev/stdin "${pkgdir}/usr/share/applications/${pkgname%-git}.desktop" << EOF
[Desktop Entry]
Name=${pkgname%-git}
Name[zh_CN]=${pkgname%-git}
Comment=The runtime environment
-MimeType=application/${pkgname%-git};
+MimeType=application/x-${pkgname%-git};
Exec=${pkgname%-git} %f
Type=Application
Categories=Development;Game;
Terminal=false
Icon=${pkgname%-git}
-NoDisplay=true
Version=${pkgver}
EOF