mirror of https://git.FreeBSD.org/ports.git
deskutils/libcprime: Update to 5.0.0
Switch to Qt6 Changes: https://gitlab.com/cubocore/libcprime/-/commits/master?ref_type=heads PR: 289562 Reported by: diizzy
This commit is contained in:
parent
1c2ccb4be1
commit
57f1bc675f
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libcprime
|
||||
DISTVERSION= 4.5.0
|
||||
DISTVERSION= 5.0.0
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -9,12 +9,13 @@ WWW= https://gitlab.com/cubocore/libcprime
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake qt:5
|
||||
USE_QT= buildtools:build core dbus gui network qmake:build widgets
|
||||
USES= cmake gl qt:6
|
||||
USE_GL= gl
|
||||
USE_QT= base tools:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITLAB= yes
|
||||
|
||||
GL_ACCOUNT= CuboCore
|
||||
GL_TAGNAME= 647022384c3123f85b372b12503f7b0fa5328a1e
|
||||
GL_TAGNAME= v5.0.0
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1730204192
|
||||
SHA256 (CuboCore-libcprime-647022384c3123f85b372b12503f7b0fa5328a1e_GL0.tar.gz) = 47a60eb516581f1eccf8d0b519526039412492eebdd0746b6b6545b92796546e
|
||||
SIZE (CuboCore-libcprime-647022384c3123f85b372b12503f7b0fa5328a1e_GL0.tar.gz) = 51840
|
||||
TIMESTAMP = 1757785389
|
||||
SHA256 (libcprime-v5.0.0.tar.bz2) = e1712c718482f17b4687297a92e39e6a6fceb7ef8fbb4ab348449bed9a237cd8
|
||||
SIZE (libcprime-v5.0.0.tar.bz2) = 45255
|
||||
|
|
|
@ -21,14 +21,14 @@ include/cprime/themefunc.h
|
|||
include/cprime/trashmanager.h
|
||||
include/cprime/variables.h
|
||||
lib/libcprime-core.so
|
||||
lib/libcprime-core.so.4
|
||||
lib/libcprime-core.so.4.5.0
|
||||
lib/libcprime-core.so.5
|
||||
lib/libcprime-core.so.5.0.0
|
||||
lib/libcprime-gui.so
|
||||
lib/libcprime-gui.so.4
|
||||
lib/libcprime-gui.so.4.5.0
|
||||
lib/libcprime-gui.so.5
|
||||
lib/libcprime-gui.so.5.0.0
|
||||
lib/libcprime-widgets.so
|
||||
lib/libcprime-widgets.so.4
|
||||
lib/libcprime-widgets.so.4.5.0
|
||||
lib/libcprime-widgets.so.5
|
||||
lib/libcprime-widgets.so.5.0.0
|
||||
share/pkgconfig/cprime-core.pc
|
||||
share/pkgconfig/cprime-gui.pc
|
||||
share/pkgconfig/cprime-widgets.pc
|
||||
|
|
Loading…
Reference in New Issue