From 6db274be6ef046a5c7e052637a03b97afcfff613 Mon Sep 17 00:00:00 2001 From: groni Date: Tue, 23 Jun 2015 23:26:15 +0200 Subject: [PATCH] kcrash version bump and delete kde5-suffix --- desktop/kde/kde5-framework/kcrash/1actions.py | 27 ------------------- 1 file changed, 27 deletions(-) delete mode 100755 desktop/kde/kde5-framework/kcrash/1actions.py diff --git a/desktop/kde/kde5-framework/kcrash/1actions.py b/desktop/kde/kde5-framework/kcrash/1actions.py deleted file mode 100755 index b2f086d2f1..0000000000 --- a/desktop/kde/kde5-framework/kcrash/1actions.py +++ /dev/null @@ -1,27 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import pisitools -from pisi.actionsapi import cmaketools - -def setup(): - cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \ - -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt5/mkspecs/modules \ - -DQT_PLUGIN_INSTALL_DIR=lib/qt5/plugins \ - -DQML_INSTALL_DIR=lib/qt5/qml \ - -DLIB_INSTALL_DIR=lib \ - -DLIBEXEC_INSTALL_DIR=lib \ - -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \ - -DLOCALE_INSTALL_DIR=/usr/share/locale \ - -DBUILD_TESTING=OFF") - -def build(): - cmaketools.make() - -def install(): - cmaketools.install() - - pisitools.dodoc("README.md", "COPYING.LIB")