Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] LibreCAD: fix missing built-in menu
@ 2021-12-24  3:49 hervyqa
  2021-12-25  5:55 ` LibreCAD: fix missing built-in plugins menu hervyqa
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: hervyqa @ 2021-12-24  3:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]

There is a new pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages LibreCAD
https://github.com/void-linux/void-packages/pull/34683

LibreCAD: fix missing built-in menu
Solved #32497

#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

https://user-images.githubusercontent.com/45872139/147313649-5c5f7710-8f24-4e88-8f6b-b0d7e60a6aee.mp4


A patch file from https://github.com/void-linux/void-packages/pull/34683.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LibreCAD-34683.patch --]
[-- Type: text/x-diff, Size: 1407 bytes --]

From b11e97ee8970e322d4791ee9157d172988da8ed8 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@pm.me>
Date: Fri, 24 Dec 2021 10:38:16 +0700
Subject: [PATCH] LibreCAD: fix missing built-in menu

---
 srcpkgs/LibreCAD/template | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/LibreCAD/template b/srcpkgs/LibreCAD/template
index 4de5398f119b..bb2ea57881cc 100644
--- a/srcpkgs/LibreCAD/template
+++ b/srcpkgs/LibreCAD/template
@@ -1,7 +1,7 @@
 # Template file for 'LibreCAD'
 pkgname=LibreCAD
 version=2.1.3
-revision=4
+revision=5
 build_style=qmake
 hostmakedepends="qt5-qmake pkg-config ImageMagick qt5-host-tools"
 makedepends="qt5-devel qt5-svg-devel boost-devel muparser-devel librsvg-devel"
@@ -46,9 +46,14 @@ do_install() {
 	vcopy librecad.svg usr/share/icons/hicolor/scalable/apps
 
 	# install resources
-	for resource in library patterns fonts qm; do
+	for resource in fonts library patterns qm; do
 		vcopy unix/resources/${resource} usr/share/librecad/
 	done
 
-    vcopy unix/resources/plugins usr/lib/librecad/
+	# install plugins
+	vmkdir usr/share/librecad/plugins
+	vcopy unix/resources/plugins usr/lib/librecad/
+	for plugins in libalign libasciifile libimportshp liblist libpicfile libplotequation libsameprop libsample; do
+		ln -sf ../../../lib/librecad/${plugins}.so ${DESTDIR}/usr/share/librecad/plugins/${plugins}.so
+	done
 }

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2021-12-27 22:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24  3:49 [PR PATCH] LibreCAD: fix missing built-in menu hervyqa
2021-12-25  5:55 ` LibreCAD: fix missing built-in plugins menu hervyqa
2021-12-26  2:37 ` [PR REVIEW] " ericonr
2021-12-26  6:14 ` hervyqa
2021-12-26  6:15 ` [PR PATCH] [Updated] " hervyqa
2021-12-26  9:58 ` [PR REVIEW] " hervyqa
2021-12-27 14:01 ` [PR PATCH] [Updated] " hervyqa
2021-12-27 14:16 ` hervyqa
2021-12-27 14:40 ` ericonr
2021-12-27 15:19 ` [PR PATCH] [Updated] " hervyqa
2021-12-27 15:42 ` hervyqa
2021-12-27 19:35 ` hervyqa
2021-12-27 21:53 ` ericonr
2021-12-27 22:28 ` ericonr
2021-12-27 22:28 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).