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

Felix Yan fyan at archlinux.org
Wed Feb 4 04:25:57 UTC 2015


    Date: Wednesday, February 4, 2015 @ 05:25:57
  Author: fyan
Revision: 230449

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

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

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

Copied: libkface/repos/testing-i686/PKGBUILD (from rev 230448, libkface/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-02-04 04:25:57 UTC (rev 230449)
@@ -0,0 +1,32 @@
+# $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.2
+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=('84615f07d000a3ccdf57ec63012596ca1967a63d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkface/repos/testing-i686/libkface.install (from rev 230448, libkface/trunk/libkface.install)
===================================================================
--- testing-i686/libkface.install	                        (rev 0)
+++ testing-i686/libkface.install	2015-02-04 04:25:57 UTC (rev 230449)
@@ -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 230448, libkface/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-02-04 04:25:57 UTC (rev 230449)
@@ -0,0 +1,32 @@
+# $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.2
+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=('84615f07d000a3ccdf57ec63012596ca1967a63d')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: libkface/repos/testing-x86_64/libkface.install (from rev 230448, libkface/trunk/libkface.install)
===================================================================
--- testing-x86_64/libkface.install	                        (rev 0)
+++ testing-x86_64/libkface.install	2015-02-04 04:25:57 UTC (rev 230449)
@@ -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