summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasanori Ohgita2019-07-26 13:01:36 +0900
committerMasanori Ohgita2019-07-26 13:01:36 +0900
commitf47b1595227f208e2e5b38334d4210c1cc561fda (patch)
treec4218b4f279d6c93bfd3d3b0f305e69453ddbdbb
parent61b35c94aafd6241c07e157d216782f4624e3f66 (diff)
downloadaur-maixpy-ide.tar.gz
Fix: missing files
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
-rw-r--r--maixpy-ide.desktop10
3 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e361dba44203..564bd0b000d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 5.1.3
-# Fri Jul 26 03:25:19 UTC 2019
pkgbase = maixpy-ide
pkgdesc = Micropython env for Sipeed Maix boards
pkgver = 0.2.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/sipeed/MaixPy
install = maixpy-ide.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 03b63544623f..eaba0058e236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Masanori Ohgita <mp_aur[at]ohgita[dot]info>
pkgname=maixpy-ide
pkgver=0.2.3
-pkgrel=1
+pkgrel=2
pkgdesc="Micropython env for Sipeed Maix boards"
url="https://github.com/sipeed/MaixPy"
arch=('x86_64')
diff --git a/maixpy-ide.desktop b/maixpy-ide.desktop
new file mode 100644
index 000000000000..75b6a9c52827
--- /dev/null
+++ b/maixpy-ide.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Type=Application
+Version=1.0
+Name=MaixPy IDE
+Exec=maixpy-ide %f
+Icon=
+Comment=Micropython env for Sipeed Maix boards
+Terminal=false
+StartupNotify=true
+Categories=Development;IDE;