Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
rz-cutter


Commits:
871cb0c1 by Antonio Rojas at 2024-03-09T20:57:03+01:00
upgpkg: 2.3.4-1: Update to 2.3.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,27 +1,27 @@
 pkgbase = rz-cutter
        pkgdesc = Qt and C++ GUI for rizin reverse engineering framework
-       pkgver = 2.3.2
-       pkgrel = 2
+       pkgver = 2.3.4
+       pkgrel = 1
        url = https://github.com/rizinorg/cutter
        arch = x86_64
        license = GPL3
        makedepends = git
        makedepends = cmake
        makedepends = ninja
-       makedepends = shiboken2
-       makedepends = qt5-tools
+       makedepends = shiboken6
+       makedepends = qt6-tools
        depends = rizin
        depends = capstone
-       depends = qt5-base
-       depends = qt5-svg
+       depends = qt6-base
+       depends = qt6-svg
+       depends = qt6-5compat
        depends = python
-       depends = pyside2
-       depends = python-shiboken2
+       depends = pyside6
        depends = graphviz
        depends = gcc-libs
-       depends = syntax-highlighting5
+       depends = syntax-highlighting
        optdepends = rz-ghidra: ghidra decompiler plugin
-       source = 
git+https://github.com/rizinorg/cutter#commit=1d07ebc513d140e715fd04c5e5fa6908c05042ee
+       source = 
git+https://github.com/rizinorg/cutter#commit=209c26b862ab0bb3b7308618243a9796d3f1109a
        source = git+https://github.com/rizinorg/cutter-translations
        sha512sums = SKIP
        sha512sums = SKIP


=====================================
PKGBUILD
=====================================
@@ -3,9 +3,9 @@
 # Contributor: Aaron McDaniel (mcd1992) <'aur' at the domain 'fgthou.se'>
 
 pkgname=rz-cutter
-_gitcommit=1d07ebc513d140e715fd04c5e5fa6908c05042ee
-pkgver=2.3.2
-pkgrel=2
+_gitcommit=209c26b862ab0bb3b7308618243a9796d3f1109a
+pkgver=2.3.4
+pkgrel=1
 pkgdesc='Qt and C++ GUI for rizin reverse engineering framework'
 url='https://github.com/rizinorg/cutter'
 arch=('x86_64')
@@ -13,16 +13,16 @@ license=('GPL3')
 depends=(
   rizin
   capstone
-  qt5-base
-  qt5-svg
+  qt6-base
+  qt6-svg
+  qt6-5compat
   python
-  pyside2
-  python-shiboken2
+  pyside6
   graphviz
   gcc-libs
-  syntax-highlighting5
+  syntax-highlighting
 )
-makedepends=('git' 'cmake' 'ninja' 'shiboken2' 'qt5-tools')
+makedepends=('git' 'cmake' 'ninja' 'shiboken6' 'qt6-tools')
 optdepends=('rz-ghidra: ghidra decompiler plugin')
 source=("git+https://github.com/rizinorg/cutter#commit=${_gitcommit}";
         "git+https://github.com/rizinorg/cutter-translations";)
@@ -53,6 +53,7 @@ build() {
     -DCUTTER_USE_ADDITIONAL_RIZIN_PATHS=OFF \
     -DCUTTER_ENABLE_CRASH_REPORTS=OFF \
     -DCUTTER_ENABLE_GRAPHVIZ=ON \
+    -DCUTTER_QT6=ON \
     -Wno-dev \
     -G Ninja
   ninja -C build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rz-cutter/-/commit/871cb0c1556587b438612feede548305bd1dddfa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rz-cutter/-/commit/871cb0c1556587b438612feede548305bd1dddfa
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to