Skip to content

Commit

Permalink
cad/librepcb: update 0.1.6 → 1.0.0
Browse files Browse the repository at this point in the history
PR:		274832
Reported by:	kunda <luzpaz@pm.me>
  • Loading branch information
yurivict committed Oct 31, 2023
1 parent 2a1a5e2 commit 257973c
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
20 changes: 15 additions & 5 deletions cad/librepcb/Makefile
@@ -1,7 +1,6 @@
PORTNAME= librepcb
DISTVERSION= 0.1.6
DISTVERSION= 1.0.0
DISTVERSIONSUFFIX= -source
PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= https://download.librepcb.org/releases/${DISTVERSION}/

Expand All @@ -12,11 +11,22 @@ WWW= https://librepcb.org/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE.txt

USES= cmake compiler:c++11-lang desktop-file-utils gl qt:5 shared-mime-info zip
USE_QT= concurrent core gui network opengl printsupport sql svg xml widgets \
LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg4 \
libfontconfig.so:x11-fonts/fontconfig \
libfreeimage.so:graphics/freeimage \
libfreetype.so:print/freetype2 \
libTKService.so:cad/opencascade

USES= cmake compiler:c++11-lang desktop-file-utils gl \
localbase:ldflags qt:5 shared-mime-info xorg zip
USE_QT= concurrent core declarative gui network \
opengl printsupport quickcontrols2 sql svg xml widgets \
buildtools:build linguisttools:build testlib:build qmake:build
USE_GL= gl
USE_GL= gl glu
USE_XORG= x11

WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}

CMAKE_ARGS= -DCMAKE_PREFIX_PATH=${LOCALBASE}/lib # workaround for https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274834

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions cad/librepcb/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1637354142
SHA256 (librepcb-0.1.6-source.zip) = 8c7bf475ed59eb5b5e4b13073b96b9468ee01fb6980ef2b3471b1fbb39c46721
SIZE (librepcb-0.1.6-source.zip) = 12671974
TIMESTAMP = 1698771946
SHA256 (librepcb-1.0.0-source.zip) = 1bc57489367c8e0fafe23a88a6677c6c73d8f4cac3f2f9caa2f306dca0e70e0b
SIZE (librepcb-1.0.0-source.zip) = 14000096
7 changes: 6 additions & 1 deletion cad/librepcb/pkg-plist
Expand Up @@ -8,6 +8,7 @@ share/icons/hicolor/32x32/apps/org.librepcb.LibrePCB.png
share/icons/hicolor/48x48/apps/org.librepcb.LibrePCB.png
share/icons/hicolor/64x64/apps/org.librepcb.LibrePCB.png
share/icons/hicolor/scalable/apps/org.librepcb.LibrePCB.svg
share/icons/hicolor/scalable/mimetypes/org.librepcb.LibrePCB-archive.svg
share/icons/hicolor/scalable/mimetypes/org.librepcb.LibrePCB-file.svg
share/icons/hicolor/scalable/mimetypes/org.librepcb.LibrePCB-project.svg
%%DATADIR%%/README.md
Expand All @@ -24,11 +25,14 @@ share/icons/hicolor/scalable/mimetypes/org.librepcb.LibrePCB-project.svg
%%DATADIR%%/i18n/librepcb_es.qm
%%DATADIR%%/i18n/librepcb_fr.qm
%%DATADIR%%/i18n/librepcb_it.qm
%%DATADIR%%/i18n/librepcb_ko_KR.qm
%%DATADIR%%/i18n/librepcb_pl.qm
%%DATADIR%%/i18n/librepcb_ru_RU.qm
%%DATADIR%%/i18n/librepcb_sk.qm
%%DATADIR%%/i18n/librepcb_sv.qm
%%DATADIR%%/i18n/librepcb_tr.qm
%%DATADIR%%/i18n/librepcb_uk_UA.qm
%%DATADIR%%/i18n/librepcb_zh-Hans.qm
%%DATADIR%%/i18n/librepcb_zh_CN.qm
%%DATADIR%%/i18n/librepcb_zh_TW.qm
%%DATADIR%%/library/default_image.png
Expand All @@ -41,5 +45,6 @@ share/icons/hicolor/scalable/mimetypes/org.librepcb.LibrePCB-project.svg
%%DATADIR%%/project/gitattributes_template
%%DATADIR%%/project/gitignore_template
%%DATADIR%%/project/readme_template
share/metainfo/org.librepcb.LibrePCB.appdata.xml
%%DATADIR%%/qml/testwindow.qml
share/metainfo/org.librepcb.LibrePCB.metainfo.xml
share/mime/packages/org.librepcb.LibrePCB.xml

0 comments on commit 257973c

Please sign in to comment.