Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] muffin: move *.gir and *.typelib files
@ 2020-08-05 13:41 pullmoll
  2020-08-06  5:38 ` [PR PATCH] [Merged]: " pullmoll
  0 siblings, 1 reply; 2+ messages in thread
From: pullmoll @ 2020-08-05 13:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pullmoll/void-packages muffin
https://github.com/void-linux/void-packages/pull/24074

muffin: move *.gir and *.typelib files
Other packages have *.gir files in usr/lib/gir-1.0 and the
*.typelib files in usr/lib/girepository-1.0. The usr/lib/gir-1.0
directory should then be in the muffin-devel subpackage AFAICT.

This is in a try to fix the cinnamon cross build yet it isn't sufficient.

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

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

From dba3d919b9a70cef13e5c91dd12726dd6c9b2662 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= <pullmoll@t-online.de>
Date: Wed, 5 Aug 2020 15:39:32 +0200
Subject: [PATCH] muffin: move *.gir and *.typelib files

Other packages have *.gir files in usr/lib/gir-1.0 and the
*.typelib files in usr/lib/girepository-1.0. The usr/lib/gir-1.0
directory should then be in the muffin-devel subpackage AFAICT.

This is in a try to fix the cinnamon cross build yet it isn't sufficient.
---
 srcpkgs/muffin/template | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/srcpkgs/muffin/template b/srcpkgs/muffin/template
index 75f63bea16e..33f0eb848e0 100644
--- a/srcpkgs/muffin/template
+++ b/srcpkgs/muffin/template
@@ -24,6 +24,13 @@ pre_configure() {
 	NOCONFIGURE=1 ./autogen.sh
 }
 
+post_install() {
+	vmkdir usr/lib/gir-1.0
+	mv ${DESTDIR}/usr/lib/muffin/*.gir ${DESTDIR}/usr/lib/gir-1.0
+	vmkdir usr/lib/girepository-1.0
+	mv ${DESTDIR}/usr/lib/muffin/*.typelib ${DESTDIR}/usr/lib/girepository-1.0
+}
+
 muffin-devel_package() {
 	depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
 	short_desc+=" - development files"
@@ -31,5 +38,6 @@ muffin-devel_package() {
 		vmove "usr/lib/*.so"
 		vmove usr/include
 		vmove usr/lib/pkgconfig
+		vmove usr/lib/gir-1.0
 	}
 }

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

* Re: [PR PATCH] [Merged]: muffin: move *.gir and *.typelib files
  2020-08-05 13:41 [PR PATCH] muffin: move *.gir and *.typelib files pullmoll
@ 2020-08-06  5:38 ` pullmoll
  0 siblings, 0 replies; 2+ messages in thread
From: pullmoll @ 2020-08-06  5:38 UTC (permalink / raw)
  To: ml

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

There's a merged pull request on the void-packages repository

muffin: move *.gir and *.typelib files
https://github.com/void-linux/void-packages/pull/24074

Description:
Other packages have *.gir files in usr/lib/gir-1.0 and the
*.typelib files in usr/lib/girepository-1.0. The usr/lib/gir-1.0
directory should then be in the muffin-devel subpackage AFAICT.

This is in a try to fix the cinnamon cross build yet it isn't sufficient.

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

end of thread, other threads:[~2020-08-06  5:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 13:41 [PR PATCH] muffin: move *.gir and *.typelib files pullmoll
2020-08-06  5:38 ` [PR PATCH] [Merged]: " pullmoll

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).