mirror of
https://github.com/ukui/peony.git
synced 2026-06-16 10:16:40 -07:00
115 lines
3.8 KiB
Plaintext
115 lines
3.8 KiB
Plaintext
Source: peony
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Kylin Team <team+kylin@tracker.debian.org>
|
|
Uploaders: Aron Xu <aron@debian.org>,
|
|
handsome_feng <jianfengli@ubuntukylin.com>
|
|
Build-Depends: debhelper-compat (= 13),
|
|
pkg-config,
|
|
qt5-qmake,
|
|
libssl-dev,
|
|
qtbase5-dev,
|
|
qtchooser,
|
|
qtbase5-dev-tools,
|
|
qttools5-dev-tools,
|
|
libudisks2-dev,
|
|
libnotify-dev,
|
|
libqt5x11extras5-dev,
|
|
libgsettings-qt-dev,
|
|
libpoppler-dev,
|
|
libpoppler-qt5-dev,
|
|
libkf5windowsystem-dev,
|
|
libcanberra-dev,
|
|
libukui-log4qt-dev,
|
|
libkf5wayland-dev,
|
|
libwayland-dev,
|
|
libqt5svg5-dev,
|
|
libglib2.0-dev (>= 2.36),
|
|
libbamf3-dev,
|
|
libxrandr-dev,
|
|
libxtst-dev,
|
|
libx11-dev,
|
|
libukui-common-dev,
|
|
libx11-xcb-dev
|
|
Standards-Version: 4.6.0.1
|
|
Rules-Requires-Root: no
|
|
Homepage: https://www.ukui.org/
|
|
Vcs-Git: https://github.com/ukui/peony.git
|
|
Vcs-Browser: https://github.com/ukui/peony
|
|
|
|
Package: peony
|
|
Architecture: any
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
libpeony3 (= ${binary:Version}),
|
|
peony-common (= ${source:Version}),
|
|
accountsservice,
|
|
bamfdaemon
|
|
Recommends: gvfs-backends,
|
|
peony-extensions(>= 3.2.3-1)
|
|
Description: file Manager for the UKUI desktop
|
|
Peony is the official file manager for the UKUI desktop. It allows one
|
|
to browse directories, preview files and launch applications associated
|
|
with them. It is also responsible for handling the icons on the UKUI
|
|
desktop. It works on local and remote filesystems.
|
|
|
|
Package: peony-common
|
|
Architecture: all
|
|
Multi-Arch: foreign
|
|
Depends: ${misc:Depends}
|
|
Breaks: peony (<< 2.2.0-1)
|
|
Replaces: peony (<< 2.2.0-1)
|
|
Description: file manager for the UKUI desktop (common files)
|
|
Peony is the official file manager for the UKUI desktop. It allows one
|
|
to browse directories, preview files and launch applications associated
|
|
with them. It is also responsible for handling the icons on the UKUI
|
|
desktop. It works on local and remote filesystems.
|
|
.
|
|
This package contains the architecture independent files.
|
|
|
|
Package: libpeony3
|
|
Section: libs
|
|
Architecture: any
|
|
Pre-Depends: ${misc:Pre-Depends}
|
|
Depends: ${misc:Depends},
|
|
${shlibs:Depends},
|
|
dvd+rw-tools,
|
|
gvfs
|
|
Provides: libpeony,
|
|
Breaks: peony (<< 2.2.0-1),
|
|
libpeony2
|
|
Replaces: peony (<< 2.2.0-1),
|
|
libpeony2
|
|
Recommends: gvfs-backends,
|
|
qt5-gtk-platformtheme
|
|
Description: libraries for Peony components
|
|
Peony is the official file manager for the UKUI desktop. It allows one
|
|
to browse directories, preview files and launch applications associated
|
|
with them. It is also responsible for handling the icons on the UKUI
|
|
desktop. It works on local and remote filesystems.
|
|
.
|
|
This package contains a few runtime libraries needed by Peony's
|
|
extensions.
|
|
|
|
Package: libpeony-dev
|
|
Section: libdevel
|
|
Architecture: any
|
|
Depends: ${misc:Depends},
|
|
qtbase5-dev,
|
|
libglib2.0-dev,
|
|
libgsettings-qt-dev,
|
|
libpoppler-qt5-dev,
|
|
libnotify-dev,
|
|
libcanberra-dev,
|
|
libukui-common-dev,
|
|
libpeony3 (= ${binary:Version})
|
|
Description: libraries for Peony components (development files)
|
|
Peony is the official file manager for the UKUI desktop. It allows one
|
|
to browse directories, preview files and launch applications associated
|
|
with them. It is also responsible for handling the icons on the UKUI
|
|
desktop. It works on local and remote filesystems.
|
|
.
|
|
This package contains the development files for the libraries needed
|
|
by Peony's extensions.
|