Date: Wednesday, July 29, 2015 @ 09:55:38
  Author: arojas
Revision: 242742

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  libkface/repos/kde-unstable-i686/
  libkface/repos/kde-unstable-i686/PKGBUILD
    (from rev 242741, libkface/kde-unstable/PKGBUILD)
  libkface/repos/kde-unstable-i686/libkface.install
    (from rev 242741, libkface/kde-unstable/libkface.install)
  libkface/repos/kde-unstable-x86_64/
  libkface/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242741, libkface/kde-unstable/PKGBUILD)
  libkface/repos/kde-unstable-x86_64/libkface.install
    (from rev 242741, libkface/kde-unstable/libkface.install)

--------------------------------------+
 kde-unstable-i686/PKGBUILD           |   34 +++++++++++++++++++++++++++++++++
 kde-unstable-i686/libkface.install   |   11 ++++++++++
 kde-unstable-x86_64/PKGBUILD         |   34 +++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/libkface.install |   11 ++++++++++
 4 files changed, 90 insertions(+)

Copied: libkface/repos/kde-unstable-i686/PKGBUILD (from rev 242741, 
libkface/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD                          (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 07:55:38 UTC (rev 242742)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=libkface
+pkgver=15.07.80
+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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6c145d346b8e7473c0b8e01abe57277640c79a27')
+
+prepare() {
+  mkdir 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: libkface/repos/kde-unstable-i686/libkface.install (from rev 242741, 
libkface/kde-unstable/libkface.install)
===================================================================
--- kde-unstable-i686/libkface.install                          (rev 0)
+++ kde-unstable-i686/libkface.install  2015-07-29 07:55:38 UTC (rev 242742)
@@ -0,0 +1,11 @@
+post_install() {
+       xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+       post_install
+}
+
+post_remove() {
+       post_install
+}

Copied: libkface/repos/kde-unstable-x86_64/PKGBUILD (from rev 242741, 
libkface/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2015-07-29 07:55:38 UTC (rev 242742)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=libkface
+pkgver=15.07.80
+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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";)
+sha1sums=('6c145d346b8e7473c0b8e01abe57277640c79a27')
+
+prepare() {
+  mkdir 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: libkface/repos/kde-unstable-x86_64/libkface.install (from rev 242741, 
libkface/kde-unstable/libkface.install)
===================================================================
--- kde-unstable-x86_64/libkface.install                                (rev 0)
+++ kde-unstable-x86_64/libkface.install        2015-07-29 07:55:38 UTC (rev 
242742)
@@ -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