This commit is contained in:
Penelope Gwen 2024-12-10 12:38:00 -08:00
parent a2d31cc879
commit c96f207f1a
8 changed files with 23 additions and 2 deletions

2
1
View file

@ -1,2 +0,0 @@
Command 'hyfetch' not found, but can be installed with:
sudo apt install hyfetch

7
debian/changelog vendored
View file

@ -1,3 +1,10 @@
pogmom-apps (0.2) unstable; urgency=medium
* added ufw
* automatically handle adding and removing ufw rules
-- Penelope Gwen <support@pogmom.me> Tue, 10 Dec 2024 12:34:53 -0800
pogmom-apps (0.1.5) unstable; urgency=medium
* re-added dolphin, removed pcmanfm-qt

1
debian/control vendored
View file

@ -34,6 +34,7 @@ Depends:
syncthing-gtk,
thunderbird,
timeshift,
ufw,
virt-manager,
xournalpp
Description: Recommended desktop packages

1
debian/install vendored Normal file
View file

@ -0,0 +1 @@
ufw/* /etc/ufw/applications.d/

3
debian/postinst vendored Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
ufw allow kdeconnect

4
debian/postrm vendored Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
update-alternatives --remove greetd /usr/share/greetd/pogmom/config.toml
update-alternatives --remove greetd_envs /usr/share/greetd/pogmom/environments

3
debian/prerm vendored Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
ufw delete allow kdeconnect

4
ufw/kdeconnect Normal file
View file

@ -0,0 +1,4 @@
[KDEConnect]
title=KDE Connect
description=connect smartphones to your desktop devices
ports=1714:1764/udp|1714:1764/tcp