filelight: update to 22.08.1.
This commit is contained in:
parent
2d5a350cf3
commit
8ae81aa118
|
@ -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 @@
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue