Hello community,

here is the log from the commit of package cpluff for openSUSE:Factory checked 
in at 2020-05-08 23:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cpluff (Old)
 and      /work/SRC/openSUSE:Factory/.cpluff.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cpluff"

Fri May  8 23:09:07 2020 rev:2 rq:801844 version:0.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cpluff/cpluff.changes    2019-04-02 
09:21:24.192660870 +0200
+++ /work/SRC/openSUSE:Factory/.cpluff.new.2738/cpluff.changes  2020-05-08 
23:09:16.178342464 +0200
@@ -1,0 +2,6 @@
+Sat May  2 19:19:19 UTC 2020 - [email protected]
+
+- Update to version 0.2.0, no code changes
+  refresh cpluff.patch
+
+-------------------------------------------------------------------

Old:
----
  cpluff-0.1.4.20190105T165320.c163d19.tar.xz

New:
----
  cpluff-0.2.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cpluff.spec ++++++
--- /var/tmp/diff_new_pack.PEczhf/_old  2020-05-08 23:09:18.650347514 +0200
+++ /var/tmp/diff_new_pack.PEczhf/_new  2020-05-08 23:09:18.654347522 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cpluff
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define sover 0
 
 Name:           cpluff
-Version:        0.1.4.20190105T165320.c163d19
+Version:        0.2.0
 Release:        0
 Summary:        A plug-in framework for C
 License:        MIT
 Group:          Development/Libraries/C and C++
-Url:            https://github.com/jlehtine/c-pluff
+URL:            https://github.com/jlehtine/c-pluff
 Source0:        %{name}-%{version}.tar.xz
 Patch0:         cpluff.patch
 BuildRequires:  gcc-c++
@@ -32,7 +32,6 @@
 BuildRequires:  pkg-config
 BuildRequires:  readline-devel
 BuildRequires:  pkgconfig(expat)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 C-Pluff is a plug-in framework for C programs. It has been strongly inspired by
@@ -82,7 +81,7 @@
        --enable-cpluffxx \
        --disable-nls \
        --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %install
 %make_install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.PEczhf/_old  2020-05-08 23:09:18.694347604 +0200
+++ /var/tmp/diff_new_pack.PEczhf/_new  2020-05-08 23:09:18.694347604 +0200
@@ -1,11 +1,13 @@
 <services>
   <service name="tar_scm" mode="disabled">
+    <param name="filename">cpluff</param>
+    <param name="revision">bc88744be7802f7d9aaaff26c34de780d7752118</param>
     <param name="scm">git</param>
+    <param name="submodules">disable</param>
     <param name="url">https://github.com/jlehtine/c-pluff.git</param>
-    <param name="revision">c163d196ec7a6c24d00a87d15b4781fc0dcae025</param>
-    <param name="filename">cpluff</param>
-    <param name='versionformat'>%ci.%h</param>
-    <param name="versionprefix">0.1.4</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*tar</param>

++++++ cpluff-0.1.4.20190105T165320.c163d19.tar.xz -> cpluff-0.2.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpluff-0.1.4.20190105T165320.c163d19/ChangeLog.txt 
new/cpluff-0.2.0/ChangeLog.txt
--- old/cpluff-0.1.4.20190105T165320.c163d19/ChangeLog.txt      2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/ChangeLog.txt      2020-05-01 00:27:36.000000000 +0200
@@ -1,4 +1,4 @@
-C-Pluff (0.2.0-SNAPSHOT)
+C-Pluff (0.2.0)
 
   * Initial incomplete implementation of C++ API (not built by default, use
     configure option --enable-cpluffxx to enable C++ library).
@@ -7,8 +7,15 @@
     loading plug-ins from local file system is provided by the framework.
   * Updated build environment for current tool versions.
   * Improvements to build scripts (configure cache, etc).
+  * Removed files which are now part of Debian packaging.
+    Thank you to Bálint Réczey for Debian packaging.
+  * Support for Kodi plugin format added by Bálint Réczey.
+  * Support for pkg-config added by Olaf Hering.
+  * Build fix for iOS and OS X by Razzeee.
+  * Some compilation warnings fixed by Chris Mayo.
+  * Build fix for NetBSD by coypoop.
 
- -- UNRELEASED
+ -- Johannes Lehtinen <[email protected]>  Fri, 01 May 2020 00:39:13 
+0300
 
 
 C-Pluff (0.1.4)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpluff-0.1.4.20190105T165320.c163d19/configure.ac 
new/cpluff-0.2.0/configure.ac
--- old/cpluff-0.1.4.20190105T165320.c163d19/configure.ac       2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/configure.ac       2020-05-01 00:27:36.000000000 +0200
@@ -12,7 +12,7 @@
 define(CP_M4_VERSION_MAJOR, [0])
 define(CP_M4_VERSION_MINOR, [2])
 define(CP_M4_VERSION_REV, [0])
-define(CP_M4_RELEASE_VERSION, 
CP_M4_VERSION_MAJOR.CP_M4_VERSION_MINOR.CP_M4_VERSION_REV-SNAPSHOT)
+define(CP_M4_RELEASE_VERSION, 
CP_M4_VERSION_MAJOR.CP_M4_VERSION_MINOR.CP_M4_VERSION_REV)
 
 dnl Backwards compatibility information
 define(CP_M4_ABI_COMPATIBILITY, [0.1])
@@ -32,6 +32,8 @@
 AC_CONFIG_AUX_DIR([auxliary])
 AC_CONFIG_HEADERS([config.h])
 
+PKG_PROG_PKG_CONFIG
+PKG_INSTALLDIR
 
 # Version information
 # -------------------
