[arch-commits] Commit in libkface/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 10 18:53:56 UTC 2015
Date: Friday, April 10, 2015 @ 20:53:56
Author: arojas
Revision: 236081
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
libkface/repos/staging-i686/
libkface/repos/staging-i686/PKGBUILD
(from rev 236080, libkface/trunk/PKGBUILD)
libkface/repos/staging-i686/libkface.install
(from rev 236080, libkface/trunk/libkface.install)
libkface/repos/staging-x86_64/
libkface/repos/staging-x86_64/PKGBUILD
(from rev 236080, libkface/trunk/PKGBUILD)
libkface/repos/staging-x86_64/libkface.install
(from rev 236080, libkface/trunk/libkface.install)
---------------------------------+
staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-i686/libkface.install | 11 +++++++++++
staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-x86_64/libkface.install | 11 +++++++++++
4 files changed, 90 insertions(+)
Copied: libkface/repos/staging-i686/PKGBUILD (from rev 236080, libkface/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-04-10 18:53:56 UTC (rev 236081)
@@ -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=15.04.0
+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=('5e208bfde9315de177bb1bf1bbaac68faae38a2e')
+
+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/staging-i686/libkface.install (from rev 236080, libkface/trunk/libkface.install)
===================================================================
--- staging-i686/libkface.install (rev 0)
+++ staging-i686/libkface.install 2015-04-10 18:53:56 UTC (rev 236081)
@@ -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/staging-x86_64/PKGBUILD (from rev 236080, libkface/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-04-10 18:53:56 UTC (rev 236081)
@@ -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=15.04.0
+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=('5e208bfde9315de177bb1bf1bbaac68faae38a2e')
+
+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/staging-x86_64/libkface.install (from rev 236080, libkface/trunk/libkface.install)
===================================================================
--- staging-x86_64/libkface.install (rev 0)
+++ staging-x86_64/libkface.install 2015-04-10 18:53:56 UTC (rev 236081)
@@ -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