Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KontactInterface
Commits
a87eaca7
Commit
a87eaca7
authored
Nov 29, 2021
by
Laurent Montel
😁
Browse files
Fix license
parent
b4d4f783
Pipeline
#102534
passed with stage
in 31 seconds
Changes
9
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a87eaca7
...
...
@@ -2,5 +2,6 @@
# SPDX-License-Identifier: CC0-1.0
include
:
-
https://invent.kde.org/sysadmin/ci-tooling/raw/master/invent/ci-reuse.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux.yml
-
https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml
CMakeLists.txt
View file @
a87eaca7
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required
(
VERSION 3.16 FATAL_ERROR
)
set
(
PIM_VERSION
"5.19.40"
)
...
...
KF5KontactInterfaceConfig.cmake.in
View file @
a87eaca7
# SPDX-FileCopyrightText: 2014 Montel Laurent <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
find_dependency(KF5Parts "@KF5_MIN_VERSION@")
...
...
LICENSES/LGPL-2.0-only.txt
0 → 100644
View file @
a87eaca7
This diff is collapsed.
Click to expand it.
Mainpage.dox
View file @
a87eaca7
/*
SPDX-FileCopyrightText: none
SPDX-License-Identifier: CC0-1.0
*/
/*!
* @mainpage Kontact Plugin Interface Library
*
...
...
config-kontactinterface.h.cmake
View file @
a87eaca7
/*
SPDX-FileCopyrightText: 2014 Montel Laurent <montel@kde.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
/* config-kontactinterface.h. Generated by cmake from config-kontactinterface.h.cmake */
/* Define to 1 if you have the Xlib */
...
...
src/CMakeLists.txt
View file @
a87eaca7
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: BSD-3-Clause
add_library
(
KF5KontactInterface
)
add_library
(
KF5::KontactInterface ALIAS KF5KontactInterface
)
target_sources
(
KF5KontactInterface PRIVATE
...
...
src/Messages.sh
View file @
a87eaca7
#! /bin/sh
# SPDX-FileCopyrightText: 2014 Montel Laurent <montel@kde.org>
# SPDX-License-Identifier: BSD-3-Clause
$XGETTEXT
`
find
.
-name
"*.cpp"
-o
-name
"*.h"
`
-o
$podir
/kontactinterfaces5.pot
src/kontactplugin.desktop.license
0 → 100644
View file @
a87eaca7
SPDX-License-Identifier: CC0-1.0
SPDX-FileCopyrightText: none
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment