[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2022-06-07 Thread Antonio Rojas via arch-commits
Date: Tuesday, June 7, 2022 @ 18:35:37
  Author: arojas
Revision: 447730

Update to 5.15.10

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-06-07 18:29:27 UTC (rev 447729)
+++ PKGBUILD2022-06-07 18:35:37 UTC (rev 447730)
@@ -3,8 +3,8 @@
 
 pkgname=qt5-script
 _basever=5.15.4
-pkgver=5.15.9
-pkgrel=2
+pkgver=5.15.10
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2022-04-06 Thread Antonio Rojas via arch-commits
Date: Wednesday, April 6, 2022 @ 16:49:44
  Author: arojas
Revision: 441618

Update to 5.15.9

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-04-06 16:33:33 UTC (rev 441617)
+++ PKGBUILD2022-04-06 16:49:44 UTC (rev 441618)
@@ -3,8 +3,8 @@
 
 pkgname=qt5-script
 _basever=5.15.3
-pkgver=5.15.8
-pkgrel=4
+pkgver=5.15.9
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2022-01-30 Thread Antonio Rojas via arch-commits
Date: Sunday, January 30, 2022 @ 11:50:04
  Author: arojas
Revision: 435471

Add debug

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-30 11:45:09 UTC (rev 435470)
+++ PKGBUILD2022-01-30 11:50:04 UTC (rev 435471)
@@ -4,7 +4,7 @@
 pkgname=qt5-script
 _qtver=5.15.8
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -15,7 +15,7 @@
 _pkgfqn=${pkgname/5-/}
 source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
 sha256sums=('SKIP')
-options=(!lto)
+options=(!lto debug)
 
 prepare() {
   mkdir -p build



[arch-commits] Commit in qt5-script/trunk (PKGBUILD qt5-script-lto.patch)

2022-01-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 5, 2022 @ 22:00:58
  Author: arojas
Revision: 433468

Disable LTO (FS#73264)

Modified:
  qt5-script/trunk/PKGBUILD
Deleted:
  qt5-script/trunk/qt5-script-lto.patch

--+
 PKGBUILD |   13 ++---
 qt5-script-lto.patch |   11 ---
 2 files changed, 6 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-05 21:12:24 UTC (rev 433467)
+++ PKGBUILD2022-01-05 22:00:58 UTC (rev 433468)
@@ -4,7 +4,7 @@
 pkgname=qt5-script
 _qtver=5.15.8
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -13,20 +13,19 @@
 makedepends=('git')
 groups=('qt' 'qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts
-qt5-script-lto.patch)
-sha256sums=('SKIP'
-'48da16d6fff324db3aed7b0ad455894250ffbf29613cd60c8879027567d9abb5')
+source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
+sha256sums=('SKIP')
+options=(!lto)
 
 prepare() {
   mkdir -p build
-  patch -d $_pkgfqn -p1 < qt5-script-lto.patch # Fix build with LTO
 }
 
 build() {
   cd build
 
-  qmake ../${_pkgfqn}
+# Disable LTO, see FS#73264
+  qmake ../${_pkgfqn} CONFIG-=ltcg
   make
 }
 

Deleted: qt5-script-lto.patch
===
--- qt5-script-lto.patch2022-01-05 21:12:24 UTC (rev 433467)
+++ qt5-script-lto.patch2022-01-05 22:00:58 UTC (rev 433468)
@@ -1,11 +0,0 @@
 a/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h.orig
2016-02-03 13:46:12.0 +0100
-+++ b/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h 2016-04-24 
14:24:42.396004500 +0200
-@@ -316,7 +316,7 @@
- EncodedJSValue JIT_STUB cti_op_to_primitive(STUB_ARGS_DECLARATION);
- EncodedJSValue JIT_STUB cti_op_typeof(STUB_ARGS_DECLARATION);
- EncodedJSValue JIT_STUB cti_op_urshift(STUB_ARGS_DECLARATION);
--EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION);
-+EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION) 
__attribute__((used));
- EncodedJSValue JIT_STUB cti_to_object(STUB_ARGS_DECLARATION);
- JSObject* JIT_STUB cti_op_construct_JSConstruct(STUB_ARGS_DECLARATION);
- JSObject* JIT_STUB cti_op_new_array(STUB_ARGS_DECLARATION);



[arch-commits] Commit in qt5-script/trunk (PKGBUILD qt5-script-lto.patch)

2022-01-05 Thread Antonio Rojas via arch-commits
Date: Wednesday, January 5, 2022 @ 09:12:52
  Author: arojas
Revision: 433431

Update to 5.15.8, fix build with LTO

Added:
  qt5-script/trunk/qt5-script-lto.patch
Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |9 ++---
 qt5-script-lto.patch |   11 +++
 2 files changed, 17 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2022-01-05 08:06:01 UTC (rev 433430)
+++ PKGBUILD2022-01-05 09:12:52 UTC (rev 433431)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-script
-_qtver=5.15.7
+_qtver=5.15.8
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -13,11 +13,14 @@
 makedepends=('git')
 groups=('qt' 'qt5')
 _pkgfqn=${pkgname/5-/}
-source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
-sha256sums=('SKIP')
+source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts
+qt5-script-lto.patch)
+sha256sums=('SKIP'
+'48da16d6fff324db3aed7b0ad455894250ffbf29613cd60c8879027567d9abb5')
 
 prepare() {
   mkdir -p build
+  patch -d $_pkgfqn -p1 < qt5-script-lto.patch # Fix build with LTO
 }
 
 build() {

Added: qt5-script-lto.patch
===
--- qt5-script-lto.patch(rev 0)
+++ qt5-script-lto.patch2022-01-05 09:12:52 UTC (rev 433431)
@@ -0,0 +1,11 @@
+--- a/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h.orig
2016-02-03 13:46:12.0 +0100
 b/src/3rdparty/javascriptcore/JavaScriptCore/jit/JITStubs.h 2016-04-24 
14:24:42.396004500 +0200
+@@ -316,7 +316,7 @@
+ EncodedJSValue JIT_STUB cti_op_to_primitive(STUB_ARGS_DECLARATION);
+ EncodedJSValue JIT_STUB cti_op_typeof(STUB_ARGS_DECLARATION);
+ EncodedJSValue JIT_STUB cti_op_urshift(STUB_ARGS_DECLARATION);
+-EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION);
++EncodedJSValue JIT_STUB cti_vm_throw(STUB_ARGS_DECLARATION) 
__attribute__((used));
+ EncodedJSValue JIT_STUB cti_to_object(STUB_ARGS_DECLARATION);
+ JSObject* JIT_STUB cti_op_construct_JSConstruct(STUB_ARGS_DECLARATION);
+ JSObject* JIT_STUB cti_op_new_array(STUB_ARGS_DECLARATION);



