Balló György pushed to branch main at Arch Linux / Packaging / Packages /
shutter
Commits:
d9777564 by Balló György at 2024-06-18T14:05:49+02:00
upgpkg: 0.99.5-3 - Remove nautilus-sendto from optdeprends
nautilus-sendto is deprecated and no longer maintained. The same functionality
is provided by xdg-email.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = shutter
pkgdesc = The feature-rich screenshot tool
pkgver = 0.99.5
- pkgrel = 2
+ pkgrel = 3
url = https://shutter-project.org/
arch = any
license = GPL-3.0-only
@@ -36,7 +36,6 @@ pkgbase = shutter
depends = pango-perl
depends = xdg-desktop-portal
optdepends = perl-image-exiftool: read and write EXIF data
- optdepends = nautilus-sendto: send screenshots via mail
optdepends = perl-path-class: Imgur upload support
optdepends = perl-lwp-protocol-https: Imgur upload support
optdepends = perl-net-oauth: Imgur upload support
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@
pkgname=shutter
pkgver=0.99.5
-pkgrel=2
+pkgrel=3
pkgdesc="The feature-rich screenshot tool"
arch=('any')
url="https://shutter-project.org/"
@@ -40,7 +40,6 @@ depends=('xdg-utils' 'imagemagick' 'procps' 'librsvg'
'libwnck3'
'pango-perl'
'xdg-desktop-portal')
optdepends=('perl-image-exiftool: read and write EXIF data'
- 'nautilus-sendto: send screenshots via mail'
'perl-path-class: Imgur upload support'
'perl-lwp-protocol-https: Imgur upload support'
'perl-net-oauth: Imgur upload support'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shutter/-/commit/d97775649ba3ba60d0c3910ac0cc1663092fd040
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/shutter/-/commit/d97775649ba3ba60d0c3910ac0cc1663092fd040
You're receiving this email because of your account on gitlab.archlinux.org.