commit 1bf59f7b9546b5a907b8e394d20c90f450aa9f15 Author: Simon Quigley Date: Thu Nov 16 13:35:49 2023 -0600 Initial commit. diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..9ee5414 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +lxqt-themes-extra (1.0-0ubuntu1) noble; urgency=medium + + * Initial release (LP: #2043723). + + -- Simon Quigley Thu, 16 Nov 2023 13:00:10 -0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..292faa7 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: lxqt-themes-extra +Section: x11 +Priority: optional +Maintainer: Lubuntu Developers +Uploaders: Simon Quigley +Rules-Requires-Root: no +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.2 +Homepage: https://gitlab.com/Bapt17/lxqt-themes +Vcs-Browser: https://git.lubuntu.me/Lubuntu/lxqt-themes-extra +Vcs-Git: https://git.lubuntu.me/Lubuntu/lxqt-themes-extra.git + +Package: lxqt-themes-extra +Architecture: all +Depends: lxqt-themes, ${misc:Depends} +Description: Extra LXQt Themes + This package contains extra LXQt themes, designed by Baptiste Huchon. + It contains two themes: win-eleven-dark, sombre-et-rond diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..b149dc5 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,47 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://gitlab.com/Bapt17/lxqt-themes +Upstream-Name: lxqt-themes +Upstream-Contact: Baptiste Huchon + +Files: * +Copyright: Baptiste Huchon +License: LGPL-2.1 + +Files: win-eleven-dark/icons/*.svg +Copyright: 2020 Microsoft Corporation +License: MIT + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE. + +Files: debian/* +Copyright: 2023 Simon Quigley +License: LGPL-2.1 + +License: LGPL-2.1 + This program or 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; version 2.1 + of the License. + . + This library 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 + Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public + License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". diff --git a/debian/install b/debian/install new file mode 100644 index 0000000..5788561 --- /dev/null +++ b/debian/install @@ -0,0 +1,2 @@ +sombre-et-rond/ usr/share/lxqt/themes/ +win-eleven-dark/ usr/share/lxqt/themes/ diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + 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..61a5f70 --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,5 @@ +Bug-Database: https://gitlab.com/Bapt17/lxqt-themes/-/issues +Bug-Submit: https://gitlab.com/Bapt17/lxqt-themes/-/issues/new +Documentation: https://gitlab.com/Bapt17/lxqt-themes/-/blob/main/README.md +Repository-Browse: https://gitlab.com/Bapt17/lxqt-themes +Repository: https://github.com//lxqt-themes.git diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..aef8990 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://gitlab.com/Bapt17/lxqt-themes/tags?sort=updated_desc archive/@ANY_VERSION@/lxqt-themes-\d\S*@ARCHIVE_EXT@