summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpallxk2020-07-17 18:27:24 +0800
committerpallxk2020-07-17 18:27:24 +0800
commitdb4a67a7c6a016a5879c03f4460beb8b310234cf (patch)
tree3555f82f31fd2c7d63dbd98cee7569b5e333b8f8
parent646428bc4fb1c81faa4bb30ee5db748ac1ec2279 (diff)
downloadaur-db4a67a7c6a016a5879c03f4460beb8b310234cf.tar.gz
Add dependencies
Fixes the following error when building: Caused by: java.lang.UnsatisfiedLinkError: /usr/lib/jvm/java-8-openjdk/jre/lib/amd64/libfontmanager.so: libfreetype.so.6: cannot open shared object file: No such file or directory Fixes the following errors when running sencha: com.sencha.exceptions.ExNotFound: Failed to detect ruby [ERR] /opt/Sencha/Cmd/7.2.0.84/bin/linux-x64/phantomjs/phantomjs: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0218fa1b4f7..6c9d430fbf17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
pkgbase = sencha-cmd
pkgdesc = Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks
pkgver = 7.2.0.84
- pkgrel = 1
+ pkgrel = 2
url = https://www.sencha.com/products/extjs/cmd-download/
arch = x86_64
license = custom
depends = java-runtime>=8
+ depends = ruby
+ depends = fontconfig
provides = sencha-cmd-7
conflicts = sencha-cmd-5
conflicts = sencha-cmd-6
diff --git a/PKGBUILD b/PKGBUILD
index 16b68c013f51..e01f4222d9c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=sencha-cmd
pkgver=7.2.0.84
-pkgrel=1
+pkgrel=2
pkgdesc='Sencha Cmd provides a collection of powerful, time-saving features that work together and in conjunction with the Sencha Ext JS and Sencha Touch frameworks'
url='https://www.sencha.com/products/extjs/cmd-download/'
arch=('x86_64')
license=('custom')
-depends=('java-runtime>=8')
+depends=('java-runtime>=8' ruby fontconfig)
provides=(sencha-cmd-7)
conflicts=(sencha-cmd-5 sencha-cmd-6)
source=("https://cdn.sencha.com/cmd/$pkgver/no-jre/SenchaCmd-$pkgver-linux-amd64.sh.zip"