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

Felix Yan fyan at archlinux.org
Sun Aug 10 14:49:01 UTC 2014


    Date: Sunday, August 10, 2014 @ 16:49:01
  Author: fyan
Revision: 117099

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-08-10 14:48:30 UTC (rev 117098)
+++ community-i686/PKGBUILD	2014-08-10 14:49:01 UTC (rev 117099)
@@ -1,40 +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.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-i686/PKGBUILD (from rev 117098, shutter/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-08-10 14:49:01 UTC (rev 117099)
@@ -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.92
+pkgrel=1
+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")
+md5sums=('95d849c387deceaa0767a859004103db')
+
+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: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-08-10 14:48:30 UTC (rev 117098)
+++ community-x86_64/PKGBUILD	2014-08-10 14:49:01 UTC (rev 117099)
@@ -1,40 +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.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 117098, shutter/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-08-10 14:49:01 UTC (rev 117099)
@@ -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.92
+pkgrel=1
+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")
+md5sums=('95d849c387deceaa0767a859004103db')
+
+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/"
+}
+




More information about the arch-commits mailing list