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

Antonio Rojas arojas at archlinux.org
Wed Aug 19 07:00:33 UTC 2015


    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 <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at 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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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/PKGBUILD	2015-08-19 07:00:14 UTC (rev 244091)
+++ kde-unstable-x86_64/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 <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at 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-x86_64/PKGBUILD (from rev 244091, libkface/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/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 <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at 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-x86_64/libkface.install
===================================================================
--- kde-unstable-x86_64/libkface.install	2015-08-19 07:00:14 UTC (rev 244091)
+++ kde-unstable-x86_64/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-x86_64/libkface.install (from rev 244091, libkface/trunk/libkface.install)
===================================================================
--- kde-unstable-x86_64/libkface.install	                        (rev 0)
+++ kde-unstable-x86_64/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
+}



More information about the arch-commits mailing list