[arch-commits] Commit in flameshot/trunk (PKGBUILD flameshot.install)

Balló György bgyorgy at archlinux.org
Thu May 3 20:10:40 UTC 2018


    Date: Thursday, May 3, 2018 @ 20:10:40
  Author: bgyorgy
Revision: 318893

Remove libappindicator-gtk3 from optdepends

It's completely unrelated to a Qt application. flameshot works fine in 
GNOME if topicons extension is installed.

Modified:
  flameshot/trunk/PKGBUILD
  flameshot/trunk/flameshot.install

-------------------+
 PKGBUILD          |    5 ++---
 flameshot.install |    2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-03 20:07:43 UTC (rev 318892)
+++ PKGBUILD	2018-05-03 20:10:40 UTC (rev 318893)
@@ -1,9 +1,9 @@
 # Maintainer: Jiachen YANG <farseerfc at archlinux.org>
-# AUR Maintainer: xyzzy <628208 at gmail.com>
+# Contributor: xyzzy <628208 at gmail.com>
 
 pkgname=flameshot
 pkgver=0.5.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/lupoDharkael/flameshot"
@@ -10,7 +10,6 @@
 license=('GPL')
 depends=('qt5-base')
 makedepends=('make' 'qt5-tools')
-optdepends=('libappindicator-gtk3: For Gnome3 tray icon support')
 source=("https://github.com/lupoDharkael/flameshot/archive/v${pkgver}.tar.gz"
 	"pr174.patch::https://github.com/lupoDharkael/flameshot/commit/986b7741428e1f00a5b0688e254665eab90c025a.patch"
 	"pr149.patch::https://github.com/lupoDharkael/flameshot/commit/1bf282921744d3b3332d626c3ca00367ac7e6a44.patch"

Modified: flameshot.install
===================================================================
--- flameshot.install	2018-05-03 20:07:43 UTC (rev 318892)
+++ flameshot.install	2018-05-03 20:10:40 UTC (rev 318893)
@@ -3,7 +3,7 @@
 }
 
 echo_gnome3() {
-	echo "For Gnome3 users: please install libappindicator-gtk3 and one of the tray icons extension to use the systray icons"
+	echo "For Gnome3 users: please install one of the tray icons extension to use the systray icon"
 }
 
 post_upgrade(){



More information about the arch-commits mailing list