Initial commit
This commit is contained in:
commit
8b8f81b52e
7 changed files with 120 additions and 0 deletions
10
debian/README.source
vendored
Normal file
10
debian/README.source
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
pogmom-desktop for Debian
|
||||
------------------------
|
||||
|
||||
<This file describes information about the source package, see Debian policy
|
||||
manual section 4.14. You WILL either need to modify or delete this file.>
|
||||
|
||||
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Thu, 30 May 2024 15:55:19 -0600
|
||||
|
5
debian/changelog
vendored
Normal file
5
debian/changelog
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
pogmom-desktop (0.1) unstable; urgency=medium
|
||||
|
||||
* Initial release.
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Thu, 30 May 2024 15:55:19 -0600
|
38
debian/control
vendored
Normal file
38
debian/control
vendored
Normal file
|
@ -0,0 +1,38 @@
|
|||
Source: pogmom-desktop
|
||||
Section: metapackages
|
||||
Priority: optional
|
||||
Maintainer: Penelope Gwen <support@pogmom.me>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
Standards-Version: 4.7.0
|
||||
Homepage: https://git.pogmom.me/pogmommy/pogmom-desktop
|
||||
|
||||
Package: pogmom-desktop
|
||||
Architecture: all
|
||||
Depends:
|
||||
autotiling,
|
||||
blueman,
|
||||
brightnessctl,
|
||||
copyq,
|
||||
greetd,
|
||||
gtkgreet,
|
||||
hyfetch,
|
||||
libnotify-bin,
|
||||
network-manager-gnome,
|
||||
polkit-kde-agent-1,
|
||||
pulseaudio-utils,
|
||||
sway-notification-center,
|
||||
sway-screenshot,
|
||||
swayfx,
|
||||
swayidle,
|
||||
swaylock,
|
||||
waybar,
|
||||
wob,
|
||||
wofi,
|
||||
xdg-desktop-portal,
|
||||
xdg-desktop-portal-gtk,
|
||||
xdg-desktop-portal-kde,
|
||||
xwayland
|
||||
Description: Recommended packages to get started using swayfx as a window manager
|
||||
This metapackage includes various pieces of software used to create a custom desktop environment
|
60
debian/copyright
vendored
Normal file
60
debian/copyright
vendored
Normal file
|
@ -0,0 +1,60 @@
|
|||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
Source: <url://example.com>
|
||||
Upstream-Name: pogmom-desktop
|
||||
Upstream-Contact: <preferred name and address to reach the upstream project>
|
||||
|
||||
Files:
|
||||
*
|
||||
Copyright:
|
||||
2024 Penelope Gwendolyn <support@pogmom.me>
|
||||
License: Opinionated Queer License
|
||||
PERMISSIONS
|
||||
.
|
||||
The creators of this Work (“The Licensor”) grant permission
|
||||
to any person, group or legal entity that doesn't violate the prohibitions below (“The User”),
|
||||
to do everything with this Work that would otherwise infringe their copyright or any patent claims,
|
||||
subject to the following conditions:
|
||||
.
|
||||
OBLIGATIONS
|
||||
.
|
||||
The User must give appropriate credit to the Licensor,
|
||||
provide a copy of this license or a (clickable, if the medium allows) link to
|
||||
oql.avris.it/license/v1.1,
|
||||
and indicate whether and what kind of changes were made.
|
||||
The User may do so in any reasonable manner,
|
||||
but not in any way that suggests the Licensor endorses the User or their use.
|
||||
.
|
||||
PROHIBITIONS
|
||||
.
|
||||
No one may use this Work for prejudiced or bigoted purposes, including but not limited to:
|
||||
racism, xenophobia, queerphobia, queer exclusionism, homophobia, transphobia, enbyphobia, misogyny.
|
||||
.
|
||||
No one may use this Work to inflict or facilitate violence or abuse of human rights as defined in the
|
||||
Universal Declaration of Human Rights.
|
||||
.
|
||||
No law enforcement, carceral institutions, immigration enforcement entities, military entities or military contractors
|
||||
may use the Work for any reason. This also applies to any individuals employed by those entities.
|
||||
.
|
||||
No business entity where the ratio of pay (salaried, freelance, stocks, or other benefits)
|
||||
between the highest and lowest individual in the entity is greater than 50 : 1
|
||||
may use the Work for any reason.
|
||||
.
|
||||
No private business run for profit with more than a thousand employees
|
||||
may use the Work for any reason.
|
||||
.
|
||||
Unless the User has made substantial changes to the Work,
|
||||
or uses it only as a part of a new work (eg. as a library, as a part of an anthology, etc.),
|
||||
they are prohibited from selling the Work.
|
||||
That prohibition includes processing the Work with machine learning models.
|
||||
.
|
||||
SANCTIONS
|
||||
.
|
||||
If the Licensor notifies the User that they have not complied with the rules of the license,
|
||||
they can keep their license by complying within 30 days after the notice.
|
||||
If they do not do so, their license ends immediately.
|
||||
.
|
||||
WARRANTY
|
||||
.
|
||||
This Work is provided “as is”, without warranty of any kind, express or implied.
|
||||
The Licensor will not be liable to anyone for any damages related to the Work or this license,
|
||||
under any kind of legal claim as far as the law allows.
|
2
debian/pogmom-desktop-docs.docs
vendored
Normal file
2
debian/pogmom-desktop-docs.docs
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
README.Debian
|
||||
README.source
|
4
debian/rules
vendored
Executable file
4
debian/rules
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/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)
|
Loading…
Add table
Reference in a new issue