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

Felix Yan fyan at archlinux.org
Wed Mar 4 10:16:17 UTC 2015


    Date: Wednesday, March 4, 2015 @ 11:16:17
  Author: fyan
Revision: 232561

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

Added:
  libkface/repos/testing-i686/
  libkface/repos/testing-i686/PKGBUILD
    (from rev 232560, libkface/trunk/PKGBUILD)
  libkface/repos/testing-i686/libkface.install
    (from rev 232560, libkface/trunk/libkface.install)
  libkface/repos/testing-x86_64/
  libkface/repos/testing-x86_64/PKGBUILD
    (from rev 232560, libkface/trunk/PKGBUILD)
  libkface/repos/testing-x86_64/libkface.install
    (from rev 232560, libkface/trunk/libkface.install)

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

Copied: libkface/repos/testing-i686/PKGBUILD (from rev 232560, libkface/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-03-04 10:16:17 UTC (rev 232561)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkface
+pkgver=14.12.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')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('52e69d2dd947b0ce8e25d1ff503773d2009337ae')
+
+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/testing-i686/libkface.install (from rev 232560, libkface/trunk/libkface.install)
===================================================================
--- testing-i686/libkface.install	                        (rev 0)
+++ testing-i686/libkface.install	2015-03-04 10:16:17 UTC (rev 232561)
@@ -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/testing-x86_64/PKGBUILD (from rev 232560, libkface/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-03-04 10:16:17 UTC (rev 232561)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkface
+pkgver=14.12.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')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('52e69d2dd947b0ce8e25d1ff503773d2009337ae')
+
+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/testing-x86_64/libkface.install (from rev 232560, libkface/trunk/libkface.install)
===================================================================
--- testing-x86_64/libkface.install	                        (rev 0)
+++ testing-x86_64/libkface.install	2015-03-04 10:16:17 UTC (rev 232561)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list