[arch-commits] Commit in shutter/repos (2 files)

Fabio Castelli muflone at archlinux.org
Sun Jun 20 14:48:37 UTC 2021


    Date: Sunday, June 20, 2021 @ 14:48:37
  Author: muflone
Revision: 965906

archrelease: copy trunk to community-testing-any

Added:
  shutter/repos/community-testing-any/
  shutter/repos/community-testing-any/PKGBUILD
    (from rev 965905, shutter/trunk/PKGBUILD)

----------+
 PKGBUILD |   55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)

Copied: shutter/repos/community-testing-any/PKGBUILD (from rev 965905, shutter/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2021-06-20 14:48:37 UTC (rev 965906)
@@ -0,0 +1,55 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: PhotonX <photon89 [at] gmail.com>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Caleb Maclennan <caleb at alerque.com>
+# Contributor: Shanto <shanto at hotmail.com>
+# Contributor: Athurg <athurg at gooth.cn>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=shutter
+pkgver=0.97
+pkgrel=2
+pkgdesc="The feature-rich screenshot tool"
+arch=('any')
+url="https://shutter-project.org/"
+license=('GPL')
+depends=('xdg-utils' 'imagemagick' 'procps' 'librsvg' 'libwnck3'
+         'perl-glib-object-introspection'
+         'perl-number-bytes-human'
+         'perl-x11-protocol'
+         'perl-proc-simple'
+         'perl-proc-processtable'
+         'perl-net-dbus'
+         'perl-sort-naturally'
+         'perl-json'
+         'perl-json-maybexs'
+         'perl-xml-simple'
+         'perl-www-mechanize'
+         'perl-locale-gettext'
+         'perl-file-which'
+         'perl-file-basedir'
+         'perl-file-copy-recursive'
+         'perl-xml-simple'
+         'perl-carp-always'
+         'perl-gtk3'
+         'perl-gtk3-imageview>=9'
+         'perl-readonly'
+         'perl-goocanvas2'
+         'perl-goocanvas2-cairotypes'
+         'pango-perl')
+optdepends=('gnome-web-photo: web screenshot support'
+            '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'
+            'bc: 3D Rotate and 3D Reflection plugins support'
+            'perl-webservice-gyazo-b: Gyazo upload support')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/shutter-project/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install prefix="${pkgdir}/usr"
+}
+



More information about the arch-commits mailing list