From 6c761062c5d7843331965aa0d455b4c333ea312f Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Tue, 22 May 2018 03:30:49 +0200 Subject: [PATCH] prep 0.13.0 --- debian/.gitignore => .gitignore | 0 debian/changelog | 6 ++++++ debian/control | 9 ++++----- debian/copyright | 2 +- debian/patches/move-config.patch | 15 --------------- debian/patches/series | 1 - debian/source/options | 2 +- 7 files changed, 12 insertions(+), 23 deletions(-) rename debian/.gitignore => .gitignore (100%) delete mode 100644 debian/patches/move-config.patch delete mode 100644 debian/patches/series diff --git a/debian/.gitignore b/.gitignore similarity index 100% rename from debian/.gitignore rename to .gitignore diff --git a/debian/changelog b/debian/changelog index 025eb45..d40afb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pcmanfm-qt (0.13.0-1) experimental; urgency=medium + + * + + -- Alf Gaida Mon, 21 May 2018 16:54:34 +0200 + pcmanfm-qt (0.12.0-6) unstable; urgency=medium * Bumped compat to 11 diff --git a/debian/control b/debian/control index 1a99dd1..02b7999 100644 --- a/debian/control +++ b/debian/control @@ -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) diff --git a/debian/copyright b/debian/copyright index 897d87b..9a17a79 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,7 +4,7 @@ Source: https://github.com/lxqt/pcmanfm-qt Files: * Copyright: 2013-2018 LXQt team - 2013-2017 Hong Jen Yee (PCMan) + 2013-2018 Hong Jen Yee (PCMan) 2012-2013 Andriy Grytsenko (LStranger) 2014 Kuzma Shapran License: GPL-2.0+ diff --git a/debian/patches/move-config.patch b/debian/patches/move-config.patch deleted file mode 100644 index c1f1ad7..0000000 --- a/debian/patches/move-config.patch +++ /dev/null @@ -1,15 +0,0 @@ -Author: Alf Gaida -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 - ) diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 8d85b0d..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -move-config.patch diff --git a/debian/source/options b/debian/source/options index 62e7187..efee896 100644 --- a/debian/source/options +++ b/debian/source/options @@ -1 +1 @@ -tar-ignore = ".gitignore" +tar-ignore = .gitignore