mirror of https://git.FreeBSD.org/ports.git
archivers/libarchive-qt: Update to 2.0.8
Switch to Qt6 Changes: https://github.com/marcusbritanicus/libarchive-qt/commits/main/ PR: 289510 Reported by: diizzy
This commit is contained in:
parent
33c5cacb50
commit
1c2ccb4be1
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= libarchive-qt
|
||||
DISTVERSION= 2.0.6
|
||||
DISTVERSION= 2.0.8
|
||||
CATEGORIES= archivers
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
|
@ -9,11 +9,13 @@ WWW= https://gitlab.com/marcusbritanicus/libarchive-qt
|
|||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake qt:5
|
||||
USE_QT= buildtools:build core dbus gui network qmake:build widgets
|
||||
USES= cmake qt:6
|
||||
USE_QT= base:run tools:build
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITLAB= yes
|
||||
|
||||
CMAKE_ARGS= -DUSEQT:String=Qt6
|
||||
|
||||
GL_ACCOUNT= marcusbritanicus
|
||||
GL_TAGNAME= 9863127fb8dda7242215c09efbc976193365fee4
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1627505146
|
||||
TIMESTAMP = 1757763622
|
||||
SHA256 (marcusbritanicus-libarchive-qt-9863127fb8dda7242215c09efbc976193365fee4_GL0.tar.gz) = 158ee02332920554c0e59a39cc6104901ec227d7c8a0562933f10ac1137bba4f
|
||||
SIZE (marcusbritanicus-libarchive-qt-9863127fb8dda7242215c09efbc976193365fee4_GL0.tar.gz) = 52792
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
bin/archiver
|
||||
include/libarchiveqt.h
|
||||
lib/libarchiveqt5.a
|
||||
lib/libarchiveqt5.so
|
||||
lib/libarchiveqt5.so.2
|
||||
lib/libarchiveqt5.so.2.0.4
|
||||
lib/libarchiveqt6.a
|
||||
lib/libarchiveqt6.so
|
||||
lib/libarchiveqt6.so.2
|
||||
lib/libarchiveqt6.so.2.0.4
|
||||
|
|
Loading…
Reference in New Issue