k3b: update to 22.12.1.
This commit is contained in:
parent
4e5c1bd0e7
commit
232daf5209
3 changed files with 5 additions and 34 deletions
|
@ -2219,8 +2219,8 @@ libdbus-c++-glib-1.so.0 libdbus-c++-0.9.0_1
|
|||
libpagemaker-0.0.so.0 libpagemaker-0.0.2_1
|
||||
libKF5CddbWidgets.so.5 libkcddb-17.08.2_1
|
||||
libKF5Cddb.so.5 libkcddb-17.08.2_1
|
||||
libk3bdevice.so.7 k3b-17.08.2_1
|
||||
libk3blib.so.7 k3b-17.08.2_1
|
||||
libk3bdevice.so.8 k3b-22.12.1_1
|
||||
libk3blib.so.8 k3b-22.12.1_1
|
||||
libsndio.so.7 libsndio-1.7.0_1
|
||||
libopenconnect.so.5 openconnect-7.05_1
|
||||
libusbredirparser.so.1 usbredir-0.7_1
|
||||
|
|
|
@ -1,29 +0,0 @@
|
|||
--- a/src/k3bsystemproblemdialog.cpp 2018-05-31 08:02:32.713467562 +0200
|
||||
+++ b/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>
|
||||
@@ -394,7 +394,7 @@
|
||||
dvd_r_dl = true;
|
||||
}
|
||||
|
||||
-#ifndef Q_OS_WIN32
|
||||
+#ifdef __GLIBC__
|
||||
// check automounted devices
|
||||
QList<K3b::Device::Device*> automountedDevices = checkForAutomounting();
|
||||
for( QList<K3b::Device::Device *>::const_iterator it = automountedDevices.constBegin();
|
||||
@@ -681,7 +681,7 @@
|
||||
}
|
||||
|
||||
|
||||
-#ifndef Q_OS_WIN32
|
||||
+#ifdef __GLIBC__
|
||||
QList<K3b::Device::Device*> K3b::SystemProblemDialog::checkForAutomounting()
|
||||
{
|
||||
QList<K3b::Device::Device *> l;
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'k3b'
|
||||
pkgname=k3b
|
||||
version=22.04.1
|
||||
revision=2
|
||||
version=22.12.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules pkg-config qt5-qmake gettext
|
||||
qt5-host-tools kauth kdoctools kcoreaddons"
|
||||
|
@ -16,4 +16,4 @@ license="GPL-2.0-or-later"
|
|||
homepage="https://kde.org/applications/en/multimedia/org.kde.k3b"
|
||||
changelog="https://kde.org/announcements/changelogs/gear/${version}/#k3b"
|
||||
distfiles="${KDE_SITE}/release-service/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=d79037e95c7d567b9e6453f9f6cb72f4d764d43180aa8854ee935a338ed354fb
|
||||
checksum=147e1ecbe3297b55789b15bdc24a1514255eeb5bd43c00ba5b458ea39f93e851
|
||||
|
|
Loading…
Add table
Reference in a new issue