summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Bebbington2017-11-04 02:49:20 +0000
committerTom Bebbington2017-11-04 02:50:30 +0000
commitd07ceb384bd2d5e2adc7460290943e23181765c3 (patch)
treed6d025fd1b616a350a9605a9e03468575987a09b
parent7e94e81a124411f7c30e4dd45343cc45b53270c6 (diff)
downloadaur-d07ceb384bd2d5e2adc7460290943e23181765c3.tar.gz
Remove old VS Code provides, and add some optional dependencies for build targets.
-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
)