Date: Friday, April 29, 2016 @ 00:45:55
  Author: kkeen
Revision: 172468

upgpkg: simplescreenrecorder 0.3.6-4 install hook rebuild

Modified:
  simplescreenrecorder/trunk/PKGBUILD
  simplescreenrecorder/trunk/simplescreenrecorder.install

------------------------------+
 PKGBUILD                     |    6 ++++--
 simplescreenrecorder.install |    2 --
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2016-04-28 21:56:43 UTC (rev 172467)
+++ PKGBUILD    2016-04-28 22:45:55 UTC (rev 172468)
@@ -4,7 +4,7 @@
 
 pkgname=simplescreenrecorder
 pkgver=0.3.6
-pkgrel=3
+pkgrel=4
 pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
 arch=("i686" "x86_64")
 url="http://www.maartenbaert.be/simplescreenrecorder/";
@@ -11,7 +11,9 @@
 license=("GPL3")
 # upstream reports crashes with Qt5, reverting FS#45104
 #depends=("qt5-base" "qt5-x11extras" "qt5-tools" "ffmpeg" "alsa-lib" 
"libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes" "libxi")
-depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" 
"libxext" "libxfixes" "libxi")
+depends=("qt4" "ffmpeg" "alsa-lib" "libpulse" "jack" "libgl" "glu"
+    "libx11" "libxext" "libxfixes" "libxi"
+    "desktop-file-utils" "gtk-update-icon-cache")
 optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit 
applications")
 makedepends=("git")
 source=("git+https://github.com/MaartenBaert/ssr.git#tag=$pkgver";)

Modified: simplescreenrecorder.install
===================================================================
--- simplescreenrecorder.install        2016-04-28 21:56:43 UTC (rev 172467)
+++ simplescreenrecorder.install        2016-04-28 22:45:55 UTC (rev 172468)
@@ -1,6 +1,4 @@
 post_install() {
-       update-desktop-database -q
-       gtk-update-icon-cache -q -f usr/share/icons/hicolor
        ldconfig
 }
 post_upgrade() {

Reply via email to