Date: Monday, December 7, 2015 @ 06:57:11
  Author: foutrelis
Revision: 253219

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

Added:
  libkface4/repos/staging-i686/
  libkface4/repos/staging-i686/PKGBUILD
    (from rev 253218, libkface4/trunk/PKGBUILD)
  libkface4/repos/staging-i686/libkface4.install
    (from rev 253218, libkface4/trunk/libkface4.install)
  libkface4/repos/staging-x86_64/
  libkface4/repos/staging-x86_64/PKGBUILD
    (from rev 253218, libkface4/trunk/PKGBUILD)
  libkface4/repos/staging-x86_64/libkface4.install
    (from rev 253218, 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 253218, 
libkface4/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2015-12-07 05:57:11 UTC (rev 253219)
@@ -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=2
+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 253218, 
libkface4/trunk/libkface4.install)
===================================================================
--- staging-i686/libkface4.install                              (rev 0)
+++ staging-i686/libkface4.install      2015-12-07 05:57:11 UTC (rev 253219)
@@ -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 253218, 
libkface4/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2015-12-07 05:57:11 UTC (rev 253219)
@@ -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=2
+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 253218, 
libkface4/trunk/libkface4.install)
===================================================================
--- staging-x86_64/libkface4.install                            (rev 0)
+++ staging-x86_64/libkface4.install    2015-12-07 05:57:11 UTC (rev 253219)
@@ -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