mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/simplescreenrecorder to 0.3.6-4
This commit is contained in:
parent
9c6331ab46
commit
311e3ccd9e
2 changed files with 4 additions and 4 deletions
|
@ -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")
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
post_install() {
|
||||
update-desktop-database -q
|
||||
gtk-update-icon-cache -q -f usr/share/icons/hicolor
|
||||
ldconfig
|
||||
}
|
||||
post_upgrade() {
|
||||
|
|
Loading…
Reference in a new issue