[arch-commits] Commit in kamoso/repos (6 files)

Allan McRae allan at archlinux.org
Tue Dec 8 13:05:38 UTC 2015


    Date: Tuesday, December 8, 2015 @ 14:05:38
  Author: allan
Revision: 150310

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  kamoso/repos/community-staging-i686/
  kamoso/repos/community-staging-i686/PKGBUILD
    (from rev 150309, kamoso/trunk/PKGBUILD)
  kamoso/repos/community-staging-i686/kamoso.install
    (from rev 150309, kamoso/trunk/kamoso.install)
  kamoso/repos/community-staging-x86_64/
  kamoso/repos/community-staging-x86_64/PKGBUILD
    (from rev 150309, kamoso/trunk/PKGBUILD)
  kamoso/repos/community-staging-x86_64/kamoso.install
    (from rev 150309, kamoso/trunk/kamoso.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   39 ++++++++++++++++++++++++++++++
 community-staging-i686/kamoso.install   |   13 ++++++++++
 community-staging-x86_64/PKGBUILD       |   39 ++++++++++++++++++++++++++++++
 community-staging-x86_64/kamoso.install |   13 ++++++++++
 4 files changed, 104 insertions(+)

Copied: kamoso/repos/community-staging-i686/PKGBUILD (from rev 150309, kamoso/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-08 13:05:38 UTC (rev 150310)
@@ -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.1.0
+pkgrel=2
+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=('923af7f7e13caec1082efd9a04670409')
+
+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
+}
+

Copied: kamoso/repos/community-staging-i686/kamoso.install (from rev 150309, kamoso/trunk/kamoso.install)
===================================================================
--- community-staging-i686/kamoso.install	                        (rev 0)
+++ community-staging-i686/kamoso.install	2015-12-08 13:05:38 UTC (rev 150310)
@@ -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
+}
+

Copied: kamoso/repos/community-staging-x86_64/PKGBUILD (from rev 150309, kamoso/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-08 13:05:38 UTC (rev 150310)
@@ -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.1.0
+pkgrel=2
+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=('923af7f7e13caec1082efd9a04670409')
+
+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
+}
+

Copied: kamoso/repos/community-staging-x86_64/kamoso.install (from rev 150309, kamoso/trunk/kamoso.install)
===================================================================
--- community-staging-x86_64/kamoso.install	                        (rev 0)
+++ community-staging-x86_64/kamoso.install	2015-12-08 13:05:38 UTC (rev 150310)
@@ -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