kde-runtime: remove no longer needed hacks again
Now that gpgmepp is split off from gpgme kde-runtime builds as it did with gpgme-1.6.0 before.
This commit is contained in:
parent
c11bc23c2d
commit
f8164d6285
2 changed files with 1 additions and 23 deletions
|
@ -1,20 +0,0 @@
|
||||||
--- kwalletd/backend/backendpersisthandler.h 2014-10-31 00:50:20.000000000 +0100
|
|
||||||
+++ kwalletd/backend/backendpersisthandler.h 2016-10-10 16:29:11.650257634 +0200
|
|
||||||
@@ -22,6 +22,7 @@
|
|
||||||
#define KWMAGIC_LEN 12
|
|
||||||
|
|
||||||
+#include <boost/shared_ptr.hpp>
|
|
||||||
#include <qwindowdefs.h>
|
|
||||||
|
|
||||||
class QFile;
|
|
||||||
class KSaveFile;
|
|
||||||
--- kwalletd/kwalletwizard.h 2014-10-31 00:50:20.000000000 +0100
|
|
||||||
+++ kwalletd/kwalletwizard.h 2016-10-10 16:38:29.298085470 +0200
|
|
||||||
@@ -19,6 +19,7 @@
|
|
||||||
#ifndef KWALLETWIZARD_H
|
|
||||||
#define KWALLETWIZARD_H
|
|
||||||
|
|
||||||
+#include <boost/shared_ptr.hpp>
|
|
||||||
#include <QWizard>
|
|
||||||
#ifdef HAVE_QGPGME
|
|
||||||
#include <gpgme++/key.h>
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'kde-runtime'
|
# Template file for 'kde-runtime'
|
||||||
pkgname=kde-runtime
|
pkgname=kde-runtime
|
||||||
version=4.14.3
|
version=4.14.3
|
||||||
revision=6
|
revision=7
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF DWITH_QNtrack=OFF -DWITH_NepomukCore=OFF"
|
configure_args="-Wno-dev -DKDE4_BUILD_TESTS=OFF DWITH_QNtrack=OFF -DWITH_NepomukCore=OFF"
|
||||||
# XXX OpenSLP
|
# XXX OpenSLP
|
||||||
|
@ -20,8 +20,6 @@ homepage="http://www.kde.org"
|
||||||
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
|
distfiles="http://download.kde.org/stable/${version}/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605
|
checksum=78a74e519b4e897ffcee14be98eebd7b672ad2bb6e71a4aa2fe77682b5bc8605
|
||||||
|
|
||||||
CXXFLAGS="-std=c++11"
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -f ${DESTDIR}/usr/share/icons/hicolor/index.theme
|
rm -f ${DESTDIR}/usr/share/icons/hicolor/index.theme
|
||||||
ln -sf /usr/lib/kde4/libexec/kdesu ${DESTDIR}/usr/bin
|
ln -sf /usr/lib/kde4/libexec/kdesu ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Reference in a new issue