Browse Source

Add some missing files

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 2 years ago
parent
commit
2a0d91021c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
9 changed files with 47 additions and 1 deletions
  1. +1
    -1
      sources/.gitignore
  2. +5
    -0
      sources/libs/expat-static/debian/changelog
  3. +21
    -0
      sources/libs/expat-static/debian/control
  4. +15
    -0
      sources/libs/expat-static/debian/rules
  5. +1
    -0
      sources/libs/expat-static/debian/source/format
  6. +1
    -0
      sources/libs/kxstudio-lv2-extensions/debian/source/format
  7. +1
    -0
      sources/libs/lv2lint/debian/source/format
  8. +1
    -0
      sources/libs/mxml-static/debian/source/format
  9. +1
    -0
      sources/libs/zlib-static/debian/source/format

+ 1
- 1
sources/.gitignore View File

@@ -17,7 +17,7 @@ include-binaries
/libs/*/debian/patches/*
!/libs/*/debian/patches/*.patch
!/libs/*/debian/patches/series
!/libs/*/debian/source/format
!/libs/*/debian/source
!/libs/*/debian/changelog
!/libs/*/debian/clean
!/libs/*/debian/control


+ 5
- 0
sources/libs/expat-static/debian/changelog View File

@@ -0,0 +1,5 @@
expat-static (6:2.4.7-1kxstudio1) focal; urgency=medium

* Initial package

-- falkTX <falktx@falktx.com> Sun, 17 Apr 2022 15:05:47 +0100

+ 21
- 0
sources/libs/expat-static/debian/control View File

@@ -0,0 +1,21 @@
Source: expat-static
Section: devel
Priority: optional
Maintainer: falkTX <falktx@falktx.com>
Build-Depends: debhelper-compat (= 13),
kxstudio-build-scripts (>= 5),
cmake
# libbsd-dev
Standards-Version: 4.5.0
Homepage: https://libexpat.github.io/
Rules-Requires-Root: no

Package: libexpat-static
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: XML parsing C library (static)
Expat is a C library for parsing XML.
It is a stream-oriented parser in which an application registers handlers
for things the parser might find in the XML document (like start tags).
.
This package provides the static library used in KXStudio builds.

+ 15
- 0
sources/libs/expat-static/debian/rules View File

@@ -0,0 +1,15 @@
#!/usr/bin/make -f

KXSTUDIO_NO_FASTMATH = y
include /usr/share/dpkg/kxstudio.mk

override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_PREFIX=/opt/kxstudio \
-DBUILD_SHARED_LIBS=OFF \
../expat

%:
dh $@ -Scmake

+ 1
- 0
sources/libs/expat-static/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

+ 1
- 0
sources/libs/kxstudio-lv2-extensions/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

+ 1
- 0
sources/libs/lv2lint/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

+ 1
- 0
sources/libs/mxml-static/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

+ 1
- 0
sources/libs/zlib-static/debian/source/format View File

@@ -0,0 +1 @@
3.0 (quilt)

Loading…
Cancel
Save