commit
1bf59f7b95
@ -0,0 +1,5 @@
|
||||
lxqt-themes-extra (1.0-0ubuntu1) noble; urgency=medium
|
||||
|
||||
* Initial release (LP: #2043723).
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 16 Nov 2023 13:00:10 -0600
|
@ -0,0 +1,18 @@
|
||||
Source: lxqt-themes-extra
|
||||
Section: x11
|
||||
Priority: optional
|
||||
Maintainer: Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
|
||||
Uploaders: Simon Quigley <tsimonq2@ubuntu.com>
|
||||
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
|
@ -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 <baptiste.huchon@ikmail.com>
|
||||
|
||||
Files: *
|
||||
Copyright: Baptiste Huchon <baptiste.huchon@ikmail.com>
|
||||
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 <tsimonq2@ubuntu.com>
|
||||
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".
|
@ -0,0 +1,2 @@
|
||||
sombre-et-rond/ usr/share/lxqt/themes/
|
||||
win-eleven-dark/ usr/share/lxqt/themes/
|
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
%:
|
||||
dh $@
|
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@ -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/<user>/lxqt-themes.git
|
@ -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@
|
Loading…
Reference in new issue