summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 18 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4468a457f999..b188a227491b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kode-studio-bin
pkgdesc = Kode Studio is an IDE specifically tailored for Kha.
pkgver = 17.9.1
- pkgrel = 1
+ pkgrel = 2
url = http://kha.tech/download
arch = x86_64
license = MIT
@@ -17,7 +17,14 @@ pkgbase = kode-studio-bin
depends = libnotify
depends = libxss
depends = gvfs
- provides = vscode,visualstudiocode
+ optdepends = haxe: third-party Haxe library support
+ optdepends = g++: Linux target
+ optdepends = libxinerama: Linux target
+ optdepends = mesa: Linux target
+ optdepends = unity-editor: Unity target IDE
+ optdepends = android-studio: Android target IDE
+ optdepends = codeblocks: Linux target IDE
+ optdepends = eclipse-java: Java target IDE
source_x86_64 = https://github.com/Kode/KodeStudio/releases/download/v17.9.1/KodeStudio-linux64.tar.gz
source_x86_64 = kode-studio.desktop
sha256sums_x86_64 = a1ac4a5b9b74a8f5529ed616d6e4401599d1a33a4729eb1bdd7e5062a1b59cb0
diff --git a/PKGBUILD b/PKGBUILD
index 60d03e11a8fb..6bc183e52557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,20 @@
pkgname=kode-studio-bin
_pkgname=kode-studio
pkgver=17.9.1
-pkgrel=1
+pkgrel=2
pkgdesc="Kode Studio is an IDE specifically tailored for Kha."
arch=('x86_64')
url="http://kha.tech/download"
license=('MIT')
-provides=('vscode','visualstudiocode')
depends=(fontconfig libxtst gtk2 python cairo alsa-lib gconf nss gcc-libs libnotify libxss gvfs)
+optdepends=('haxe: third-party Haxe library support'
+ 'g++: Linux target'
+ 'libxinerama: Linux target'
+ 'mesa: Linux target'
+ 'unity-editor: Unity target IDE'
+ 'android-studio: Android target IDE'
+ 'codeblocks: Linux target IDE'
+ 'eclipse-java: Java target IDE')
source_x86_64=(https://github.com/Kode/KodeStudio/releases/download/v${pkgver}/KodeStudio-linux64.tar.gz
${_pkgname}.desktop
)