Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] uncrustify: update to 0.77.1.
@ 2023-09-04 18:32 icp1994
  2023-09-04 18:44 ` icp1994
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: icp1994 @ 2023-09-04 18:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages uncrustify
https://github.com/void-linux/void-packages/pull/45908

uncrustify: update to 0.77.1.
#### 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**

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

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

From 0a887514ea85168d0478cecfe659ac2583ab6684 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 4 Sep 2023 00:37:52 +0530
Subject: [PATCH] uncrustify: update to 0.77.1.

---
 srcpkgs/uncrustify/template | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/srcpkgs/uncrustify/template b/srcpkgs/uncrustify/template
index b9ac0703b4405..d955312fbf45a 100644
--- a/srcpkgs/uncrustify/template
+++ b/srcpkgs/uncrustify/template
@@ -1,18 +1,13 @@
 # Template file for 'uncrustify'
 pkgname=uncrustify
-version=0.75.1
+version=0.77.1
 revision=1
 build_style=cmake
 hostmakedepends="python3"
 short_desc="Source Code Beautifier for multiple languages"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
-homepage="http://uncrustify.sourceforge.net/"
-distfiles="https://github.com/uncrustify/uncrustify/archive/$pkgname-$version.tar.gz"
-checksum=fd14acc0a31ed88b33137bdc26d32964327488c835f885696473ef07caf2e182
-
-post_install() {
-	for f in etc/*cfg; do
-		vinstall $f 0644 usr/share/${pkgname}
-	done
-}
+homepage="https://uncrustify.sourceforge.net/"
+changelog="https://raw.githubusercontent.com/uncrustify/uncrustify/master/ChangeLog"
+distfiles="https://github.com/uncrustify/uncrustify/archive/refs/tags/uncrustify-${version}.tar.gz"
+checksum=414bbc9f7860eb18a53074f9af14ed04638a633b2216a73f2629291300d37c1b

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

* Re: uncrustify: update to 0.77.1.
  2023-09-04 18:32 [PR PATCH] uncrustify: update to 0.77.1 icp1994
@ 2023-09-04 18:44 ` icp1994
  2023-09-04 18:44 ` icp1994
  2023-09-05 19:20 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-09-04 18:44 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45908#issuecomment-1705613892

Comment:
Removed the `vinstall` block since the files being installed there `/usr/share/uncrustify/` were already present under `/usr/share/doc/uncrustify/examples`.

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

* Re: uncrustify: update to 0.77.1.
  2023-09-04 18:32 [PR PATCH] uncrustify: update to 0.77.1 icp1994
  2023-09-04 18:44 ` icp1994
@ 2023-09-04 18:44 ` icp1994
  2023-09-05 19:20 ` [PR PATCH] [Merged]: " leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: icp1994 @ 2023-09-04 18:44 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45908#issuecomment-1705613892

Comment:
Removed the `vinstall` block since the files being installed in `/usr/share/uncrustify/` were already present under `/usr/share/doc/uncrustify/examples/`.

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

* Re: [PR PATCH] [Merged]: uncrustify: update to 0.77.1.
  2023-09-04 18:32 [PR PATCH] uncrustify: update to 0.77.1 icp1994
  2023-09-04 18:44 ` icp1994
  2023-09-04 18:44 ` icp1994
@ 2023-09-05 19:20 ` leahneukirchen
  2 siblings, 0 replies; 4+ messages in thread
From: leahneukirchen @ 2023-09-05 19:20 UTC (permalink / raw)
  To: ml

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

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

uncrustify: update to 0.77.1.
https://github.com/void-linux/void-packages/pull/45908

Description:
#### 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**

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

end of thread, other threads:[~2023-09-05 19:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-04 18:32 [PR PATCH] uncrustify: update to 0.77.1 icp1994
2023-09-04 18:44 ` icp1994
2023-09-04 18:44 ` icp1994
2023-09-05 19:20 ` [PR PATCH] [Merged]: " leahneukirchen

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