Update nomacs-3.10.0
This commit is contained in:
parent
e9439fcb4f
commit
36f7f4b74f
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2018/06/27 21:03:54 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2018/07/03 05:06:54 rsadowski Exp $
|
||||
|
||||
COMMENT = small and fast Qt image viewer
|
||||
|
||||
GH_ACCOUNT = nomacs
|
||||
GH_PROJECT = nomacs
|
||||
GH_TAGNAME = 3.8.0
|
||||
REVISION = 0
|
||||
GH_TAGNAME = 3.10.0
|
||||
|
||||
CATEGORIES = graphics
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (nomacs-3.8.0.tar.gz) = 9DrRUH8okNsvuqDLEQ3jrF7+dUzy56BT6qv+1NXgaEU=
|
||||
SIZE (nomacs-3.8.0.tar.gz) = 32240476
|
||||
SHA256 (nomacs-3.10.0.tar.gz) = bnEV1DFQ50oHBSyceM7QULBneGUKOI3Bya8+jJpMhrs=
|
||||
SIZE (nomacs-3.10.0.tar.gz) = 32306769
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-cmake_Unix_cmake,v 1.4 2018/01/29 22:33:07 rsadowski Exp $
|
||||
$OpenBSD: patch-cmake_Unix_cmake,v 1.5 2018/07/03 05:06:54 rsadowski Exp $
|
||||
|
||||
- Avoid forced linkage with libstdc++.
|
||||
- drop CMake calls to QT5_WRAP_CPP()
|
||||
@ -15,10 +15,3 @@ Index: cmake/Unix.cmake
|
||||
add_definitions(-DWITH_LIBRAW)
|
||||
endif()
|
||||
endif(ENABLE_RAW)
|
||||
@@ -132,6 +133,4 @@ IF(USE_SYSTEM_LIBQPSD)
|
||||
ELSE()
|
||||
file(GLOB LIBQPSD_SOURCES "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/libqpsd/*.cpp")
|
||||
file(GLOB LIBQPSD_HEADERS "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/libqpsd/*.h")
|
||||
- file(GLOB LIBQPSD_MOCS "${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/libqpsd/*.h")
|
||||
- QT5_WRAP_CPP(LIBQPSD_MOC_SRC ${LIBQPSD_MOCS})
|
||||
ENDIF(USE_SYSTEM_LIBQPSD)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2018/06/27 21:03:54 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2018/07/03 05:06:54 rsadowski Exp $
|
||||
@bin bin/nomacs
|
||||
@lib lib/libnomacsCore.so.${LIBnomacsCore_VERSION}
|
||||
@man man/man1/nomacs.1
|
||||
@ -19,6 +19,8 @@ share/nomacs/translations/nomacs_en.qm
|
||||
share/nomacs/translations/nomacs_es.qm
|
||||
share/nomacs/translations/nomacs_fr.qm
|
||||
share/nomacs/translations/nomacs_hr.qm
|
||||
share/nomacs/translations/nomacs_hu.qm
|
||||
share/nomacs/translations/nomacs_id.qm
|
||||
share/nomacs/translations/nomacs_it.qm
|
||||
share/nomacs/translations/nomacs_ja.qm
|
||||
share/nomacs/translations/nomacs_ko.qm
|
||||
|
Loading…
x
Reference in New Issue
Block a user