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

Felix Yan fyan at archlinux.org
Fri Dec 26 02:31:01 UTC 2014


    Date: Friday, December 26, 2014 @ 03:31:00
  Author: fyan
Revision: 124592

archrelease: copy trunk to community-any

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

-----------------+
 PKGBUILD        |   82 +++++++++++++++++++++++++++---------------------------
 shutter.install |   24 +++++++--------
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-26 02:30:32 UTC (rev 124591)
+++ PKGBUILD	2014-12-26 02:31:00 UTC (rev 124592)
@@ -1,41 +0,0 @@
-# $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.93
-pkgrel=1
-pkgdesc="a featureful screenshot tool (formerly gscrot)"
-arch=('any')
-url="http://shutter-project.org/"
-license=('GPL3')
-install=$pkgname.install
-depends=(xdg-utils imagemagick bc procps librsvg gnome-perl desktop-file-utils
-         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,xml-simple})
-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")
-md5sums=('13e913ae1e4a9c8e9416e0386eb97bb8')
-
-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/"
-}
-

Copied: shutter/repos/community-any/PKGBUILD (from rev 124591, shutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-26 02:31:00 UTC (rev 124592)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: 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.93.1
+pkgrel=1
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('any')
+url="http://shutter-project.org/"
+license=('GPL3')
+install=$pkgname.install
+depends=(xdg-utils imagemagick bc procps librsvg gnome-perl desktop-file-utils
+         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,xml-simple})
+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")
+md5sums=('614602040851e4cba0778704304330a0')
+
+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/"
+}
+

Deleted: shutter.install
===================================================================
--- shutter.install	2014-12-26 02:30:32 UTC (rev 124591)
+++ shutter.install	2014-12-26 02:31:00 UTC (rev 124592)
@@ -1,12 +0,0 @@
-post_upgrade() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_install() {
-  post_upgrade
-}
-
-post_remove() {
-  post_upgrade
-}

Copied: shutter/repos/community-any/shutter.install (from rev 124591, shutter/trunk/shutter.install)
===================================================================
--- shutter.install	                        (rev 0)
+++ shutter.install	2014-12-26 02:31:00 UTC (rev 124592)
@@ -0,0 +1,12 @@
+post_upgrade() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_install() {
+  post_upgrade
+}
+
+post_remove() {
+  post_upgrade
+}



More information about the arch-commits mailing list