[arch-commits] Commit in (5 files)

Kyle Keen kkeen at nymeria.archlinux.org
Sat Feb 22 04:32:08 UTC 2014


    Date: Saturday, February 22, 2014 @ 05:32:07
  Author: kkeen
Revision: 106079

pkginit: simplescreenrecorder-0.2.0-2

Added:
  simplescreenrecorder/
  simplescreenrecorder/repos/
  simplescreenrecorder/trunk/
  simplescreenrecorder/trunk/PKGBUILD
  simplescreenrecorder/trunk/simplescreenrecorder.install

------------------------------+
 PKGBUILD                     |   29 +++++++++++++++++++++++++++++
 simplescreenrecorder.install |   11 +++++++++++
 2 files changed, 40 insertions(+)

Added: simplescreenrecorder/trunk/PKGBUILD
===================================================================
--- simplescreenrecorder/trunk/PKGBUILD	                        (rev 0)
+++ simplescreenrecorder/trunk/PKGBUILD	2014-02-22 04:32:07 UTC (rev 106079)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Maarten Baert
+
+pkgname=simplescreenrecorder
+pkgver=0.2.0
+pkgrel=2
+pkgdesc="A feature-rich screen recorder that supports X11 and OpenGL."
+arch=("i686" "x86_64")
+url="http://www.maartenbaert.be/simplescreenrecorder/"
+license=("GPL3")
+depends=("qt4" "ffmpeg" "ffmpeg-compat" "alsa-lib" "libpulse" "jack" "libgl" "glu" "libx11" "libxext" "libxfixes")
+optdepends=("lib32-simplescreenrecorder: OpenGL recording of 32-bit applications")
+makedepends=("git")
+source=("git+https://github.com/MaartenBaert/ssr.git#tag=0.2.0")
+md5sums=("SKIP")
+
+options=("!libtool")
+install=simplescreenrecorder.install
+
+build() {
+  cd ssr
+  ./configure --prefix=/usr --disable-assert
+  make
+}
+package() {
+  cd ssr
+  make DESTDIR="${pkgdir}" install
+}


Property changes on: simplescreenrecorder/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: simplescreenrecorder/trunk/simplescreenrecorder.install
===================================================================
--- simplescreenrecorder/trunk/simplescreenrecorder.install	                        (rev 0)
+++ simplescreenrecorder/trunk/simplescreenrecorder.install	2014-02-22 04:32:07 UTC (rev 106079)
@@ -0,0 +1,11 @@
+post_install() {
+	update-desktop-database -q
+	gtk-update-icon-cache -q -f usr/share/icons/hicolor
+	ldconfig
+}
+post_upgrade() {
+	post_install
+}
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list