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 <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-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 <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+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
===================================================================
--- kde-unstable-x86_64/PKGBUILD        2015-12-03 20:37:20 UTC (rev 252272)
+++ kde-unstable-x86_64/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 <[email protected]>
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-
-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-x86_64/PKGBUILD (from rev 252272, 
libkface/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/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 <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+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-x86_64/libkface.install
===================================================================
--- kde-unstable-x86_64/libkface.install        2015-12-03 20:37:20 UTC (rev 
252272)
+++ kde-unstable-x86_64/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-x86_64/libkface.install (from rev 252272, 
libkface/kde-unstable/libkface.install)
===================================================================
--- kde-unstable-x86_64/libkface.install                                (rev 0)
+++ kde-unstable-x86_64/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
+}

Reply via email to