krusader: update to 2.8.0.
This commit is contained in:
parent
41e0e45d21
commit
1bfa31ff5e
2 changed files with 3 additions and 23 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue