commit kdesignerplugin for openSUSE:Factory
Hello community, here is the log from the commit of package kdesignerplugin for openSUSE:Factory checked in at 2014-04-02 17:21:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdesignerplugin (Old) and /work/SRC/openSUSE:Factory/.kdesignerplugin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdesignerplugin" Changes: -------- --- /work/SRC/openSUSE:Factory/kdesignerplugin/kdesignerplugin.changes 2014-03-28 16:22:55.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdesignerplugin.new/kdesignerplugin.changes 2014-04-02 17:22:03.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:29 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php + +------------------------------------------------------------------- Old: ---- kdesignerplugin-4.97.0.tar.xz New: ---- kdesignerplugin-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdesignerplugin.spec ++++++ --- /var/tmp/diff_new_pack.KW57Gx/_old 2014-04-02 17:22:04.000000000 +0200 +++ /var/tmp/diff_new_pack.KW57Gx/_new 2014-04-02 17:22:04.000000000 +0200 @@ -17,10 +17,10 @@ Name: kdesignerplugin -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kbookmarks-devel >= %{_kf5_version} BuildRequires: kcompletion-devel >= %{_kf5_version} ++++++ kdesignerplugin-4.97.0.tar.xz -> kdesignerplugin-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-4.97.0/CMakeLists.txt new/kdesignerplugin-4.98.0/CMakeLists.txt --- old/kdesignerplugin-4.97.0/CMakeLists.txt 2014-03-01 12:50:33.000000000 +0100 +++ new/kdesignerplugin-4.98.0/CMakeLists.txt 2014-03-28 19:16:33.000000000 +0100 @@ -2,7 +2,7 @@ project(KF5DesignerPlugin) -find_package(ECM 0.0.11 REQUIRED NO_MODULE) +find_package(ECM 0.0.12 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -19,7 +19,7 @@ TYPE OPTIONAL ) -set(KF5_VERSION "4.97.0") +set(KF5_VERSION "4.98.0") find_package(KF5CoreAddons ${KF5_VERSION} REQUIRED) find_package(KF5Config ${KF5_VERSION} REQUIRED) find_package(KF5DocTools ${KF5_VERSION} REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-4.97.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook new/kdesignerplugin-4.98.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook --- old/kdesignerplugin-4.97.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2014-03-01 12:50:33.000000000 +0100 +++ new/kdesignerplugin-4.98.0/docs/kgendesignerplugin/man-kgendesignerplugin.1.docbook 2014-03-28 19:16:33.000000000 +0100 @@ -1,6 +1,6 @@ <?xml version="1.0" ?> -<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.2-Based Variant V1.1//EN" -"dtd/kdex.dtd" [ +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" +"dtd/kdedbx45.dtd" [ <!ENTITY % English "INCLUDE"> ]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-4.97.0/src/CMakeLists.txt new/kdesignerplugin-4.98.0/src/CMakeLists.txt --- old/kdesignerplugin-4.97.0/src/CMakeLists.txt 2014-03-01 12:50:33.000000000 +0100 +++ new/kdesignerplugin-4.98.0/src/CMakeLists.txt 2014-03-28 19:16:33.000000000 +0100 @@ -13,8 +13,6 @@ KF5::CoreAddons # KMacroExpander ) -# "export" this target too so we can use the LOCATION property of the imported target in -# FindKDE4Internal.cmake to get the full path to the installed executable instead of using FIND_PROGRAM(), Alex install(TARGETS kgendesignerplugin EXPORT KF5DesignerPluginTargets ${INSTALL_TARGETS_DEFAULT_ARGS} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-4.97.0/src/Messages.sh new/kdesignerplugin-4.98.0/src/Messages.sh --- old/kdesignerplugin-4.97.0/src/Messages.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/kdesignerplugin-4.98.0/src/Messages.sh 2014-03-28 19:16:33.000000000 +0100 @@ -0,0 +1,18 @@ +#!/bin/sh + +# Invoke the extractrc script on all .ui, .rc, and .kcfg files in the sources. +# The results are stored in a pseudo .cpp file to be picked up by xgettext. +lst=`find . -name \*.rc -o -name \*.ui -o -name \*.kcfg` +if [ -n "$lst" ] ; then + $EXTRACTRC $lst >> rc.cpp +fi + +# If your framework contains tips-of-the-day, call preparetips as well. +if [ -f "data/tips" ] ; then + ( cd data && $PREPARETIPS > ../tips.cpp ) +fi + +# Extract strings from all source files. +# If your framework depends on KI18n, use $XGETTEXT. If it uses Qt translation +# system, use $EXTRACT_TR_STRINGS. +$EXTRACT_TR_STRINGS `find . -name \*.cpp -o -name \*.h -name \*.qml` -o $podir/kdesignerplugin5.pot diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdesignerplugin-4.97.0/src/README new/kdesignerplugin-4.98.0/src/README --- old/kdesignerplugin-4.97.0/src/README 2014-03-01 12:50:33.000000000 +0100 +++ new/kdesignerplugin-4.98.0/src/README 1970-01-01 01:00:00.000000000 +0100 @@ -1,65 +0,0 @@ -KDE Custom Widgets for Qt Designer 2 -==================================== - - -Summary: -======== - -This directory contains KDE custom widgets for Qt Designer which comes with -Qt 4. Just make sure that QT_PLUGIN_PATH includes -$KDEDIR/lib/kde4/plugins . With the KDE build system nothing special -(i.e. editing the plugin path) is needed, as uic will automatically be -called with -L <path to the kdewidgets plugin> . - -This plugin uses the QWidget plugin API of Qt >= 4.0 -Don't expect it to work with any other versions of Qt. - - -Known Bugs: -=========== - -Designer crashes when using widgets that use the kapp pointer. - -HOWTO Add Widgets: -================== -Just add new widgets to kde.widgets like this: -[ClassName] -IncludeFile=myheader.h -IconSet=mycoolwidget.png -ToolTip=My Cool Widget -WhatsThis=Long description of my cool widget -ConstructorArgs=(parent, name, otherNeccessaryArg) -IsContainer=true -Group=MyWidgetCollection - -Everything but [ClassName] is optional. -IncludeFile defaults to classname.h (all lowercase) -IconSet defaults to classname.png (all lowercase) -ToolTip defaults to ClassName -WhatsThis defaults to ClassName -ConstructorArgs=(parent, name) -IsContainer defaults to false - note, any value except an empty one is - interpreted as true, even if the value - is "false" :) So, if the widget is not a - container, just omit this line. -Group defaults to "KDE" - -Don't forget to add an icon to the pics directory. Try to make it look similar to the other icons and be the same size. - -There are some global options that you can have. - -[Global] -Init=new InitCode(); -Destroy= delete object; -PluginName=MyPlugin - -PluginName overrides the passed in value at the command line and is optional. -Init and Destroy are both optional arguments that can be used for custom build -up and tear down code. - -Have fun! - - -Ian Reinhart Geiser <geiseri@kde.org> -Daniel Molkentin <molkentin@kde.org> -Malte Starostik <malte@kde.org> -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de