From 75971c7b1f588e8b92c3353f268d8ea6426fe8aa Mon Sep 17 00:00:00 2001 From: rtlhq Date: Thu, 10 Nov 2022 20:34:51 +0800 Subject: [PATCH] Import Debian changes 1.8.2-ok2 --- debian/changelog | 11 +++++++ debian/control | 33 ++++++++++++++++++++ debian/copyright | 30 ++++++++++++++++++ debian/docs | 3 ++ debian/rules | 11 +++++++ debian/source/format | 1 + debian/watch | 3 ++ debian/xfce4-places-plugin.lintian-overrides | 2 ++ debian/xfce4-places-plugin.manpages | 1 + debian/xfce4-popup-places.1 | 32 +++++++++++++++++++ 10 files changed, 127 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/docs create mode 100644 debian/rules create mode 100644 debian/source/format create mode 100644 debian/watch create mode 100644 debian/xfce4-places-plugin.lintian-overrides create mode 100644 debian/xfce4-places-plugin.manpages create mode 100644 debian/xfce4-popup-places.1 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..dd04c61 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,11 @@ +xfce4-places-plugin (1.8.2-ok2) yangtze; urgency=medium + + * fix to build. + + -- rtlhq Fri, 16 Sep 2022 10:59:59 +0800 + +xfce4-places-plugin (1.8.2-ok1) yangtze; urgency=medium + + * Build for openKylin. + + -- rtlhq Fri, 16 Sep 2022 10:58:59 +0800 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..2432c9c --- /dev/null +++ b/debian/control @@ -0,0 +1,33 @@ +Source: xfce4-places-plugin +Section: xfce +Priority: optional +Maintainer: openKylin Xfce SIG +Uploaders: rtlhq +Build-Depends: debhelper-compat (= 11), + intltool, + libexo-2-dev, + libgtk-3-dev, + libnotify-dev, + libx11-dev, + libxfce4panel-2.0-dev, + libxfce4ui-2-dev (>= 4.13), + libxfce4util-dev, + libxfconf-0-dev, + pkg-config, + xfce4-dev-tools +Standards-Version: 4.4.0 +Homepage: https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin +Vcs-Git: https://gitee.com/openkylin/xfce4-places-plugin.git +Vcs-Browser: https://gitee.com/openkylin/xfce4-places-plugin + +Package: xfce4-places-plugin +Architecture: any +Depends: thunar, ${misc:Depends}, ${shlibs:Depends} +Description: quick access to folders, documents and removable media + This plugin brings much of the functionality of GNOME’s Places menu to Xfce. + It puts a simple button on the panel. Clicking on this button opens up a menu + with 4 sections: + - System-defined directories (home folder, trash, desktop, file system) + - Removable media (using thunar-vfs) + - User-defined bookmarks (reads ~/.gtk-bookmarks) + - Recent documents submenu diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..cffa17d --- /dev/null +++ b/debian/copyright @@ -0,0 +1,30 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Diego Ongaro +Upstream-Name: xfce4-places-plugin +Source: https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin + +Files: * +Copyright: (C) 2007-2008 Diego Ongaro +License: GPL-2.0+ + +Files: debian/* +Copyright: (C) 2007 David Paleino + (C) 2008 Yves-Alexis Perez +License: GPL-2.0+ + +License: GPL-2.0+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..535dcbf --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +NEWS +README.md +TODO diff --git a/debian/rules b/debian/rules new file mode 100644 index 0000000..379f0f4 --- /dev/null +++ b/debian/rules @@ -0,0 +1,11 @@ +#!/usr/bin/make -f + +export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed -Wl,-O1 -Wl,-z,defs +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + +%: + dh $@ + +override_dh_auto_install: + dh_auto_install + find debian/xfce4-places-plugin -name '*.la' -delete diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..b252114 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=3 +https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/([\d\.]+)/ \ + xfce4-places-plugin-([\d\.]+)\.tar\.(?:gz|bz2) diff --git a/debian/xfce4-places-plugin.lintian-overrides b/debian/xfce4-places-plugin.lintian-overrides new file mode 100644 index 0000000..01f7049 --- /dev/null +++ b/debian/xfce4-places-plugin.lintian-overrides @@ -0,0 +1,2 @@ +# we do use hardening flags +xfce4-places-plugin: hardening-no-fortify-functions usr/lib/*/xfce4/panel/plugins/libplaces.so diff --git a/debian/xfce4-places-plugin.manpages b/debian/xfce4-places-plugin.manpages new file mode 100644 index 0000000..7c44e27 --- /dev/null +++ b/debian/xfce4-places-plugin.manpages @@ -0,0 +1 @@ +debian/xfce4-popup-places.1 diff --git a/debian/xfce4-popup-places.1 b/debian/xfce4-popup-places.1 new file mode 100644 index 0000000..16ab7c4 --- /dev/null +++ b/debian/xfce4-popup-places.1 @@ -0,0 +1,32 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. +.TH XFCE4 "1" "July 2019" "Xfce4 places plugin" "User Commands" +.SH NAME +Xfce4-places-plugin \- quick access to folders, documents and removable media +.SH DESCRIPTION +This plugin brings much of the functionality of GNOME’s Places menu to Xfce. +It puts a simple button on the panel. Clicking on this button opens up a menu with 4 sections: + + - System-defined directories (home folder, trash, desktop, file system) + - Removable media (using thunar-vfs) + - User-defined bookmarks (reads ~/.gtk-bookmarks) + - Recent documents submenu + +.SH Synopsis: +.IP +xfce4\-popup\-places [OPTION...] +.SH OPTIONS +.TP +\fB\-p\fR, \fB\-\-pointer\fR +Popup menu at current mouse position +.TP +\fB\-h\fR, \fB\-\-help\fR +Show help options +.TP +\fB\-V\fR, \fB\-\-version\fR +Print version information and exit +.SH COPYRIGHT +Copyright \(co 2004\-2011 +.IP +The Xfce development team. All rights reserved. +.PP +Please report bugs to .