summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitriy Morozov2023-05-07 08:46:32 -0700
committerDmitriy Morozov2023-05-07 08:46:32 -0700
commit4ed4f3bcd3794e1b3fee1e9d520e31f61b6334bb (patch)
tree9ec844dd3da132d2006ae6935128febfa88ab356
parente21544e421471b817dad4ffb78df3f171e87427c (diff)
downloadaur-4ed4f3bcd3794e1b3fee1e9d520e31f61b6334bb.tar.gz
Update to 7.2.27
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD8
-rw-r--r--config.patch16
-rw-r--r--svgtoipe-python2.patch4
4 files changed, 20 insertions, 24 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ed811be9761..d1305f4d5428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,29 +1,29 @@
pkgbase = ipe
pkgdesc = The extensible drawing editor
- pkgver = 7.2.26
+ pkgver = 7.2.27
pkgrel = 1
url = http://ipe.otfried.org/
arch = i686
arch = x86_64
license = GPL
- depends = lua53
- depends = qt5-base
- depends = qt5-svg
+ depends = lua
+ depends = qt6-base
+ depends = qt6-svg
depends = freetype2
depends = zlib
depends = poppler
depends = hicolor-icon-theme
depends = gsl
depends = libspiro
- depends = qt5-qtspell
+ depends = qtspell
conflicts = ipe
- source = https://github.com/otfried/ipe/releases/download/v7.2.26/ipe-7.2.26-src.tar.gz
+ source = https://github.com/otfried/ipe/releases/download/v7.2.27/ipe-7.2.27-src.tar.gz
source = ipe.bash-completion
source = config.patch
source = ipe.desktop
- md5sums = cac0aa5510bb2b47cd133e81a5e7c222
+ md5sums = beb9cb6c2501ce9cff7b36655e3974b1
md5sums = 694f0d5402655901be385647e5d8d6e3
- md5sums = d4e289bce01302a8b76a0df294c7de40
+ md5sums = 9b8ef63e12862f93ab8907a5763fb683
md5sums = 19fd2cac2564125afa0149105d00d3dd
pkgname = ipe
diff --git a/PKGBUILD b/PKGBUILD
index c4facee0ee95..042fb463e6a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=ipe
_dirver=7.2
-pkgver=7.2.26
+pkgver=7.2.27
pkgrel=1
pkgdesc="The extensible drawing editor"
url="http://ipe.otfried.org/"
-depends=('lua53' 'qt5-base' 'qt5-svg' 'freetype2' 'zlib' 'poppler' 'hicolor-icon-theme' 'gsl' 'libspiro' 'qt5-qtspell')
+depends=('lua' 'qt6-base' 'qt6-svg' 'freetype2' 'zlib' 'poppler' 'hicolor-icon-theme' 'gsl' 'libspiro' 'qtspell')
arch=('i686' 'x86_64')
license=("GPL")
conflicts=('ipe')
@@ -64,7 +64,7 @@ package() {
}
# vim: ft=sh syn=sh et ts=2 sw=2
-md5sums=('cac0aa5510bb2b47cd133e81a5e7c222'
+md5sums=('beb9cb6c2501ce9cff7b36655e3974b1'
'694f0d5402655901be385647e5d8d6e3'
- 'd4e289bce01302a8b76a0df294c7de40'
+ '9b8ef63e12862f93ab8907a5763fb683'
'19fd2cac2564125afa0149105d00d3dd')
diff --git a/config.patch b/config.patch
index ef7f5d9b8c6a..6fb6e1807c9d 100644
--- a/config.patch
+++ b/config.patch
@@ -1,11 +1,11 @@
---- config.mak 2015-02-23 05:02:13.000000000 -0800
-+++ /home/users/morozov/config.mak 2015-06-19 10:31:32.271140419 -0700
-@@ -34,7 +34,7 @@
+--- config.mak.orig 2023-05-07 08:40:49.709998439 -0700
++++ config.mak 2023-05-07 08:43:44.066827592 -0700
+@@ -65,7 +65,7 @@
#
- # The name of the Lua package (it could be "lua", "lua52", or "lua5.2")
+ # MOC is the Qt meta-object compiler.
+ # Make sure it's the right one for Qt6.
+-MOC ?= /usr/lib/qt6/libexec/moc
++MOC ?= /usr/lib/qt6/moc
#
--LUA_PACKAGE ?= lua5.3
-+LUA_PACKAGE ?= lua53
+ # --------------------------------------------------------------------
#
- ZLIB_CFLAGS ?=
- ZLIB_LIBS ?= -lz
diff --git a/svgtoipe-python2.patch b/svgtoipe-python2.patch
deleted file mode 100644
index 276e48fe79b3..000000000000
--- a/svgtoipe-python2.patch
+++ /dev/null
@@ -1,4 +0,0 @@
-1c1
-< #!/usr/bin/env python
----
-> #!/usr/bin/env python2