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

Fabio Castelli muflone at gemini.archlinux.org
Sun Feb 20 12:42:18 UTC 2022


    Date: Sunday, February 20, 2022 @ 12:42:17
  Author: muflone
Revision: 1135267

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 12:41:36 UTC (rev 1135266)
+++ PKGBUILD	2022-02-20 12:42:17 UTC (rev 1135267)
@@ -1,54 +0,0 @@
-# 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.2
-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'
-         '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=('5fcb094f0e6f732da3648e58ef62aa1e5537132ffb0bff80972e1891f58fe5e63ec63bc7bec63e84268c095e3cd43d60d358be61e2d050dfcc49ffb042d34cfb')
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install prefix="${pkgdir}/usr"
-}
-

Copied: shutter/repos/community-any/PKGBUILD (from rev 1135266, shutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-20 12:42:17 UTC (rev 1135267)
@@ -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.2
+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'
+         'perl-readonly'
+         'perl-goocanvas2'
+         'perl-goocanvas2-cairotypes'
+         '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'
+            '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=('5fcb094f0e6f732da3648e58ef62aa1e5537132ffb0bff80972e1891f58fe5e63ec63bc7bec63e84268c095e3cd43d60d358be61e2d050dfcc49ffb042d34cfb')
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install prefix="${pkgdir}/usr"
+}



More information about the arch-commits mailing list