Skip to content

Commit

Permalink
dust3d: revbump for cgal
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-nilsson committed Nov 6, 2021
1 parent 0ae2dc8 commit ba72c47
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions srcpkgs/dust3d/patches/cgal_header_only.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Use CGAL as a header-only library

--- dust3d.pro
+++ dust3d.pro
@@ -907,7 +907,6 @@ LIBS += -L$$MPFR_LIBDIR -l$$MPFR_LIBNAME

INCLUDEPATH += $$CGAL_INCLUDEDIR
INCLUDEPATH += $$CGAL_BUILDINCLUDEDIR
-LIBS += -L$$CGAL_LIBDIR -l$$CGAL_LIBNAME

target.path = ./
INSTALLS += target
5 changes: 3 additions & 2 deletions srcpkgs/dust3d/template
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Template file for 'dust3d'
pkgname=dust3d
version=1.0.0b21
revision=1
revision=2
_version="${version/b/-beta.}"
wrksrc="$pkgname-${_version}"
build_style=qmake
configure_args="CONFIG+=c++14"
hostmakedepends="pkg-config qt5-host-tools qt5-qmake"
makedepends="qt5-devel cgal-devel"
makedepends="qt5-devel cgal"
short_desc="3D Modeling software"
maintainer="Andrew Benson <abenson+void@gmail.com>"
license="MIT"
Expand Down

0 comments on commit ba72c47

Please sign in to comment.