summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2020-03-18 10:15:29 -0700
committerDonald Carr2020-03-18 10:15:29 -0700
commitb416d7adf7815f54c2a515057a6c03b8e49ea90b (patch)
tree28ed72e1534238c656ca5431af7b679ad24a06e4
parente6747c5eb87ea0cd1ed1d74823f8dd0370cf976f (diff)
downloadaur-b416d7adf7815f54c2a515057a6c03b8e49ea90b.tar.gz
Clean up install text
Change-Id: I3dcb6811b6e4a512e829bb360670ce1ac002099a
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xqt-gtk-platform-plugin-git.install8
3 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 873856f36c05..df8fe8bd6b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt-gtk-platform-plugin-git
pkgdesc = GTK platform backend for Qt
- pkgver = 20190427.da0e695
+ pkgver = 20200318.1149f4f
pkgrel = 1
url = https://github.com/CrimsonAS/gtkplatform
install = qt-gtk-platform-plugin-git.install
diff --git a/PKGBUILD b/PKGBUILD
index a4423f536a59..cb37b78cf7e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=qt-gtk-platform-plugin
pkgname=${_pkgname}-git
provides=($_pkgname)
conflicts=($_pkgname)
-pkgver=20190427.da0e695
+pkgver=20200318.1149f4f
pkgrel=1
pkgdesc='GTK platform backend for Qt'
arch=('any')
diff --git a/qt-gtk-platform-plugin-git.install b/qt-gtk-platform-plugin-git.install
index b2403da14c92..1178b1236f7a 100755
--- a/qt-gtk-platform-plugin-git.install
+++ b/qt-gtk-platform-plugin-git.install
@@ -1,9 +1,11 @@
post_install() {
echo ""
- echo "To have gdm automatically export QT_QPA_PLATFORM=gtk where, run:"
+ echo "To have gdm automatically export QT_QPA_PLATFORM=gtk, run:"
echo "ln -s /usr/share/qt-gtk-platform-plugin/qt-force-gtk-platform.env /usr/share/gdm/env.d/qt-force-gtk-platform.env"
- echo "Achtung; Some Qt apps will crash with this backend in use, for example: Qt Creator, Zeal and probably swathes of KDE"
- echo ""
+ echo "!!Achtung Bear Badger Fire Decapitation Death Skull Leprosy!!"
+ echo "Some Qt apps will crash with this backend in use, for example: Qt Creator, Zeal and probably swathes of KDE"
+ echo "If it uses qtwebengine, expect death!"
+ echo "!!Achtung Bear Badger Fire Decapitation Death Skull Leprosy!!"
}
post_upgrade() {