SchildiChat / schildichat-desktop

Matrix client / Element Web/Desktop fork
https://schildi.chat
Apache License 2.0
371 stars 42 forks source link

Makefile ajustment to build rpm package #85

Closed squid-f closed 2 years ago

squid-f commented 2 years ago

Hi, I have been able to build a rpm package for Mageia.

The following section needs to be added in the Makefile:

mageia: desktop-common $(YARN) --cwd element-desktop run build64 --linux rpm

It should also fit any other rpm distribution purpose. I didn't dare naming it rpm to avoid any conflict with other macro I don't know.

Required build dependencies: urpmi bsdtar git make nodejs npm lib64secret-devel lib64sqlcipher-devel

Required installation dependencies: urpmi lib64atspi0 lib64gtk+3_0 lib64nss3 lib64uuid1 lib64xscrnsaver1 lib64xtst6 libnotify xdg-utils hicolor-icon-theme

schildichat-1.7.32-makefile.patch.txt