Import Debian changes 1.8.2-ok2
This commit is contained in:
parent
cd2b1a008a
commit
75971c7b1f
|
@ -0,0 +1,11 @@
|
|||
xfce4-places-plugin (1.8.2-ok2) yangtze; urgency=medium
|
||||
|
||||
* fix to build.
|
||||
|
||||
-- rtlhq <nobelxyz@163.com> Fri, 16 Sep 2022 10:59:59 +0800
|
||||
|
||||
xfce4-places-plugin (1.8.2-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- rtlhq <nobelxyz@163.com> Fri, 16 Sep 2022 10:58:59 +0800
|
|
@ -0,0 +1,33 @@
|
|||
Source: xfce4-places-plugin
|
||||
Section: xfce
|
||||
Priority: optional
|
||||
Maintainer: openKylin Xfce SIG <xfce@lists.openkylin.top>
|
||||
Uploaders: rtlhq <nobelxyz@163.com>
|
||||
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
|
|
@ -0,0 +1,30 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Contact: Diego Ongaro <ongardie@gmail.com>
|
||||
Upstream-Name: xfce4-places-plugin
|
||||
Source: https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
|
||||
|
||||
Files: *
|
||||
Copyright: (C) 2007-2008 Diego Ongaro <ongardie@gmail.com>
|
||||
License: GPL-2.0+
|
||||
|
||||
Files: debian/*
|
||||
Copyright: (C) 2007 David Paleino <d.paleino@gmail.com>
|
||||
(C) 2008 Yves-Alexis Perez <corsac@debian.org>
|
||||
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 <https://www.gnu.org/licenses/>
|
||||
.
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
|
@ -0,0 +1,3 @@
|
|||
NEWS
|
||||
README.md
|
||||
TODO
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,3 @@
|
|||
version=3
|
||||
https://archive.xfce.org/src/panel-plugins/xfce4-places-plugin/([\d\.]+)/ \
|
||||
xfce4-places-plugin-([\d\.]+)\.tar\.(?:gz|bz2)
|
|
@ -0,0 +1,2 @@
|
|||
# we do use hardening flags
|
||||
xfce4-places-plugin: hardening-no-fortify-functions usr/lib/*/xfce4/panel/plugins/libplaces.so
|
|
@ -0,0 +1 @@
|
|||
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 <https://bugzilla.xfce.org/>.
|
Loading…
Reference in New Issue