Import Debian changes 0.9.3+16.04.20160218-ok1
libdbusmenu-qt (0.9.3+16.04.20160218-ok1) yangtze; urgency=medium * Build for openKylin.
This commit is contained in:
parent
04ab4db09c
commit
dccd096608
|
@ -0,0 +1,5 @@
|
||||||
|
libdbusmenu-qt (0.9.3+16.04.20160218-ok1) yangtze; urgency=medium
|
||||||
|
|
||||||
|
* Build for openKylin.
|
||||||
|
|
||||||
|
-- openKylinBot <openKylinBot@openkylin.com> Mon, 25 Apr 2022 22:03:04 +0800
|
|
@ -0,0 +1 @@
|
||||||
|
9
|
|
@ -0,0 +1,59 @@
|
||||||
|
Source: libdbusmenu-qt
|
||||||
|
Section: libs
|
||||||
|
Priority: optional
|
||||||
|
Build-Depends: debhelper (>= 9),
|
||||||
|
cmake (>= 2.8.11),
|
||||||
|
qtbase5-dev,
|
||||||
|
pkg-config,
|
||||||
|
doxygen
|
||||||
|
Maintainer: Debian Krap Maintainers <debian-qt-kde@lists.debian.org>
|
||||||
|
Uploaders: Praveen Arimbrathodiyil <pravi.a@gmail.com>,
|
||||||
|
Modestas Vainius <modax@debian.org>,
|
||||||
|
Pino Toscano <pino@debian.org>
|
||||||
|
Standards-Version: 3.9.6
|
||||||
|
Homepage: https://launchpad.net/libdbusmenu-qt
|
||||||
|
Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/libdbusmenu-qt.git
|
||||||
|
Vcs-Browser: https://salsa.debian.org/qt-kde-team/extras/libdbusmenu-qt
|
||||||
|
|
||||||
|
Package: libdbusmenu-qt5-2
|
||||||
|
Architecture: any
|
||||||
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
|
Depends: ${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Multi-Arch: same
|
||||||
|
Description: Qt implementation of the DBusMenu protocol
|
||||||
|
This library provides a Qt implementation of the DBusMenu protocol.
|
||||||
|
.
|
||||||
|
The DBusMenu protocol makes it possible for applications to export
|
||||||
|
and import their menus over D-Bus.
|
||||||
|
.
|
||||||
|
This package provides the libdbusmenu-qt2 shared library.
|
||||||
|
|
||||||
|
Package: libdbusmenu-qt5-dev
|
||||||
|
Section: libdevel
|
||||||
|
Architecture: any
|
||||||
|
Depends: libdbusmenu-qt5-2 (= ${binary:Version}),
|
||||||
|
qtbase5-dev,
|
||||||
|
${misc:Depends}
|
||||||
|
Description: Qt implementation of the DBusMenu protocol (development)
|
||||||
|
This library provides a Qt implementation of the DBusMenu protocol.
|
||||||
|
.
|
||||||
|
The DBusMenu protocol makes it possible for applications to export
|
||||||
|
and import their menus over D-Bus.
|
||||||
|
.
|
||||||
|
This package provides header files and CMake configuration files for
|
||||||
|
development.
|
||||||
|
|
||||||
|
Package: libdbusmenu-qt5-doc
|
||||||
|
Section: doc
|
||||||
|
Architecture: all
|
||||||
|
Depends: libjs-jquery,
|
||||||
|
${misc:Depends}
|
||||||
|
Suggests: w3m | www-browser
|
||||||
|
Description: Qt implementation of the DBusMenu protocol (documentation)
|
||||||
|
This library provides a Qt implementation of the DBusMenu protocol.
|
||||||
|
.
|
||||||
|
The DBusMenu protocol makes it possible for applications to export
|
||||||
|
and import their menus over D-Bus.
|
||||||
|
.
|
||||||
|
This package provides API documentation in HTML format.
|
|
@ -0,0 +1,60 @@
|
||||||
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: libdbusmenu-qt
|
||||||
|
Upstream-Contact: Aurelien Gateau <aurelien.gateau@canonical.com>
|
||||||
|
Source: https://launchpad.net/libdbusmenu-qt
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2009-2010, Canonical
|
||||||
|
Author: Aurelien Gateau <aurelien.gateau@canonical.com>
|
||||||
|
License: LGPL-2+
|
||||||
|
|
||||||
|
Files: src/com.canonical.dbusmenu.xml
|
||||||
|
Copyright: 2009 Canonical Ltd.
|
||||||
|
License: LGPL-3 or LGPL-2.1 or (LGPL-3 and LGPL-2.1)
|
||||||
|
This program is free software: you can redistribute it and/or modify it
|
||||||
|
under the terms of either or both of the following licenses:
|
||||||
|
.
|
||||||
|
1) the GNU Lesser General Public License version 3, as published by the
|
||||||
|
Free Software Foundation; and/or
|
||||||
|
2) the GNU Lesser General Public License version 2.1, as published by
|
||||||
|
the Free Software Foundation.
|
||||||
|
.
|
||||||
|
This program is distributed in the hope that it will be useful, but
|
||||||
|
WITHOUT ANY WARRANTY; without even the implied warranties of
|
||||||
|
MERCHANTABILITY, SATISFACTORY QUALITY or FITNESS FOR A PARTICULAR
|
||||||
|
PURPOSE. See the applicable version of the GNU Lesser General Public
|
||||||
|
License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of both the GNU Lesser General Public
|
||||||
|
License version 3 and version 2.1 along with this program. If not, see
|
||||||
|
<http://www.gnu.org/licenses/>
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU Library General Public License
|
||||||
|
version 2.1 can be found in /usr/share/common-licenses/LGPL-2.1.
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU Library General Public License
|
||||||
|
version 3 can be found in /usr/share/common-licenses/LGPL-3.
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2010-2012, Praveen Arimbrathodiyil <pravi.a@gmail.com>
|
||||||
|
License: LGPL-2+
|
||||||
|
|
||||||
|
License: LGPL-2+
|
||||||
|
This library is free software; you can redistribute it and/or
|
||||||
|
modify it under the terms of the GNU Library General Public
|
||||||
|
License (LGPL) as published by the Free Software Foundation;
|
||||||
|
either version 2 of the License, or (at your option) any later
|
||||||
|
version.
|
||||||
|
.
|
||||||
|
This library is distributed in the hope that it will be useful,
|
||||||
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
Library General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU Library General Public License
|
||||||
|
along with this library; see the file COPYING.LIB. If not, write to
|
||||||
|
the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
Boston, MA 02110-1301, USA.
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU Library General Public
|
||||||
|
License, version 2, can be found in /usr/share/common-licenses/LGPL-2.
|
|
@ -0,0 +1,2 @@
|
||||||
|
NEWS
|
||||||
|
README
|
|
@ -0,0 +1 @@
|
||||||
|
usr/lib/*/libdbusmenu-qt5.so.2*
|
|
@ -0,0 +1,64 @@
|
||||||
|
# SymbolsHelper-Confirmed: 0.9.3+15.10.20150604 amd64
|
||||||
|
libdbusmenu-qt5.so.2 libdbusmenu-qt5-2 #MINVER#
|
||||||
|
* Build-Depends-Package: libdbusmenu-qt5-dev
|
||||||
|
(optional=gccinternal)_ZN10QByteArrayD1Ev@Base 0.9.3+14.10.20140619
|
||||||
|
(optional=gccinternal)_ZN10QByteArrayD2Ev@Base 0.9.3+14.10.20140619
|
||||||
|
_ZN16DBusMenuExporter11qt_metacallEN11QMetaObject4CallEiPPv@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporter11qt_metacastEPKc@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporter14activateActionEP7QAction@Base 0.6.6
|
||||||
|
_ZN16DBusMenuExporter15doUpdateActionsEv@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporter16staticMetaObjectE@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporter17iconNameForActionEP7QAction@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporter19doEmitLayoutUpdatedEv@Base 0.5.1
|
||||||
|
_ZN16DBusMenuExporter19slotActionDestroyedEP7QObject@Base 0.6.6
|
||||||
|
_ZN16DBusMenuExporter9setStatusERK7QString@Base 0.9.0
|
||||||
|
_ZN16DBusMenuExporterC1ERK7QStringP5QMenuRK15QDBusConnection@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporterC2ERK7QStringP5QMenuRK15QDBusConnection@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporterD0Ev@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporterD1Ev@Base 0.3.2
|
||||||
|
_ZN16DBusMenuExporterD2Ev@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter10createMenuEP7QWidget@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter10updateMenuEv@Base 0.5.1
|
||||||
|
_ZN16DBusMenuImporter11iconForNameERK7QString@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter11menuUpdatedEv@Base 0.5.1
|
||||||
|
_ZN16DBusMenuImporter11qt_metacallEN11QMetaObject4CallEiPPv@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter11qt_metacastEPKc@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter16sendClickedEventEi@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter16staticMetaObjectE@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter17slotLayoutUpdatedEji@Base 0.3.3
|
||||||
|
_ZN16DBusMenuImporter18menuReadyToBeShownEv@Base 0.3.3
|
||||||
|
_ZN16DBusMenuImporter19slotMenuAboutToHideEv@Base 0.9.2
|
||||||
|
_ZN16DBusMenuImporter19slotMenuAboutToShowEv@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporter21slotGetLayoutFinishedEP23QDBusPendingCallWatcher@Base 0.9.2
|
||||||
|
_ZN16DBusMenuImporter25actionActivationRequestedEP7QAction@Base 0.6.6
|
||||||
|
_ZN16DBusMenuImporter27processPendingLayoutUpdatesEv@Base 0.5.1
|
||||||
|
_ZN16DBusMenuImporter27slotItemActivationRequestedEij@Base 0.6.6
|
||||||
|
_ZN16DBusMenuImporter31slotAboutToShowDBusCallFinishedEP23QDBusPendingCallWatcher@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporterC1ERK7QStringS2_20DBusMenuImporterTypeP7QObject@Base 0.9.3+14.10.20140619
|
||||||
|
_ZN16DBusMenuImporterC1ERK7QStringS2_P7QObject@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporterC2ERK7QStringS2_20DBusMenuImporterTypeP7QObject@Base 0.9.3+14.10.20140619
|
||||||
|
_ZN16DBusMenuImporterC2ERK7QStringS2_P7QObject@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporterD0Ev@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporterD1Ev@Base 0.3.2
|
||||||
|
_ZN16DBusMenuImporterD2Ev@Base 0.3.2
|
||||||
|
_ZN16DBusMenuShortcut15fromKeySequenceERK12QKeySequence@Base 0.3.4
|
||||||
|
(optional=gccinternal)_ZN6QDebuglsEPKc@Base 0.9.3+15.10.20150604
|
||||||
|
(optional=gccinternal)_ZN7QStringD1Ev@Base 0.9.3+14.10.20140619
|
||||||
|
(optional=gccinternal)_ZN7QStringD2Ev@Base 0.9.3+14.10.20140619
|
||||||
|
_ZNK16DBusMenuExporter10metaObjectEv@Base 0.3.2
|
||||||
|
_ZNK16DBusMenuExporter6statusEv@Base 0.9.0
|
||||||
|
_ZNK16DBusMenuImporter10metaObjectEv@Base 0.3.2
|
||||||
|
_ZNK16DBusMenuImporter4menuEv@Base 0.3.2
|
||||||
|
_ZNK16DBusMenuShortcut13toKeySequenceEv@Base 0.3.4
|
||||||
|
_ZTI16DBusMenuExporter@Base 0.3.2
|
||||||
|
_ZTI16DBusMenuImporter@Base 0.3.2
|
||||||
|
_ZTS16DBusMenuExporter@Base 0.3.2
|
||||||
|
_ZTS16DBusMenuImporter@Base 0.3.2
|
||||||
|
_ZTV16DBusMenuExporter@Base 0.3.2
|
||||||
|
_ZTV16DBusMenuImporter@Base 0.3.2
|
||||||
|
_ZlsR13QDBusArgumentRK12DBusMenuItem@Base 0.3.2
|
||||||
|
_ZlsR13QDBusArgumentRK16DBusMenuItemKeys@Base 0.8.0
|
||||||
|
_ZlsR13QDBusArgumentRK18DBusMenuLayoutItem@Base 0.8.0
|
||||||
|
_ZrsRK13QDBusArgumentR12DBusMenuItem@Base 0.3.2
|
||||||
|
_ZrsRK13QDBusArgumentR16DBusMenuItemKeys@Base 0.8.0
|
||||||
|
_ZrsRK13QDBusArgumentR18DBusMenuLayoutItem@Base 0.8.0
|
|
@ -0,0 +1,4 @@
|
||||||
|
usr/include/dbusmenu-qt5/
|
||||||
|
usr/lib/*/libdbusmenu-qt5.so
|
||||||
|
usr/lib/*/pkgconfig/dbusmenu-qt5.pc
|
||||||
|
usr/lib/*/cmake/dbusmenu-qt5/
|
|
@ -0,0 +1,12 @@
|
||||||
|
Document: dbusmenu-qt5
|
||||||
|
Title: DBusMenu Qt5 API Documentation
|
||||||
|
Author: Canonical DX Team, Aurélien Gâteau <aurelien.gateau@canonical.com>
|
||||||
|
Abstract: This library provides a Qt5 implementation of the DBusMenu protocol.
|
||||||
|
The DBusMenu protocol makes it possible for applications to export and import
|
||||||
|
their menus over D-Bus.
|
||||||
|
Section: Programming
|
||||||
|
|
||||||
|
Format: HTML
|
||||||
|
Index: /usr/share/doc/libdbusmenu-qt5-doc/html/index.html
|
||||||
|
Files: /usr/share/doc/libdbusmenu-qt5-doc/html/*.html
|
||||||
|
/usr/share/doc/libdbusmenu-qt5-doc/html/search/*.html
|
|
@ -0,0 +1 @@
|
||||||
|
usr/share/doc/libdbusmenu-qt5-doc/* usr/share/doc/libdbusmenu-qt5-doc/html
|
|
@ -0,0 +1 @@
|
||||||
|
usr/share/javascript/jquery/jquery.js usr/share/doc/libdbusmenu-qt5-doc/html/jquery.js
|
|
@ -0,0 +1,2 @@
|
||||||
|
# doxygen generated files
|
||||||
|
libdbusmenu-qt2-doc binary: duplicate-files
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Moved into html subdir
|
||||||
|
usr/share/doc/libdbusmenu-qt5-doc/
|
||||||
|
usr/share/doc/libdbusmenu-qt-doc/
|
|
@ -0,0 +1,29 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
# Uncomment this to turn on verbose mode.
|
||||||
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@ --parallel --buildsystem=cmake
|
||||||
|
|
||||||
|
override_dh_auto_configure:
|
||||||
|
QT_SELECT=qt5 dh_auto_configure -- -DUSE_QT5=True
|
||||||
|
|
||||||
|
override_dh_auto_build:
|
||||||
|
dh_auto_build
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install
|
||||||
|
# Removing embedded jquery javascript library
|
||||||
|
rm debian/tmp/usr/share/doc/libdbusmenu-qt5-doc/jquery.js
|
||||||
|
|
||||||
|
override_dh_install:
|
||||||
|
dh_install --fail-missing
|
||||||
|
|
||||||
|
override_dh_strip:
|
||||||
|
dh_strip -plibdbusmenu-qt5-2 --dbgsym-migration='libdbusmenu-qt5-dbg (<< 0.9.3+16.04.20160218)'
|
||||||
|
dh_strip --remaining-packages --dbgsym-migration='libdbusmenu-qt-dbg (<< 0.9.3+16.04.20160218)'
|
||||||
|
|
||||||
|
override_dh_auto_test:
|
||||||
|
# Skipping tests (can't test inside chroot)...
|
||||||
|
:
|
|
@ -0,0 +1 @@
|
||||||
|
3.0 (quilt)
|
|
@ -0,0 +1,2 @@
|
||||||
|
version=3
|
||||||
|
http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbusmenu-qt/libdbusmenu-qt_([0-9+.]+)\.orig\.tar\.(?:bz2|gz|xz)
|
Loading…
Reference in New Issue