commit semantik for openSUSE:Factory
Hello community, here is the log from the commit of package semantik for openSUSE:Factory checked in at 2018-04-30 22:55:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/semantik (Old) and /work/SRC/openSUSE:Factory/.semantik.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "semantik" Mon Apr 30 22:55:42 2018 rev:15 rq:602161 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/semantik/semantik.changes 2017-12-29 00:02:45.155621155 +0100 +++ /work/SRC/openSUSE:Factory/.semantik.new/semantik.changes 2018-04-30 22:58:30.773393342 +0200 @@ -1,0 +2,7 @@ +Sat Apr 28 01:44:21 UTC 2018 - i@marguerite.su + +- add patch semantik-filetree-qtdbus.patch + * Fix leap adn factory build. + QDBusAbstractInterface not found + +------------------------------------------------------------------- New: ---- semantik-filetree-qtdbus.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ semantik.spec ++++++ --- /var/tmp/diff_new_pack.GUkxOQ/_old 2018-04-30 22:58:31.425369553 +0200 +++ /var/tmp/diff_new_pack.GUkxOQ/_new 2018-04-30 22:58:31.429369406 +0200 @@ -1,7 +1,7 @@ # # spec file for package semantik # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,9 @@ Url: http://ita1024.github.io/semantik/ Source0: https://waf.io/%{name}-%{version}.tar.bz2 Source1: %{name}.1 +#PATCH-FIX-UPSTREAM marguerite@opensuse.org fix QDBusAbstractInterface not found error +Patch: semantik-filetree-qtdbus.patch +BuildRequires: ImageMagick BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: kdelibs4support-devel @@ -52,6 +55,14 @@ %prep %setup -q +%patch -p1 + +#wrong-icon-size +convert src/data/hi48-app-semantik-d.png -resize 48x48 src/data/hi48-app-semantik-d.png +#env-script-interpreter +for i in src/filters/*.py src/sembind.py waf; do + sed -i '1s:.*:#!/usr/bin/python:' $i; +done %build ++++++ semantik-filetree-qtdbus.patch ++++++ Index: semantik-1.0.1/wscript =================================================================== --- semantik-1.0.1.orig/wscript +++ semantik-1.0.1/wscript @@ -63,7 +63,7 @@ src/fig/semantik_d_win.h src/fig/filetree.h src/fig/diagram_document.h ''', - use = 'KDECORE QT5CORE QT5WIDGETS QT5GUI QT5XML QT5PRINTSUPPORT QT5SVG semlib', + use = 'KDECORE QT5CORE QT5WIDGETS QT5GUI QT5XML QT5PRINTSUPPORT QT5SVG QT5DBUS semlib', target = 'src/semantik-d', includes = '. src src/fig src/base')
participants (1)
-
root@hilbert.suse.de