[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2021-10-29 Thread Antonio Rojas via arch-commits
Date: Friday, October 29, 2021 @ 12:34:03
  Author: arojas
Revision: 426793

Update to 5.15.7

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-10-29 12:29:00 UTC (rev 426792)
+++ PKGBUILD2021-10-29 12:34:03 UTC (rev 426793)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-script
-_qtver=5.15.6
+_qtver=5.15.7
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')



[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2021-09-08 Thread Antonio Rojas via arch-commits
Date: Wednesday, September 8, 2021 @ 10:32:20
  Author: arojas
Revision: 423565

Update to 5.15.6

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-09-08 10:31:22 UTC (rev 423564)
+++ PKGBUILD2021-09-08 10:32:20 UTC (rev 423565)
@@ -2,9 +2,9 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-script
-_qtver=5.15.5
+_qtver=5.15.6
 pkgver=${_qtver/-/}
-pkgrel=2
+pkgrel=1
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')



[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2021-06-21 Thread Antonio Rojas via arch-commits
Date: Monday, June 21, 2021 @ 20:35:06
  Author: arojas
Revision: 418557

Fix cmake dependency version (FS#71326)

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-21 20:30:39 UTC (rev 418556)
+++ PKGBUILD2021-06-21 20:35:06 UTC (rev 418557)
@@ -4,7 +4,7 @@
 pkgname=qt5-script
 _qtver=5.15.5
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.qt.io'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
@@ -37,4 +37,7 @@
 
   install -d "$pkgdir"/usr/share/licenses
   ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+
+  # Fix cmake dependency versions
+  sed -e "s|$pkgver\ |5.15.2 |" -i "$pkgdir"/usr/lib/cmake/*/*Config.cmake
 }


[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2021-06-18 Thread Antonio Rojas via arch-commits
Date: Friday, June 18, 2021 @ 12:14:24
  Author: arojas
Revision: 418425

Update to 5.15.5

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-18 12:11:25 UTC (rev 418424)
+++ PKGBUILD2021-06-18 12:14:24 UTC (rev 418425)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-script
-_qtver=5.15.4
+_qtver=5.15.5
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')


[arch-commits] Commit in qt5-script/trunk (PKGBUILD)

2021-06-12 Thread Antonio Rojas via arch-commits
Date: Saturday, June 12, 2021 @ 14:02:29
  Author: arojas
Revision: 418008

Update to 5.15.4

Modified:
  qt5-script/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2021-06-12 11:41:05 UTC (rev 418007)
+++ PKGBUILD2021-06-12 14:02:29 UTC (rev 418008)
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=qt5-script
-_qtver=5.15.2
+_qtver=5.15.4
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -10,11 +10,11 @@
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for making Qt applications scriptable. Provided for Qt 4.x 
compatibility'
 depends=('qt5-base')
-makedepends=()
+makedepends=('git')
 groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
-source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
-sha256sums=('a299715369afbd1caa4d7fa2875d442eab91adcaacafce54a36922442624673e')
+_pkgfqn=${pkgname/5-/}
+source=(git+https://code.qt.io/qt/$_pkgfqn.git#tag=v${pkgver}-lts)
+sha256sums=('SKIP')
 
 prepare() {
   mkdir -p build