summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Lambiris2019-01-28 15:29:55 -0500
committerTony Lambiris2019-01-28 15:29:55 -0500
commita230913e3c59453720d795fa589bbb1dc5969e86 (patch)
treecf1febcd131d20f7cc6130cd9117589cfac40ca5
parent82e9a24bab3d8627c23c7889f077531d7a443e0a (diff)
downloadaur-a230913e3c59453720d795fa589bbb1dc5969e86.tar.gz
Mention QT_SCALE_FACTOR
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--orion.install4
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29ed7641d6a3..d1fdf180ea97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = orion-git
pkgdesc = QML/C++-written desktop client for Twitch.tv
pkgver = 1.6.6.r18.gbaeaf01
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/alamminsalo/orion/
install = orion.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f776e973cfbe..0d465bd00bdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=orion-git
pkgver=1.6.6.r18.gbaeaf01
-pkgrel=1
+pkgrel=2
pkgdesc="QML/C++-written desktop client for Twitch.tv"
arch=('x86_64')
url="https://github.com/alamminsalo/orion/"
diff --git a/orion.install b/orion.install
index ddcebcbaf059..a3f73c5f690c 100644
--- a/orion.install
+++ b/orion.install
@@ -6,6 +6,10 @@ display_message () {
$ QT_AUTO_SCREEN_SCALE_FACTOR=1 /usr/bin/orion
+ To enlarge the UI and font size, set QT_SCALE_FACTOR before running:
+
+ $ QT_SCALE_FACTOR=1.5 /usr/bin/orion
+
EOF
}