[arch-commits] Commit in shutter/repos/community-any (3 files)
Felix Yan
fyan at archlinux.org
Thu Apr 28 16:21:36 UTC 2016
Date: Thursday, April 28, 2016 @ 18:21:36
Author: fyan
Revision: 172426
archrelease: copy trunk to community-any
Added:
shutter/repos/community-any/PKGBUILD
(from rev 172425, shutter/trunk/PKGBUILD)
Deleted:
shutter/repos/community-any/PKGBUILD
shutter/repos/community-any/shutter.install
-----------------+
PKGBUILD | 81 ++++++++++++++++++++++++++----------------------------
shutter.install | 12 --------
2 files changed, 40 insertions(+), 53 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2016-04-28 16:21:04 UTC (rev 172425)
+++ PKGBUILD 2016-04-28 16:21:36 UTC (rev 172426)
@@ -1,41 +0,0 @@
-# $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/"
-}
-
Copied: shutter/repos/community-any/PKGBUILD (from rev 172425, shutter/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2016-04-28 16:21:36 UTC (rev 172426)
@@ -0,0 +1,40 @@
+# $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=2
+pkgdesc="a featureful screenshot tool (formerly gscrot)"
+arch=('any')
+url="http://shutter-project.org/"
+license=('GPL3')
+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 2016-04-28 16:21:04 UTC (rev 172425)
+++ shutter.install 2016-04-28 16:21:36 UTC (rev 172426)
@@ -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
-}
More information about the arch-commits
mailing list