[arch-commits] Commit in seexpr-krita/trunk (PKGBUILD seexpr-llvm-shared.patch)

Antonio Rojas arojas at archlinux.org
Wed Oct 14 18:19:44 UTC 2020


    Date: Wednesday, October 14, 2020 @ 18:19:44
  Author: arojas
Revision: 398342

Disable LLVM support

Modified:
  seexpr-krita/trunk/PKGBUILD
Deleted:
  seexpr-krita/trunk/seexpr-llvm-shared.patch

--------------------------+
 PKGBUILD                 |   14 ++++----------
 seexpr-llvm-shared.patch |   19 -------------------
 2 files changed, 4 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 18:16:18 UTC (rev 398341)
+++ PKGBUILD	2020-10-14 18:19:44 UTC (rev 398342)
@@ -2,23 +2,17 @@
 
 pkgname=seexpr-krita
 pkgver=3.4.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An embeddable expression evaluation engine (Krita fork)"
 arch=(x86_64)
 url="https://krita.org"
 license=(Apache)
 depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip llvm)
+makedepends=(extra-cmake-modules qt5-tools boost python-pyqt5 sip python-sip)
 optdepends=('boost-libs: for the Python bindings' 'python: for the Python bindings')
-source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz"
-         seexpr-llvm-shared.patch)
-sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656'
-            '714a2d2cef23b83dab88b9ffd8f81e189a01556b3453e2fa6dbd77a6e2cd23d1')
+source=("https://download.kde.org/stable/seexpr/seexpr-$pkgver.tar.gz")
+sha256sums=('3f5b5330667d398285c9f7086cc3fd7e1363f3fa75f79b39766c34fe2e233656')
 
-prepare() {
-  patch -d seexpr-$pkgver -p1 -i ../seexpr-llvm-shared.patch # Link to LLVM shared library
-}
-
 build() {
   _pythonpath=`python -c "from sysconfig import get_path; print(get_path('platlib'))"`
   cmake -B build -S seexpr-$pkgver \

Deleted: seexpr-llvm-shared.patch
===================================================================
--- seexpr-llvm-shared.patch	2020-10-14 18:16:18 UTC (rev 398341)
+++ seexpr-llvm-shared.patch	2020-10-14 18:19:44 UTC (rev 398342)
@@ -1,19 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 6ab34dc..818197a 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -189,12 +189,8 @@ if (ENABLE_LLVM_BACKEND)
-             message(ERROR "Unknown processor, unable to set LLVM codegen targets")
-         endif()
- 
--        llvm_map_components_to_libnames(LLVM_LIB
--            Interpreter
--            MCJIT
--            ObjCARCOpts
--            Passes
--            ${SeExpr2_PLATFORM_CODEGEN_LIBS}
-+        set(LLVM_LIB
-+            LLVM
-         )
- 
-         message(STATUS "LLVM_LIB = ${LLVM_LIB}")



More information about the arch-commits mailing list