[arch-commits] Commit in (4 files)

Antonio Rojas arojas at archlinux.org
Mon Sep 14 14:48:58 UTC 2015


    Date: Monday, September 14, 2015 @ 16:48:58
  Author: arojas
Revision: 140089

Add kamoso (102 votes)

Added:
  kamoso/
  kamoso/trunk/
  kamoso/trunk/PKGBUILD
  kamoso/trunk/kamoso.install

----------------+
 PKGBUILD       |   39 +++++++++++++++++++++++++++++++++++++++
 kamoso.install |   13 +++++++++++++
 2 files changed, 52 insertions(+)

Added: kamoso/trunk/PKGBUILD
===================================================================
--- kamoso/trunk/PKGBUILD	                        (rev 0)
+++ kamoso/trunk/PKGBUILD	2015-09-14 14:48:58 UTC (rev 140089)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: birdflesh <antkoul at gmail dot com>
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net>
+
+pkgname=kamoso
+pkgver=3.0
+pkgrel=1
+pkgdesc="A webcam recorder from KDE community"
+url="https://userbase.kde.org/Kamoso"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(qt5-gstreamer purpose)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz")
+install=$pkgname.install
+md5sums=('29f09cf9f6c6cb14989c3c0a8580d175')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build 
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF 
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}
+


Property changes on: kamoso/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: kamoso/trunk/kamoso.install
===================================================================
--- kamoso/trunk/kamoso.install	                        (rev 0)
+++ kamoso/trunk/kamoso.install	2015-09-14 14:48:58 UTC (rev 140089)
@@ -0,0 +1,13 @@
+post_install() {
+        xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+        update-desktop-database -q
+}
+
+post_upgrade() {
+        post_install
+}
+
+post_remove() {
+        post_install
+}
+



More information about the arch-commits mailing list