Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] imlib2: install static libraries for -devel package
@ 2021-07-15  5:23 arp242
  2021-07-15  7:59 ` arp242
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: arp242 @ 2021-07-15  5:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/arp242/void-packages imlib-static
https://github.com/void-linux/void-packages/pull/31973

imlib2: install static libraries for -devel package
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 088bc7c686365cdabbcfd84ce3583227a3c25e7a Mon Sep 17 00:00:00 2001
From: Martin Tournoij <martin@arp242.net>
Date: Thu, 15 Jul 2021 11:01:41 +0800
Subject: [PATCH] imlib2: install static libraries for -devel package

---
 srcpkgs/imlib2/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/imlib2/template b/srcpkgs/imlib2/template
index c25e300a103a..7be594d8b3c6 100644
--- a/srcpkgs/imlib2/template
+++ b/srcpkgs/imlib2/template
@@ -1,9 +1,9 @@
 # Template file for 'imlib2'
 pkgname=imlib2
 version=1.7.1
-revision=1
+revision=2
 build_style=gnu-configure
-configure_args="--disable-static --sysconfdir=/etc/imlib2 --enable-visibility-hiding"
+configure_args="--sysconfdir=/etc/imlib2 --enable-visibility-hiding"
 hostmakedepends="pkg-config"
 makedepends="freetype-devel libjpeg-turbo-devel libpng-devel libwebp-devel
  tiff-devel libid3tag-devel giflib-devel libXext-devel libSM-devel"
@@ -34,6 +34,7 @@ imlib2-devel_package() {
 		vmove usr/share
 		vmove usr/lib/pkgconfig
 		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
 	}
 }
 

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

end of thread, other threads:[~2021-07-15 13:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-15  5:23 [PR PATCH] imlib2: install static libraries for -devel package arp242
2021-07-15  7:59 ` arp242
2021-07-15  7:59 ` [PR PATCH] [Closed]: " arp242
2021-07-15 13:46 ` ericonr
2021-07-15 13:51 ` arp242

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