Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sc-im: remove useless vsed and add changelog.
@ 2023-02-28 18:36 mhmdanas
  2023-03-09 15:01 ` [PR PATCH] [Merged]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-02-28 18:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages sc-im-updates
https://github.com/void-linux/void-packages/pull/42505

sc-im: remove useless vsed and add changelog.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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/42505.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sc-im-updates-42505.patch --]
[-- Type: text/x-diff, Size: 1172 bytes --]

From 2efca2e7a44b2ca18b6bc6b1931978ddfb63b9d0 Mon Sep 17 00:00:00 2001
From: mhmdanas <triallax@tutanota.com>
Date: Tue, 28 Feb 2023 17:29:44 +0000
Subject: [PATCH] sc-im: remove useless vsed and add changelog.

---
 srcpkgs/sc-im/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/sc-im/template b/srcpkgs/sc-im/template
index 1f946c7618ae..ede895402af8 100644
--- a/srcpkgs/sc-im/template
+++ b/srcpkgs/sc-im/template
@@ -13,14 +13,15 @@ short_desc="SpreadSheet Calculator (sc) Improvised"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="BSD-4-Clause"
 homepage="https://github.com/andmarti1424/sc-im/"
-distfiles="https://github.com/andmarti1424/${pkgname}/archive/v${version}.tar.gz"
+changelog="https://github.com/andmarti1424/sc-im/releases"
+distfiles="https://github.com/andmarti1424/sc-im/archive/v${version}.tar.gz"
 checksum=5568f9987b6d26535c0e7a427158848f1bc03d829f74e41cbcf007d8704e9bd3
 
 post_extract() {
-	vsed -i -e 's/lua51/lua5.1/g' \
-		-e 's/^ *CFLAGS/override &/' \
+	vsed -i -e 's/^ *CFLAGS/override &/' \
 		-e 's/^ *LDLIBS/override &/' src/Makefile
 }
+
 post_install() {
 	vlicense ../LICENSE
 }

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

* Re: [PR PATCH] [Merged]: sc-im: remove useless vsed and add changelog.
  2023-02-28 18:36 [PR PATCH] sc-im: remove useless vsed and add changelog mhmdanas
@ 2023-03-09 15:01 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-03-09 15:01 UTC (permalink / raw)
  To: ml

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

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

sc-im: remove useless vsed and add changelog.
https://github.com/void-linux/void-packages/pull/42505

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

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

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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] 2+ messages in thread

end of thread, other threads:[~2023-03-09 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 18:36 [PR PATCH] sc-im: remove useless vsed and add changelog mhmdanas
2023-03-09 15:01 ` [PR PATCH] [Merged]: " abenson

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