update to fritzing-0.8.7
This commit is contained in:
parent
0a963f91aa
commit
b730a20723
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2013/05/10 20:30:30 rpe Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2014/03/26 16:00:31 jasper Exp $
|
||||
|
||||
COMMENT= interactive electronics designing software
|
||||
|
||||
V= 0.7.7
|
||||
V= 0.8.7
|
||||
DISTNAME= fritzing-$Vb.source
|
||||
PKGNAME= fritzing-$V
|
||||
CATEGORIES= cad
|
||||
@ -25,12 +25,8 @@ NO_TEST= Yes
|
||||
BUILD_DEPENDS= devel/boost
|
||||
RUN_DEPENDS= devel/desktop-file-utils
|
||||
|
||||
# XXX: Sigh...words fail me.
|
||||
WRKDIST= ${WRKDIR}/fritzing-0.7.6b.source
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/phoenix.pro ${WRKSRC}/src/fapplication.cpp
|
||||
cd ${WRKSRC} && rm -r src/lib/boost_1_43_0
|
||||
|
||||
# -DLINUX_32 gets added to CFLAGS, though it's only used to figure out
|
||||
# if there is a newer version of the 32-bit Linux binary on the upstream
|
||||
@ -44,7 +40,7 @@ do-install:
|
||||
${FILESDIR}/fritzing.sh ${PREFIX}/bin/fritzing
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Fritzing ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/fritzing/
|
||||
cd ${WRKSRC}; tar cf - bins parts resources sketches tools translations | \
|
||||
cd ${WRKSRC}; tar cf - bins help parts pdb resources sketches tools translations | \
|
||||
tar xf - -C ${PREFIX}/share/fritzing/
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applications/
|
||||
${SUBST_CMD} -o ${SHAREOWN} -g ${SHAREGRP} -c ${FILESDIR}/fritzing.desktop \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (fritzing-0.7.7b.source.tar.bz2) = mIiwrwymRW/zGcbkEcpeyI0JgUxdSV2wJ5lyVARc70Y=
|
||||
SIZE (fritzing-0.7.7b.source.tar.bz2) = 10998036
|
||||
SHA256 (fritzing-0.8.7b.source.tar.bz2) = fXRBiGOp47Ok7tFxuAI93qQmEl8I3IPtTFWgXTmUjrQ=
|
||||
SIZE (fritzing-0.8.7b.source.tar.bz2) = 20007914
|
||||
|
@ -1,10 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Encoding=UTF-8
|
||||
Name=Fritzing
|
||||
GenericName=Fritzing
|
||||
Comment=Interactive electronics designing software
|
||||
Type=Application
|
||||
Exec=fritzing %f
|
||||
Icon=${TRUEPREFIX}/share/fritzing/resources/images/fritzing_icon.png
|
||||
Categories=Engineering;Electronics;
|
@ -1,22 +1,17 @@
|
||||
$OpenBSD: patch-phoenix_pro,v 1.6 2012/04/05 21:02:25 jasper Exp $
|
||||
$OpenBSD: patch-phoenix_pro,v 1.7 2014/03/26 16:00:31 jasper Exp $
|
||||
|
||||
- Don't build everything twice, just once takes long enough already.
|
||||
- Remove bundled boost and use the system-wide version instead.
|
||||
|
||||
--- phoenix.pro.orig Sat Mar 10 16:09:14 2012
|
||||
+++ phoenix.pro Thu Apr 5 22:36:34 2012
|
||||
--- phoenix.pro.orig Fri Jan 24 21:00:54 2014
|
||||
+++ phoenix.pro Wed Mar 26 16:11:04 2014
|
||||
@@ -31,7 +31,7 @@
|
||||
# QTPLUGIN += qjpeg qsqlite
|
||||
|
||||
|
||||
-CONFIG += debug_and_release
|
||||
+CONFIG += release
|
||||
win32 {
|
||||
# release build using msvc 2010 needs to use Multi-threaded (/MT) for the code generation/runtime library option
|
||||
# release build using msvc 2010 needs to add msvcrt.lib;%(IgnoreSpecificDefaultLibraries) to the linker/no default libraries option
|
||||
@@ -131,4 +131,4 @@ RESOURCES += phoenixresources.qrc
|
||||
TARGET = Fritzing
|
||||
TEMPLATE = app
|
||||
|
||||
-
|
||||
+INCLUDEPATH += ${LOCALBASE}/include/boost/
|
||||
# QTPLUGIN += qjpeg qsqlite
|
||||
|
||||
|
||||
-CONFIG += debug_and_release
|
||||
+CONFIG += release
|
||||
win32 {
|
||||
# release build using msvc 2010 needs to use Multi-threaded (/MT) for the code generation/runtime library option
|
||||
# release build using msvc 2010 needs to add msvcrt.lib;%(IgnoreSpecificDefaultLibraries) to the linker/no default libraries option
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user