summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHunter Wittenborn2021-03-24 12:45:08 -0500
committerHunter Wittenborn2021-03-24 12:45:08 -0500
commit96eefa28f5e6d56adc2c0af712f2caa56f23bef5 (patch)
tree0767528f02e4104fb269ebf1eca996b435ca1677
parente96c4ab51b4ab36a2f08a204003dd906d3e8e3cf (diff)
downloadaur-96eefa28f5e6d56adc2c0af712f2caa56f23bef5.tar.gz
Fix issue on .desktop file
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD10
-rw-r--r--bstudio.desktop10
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8692131e664..c0bcb797a074 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,14 @@
pkgbase = bootstrap-studio
pkgdesc = Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework.
pkgver = 5.5.4
- pkgrel = 1
+ pkgrel = 2
url = https://bootstrapstudio.io/
arch = x86_64
license = custom
source = https://bootstrapstudio.io/releases/desktop/5.5.4/Bootstrap Studio.AppImage
+ source = bstudio.desktop
+ sha256sums = SKIP
sha256sums = SKIP
pkgname = bootstrap-studio
+
diff --git a/PKGBUILD b/PKGBUILD
index e34d80f34391..1652ba9cf424 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,16 @@
pkgname=bootstrap-studio
pkgver=5.5.4
-pkgrel=1
+pkgrel=2
pkgdesc="Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework."
arch=("x86_64")
license=("custom")
url="https://bootstrapstudio.io/"
-source=("https://bootstrapstudio.io/releases/desktop/${pkgver}/Bootstrap Studio.AppImage")
-sha256sums=("SKIP")
+source=("https://bootstrapstudio.io/releases/desktop/${pkgver}/Bootstrap Studio.AppImage"
+ "bstudio.desktop")
+sha256sums=("SKIP"
+ "SKIP")
prepare() {
chmod +x "Bootstrap Studio.AppImage"
@@ -26,7 +28,7 @@ package() {
ln -s "${pkgdir}/opt/bootstrap-studio/squashfs-root/AppRun" "${pkgdir}/usr/bin/bootstrap-studio"
mkdir -p "${pkgdir}/usr/share/applications"
- cp -r "${srcdir}/squashfs-root/bstudio.desktop" "${pkgdir}/usr/share/applications/"
+ cp -r "${srcdir}/bstudio.desktop" "${pkgdir}/usr/share/applications/"
mkdir -p "${pkgdir}/usr/share/icons/hicolor/0x0/apps/"
cp -r "${srcdir}/squashfs-root/usr/share/icons/hicolor/0x0/apps/bstudio.png" "${pkgdir}/usr/share/icons/hicolor/0x0/apps/"
diff --git a/bstudio.desktop b/bstudio.desktop
new file mode 100644
index 000000000000..b6b596914a99
--- /dev/null
+++ b/bstudio.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Bootstrap Studio
+Exec=/opt/bootstrap-studio/squashfs-root/AppRun
+Terminal=false
+Type=Application
+Icon=bstudio
+StartupWMClass=Bootstrap Studio
+X-AppImage-Version=5.5.4
+Comment=Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework.
+Categories=Development;