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

Antonio Rojas arojas at archlinux.org
Tue Mar 15 12:06:34 UTC 2016


    Date: Tuesday, March 15, 2016 @ 13:06:33
  Author: arojas
Revision: 261667

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

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

---------------------------------+
 /PKGBUILD                       |   88 ++++++++++++++++++++++++++++++++++++++
 /libkface.install               |   22 +++++++++
 testing-i686/PKGBUILD           |   44 -------------------
 testing-i686/libkface.install   |   11 ----
 testing-x86_64/PKGBUILD         |   44 -------------------
 testing-x86_64/libkface.install |   11 ----
 6 files changed, 110 insertions(+), 110 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2016-03-15 11:26:12 UTC (rev 261666)
+++ testing-i686/PKGBUILD	2016-03-15 12:06:33 UTC (rev 261667)
@@ -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=15.12.2
-pkgrel=2
-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=('374d960f3c4072c2268547c6fe11d111d8e4bce1'
-          '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/testing-i686/PKGBUILD (from rev 261666, libkface/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-03-15 12:06:33 UTC (rev 261667)
@@ -0,0 +1,44 @@
+# $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.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=(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=('d18111894488ecc164e043ca14f6052656007b81'
+          '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: testing-i686/libkface.install
===================================================================
--- testing-i686/libkface.install	2016-03-15 11:26:12 UTC (rev 261666)
+++ testing-i686/libkface.install	2016-03-15 12:06:33 UTC (rev 261667)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: libkface/repos/testing-i686/libkface.install (from rev 261666, libkface/trunk/libkface.install)
===================================================================
--- testing-i686/libkface.install	                        (rev 0)
+++ testing-i686/libkface.install	2016-03-15 12:06:33 UTC (rev 261667)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2016-03-15 11:26:12 UTC (rev 261666)
+++ testing-x86_64/PKGBUILD	2016-03-15 12:06:33 UTC (rev 261667)
@@ -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=15.12.2
-pkgrel=2
-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=('374d960f3c4072c2268547c6fe11d111d8e4bce1'
-          '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/testing-x86_64/PKGBUILD (from rev 261666, libkface/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-03-15 12:06:33 UTC (rev 261667)
@@ -0,0 +1,44 @@
+# $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.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=(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=('d18111894488ecc164e043ca14f6052656007b81'
+          '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: testing-x86_64/libkface.install
===================================================================
--- testing-x86_64/libkface.install	2016-03-15 11:26:12 UTC (rev 261666)
+++ testing-x86_64/libkface.install	2016-03-15 12:06:33 UTC (rev 261667)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: libkface/repos/testing-x86_64/libkface.install (from rev 261666, libkface/trunk/libkface.install)
===================================================================
--- testing-x86_64/libkface.install	                        (rev 0)
+++ testing-x86_64/libkface.install	2016-03-15 12:06:33 UTC (rev 261667)
@@ -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