diff options
| author | georg | 2019-07-13 14:29:55 -0700 |
|---|---|---|
| committer | jvoisin | 2019-07-13 14:29:55 -0700 |
| commit | 1be0a4eefb6276d64de62d955fad60b59f12ee56 (patch) | |
| tree | c1b79eb57a64152e168b1f775229cd1b31f66fce | |
| parent | dc5603eb1d33067157eed6c19a8b6770bbd32596 (diff) | |
INSTALL: Update Debian package status
Also, make the note generic, to omit the need to update it "constantly".
Closes #76
| -rw-r--r-- | INSTALL.md | 43 |
1 files changed, 9 insertions, 34 deletions
| @@ -16,6 +16,15 @@ pip3 install mat2 | |||
| 16 | When [bubblewrap](https://github.com/projectatomic/bubblewrap) is | 16 | When [bubblewrap](https://github.com/projectatomic/bubblewrap) is |
| 17 | installed, MAT2 uses it to sandbox any external processes it invokes. | 17 | installed, MAT2 uses it to sandbox any external processes it invokes. |
| 18 | 18 | ||
| 19 | ## Arch Linux | ||
| 20 | |||
| 21 | Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on | ||
| 22 | [Arch linux's AUR](https://aur.archlinux.org/packages/mat2/). | ||
| 23 | |||
| 24 | ## Debian | ||
| 25 | |||
| 26 | There is a package available in [Debian](https://packages.debian.org/search?keywords=mat2&searchon=names§ion=all). | ||
| 27 | |||
| 19 | ## Fedora | 28 | ## Fedora |
| 20 | 29 | ||
| 21 | Thanks to [atenart](https://ack.tf/), there is a package available on | 30 | Thanks to [atenart](https://ack.tf/), there is a package available on |
| @@ -37,40 +46,6 @@ Then you can install both the Mat2 command and Nautilus extension: | |||
| 37 | dnf -y install mat2 mat2-nautilus | 46 | dnf -y install mat2 mat2-nautilus |
| 38 | ``` | 47 | ``` |
| 39 | 48 | ||
| 40 | ## Debian | ||
| 41 | |||
| 42 | There a package available in Debian *buster/sid*. The package [doesn't include | ||
| 43 | the Nautilus extension yet](https://bugs.debian.org/910491). | ||
| 44 | |||
| 45 | For Debian 9 *stretch*, there is a way to install it *manually*: | ||
| 46 | |||
| 47 | ``` | ||
| 48 | # apt install python3-mutagen python3-gi-cairo gir1.2-gdkpixbuf-2.0 libimage-exiftool-perl gir1.2-glib-2.0 gir1.2-poppler-0.18 ffmpeg | ||
| 49 | # apt install bubblewrap # if you want sandboxing | ||
| 50 | $ git clone https://0xacab.org/jvoisin/mat2.git | ||
| 51 | $ cd mat2 | ||
| 52 | $ ./mat2 | ||
| 53 | ``` | ||
| 54 | |||
| 55 | and if you want to install the über-fancy Nautilus extension: | ||
| 56 | |||
| 57 | ``` | ||
| 58 | # apt install gnome-common gtk-doc-tools libnautilus-extension-dev python-gi-dev python3-dev build-essential | ||
| 59 | $ git clone https://github.com/GNOME/nautilus-python | ||
| 60 | $ cd nautilus-python | ||
| 61 | $ PYTHON=/usr/bin/python3 ./autogen.sh | ||
| 62 | $ make | ||
| 63 | # make install | ||
| 64 | $ mkdir -p ~/.local/share/nautilus-python/extensions/ | ||
| 65 | $ cp ../nautilus/mat2.py ~/.local/share/nautilus-python/extensions/ | ||
| 66 | $ PYTHONPATH=/home/$USER/mat2 PYTHON=/usr/bin/python3 nautilus | ||
| 67 | ``` | ||
| 68 | |||
| 69 | ## Arch Linux | ||
| 70 | |||
| 71 | Thanks to [Francois_B](https://www.sciunto.org/), there is an package available on | ||
| 72 | [Arch linux's AUR](https://aur.archlinux.org/packages/mat2/). | ||
| 73 | |||
| 74 | ## Gentoo | 49 | ## Gentoo |
| 75 | 50 | ||
| 76 | MAT2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay). | 51 | MAT2 is available in the [torbrowser overlay](https://github.com/MeisterP/torbrowser-overlay). |
