[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:25:06 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=f08db02

The following commit has been merged in the master branch:
commit f08db027eb2da54966a27902a8a81bbe0264bdb1
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Sat Jan 10 00:51:55 2015 +0100

    [lib] Fix the export file
---
 lib/ktpchat_export.h | 49 +++++++++++++++++++++++--------------------------
 1 file changed, 23 insertions(+), 26 deletions(-)

diff --git a/lib/ktpchat_export.h b/lib/ktpchat_export.h
index ee6bcc3..4df677f 100644
--- a/lib/ktpchat_export.h
+++ b/lib/ktpchat_export.h
@@ -1,40 +1,37 @@
 /*  This file is part of the KDE project
-    Copyright (C) 2007 David Faure <faure at kde.org>
-
-    This library is free software; you can redistribute it and/or
-    modify it under the terms of the GNU Library General Public
-    License 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.
-*/
+ *    Copyright (C) 2007 David Faure <faure at kde.org>
+ *
+ *    This library is free software; you can redistribute it and/or
+ *    modify it under the terms of the GNU Library General Public
+ *    License 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.
+ */
 
 #ifndef KDETELEPATHYCHAT_EXPORT_H
 #define KDETELEPATHYCHAT_EXPORT_H
 
-/* needed for KDE_EXPORT and KDE_IMPORT macros */
-#include <kdemacros.h>
+#include <QtCore/QtGlobal>
 
 #ifndef KDE_TELEPATHY_CHAT_EXPORT
-# if defined(MAKE_KTPCHAT_LIB)
-   /* We are building this library */
-#  define KDE_TELEPATHY_CHAT_EXPORT KDE_EXPORT
+/* We are building this library */
+#  define KDE_TELEPATHY_CHAT_EXPORT __attribute__((visibility("default")))
 # else
-   /* We are using this library */
-#  define KDE_TELEPATHY_CHAT_EXPORT KDE_IMPORT
-# endif
+/* We are using this library */
+#  define KDE_TELEPATHY_CHAT_EXPORT __attribute__((visibility("default")))
 #endif
 
 # ifndef KDE_TELEPATHY_CHAT_EXPORT_DEPRECATED
-#  define KDE_TELEPATHY_CHAT_EXPORT_DEPRECATED KDE_DEPRECATED KDE_TELEPATHY_CHAT_EXPORT
+#  define KDE_TELEPATHY_CHAT_EXPORT_DEPRECATED Q_DECL_DEPRECATED KDE_TELEPATHY_CHAT_EXPORT
 # endif
 
 #endif

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list