prep 0.13.0
This commit is contained in:
parent
6b4ff33f89
commit
6c761062c5
0
debian/.gitignore → .gitignore
vendored
0
debian/.gitignore → .gitignore
vendored
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
pcmanfm-qt (0.13.0-1) experimental; urgency=medium
|
||||
|
||||
*
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 21 May 2018 16:54:34 +0200
|
||||
|
||||
pcmanfm-qt (0.12.0-6) unstable; urgency=medium
|
||||
|
||||
* Bumped compat to 11
|
||||
|
9
debian/control
vendored
9
debian/control
vendored
@ -9,14 +9,13 @@ Section: x11
|
||||
Priority: optional
|
||||
Build-Depends: debhelper (>= 11~),
|
||||
libexif-dev,
|
||||
libfm-qt-dev (>= 0.12.0),
|
||||
libglib2.0-dev,
|
||||
libfm-qt-dev (>= 0.13.0~),
|
||||
libkf5windowsystem-dev,
|
||||
libmenu-cache-dev,
|
||||
libqt5svg5-dev,
|
||||
libqt5x11extras5-dev,
|
||||
libx11-dev,
|
||||
lxqt-build-tools (>= 0.4.0)
|
||||
lxqt-build-tools (>= 0.5.0~),
|
||||
Standards-Version: 4.1.4
|
||||
Vcs-Browser: https://salsa.debian.org/lxqt-team/pcmanfm-qt
|
||||
Vcs-Git: https://salsa.debian.org/lxqt-team/pcmanfm-qt.git
|
||||
@ -29,7 +28,7 @@ Depends: ${misc:Depends},
|
||||
default-dbus-session-bus | dbus-session-bus | dbus-x11,
|
||||
desktop-file-utils,
|
||||
libfm-modules,
|
||||
libfm-qt3 (>= 0.12.0),
|
||||
libfm-qt5 (>= 0.13.0~),
|
||||
lxqt-sudo
|
||||
Recommends: eject,
|
||||
ffmpegthumbnailer,
|
||||
@ -38,7 +37,7 @@ Recommends: eject,
|
||||
lximage-qt,
|
||||
lxqt-policykit,
|
||||
lxqt-qtplugin,
|
||||
oxygen-icon-theme | breeze-icon-theme | faenza-icon-theme | gnome-icon-theme,
|
||||
papirus-icon-theme | breeze-icon-theme | faenza-icon-theme | oxygen-icon-theme,
|
||||
pcmanfm-qt-l10n
|
||||
Suggests: cdtool [linux-any]
|
||||
Breaks: lxqt-common (<< 0.12.0)
|
||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -4,7 +4,7 @@ Source: https://github.com/lxqt/pcmanfm-qt
|
||||
|
||||
Files: *
|
||||
Copyright: 2013-2018 LXQt team
|
||||
2013-2017 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
2013-2018 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
|
||||
2012-2013 Andriy Grytsenko (LStranger) <andrej@rep.kiev.ua>
|
||||
2014 Kuzma Shapran <kuzma.shapran@gmail.com>
|
||||
License: GPL-2.0+
|
||||
|
15
debian/patches/move-config.patch
vendored
15
debian/patches/move-config.patch
vendored
@ -1,15 +0,0 @@
|
||||
Author: Alf Gaida <agaida@siduction.org>
|
||||
Description: Move config
|
||||
|
||||
diff --git a/config/CMakeLists.txt b/config/CMakeLists.txt
|
||||
index e9cfe75..c86bfb3 100644
|
||||
--- a/config/CMakeLists.txt
|
||||
+++ b/config/CMakeLists.txt
|
||||
@@ -3,6 +3,6 @@
|
||||
configure_file(pcmanfm-qt/lxqt/settings.conf.in pcmanfm-qt/lxqt/settings.conf @ONLY)
|
||||
install(FILES
|
||||
"${CMAKE_CURRENT_BINARY_DIR}/pcmanfm-qt/lxqt/settings.conf"
|
||||
- DESTINATION "${LXQT_ETC_XDG_DIR}/pcmanfm-qt/lxqt"
|
||||
+ DESTINATION "${CMAKE_INSTALL_DATADIR}/pcmanfm-qt/lxqt"
|
||||
COMPONENT Runtime
|
||||
)
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1 +0,0 @@
|
||||
move-config.patch
|
2
debian/source/options
vendored
2
debian/source/options
vendored
@ -1 +1 @@
|
||||
tar-ignore = ".gitignore"
|
||||
tar-ignore = .gitignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user