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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:26:50
  Author: arojas
Revision: 265372

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

Added:
  libkface/repos/kde-unstable-i686/PKGBUILD
(from rev 265371, libkface/trunk/PKGBUILD)
  libkface/repos/kde-unstable-i686/libkface.install
(from rev 265371, libkface/trunk/libkface.install)
  libkface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265371, libkface/trunk/PKGBUILD)
  libkface/repos/kde-unstable-x86_64/libkface.install
(from rev 265371, libkface/trunk/libkface.install)
Deleted:
  libkface/repos/kde-unstable-i686/PKGBUILD
  libkface/repos/kde-unstable-i686/libkface.install
  libkface/repos/kde-unstable-x86_64/PKGBUILD
  libkface/repos/kde-unstable-x86_64/libkface.install

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:26:34 UTC (rev 265371)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:50 UTC (rev 265372)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=16.03.90
-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;
-   
libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/;)
-sha1sums=('c107e4ab9c1230cb1fad1cc1e3f74f09bd8b3a51'
-  '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/kde-unstable-i686/PKGBUILD (from rev 265371, 
libkface/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:26:50 UTC (rev 265372)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2016-04-19 12:26:34 UTC (rev 265371)
+++ kde-unstable-i686/libkface.install  2016-04-19 12:26:50 UTC (rev 265372)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}

Copied: 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:16:34
  Author: arojas
Revision: 264134

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:16:11 UTC (rev 264133)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:34 UTC (rev 264134)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=16.03.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;
-   
libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/;)
-sha1sums=('b40cac7f3d86f05240fbcf79bd26c57f9d0384dd'
-  '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/kde-unstable-i686/PKGBUILD (from rev 264133, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:16:34 UTC (rev 264134)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=16.03.90
+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;
+   
libkface-opencv3.1.patch::"https://git.reviewboard.kde.org/r/126833/diff/raw/;)
+sha1sums=('c107e4ab9c1230cb1fad1cc1e3f74f09bd8b3a51'
+  '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: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2016-04-08 07:16:11 UTC (rev 264133)
+++ kde-unstable-i686/libkface.install  2016-04-08 07:16:34 UTC (rev 264134)
@@ -1,11 +0,0 @@
-post_install() {
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   

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

2016-03-15 Thread Antonio Rojas
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 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-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 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+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)

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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:25:07
  Author: arojas
Revision: 258079

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 258078, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 258078, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 258078, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 258078, libkface/trunk/libkface.install)
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 |   74 
 /libkface.install |   22 +++
 extra-i686/PKGBUILD   |   37 
 extra-i686/libkface.install   |   11 -
 extra-x86_64/PKGBUILD |   37 
 extra-x86_64/libkface.install |   11 -
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 08:23:50 UTC (rev 258078)
+++ extra-i686/PKGBUILD 2016-01-12 08:25:07 UTC (rev 258079)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.12.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;)
-sha1sums=('2b19fa4fd87e4226c327c6e9c0362d8dc7903654')
-
-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/extra-i686/PKGBUILD (from rev 258078, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:25:07 UTC (rev 258079)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.12.1
+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;)
+sha1sums=('2eb3d01b68efd034d960ce3149032cfbb0f31400')
+
+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
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2016-01-12 08:23:50 UTC (rev 258078)
+++ extra-i686/libkface.install 2016-01-12 08:25:07 UTC (rev 258079)
@@ -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/extra-i686/libkface.install (from rev 258078, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2016-01-12 08:25:07 UTC (rev 258079)
@@ -0,0 +1,11 @@
+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-01-12 08:23:50 UTC (rev 258078)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:25:07 UTC (rev 258079)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: 

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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 09:03:16
  Author: arojas
Revision: 256400

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

Added:
  libkface/repos/kde-unstable-i686/PKGBUILD
(from rev 256399, libkface/trunk/PKGBUILD)
  libkface/repos/kde-unstable-i686/libkface.install
(from rev 256399, libkface/trunk/libkface.install)
  libkface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 256399, libkface/trunk/PKGBUILD)
  libkface/repos/kde-unstable-x86_64/libkface.install
