File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ PYTHON ?= python3
2424build :
2525 make manpages -C doc
2626
27- install-vm : install-service install-gnome install-kde4
27+ install-vm : install-service install-gnome install-kde4 install-pcmanfm-qt
2828
2929install-service :
3030 make install -C doc
@@ -41,6 +41,10 @@ install-kde4:
4141 install -d $(DESTDIR ) /usr/share/kde4/services
4242 install -m 0644 qvm-convert-pdf.desktop $(DESTDIR ) /usr/share/kde4/services
4343
44+ install-pcmanfm-qt :
45+ install -d $(DESTDIR ) /usr/share/file-manager/actions
46+ install -m 0644 qvm-convert-pdf-pcmanfm-qt.desktop $(DESTDIR ) /usr/share/file-manager/actions
47+
4448install-dom0 :
4549 $(PYTHON ) setup.py install -O1 --root $(DESTDIR )
4650 # not needed in dom0
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ usr/lib/qubes/qvm-convert-pdf.gnome
55usr/share/nautilus-python/extensions
66usr/share/nautilus-python/extensions/qvm_convert_pdf_nautilus.py
77usr/share/kde4/services/qvm-convert-pdf.desktop
8+ usr/share/file-manager/actions/qvm-convert-pdf-pcmanfm-qt.desktop
89usr/share/man/man1/qvm-convert-pdf.1.gz
910usr/lib/python3/dist-packages/qubespdfconverter
1011usr/lib/python3/dist-packages/qubespdfconverter-*.egg-info
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Type =Action
3+ Name =Convert PDF in disposable qube
4+ Icon =gtk-convert
5+ Profiles =on_pdf;
6+
7+ [X-Action-Profile on_pdf]
8+ MimeTypes =application/pdf
9+ Exec =/usr/lib/qubes/qvm-actions.sh pdf %F
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ URL: http://www.qubes-os.org
3535
3636BuildArch: noarch
3737BuildRequires: make
38- BuildRequires: pandoc
38+ BuildRequires: pandoc
3939BuildRequires: python%{python3_pkgversion}-setuptools
4040BuildRequires: python%{python3_pkgversion}-devel
4141%if 0%{?is_opensuse}
@@ -67,6 +67,7 @@ The Qubes service for converting untrusted PDF files into trusted ones.
6767rm -rf $RPM_BUILD_ROOT
6868make install-service DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3}
6969make install-gnome DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3}
70+ make install-pcmanfm-qt DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3}
7071%if !0%{?is_opensuse}
7172make install-kde4 DESTDIR=$RPM_BUILD_ROOT PYTHON=%{__python3}
7273%endif
@@ -81,6 +82,7 @@ rm -rf $RPM_BUILD_ROOT
8182/usr/lib/qubes/qvm-convert-pdf.gnome
8283/usr/bin/qvm-convert-pdf
8384/usr/share/nautilus-python/extensions/qvm_convert_pdf_nautilus.py*
85+ /usr/share/file-manager/actions/qvm-convert-pdf-pcmanfm-qt.desktop
8486%if !0%{?is_opensuse}
8587/usr/share/kde4/services/qvm-convert-pdf.desktop
8688%endif
You can’t perform that action at this time.
0 commit comments