Skip to content

Commit

Permalink
cad/qelectrotech: Update to 0.9.0
Browse files Browse the repository at this point in the history
Reported by:	portscout!
  • Loading branch information
arrowd committed Jan 7, 2023
1 parent 9f34e20 commit 2f272f4
Show file tree
Hide file tree
Showing 3 changed files with 5,554 additions and 2,214 deletions.
18 changes: 7 additions & 11 deletions cad/qelectrotech/Makefile
@@ -1,6 +1,5 @@
PORTNAME= qelectrotech
DISTVERSION= 0.7.0
PORTREVISION= 1
DISTVERSION= 0.9.0
PORTEPOCH= 1
CATEGORIES= cad
MASTER_SITES= https://git.tuxfamily.org/qet/qet.git/snapshot/
Expand All @@ -13,32 +12,29 @@ WWW= https://qelectrotech.org/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE

USES= compiler:c++11-lib desktop-file-utils gl kde:5 qmake qt:5 \
shared-mime-info
LIB_DEPENDS= libpugixml.so:textproc/pugixml

USES= desktop-file-utils gl kde:5 pkgconfig qt:5 qmake shared-mime-info \
sqlite
USE_GL= gl
USE_QT= concurrent core gui network printsupport sql sql-sqlite3 \
USE_QT= concurrent core gui network printsupport qmake sql sql-sqlite3 \
svg widgets xml \
buildtools:build
USE_KDE= coreaddons widgetsaddons

OPTIONS_DEFINE= DEBUG DOCS
OPTIONS_DEFINE= DEBUG

DEBUG_VARS= BUILD_TYPE=debug
DEBUG_VARS_OFF= BUILD_TYPE=release

ALL_TARGET= ${BUILD_TYPE}-all

pre-configure:
${MV} ${WRKSRC}/man/files/pt ${WRKSRC}/man/files/pt_PT
${REINPLACE_CMD} -e 's,/usr/local/,${PREFIX}/,g' \
${WRKSRC}/${PORTNAME}.pro
${REINPLACE_CMD} -e 's,doc/,share/doc/,g' \
${WRKSRC}/${PORTNAME}.pro
${REINPLACE_CMD} -e 's,../share,share,g' \
${WRKSRC}/${PORTNAME}.pro

post-stage:
# Sources come with accidental Dolphin state
${RM} ${STAGEDIR}${DATADIR}/elements/10_electric/20_manufacturers_articles/bosch_rexroth/.directory

.include <bsd.port.mk>
6 changes: 3 additions & 3 deletions cad/qelectrotech/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1567368167
SHA256 (qet-0.7.0.tar.gz) = d9d7de46c26f9ab9076d02463e9abd9b4b01e4e77202dc22ccecfe08d9bdd2c4
SIZE (qet-0.7.0.tar.gz) = 10870717
TIMESTAMP = 1673040285
SHA256 (qet-0.9.0.tar.gz) = 8ba9ed7d668e6b22db717a25932d8f37aed56b27bc0e979395cdf939cff6edaf
SIZE (qet-0.9.0.tar.gz) = 16867417

0 comments on commit 2f272f4

Please sign in to comment.