k3b: update to 18.04.1.
This commit is contained in:
parent
cc3140d7f7
commit
dd9227b68c
2 changed files with 13 additions and 2 deletions
11
srcpkgs/k3b/patches/fix-musl.patch
Normal file
11
srcpkgs/k3b/patches/fix-musl.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/k3bsystemproblemdialog.cpp.orig 2018-05-31 08:02:32.713467562 +0200
|
||||
+++ src/k3bsystemproblemdialog.cpp 2018-05-31 08:02:42.902478072 +0200
|
||||
@@ -57,7 +57,7 @@
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
-#ifndef Q_OS_WIN32
|
||||
+#ifdef __GLIBC__
|
||||
#include <fstab.h>
|
||||
#endif
|
||||
#include <unistd.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'k3b'
|
||||
pkgname=k3b
|
||||
version=18.04.0
|
||||
version=18.04.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake"
|
||||
|
@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.eu>"
|
|||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/KDE/k3b"
|
||||
distfiles="https://github.com/KDE/k3b/archive/v${version}.tar.gz"
|
||||
checksum=bd120bd9618ab6de621cb0246a0c19addc89144880fdbc03ec633dfcbc2d9b29
|
||||
checksum=46e49323a8e6f2273fa2a2eae952d8be426ebb2c2c76f5011dfab3e004369899
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Reference in a new issue