commit d76c52e5359439a87eb74ab3026b2661d50cba7f Author: Aaron Rainbolt Date: Tue Jan 14 13:14:08 2025 -0600 Initial commit diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..fa11235 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lxqt-plugin-wingmenu (0.0~git20250113.70b9b80-1ubuntu1) plucky; urgency=medium + + * Initial release. (LP: #2094848) + + -- Aaron Rainbolt Mon, 13 Jan 2025 09:15:23 -0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..cc73fad --- /dev/null +++ b/debian/control @@ -0,0 +1,29 @@ +Source: lxqt-plugin-wingmenu +Maintainer: Lubuntu Developers +Uploaders: Aaron Rainbolt +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..60c704e --- /dev/null +++ b/debian/copyright @@ -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 +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'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..dc76a71 --- /dev/null +++ b/debian/rules @@ -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 ${@} 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/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..0f08b16 --- /dev/null +++ b/debian/upstream/metadata @@ -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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..2eae55e --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="mode=git, \ +uversionmangle=s/^v//" \ + https://github.com/elviosak/plugin-wingmenu.git HEAD