Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] filelight: update to 22.08.1.
@ 2022-09-28 21:15 Chocimier
  2022-10-02  1:01 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: Chocimier @ 2022-09-28 21:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Chocimier/void-packages-org filelight
https://github.com/void-linux/void-packages/pull/39512

filelight: update to 22.08.1.
<!-- 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/39512.patch is attached

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

From a797431bf9cf3bba80f7d1d8d9bf6fdad22f48d9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= <chocimier@tlen.pl>
Date: Wed, 28 Sep 2022 23:08:02 +0200
Subject: [PATCH] filelight: update to 22.08.1.

---
 srcpkgs/filelight/patches/musl.patch | 41 ----------------------------
 srcpkgs/filelight/template           |  9 +++---
 2 files changed, 5 insertions(+), 45 deletions(-)

diff --git a/srcpkgs/filelight/patches/musl.patch b/srcpkgs/filelight/patches/musl.patch
index 56b36abac39c..01f8cc132a30 100644
--- a/srcpkgs/filelight/patches/musl.patch
+++ b/srcpkgs/filelight/patches/musl.patch
@@ -1,44 +1,3 @@
---- a/src/radialMap/sincos.h	2018-05-06 06:10:38.000000000 +0200
-+++ b/src/radialMap/sincos.h	2018-05-06 06:10:38.000000000 +0200
-@@ -21,10 +21,10 @@
- 
- #ifndef SINCOS_H
- #define SINCOS_H
--
-+#define _GNU_SOURCE
- #include <math.h>
- 
--#if !defined(__GLIBC__) || (__GLIBC__ < 2) ||  (__GLIBC__ == 2 && __GLIBC_MINOR__ < 1)
-+#if (__GLIBC__ < 2) ||  (__GLIBC__ == 2 && __GLIBC_MINOR__ < 1)
- 
- #include <qmath.h>
- 
---- a/src/radialMap/sincos.h	2018-05-25 01:30:46.775385798 +0200
-+++ b/src/radialMap/sincos.h	2018-05-25 01:30:46.775385798 +0200
-@@ -23,23 +23,4 @@
- #define SINCOS_H
- #define _GNU_SOURCE
- #include <math.h>
--
--#if (__GLIBC__ < 2) ||  (__GLIBC__ == 2 && __GLIBC_MINOR__ < 1)
--
--#include <qmath.h>
--
--void
--sincos(double angleRadians, double *Sin, double *Cos);
--
--#ifdef SINCOS_H_IMPLEMENTATION
--void
--sincos(double angleRadians, double *Sin, double *Cos)
--{
--    *Sin = qSin(angleRadians);
--    *Cos = qCos(angleRadians);
--}
--#endif
--
--#endif
--
- #endif
 --- a/src/posixWalker.cpp	2022-05-09 04:52:35.000000000 +0200
 +++ -	2022-05-15 17:20:54.296063960 +0200
 @@ -3,6 +3,10 @@
diff --git a/srcpkgs/filelight/template b/srcpkgs/filelight/template
index 68d0dd27b30d..327a11ab960c 100644
--- a/srcpkgs/filelight/template
+++ b/srcpkgs/filelight/template
@@ -1,15 +1,16 @@
 # Template file for 'filelight'
 pkgname=filelight
-version=22.04.3
+version=22.08.1
 revision=1
 build_style=cmake
 hostmakedepends="extra-cmake-modules gettext kcoreaddons kdoctools
- qt5-host-tools qt5-qmake"
-makedepends="kparts-devel qt5-devel"
+ kpackage qt5-host-tools qt5-qmake"
+makedepends="kparts-devel kdeclarative-devel qt5-devel qt5-quickcontrols2-devel"
+depends="kirigami2 kquickcharts"
 short_desc="Interactive map that helps visualize disk usage on your computer"
 maintainer="Piotr Wójcik <chocimier@tlen.pl>"
 license="GPL-2.0-only"
 homepage="https://utils.kde.org/projects/filelight/"
 changelog="https://kde.org/announcements/changelogs/gear/${version}/#filelight"
 distfiles="${KDE_SITE}/release-service/${version}/src/filelight-${version}.tar.xz"
-checksum=00ee4c583f06fb5a8004d63d74a2c295ee66fec53f14c7703798a50c8a572ff7
+checksum=3c26588ec81cb3ce334c7d70ccb28cd443eb7d333274aa68b1cbfe56f0ad0fbb

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

* Re: [PR PATCH] [Merged]: filelight: update to 22.08.1.
  2022-09-28 21:15 [PR PATCH] filelight: update to 22.08.1 Chocimier
@ 2022-10-02  1:01 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2022-10-02  1:01 UTC (permalink / raw)
  To: ml

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

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

filelight: update to 22.08.1.
https://github.com/void-linux/void-packages/pull/39512

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:[~2022-10-02  1:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-28 21:15 [PR PATCH] filelight: update to 22.08.1 Chocimier
2022-10-02  1:01 ` [PR PATCH] [Merged]: " classabbyamp

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