Add Debian packaging
This commit is contained in:
parent
cd4deb3ac4
commit
fabe9d791c
6 changed files with 55 additions and 0 deletions
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
tileos-artwork (0.1~tileos) unstable; urgency=medium
|
||||||
|
|
||||||
|
* Add basic colors config for Sway
|
||||||
|
|
||||||
|
-- Aleksey Samoilov <samoilov.lex@gmail.com> Tue, 28 Mar 2023 13:02:48 +0400
|
14
debian/control
vendored
Normal file
14
debian/control
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
Source: tileos-artwork
|
||||||
|
Section: x11
|
||||||
|
Priority: optional
|
||||||
|
Maintainer: Aleksey Samoilov <samoilov.lex@gmail.com>
|
||||||
|
Build-Depends: debhelper-compat (= 13), intltool
|
||||||
|
Standards-Version: 4.5.1
|
||||||
|
Homepage: https://github.com/Tile-OS/tileos-artwork
|
||||||
|
Rules-Requires-Root: no
|
||||||
|
|
||||||
|
Package: tileos-sway-artwork
|
||||||
|
Architecture: any
|
||||||
|
Depends: ${misc:Depends}, qt5-style-kvantum
|
||||||
|
Conflicts: tileos-river-artwork
|
||||||
|
Description: Sway related themes and art for TileOS
|
29
debian/copyright
vendored
Normal file
29
debian/copyright
vendored
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
Upstream-Name: tileos-artwork
|
||||||
|
Upstream-Contact: <preferred name and address to reach the upstream project>
|
||||||
|
Source: https://github.com/Tile-OS/tileos-artwork
|
||||||
|
|
||||||
|
Files: *
|
||||||
|
Copyright: 2023 TileOS
|
||||||
|
2023 Aleksey Samoilov <samoilov.lex@gmail.com>
|
||||||
|
License: GPL-2+
|
||||||
|
|
||||||
|
|
||||||
|
Files: debian/*
|
||||||
|
Copyright: 2023 Aleksey Samoilov <samoilov.lex@gmail.com>
|
||||||
|
License: GPL-2+
|
||||||
|
This package is free software; you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU General Public License as published by
|
||||||
|
the Free Software Foundation; either version 2 of the License, or
|
||||||
|
(at your option) any later version.
|
||||||
|
.
|
||||||
|
This package 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 General Public License for more details.
|
||||||
|
.
|
||||||
|
You should have received a copy of the GNU General Public License
|
||||||
|
along with this program. If not, see <https://www.gnu.org/licenses/>
|
||||||
|
.
|
||||||
|
On Debian systems, the complete text of the GNU General
|
||||||
|
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
|
5
debian/rules
vendored
Normal file
5
debian/rules
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
3.0 (native)
|
1
debian/tileos-sway-artwork
vendored
Normal file
1
debian/tileos-sway-artwork
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/usr/share/tileos/themes/
|
Loading…
Add table
Reference in a new issue