[arch-commits] Commit in syncthing-gtk/trunk (PKGBUILD syncthing-gtk.install)

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu May 14 11:40:16 UTC 2015


    Date: Thursday, May 14, 2015 @ 13:40:16
  Author: jlichtblau
Revision: 133402

upgpkg: syncthing-gtk 0.7.1.1-1 - new upstream version

Added:
  syncthing-gtk/trunk/syncthing-gtk.install
Modified:
  syncthing-gtk/trunk/PKGBUILD

-----------------------+
 PKGBUILD              |    5 +++--
 syncthing-gtk.install |   11 +++++++++++
 2 files changed, 14 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-14 11:39:25 UTC (rev 133401)
+++ PKGBUILD	2015-05-14 11:40:16 UTC (rev 133402)
@@ -4,7 +4,7 @@
 # Contributor: kozec <kozec at kozec dot com>
 
 pkgname=syncthing-gtk
-pkgver=0.7.0.2
+pkgver=0.7.1.1
 pkgrel=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
 arch=('any')
@@ -15,8 +15,9 @@
 optdepends=('python2-nautilus: file manager integration for Nautilus'
             'python2-caja: file manager integration for Caja'
             'librsvg: to shown menu icons correctly if not using traditional window header')
+install=$pkgname.install
 source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('fe5e5161bfe67cfc313c1f4bec82b7bfb86b7c21ca89e694a6a0f2be76e00da3')
+sha256sums=('02aaa485dcbf5b37a7e9e464e3b8c9c12a8b87a012070448d12edd155dd497b1')
 
 build() {
   cd $pkgname-$pkgver

Added: syncthing-gtk.install
===================================================================
--- syncthing-gtk.install	                        (rev 0)
+++ syncthing-gtk.install	2015-05-14 11:40:16 UTC (rev 133402)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list