mirror of
https://github.com/ukui/peony.git
synced 2026-03-09 09:21:10 -07:00
bug link:http://172.17.66.192/biz/bug-view-40218.html correct commit:66d43c9f47483d4cf56c14d626d4d6d38f376a22
97 lines
3.3 KiB
Plaintext
97 lines
3.3 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 (=12),
|
|
pkg-config,
|
|
qt5-qmake,
|
|
qtbase5-dev,
|
|
qtbase5-private-dev,
|
|
qtchooser,
|
|
qtbase5-dev-tools,
|
|
qttools5-dev-tools,
|
|
libglib2.0-dev,
|
|
libudisks2-dev,
|
|
libnotify-dev,
|
|
libqt5x11extras5-dev,
|
|
libgsettings-qt-dev,
|
|
libpoppler-dev,
|
|
libpoppler-qt5-dev,
|
|
libkf5windowsystem-dev,
|
|
libcanberra-dev,
|
|
libkf5wayland-dev
|
|
Standards-Version: 4.5.0
|
|
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}),
|
|
Recommends: gvfs-backends,
|
|
peony-extensions
|
|
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},
|
|
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},
|
|
${shlibs:Depends},
|
|
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.
|