Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: StormLib-9.23
@ 2021-11-17  5:14 bugcrazy
  2021-11-17  5:21 ` bugcrazy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugcrazy @ 2021-11-17  5:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/bugcrazy/void-packages patch-10
https://github.com/void-linux/void-packages/pull/34108

New package: StormLib-9.23
Adding symbolic link

<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/34108.patch is attached

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

From cceacc64756759aaeb053cca14c125db8d669922 Mon Sep 17 00:00:00 2001
From: bugcrazy <39757967+bugcrazy@users.noreply.github.com>
Date: Wed, 17 Nov 2021 02:02:46 -0300
Subject: [PATCH] New package: StormLib-9.23

Adding symbolic link
---
 srcpkgs/StormLib-devel    |  1 +
 srcpkgs/StormLib/template | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+)
 create mode 120000 srcpkgs/StormLib-devel
 create mode 100644 srcpkgs/StormLib/template

diff --git a/srcpkgs/StormLib-devel b/srcpkgs/StormLib-devel
new file mode 120000
index 000000000000..fdd58877ee63
--- /dev/null
+++ b/srcpkgs/StormLib-devel
@@ -0,0 +1 @@
+StormLib
\ No newline at end of file
diff --git a/srcpkgs/StormLib/template b/srcpkgs/StormLib/template
new file mode 100644
index 000000000000..cb14a60206da
--- /dev/null
+++ b/srcpkgs/StormLib/template
@@ -0,0 +1,25 @@
+# Template file for 'StormLib'
+pkgname=StormLib
+version=9.23
+revision=1
+build_style=cmake
+configure_args="-DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DWITH_LIBTOMCRYPT=ON"
+makedepends="bzip2-devel zlib-devel libtomcrypt-devel libtommath-devel"
+short_desc="C/C++ API to read and write MPQ files with support for merged archives"
+maintainer="MarcoAPC <marcoaureliopc@gmail.com>"
+license="MIT"
+homepage="https://github.com/ladislav-zezula/StormLib"
+distfiles="https://github.com/ladislav-zezula/StormLib/archive/v${version}.tar.gz"
+checksum=d62ba42f1e02efcb2cbaa03bd2e20fbd18c45499ef5fe65ffb89ee52a7bd9c92
+
+post_install() {
+	vlicense LICENSE
+}
+
+StormLib-devel_package() {
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+	}
+}

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

* Re: New package: StormLib-9.23
  2021-11-17  5:14 [PR PATCH] New package: StormLib-9.23 bugcrazy
@ 2021-11-17  5:21 ` bugcrazy
  2021-11-20 15:10 ` Chocimier
  2021-11-20 15:10 ` [PR PATCH] [Closed]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: bugcrazy @ 2021-11-17  5:21 UTC (permalink / raw)
  To: ml

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

New comment by bugcrazy on void-packages repository

https://github.com/void-linux/void-packages/pull/34108#issuecomment-971201519

Comment:
This package is required to build the smpq package and update [devilutionX](34039) 

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

* Re: [PR PATCH] [Closed]: New package: StormLib-9.23
  2021-11-17  5:14 [PR PATCH] New package: StormLib-9.23 bugcrazy
  2021-11-17  5:21 ` bugcrazy
  2021-11-20 15:10 ` Chocimier
@ 2021-11-20 15:10 ` Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-11-20 15:10 UTC (permalink / raw)
  To: ml

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

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

New package: StormLib-9.23
https://github.com/void-linux/void-packages/pull/34108

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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


#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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
-->


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

* Re: New package: StormLib-9.23
  2021-11-17  5:14 [PR PATCH] New package: StormLib-9.23 bugcrazy
  2021-11-17  5:21 ` bugcrazy
@ 2021-11-20 15:10 ` Chocimier
  2021-11-20 15:10 ` [PR PATCH] [Closed]: " Chocimier
  2 siblings, 0 replies; 4+ messages in thread
From: Chocimier @ 2021-11-20 15:10 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/34108#issuecomment-974663206

Comment:
#34039 is correctly split now, no need for separate PR

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

end of thread, other threads:[~2021-11-20 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-17  5:14 [PR PATCH] New package: StormLib-9.23 bugcrazy
2021-11-17  5:21 ` bugcrazy
2021-11-20 15:10 ` Chocimier
2021-11-20 15:10 ` [PR PATCH] [Closed]: " Chocimier

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