summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbenklett2016-09-28 15:49:09 +0200
committerbenklett2016-09-28 15:49:09 +0200
commit12350c012539f3b12db66d10a7e37a46b80fef7b (patch)
tree1b08a32657eb842de3002d48cd2f8d5fdd280a7b
parent8cb51e53020e1a05f8583728595d3525ad384529 (diff)
downloadaur-12350c012539f3b12db66d10a7e37a46b80fef7b.tar.gz
Switch update icon cache from install file to deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
-rw-r--r--obs-studio-git.install11
3 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12ef75450163..91e351462c93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Aug 30 19:33:35 UTC 2016
+# Wed Sep 28 13:38:34 UTC 2016
pkgbase = obs-studio-git
pkgdesc = Free and open source software for video recording and live streaming.
- pkgver = 0.15.4.r33.g07539da
+ pkgver = 0.16.1.r0.g6d16c51
pkgrel = 1
url = https://github.com/jp9000/obs-studio
- install = obs-studio-git.install
arch = i686
arch = x86_64
license = GPL2
@@ -22,7 +21,7 @@ pkgbase = obs-studio-git
depends = libxkbcommon-x11
depends = qt5-x11extras
depends = curl
- depends = hicolor-icon-theme
+ depends = gtk-update-icon-cache
optdepends = libfdk-aac: FDK AAC codec support
optdepends = libxcomposite: XComposite capture support
optdepends = jack: JACK Support
diff --git a/PKGBUILD b/PKGBUILD
index ea34743c3b15..5e0c10d723a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
# Contributor: ledti <antergist at gmail dot com>
pkgname=obs-studio-git
-pkgver=0.15.4.r33.g07539da
+pkgver=0.16.1.r0.g6d16c51
pkgrel=1
pkgdesc="Free and open source software for video recording and live streaming."
arch=("i686" "x86_64")
url="https://github.com/jp9000/obs-studio"
license=("GPL2")
depends=("ffmpeg" "jansson" "libxinerama" "libxkbcommon-x11"
- "qt5-x11extras" "curl" "hicolor-icon-theme")
+ "qt5-x11extras" "curl" "gtk-update-icon-cache")
makedepends=("cmake" "git" "libfdk-aac" "libxcomposite" "x264" "jack" "vlc")
optdepends=("libfdk-aac: FDK AAC codec support"
"libxcomposite: XComposite capture support"
@@ -19,7 +19,6 @@ optdepends=("libfdk-aac: FDK AAC codec support"
"vlc: VLC Media Source")
provides=("obs-studio")
conflicts=("obs-studio")
-install=$pkgname.install
source=("$pkgname::git+https://github.com/jp9000/obs-studio.git#branch=master")
md5sums=("SKIP")
diff --git a/obs-studio-git.install b/obs-studio-git.install
deleted file mode 100644
index 1a05f573e594..000000000000
--- a/obs-studio-git.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}