From 2fa547d112c3cf27b0190113f342af6c1a9c8db0 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Tue, 5 Nov 2024 18:48:39 -0600 Subject: [PATCH] Bump build dependencies. --- debian/changelog | 1 + debian/control | 56 ++++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 53 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8572af..5e11397 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ lxqt-archiver (1.1.0-0ubuntu1) UNRELEASED; urgency=medium * New upstream release. + - Bump build dependencies. -- Simon Quigley Tue, 05 Nov 2024 18:46:37 -0600 diff --git a/debian/control b/debian/control index 01b0bf4..65cbe0f 100644 --- a/debian/control +++ b/debian/control @@ -8,12 +8,39 @@ Uploaders: Alf Gaida , Aaron Rainbolt Section: x11 Priority: optional -Build-Depends: cmake, +Build-Depends: cmake (>= 3.18), debhelper-compat (= 13), - libfm-qt6-dev (>= 2.0.0), + libfm-qt6-dev (>= 2.1.0), libjson-glib-dev, libmagic-dev, - lxqt-build-tools (>= 2.0.0) + libxcb-composite0-dev, + libxcb-cursor-dev, + libxcb-damage0-dev, + libxcb-dpms0-dev, + libxcb-dri2-0-dev, + libxcb-dri3-dev, + libxcb-ewmh-dev, + libxcb-glx0-dev, + libxcb-icccm4-dev, + libxcb-keysyms1-dev, + libxcb-present-dev, + libxcb-record0-dev, + libxcb-render0-dev, + libxcb-res0-dev, + libxcb-screensaver0-dev, + libxcb-shape0-dev, + libxcb-shm0-dev, + libxcb-util-dev, + libxcb-xf86dri0-dev, + libxcb-xfixes0-dev, + libxcb-xinerama0-dev, + libxcb-xinput-dev, + libxcb-xkb-dev, + libxcb-xtest0-dev, + libxcb-xv0-dev, + libxcb-xvmc0-dev, + libxkbcommon-dev (>= 0.5.0), + lxqt-build-tools (>= 2.1.0) Standards-Version: 4.7.0 Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-archiver-packaging Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-archiver-packaging.git @@ -75,5 +102,26 @@ Section: localization Depends: qt6-translations-l10n, ${misc:Depends} Description: Language package for lxqt-archiver LXQt Archiver is an archive manager for the LXQt environment. + It allows you to: + * Create and modify archives. + * View the content of an archive. + * View a file contained in an archive. + * Extract files from the archive. + . + LXQt Archiver supports the following formats: + * Tar (.tar) archives, including those compressed with + gzip (.tar.gz, .tgz), bzip (.tar.bz, .tbz), bzip2 (.tar.bz2, .tbz2), + compress (.tar.Z, .taz), lzip (.tar.lz, .tlz), lzop (.tar.lzo, .tzo), + lzma (.tar.lzma) and xz (.tar.xz) + * Zip archives (.zip) + * Jar archives (.jar, .ear, .war) + * 7z archives (.7z) + * iso9660 CD images (.iso) + * Lha archives (.lzh) + * Single files compressed with gzip (.gz), bzip (.bz), bzip2 (.bz2), + compress (.Z), lzip (.lz), lzop (.lzo), lzma (.lzma) and xz (.xz) + . + LXQt Archiver doesn't perform archive operations by itself, but relies on + standard tools for this. . - This package contains the l10n files needed by the lxqt-archiver. + This package contains the l10n files needed by lxqt-archiver.