diff --git a/.travis.yml b/.travis.yml index 6c08b6c..4c6bcdc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_script: - sudo apt-get install -y make script: - - docker run -it cm0x4d/ubuntu-qt5-cmake sh -c "apt-get --yes update && apt-get --yes install pkg-config libssh-dev wget && wget https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz && tar xf libssh-0.9.0.tar.xz && cd libssh-0.9.0 && mkdir build && cd build && cmake .. && make install && cd ../.. && git clone https://github.com/pentix/qjournalctl && cd qjournalctl && ./autogen.sh && make ; ls -lh qjournalctl" + - docker run -it --security-opt seccomp:unconfined cm0x4d/ubuntu-qt5-cmake sh -c "apt-get --yes update && apt-get --yes install pkg-config libssh-dev wget && wget https://www.libssh.org/files/0.9/libssh-0.9.0.tar.xz && tar xf libssh-0.9.0.tar.xz && cd libssh-0.9.0 && mkdir build && cd build && cmake .. && make install && cd ../.. && git clone https://github.com/pentix/qjournalctl && cd qjournalctl && ./autogen.sh && make ; ls -lh qjournalctl" - cd packaging/deb/ - make - cd ../snap diff --git a/README.md b/README.md index f94dbed..f3a3f26 100644 --- a/README.md +++ b/README.md @@ -36,20 +36,16 @@ to build and install libssh yourself (< 2 minutes!) `cd ../..` -#### Build Dependencies for ArchLinux and Manjaro -`sudo pacman -S qt5-base libssh` - -QJournalctl is available on the AUR. You can either download the corresponding PKGBUILD or install the package `qjournalctl` using your AUR helper. -[Visit the AUR page for more information.](https://aur.archlinux.org/packages/qjournalctl/) - - - #### Building QJournalctl 1. Download the source code and extract it 2. Run `./autogen.sh` 3. Run `make -j5` to compile qjournalctl +#### ArchLinux and Manjaro +QJournalctl is available in the community repository: +`sudo pacman -S qjournalctl` + #### Screenshots ##### Use the filter option and regular expressions to find what you are looking for