From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- ...verywhere-opensource-src-5.0.1-desktop.patch.xz | Bin 0 -> 964 bytes libs_toolkit/qt/qt.build | 118 +++++++++++++++++++++ 2 files changed, 118 insertions(+) create mode 100644 libs_toolkit/qt/qt-everywhere-opensource-src-5.0.1-desktop.patch.xz create mode 100755 libs_toolkit/qt/qt.build (limited to 'libs_toolkit/qt') diff --git a/libs_toolkit/qt/qt-everywhere-opensource-src-5.0.1-desktop.patch.xz b/libs_toolkit/qt/qt-everywhere-opensource-src-5.0.1-desktop.patch.xz new file mode 100644 index 0000000..7f408fe Binary files /dev/null and b/libs_toolkit/qt/qt-everywhere-opensource-src-5.0.1-desktop.patch.xz differ diff --git a/libs_toolkit/qt/qt.build b/libs_toolkit/qt/qt.build new file mode 100755 index 0000000..14ab85b --- /dev/null +++ b/libs_toolkit/qt/qt.build @@ -0,0 +1,118 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=qt +MAJOR=5.0 +VERSION=${MAJOR}.1 +BUILD=1 +DEPENDS=('xorg_libs >= 7.7-3' 'glib >= 2.34.3-1' 'dbus >= 1.4.24-1' 'sqlite >= 3.7.15.2-1' 'libjpeg >= 1.2.1-1' 'libtiff >= 4.0.3-1' 'libpng >= 1.5.14-1' 'libmng >= 1.0.10-1' 'mesa >= 9.0.1-1' 'fontconfig >= 2.10.91-1' 'sound >= 1.0.26-1' 'pcre >= 8.32-1') +OPTDEPENDS=('openssl >= 1.0.1d-1') + +# Description + +cat > ${PKG}/install/slack-desc <