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

Felix Yan fyan at archlinux.org
Thu Apr 28 16:18:18 UTC 2016


    Date: Thursday, April 28, 2016 @ 18:18:18
  Author: fyan
Revision: 266535

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

Added:
  libkface/repos/extra-i686/PKGBUILD
    (from rev 266534, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/PKGBUILD
    (from rev 266534, libkface/trunk/PKGBUILD)
Deleted:
  libkface/repos/extra-i686/PKGBUILD
  libkface/repos/extra-i686/libkface.install
  libkface/repos/extra-x86_64/PKGBUILD
  libkface/repos/extra-x86_64/libkface.install

-------------------------------+
 /PKGBUILD                     |   86 ++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD           |   44 --------------------
 extra-i686/libkface.install   |   11 -----
 extra-x86_64/PKGBUILD         |   44 --------------------
 extra-x86_64/libkface.install |   11 -----
 5 files changed, 86 insertions(+), 110 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-28 16:17:26 UTC (rev 266534)
+++ extra-i686/PKGBUILD	2016-04-28 16:18:18 UTC (rev 266535)
@@ -1,44 +0,0 @@
-# $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=16.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=(qt5-base opencv)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
-	libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
-sha1sums=('f8fe1be7327ff8bceaf754cd38a0c12328986212'
-          '35f1b3aa533b384a7a8da460209d843b7c49fa30')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
-  cd $pkgname-$pkgver
-  patch -p1 -i ../libkface-opencv3.1.patch
-}
-
-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 \
-    -DENABLE_OPENCV3=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkface/repos/extra-i686/PKGBUILD (from rev 266534, libkface/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-28 16:18:18 UTC (rev 266535)
@@ -0,0 +1,43 @@
+# $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=16.04.0
+pkgrel=2
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
+url="https://www.kde.org/applications/graphics/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+	libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
+sha1sums=('f8fe1be7327ff8bceaf754cd38a0c12328986212'
+          '35f1b3aa533b384a7a8da460209d843b7c49fa30')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
+  cd $pkgname-$pkgver
+  patch -p1 -i ../libkface-opencv3.1.patch
+}
+
+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 \
+    -DENABLE_OPENCV3=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/libkface.install
===================================================================
--- extra-i686/libkface.install	2016-04-28 16:17:26 UTC (rev 266534)
+++ extra-i686/libkface.install	2016-04-28 16:18:18 UTC (rev 266535)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-04-28 16:17:26 UTC (rev 266534)
+++ extra-x86_64/PKGBUILD	2016-04-28 16:18:18 UTC (rev 266535)
@@ -1,44 +0,0 @@
-# $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=16.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=(qt5-base opencv)
-makedepends=(extra-cmake-modules)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
-	libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
-sha1sums=('f8fe1be7327ff8bceaf754cd38a0c12328986212'
-          '35f1b3aa533b384a7a8da460209d843b7c49fa30')
-
-prepare() {
-  mkdir -p build
-
-# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
-  cd $pkgname-$pkgver
-  patch -p1 -i ../libkface-opencv3.1.patch
-}
-
-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 \
-    -DENABLE_OPENCV3=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkface/repos/extra-x86_64/PKGBUILD (from rev 266534, libkface/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-28 16:18:18 UTC (rev 266535)
@@ -0,0 +1,43 @@
+# $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=16.04.0
+pkgrel=2
+pkgdesc="A Qt/C++ wrapper around LibFace library to perform face recognition and detection over pictures"
+url="https://www.kde.org/applications/graphics/"
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base opencv)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
+	libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/")
+sha1sums=('f8fe1be7327ff8bceaf754cd38a0c12328986212'
+          '35f1b3aa533b384a7a8da460209d843b7c49fa30')
+
+prepare() {
+  mkdir -p build
+
+# Fix build with opencv 3.1 https://bugs.kde.org/show_bug.cgi?id=358910
+  cd $pkgname-$pkgver
+  patch -p1 -i ../libkface-opencv3.1.patch
+}
+
+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 \
+    -DENABLE_OPENCV3=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/libkface.install
===================================================================
--- extra-x86_64/libkface.install	2016-04-28 16:17:26 UTC (rev 266534)
+++ extra-x86_64/libkface.install	2016-04-28 16:18:18 UTC (rev 266535)
@@ -1,11 +0,0 @@
-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