Date: Friday, February 4, 2022 @ 15:10:19 Author: farseerfc Revision: 1125667
upgpkg: flameshot 11.0.0-2: flameshot 11.0.0-2 enable wayland clipboard Modified: flameshot/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-04 15:10:01 UTC (rev 1125666) +++ PKGBUILD 2022-02-04 15:10:19 UTC (rev 1125667) @@ -3,13 +3,13 @@ pkgname=flameshot pkgver=11.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="Powerful yet simple to use screenshot software" arch=('x86_64') url="https://github.com/flameshot-org/flameshot" license=('GPL') depends=('qt5-svg' 'hicolor-icon-theme') -makedepends=('make' 'qt5-tools' 'cmake' 'git') +makedepends=('make' 'qt5-tools' 'cmake' 'kguiaddons') optdepends=( 'gnome-shell-extension-appindicator: for system tray icon if you are using Gnome' 'grim: for wlroots wayland support' @@ -26,7 +26,7 @@ cd "${srcdir}/${pkgname}-${pkgver}" mkdir build cd build - cmake .. -DCMAKE_INSTALL_PREFIX=/usr + cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DUSE_WAYLAND_CLIPBOARD=1 make }