matinlotfali / KDE-Rounded-Corners

Rounds the corners of your windows in KDE Plasma 5 and 6
GNU General Public License v3.0
638 stars 22 forks source link

Add Debian Sid Workflow #269

Closed matinlotfali closed 3 months ago

matinlotfali commented 3 months ago

Sadly, Debian Sid has the reputation of pushing a newer version of a package while other packages of the same group are still not ready yet.

For the build to work, I had to exceptionally use the extra-cmake-modules from the stable branch:

echo "deb http://deb.debian.org/debian stable main" >> /etc/apt/sources.list
apt update 
apt install -t stable extra-cmake-modules