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

Jiachen Yang farseerfc at gemini.archlinux.org
Sat Jan 1 01:46:01 UTC 2022


    Date: Saturday, January 1, 2022 @ 01:46:00
  Author: farseerfc
Revision: 1091373

upgpkg: flameshot 0.10.2-2

Modified:
  flameshot/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-01 01:43:13 UTC (rev 1091372)
+++ PKGBUILD	2022-01-01 01:46:00 UTC (rev 1091373)
@@ -3,7 +3,7 @@
 
 pkgname=flameshot
 pkgver=0.10.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Powerful yet simple to use screenshot software"
 arch=('x86_64')
 url="https://github.com/flameshot-org/flameshot"
@@ -10,7 +10,11 @@
 license=('GPL')
 depends=('qt5-svg' 'hicolor-icon-theme')
 makedepends=('make' 'qt5-tools' 'cmake' 'git')
-optdepends=('gnome-shell-extension-appindicator: for system tray icon if you are using Gnome')
+optdepends=(
+    'gnome-shell-extension-appindicator: for system tray icon if you are using Gnome'
+    'grim: for wlroots wayland support'
+    'xdg-desktop-portal: for wayland support, you will need the implementation for your wayland desktop environment'
+)
 # fixed to the commit in v0.10.2 branch instead of tagged release, see: https://github.com/flameshot-org/flameshot/issues/2119#issuecomment-980037011 
 source=("${pkgname}-${pkgver}::git+https://github.com/flameshot-org/flameshot.git#commit=cda5a0f148ade1536d390ed988091848ecf62d13")
 #source=("${pkgname}-v${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")



More information about the arch-commits mailing list