Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] krusader: update to 2.8.0.
@ 2023-01-04 20:45 Chocimier
  2023-01-04 21:34 ` [PR PATCH] [Merged]: " Chocimier
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2023-01-04 20:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org krusader
https://github.com/void-linux/void-packages/pull/41452

krusader: update to 2.8.0.
<!-- 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 [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/41452.patch is attached

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

From 8eb07d9d3d86a240d2a7557984050892e7e2c488 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Tue, 3 Jan 2023 21:46:09 +0100
Subject: [PATCH] krusader: update to 2.8.0.

---
 ...001-fix-missing-sys_types_h-includes.patch | 20 -------------------
 srcpkgs/krusader/template                     |  6 +++---
 2 files changed, 3 insertions(+), 23 deletions(-)
 delete mode 100644 srcpkgs/krusader/patches/0001-fix-missing-sys_types_h-includes.patch

diff --git a/srcpkgs/krusader/patches/0001-fix-missing-sys_types_h-includes.patch b/srcpkgs/krusader/patches/0001-fix-missing-sys_types_h-includes.patch
deleted file mode 100644
index 2b977b1d9e2b..000000000000
--- a/srcpkgs/krusader/patches/0001-fix-missing-sys_types_h-includes.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/krusader/DiskUsage/filelightParts/fileTree.h
-+++ b/krusader/DiskUsage/filelightParts/fileTree.h
-@@ -26,6 +26,7 @@
- #include <time.h>
- #include <stdlib.h>
- #include <unistd.h>
-+#include <sys/stat.h>
- 
- // TODO these are pointlessly general purpose now, make them incredibly specific
- 
---- a/krusader/FileSystem/krpermhandler.h
-+++ b/krusader/FileSystem/krpermhandler.h
-@@ -42,6 +42,7 @@
- #include <time.h>
- #include <stdlib.h>
- #include <unistd.h>
-+#include <sys/stat.h>
- 
- #define NO_PERM      0
- #define UNKNOWN_PERM 1
diff --git a/srcpkgs/krusader/template b/srcpkgs/krusader/template
index dbc7743a0dd8..72c89a938851 100644
--- a/srcpkgs/krusader/template
+++ b/srcpkgs/krusader/template
@@ -1,7 +1,7 @@
 # Template file for 'krusader'
 pkgname=krusader
-version=2.7.2
-revision=2
+version=2.8.0
+revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext pkg-config kdoctools
  qt5-qmake qt5-host-tools kcoreaddons"
@@ -11,4 +11,4 @@ maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-or-later"
 homepage="https://www.krusader.org/"
 distfiles="${KDE_SITE}/krusader/${version}/krusader-${version}.tar.xz"
-checksum=41a39a43b3c42dd1d1ecaea86df30caff6a061fecc1d66f60859b2a3ca976109
+checksum=8e4cf05a9318b0bc1b0941811b988b2f2bb0c04a0d1e37998212a9190cf2c29a

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

* Re: [PR PATCH] [Merged]: krusader: update to 2.8.0.
  2023-01-04 20:45 [PR PATCH] krusader: update to 2.8.0 Chocimier
@ 2023-01-04 21:34 ` Chocimier
  0 siblings, 0 replies; 2+ messages in thread
From: Chocimier @ 2023-01-04 21:34 UTC (permalink / raw)
  To: ml

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

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

krusader: update to 2.8.0.
https://github.com/void-linux/void-packages/pull/41452

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 [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-01-04 21:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04 20:45 [PR PATCH] krusader: update to 2.8.0 Chocimier
2023-01-04 21:34 ` [PR PATCH] [Merged]: " 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).