commit
d76c52e535
@ -0,0 +1,5 @@
|
||||
lxqt-plugin-wingmenu (0.0~git20250113.70b9b80-1ubuntu1) plucky; urgency=medium
|
||||
|
||||
* Initial release. (LP: #2094848)
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 13 Jan 2025 09:15:23 -0600
|
@ -0,0 +1,29 @@
|
||||
Source: lxqt-plugin-wingmenu
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Uploaders: Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||
Section: misc
|
||||
Priority: optional
|
||||
Build-Depends: debhelper-compat (= 13),
|
||||
libglib2.0-dev,
|
||||
libkf6windowsystem-dev (>> 6.0.0~),
|
||||
liblxqt-globalkeys2-dev (>> 2.0.0~),
|
||||
liblxqt-globalkeys-ui2-dev (>> 2.0.0~),
|
||||
liblxqt2-dev (>> 2.0.0~),
|
||||
libqt6xdg-dev (>> 4.0.0~),
|
||||
lxqt-build-tools (>> 2.0.0~),
|
||||
lxqt-panel (>> 2.0.0~),
|
||||
qt6-base-dev,
|
||||
qt6-tools-dev
|
||||
Standards-Version: 4.7.0
|
||||
Vcs-Browser: https://salsa.debian.org/ArrayBolt3/lxqt-plugin-wingmenu
|
||||
Vcs-Git: https://salsa.debian.org/ArrayBolt3/lxqt-plugin-wingmenu.git
|
||||
Homepage: https://github.com/elviosak/plugin-wingmenu
|
||||
Rules-Requires-Root: no
|
||||
|
||||
Package: lxqt-plugin-wingmenu
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Description: Alternative menu plugin for lxqt-panel
|
||||
Wing Menu is an alternative menu plugin for lxqt-panel. It has two columns
|
||||
instead of the "classic menu" and was inspired by Xfce's Whisker Menu.
|
@ -0,0 +1,23 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Upstream-Name: plugin-wingmenu
|
||||
Source: https://github.com/elviosak/plugin-wingmenu
|
||||
|
||||
Files: *
|
||||
Copyright: 2022-2025 elviosak
|
||||
License: LGPL-2.1+
|
||||
Comment:
|
||||
No public email address is available in Git or on elviosak's GitHub profile.
|
||||
|
||||
Files: debian/*
|
||||
Copyright: 2025 Aaron Rainbolt <arraybolt3@ubuntu.com>
|
||||
License: LGPL-2.1+
|
||||
|
||||
License: LGPL-2.1+
|
||||
This library is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU Lesser General Public License as
|
||||
published by the Free Software Foundation, either version 2.1 of the
|
||||
License, or (at your option) any later version.
|
||||
.
|
||||
On Debian systems, the full text of the GNU Lesser General Public
|
||||
License version 2.1 can be found in the file
|
||||
`/usr/share/common-licenses/LGPL-2.1'.
|
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/make -f
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh ${@}
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@ -0,0 +1,6 @@
|
||||
Name: lxqt-plugin-wingmenu
|
||||
Bug-Database: https://github.com/elviosak/plugin-wingmenu/issues
|
||||
Bug-Submit: https://github.com/elviosak/plugin-wingmenu/issues/new
|
||||
Changelog: https://github.com/elviosak/plugin-wingmenu/commits/master/
|
||||
Repository: https://github.com/elviosak/plugin-wingmenu.git
|
||||
Repository-Browse: https://github.com/elviosak/plugin-wingmenu
|
@ -0,0 +1,4 @@
|
||||
version=4
|
||||
opts="mode=git, \
|
||||
uversionmangle=s/^v//" \
|
||||
https://github.com/elviosak/plugin-wingmenu.git HEAD
|
Loading…
Reference in new issue