fix deb/DEBIAN for real this time
parent
a4f5e25994
commit
27106a9bb4
|
@ -2,10 +2,10 @@ Package: plchat
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Section: net
|
Section: net
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Architecture: linux-amd64
|
Architecture: amd64
|
||||||
Description: A pleroma chat client
|
Description: A pleroma chat client
|
||||||
Homepage: https://git.waldn.net/git/knotteye/plchat
|
Homepage: https://git.waldn.net/git/knotteye/plchat
|
||||||
Maintainer: Knott Eye<knotteye@airmail.cc>
|
Maintainer: Knott Eye <knotteye@airmail.cc>
|
||||||
Pre-Depends: python3 (= 3.8.0~), python3-pip(>= 19.3), python3-venv, bash
|
Pre-Depends: python3 (>= 3.8.0~), python3-pip (>= 19.3), python3-venv, bash
|
||||||
Depends: dbus, libmagic1, libc6, gstreamer1.0-nice, gstreamer1.0-libav, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-qt5, gstreamer1.0-plugins-base, gstreamer1.0-python3-plugin-loader
|
Depends: dbus, libmagic1, libc6, gstreamer1.0-nice, gstreamer1.0-libav, gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly, gstreamer1.0-qt5, gstreamer1.0-plugins-base, gstreamer1.0-python3-plugin-loader
|
||||||
Suggests: gnome-keyring (>= 2.30)
|
Suggests: gnome-keyring
|
||||||
|
|
|
@ -4,3 +4,4 @@ cd /usr/lib/plchat
|
||||||
python3 -m venv venv
|
python3 -m venv venv
|
||||||
source venv/bin/activate
|
source venv/bin/activate
|
||||||
pip3 install PyQt5==5.15.4 PyQt5-Qt5 PyQt5-sip certifi cryptography
|
pip3 install PyQt5==5.15.4 PyQt5-Qt5 PyQt5-sip certifi cryptography
|
||||||
|
ln -sf /usr/lib/plchat/dist/plchat /usr/bin/plchat
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
rm -rf /usr/lib/plchat
|
|
||||||
rm -f /usr/bin/plchat
|
rm -f /usr/bin/plchat
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue