mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
cad/librecad:
- Update to 2.0.7 - Remove no longer needed patch
This commit is contained in:
parent
b06e029692
commit
c53c250333
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380094
@ -1,10 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librecad
|
||||
DISTVERSION= 2.0.5
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 2.0.7
|
||||
CATEGORIES= cad
|
||||
MASTER_SITES= GITHUB
|
||||
|
||||
MAINTAINER= makc@FreeBSD.org
|
||||
COMMENT= 2D CAD system
|
||||
@ -19,7 +17,7 @@ USES= compiler:c++11-lib desktop-file-utils pkgconfig qmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= LibreCAD
|
||||
GH_PROJECT= LibreCAD
|
||||
GH_COMMIT= f4f325e
|
||||
GH_COMMIT= 8056020
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (librecad-2.0.5.tar.gz) = 02ff2d0f3bdc2fcc3a26f311b161e40088757fe26e217018b8eb8574b57eec2b
|
||||
SIZE (librecad-2.0.5.tar.gz) = 15606471
|
||||
SHA256 (librecad-2.0.7.tar.gz) = 8d7c6305615599e16412ff9c4d21123cb20a36cf69febe3232035199a63bcd64
|
||||
SIZE (librecad-2.0.7.tar.gz) = 16315678
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- ./librecad/src/lib/engine/rs_color.h.orig 2013-11-13 10:16:38.000000000 +0000
|
||||
+++ ./librecad/src/lib/engine/rs_color.h 2013-12-10 17:20:29.235786970 +0000
|
||||
@@ -29,6 +29,7 @@
|
||||
#define RS_COLOR_H
|
||||
|
||||
#include <QColor>
|
||||
+#include <ostream>
|
||||
|
||||
#include "rs_flags.h"
|
||||
|
@ -20,6 +20,9 @@ share/applications/librecad.desktop
|
||||
%%DATADIR%%/fonts/italict.lff
|
||||
%%DATADIR%%/fonts/kochigothic.lff
|
||||
%%DATADIR%%/fonts/kochimincho.lff
|
||||
%%DATADIR%%/fonts/kst32b.lff
|
||||
%%DATADIR%%/fonts/lc_opengost-ar.lff
|
||||
%%DATADIR%%/fonts/lc_opengost-br.lff
|
||||
%%DATADIR%%/fonts/romanc.lff
|
||||
%%DATADIR%%/fonts/romancs.lff
|
||||
%%DATADIR%%/fonts/romand.lff
|
||||
@ -130,6 +133,7 @@ share/applications/librecad.desktop
|
||||
%%DATADIR%%/qm/librecad_et.qm
|
||||
%%DATADIR%%/qm/librecad_fi.qm
|
||||
%%DATADIR%%/qm/librecad_fr.qm
|
||||
%%DATADIR%%/qm/librecad_gl.qm
|
||||
%%DATADIR%%/qm/librecad_hi.qm
|
||||
%%DATADIR%%/qm/librecad_hu.qm
|
||||
%%DATADIR%%/qm/librecad_id_ID.qm
|
||||
@ -149,6 +153,7 @@ share/applications/librecad.desktop
|
||||
%%DATADIR%%/qm/librecad_sl.qm
|
||||
%%DATADIR%%/qm/librecad_sq_al.qm
|
||||
%%DATADIR%%/qm/librecad_sv.qm
|
||||
%%DATADIR%%/qm/librecad_ta.qm
|
||||
%%DATADIR%%/qm/librecad_tr.qm
|
||||
%%DATADIR%%/qm/librecad_uk.qm
|
||||
%%DATADIR%%/qm/librecad_zh_cn.qm
|
||||
@ -183,6 +188,7 @@ share/applications/librecad.desktop
|
||||
%%DATADIR%%/qm/plugins_et.qm
|
||||
%%DATADIR%%/qm/plugins_fi.qm
|
||||
%%DATADIR%%/qm/plugins_fr.qm
|
||||
%%DATADIR%%/qm/plugins_gl.qm
|
||||
%%DATADIR%%/qm/plugins_hi.qm
|
||||
%%DATADIR%%/qm/plugins_hu.qm
|
||||
%%DATADIR%%/qm/plugins_id_ID.qm
|
||||
@ -202,6 +208,7 @@ share/applications/librecad.desktop
|
||||
%%DATADIR%%/qm/plugins_sl.qm
|
||||
%%DATADIR%%/qm/plugins_sq_al.qm
|
||||
%%DATADIR%%/qm/plugins_sv.qm
|
||||
%%DATADIR%%/qm/plugins_ta.qm
|
||||
%%DATADIR%%/qm/plugins_tr.qm
|
||||
%%DATADIR%%/qm/plugins_uk.qm
|
||||
%%DATADIR%%/qm/plugins_zh_cn.qm
|
||||
|
Loading…
Reference in New Issue
Block a user