This commit is contained in:
parent
2b37479d1f
commit
d911f55222
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 18 20:52:32 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
- Update to 0.9.2+14.04.20131209
|
||||||
|
* Install CMake config files for dbusmenu-qt and dbusmenu-qt5.
|
||||||
|
This makes it easy for other projects to use the library with
|
||||||
|
find(dbusmenu-qt) or find(dbusmenu-qt5) without having to ship
|
||||||
|
a FindDBusMenuQt.cmake file. (More about this topic here:
|
||||||
|
http://www.cmake.org/Wiki/CMake/Tutorials/Packaging ). Test
|
||||||
|
programs available here:
|
||||||
|
http://agateau.com/tmp/dmqt-samples.tar.bz2.
|
||||||
|
* Destructors of classes intended to be base classes updated to
|
||||||
|
virtual.
|
||||||
|
* When adding a new submenu action, refresh() that action to
|
||||||
|
ensure full menu hierarchy is built.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 22:50:10 UTC 2013 - hrvoje.senjan@gmail.com
|
Wed Nov 6 22:50:10 UTC 2013 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libdbusmenu-qt
|
# spec file for package libdbusmenu-qt5
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -15,16 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rname libdbusmenu-qt
|
%define rname libdbusmenu-qt
|
||||||
|
|
||||||
Name: libdbusmenu-qt5
|
Name: libdbusmenu-qt5
|
||||||
Version: 0.9.2+13.10.20130826
|
Version: 0.9.2+14.04.20131209
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: https://launchpad.net/libdbusmenu-qt/
|
Url: https://launchpad.net/libdbusmenu-qt/
|
||||||
Summary: A Qt implementation of the DBusMenu protocol
|
Summary: A Qt implementation of the DBusMenu protocol
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source0: https://launchpad.net/ubuntu/trusty/+source/%{rname}/%{version}-0ubuntu1/+files/%{rname}_%{version}.orig.tar.gz
|
Source0: http://archive.ubuntu.com/ubuntu/pool/main/libd/%{rname}/%{rname}_%{version}.orig.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# PATCH-FIX-UPSTREAM noqDebug-qWarnings.patch -- libdbusmenu uses it's own qDebug's and qWarnings,
|
# PATCH-FIX-UPSTREAM noqDebug-qWarnings.patch -- libdbusmenu uses it's own qDebug's and qWarnings,
|
||||||
# which are useless, and annoy users, so this patch just disables them in release mode
|
# which are useless, and annoy users, so this patch just disables them in release mode
|
||||||
@ -36,7 +37,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: pkgconfig(Qt5Core)
|
BuildRequires: pkgconfig(Qt5Core)
|
||||||
BuildRoot: %{_tmppath}/%{rname}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This library provides a Qt implementation of the DBusMenu protocol.
|
This library provides a Qt implementation of the DBusMenu protocol.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6699a34eb4ff27371543f8499600f5f9f7267dfe7468c505a4411b0ee74a0d43
|
|
||||||
size 45394
|
|
3
libdbusmenu-qt_0.9.2+14.04.20131209.orig.tar.gz
Normal file
3
libdbusmenu-qt_0.9.2+14.04.20131209.orig.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7caf94fe27ce146a637af3062aa5bac90caec37cc30cd5ef638e46ccd4f264b
|
||||||
|
size 45800
|
Loading…
Reference in New Issue
Block a user