Date: Tuesday, November 10, 2015 @ 22:29:15
  Author: arojas
Revision: 250586

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

Added:
  libkface4/repos/
  libkface4/repos/staging-i686/
  libkface4/repos/staging-i686/PKGBUILD
    (from rev 250585, libkface4/trunk/PKGBUILD)
  libkface4/repos/staging-i686/libkface4.install
    (from rev 250585, libkface4/trunk/libkface4.install)
  libkface4/repos/staging-x86_64/
  libkface4/repos/staging-x86_64/PKGBUILD
    (from rev 250585, libkface4/trunk/PKGBUILD)
  libkface4/repos/staging-x86_64/libkface4.install
    (from rev 250585, libkface4/trunk/libkface4.install)

----------------------------------+
 staging-i686/PKGBUILD            |   38 +++++++++++++++++++++++++++++++++++++
 staging-i686/libkface4.install   |   11 ++++++++++
 staging-x86_64/PKGBUILD          |   38 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/libkface4.install |   11 ++++++++++
 4 files changed, 98 insertions(+)

Copied: libkface4/repos/staging-i686/PKGBUILD (from rev 250585, 
libkface4/trunk/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD                         (rev 0)
+++ repos/staging-i686/PKGBUILD 2015-11-10 21:29:15 UTC (rev 250586)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkface4
+_pkgname=libkface
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs opencv)
+makedepends=(cmake automoc4)
+replaces=('libkface<15.11')
+conflicts=('libkface<15.11')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
+sha1sums=('cc65ff362ffad872917aac0a184c6903a90b3cbe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkface4/repos/staging-i686/libkface4.install (from rev 250585, 
libkface4/trunk/libkface4.install)
===================================================================
--- repos/staging-i686/libkface4.install                                (rev 0)
+++ repos/staging-i686/libkface4.install        2015-11-10 21:29:15 UTC (rev 
250586)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: libkface4/repos/staging-x86_64/PKGBUILD (from rev 250585, 
libkface4/trunk/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD                               (rev 0)
+++ repos/staging-x86_64/PKGBUILD       2015-11-10 21:29:15 UTC (rev 250586)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas <[email protected]>
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=libkface4
+_pkgname=libkface
+pkgver=15.08.3
+pkgrel=1
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection over pictures"
+url="https://projects.kde.org/projects/kde/kdegraphics/libs/libkface";
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs opencv)
+makedepends=(cmake automoc4)
+replaces=('libkface<15.11')
+conflicts=('libkface<15.11')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz";)
+sha1sums=('cc65ff362ffad872917aac0a184c6903a90b3cbe')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkface4/repos/staging-x86_64/libkface4.install (from rev 250585, 
libkface4/trunk/libkface4.install)
===================================================================
--- repos/staging-x86_64/libkface4.install                              (rev 0)
+++ repos/staging-x86_64/libkface4.install      2015-11-10 21:29:15 UTC (rev 
250586)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Reply via email to