(from rev 256399, libkface/trunk/libkface.install)
Deleted:
  libkface/repos/kde-unstable-i686/PKGBUILD
  libkface/repos/kde-unstable-i686/libkface.install
  libkface/repos/kde-unstable-x86_64/PKGBUILD
  libkface/repos/kde-unstable-x86_64/libkface.install

--+
 /PKGBUILD|   74 +
 /libkface.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libkface.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libkface.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 08:02:59 UTC (rev 256399)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:03:16 UTC (rev 256400)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.11.90
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-sha1sums=('f547fe0a9a7b3c512616141f6520cd9b3685a671')
-
-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/kde-unstable-i686/PKGBUILD (from rev 256399, 
libkface/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:03:16 UTC (rev 256400)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.12.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;)
+sha1sums=('2b19fa4fd87e4226c327c6e9c0362d8dc7903654')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-12-16 08:02:59 UTC (rev 256399)
+++ kde-unstable-i686/libkface.install  2015-12-16 08:03:16 UTC (rev 256400)
@@ -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/kde-unstable-i686/libkface.install (from rev 256399, 
libkface/trunk/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-12-16 08:03:16 UTC (rev 256400)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- 

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

2015-12-08 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 08:57:52
  Author: arojas
Revision: 254925

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

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

--+
 /PKGBUILD|   74 +
 /libkface.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libkface.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libkface.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 07:57:30 UTC (rev 254924)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:52 UTC (rev 254925)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.11.90
-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=('f547fe0a9a7b3c512616141f6520cd9b3685a671')
-
-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/kde-unstable-i686/PKGBUILD (from rev 254924, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 07:57:52 UTC (rev 254925)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+sha1sums=('f547fe0a9a7b3c512616141f6520cd9b3685a671')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-12-09 07:57:30 UTC (rev 254924)
+++ kde-unstable-i686/libkface.install  2015-12-09 07:57:52 UTC (rev 254925)
@@ -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/kde-unstable-i686/libkface.install (from rev 254924, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-12-09 07:57:52 UTC (rev 254925)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:37:39
  Author: arojas
Revision: 252273

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

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

--+
 /PKGBUILD|   74 +
 /libkface.install|   22 +
 kde-unstable-i686/PKGBUILD   |   37 
 kde-unstable-i686/libkface.install   |   11 
 kde-unstable-x86_64/PKGBUILD |   37 
 kde-unstable-x86_64/libkface.install |   11 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:37:20 UTC (rev 252272)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:37:39 UTC (rev 252273)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-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/kde-unstable-i686/PKGBUILD (from rev 252272, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:37:39 UTC (rev 252273)
@@ -0,0 +1,37 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.11.90
+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=('f547fe0a9a7b3c512616141f6520cd9b3685a671')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-12-03 20:37:20 UTC (rev 252272)
+++ kde-unstable-i686/libkface.install  2015-12-03 20:37:39 UTC (rev 252273)
@@ -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/kde-unstable-i686/libkface.install (from rev 252272, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-12-03 20:37:39 UTC (rev 252273)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 22:59:43
  Author: arojas
Revision: 250413

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 250412, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 250412, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 250412, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 250412, libkface/trunk/libkface.install)
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 |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 21:59:24 UTC (rev 250412)
+++ extra-i686/PKGBUILD 2015-11-09 21:59:43 UTC (rev 250413)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.08.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=('b7e6dc3e8684e01cbfc70c1dd0c6265f62e60e89')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 250412, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 21:59:43 UTC (rev 250413)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.08.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=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('cc65ff362ffad872917aac0a184c6903a90b3cbe')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-11-09 21:59:24 UTC (rev 250412)
+++ extra-i686/libkface.install 2015-11-09 21:59:43 UTC (rev 250413)
@@ -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/extra-i686/libkface.install (from rev 250412, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-11-09 21:59:43 UTC (rev 250413)
@@ -0,0 +1,11 @@
+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   2015-11-09 21:59:24 UTC (rev 250412)
+++ extra-x86_64/PKGBUILD   2015-11-09 21:59:43 UTC (rev 250413)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.08.2
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to 

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:42:05
  Author: arojas
Revision: 249098

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 249097, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 249097, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 249097, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 249097, libkface/trunk/libkface.install)
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 |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:41:47 UTC (rev 249097)
+++ extra-i686/PKGBUILD 2015-10-13 07:42:05 UTC (rev 249098)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.08.1
-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=('de4fce239eac323696a38af5e5363e67e164c4c1')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 249097, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:42:05 UTC (rev 249098)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkface
+pkgver=15.08.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=('b7e6dc3e8684e01cbfc70c1dd0c6265f62e60e89')
+
+prepare() {
+  mkdir -p 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
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-10-13 07:41:47 UTC (rev 249097)
+++ extra-i686/libkface.install 2015-10-13 07:42:05 UTC (rev 249098)
@@ -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/extra-i686/libkface.install (from rev 249097, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-10-13 07:42:05 UTC (rev 249098)
@@ -0,0 +1,11 @@
+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   2015-10-13 07:41:47 UTC (rev 249097)
+++ extra-x86_64/PKGBUILD   2015-10-13 07:42:05 UTC (rev 249098)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkface
-pkgver=15.08.1
-pkgrel=1
-pkgdesc="A Qt/C++ wrapper around LibFace library to 

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 09:00:32
  Author: arojas
Revision: 244092

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

Added:
  libkface/repos/kde-unstable-i686/PKGBUILD
(from rev 244091, libkface/trunk/PKGBUILD)
  libkface/repos/kde-unstable-i686/libkface.install
(from rev 244091, libkface/trunk/libkface.install)
  libkface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 244091, libkface/trunk/PKGBUILD)
  libkface/repos/kde-unstable-x86_64/libkface.install
(from rev 244091, libkface/trunk/libkface.install)
Deleted:
  libkface/repos/kde-unstable-i686/PKGBUILD
  libkface/repos/kde-unstable-i686/libkface.install
  libkface/repos/kde-unstable-x86_64/PKGBUILD
  libkface/repos/kde-unstable-x86_64/libkface.install

--+
 /PKGBUILD|   68 +
 /libkface.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libkface.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libkface.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 07:00:14 UTC (rev 244091)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:00:32 UTC (rev 244092)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.07.90
-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/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('c89f0cfe8ad51a703a101e94bbdaa9ec42546ee2')
-
-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/kde-unstable-i686/PKGBUILD (from rev 244091, 
libkface/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:00:32 UTC (rev 244092)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.08.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=('d33f13ca5828de2b4cf90b3a73107f4c2d9913f0')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-08-19 07:00:14 UTC (rev 244091)
+++ kde-unstable-i686/libkface.install  2015-08-19 07:00:32 UTC (rev 244092)
@@ -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/kde-unstable-i686/libkface.install (from rev 244091, 
libkface/trunk/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-08-19 07:00:32 UTC (rev 244092)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-19 07:00:14 UTC (rev 244091)
+++ kde-unstable-x86_64/PKGBUILD2015-08-19 07:00:32 UTC (rev 244092)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: 

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:15:09
  Author: arojas
Revision: 243563

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

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

--+
 /PKGBUILD|   68 +
 /libkface.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libkface.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libkface.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:14:46 UTC (rev 243562)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:15:09 UTC (rev 243563)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.07.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=('kdelibs' 'opencv')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=(http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('6c145d346b8e7473c0b8e01abe57277640c79a27')
-
-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/kde-unstable-i686/PKGBUILD (from rev 243562, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:15:09 UTC (rev 243563)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.07.90
+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/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('c89f0cfe8ad51a703a101e94bbdaa9ec42546ee2')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-08-14 05:14:46 UTC (rev 243562)
+++ kde-unstable-i686/libkface.install  2015-08-14 05:15:09 UTC (rev 243563)
@@ -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/kde-unstable-i686/libkface.install (from rev 243562, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-08-14 05:15:09 UTC (rev 243563)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-08-14 05:14:46 UTC (rev 243562)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 05:15:09 UTC (rev 243563)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 22:17:54
  Author: arojas
Revision: 241491

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 241490, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 241490, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 241490, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 241490, libkface/trunk/libkface.install)
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 |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 20:17:40 UTC (rev 241490)
+++ extra-i686/PKGBUILD 2015-06-30 20:17:54 UTC (rev 241491)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.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=('7ce312f313a13e8bfd0ab07505239a59596d615f')
-
-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/extra-i686/PKGBUILD (from rev 241490, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:17:54 UTC (rev 241491)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.04.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=('kdelibs' 'opencv')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('00e5a288d91d92d31f61f187d265d40abbf7b4dd')
+
+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
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-06-30 20:17:40 UTC (rev 241490)
+++ extra-i686/libkface.install 2015-06-30 20:17:54 UTC (rev 241491)
@@ -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/extra-i686/libkface.install (from rev 241490, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-06-30 20:17:54 UTC (rev 241491)
@@ -0,0 +1,11 @@
+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   2015-06-30 20:17:40 UTC (rev 241490)
+++ extra-x86_64/PKGBUILD   2015-06-30 20:17:54 UTC (rev 241491)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.2
-pkgrel=1
-pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection 

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

2015-06-02 Thread Antonio Rojas
Date: Tuesday, June 2, 2015 @ 08:47:42
  Author: arojas
Revision: 240020

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 240019, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 240019, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 240019, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 240019, libkface/trunk/libkface.install)
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 |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-02 06:47:27 UTC (rev 240019)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:42 UTC (rev 240020)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.1
-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=('d55f0a7ff28c46b636274181d2034e4fa4885870')
-
-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/extra-i686/PKGBUILD (from rev 240019, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-02 06:47:42 UTC (rev 240020)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.04.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=('7ce312f313a13e8bfd0ab07505239a59596d615f')
+
+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
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-06-02 06:47:27 UTC (rev 240019)
+++ extra-i686/libkface.install 2015-06-02 06:47:42 UTC (rev 240020)
@@ -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/extra-i686/libkface.install (from rev 240019, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-06-02 06:47:42 UTC (rev 240020)
@@ -0,0 +1,11 @@
+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   2015-06-02 06:47:27 UTC (rev 240019)
+++ extra-x86_64/PKGBUILD   2015-06-02 06:47:42 UTC (rev 240020)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.1
-pkgrel=1
-pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection 

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

2015-05-12 Thread Antonio Rojas
Date: Tuesday, May 12, 2015 @ 09:15:11
  Author: arojas
Revision: 238988

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

Added:
  libkface/repos/extra-i686/PKGBUILD
(from rev 238987, libkface/trunk/PKGBUILD)
  libkface/repos/extra-i686/libkface.install
(from rev 238987, libkface/trunk/libkface.install)
  libkface/repos/extra-x86_64/PKGBUILD
(from rev 238987, libkface/trunk/PKGBUILD)
  libkface/repos/extra-x86_64/libkface.install
(from rev 238987, libkface/trunk/libkface.install)
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 |   68 
 /libkface.install |   22 
 extra-i686/PKGBUILD   |   34 
 extra-i686/libkface.install   |   11 --
 extra-x86_64/PKGBUILD |   34 
 extra-x86_64/libkface.install |   11 --
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-12 07:14:52 UTC (rev 238987)
+++ extra-i686/PKGBUILD 2015-05-12 07:15:11 UTC (rev 238988)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@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/extra-i686/PKGBUILD (from rev 238987, 
libkface/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-12 07:15:11 UTC (rev 238988)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.04.1
+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=('d55f0a7ff28c46b636274181d2034e4fa4885870')
+
+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
+}

Deleted: extra-i686/libkface.install
===
--- extra-i686/libkface.install 2015-05-12 07:14:52 UTC (rev 238987)
+++ extra-i686/libkface.install 2015-05-12 07:15:11 UTC (rev 238988)
@@ -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/extra-i686/libkface.install (from rev 238987, 
libkface/trunk/libkface.install)
===
--- extra-i686/libkface.install (rev 0)
+++ extra-i686/libkface.install 2015-05-12 07:15:11 UTC (rev 238988)
@@ -0,0 +1,11 @@
+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   2015-05-12 07:14:52 UTC (rev 238987)
+++ extra-x86_64/PKGBUILD   2015-05-12 07:15:11 UTC (rev 238988)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.04.0
-pkgrel=1
-pkgdesc=A Qt/C++ wrapper around LibFace library to perform face recognition 
and detection 

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

2015-03-27 Thread Antonio Rojas
Date: Friday, March 27, 2015 @ 09:14:36
  Author: arojas
Revision: 235020

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

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

--+
 /PKGBUILD|   68 +
 /libkface.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libkface.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libkface.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-27 08:14:15 UTC (rev 235019)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:14:36 UTC (rev 235020)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.03.95
-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/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('0259c8ffb39cc721801525873536755e40a0ebc5')
-
-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/kde-unstable-i686/PKGBUILD (from rev 235019, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-27 08:14:36 UTC (rev 235020)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.03.97
+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/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('ad51d2f84622eca18bdc1045a8343c4f43cb1d18')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-03-27 08:14:15 UTC (rev 235019)
+++ kde-unstable-i686/libkface.install  2015-03-27 08:14:36 UTC (rev 235020)
@@ -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/kde-unstable-i686/libkface.install (from rev 235019, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-03-27 08:14:36 UTC (rev 235020)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-27 08:14:15 UTC (rev 235019)
+++ kde-unstable-x86_64/PKGBUILD2015-03-27 08:14:36 UTC (rev 235020)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 

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

2015-03-20 Thread Antonio Rojas
Date: Friday, March 20, 2015 @ 21:40:35
  Author: arojas
Revision: 234267

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

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

--+
 /PKGBUILD|   68 +
 /libkface.install|   22 ++
 kde-unstable-i686/PKGBUILD   |   34 
 kde-unstable-i686/libkface.install   |   11 -
 kde-unstable-x86_64/PKGBUILD |   34 
 kde-unstable-x86_64/libkface.install |   11 -
 6 files changed, 90 insertions(+), 90 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-03-20 20:40:04 UTC (rev 234266)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:40:35 UTC (rev 234267)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-
-pkgname=libkface
-pkgver=15.03.90
-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/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('db249ee9ca41f1e998678b39014aef065ef50ae1')
-
-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/kde-unstable-i686/PKGBUILD (from rev 234266, 
libkface/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-03-20 20:40:35 UTC (rev 234267)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 226446 2014-11-19 17:09:45Z fyan $
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=libkface
+pkgver=15.03.95
+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/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('0259c8ffb39cc721801525873536755e40a0ebc5')
+
+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
+}

Deleted: kde-unstable-i686/libkface.install
===
--- kde-unstable-i686/libkface.install  2015-03-20 20:40:04 UTC (rev 234266)
+++ kde-unstable-i686/libkface.install  2015-03-20 20:40:35 UTC (rev 234267)
@@ -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/kde-unstable-i686/libkface.install (from rev 234266, 
libkface/kde-unstable/libkface.install)
===
--- kde-unstable-i686/libkface.install  (rev 0)
+++ kde-unstable-i686/libkface.install  2015-03-20 20:40:35 UTC (rev 234267)
@@ -0,0 +1,11 @@
+post_install() {
+   xdg-icon-resource forceupdate --theme hicolor  /dev/null
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2015-03-20 20:40:04 UTC (rev 234266)
+++ kde-unstable-x86_64/PKGBUILD2015-03-20 20:40:35 UTC (rev 234267)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 226446