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

Antonio Rojas arojas at archlinux.org
Thu Nov 19 21:09:35 UTC 2015


    Date: Thursday, November 19, 2015 @ 22:09:34
  Author: arojas
Revision: 251374

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

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

---------------------------------+
 staging-i686/PKGBUILD           |   37 +++++++++++++++++++++++++++++++++++++
 staging-i686/libkface.install   |   11 +++++++++++
 staging-x86_64/PKGBUILD         |   37 +++++++++++++++++++++++++++++++++++++
 staging-x86_64/libkface.install |   11 +++++++++++
 4 files changed, 96 insertions(+)

Copied: libkface/repos/staging-i686/PKGBUILD (from rev 251373, libkface/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-11-19 21:09:34 UTC (rev 251374)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkface
+pkgver=15.11.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=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('0d0c3935578c63b592432ac594840e00886a9115')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkface/repos/staging-i686/libkface.install (from rev 251373, libkface/kde-unstable/libkface.install)
===================================================================
--- staging-i686/libkface.install	                        (rev 0)
+++ staging-i686/libkface.install	2015-11-19 21:09:34 UTC (rev 251374)
@@ -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 251373, libkface/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-11-19 21:09:34 UTC (rev 251374)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkface
+pkgver=15.11.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=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('0d0c3935578c63b592432ac594840e00886a9115')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Copied: libkface/repos/staging-x86_64/libkface.install (from rev 251373, libkface/kde-unstable/libkface.install)
===================================================================
--- staging-x86_64/libkface.install	                        (rev 0)
+++ staging-x86_64/libkface.install	2015-11-19 21:09:34 UTC (rev 251374)
@@ -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