Import Debian changes 0.8.3-ok1
This commit is contained in:
parent
ad790d096c
commit
58f9f8de8f
|
@ -0,0 +1,5 @@
|
|||
xfce4-xkb-plugin (1:0.8.3-ok1) yangtze; urgency=medium
|
||||
|
||||
* Build for openKylin.
|
||||
|
||||
-- rtlhq <nobelxyz@163.com> Fri, 16 Sep 2022 10:58:59 +0800
|
|
@ -0,0 +1,35 @@
|
|||
Source: xfce4-xkb-plugin
|
||||
Section: xfce
|
||||
Priority: optional
|
||||
Maintainer: openKylin Xfce SIG <xfce@lists.openkylin.top>
|
||||
Uploaders: rtlhq <nobelxyz@163.com>
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
intltool,
|
||||
libgarcon-1-0-dev,
|
||||
libgtk-3-dev,
|
||||
libnotify-dev,
|
||||
librsvg2-dev,
|
||||
libwnck-3-dev,
|
||||
libxfce4panel-2.0-dev,
|
||||
libxfce4ui-2-dev,
|
||||
libxfce4util-dev,
|
||||
libxfconf-0-dev,
|
||||
libxklavier-dev,
|
||||
xfce4-dev-tools
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.6.1
|
||||
Homepage: https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin
|
||||
Vcs-Git: https://gitee.com/openkylin/xfce4-xkb-plugin.git
|
||||
Vcs-Browser: https://gitee.com/openkylin/xfce4-xkb-plugin
|
||||
|
||||
Package: xfce4-xkb-plugin
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Multi-Arch: same
|
||||
Description: xkb layout switch plugin for the Xfce4 panel
|
||||
The xkb plugin shows you the current keyboard layout and allows you to
|
||||
switch to different defined layouts.
|
||||
.
|
||||
The plugin itself cannot be used for defining the keyboard
|
||||
layouts one wants to use, this is done the XKB way - either
|
||||
in your X config or by setxkbmap tool.
|
|
@ -0,0 +1,54 @@
|
|||
This package was debianized by Rudy Godoy <rudy@kernel-panik.org> on
|
||||
Tue, 06 Feb 2005 14:45:19 -0500.
|
||||
|
||||
Upstream Authors:
|
||||
Alexander Iliev <sasoiliev@mail.bg>
|
||||
|
||||
Copyright handlers:
|
||||
|
||||
panel-plugin/*:
|
||||
© 2003 Sergey V. Oudaltsov <svu@users.sourceforge.net>
|
||||
© 2006 Gauvain Pocentek <gauvainpocentek@gmail.com>
|
||||
© 2008 Alexander Iliev <sasoiliev@mamul.org>
|
||||
|
||||
po/*: © 2004-2006 Alexander Iliev.
|
||||
po/sq.po: © 2006 Adriano Winter Bess <adriano@xfce.org>
|
||||
po/uk.po: © 2007 Dmitry Nikitin.
|
||||
po/lv.po: © 2008 Alexander Iliev.
|
||||
po/id.po: © 2008 Alexander Iliev.
|
||||
po/cs.po: © 2006 Alexander Iliev.
|
||||
po/de.po: © 2004-2007 Benedikt Meurer, Alexander Iliev.
|
||||
po/gl.po: © 2008 Leandro Regueiro
|
||||
po/pt_BR.po: © 2008 Alexander Iliev.
|
||||
po/en_GB.po: © 2007 Alexander Iliev.
|
||||
po/be.po: © 2008 Alexander Iliev.
|
||||
po/zh_TW.po: © 2006 Alexander Iliev
|
||||
po/ca.po: © 2004-2007 Alexander Iliev.
|
||||
po/pt_PT.po: © 2008 Alexander Iliev.
|
||||
po/ur.po: © 2008 Alexander Iliev.
|
||||
po/fr.po: © 2006 Adriano Winter Bess <adriano@xfce.org>
|
||||
po/xfce4-xkb-plugin.pot: © 2008 Alexander Iliev.
|
||||
po/da.po: © 2008 Alexander Iliev.
|
||||
|
||||
|
||||
Copyright:
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@ -0,0 +1,2 @@
|
|||
AUTHORS
|
||||
README.md
|
|
@ -0,0 +1,4 @@
|
|||
[DEFAULT]
|
||||
pristine-tar = True
|
||||
debian-branch = debian/master
|
||||
upstream-branch = upstream/latest
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
export DEB_LDFLAGS_MAINT_APPEND=-Wl,-O1 -Wl,-z,defs
|
||||
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install
|
||||
find debian/$(DEB_SOURCE)/ -name '*.la' -delete
|
|
@ -0,0 +1 @@
|
|||
3.0 (quilt)
|
|
@ -0,0 +1,3 @@
|
|||
version=4
|
||||
https://archive.xfce.org/src/panel-plugins/@PACKAGE@/(\d[\d\.]+)/ \
|
||||
@PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@
|
Loading…
Reference in New Issue