From 113c1df71b09568b790baeafae917455bad28538 Mon Sep 17 00:00:00 2001 From: AnthonyAxenov Date: Tue, 5 Jul 2022 10:51:17 +0800 Subject: [PATCH] New qt5, flameshot pack draft --- install/flameshot-build | 8 ++++++++ install/qt5 | 25 +++++++++++++++++++++++++ packs/flameshot | 2 ++ 3 files changed, 35 insertions(+) create mode 100755 install/flameshot-build create mode 100755 install/qt5 create mode 100644 packs/flameshot diff --git a/install/flameshot-build b/install/flameshot-build new file mode 100755 index 0000000..b9f672b --- /dev/null +++ b/install/flameshot-build @@ -0,0 +1,8 @@ +#!/bin/bash +##makedesc: [TODO] Build flameshot from src (latest) + +echo +echo "===============================================" +echo "Installing flameshot (latest)..." +echo "===============================================" +echo diff --git a/install/qt5 b/install/qt5 new file mode 100755 index 0000000..f946cf4 --- /dev/null +++ b/install/qt5 @@ -0,0 +1,25 @@ +#!/bin/bash +##makedesc: Install qt5 + +echo +echo "===============================================" +echo "Installing qt5..." +echo "===============================================" +echo + +sudo apt install -y --autoremove \ + build-essential \ + ca-certificates \ + cmake \ + g++ \ + libqt5core5a \ + libqt5dbus5 \ + libqt5gui5 \ + libqt5network5 \ + libqt5svg5 \ + libqt5svg5-dev \ + libqt5widgets5 \ + openssl \ + qtbase5-dev \ + qttools5-dev \ + qttools5-dev-tools diff --git a/packs/flameshot b/packs/flameshot new file mode 100644 index 0000000..8b6e870 --- /dev/null +++ b/packs/flameshot @@ -0,0 +1,2 @@ +##flameshot: [TODO] [PACK] qt5 + flameshot from source +flameshot: qt5 flameshot-build