[arch-commits] Commit in shutter/repos/community-any (PKGBUILD PKGBUILD)

Fabio Castelli muflone at gemini.archlinux.org
Sun Jul 18 11:44:08 UTC 2021


    Date: Sunday, July 18, 2021 @ 11:44:07
  Author: muflone
Revision: 978484

archrelease: copy trunk to community-any

Added:
  shutter/repos/community-any/PKGBUILD
    (from rev 978483, shutter/trunk/PKGBUILD)
Deleted:
  shutter/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-18 11:43:41 UTC (rev 978483)
+++ PKGBUILD	2021-07-18 11:44:07 UTC (rev 978484)
@@ -1,55 +0,0 @@
-# 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"
-}
-

Copied: shutter/repos/community-any/PKGBUILD (from rev 978483, shutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-18 11:44:07 UTC (rev 978484)
@@ -0,0 +1,54 @@
+# 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=3
+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=('40315ee03a138c71c29e05e82202d4a1adc0d930aef163e643e757ea2674dd8470e7a4d7d8b38ab5d3386ce8b9d774cbbb9a8b4bc2cb4d5b3b13812c77cf4334')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install prefix="${pkgdir}/usr"
+}
+




More information about the arch-commits mailing list