[arch-commits] Commit in shutter/repos (2 files)
Caleb Maclennan
alerque at gemini.archlinux.org
Mon Sep 20 09:23:27 UTC 2021
Date: Monday, September 20, 2021 @ 09:23:26
Author: alerque
Revision: 1018629
archrelease: copy trunk to community-testing-any
Added:
shutter/repos/community-testing-any/
shutter/repos/community-testing-any/PKGBUILD
(from rev 1018627, shutter/trunk/PKGBUILD)
----------+
PKGBUILD | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
Copied: shutter/repos/community-testing-any/PKGBUILD (from rev 1018627, shutter/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD (rev 0)
+++ community-testing-any/PKGBUILD 2021-09-20 09:23:26 UTC (rev 1018629)
@@ -0,0 +1,54 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Maintainer: Caleb Maclennan <caleb at alerque.com>
+# Contributor: PhotonX <photon89 [at] gmail.com>
+# Contributor: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Shanto <shanto at hotmail.com>
+# Contributor: Athurg <athurg at gooth.cn>
+# Contributor: TDY <tdy at gmx.com>
+
+pkgname=shutter
+pkgver=0.99
+pkgrel=1
+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=('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'
+ 'libappindicator-gtk3: display the tray icon in some environments (like GNOME)')
+source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/shutter-project/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('335c85730f49978d4b69ee2d5bbaa5d660d652d386a70618fdeb46c639bd209cee99743b44a8ef1019404f52328692de91bfbe47b14bea202efd089f80d36f82')
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make install prefix="${pkgdir}/usr"
+}
+
More information about the arch-commits
mailing list