pkg-kde-tools 0.15.38-ok1 source package in openKylin
Changelog
pkg-kde-tools (0.15.38-ok1) nile; urgency=medium * Sync upstream version. -- zhouganqing <email address hidden> Fri, 19 Apr 2024 11:10:54 +0800
pkg-kde-tools (0.15.38-ok1) nile; urgency=medium * Sync upstream version. -- zhouganqing <email address hidden> Fri, 19 Apr 2024 11:10:54 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | devel | |
Huanghe V3.0 | release | main | devel | |
Nile V2.0 | release | main | devel | |
Nile V2.0 | proposed | main | devel |
File | Size | SHA-256 Checksum |
---|---|---|
pkg-kde-tools_0.15.38.orig.tar.gz | 128.9 KiB | da421ca1f9844717817d41d0b9de2e59028d04c276d22bb2bbd933cfb880f47f |
pkg-kde-tools_0.15.38-ok1.debian.tar.xz | 5.1 KiB | 20f3f1473bc7978b30b13d65e16d10692d8fc61bc280c452f4f5b283bf378d68 |
pkg-kde-tools_0.15.38-ok1.dsc | 1.8 KiB | 83521e247d430f080ec089dbf77d65f83ea582f9505860a854ec0846f0092856 |
This package provides development files needed to build both shared libraries,
which specify their compatibility restrictions, and applications, which check
whether those restrictions are satisfied before using those libraries. The
package also contains a CMake module which simplifies building DLRestricted
shared libraries with CMake.
This package provides a DLRestrictions library that can be used to check
compatibility of the external shared library (or plugin) against other
libraries currently loaded in the global symbol object. It might help to avoid
symbol clashes and provide means for graceful failure detection in advance
before the first dlsym() call. Otherwise, usage of incompatible library might
result in crashes or other unpredictable failures of the application.
.
A shared library that is protected by DLRestrictions provides a special symbol
which defines conditions under which the library may be safely used. At the
moment, the only restriction that may be imposed controls whether multiple
SONAMEs of the same library can safely co-exist in the same symbol space.
Shared library dependencies are also checked for compatibility.
This package contains a variety of packaging tools and build scripts that may
be very useful when packaging KDE applications. Even if you are a maintainer
of a very small KDE application, this package should be worthwhile checking
out.
.
Main highlights:
- recommended build flags for building packages based on the KDE Platform;
- cdbs class for building packages based on the KDE Platform (kde.mk);
- debhelper build system (--buildsystem=kde) and dh addon (--with kde) for
building packages based on the KDE Platform;
- dh_sameversiondep for generating a dependency that is versioned the same
way as a dependency (coming from the same source) of another reference
package.
- dh_movelibkdeinit for moving libkdeinit4_*.so libraries to private
location;
- dh_sodeps (and sodeps dh addon) for generating so:Depends substvar for -dev
packages based to which local packages lib*.so symlinks point to;
- dh_qmlcdeps (and qmlcdeps dh addon) for generating qmlc:Depends substvar
for packages shipping QML cache files.
- pkgkde-
files;
- pkgkde-debs2symbols tool for generating symbol files and symbol file
patches from pre-built binaries in the deb packages;
- pkgkde-getbuildlogs tool for downloading build logs for the specified
package (from buildd.debian.org);
- pkgkde-
kde-
- pkgkde-vcs tool for performing common tasks when packaging under VCS.
.
NOTE: since this package is cumulative, it does not depend on the packages it
provides helpers for. I.e. you still need to explicitly build depend on
debhelper or cdbs in your packages.