Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina-Ubuntu-PPA.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-18 09:48:07 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2022-05-18 09:48:07 +0300
commit9aa86fccc9c7d04298e3aa1ebc54c87434fbef56 (patch)
tree9d25b40409b3cecc33aa4195bc3496fbbb98aa64
parent34f2f39a811379bda01a320e4d02a799a95af385 (diff)
Adding Python plugin
-rw-r--r--debian/control23
-rw-r--r--debian/remmina-plugin-python.install1
-rwxr-xr-xdebian/rules3
3 files changed, 26 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 00456e7..c6282b6 100644
--- a/debian/control
+++ b/debian/control
@@ -294,3 +294,26 @@ Description: X2Go plugin for Remmina
Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported.
.
This package contains the X2Go plugin for Remmina.
+
+Package: remmina-plugin-python
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${shlibs:Depends},
+ ${misc:Depends},
+ remmina (= ${binary:Version}),
+Description: Python support for Remmina
+ Remmina is a remote desktop client written in GTK+, aiming to be
+ useful for system administrators and travellers, who need to work
+ with lots of remote computers in front of either large monitors or
+ tiny netbooks.
+ .
+ Remmina supports multiple network protocols in an integrated and
+ consistent user interface.
+ .
+ Currently RDP, VNC, SPICE, WWW, X2Go, EXEC and SSH are supported.
+ .
+ This package contains the Python API, it can be used to run and
+ develop plugins for Remmina in Python.
+ .
+ See https://gitlab.com/Remmina/Remmina/-/wikis/Development/Plugin-Development/Python
diff --git a/debian/remmina-plugin-python.install b/debian/remmina-plugin-python.install
new file mode 100644
index 0000000..2961be5
--- /dev/null
+++ b/debian/remmina-plugin-python.install
@@ -0,0 +1 @@
+usr/lib/*/remmina/plugins/remmina-plugin-python_wrapper.so
diff --git a/debian/rules b/debian/rules
index b33e1cc..412f00d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,7 +20,8 @@ override_dh_auto_configure:
-DWITH_KIOSK_SESSION=ON \
-DWITH_NEWS=$(SETNEWS) \
-DWITH_PYTHONLIBS=ON \
- -DWITH_X2GO=ON
+ -DWITH_X2GO=ON \
+ -DWITH_PYTHONLIBS=ON
override_dh_install:
dh_install