From 8b8f81b52e93d00c05d8ba203c94665c4068ca4f Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Thu, 30 May 2024 16:41:02 -0600 Subject: [PATCH] Initial commit --- debian/README.source | 10 ++++++ debian/changelog | 5 +++ debian/control | 38 +++++++++++++++++++++ debian/copyright | 60 +++++++++++++++++++++++++++++++++ debian/pogmom-desktop-docs.docs | 2 ++ debian/rules | 4 +++ debian/source/format | 1 + 7 files changed, 120 insertions(+) create mode 100644 debian/README.source create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100644 debian/pogmom-desktop-docs.docs create mode 100755 debian/rules create mode 100644 debian/source/format diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..82c1441 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,10 @@ +pogmom-desktop for Debian +------------------------ + + + + + + -- Penelope Gwen Thu, 30 May 2024 15:55:19 -0600 + diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..30f0325 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +pogmom-desktop (0.1) unstable; urgency=medium + + * Initial release. + + -- Penelope Gwen Thu, 30 May 2024 15:55:19 -0600 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..108a0a6 --- /dev/null +++ b/debian/control @@ -0,0 +1,38 @@ +Source: pogmom-desktop +Section: metapackages +Priority: optional +Maintainer: Penelope Gwen +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 diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..16bd1b7 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,60 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: +Upstream-Name: pogmom-desktop +Upstream-Contact: + +Files: + * +Copyright: + 2024 Penelope Gwendolyn +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. diff --git a/debian/pogmom-desktop-docs.docs b/debian/pogmom-desktop-docs.docs new file mode 100644 index 0000000..efea0a6 --- /dev/null +++ b/debian/pogmom-desktop-docs.docs @@ -0,0 +1,2 @@ +README.Debian +README.source 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..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native)