1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: libappimage
Priority: optional
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Uploaders: Scarlett Moore <sgmoore@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), cmake,
debhelper-compat (= 13),
libarchive-dev,
libcairo2-dev,
libglib2.0-dev,
liblzma-dev,
libboost-filesystem-dev,
librsvg2-dev,
libsquashfuse-dev,
pkgconf,
pkg-kde-tools,
xdg-utils-cxx-dev,
zlib1g-dev,
Standards-Version: 4.7.0
Section: libs
Homepage: https://github.com/AppImageCommunity/libappimage
Vcs-Browser: https://salsa.debian.org/qt-kde-team/3rdparty/libappimage
Vcs-Git: https://salsa.debian.org/qt-kde-team/3rdparty/libappimage.git
Rules-Requires-Root: no
Package: libappimage-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libappimage1.0abi1t64 (= ${binary:Version}),
libcairo2-dev,
libglib2.0-dev,
librsvg2-dev,
zlib1g-dev,
${misc:Depends}
Description: Development files for libappimage
Core library of the AppImage project. Reference implementation
of the AppImage specification. https://appimage.org
.
AppImage provides a way for upstream developers to provide
“native” binaries for Linux users just the same way they could
do for other operating systems. It allow packaging applications
for any common Linux based operating system, e.g., Ubuntu,
Debian, openSUSE, RHEL, CentOS, Fedora etc. AppImages
come with all dependencies that cannot be assumed to be part
of each target system in a recent enough version and will run
on most Linux distributions without further modifications.
.
AppImage is the format, and AppImageKit provides a
reference implementation.
.
This package contains the development files for libappimage.
Package: libappimage1.0abi1t64
Provides: ${t64:Provides}
Replaces: libappimage1.0abi1
Breaks: libappimage1.0abi1 (<< ${source:Version})
X-Debian-ABI: 1
X-CMake-Target: libappimage
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Core library for appimage
Core library of the AppImage project. Reference implementation
of the AppImage specification. https://appimage.org
.
AppImage provides a way for upstream developers to provide
“native” binaries for Linux users just the same way they could
do for other operating systems. It allow packaging applications
for any common Linux based operating system, e.g., Ubuntu,
Debian, openSUSE, RHEL, CentOS, Fedora etc. AppImages
come with all dependencies that cannot be assumed to be part
of each target system in a recent enough version and will run
on most Linux distributions without further modifications.
.
AppImage is the format, and AppImageKit provides a
reference implementation.
.
This library is used by some tools used to ease the installation
and usage of appimages.
.
This package contains the library for libappimage.
|