@@ -386,11 +388,13 @@
 # Output Makefiles
 # ----------------
 AC_CONFIG_FILES([Makefile
+libcpluff/libcpluff.pc
 libcpluff/Makefile
 libcpluff/cpluffdef.h
 libcpluff/docsrc/Makefile
 libcpluff/docsrc/Doxyfile-ref
 libcpluff/docsrc/Doxyfile-impl
+libcpluffxx/libcpluffxx.pc
 libcpluffxx/Makefile
 libcpluffxx/cpluffxx/Makefile
 libcpluffxx/cpluffxx/sharedptr.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/doc/copyright.en.html 
new/cpluff-0.2.0/doc/copyright.en.html
--- old/cpluff-0.1.4.20190105T165320.c163d19/doc/copyright.en.html      
2019-01-05 15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/doc/copyright.en.html      2020-05-01 00:27:36.000000000 
+0200
@@ -6,7 +6,7 @@
     <meta name="author" content="Johannes Lehtinen"/>
     <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
     <meta name="keywords" content="C-Pluff,copyright,license"/>
-    <meta name="identifier" 
content="http://www.c-pluff.org/copyright.en.html"/>
+    <meta name="identifier" content="https://c-pluff.org/copyright.en.html"/>
     <title>C-Pluff copyright information</title>
     <link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
   </head>
@@ -19,9 +19,9 @@
       <li><a href="index.en.html">C-Pluff</a></li>
       <li>License</li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <p>
@@ -101,13 +101,13 @@
       <li><a href="index.en.html">C-Pluff</a></li>
       <li>License</li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <p class="footer">
-      Copyright 2007 <a href="http://www.jlehtinen.net/";>Johannes 
Lehtinen</a><br/>
+      Copyright 2007 Johannes Lehtinen<br/>
       Validation:
         <a href="http://validator.w3.org/check?uri=referer";>XHTML Basic 
1.0</a>,
         <a href="http://jigsaw.w3.org/css-validator/check/referer";>CSS 2</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/doc/download.en.html 
new/cpluff-0.2.0/doc/download.en.html
--- old/cpluff-0.1.4.20190105T165320.c163d19/doc/download.en.html       
2019-01-05 15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/doc/download.en.html       2020-05-01 00:27:36.000000000 
+0200
@@ -6,7 +6,7 @@
     <meta name="author" content="Johannes Lehtinen"/>
     <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
     <meta name="keywords" content="C-Pluff,download"/>
-    <meta name="identifier" content="http://www.c-pluff.org/download.en.html"/>
+    <meta name="identifier" content="https://c-pluff.org/download.en.html"/>
     <title>Download C-Pluff</title>
     <link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
   </head>
@@ -19,9 +19,9 @@
       <li><a href="/">C-Pluff</a></li>
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
       <li>Download</li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <h2>Source code distribution</h2>
@@ -29,6 +29,7 @@
       You can download the source code distribution here.
     </p>
     <ul class="downloads">
+      <li><a href="downloads/cpluff-0.2.0.tar.gz">cpluff-0.2.0.tar.gz</a> (1.4 
MiB, May 1 2020, <a href="downloads/cpluff-0.2.0.tar.gz.asc">PGP 
signature</a>)</li>
       <li><a href="downloads/cpluff-0.1.4.tar.gz">cpluff-0.1.4.tar.gz</a> (888 
KiB, Jan 1 2016, <a href="downloads/cpluff-0.1.4.tar.gz.asc">PGP 
signature</a>)</li>
       <li><a href="downloads/cpluff-0.1.3.tar.gz">cpluff-0.1.3.tar.gz</a> (736 
KiB, Apr 6 2007, <a href="downloads/cpluff-0.1.3.tar.gz.asc">PGP 
signature</a>)</li>
       <li><a href="downloads/cpluff-0.1.2.tar.gz">cpluff-0.1.2.tar.gz</a> (720 
KiB, Mar 28 2007, <a href="downloads/cpluff-0.1.2.tar.gz.asc">PGP 
signature</a>)</li>
@@ -71,13 +72,13 @@
       <li><a href="/">C-Pluff</a></li>
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
       <li>Download</li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <p class="footer">
-      Copyright 2007 <a href="http://www.jlehtinen.net/";>Johannes 
Lehtinen</a><br/>
+      Copyright 2007 Johannes Lehtinen<br/>
       Validation:
         <a href="http://validator.w3.org/check?uri=referer";>XHTML Basic 
1.0</a>,
         <a href="http://jigsaw.w3.org/css-validator/check/referer";>CSS 2</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/doc/index.en.html 
new/cpluff-0.2.0/doc/index.en.html
--- old/cpluff-0.1.4.20190105T165320.c163d19/doc/index.en.html  2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/doc/index.en.html  2020-05-01 00:27:36.000000000 +0200
@@ -6,7 +6,7 @@
     <meta name="author" content="Johannes Lehtinen"/>
     <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
     <meta name="keywords" content="C-Pluff,plug-in framework,plug-in,plugin 
framework,plugin,C,free software,open source"/>
-    <meta name="identifier" content="http://www.c-pluff.org/index.en.html"/>
+    <meta name="identifier" content="https://c-pluff.org/index.en.html"/>
     <meta name="verify-v1" 
content="TJCP/6uZGEHJUCSPUk32yvXT6xwvnzC7INBhiIPsZ1A=" />
     <title>C-Pluff, a plug-in framework for C</title>
     <link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
@@ -20,19 +20,16 @@
       <li>C-Pluff</li>
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <h2 id="overview">Overview</h2>
-    <div id="ohlohdata">
-      <script type="text/javascript" 
src="http://www.ohloh.net/p/482215/widgets/project_factoids.js";></script>
-    </div>
     <p>
       C-Pluff is a plug-in framework for C programs.
       It has been strongly inspired by the Java plug-in framework in
-      <a href="http://www.eclipse.org/";>Eclipse</a>. C-Pluff focuses on
+      <a href="https://www.eclipse.org/";>Eclipse</a>. C-Pluff focuses on
       providing core services for plug-in interaction and plug-in
       management. It aims to be platform neutral and supports dynamic
       changes to plug-in configuration without stopping the whole
@@ -48,8 +45,8 @@
       site as I proceed with documentation and implementation.
       If you are interested in C-Pluff, take a look at
       <a href="reference/c-api/index.html">reference documentation</a>,
-      join <a href="http://www.c-pluff.org/lists";>mailing lists</a> or
-      <a href="http://www.c-pluff.org/download";>download it</a>. You can also 
send
+      join <a href="https://c-pluff.org/lists";>mailing lists</a> or
+      <a href="https://c-pluff.org/download";>download it</a>. You can also send
       feedback, ideas and thoughts about such platform directly to the
       <a href="mailto:[email protected]";>author</a>.
     </p>
@@ -77,13 +74,13 @@
       <li>C-Pluff</li>
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <p class="footer">
-      Copyright 2007 <a href="http://www.jlehtinen.net/";>Johannes 
Lehtinen</a><br/>
+      Copyright 2007 Johannes Lehtinen<br/>
       Validation:
         <a href="http://validator.w3.org/check?uri=referer";>XHTML Basic 
1.0</a>,
         <a href="http://jigsaw.w3.org/css-validator/check/referer";>CSS 2</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/doc/lists.en.html 
new/cpluff-0.2.0/doc/lists.en.html
--- old/cpluff-0.1.4.20190105T165320.c163d19/doc/lists.en.html  2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/doc/lists.en.html  2020-05-01 00:27:36.000000000 +0200
@@ -6,7 +6,7 @@
     <meta name="author" content="Johannes Lehtinen"/>
     <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
     <meta name="keywords" content="C-Pluff,mailing list"/>
-    <meta name="identifier" content="http://www.c-pluff.org/lists.en.html"/>
+    <meta name="identifier" content="https://c-pluff.org/lists.en.html"/>
     <title>C-Pluff mailing lists</title>
     <link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
   </head>
@@ -20,8 +20,8 @@
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
       <li>Mailing lists</li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <p>
@@ -62,12 +62,12 @@
       <p>
         <input type="hidden" name="list" value="announcement" />
         <input type="hidden" name="domain" value="c-pluff.org" />
-        <input type="hidden" name="url" 
value="http://www.c-pluff.org/listconfirm/subscribed-announcement.en"; />
-        <input type="hidden" name="unsuburl" 
value="http://www.c-pluff.org/listconfirm/unsubscribed-announcement.en"; />
-        <input type="hidden" name="alreadyonurl" 
value="http://www.c-pluff.org/listconfirm/alreadyon.en"; />
-        <input type="hidden" name="notonurl" 
value="http://www.c-pluff.org/listconfirm/noton.en"; />
-        <input type="hidden" name="invalidurl" 
value="http://www.c-pluff.org/listconfirm/invalid.en"; />
-        <input type="hidden" name="emailconfirmurl" 
value="http://www.c-pluff.org/listconfirm/confirm.en"; />
+        <input type="hidden" name="url" 
value="https://c-pluff.org/listconfirm/subscribed-announcement.en"; />
+        <input type="hidden" name="unsuburl" 
value="https://c-pluff.org/listconfirm/unsubscribed-announcement.en"; />
+        <input type="hidden" name="alreadyonurl" 
value="https://c-pluff.org/listconfirm/alreadyon.en"; />
+        <input type="hidden" name="notonurl" 
value="https://c-pluff.org/listconfirm/noton.en"; />
+        <input type="hidden" name="invalidurl" 
value="https://c-pluff.org/listconfirm/invalid.en"; />
+        <input type="hidden" name="emailconfirmurl" 
value="https://c-pluff.org/listconfirm/confirm.en"; />
         <input type="hidden" name="emailit" value="1" />
         Your e-mail address:<br />
         <input type="text" name="email" size="32" /><br />
@@ -95,12 +95,12 @@
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
       <li>Mailing lists</li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
-      <li><a href="http://www.c-pluff.org/repository";>Repository</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/repository";>Repository</a></li>
     </ul>
 
     <p class="footer">
-      Copyright 2007 <a href="http://www.jlehtinen.net/";>Johannes 
Lehtinen</a><br/>
+      Copyright 2007 Johannes Lehtinen<br/>
       Validation:
         <a href="http://validator.w3.org/check?uri=referer";>XHTML Basic 
1.0</a>,
         <a href="http://jigsaw.w3.org/css-validator/check/referer";>CSS 2</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/doc/repository.en.html 
new/cpluff-0.2.0/doc/repository.en.html
--- old/cpluff-0.1.4.20190105T165320.c163d19/doc/repository.en.html     
2019-01-05 15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/doc/repository.en.html     2020-05-01 00:27:36.000000000 
+0200
@@ -6,7 +6,7 @@
     <meta name="author" content="Johannes Lehtinen"/>
     <meta name="copyright" content="Copyright 2007 Johannes Lehtinen"/>
     <meta name="keywords" content="C-Pluff,source code,repository,subversion"/>
-    <meta name="identifier" 
content="http://www.c-pluff.org/repository.en.html"/>
+    <meta name="identifier" content="https://c-pluff.org/repository.en.html"/>
     <title>C-Pluff source code repository</title>
     <link rel="Stylesheet" type="text/css" href="cpluff_style.css"/>
   </head>
@@ -19,8 +19,8 @@
       <li><a href="/">C-Pluff</a></li>
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
       <li>Repository</li>
     </ul>
 
@@ -44,13 +44,13 @@
       <li><a href="/">C-Pluff</a></li>
       <li><a href="copyright.en.html">License</a></li>
       <li><a href="reference/c-api/index.html">Documentation</a></li>
-      <li><a href="http://www.c-pluff.org/lists";>Mailing lists</a></li>
-      <li><a href="http://www.c-pluff.org/download";>Download</a></li>
+      <li><a href="https://c-pluff.org/lists";>Mailing lists</a></li>
+      <li><a href="https://c-pluff.org/download";>Download</a></li>
       <li>Repository</li>
     </ul>
 
     <p class="footer">
-      Copyright 2007 <a href="http://www.jlehtinen.net/";>Johannes 
Lehtinen</a><br/>
+      Copyright 2007 Johannes Lehtinen<br/>
       Validation:
         <a href="http://validator.w3.org/check?uri=referer";>XHTML Basic 
1.0</a>,
         <a href="http://jigsaw.w3.org/css-validator/check/referer";>CSS 2</a>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/libcpluff/Makefile.am 
new/cpluff-0.2.0/libcpluff/Makefile.am
--- old/cpluff-0.1.4.20190105T165320.c163d19/libcpluff/Makefile.am      
2019-01-05 15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/libcpluff/Makefile.am      2020-05-01 00:27:36.000000000 
+0200
@@ -27,6 +27,8 @@
 
 include_HEADERS = cpluff.h cpluffdef.h
 
+pkgconfig_DATA = libcpluff.pc
+
 doc: refdoc
 
 refdoc: doc/reference/c-api/index.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/libcpluff/libcpluff.pc.in 
new/cpluff-0.2.0/libcpluff/libcpluff.pc.in
--- old/cpluff-0.1.4.20190105T165320.c163d19/libcpluff/libcpluff.pc.in  
1970-01-01 01:00:00.000000000 +0100
+++ new/cpluff-0.2.0/libcpluff/libcpluff.pc.in  2020-05-01 00:27:36.000000000 
+0200
@@ -0,0 +1,11 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+includedir=@includedir@
+libdir=@libdir@
+
+Name: libcpluff
+Description: C-Pluff, a plug-in framework for C
+URL: https://github.com/jlehtine/c-pluff
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lcpluff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/libcpluffxx/Makefile.am 
new/cpluff-0.2.0/libcpluffxx/Makefile.am
--- old/cpluff-0.1.4.20190105T165320.c163d19/libcpluffxx/Makefile.am    
2019-01-05 15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/libcpluffxx/Makefile.am    2020-05-01 00:27:36.000000000 
+0200
@@ -26,6 +26,8 @@
 
 include_HEADERS = cpluffxx.h
 
+pkgconfig_DATA = libcpluffxx.pc
+
 doc: refdoc
 
 refdoc: doc/reference/cxx-api/index.html
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/libcpluffxx/libcpluffxx.pc.in 
new/cpluff-0.2.0/libcpluffxx/libcpluffxx.pc.in
--- old/cpluff-0.1.4.20190105T165320.c163d19/libcpluffxx/libcpluffxx.pc.in      
1970-01-01 01:00:00.000000000 +0100
+++ new/cpluff-0.2.0/libcpluffxx/libcpluffxx.pc.in      2020-05-01 
00:27:36.000000000 +0200
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+includedir=@includedir@
+libdir=@libdir@
+
+Name: libcpluffxx
+Description: C-Pluff, a plug-in framework for C++
+URL: https://github.com/jlehtine/c-pluff
+Version: @PACKAGE_VERSION@
+Cflags: -I${includedir}
+Libs: -L${libdir} -lcpluffxx
+Requires.private: libcpluff
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpluff-0.1.4.20190105T165320.c163d19/po/de.po 
new/cpluff-0.2.0/po/de.po
--- old/cpluff-0.1.4.20190105T165320.c163d19/po/de.po   2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/po/de.po   2020-05-01 00:27:36.000000000 +0200
@@ -6,7 +6,7 @@
 msgstr ""
 "Project-Id-Version: xbmc 12.0\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2016-01-01 22:26+0200\n"
+"POT-Creation-Date: 2020-04-30 23:48+0300\n"
 "PO-Revision-Date: 2013-03-11 21:24+0200\n"
 "Last-Translator: Chris Leick <[email protected]>\n"
 "Language-Team: German <[email protected]>\n"
@@ -452,11 +452,11 @@
 msgid "Unknown command %s.\n"
 msgstr "unbekannter Befehl %s\n"
 
-#: libcpluff/context.c:279
+#: libcpluff/context.c:295
 msgid "Only the main program can destroy a plug-in context."
 msgstr "Nur das Hauptprogramm kann den Kontext eines Plug-ins zerstören."
 
-#: libcpluff/context.c:382
+#: libcpluff/context.c:398
 #, c-format
 msgid ""
 "The plug-in collection in path %s could not be registered due to "
@@ -465,21 +465,21 @@
 "Die Plug-in-Sammlung in Pfad %s konnte aufgrund unzureichenden Speichers "
 "nicht registriert werden."
 
-#: libcpluff/context.c:384
+#: libcpluff/context.c:400
 #, c-format
 msgid "The plug-in collection in path %s was registered."
 msgstr "Die Plug-in-Sammlung in Pfad %s wurde registriert."
 
-#: libcpluff/context.c:400
+#: libcpluff/context.c:416
 #, c-format
 msgid "The plug-in collection in path %s was unregistered."
 msgstr "Die Registrierung der Plug-in-Sammlung in Pfad %s wurde entfernt."
 
-#: libcpluff/context.c:411
+#: libcpluff/context.c:427
 msgid "All plug-in collections were unregistered."
 msgstr "Die Registrierung aller Plug-in-Sammlungen wurde entfernt."
 
-#: libcpluff/context.c:440
+#: libcpluff/context.c:456
 #, fuzzy, c-format
 msgid ""
 "The plug-in loader %p could not be registered due to insufficient memory."
@@ -487,53 +487,53 @@
 "Aufgrund unzureichenden Speichers konnte ein Programm, das auf Plug-ins "
 "wartet, nicht registriert werden."
 
-#: libcpluff/context.c:442
+#: libcpluff/context.c:458
 #, fuzzy, c-format
 msgid "The plug-in loader %p was registered."
 msgstr "Die Plug-in-Sammlung in Pfad %s wurde registriert."
 
-#: libcpluff/context.c:484
+#: libcpluff/context.c:500
 #, fuzzy, c-format
 msgid "The plug-in loader %p was unregistered."
 msgstr "Die Registrierung der Plug-in-Sammlung in Pfad %s wurde entfernt."
 
-#: libcpluff/context.c:526
+#: libcpluff/context.c:542
 #, c-format
 msgid "At least one startup argument must be given in call to function %s."
 msgstr ""
 "Beim Aufruf der Funktion %s muss mindestens ein Startargument angegeben "
 "werden."
 
-#: libcpluff/context.c:557
+#: libcpluff/context.c:573
 #, c-format
 msgid "Function %s was called from within a logger invocation."
 msgstr ""
 "Funktion %s wurde im Aufruf eines Protokollierungsprogramms aufgerufen."
 
-#: libcpluff/context.c:561
+#: libcpluff/context.c:577
 #, c-format
 msgid "Function %s was called from within an event listener invocation."
 msgstr ""
 "Funktion %s wurde im Aufruf einer Ereignisbehandlungsroutine aufgerufen."
 
-#: libcpluff/context.c:565
+#: libcpluff/context.c:581
 #, c-format
 msgid "Function %s was called from within a plug-in start function invocation."
 msgstr "Funktion %s wurde im Aufruf einer Plug-in-Startfunktion aufgerufen."
 
-#: libcpluff/context.c:569
+#: libcpluff/context.c:585
 #, c-format
 msgid "Function %s was called from within a plug-in stop function invocation."
 msgstr "Funktion %s wurde im Aufruf einer Plug-in-Stoppfunktion aufgerufen."
 
-#: libcpluff/context.c:572
+#: libcpluff/context.c:588
 #, c-format
 msgid ""
 "Function %s was called from within a plug-in create function invocation."
 msgstr ""
 "Funktion %s wurde im Aufruf einer Plug-in-Erstellungsfunktion aufgerufen."
 
-#: libcpluff/context.c:575
+#: libcpluff/context.c:591
 #, c-format
 msgid ""
 "Function %s was called from within a plug-in destroy function invocation."
@@ -542,14 +542,14 @@
 
 #. TRANSLATORS: The context owner (when it is a plug-in) used in some strings.
 #. Search for "context owner" to find these strings.
-#: libcpluff/context.c:625
+#: libcpluff/context.c:641
 #, c-format
 msgid "Plug-in %s"
 msgstr "Plug-in %s"
 
 #. TRANSLATORS: The context owner (when it is the main program) used in some 
strings.
 #. Search for "context owner" to find these strings.
-#: libcpluff/context.c:629
+#: libcpluff/context.c:645
 msgid "The main program"
 msgstr "das Hauptprogramm"
 
@@ -739,17 +739,17 @@
 msgid "Unknown plug-in %s could not be uninstalled."
 msgstr "Das unbekannte Plug-in %s konnte nicht deinstalliert werden."
 
-#: libcpluff/pdescriptor.c:166
+#: libcpluff/pdescriptor.c:163
 #, c-format
 msgid "Suspicious plug-in descriptor content in %s, line %d, column %d (%s)."
 msgstr "verdächtiger Plug-in-Deskriptorinhalt in %s, Zeile %d, Spalte %d (%s)"
 
-#: libcpluff/pdescriptor.c:173
+#: libcpluff/pdescriptor.c:170
 #, c-format
 msgid "Invalid plug-in descriptor content in %s, line %d, column %d (%s)."
 msgstr "ungültiger Plug-in-Deskriptorinhalt in %s, Zeile %d, Spalte %d (%s)"
 
-#: libcpluff/pdescriptor.c:193
+#: libcpluff/pdescriptor.c:190
 #, c-format
 msgid ""
 "Insufficient system resources to parse plug-in descriptor content in %s, "
@@ -758,60 +758,60 @@
 "Die Systemressourcen reichen nicht zum Auswerten des Plug-in-"
 "Deskriptorinhalts in %s, Zeile %d, Spalte %d aus."
 
-#: libcpluff/pdescriptor.c:247
+#: libcpluff/pdescriptor.c:244
 #, c-format
 msgid "required attribute %s for element %s has an empty value"
 msgstr "Wert des benötigten Attributs %s für Element %s ist leer"
 
-#: libcpluff/pdescriptor.c:253
+#: libcpluff/pdescriptor.c:250
 #, c-format
 msgid "required attribute %s missing for element %s"
 msgstr "benötigtes Attribut %s für Element %s fehlt"
 
-#: libcpluff/pdescriptor.c:287
+#: libcpluff/pdescriptor.c:284
 #, c-format
 msgid "ignoring unknown attribute %s for element %s"
 msgstr "unbekanntes Attribut %s für Element %s wird ignoriert"
 
-#: libcpluff/pdescriptor.c:380
+#: libcpluff/pdescriptor.c:377
 #, c-format
 msgid "ignoring unexpected element %s and its contents"
 msgstr "unerwartetes Element %s und sein Inhalt werden ignoriert"
 
-#: libcpluff/pdescriptor.c:763
+#: libcpluff/pdescriptor.c:760
 #, c-format
 msgid "unknown boolean value: %s"
 msgstr "unbekannter boolescher Wert: %s"
 
-#: libcpluff/pdescriptor.c:973
+#: libcpluff/pdescriptor.c:970
 #, c-format
 msgid "unexpected closing tag for %s"
 msgstr "unerwartete schließende Kennzeichnung für %s"
 
-#: libcpluff/pdescriptor.c:1037
+#: libcpluff/pdescriptor.c:1034
 #, c-format
 msgid "XML parsing error in %s, line %d, column %d (%s)."
 msgstr "XML-Auswertungsfehler in %s, Zeile %d, Spalte %d (%s)"
 
-#: libcpluff/pdescriptor.c:1081
+#: libcpluff/pdescriptor.c:1078
 #, c-format
 msgid "Plug-in descriptor in %s is invalid."
 msgstr "Plug-in-Deskriptor in %s ist ungültig."
 
-#: libcpluff/pdescriptor.c:1085
+#: libcpluff/pdescriptor.c:1082
 #, c-format
 msgid "An I/O error occurred while loading a plug-in descriptor from %s."
 msgstr ""
 "Beim Laden eines Plug-in-Deskriptors von %s ist ein E/A-Fehler aufgetreten."
 
-#: libcpluff/pdescriptor.c:1089
+#: libcpluff/pdescriptor.c:1086
 #, c-format
 msgid "Insufficient system resources to load a plug-in descriptor from %s."
 msgstr ""
 "Die Systemressourcen reichen nicht aus, um einen Plug-in-Deskriptor von %s "
 "zu laden."
 
-#: libcpluff/pdescriptor.c:1093
+#: libcpluff/pdescriptor.c:1090
 #, c-format
 msgid "Failed to load a plug-in descriptor from %s."
 msgstr "Laden eines Plug-in-Deskriptors von %s fehlgeschlagen"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cpluff-0.1.4.20190105T165320.c163d19/po/fi.po 
new/cpluff-0.2.0/po/fi.po
--- old/cpluff-0.1.4.20190105T165320.c163d19/po/fi.po   2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/po/fi.po   2020-05-01 00:27:36.000000000 +0200
@@ -7,7 +7,7 @@
 msgstr ""
 "Project-Id-Version: C-Pluff 0.1.1\n"
 "Report-Msgid-Bugs-To: [email protected]\n"
-"POT-Creation-Date: 2016-01-01 22:26+0200\n"
+"POT-Creation-Date: 2020-04-30 23:48+0300\n"
 "PO-Revision-Date: 2007-03-26 08:40+0300\n"
 "Last-Translator: Johannes Lehtinen <[email protected]>\n"
 "Language-Team: Finnish <[email protected]>\n"
@@ -448,11 +448,11 @@
 msgid "Unknown command %s.\n"
 msgstr "Tuntematon komento %s.\n"
 
-#: libcpluff/context.c:279
+#: libcpluff/context.c:295
 msgid "Only the main program can destroy a plug-in context."
 msgstr "Vain pääohjelma voi tuhota liitännäisympäristön."
 
-#: libcpluff/context.c:382
+#: libcpluff/context.c:398
 #, c-format
 msgid ""
 "The plug-in collection in path %s could not be registered due to "
@@ -461,70 +461,70 @@
 "Liitännäiskokoelmaa polussa %s ei voitu rekisteröidä riittämättömän muistin "
 "takia."
 
-#: libcpluff/context.c:384
+#: libcpluff/context.c:400
 #, c-format
 msgid "The plug-in collection in path %s was registered."
 msgstr "Liitännäiskokoelma polussa %s rekisteröitiin."
 
-#: libcpluff/context.c:400
+#: libcpluff/context.c:416
 #, c-format
 msgid "The plug-in collection in path %s was unregistered."
 msgstr "Polussa %s olevan liitännäiskokoelman rekisteröinti poistettiin."
 
-#: libcpluff/context.c:411
+#: libcpluff/context.c:427
 msgid "All plug-in collections were unregistered."
 msgstr "Kaikkien liitännäiskokoelmien rekisteröinnit poistettiin."
 
-#: libcpluff/context.c:440
+#: libcpluff/context.c:456
 #, c-format
 msgid ""
 "The plug-in loader %p could not be registered due to insufficient memory."
 msgstr ""
 "Liitännäislaturia %p ei voitu rekisteröidä riittämättömän muistin takia."
 
-#: libcpluff/context.c:442
+#: libcpluff/context.c:458
 #, c-format
 msgid "The plug-in loader %p was registered."
 msgstr "Liitännäislaturi %p rekisteröitiin."
 
-#: libcpluff/context.c:484
+#: libcpluff/context.c:500
 #, c-format
 msgid "The plug-in loader %p was unregistered."
 msgstr "Liitännäislaturin %p rekisteröinti poistettiin."
 
-#: libcpluff/context.c:526
+#: libcpluff/context.c:542
 #, c-format
 msgid "At least one startup argument must be given in call to function %s."
 msgstr ""
 "Käynnistysparametreja pitää olla vähintään yksi kutsuttaessa funktiota %s."
 
-#: libcpluff/context.c:557
+#: libcpluff/context.c:573
 #, c-format
 msgid "Function %s was called from within a logger invocation."
 msgstr "Funktiota %s kutsuttiin lokitietojen käsittelijän kautta."
 
-#: libcpluff/context.c:561
+#: libcpluff/context.c:577
 #, c-format
 msgid "Function %s was called from within an event listener invocation."
 msgstr "Funktiota %s kutsuttiin tapahtumakuuntelijan kautta."
 
-#: libcpluff/context.c:565
+#: libcpluff/context.c:581
 #, c-format
 msgid "Function %s was called from within a plug-in start function invocation."
 msgstr "Funktiota %s kutsuttiin liitännäisen käynnistysfunktion kautta."
 
-#: libcpluff/context.c:569
+#: libcpluff/context.c:585
 #, c-format
 msgid "Function %s was called from within a plug-in stop function invocation."
 msgstr "Funktiota %s kutsuttiin liitännäisen pysäytysfunktion kautta."
 
-#: libcpluff/context.c:572
+#: libcpluff/context.c:588
 #, c-format
 msgid ""
 "Function %s was called from within a plug-in create function invocation."
 msgstr "Funktiota %s kutsuttiin liitännäisen luontifunktion kautta."
 
-#: libcpluff/context.c:575
+#: libcpluff/context.c:591
 #, c-format
 msgid ""
 "Function %s was called from within a plug-in destroy function invocation."
@@ -532,14 +532,14 @@
 
 #. TRANSLATORS: The context owner (when it is a plug-in) used in some strings.
 #. Search for "context owner" to find these strings.
-#: libcpluff/context.c:625
+#: libcpluff/context.c:641
 #, c-format
 msgid "Plug-in %s"
 msgstr "Liitännäinen %s"
 
 #. TRANSLATORS: The context owner (when it is the main program) used in some 
strings.
 #. Search for "context owner" to find these strings.
-#: libcpluff/context.c:629
+#: libcpluff/context.c:645
 msgid "The main program"
 msgstr "Pääohjelma"
 
@@ -724,21 +724,21 @@
 msgid "Unknown plug-in %s could not be uninstalled."
 msgstr "Tuntematonta liitännäistä %s ei voitu poistaa muistista."
 
-#: libcpluff/pdescriptor.c:166
+#: libcpluff/pdescriptor.c:163
 #, c-format
 msgid "Suspicious plug-in descriptor content in %s, line %d, column %d (%s)."
 msgstr ""
 "Epäilyttävä liitännäiskuvauksen sisältö kohteessa %s, rivillä %d, "
 "sarakkeessa %d (%s)."
 
-#: libcpluff/pdescriptor.c:173
+#: libcpluff/pdescriptor.c:170
 #, c-format
 msgid "Invalid plug-in descriptor content in %s, line %d, column %d (%s)."
 msgstr ""
 "Viallinen liitännäiskuvauksen sisältö kohteessa %s, rivillä %d, sarakkeessa "
 "%d (%s)."
 
-#: libcpluff/pdescriptor.c:193
+#: libcpluff/pdescriptor.c:190
 #, c-format
 msgid ""
 "Insufficient system resources to parse plug-in descriptor content in %s, "
@@ -747,59 +747,59 @@
 "Järjestelmäresurssit eivät riitä liitännäiskuvauksen lataamiseen kohteessa "
 "%s, rivillä %d, sarakkeessa %d."
 
-#: libcpluff/pdescriptor.c:247
+#: libcpluff/pdescriptor.c:244
 #, c-format
 msgid "required attribute %s for element %s has an empty value"
 msgstr "pakollinen attribuutti %s elementille %s on tyhjä"
 
-#: libcpluff/pdescriptor.c:253
+#: libcpluff/pdescriptor.c:250
 #, c-format
 msgid "required attribute %s missing for element %s"
 msgstr "pakollinen attribuutti %s elementille %s puuttuu"
 
-#: libcpluff/pdescriptor.c:287
+#: libcpluff/pdescriptor.c:284
 #, c-format
 msgid "ignoring unknown attribute %s for element %s"
 msgstr "jätetään huomiotta tuntematon attribuutti %s elementille %s"
 
-#: libcpluff/pdescriptor.c:380
+#: libcpluff/pdescriptor.c:377
 #, c-format
 msgid "ignoring unexpected element %s and its contents"
 msgstr "jätetään huomiotta odottamaton elementti %s sisältöineen"
 
-#: libcpluff/pdescriptor.c:763
+#: libcpluff/pdescriptor.c:760
 #, c-format
 msgid "unknown boolean value: %s"
 msgstr "tuntematon boolean-arvo: %s"
 
-#: libcpluff/pdescriptor.c:973
+#: libcpluff/pdescriptor.c:970
 #, c-format
 msgid "unexpected closing tag for %s"
 msgstr "odottamaton sulkutägi elementille %s"
 
-#: libcpluff/pdescriptor.c:1037
+#: libcpluff/pdescriptor.c:1034
 #, c-format
 msgid "XML parsing error in %s, line %d, column %d (%s)."
 msgstr "XML-tulkintavirhe kohteessa %s, rivillä %d, sarakkeessa %d (%s)."
 
-#: libcpluff/pdescriptor.c:1081
+#: libcpluff/pdescriptor.c:1078
 #, c-format
 msgid "Plug-in descriptor in %s is invalid."
 msgstr "Liitännäiskuvaus kohteessa %s on viallinen."
 
-#: libcpluff/pdescriptor.c:1085
+#: libcpluff/pdescriptor.c:1082
 #, c-format
 msgid "An I/O error occurred while loading a plug-in descriptor from %s."
 msgstr "I/O-virhe ladattaessa liitännäiskuvausta kohteesta %s."
 
-#: libcpluff/pdescriptor.c:1089
+#: libcpluff/pdescriptor.c:1086
 #, c-format
 msgid "Insufficient system resources to load a plug-in descriptor from %s."
 msgstr ""
 "Järjestelmäresurssit eivät riitä liitännäiskuvauksen lataamiseen kohteesta "
 "%s."
 
-#: libcpluff/pdescriptor.c:1093
+#: libcpluff/pdescriptor.c:1090
 #, c-format
 msgid "Failed to load a plug-in descriptor from %s."
 msgstr "Liitännäisen lataaminen polusta %s epäonnistui."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/cpluff-0.1.4.20190105T165320.c163d19/test/Makefile.am 
new/cpluff-0.2.0/test/Makefile.am
--- old/cpluff-0.1.4.20190105T165320.c163d19/test/Makefile.am   2019-01-05 
15:53:20.000000000 +0100
+++ new/cpluff-0.2.0/test/Makefile.am   2020-05-01 00:27:36.000000000 +0200
@@ -105,7 +105,7 @@
        $(MKDIR_P) '$(distdir)'/plugins
        for d in $$(ls '$(srcdir)'/plugins); do \
                ( $(MKDIR_P) '$(distdir)'/plugins/"$$d" && \
-                       cp -p '$(srcdir)'"/plugins/$$d/plugin.xml" 
'$(distdir)'/plugins/"$$d" ) \
+                       cp -p '$(srcdir)'"/plugins/$$d/"*.xml 
'$(distdir)'/plugins/"$$d" ) \
                || exit 1; \
        done
        $(MKDIR_P) '$(distdir)'/pcollections

++++++ cpluff.patch ++++++
--- /var/tmp/diff_new_pack.PEczhf/_old  2020-05-08 23:09:18.826347874 +0200
+++ /var/tmp/diff_new_pack.PEczhf/_new  2020-05-08 23:09:18.826347874 +0200
@@ -11,79 +11,3 @@
  DOC_SUBDIRS = libcpluff $(DIR_LIBCPLUFFXX)
  
  EXTRA_DIST = COPYRIGHT.txt INSTALL.txt ChangeLog.txt autogen.sh plugin.xsd
---- a/configure.ac
-+++ b/configure.ac
-@@ -32,6 +32,8 @@ AC_CONFIG_SRCDIR([libcpluff/cpluff.h])
- AC_CONFIG_AUX_DIR([auxliary])
- AC_CONFIG_HEADERS([config.h])
- 
-+PKG_PROG_PKG_CONFIG
-+PKG_INSTALLDIR
- 
- # Version information
- # -------------------
-@@ -386,11 +388,13 @@ AC_SUBST(CPLUFF_LOADER)
- # Output Makefiles
- # ----------------
- AC_CONFIG_FILES([Makefile
-+libcpluff/libcpluff.pc
- libcpluff/Makefile
- libcpluff/cpluffdef.h
- libcpluff/docsrc/Makefile
- libcpluff/docsrc/Doxyfile-ref
- libcpluff/docsrc/Doxyfile-impl
-+libcpluffxx/libcpluffxx.pc
- libcpluffxx/Makefile
- libcpluffxx/cpluffxx/Makefile
- libcpluffxx/cpluffxx/sharedptr.h
---- /dev/null
-+++ b/libcpluff/libcpluff.pc.in
-@@ -0,0 +1,11 @@
-+prefix=@prefix@
-+exec_prefix=${prefix}
-+includedir=@includedir@
-+libdir=@libdir@
-+
-+Name: libcpluff
-+Description: C-Pluff, a plug-in framework for C
-+URL: https://github.com/jlehtine/c-pluff
-+Version: @PACKAGE_VERSION@
-+Cflags: -I${includedir}
-+Libs: -L${libdir} -lcpluff
---- /dev/null
-+++ b/libcpluffxx/libcpluffxx.pc.in
-@@ -0,0 +1,12 @@
-+prefix=@prefix@
-+exec_prefix=${prefix}
-+includedir=@includedir@
-+libdir=@libdir@
-+
-+Name: libcpluffxx
-+Description: C-Pluff, a plug-in framework for C++
-+URL: https://github.com/jlehtine/c-pluff
-+Version: @PACKAGE_VERSION@
-+Cflags: -I${includedir}
-+Libs: -L${libdir} -lcpluffxx
-+Requires.private: libcpluff
---- a/libcpluff/Makefile.am
-+++ b/libcpluff/Makefile.am
-@@ -27,6 +27,8 @@ libcpluff_la_LDFLAGS = -no-undefined -ve
- 
- include_HEADERS = cpluff.h cpluffdef.h
- 
-+pkgconfig_DATA = libcpluff.pc
-+
- doc: refdoc
- 
- refdoc: doc/reference/c-api/index.html
---- a/libcpluffxx/Makefile.am
-+++ b/libcpluffxx/Makefile.am
-@@ -26,6 +26,8 @@ libcpluffxx_la_LDFLAGS = -no-undefined -
- 
- include_HEADERS = cpluffxx.h
- 
-+pkgconfig_DATA = libcpluffxx.pc
-+
- doc: refdoc
- 
- refdoc: doc/reference/cxx-api/index.html


Reply via email to