community/simplescreenrecorder to 0.3.6-4

This commit is contained in:
Kevin Mihelich 2016-04-29 00:19:05 +00:00
parent 9c6331ab46
commit 311e3ccd9e
2 changed files with 4 additions and 4 deletions

View file

@ -7,14 +7,16 @@
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/"
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")

View file

@ -1,6 +1,4 @@
post_install() {
update-desktop-database -q
gtk-update-icon-cache -q -f usr/share/icons/hicolor
ldconfig
}
post_upgrade() {