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

Felix Yan fyan at archlinux.org
Sat Jul 26 17:46:01 UTC 2014


    Date: Saturday, July 26, 2014 @ 19:46:00
  Author: fyan
Revision: 116398

archrelease: copy trunk to community-i686, community-x86_64

Added:
  shutter/repos/community-i686/
  shutter/repos/community-i686/PKGBUILD
    (from rev 116397, shutter/trunk/PKGBUILD)
  shutter/repos/community-x86_64/
  shutter/repos/community-x86_64/PKGBUILD
    (from rev 116397, shutter/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   40 ++++++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 80 insertions(+)

Copied: shutter/repos/community-i686/PKGBUILD (from rev 116397, shutter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-26 17:46:00 UTC (rev 116398)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# 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.91
+pkgrel=2
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('i686' 'x86_64')
+url="http://shutter-project.org/"
+license=('GPL3')
+depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
+         perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
+         perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
+         perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
+         perl-{file-{which,basedir,copy-recursive},path-class})
+optdepends=('nautilus-sendto: "Send To" functionality in right-click and main menu'
+            'gnome-web-photo: Support for capturing websites')
+           #'perl-gtk2-appindicator: AppIndicator support')
+source=("http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz")
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix tray icon under many icon themes, from Gentoo
+  sed -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \
+      -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \
+      -i bin/shutter
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+  cp -a share "$pkgdir/usr/"
+}
+
+md5sums=('9775b904dd4e75b87f5e51bb861c74ad')

Copied: shutter/repos/community-x86_64/PKGBUILD (from rev 116397, shutter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-26 17:46:00 UTC (rev 116398)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# 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.91
+pkgrel=2
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('i686' 'x86_64')
+url="http://shutter-project.org/"
+license=('GPL3')
+depends=(xdg-utils libxml-perl imagemagick bc procps librsvg gnome-perl
+         perl-{gnome2-wnck,gtk2-{imageview,unique},x11-protocol,image-exiftool}
+         perl-{proc-{simple,processtable},net-{dbus,dropbox-api},goo-canvas}
+         perl-{sort-naturally,json,json-xs,xml-simple,www-mechanize,locale-gettext}
+         perl-{file-{which,basedir,copy-recursive},path-class})
+optdepends=('nautilus-sendto: "Send To" functionality in right-click and main menu'
+            'gnome-web-photo: Support for capturing websites')
+           #'perl-gtk2-appindicator: AppIndicator support')
+source=("http://shutter-project.org/wp-content/uploads/releases/tars/$pkgname-$pkgver.tar.gz")
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # Fix tray icon under many icon themes, from Gentoo
+  sed -e "/\$tray->set_from_icon_name/s:set_from_icon_name:set_from_file:" \
+      -e "s:shutter-panel:/usr/share/icons/hicolor/scalable/apps/&.svg:" \
+      -i bin/shutter
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  install -Dm755 bin/$pkgname "$pkgdir/usr/bin/$pkgname"
+  cp -a share "$pkgdir/usr/"
+}
+
+md5sums=('9775b904dd4e75b87f5e51bb861c74ad')




More information about the arch-commits mailing list