x11-toolkits/copperspice: update Qt-ish toolkit to latest release
This release has a tag, but no GitHub release notes. Since we pull from GH tags, this is not an issue. I can't tell what the actual changes are, although the one patch needed for FreeBSD (from pkubaj@) has been merged upstream.
This commit is contained in:
parent
776ba29e57
commit
2701df03cf
6 changed files with 8 additions and 33 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= copperspice-examples
|
||||
DISTVERSIONPREFIX= ks-
|
||||
DISTVERSION= 1.7.3
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.7.4
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= https://download.copperspice.com/kitchensink/source/
|
||||
DISTNAME= KitchenSink-${DISTVERSION}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646305585
|
||||
SHA256 (KitchenSink-1.7.3.tar.bz2) = 4de9d0cf9da42dc07daca442c4177ee485bd7dfc23fa1a5eeb303d7affa947cc
|
||||
SIZE (KitchenSink-1.7.3.tar.bz2) = 581145
|
||||
TIMESTAMP = 1651321636
|
||||
SHA256 (KitchenSink-1.7.4.tar.bz2) = 8bf1919273c47e2fc8e4e2c79f972b18cadbc2556c038621790673dc27c852aa
|
||||
SIZE (KitchenSink-1.7.4.tar.bz2) = 581242
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= copperspice
|
||||
DISTVERSION= 1.7.3
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 1.7.4
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= https://download.copperspice.com/${PORTNAME}/source/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646305690
|
||||
SHA256 (copperspice-1.7.3.tar.bz2) = 9aed04de6bd522c84953a03d68107df7aebba7516e5add3520e48b412589cd28
|
||||
SIZE (copperspice-1.7.3.tar.bz2) = 18041796
|
||||
TIMESTAMP = 1651321734
|
||||
SHA256 (copperspice-1.7.4.tar.bz2) = c9f40b2f131cffc1adbe810fcdfebf4414ba195ea7a0cd6138454446192f0db0
|
||||
SIZE (copperspice-1.7.4.tar.bz2) = 18303111
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
--- src/core/global/qglobal.h.orig 2022-02-26 11:39:19 UTC
|
||||
+++ src/core/global/qglobal.h
|
||||
@@ -118,6 +118,16 @@
|
||||
|
||||
# endif
|
||||
|
||||
+#elif defined(__powerpc64__)
|
||||
+// 64-bit POWER
|
||||
+
|
||||
+# define Q_PROCESSOR_PPC_64
|
||||
+
|
||||
+#elif defined(__powerpc__)
|
||||
+// 32-bit POWER
|
||||
+
|
||||
+# define Q_PROCESSOR_PPC
|
||||
+
|
||||
#else
|
||||
# error Unable to detect system architecture, contact CopperSpice development
|
||||
|
|
@ -663,8 +663,6 @@ include/copperspice/QtGui/QGestureEvent
|
|||
include/copperspice/QtGui/QGestureRecognizer
|
||||
include/copperspice/QtGui/QGlyphRun
|
||||
include/copperspice/QtGui/QGradient
|
||||
include/copperspice/QtGui/QGradientStop
|
||||
include/copperspice/QtGui/QGradientStops
|
||||
include/copperspice/QtGui/QGraphicsAnchor
|
||||
include/copperspice/QtGui/QGraphicsAnchorLayout
|
||||
include/copperspice/QtGui/QGraphicsBlurEffect
|
||||
|
@ -1138,8 +1136,6 @@ include/copperspice/QtGui/qgestureevent.h
|
|||
include/copperspice/QtGui/qgesturerecognizer.h
|
||||
include/copperspice/QtGui/qglyphrun.h
|
||||
include/copperspice/QtGui/qgradient.h
|
||||
include/copperspice/QtGui/qgradientstop.h
|
||||
include/copperspice/QtGui/qgradientstops.h
|
||||
include/copperspice/QtGui/qgraphicsanchor.h
|
||||
include/copperspice/QtGui/qgraphicsanchorlayout.h
|
||||
include/copperspice/QtGui/qgraphicsblureffect.h
|
||||
|
|
Loading…
Reference in a new issue