[arch-commits] Commit in calendarsupport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:58:48
  Author: arojas
Revision: 321108

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

Added:
  calendarsupport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321107, calendarsupport/kde-unstable/PKGBUILD)
Deleted:
  calendarsupport/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:58:32 UTC (rev 321107)
+++ PKGBUILD2018-04-06 06:58:48 UTC (rev 321108)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=calendarsupport
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Calendar support library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kdepim-apps-libs kholidays akonadi-calendar)
-makedepends=(extra-cmake-modules python boost qt5-tools)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1d82d9dffb9a9cafc580810262df34451bb07efcf4783c04e0d69f9ffd2b0412'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calendarsupport/repos/kde-unstable-x86_64/PKGBUILD (from rev 321107, 
calendarsupport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:58:48 UTC (rev 321108)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=calendarsupport
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Calendar support library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kdepim-apps-libs kholidays akonadi-calendar)
+makedepends=(extra-cmake-modules python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d82d9dffb9a9cafc580810262df34451bb07efcf4783c04e0d69f9ffd2b0412'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdepim-apps-libs/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:58:32
  Author: arojas
Revision: 321107

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

Added:
  kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321106, kdepim-apps-libs/kde-unstable/PKGBUILD)
Deleted:
  kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:58:17 UTC (rev 321106)
+++ PKGBUILD2018-04-06 06:58:32 UTC (rev 321107)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-apps-libs
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="KDE PIM mail related libraries"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a0aa21544f38c8810d44f05f0bf9d138851e7a4dad30b615d394ad427ae55fa8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD (from rev 321106, 
kdepim-apps-libs/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:58:32 UTC (rev 321107)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-apps-libs
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM mail related libraries"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkleo pimcommon grantleetheme)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a0aa21544f38c8810d44f05f0bf9d138851e7a4dad30b615d394ad427ae55fa8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in eventviews/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:59:03
  Author: arojas
Revision: 321109

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

Added:
  eventviews/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321108, eventviews/kde-unstable/PKGBUILD)
Deleted:
  eventviews/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:58:48 UTC (rev 321108)
+++ PKGBUILD2018-04-06 06:59:03 UTC (rev 321109)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=eventviews
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Library for creating events"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(calendarsupport kdiagram)
-makedepends=(extra-cmake-modules python boost qt5-tools)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('66f6de7b378aad1e64bc581bee76730fffa3ad7dd8dafeb2c7cd61b7c271c0be'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: eventviews/repos/kde-unstable-x86_64/PKGBUILD (from rev 321108, 
eventviews/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:59:03 UTC (rev 321109)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=eventviews
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library for creating events"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(calendarsupport kdiagram)
+makedepends=(extra-cmake-modules python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('66f6de7b378aad1e64bc581bee76730fffa3ad7dd8dafeb2c7cd61b7c271c0be'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in grantleetheme/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:58:17
  Author: arojas
Revision: 321106

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

Added:
  grantleetheme/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321105, grantleetheme/kde-unstable/PKGBUILD)
Deleted:
  grantleetheme/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:57:59 UTC (rev 321105)
+++ PKGBUILD2018-04-06 06:58:17 UTC (rev 321106)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=grantleetheme
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Library for Grantlee theming support"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(grantlee knewstuff)
-makedepends=(extra-cmake-modules python)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('83cf3b6f0c5a689dbd6eedb2a49ad638986ea9a253211270598bb9a1937f062f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantleetheme/repos/kde-unstable-x86_64/PKGBUILD (from rev 321105, 
grantleetheme/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:58:17 UTC (rev 321106)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=grantleetheme
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library for Grantlee theming support"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(grantlee knewstuff)
+makedepends=(extra-cmake-modules python)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('83cf3b6f0c5a689dbd6eedb2a49ad638986ea9a253211270598bb9a1937f062f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdepim-runtime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:57:43
  Author: arojas
Revision: 321104

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

Added:
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321103, kdepim-runtime/kde-unstable/PKGBUILD)
Deleted:
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:57:26 UTC (rev 321103)
+++ PKGBUILD2018-04-06 06:57:43 UTC (rev 321104)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=18.03.90
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM'
-license=(GPL LGPL FDL)
-depends=(libkgapi libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal 
kmbox pimcommon akonadi-notes)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-conflicts=(kio-pim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f54d42ec08aa805abf1d0a74fff75483774548d6c0ecf621dbc991404fee7840'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 321103, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:57:43 UTC (rev 321104)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(libkgapi libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal 
kmbox pimcommon akonadi-notes)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+conflicts=(kio-pim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f54d42ec08aa805abf1d0a74fff75483774548d6c0ecf621dbc991404fee7840'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkleo/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:57:59
  Author: arojas
Revision: 321105

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

Added:
  libkleo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321104, libkleo/kde-unstable/PKGBUILD)
Deleted:
  libkleo/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:57:43 UTC (rev 321104)
+++ PKGBUILD2018-04-06 06:57:59 UTC (rev 321105)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="KDE PIM cryptographic library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(qgpgme kitemmodels kpimtextedit)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c5198208859be3df2dbe51435b43050f99f1b83234fbd9a6e9cb4ecc94cb12c5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkleo/repos/kde-unstable-x86_64/PKGBUILD (from rev 321104, 
libkleo/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:57:59 UTC (rev 321105)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM cryptographic library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(qgpgme kitemmodels kpimtextedit)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c5198208859be3df2dbe51435b43050f99f1b83234fbd9a6e9cb4ecc94cb12c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in pimcommon/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:57:26
  Author: arojas
Revision: 321103

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

Added:
  pimcommon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321102, pimcommon/kde-unstable/PKGBUILD)
Deleted:
  pimcommon/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:57:08 UTC (rev 321102)
+++ PKGBUILD2018-04-06 06:57:26 UTC (rev 321103)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pimcommon
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Common libraries for KDE PIM"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkdepim kpimtextedit knewstuff kimap)
-makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2497ecd375df2ff247e84247211d54828ad067d1819f2c5302840882779534e4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: pimcommon/repos/kde-unstable-x86_64/PKGBUILD (from rev 321102, 
pimcommon/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:57:26 UTC (rev 321103)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pimcommon
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common libraries for KDE PIM"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkdepim kpimtextedit knewstuff kimap)
+makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2497ecd375df2ff247e84247211d54828ad067d1819f2c5302840882779534e4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkdepim/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:57:08
  Author: arojas
Revision: 321102

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

Added:
  libkdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321101, libkdepim/kde-unstable/PKGBUILD)
Deleted:
  libkdepim/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:56:43 UTC (rev 321101)
+++ PKGBUILD2018-04-06 06:57:08 UTC (rev 321102)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkdepim
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Libraries for KDE PIM applications"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi-contacts akonadi-search kldap)
-makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cfb87750bb495b2f952fd5442087946daef6d1aaa4b76f35e902346176f6e535'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 321101, 
libkdepim/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:57:08 UTC (rev 321102)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkdepim
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries for KDE PIM applications"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi-contacts akonadi-search kldap)
+makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cfb87750bb495b2f952fd5442087946daef6d1aaa4b76f35e902346176f6e535'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkgapi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:56:43
  Author: arojas
Revision: 321101

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

Added:
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321100, libkgapi/kde-unstable/PKGBUILD)
Deleted:
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:56:22 UTC (rev 321100)
+++ PKGBUILD2018-04-06 06:56:43 UTC (rev 321101)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webengine kio)
-makedepends=(extra-cmake-modules qt5-tools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9c3d091db051f7c7008bebf07aeb570c2f4706883bd302e94478189a97254156'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321100, 
libkgapi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:56:43 UTC (rev 321101)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9c3d091db051f7c7008bebf07aeb570c2f4706883bd302e94478189a97254156'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdav/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:56:22
  Author: arojas
Revision: 321100

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

Added:
  kdav/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321099, kdav/kde-unstable/PKGBUILD)
Deleted:
  kdav/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:56:04 UTC (rev 321099)
+++ PKGBUILD2018-04-06 06:56:22 UTC (rev 321100)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdav
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="A DAV protocol implemention with KJobs"
-url='https://pim.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('933f4a932865206cfdae0835a4520c1f7d63bf30951b36a4ff920370c812beff'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdav/repos/kde-unstable-x86_64/PKGBUILD (from rev 321099, 
kdav/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:56:22 UTC (rev 321100)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdav
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A DAV protocol implemention with KJobs"
+url='https://pim.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('933f4a932865206cfdae0835a4520c1f7d63bf30951b36a4ff920370c812beff'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kalarmcal/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:56:04
  Author: arojas
Revision: 321099

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

Added:
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321098, kalarmcal/kde-unstable/PKGBUILD)
Deleted:
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:55:49 UTC (rev 321098)
+++ PKGBUILD2018-04-06 06:56:04 UTC (rev 321099)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kholidays akonadi kcalutils kdelibs4support)
-makedepends=(extra-cmake-modules python boost kdesignerplugin kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a6f05ffd80d7e5690e3743e4309ed6767a2447cef2c80638b16d20636444aed9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/kde-unstable-x86_64/PKGBUILD (from rev 321098, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:56:04 UTC (rev 321099)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="The KAlarm client library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kholidays akonadi kcalutils kdelibs4support)
+makedepends=(extra-cmake-modules python boost kdesignerplugin kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a6f05ffd80d7e5690e3743e4309ed6767a2447cef2c80638b16d20636444aed9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mftrace/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:55:59
  Author: arcanis
Revision: 314556

archrelease: copy trunk to community-x86_64

Added:
  mftrace/repos/community-x86_64/PKGBUILD
(from rev 314555, mftrace/trunk/PKGBUILD)
Deleted:
  mftrace/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   51 ++-
 1 file changed, 26 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:55:43 UTC (rev 314555)
+++ PKGBUILD2018-04-06 06:55:59 UTC (rev 314556)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=mftrace
-pkgver=1.2.18
-pkgrel=2
-pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF"
-arch=('i686' 'x86_64')
-url="http://lilypond.org/mftrace/";
-license=("GPL")
-depends=('python2' 'potrace' 't1utils')
-source=(http://lilypond.org/download/sources/mftrace/mftrace-$pkgver.tar.gz)
-md5sums=('7d660226b6f933a239b2413ac010fe0c')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: mftrace/repos/community-x86_64/PKGBUILD (from rev 314555, 
mftrace/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:55:59 UTC (rev 314556)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=mftrace
+pkgver=1.2.19
+pkgrel=1
+pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF"
+arch=('x86_64')
+url="http://lilypond.org/mftrace/";
+license=("GPL")
+depends=('python2' 'potrace' 't1utils')
+source=("mftrace-${pkgver}.tar.gz::https://github.com/hanwen/mftrace/archive/release/${pkgver}.tar.gz";)
+sha512sums=('aad8b717d64fcb8752bd8e33030323ae83d0564793dd626f80ecfcbfe903dcd1f9fb97396d7b5668297cf2c645da14883994552f142b87a713e1f1a5a7f24d10')
+
+build() {
+  cd "$srcdir/${pkgname}-release-${pkgver}"
+  PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/${pkgname}-release-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in mftrace/trunk (PKGBUILD)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:55:43
  Author: arcanis
Revision: 314555

upgpkg: mftrace 1.2.19-1

Modified:
  mftrace/trunk/PKGBUILD

--+
 PKGBUILD |   20 ++--
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 06:49:39 UTC (rev 314554)
+++ PKGBUILD2018-04-06 06:55:43 UTC (rev 314555)
@@ -1,26 +1,26 @@
 # $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
 
 pkgname=mftrace
-pkgver=1.2.18
-pkgrel=3
+pkgver=1.2.19
+pkgrel=1
 pkgdesc="Traces TeX bitmap fonts into PFA, PFB, or TTF"
 arch=('x86_64')
 url="http://lilypond.org/mftrace/";
 license=("GPL")
 depends=('python2' 'potrace' 't1utils')
-#source=(http://lilypond.org/download/sources/mftrace/mftrace-$pkgver.tar.gz)
-source=(mftrace-$pkgver.tar.gz::https://github.com/hanwen/mftrace/archive/release/$pkgver.tar.gz)
-sha256sums=('d994cea643317eb746a0e4dfdcf2352ab943f5acecd620d9d9971bac4d23ea10')
+source=("mftrace-${pkgver}.tar.gz::https://github.com/hanwen/mftrace/archive/release/${pkgver}.tar.gz";)
+sha512sums=('aad8b717d64fcb8752bd8e33030323ae83d0564793dd626f80ecfcbfe903dcd1f9fb97396d7b5668297cf2c645da14883994552f142b87a713e1f1a5a7f24d10')
 
 build() {
-  cd "$srcdir"/$pkgname-release-$pkgver
+  cd "$srcdir/${pkgname}-release-${pkgver}"
   PYTHON=/usr/bin/python2 ./autogen.sh --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir"/$pkgname-release-$pkgver
-  make DESTDIR="$pkgdir" install
+  cd "$srcdir/${pkgname}-release-${pkgver}"
+  make DESTDIR="${pkgdir}" install
 }


[arch-commits] Commit in akonadi-notes/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:55:14
  Author: arojas
Revision: 321096

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

Added:
  akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321095, akonadi-notes/kde-unstable/PKGBUILD)
Deleted:
  akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:54:57 UTC (rev 321095)
+++ PKGBUILD2018-04-06 06:55:14 UTC (rev 321096)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-notes
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Libraries and daemons to implement management of notes in Akonadi"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python akonadi boost)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4eb7fa328add30d388ffe34660bc9849387bbf238c7c62ec29751c027be4635'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD (from rev 321095, 
akonadi-notes/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:55:14 UTC (rev 321096)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-notes
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement management of notes in Akonadi"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python akonadi boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e4eb7fa328add30d388ffe34660bc9849387bbf238c7c62ec29751c027be4635'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-calendar/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:55:49
  Author: arojas
Revision: 321098

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

Added:
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321097, akonadi-calendar/kde-unstable/PKGBUILD)
Deleted:
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:55:32 UTC (rev 321097)
+++ PKGBUILD2018-04-06 06:55:49 UTC (rev 321098)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-calendar
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contacts)
-makedepends=(extra-cmake-modules boost python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8345fe78145b8e421c91c08eca632d209354647f0fed1d4bdf6f3a9e5a8ef3ab'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 321097, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:55:49 UTC (rev 321098)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contacts)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8345fe78145b8e421c91c08eca632d209354647f0fed1d4bdf6f3a9e5a8ef3ab'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-search/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:55:32
  Author: arojas
Revision: 321097

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

Added:
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321096, akonadi-search/kde-unstable/PKGBUILD)
Deleted:
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:55:14 UTC (rev 321096)
+++ PKGBUILD2018-04-06 06:55:32 UTC (rev 321097)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://community.kde.org/KDE_PIM'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
-makedepends=(extra-cmake-modules boost python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9f1d1aa32b764cf40f5cd44e99fd4457ff36221eab94b249cf281619edcbb732'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 321096, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:55:32 UTC (rev 321097)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://community.kde.org/KDE_PIM'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9f1d1aa32b764cf40f5cd44e99fd4457ff36221eab94b249cf281619edcbb732'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ksmtp/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:54:24
  Author: arojas
Revision: 321093

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

Added:
  ksmtp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321092, ksmtp/kde-unstable/PKGBUILD)
Deleted:
  ksmtp/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:54:07 UTC (rev 321092)
+++ PKGBUILD2018-04-06 06:54:24 UTC (rev 321093)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=ksmtp
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Job-based library to send email through an SMTP server"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a10cf58eaf65ed3284e34d171a55bb13bb42f7cca1598b47492fc9ed90f24090'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksmtp/repos/kde-unstable-x86_64/PKGBUILD (from rev 321092, 
ksmtp/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:54:24 UTC (rev 321093)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ksmtp
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Job-based library to send email through an SMTP server"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a10cf58eaf65ed3284e34d171a55bb13bb42f7cca1598b47492fc9ed90f24090'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-contacts/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:54:57
  Author: arojas
Revision: 321095

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

Added:
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321094, akonadi-contacts/kde-unstable/PKGBUILD)
Deleted:
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:54:41 UTC (rev 321094)
+++ PKGBUILD2018-04-06 06:54:57 UTC (rev 321095)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-contacts
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi kcontacts kmime prison)
-makedepends=(extra-cmake-modules python boost)
-conflicts=(akonadi-contact)
-replaces=(akonadi-contact)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cbaabe559f22650dc38893d3c504d3459595b3491640ffdacc06ab520886ec42'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 321094, 
akonadi-contacts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:54:57 UTC (rev 321095)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-contacts
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi kcontacts kmime prison)
+makedepends=(extra-cmake-modules python boost)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cbaabe559f22650dc38893d3c504d3459595b3491640ffdacc06ab520886ec42'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kmailtransport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:54:41
  Author: arojas
Revision: 321094

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

Added:
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321093, kmailtransport/kde-unstable/PKGBUILD)
Deleted:
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:54:24 UTC (rev 321093)
+++ PKGBUILD2018-04-06 06:54:41 UTC (rev 321094)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi-mime kcmutils ksmtp)
-makedepends=(extra-cmake-modules boost python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c6d8439b8c4ac069e8b3f48401046e63786e1d7f914edd8063afe097ba935036'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 321093, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:54:41 UTC (rev 321094)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Mail Transport Service"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi-mime kcmutils ksmtp)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6d8439b8c4ac069e8b3f48401046e63786e1d7f914edd8063afe097ba935036'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-mime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:54:07
  Author: arojas
Revision: 321092

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

Added:
  akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321091, akonadi-mime/kde-unstable/PKGBUILD)
Deleted:
  akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:53:48 UTC (rev 321091)
+++ PKGBUILD2018-04-06 06:54:07 UTC (rev 321092)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-mime
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="Libraries and daemons to implement basic email handling"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi kmime)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4b25d75352a2e96f6fd40dc1bb7b1b3d43dc3e7c315b5761b317339a838c86ce'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD (from rev 321091, 
akonadi-mime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:54:07 UTC (rev 321092)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-mime
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement basic email handling"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi kmime)
+makedepends=(extra-cmake-modules python kdoctools boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4b25d75352a2e96f6fd40dc1bb7b1b3d43dc3e7c315b5761b317339a838c86ce'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ktnef/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:53:29
  Author: arojas
Revision: 321090

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

Added:
  ktnef/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321089, ktnef/kde-unstable/PKGBUILD)
Deleted:
  ktnef/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:27:35 UTC (rev 321089)
+++ PKGBUILD2018-04-06 06:53:29 UTC (rev 321090)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=ktnef
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python)
-conflicts=(libktnef)
-provides=(libktnef)
-replaces=(libktnef)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c335f037d7d06eca2621712b12ac115c1cd68d1e0fafb292f446e34017e1dd3c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktnef/repos/kde-unstable-x86_64/PKGBUILD (from rev 321089, 
ktnef/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:53:29 UTC (rev 321090)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ktnef
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python)
+conflicts=(libktnef)
+provides=(libktnef)
+replaces=(libktnef)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c335f037d7d06eca2621712b12ac115c1cd68d1e0fafb292f446e34017e1dd3c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:53:48
  Author: arojas
Revision: 321091

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

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321090, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:53:29 UTC (rev 321090)
+++ PKGBUILD2018-04-06 06:53:48 UTC (rev 321091)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=18.03.90
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321090, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:53:48 UTC (rev 321091)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in t1utils/repos (3 files)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:49:39
  Author: arcanis
Revision: 314554

archrelease: copy trunk to community-testing-x86_64

Added:
  t1utils/repos/community-testing-x86_64/
  t1utils/repos/community-testing-x86_64/LICENSE
(from rev 314553, t1utils/trunk/LICENSE)
  t1utils/repos/community-testing-x86_64/PKGBUILD
(from rev 314553, t1utils/trunk/PKGBUILD)

--+
 LICENSE  |   22 ++
 PKGBUILD |   40 
 2 files changed, 62 insertions(+)

Copied: t1utils/repos/community-testing-x86_64/LICENSE (from rev 314553, 
t1utils/trunk/LICENSE)
===
--- community-testing-x86_64/LICENSE(rev 0)
+++ community-testing-x86_64/LICENSE2018-04-06 06:49:39 UTC (rev 314554)
@@ -0,0 +1,22 @@
+The README file includes the following notices:
+
+   Changes since version 1.2 (c) 1998-2000 Eddie Kohler, under the
+   same redistribution copyright as I. Lee Hetherington's. See below
+   for I. Lee Hetherington's original README from 1992, updated
+   slightly for today's t1utils.
+
+   Eddie Kohler
+   eddie...@lcs.mit.edu
+
+   Copyright (c) 1992 by I. Lee Hetherington, all rights reserved.
+
+   Permission is hereby granted to use, modify, and distribute this
+   program for any purpose provided this copyright notice and the one
+   below remain intact.
+
+   Note that these tools should not be used to illegally copy type-1
+   font programs.  Typeface design is an intricate art that should be
+   rewarded.
+
+   I. Lee Hetherington
+   i...@lcs.mit.edu

Copied: t1utils/repos/community-testing-x86_64/PKGBUILD (from rev 314553, 
t1utils/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-04-06 06:49:39 UTC (rev 314554)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Maintainer: Sergej Pupykin 
+# Maintainer: Simo Leone 
+
+pkgname=t1utils
+pkgver=1.41
+pkgrel=2
+pkgdesc="A collection of simple Type 1 font manipulation programs"
+arch=('x86_64')
+url="http://www.lcdf.org/~eddietwo/type/#t1utils";
+license=("custom")
+depends=('glibc')
+source=("https://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz";
+
"memmem-decl.patch::https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch";
+"LICENSE")
+sha512sums=('b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b'
+
'573a15133e8227100820039aaf5dea12d038674dd486510a38647e9f500c9de2c16034d99c8b26444f6c7253fe788833aa6dbd3f46be389bc1ca1b031deb51c8'
+
'82dbc206391a9f9116038be74360455c960ddb76e35fdeb123044f74c74014223c3b35d7f1894ae7224c7a9e091acc1ff00df2a43d38a856b4f75988fb4dbd3e')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#57999 and https://github.com/kohler/t1utils/issues/8
+  patch -p1 -i "${srcdir}/memmem-decl.patch"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+


[arch-commits] Commit in t1utils/trunk (PKGBUILD)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:49:17
  Author: arcanis
Revision: 314553

upgpkg: t1utils 1.41-2

add memmem patch (see FS#57999)

Modified:
  t1utils/trunk/PKGBUILD

--+
 PKGBUILD |   25 ++---
 1 file changed, 18 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 06:29:50 UTC (rev 314552)
+++ PKGBUILD2018-04-06 06:49:17 UTC (rev 314553)
@@ -5,7 +5,7 @@
 
 pkgname=t1utils
 pkgver=1.41
-pkgrel=1
+pkgrel=2
 pkgdesc="A collection of simple Type 1 font manipulation programs"
 arch=('x86_64')
 url="http://www.lcdf.org/~eddietwo/type/#t1utils";
@@ -12,18 +12,29 @@
 license=("custom")
 depends=('glibc')
 source=("https://www.lcdf.org/~eddietwo/type/$pkgname-$pkgver.tar.gz";
+
"memmem-decl.patch::https://github.com/kohler/t1utils/commit/3f1ddda424353f0f926dd28efa47b0ac61556ce8.patch";
 "LICENSE")
-sha256sums=('fc5edd7e829902b3b685886382fed690d533681c0ab218a387c9e47606623427'
-'fd00d777e6114f1d346978844f19bbec1652641ea40d24c12ec5aac6f3ebc7cb')
+sha512sums=('b532d3af38a73903a512eb1297ba7510747dcbe8362acc4a0f20f2a3c786d82d8f5b22997ed3867114f33153a34cdd71c4c8e6a093db3cecc3825b6e4725a00b'
+
'573a15133e8227100820039aaf5dea12d038674dd486510a38647e9f500c9de2c16034d99c8b26444f6c7253fe788833aa6dbd3f46be389bc1ca1b031deb51c8'
+
'82dbc206391a9f9116038be74360455c960ddb76e35fdeb123044f74c74014223c3b35d7f1894ae7224c7a9e091acc1ff00df2a43d38a856b4f75988fb4dbd3e')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#57999 and https://github.com/kohler/t1utils/issues/8
+  patch -p1 -i "${srcdir}/memmem-decl.patch"
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -D -m644 "$srcdir/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
+


[arch-commits] Commit in eric-i18n/repos/community-any (4 files)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:29:50
  Author: arcanis
Revision: 314552

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 314551, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 314551, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  307 ++--
 PKGBUILD  |   96 +-
 2 files changed, 203 insertions(+), 200 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-04-06 06:29:23 UTC (rev 314551)
+++ ChangeLog   2018-04-06 06:29:50 UTC (rev 314552)
@@ -1,152 +0,0 @@
-18.03-1:
-upstream update
-
-18.01-1:
-* upstream update
-* drop cs, fr, it pt, tr and zh_CN translations since they are no longer 
supported by upstream
-
-17.12-1:
-upstream update
-
-17.11.1-1:
-upstream update
-
-17.11-1:
-upstream update
-
-17.10-1:
-upstream update
-
-17.09-1:
-upstream update
-
-17.08-1:
-upstream update
-
-17.07-1:
-upstream update
-
-17.06-1:
-upstream update
-
-17.05-1:
-upstream update
-
-17.04.1-1:
-upstream update
-
-17.03.1-1:
-upstream update
-
-17.03-1:
-upstream update
-
-17.02-1:
-* upstream update
-* drop qt4 versions as soon as they depend on qtwebkit
-
-17.01-1:
-upstream update
-
-16.12-1:
-upstream update
-
-16.11-1:
-upstream update
-
-6.1.11-1:
-upstream update
-
-6.1.10-1:
-upstream update
-
-6.1.9-1:
-upstream update
-
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-2:
-fix broken Qt4 translations
-
-6.1.5-1:
-upstream update
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-3:
-* rename zh_CN package to zh_cn
-* fix description
-
-6.1.2-2:
-rebuild in clean chroot for .BUILDINFO
-
-6.1.2-1:
-upstream update
-
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 314551, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-04-06 06:29:50 UTC (rev 314552)
@@ -0,0 +1,155 @@
+18.04-1:
+upstream update
+
+18.03-1:
+upstream update
+
+18.01-1:
+* upstream update
+* drop cs, fr, it pt, tr and zh_CN translations since they are no longer 
supported by upstream
+
+17.12-1:
+upstream update
+
+17.11.1-1:
+upstream update
+
+17.11-1:
+upstream update
+
+17.10-1:
+upstream update
+
+17.09-1:
+upstream update
+
+17.08-1:
+upstream update
+
+17.07-1:
+upstream update
+
+17.06-1:
+upstream update
+
+17.05-1:
+upstream update
+
+17.04.1-1:
+upstream update
+
+17.03.1-1:
+upstream update
+
+17.03-1:
+upstream update
+
+17.02-1:
+* upstream update
+* drop qt4 versions as soon as they depend on qtwebkit
+
+17.01-1:
+upstream update
+
+16.12-1:
+upstream update
+
+16.11-1:
+upstream update
+
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-2:
+fix broken Qt4 translations
+
+6.1.5-1:
+upstream update
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-3:
+* rename zh_CN package to zh_cn
+* fix description
+
+6.1.2-2:
+rebuild in clean chroot for .BUILDINFO
+
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:29:23 UTC (rev 314551)
+++ PKGBUILD2018-04-06 06:29:50 UTC (rev 314552)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=18.03
-pkgrel=1
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-makedepends=("eric-common>=${pkgver}")
-depends=()
-url="http://eric-ide.p

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:29:23
  Author: arcanis
Revision: 314551

upgpkg: eric-i18n 18.04-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   10 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2018-04-06 06:28:10 UTC (rev 314550)
+++ ChangeLog   2018-04-06 06:29:23 UTC (rev 314551)
@@ -1,3 +1,6 @@
+18.04-1:
+upstream update
+
 18.03-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 06:28:10 UTC (rev 314550)
+++ PKGBUILD2018-04-06 06:29:23 UTC (rev 314551)
@@ -3,7 +3,7 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=18.03
+pkgver=18.04
 pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
@@ -42,7 +42,7 @@
  "${pkgdir}/usr/share/qt/translations/eric6_${1}.qm"
 }
 
-sha512sums=('e2ffcc4a06204c12864871f45ad76169c5aa47d82bbba03dcb4a6d9ea487745ce0b065af0af4d09ba11cc8d05c1ab734b70df3df3de57232ee6c045a5cf9092a'
-
'4b52e7dcbe4120f33a839172cf5a4b60e996b5a617b61b57abdea8bd6b9a2f4be6847f8aa7d6738c0c477031d33e7bc89d269adff0a0dd749b32c7b7aad46709'
-
'102e6946ad33c2d1dba697c12d5aaec3fa61010a0118fd5548a8c73cd8b8ded1d76e64c3e9d83fbb4d95589720c1449bdfaadb06117f3d65cdd2c9572ec43dcc'
-
'7a75eedf8bb81573d97465b13ee6dc3d2846a4074a3094f401223c890f52c05c9852bf6f440aa5354621f25ce1aa461efb38b8ad2136ba1bae3a21b4497d')
+sha512sums=('cc4a449c01b7c11422689440f624c543ef65cdb29ae8d7155e4f39308f65c85551d0130b0325e47f494eb4fa76f3134427dc294dc1412934752346ff5f4491cd'
+
'b1e7da29ca06992f139ca3e27050dbd1dba28a4bcca8e93310036d167242c7b5c8ada597c49a1fb82407733f2d1d9fbd5ebcc54d2e0362c56e16b84b80c6d956'
+
'3177604057b37e53f73fa2c80d18afde640d54668e04c2e16bde9a3da564dbdf3c6de2cbe358cb7dcce08a00ae75c4009c8b2b7e99a8af4246f68da571c5ce3e'
+
'ad9cfa0adf1f312d42d7d0ec9fb0f30faa278be10116b68d0636e4a70e9ed84c6f2c499e4247df48419205e9bbfbbb58e55f6de0f4925a9960a495b1d5e51102')


[arch-commits] Commit in eric/repos/community-any (6 files)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:28:10
  Author: arcanis
Revision: 314550

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 314549, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 314549, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 314549, eric/trunk/PKGBUILD)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD

---+
 .contrib  |   14 +-
 ChangeLog |  309 ++--
 PKGBUILD  |  168 
 3 files changed, 247 insertions(+), 244 deletions(-)

Deleted: .contrib
===
--- .contrib2018-04-06 06:27:54 UTC (rev 314549)
+++ .contrib2018-04-06 06:28:10 UTC (rev 314550)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 314549, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2018-04-06 06:28:10 UTC (rev 314550)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2018-04-06 06:27:54 UTC (rev 314549)
+++ ChangeLog   2018-04-06 06:28:10 UTC (rev 314550)
@@ -1,153 +0,0 @@
-18.03-1:
-upstream update
-
-18.02-1:
-upstream update
-
-18.01-1:
-upstream update
-
-17.12-1:
-upstream update
-
-17.11.1-1:
-upstream update
-
-17.11-1:
-upstream update
-
-17.10-1:
-upstream update
-
-17.09-1:
-upstream update
-
-17.08-1:
-upstream update
-
-17.07-1:
-upstream update
-
-17.06-1:
-upstream update
-
-17.05-1:
-upstream update
-
-17.04.1:
-upstream update
-
-17.03.1:
-upstream update
-
-17.03:
-upstream update
-
-17.02-1:
-* upstream update
-* drop qt4 versions as soon as they depend on qtwebkit
-
-17.01-1:
-upstream update
-
-16.12-1:
-upstream update
-
-16.11-1:
-upstream update
-
-6.1.11-1:
-upstream update
-
-6.1.10-1:
-upstream update
-
-6.1.9-1:
-upstream update
-
-6.1.8-1:
-upstream update
-
-6.1.7-1:
-upstream update
-
-6.1.6-1:
-upstream update
-
-6.1.5-1:
-upstream update
-
-6.1.4-2:
-drop install file, move to pacman hooks
-
-6.1.4-1:
-upstream update
-
-6.1.3-1:
-upstream update
-
-6.1.2-1:
-upstream update
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 314549, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-04-06 06:28:10 UTC (rev 314550)
@@ -0,0 +1,156 @@
+18.04-1:
+upstream update
+
+18.03-1:
+upstream update
+
+18.02-1:
+upstream update
+
+18.01-1:
+upstream update
+
+17.12-1:
+upstream update
+
+17.11.1-1:
+upstream update
+
+17.11-1:
+upstream update
+
+17.10-1:
+upstream update
+
+17.09-1:
+upstream update
+
+17.08-1:
+upstream update
+
+17.07-1:
+upstream update
+
+17.06-1:
+upstream update
+
+17.05-1:
+upstream update
+
+17.04.1:
+upstream update
+
+17.03.1:
+upstream update
+
+17.03:
+upstream update
+
+17.02-1:
+* upstream update
+* drop qt4 versions as soon as they depend on qtwebkit
+
+17.01-1:
+upstream update
+
+16.12-1:
+upstream update
+
+16.11-1:
+upstream update
+
+6.1.11-1:
+upstream update
+
+6.1.10-1:
+upstream update
+
+6.1.9-1:
+upstream update
+
+6.1.8-1:
+upstream update
+
+6.1.7-1:
+upstream update
+
+6.1.6-1:
+upstream update
+
+6.1.5-1:
+upstream update
+
+6.1.4-2:
+drop install file, move to pacman hooks
+
+6.1.4-1:
+upstream update
+
+6.1.3-1:
+upstream update
+
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix

[arch-commits] Commit in kimagemapeditor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:27:35
  Author: arojas
Revision: 321089

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

Added:
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321088, kimagemapeditor/kde-unstable/PKGBUILD)
Deleted:
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:27:19 UTC (rev 321088)
+++ PKGBUILD2018-04-06 06:27:35 UTC (rev 321089)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kimagemapeditor
-pkgver=18.03.80
-pkgrel=1
-arch=(x86_64)
-pkgdesc="HTML Image Map Editor"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(kdelibs4support khtml hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
-conflicts=(kdewebdev-kimagemapeditor)
-replaces=(kdewebdev-kimagemapeditor)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('86fe4eb4c400e0c28d47f806df11a4876dcde2d62c2c65f3f8887b347604dd22'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 321088, 
kimagemapeditor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:27:35 UTC (rev 321089)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kimagemapeditor
+pkgver=18.03.90
+pkgrel=1
+arch=(x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdelibs4support khtml hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin)
+conflicts=(kdewebdev-kimagemapeditor)
+replaces=(kdewebdev-kimagemapeditor)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f03ccc99d90d01487d594acbeb5a58e36f90b3f1e0216b55efac3999449e953e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in sweeper/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:27:19
  Author: arojas
Revision: 321088

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

Added:
  sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321087, sweeper/kde-unstable/PKGBUILD)
Deleted:
  sweeper/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:27:03 UTC (rev 321087)
+++ PKGBUILD2018-04-06 06:27:19 UTC (rev 321088)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=sweeper
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kactivities-stats kio)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-conflicts=(kdeutils-sweeper)
-replaces=(kdeutils-sweeper)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('251c2f6daf037c2872c06b14799f8347ac714d1ef9b5ec49596077bfe08d0936'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../sweeper-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 321087, 
sweeper/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:27:19 UTC (rev 321088)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sweeper
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kactivities-stats kio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+conflicts=(kdeutils-sweeper)
+replaces=(kdeutils-sweeper)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ca80707ca85712b8ee88e28c7410500f06402dbca3e6d5a7ade2adc5f62a3d7b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../sweeper-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in eric/trunk (ChangeLog PKGBUILD)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:27:54
  Author: arcanis
Revision: 314549

upgpkg: eric 18.04-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2018-04-06 06:20:40 UTC (rev 314548)
+++ ChangeLog   2018-04-06 06:27:54 UTC (rev 314549)
@@ -1,3 +1,6 @@
+18.04-1:
+upstream update
+
 18.03-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 06:20:40 UTC (rev 314548)
+++ PKGBUILD2018-04-06 06:27:54 UTC (rev 314549)
@@ -6,7 +6,7 @@
 
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric')
-pkgver=18.03
+pkgver=18.04
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-qscintilla-qt5' 'python2-qscintilla-qt5'
  'qt5-svg' 'qt5-webkit')
 source=("https://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";)
-sha512sums=('e488010791b44cc7da782620baec9b97259aaefeb90d491023ec1d4582fb68acbc06d9eedba7beef9ddc706302e06e36b9ebb4e46d6f035b6c74e9f4eb9ac400')
+sha512sums=('312692b3a635e8be3d36da4aee95ab472e9207e1adf0ab1da7a280f5345dbf9e71b8f6fa34ecd2b06e8cf3a6753d4a5c82117403e8a4cdb50ee1610fdd5d9bcd')
 changelog=ChangeLog
 
 prepare() {


[arch-commits] Commit in print-manager/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:27:03
  Author: arojas
Revision: 321087

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

Added:
  print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321086, print-manager/kde-unstable/PKGBUILD)
Deleted:
  print-manager/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:26:46 UTC (rev 321086)
+++ PKGBUILD2018-04-06 06:27:03 UTC (rev 321087)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=(x86_64)
-url='https://www.kde.org/applications/utilities/'
-license=(GPL LGPL FDL)
-depends=(kcmutils)
-makedepends=(extra-cmake-modules python kdoctools plasma-framework)
-optdepends=('system-config-printer: auto-detect the printer driver')
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1b06a9f99e6c66716d961dcc9486573bdabe377242e4e222aedf64237a9775a4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 321086, 
print-manager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:27:03 UTC (rev 321087)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=(x86_64)
+url='https://www.kde.org/applications/utilities/'
+license=(GPL LGPL FDL)
+depends=(kcmutils)
+makedepends=(extra-cmake-modules python kdoctools plasma-framework)
+optdepends=('system-config-printer: auto-detect the printer driver')
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a0fd9eb12a113e3dc4a9cf8abdce7ce79b0fbef4eb2a17708fd6365e854fc53d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ktimer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:26:31
  Author: arojas
Revision: 321085

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

Added:
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321084, ktimer/kde-unstable/PKGBUILD)
Deleted:
  ktimer/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:26:15 UTC (rev 321084)
+++ PKGBUILD2018-04-06 06:26:31 UTC (rev 321085)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='https://kde.org/applications/utilities/ktimer/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('589b4623a46736eea807b0146397ef72390073bf3bdd9d4521184c46130153cd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 321084, 
ktimer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:26:31 UTC (rev 321085)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='https://kde.org/applications/utilities/ktimer/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6911636f8ece963f75ad2a8a4bfa50d3f88be9637902bb097b783c78f1c26cc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kwalletmanager/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:26:46
  Author: arojas
Revision: 321086

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

Added:
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321085, kwalletmanager/kde-unstable/PKGBUILD)
Deleted:
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:26:31 UTC (rev 321085)
+++ PKGBUILD2018-04-06 06:26:46 UTC (rev 321086)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(x86_64)
-url='https://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kcmutils kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3521a88b8f321c9c334ff8ad92015ea0f36eb1dbeb5a9e996225194cb619af5a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 321085, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:26:46 UTC (rev 321086)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kcmutils kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3b740a5454c55f72e3e30a49226fcad7b8a5e499753b9d95bd67a5cf8edc9054'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kteatime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:26:15
  Author: arojas
Revision: 321084

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

Added:
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321083, kteatime/kde-unstable/PKGBUILD)
Deleted:
  kteatime/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:25:59 UTC (rev 321083)
+++ PKGBUILD2018-04-06 06:26:15 UTC (rev 321084)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='A handy timer for steeping tea'
-url='https://kde.org/applications/games/kteatime/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeutils)
-depends=(knotifyconfig hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e61a2a83d900fd22349a3cb788848eec062692eac8f605fcc40f99a1cc757176'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 321083, 
kteatime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:26:15 UTC (rev 321084)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='A handy timer for steeping tea'
+url='https://kde.org/applications/games/kteatime/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeutils)
+depends=(knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8536488a28983bb65188c08dacd38bb3aa26e93e9305c942e5624ba72b0519bf'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kgpg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:25:59
  Author: arojas
Revision: 321083

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

Added:
  kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321082, kgpg/kde-unstable/PKGBUILD)
Deleted:
  kgpg/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:25:44 UTC (rev 321082)
+++ PKGBUILD2018-04-06 06:25:59 UTC (rev 321083)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='https://kde.org/applications/utilities/kgpg/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(akonadi-contacts hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python boost)
-conflicts=(kdeutils-kgpg)
-replaces=(kdeutils-kgpg)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0b34fceacf83e33dbd03e9b1f55848782eeebd894fc256533cca14943c0512a8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 321082, 
kgpg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:25:59 UTC (rev 321083)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='https://kde.org/applications/utilities/kgpg/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(akonadi-contacts hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python boost)
+conflicts=(kdeutils-kgpg)
+replaces=(kdeutils-kgpg)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ccd0c8b6cbd1cc52cab4cded50de787b4dd5cc0791f6341db8bd4fff91467c40'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kcharselect/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:25:01
  Author: arojas
Revision: 321079

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

Added:
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321078, kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:24:46 UTC (rev 321078)
+++ PKGBUILD2018-04-06 06:25:01 UTC (rev 321079)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Character Selector'
-url="https://kde.org/applications/utilities/kcharselect/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kbookmarks)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bc49eb21eb0efd076584dee414bd34852a36d0f0dc30bec79dcaa1543d79406a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 321078, 
kcharselect/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:25:01 UTC (rev 321079)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Character Selector'
+url="https://kde.org/applications/utilities/kcharselect/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kbookmarks)
+makedepends=(extra-cmake-modules python kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fdb09a643cdc38cd9705e653e5fb30cc76e3bbe0e791c498a024abab57e7566a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdebugsettings/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:25:16
  Author: arojas
Revision: 321080

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321079, kdebugsettings/kde-unstable/PKGBUILD)
Deleted:
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:25:01 UTC (rev 321079)
+++ PKGBUILD2018-04-06 06:25:16 UTC (rev 321080)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='An application to enable/disable qCDebug'
-arch=(x86_64)
-url='https://utils.kde.org/'
-license=(GPL)
-depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
-makedepends=(extra-cmake-modules python)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ef0d6d142099dacbda8a1caec77917e89dace1926ea388bb85f87cbcd8db3214'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 321079, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:25:16 UTC (rev 321080)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ab24350b6900bb85d075621e153aa9f089ddf9e7bc38db5ceb75b5458c633734'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kfloppy/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:25:44
  Author: arojas
Revision: 321082

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

Added:
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321081, kfloppy/kde-unstable/PKGBUILD)
Deleted:
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:25:30 UTC (rev 321081)
+++ PKGBUILD2018-04-06 06:25:44 UTC (rev 321082)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='https://kde.org/applications/utilities/kfloppy/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python)
-conflicts=(kdeutils-kfloppy)
-replaces=(kdeutils-kfloppy)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b135d17a36363a093227aa7536d4fa6d2d12eb888292d92b47799d1f547cbd00'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 321081, 
kfloppy/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:25:44 UTC (rev 321082)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='https://kde.org/applications/utilities/kfloppy/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python)
+conflicts=(kdeutils-kfloppy)
+replaces=(kdeutils-kfloppy)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ad7a2eb2997ee550ecb157a66793e4a1aac5a0682823982f102633b6453fbb4a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdf/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:25:30
  Author: arojas
Revision: 321081

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

Added:
  kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321080, kdf/kde-unstable/PKGBUILD)
Deleted:
  kdf/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:25:16 UTC (rev 321080)
+++ PKGBUILD2018-04-06 06:25:30 UTC (rev 321081)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=18.03.80
-pkgrel=1
-url="https://kde.org/applications/system/kdiskfree/";
-arch=(x86_64)
-pkgdesc='View Disk Usage'
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools python kcmutils)
-conflicts=(kdeutils-kdf)
-replaces=(kdeutils-kdf)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d049d5bd31f93ce63ee25ebbc8791883f885644001aae12b0688a9d04306165d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 321080, 
kdf/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:25:30 UTC (rev 321081)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=18.03.90
+pkgrel=1
+url="https://kde.org/applications/system/kdiskfree/";
+arch=(x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools python kcmutils)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f9ca3c81395978744cdbce6823fa87e6ce4a5590f6599a1f516164d8843e0638'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kcalc/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:24:46
  Author: arojas
Revision: 321078

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

Added:
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321077, kcalc/kde-unstable/PKGBUILD)
Deleted:
  kcalc/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:24:31 UTC (rev 321077)
+++ PKGBUILD2018-04-06 06:24:46 UTC (rev 321078)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='https://kde.org/applications/utilities/kcalc/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kinit)
-makedepends=(extra-cmake-modules python kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4c8b4a2d9de6b066fb59f227d1410b64354880e4ccb5c84c83e8c469c2eb1cf2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 321077, 
kcalc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:24:46 UTC (rev 321078)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='https://kde.org/applications/utilities/kcalc/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kinit)
+makedepends=(extra-cmake-modules python kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1f5bfc532b0a71d7a3838ebc5745d909e3c67570bbe13c183d21239b868c179c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kbackup/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:24:31
  Author: arojas
Revision: 321077

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

Added:
  kbackup/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321076, kbackup/kde-unstable/PKGBUILD)
Deleted:
  kbackup/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:23:41 UTC (rev 321076)
+++ PKGBUILD2018-04-06 06:24:31 UTC (rev 321077)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: BluePeril 
-
-pkgname=kbackup
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A program that lets you back up any directories or files"
-arch=(x86_64)
-url="https://www.kde.org/applications/utilities/kbackup/";
-license=(GPL)
-groups=(kde-applications kdeutils)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c41de59cff49a4de339bdb70f511984152ed0a4bad53831b6c5a065901442512'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr
-make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kbackup/repos/kde-unstable-x86_64/PKGBUILD (from rev 321076, 
kbackup/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:24:31 UTC (rev 321077)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: BluePeril 
+
+pkgname=kbackup
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A program that lets you back up any directories or files"
+arch=(x86_64)
+url="https://www.kde.org/applications/utilities/kbackup/";
+license=(GPL)
+groups=(kde-applications kdeutils)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('66d32d2803dfd27f3c1a0270614bad1659114faed63ff53839491c02c9c2a380'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr
+make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kaccounts-providers/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:23:11
  Author: arojas
Revision: 321074

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

Added:
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321073, kaccounts-providers/kde-unstable/PKGBUILD)
Deleted:
  kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:22:56 UTC (rev 321073)
+++ PKGBUILD2018-04-06 06:23:11 UTC (rev 321074)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=kaccounts-providers
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and 
others'
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kaccounts-integration)
-makedepends=(extra-cmake-modules intltool python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b63f78ee375fd6844f95693f7a0e24f670b16e197fedfcd136d93680868a4dda'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
321073, kaccounts-providers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:23:11 UTC (rev 321074)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kaccounts-providers
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and 
others'
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kaccounts-integration)
+makedepends=(extra-cmake-modules intltool python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c39744c1a9bdace8b2f9a1714c5382425dd90b21c51edcee8252fcf60963f6f2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in telepathy-kde-common-internals/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:23:25
  Author: arojas
Revision: 321075

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

Added:
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321074, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   80 ++---
 1 file changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:23:11 UTC (rev 321074)
+++ PKGBUILD2018-04-06 06:23:25 UTC (rev 321075)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Common components for KDE-Telepathy'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
-makedepends=(extra-cmake-modules kdoctools doxygen python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c79d398518b8f110f599b5294a21342a2d28ca5e9bda176816b6bc23db9a2853'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_LIBEXECDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-common-internals/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 321074, telepathy-kde-common-internals/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:23:25 UTC (rev 321075)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Common components for KDE-Telepathy'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
+makedepends=(extra-cmake-modules kdoctools doxygen python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5ed31f490592cd7a3602847de3dd894ad6172b21929efcdb5473fac08bf3c852'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in marble/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:23:41
  Author: arojas
Revision: 321076

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

Added:
  marble/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321075, marble/kde-unstable/PKGBUILD)
Deleted:
  marble/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  164 ++---
 1 file changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:23:25 UTC (rev 321075)
+++ PKGBUILD2018-04-06 06:23:41 UTC (rev 321076)
@@ -1,82 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-# Contributor: Balló György 
-
-pkgbase=marble
-pkgname=(marble-common marble-qt marble)
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Desktop Globe"
-arch=(x86_64)
-url="https://www.kde.org/applications/system/marble";
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
- plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('91a5ba562f614699ec2e2dada7ce816de139961479e186f601c920078c0baebd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_marble-common() {
-  pkgdesc='Common libraries and plugins for Marble'
-  depends=(qt5-svg qt5-webkit phonon-qt5 hicolor-icon-theme)
-  optdepends=('gpsd: GPS based geolocation'
-  'libwlocate: WLAN based geolocation'
-  'qt5-serialport: APRS plugin'
-  'shapelib: SHP plugin')
-  conflicts=(marble-data)
-  replaces=(marble-data libastro)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/{config.kcfg,kxmlgui5,metainfo,plasma} \
-"$pkgdir"/usr/bin \
-"$pkgdir"/etc \
-"$pkgdir"/usr/lib/qt/{qml,plugins/*.so} \
-
"$pkgdir"/usr/share/applications/{marble_geo.desktop,marble_worldwind.desktop,org.kde.marble*.desktop}
 \
-"$pkgdir"/usr/share/kservices5/{marble_part.desktop,plasma*} \
-"$pkgdir"/usr/share/locale/*/LC_MESSAGES/*.mo
-}
-
-package_marble-qt() {
-  pkgdesc+=' (Qt version)'
-  depends=(marble-common)
-
-  cd build
-  make -C src/apps/marble-qt DESTDIR="$pkgdir" install
-}
-
-package_marble() {
-  depends=(marble-common knewstuff kparts)
-  optdepends=('krunner: Krunner plugin')
-  groups=(kde-applications kdeedu)
-
-  cd build
-  make -C src/apps/marble-kde DESTDIR="$pkgdir" install
-  make -C src/plasma DESTDIR="$pkgdir" install
-  make -C src/plasmarunner DESTDIR="$pkgdir" install
-  make -C src/thumbnailer DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/{icons,doc/HTML}
-}

Copied: marble/repos/kde-unstable-x86_64/PKGBUILD (from rev 321075, 
marble/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:23:41 UTC (rev 321076)
@@ -0,0 +1,82 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+# Contributor: Balló György 
+
+pkgbase=marble
+pkgname=(marble-common marble-qt marble)
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Desktop Globe"
+arch=(x86_64)
+url="https://www.kde.org/applications/system/marble";
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
+ plasma-workspace qt5-serialport qt5-tools qt5-webkit shapelib)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('a325578ec16ed6c1c506ec17b5e61655e37259f50f59a9599fc8d0a0d885c8c1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DQT_PLUGINS_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF \
+-DBUILD_MARBLE_EXAMPLES=OFF \
+-DBUILD_MARBLE_TESTS=OFF \
+-DMOBILE=OFF
+  make
+}
+
+package_marble-common() {
+  pkgdesc='Common libraries and plugins for Marble'
+  depends=(qt5-svg qt5-webkit phonon-qt5 hicolor-icon-them

[arch-commits] Commit in signon-kwallet-extension/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:22:42
  Author: arojas
Revision: 321072

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

Added:
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321071, signon-kwallet-extension/kde-unstable/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:22:27 UTC (rev 321071)
+++ PKGBUILD2018-04-06 06:22:42 UTC (rev 321072)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: anex https://kde.org";
-license=(LGPL)
-groups=(kde-applications kdenetwork)
-depends=(signond kwallet)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b79edfa2b5dbb4316b4472f1d077ad31b23220d2d0914282dca1c8f585216807'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: signon-kwallet-extension/repos/kde-unstable-x86_64/PKGBUILD (from rev 
321071, signon-kwallet-extension/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:22:42 UTC (rev 321072)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: anex https://kde.org";
+license=(LGPL)
+groups=(kde-applications kdenetwork)
+depends=(signond kwallet)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('86a1a716a02758b4d8c45a103e6fd9990dd88ace5ce4bf35937a5894b618ba2e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kaccounts-integration/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:22:56
  Author: arojas
Revision: 321073

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

Added:
  kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321072, kaccounts-integration/kde-unstable/PKGBUILD)
Deleted:
  kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:22:42 UTC (rev 321072)
+++ PKGBUILD2018-04-06 06:22:56 UTC (rev 321073)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('49b596b0a7367fb989bb03afab648b1998223d9d1018e8bcd1fbfe5e15b03f45'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 
321072, kaccounts-integration/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:22:56 UTC (rev 321073)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas  
+
+pkgname=kaccounts-integration
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4ff1f75ee40a168aee7caa0f5dfc39e712d868799247fcc5d18ecc165ba66043'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-import-wizard/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:22:27
  Author: arojas
Revision: 321071

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

Added:
  akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321070, akonadi-import-wizard/kde-unstable/PKGBUILD)
Deleted:
  akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:22:12 UTC (rev 321070)
+++ PKGBUILD2018-04-06 06:22:27 UTC (rev 321071)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadi-import-wizard
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Import data from other mail clients to KMail"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(GPL2)
-depends=(mailcommon)
-makedepends=(extra-cmake-modules boost kdoctools python)
-optdepends=('kdepim-addons: additional import plugins')
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('43788d40b87a12bbc8346145b55af44c968caec7a94678615e16de6a81ec7143'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-import-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
321070, akonadi-import-wizard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:22:27 UTC (rev 321071)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-import-wizard
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Import data from other mail clients to KMail"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(GPL2)
+depends=(mailcommon)
+makedepends=(extra-cmake-modules boost kdoctools python)
+optdepends=('kdepim-addons: additional import plugins')
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aff20fc93474d45af2d9fce52469c9670218013732880cac3d20d53c0b9183b4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mailcommon/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:22:12
  Author: arojas
Revision: 321070

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

Added:
  mailcommon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321069, mailcommon/kde-unstable/PKGBUILD)
Deleted:
  mailcommon/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:21:55 UTC (rev 321069)
+++ PKGBUILD2018-04-06 06:22:12 UTC (rev 321070)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailcommon
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM library providing support for mail applications"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(mailimporter messagelib)
-makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c5581bb765f6cdcb66f150602a60b723d9ab9827d5baca3a2f6632a527c3aba9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailcommon/repos/kde-unstable-x86_64/PKGBUILD (from rev 321069, 
mailcommon/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:22:12 UTC (rev 321070)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailcommon
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM library providing support for mail applications"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(mailimporter messagelib)
+makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('18bc6b05030692ae05e0106d1d9f061e00e5ceeed4397896b3ab3fe9b37eef78'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in mailimporter/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:21:55
  Author: arojas
Revision: 321069

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

Added:
  mailimporter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321068, mailimporter/kde-unstable/PKGBUILD)
Deleted:
  mailimporter/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:21:36 UTC (rev 321068)
+++ PKGBUILD2018-04-06 06:21:55 UTC (rev 321069)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailimporter
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Mail importer library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkdepim)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('db5f721e63b6ed42dd5244aef42bcd50de2df8f70c574536b1f4e0e9799d9131'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailimporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 321068, 
mailimporter/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:21:55 UTC (rev 321069)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailimporter
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Mail importer library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkdepim)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f88f4c46d94709dd1f949262218c3eacc04ff1e1cb703fe36b77c8000a8dfd83'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in messagelib/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:21:36
  Author: arojas
Revision: 321068

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

Added:
  messagelib/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321067, messagelib/kde-unstable/PKGBUILD)
Deleted:
  messagelib/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:21:18 UTC (rev 321067)
+++ PKGBUILD2018-04-06 06:21:36 UTC (rev 321068)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=messagelib
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM messaging library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kdepim-apps-libs kmailtransport libgravatar kidentitymanagement kmbox 
qt5-webengine)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bef0a5cdbfacbbcf46bd0f12ca93f75d1cdbfe4d88a48cec2237d07c7ebdeb6f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: messagelib/repos/kde-unstable-x86_64/PKGBUILD (from rev 321067, 
messagelib/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:21:36 UTC (rev 321068)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=messagelib
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM messaging library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kdepim-apps-libs kmailtransport libgravatar kidentitymanagement kmbox 
qt5-webengine)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8e35093eccb4fdfb857d846d5b43c406dd4fb1694a0d205b8bc475ee9bf3be00'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksieve/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:21:18
  Author: arojas
Revision: 321067

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

Added:
  libksieve/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321066, libksieve/kde-unstable/PKGBUILD)
Deleted:
  libksieve/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:21:03 UTC (rev 321066)
+++ PKGBUILD2018-04-06 06:21:18 UTC (rev 321067)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libksieve
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM library for managing sieves"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kidentitymanagement pimcommon kmailtransport qt5-webengine)
-makedepends=(extra-cmake-modules python boost kdoctools)
-conflicts=('libkdepim<16' kio-pim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('03cbbad1ab5a863c0b96cbf3ec799f3e245ce869c231e93825d6cbf3649310e1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksieve/repos/kde-unstable-x86_64/PKGBUILD (from rev 321066, 
libksieve/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:21:18 UTC (rev 321067)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libksieve
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM library for managing sieves"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kidentitymanagement pimcommon kmailtransport qt5-webengine)
+makedepends=(extra-cmake-modules python boost kdoctools)
+conflicts=('libkdepim<16' kio-pim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('28f92582aa8ab18f9243f40bc5829a06b3f473515441d289163d0ecb5e694845'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libgravatar/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:21:03
  Author: arojas
Revision: 321066

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

Added:
  libgravatar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321065, libgravatar/kde-unstable/PKGBUILD)
Deleted:
  libgravatar/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:20:48 UTC (rev 321065)
+++ PKGBUILD2018-04-06 06:21:03 UTC (rev 321066)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libgravatar
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM library providing Gravatar support"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(pimcommon)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3a1ba9d0a811c5929edef137a865741317f593283dc1f5ffedefd30a9f60ce12'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libgravatar/repos/kde-unstable-x86_64/PKGBUILD (from rev 321065, 
libgravatar/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:21:03 UTC (rev 321066)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libgravatar
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM library providing Gravatar support"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(pimcommon)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fe3bc0d4f6684858799866ce7f88acf06712a9c007a53bde8bb224890eca7b98'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in eventviews/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:20:33
  Author: arojas
Revision: 321064

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

Added:
  eventviews/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321063, eventviews/kde-unstable/PKGBUILD)
Deleted:
  eventviews/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:20:18 UTC (rev 321063)
+++ PKGBUILD2018-04-06 06:20:33 UTC (rev 321064)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=eventviews
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Library for creating events"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(calendarsupport kdiagram)
-makedepends=(extra-cmake-modules python boost qt5-tools)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('77a531ebe878c4db26da871b5b6e3caa03d970bfffe7a36fa7e8ecf97c5c39dc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: eventviews/repos/kde-unstable-x86_64/PKGBUILD (from rev 321063, 
eventviews/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:20:33 UTC (rev 321064)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=eventviews
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library for creating events"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(calendarsupport kdiagram)
+makedepends=(extra-cmake-modules python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('66f6de7b378aad1e64bc581bee76730fffa3ad7dd8dafeb2c7cd61b7c271c0be'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in incidenceeditor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:20:48
  Author: arojas
Revision: 321065

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

Added:
  incidenceeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321064, incidenceeditor/kde-unstable/PKGBUILD)
Deleted:
  incidenceeditor/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:20:33 UTC (rev 321064)
+++ PKGBUILD2018-04-06 06:20:48 UTC (rev 321065)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=incidenceeditor
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM incidence editor"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(eventviews)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('45b305839951014c9adb197ab27ef3995203240d8fcb94ed00eac0f84da28907'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: incidenceeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 321064, 
incidenceeditor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:20:48 UTC (rev 321065)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=incidenceeditor
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM incidence editor"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(eventviews)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('13244c2ddf03de1e2fcf3056501ef192405352f79f24513887757ed0c0baed1f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in calendarsupport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:20:18
  Author: arojas
Revision: 321063

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

Added:
  calendarsupport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321062, calendarsupport/kde-unstable/PKGBUILD)
Deleted:
  calendarsupport/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:20:03 UTC (rev 321062)
+++ PKGBUILD2018-04-06 06:20:18 UTC (rev 321063)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=calendarsupport
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Calendar support library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kdepim-apps-libs kholidays akonadi-calendar)
-makedepends=(extra-cmake-modules python boost qt5-tools)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b4877cf3f8e675f51c7b4dc4b3fda541c0a19b0ac1d59a9e05f565b598fba960'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calendarsupport/repos/kde-unstable-x86_64/PKGBUILD (from rev 321062, 
calendarsupport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:20:18 UTC (rev 321063)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=calendarsupport
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Calendar support library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kdepim-apps-libs kholidays akonadi-calendar)
+makedepends=(extra-cmake-modules python boost qt5-tools)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1d82d9dffb9a9cafc580810262df34451bb07efcf4783c04e0d69f9ffd2b0412'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdepim-apps-libs/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:20:03
  Author: arojas
Revision: 321062

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

Added:
  kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321061, kdepim-apps-libs/kde-unstable/PKGBUILD)
Deleted:
  kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:19:49 UTC (rev 321061)
+++ PKGBUILD2018-04-06 06:20:03 UTC (rev 321062)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-apps-libs
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM mail related libraries"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkleo pimcommon grantleetheme)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4a54d47c604e8f3e2d1c9929d68b918633907491b15d65a7c64c0945549f499f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-apps-libs/repos/kde-unstable-x86_64/PKGBUILD (from rev 321061, 
kdepim-apps-libs/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:20:03 UTC (rev 321062)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-apps-libs
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM mail related libraries"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkleo pimcommon grantleetheme)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a0aa21544f38c8810d44f05f0bf9d138851e7a4dad30b615d394ad427ae55fa8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in python-biopython/repos/community-x86_64 (4 files)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:20:40
  Author: arcanis
Revision: 314548

archrelease: copy trunk to community-x86_64

Added:
  python-biopython/repos/community-x86_64/ChangeLog
(from rev 314547, python-biopython/trunk/ChangeLog)
  python-biopython/repos/community-x86_64/PKGBUILD
(from rev 314547, python-biopython/trunk/PKGBUILD)
Deleted:
  python-biopython/repos/community-x86_64/ChangeLog
  python-biopython/repos/community-x86_64/PKGBUILD

---+
 ChangeLog |   37 ++--
 PKGBUILD  |  110 ++--
 2 files changed, 75 insertions(+), 72 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-04-06 06:20:21 UTC (rev 314547)
+++ ChangeLog   2018-04-06 06:20:40 UTC (rev 314548)
@@ -1,17 +0,0 @@
-1.70-1:
-upstream update
-
-1.68-1:
-upstream update
-
-1.67-1:
-upstream update
-
-1.66-1:
-upstream update
-
-1.65-3:
-python3.5 rebuild
-
-1.65-1:
-upstream update

Copied: python-biopython/repos/community-x86_64/ChangeLog (from rev 314547, 
python-biopython/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2018-04-06 06:20:40 UTC (rev 314548)
@@ -0,0 +1,20 @@
+1.71-1:
+upstream update
+
+1.70-1:
+upstream update
+
+1.68-1:
+upstream update
+
+1.67-1:
+upstream update
+
+1.66-1:
+upstream update
+
+1.65-3:
+python3.5 rebuild
+
+1.65-1:
+upstream update

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:20:21 UTC (rev 314547)
+++ PKGBUILD2018-04-06 06:20:40 UTC (rev 314548)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Stunts 
-# Contributor: damir 
-
-pkgbase=python-biopython
-pkgname=('python-biopython' 'python2-biopython')
-_pkgname=biopython
-pkgver=1.70
-pkgrel=1
-pkgdesc="Freely available Python tools for computational molecular biology"
-arch=('i686' 'x86_64')
-url="http://www.biopython.org";
-license=('custom')
-makedepends=('python-setuptools' 'python2-setuptools')
-depends=('python-numpy' 'python2-numpy')
-source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
-changelog=ChangeLog
-sha512sums=('7ae3005a7e909741874f2be5a85f68e91502d6c6afd853b0d6294242525db5ebb141e66dd817cd408a37f9d6bdf0b63f0a19ac0a60acd1a451347fa29ac93ac1')
-
-prepare() {
-  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
-  # change python to python2
-  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
-  sed -i 's|env python|env python2|' {} \;
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py build
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
-  python2 setup.py build
-}
-
-package_python-biopython() {
-  depends=('python-numpy')
-  optdepends=('python-mysql-connector: for BioSQL module')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-biopython() {
-  depends=('python2-numpy')
-  optdepends=('python2-reportlab: for pdf graphics code'
-  'python2-mysql-connector: for BioSQL module'
-  'mysql-python: for BioSQL module')
-
-  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-

Copied: python-biopython/repos/community-x86_64/PKGBUILD (from rev 314547, 
python-biopython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:20:40 UTC (rev 314548)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: Stunts 
+# Contributor: damir 
+
+pkgbase=python-biopython
+pkgname=('python-biopython' 'python2-biopython')
+_pkgname=biopython
+pkgver=1.71
+pkgrel=1
+pkgdesc="Freely available Python tools for computational molecular biology"
+arch=('x86_64')
+url="http://www.biopython.org";
+license=('custom')
+makedepends=('python-setuptools' 'python2-setuptools')
+depends=('python-numpy' 'python2-numpy')
+source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
+changelog=ChangeLog
+sha512sums=('003955e92295e98526c88abb573db9bdc37877fc41395551b541e7106ffa603327a36c6f4d999838c0be38b378901235c9dbd7cb7fc25c14a5d7001939fe23bd')
+
+prepare() {
+  cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"
+  # change python to python2
+  find "${_pkgname}-${pkgver}-py2" -name '*.py' -type f -exec \
+  sed -i 's|env python|env python2|' {} \;
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-${pkgver}-py2"
+  python2 setup.py build
+}
+
+package_python-biopython() {
+  depends=('python-numpy')
+  optdepends=('python-mysql-connector: for BioSQL module')
+
+  cd "${srcdir}/${_pkgname

[arch-commits] Commit in python-biopython/trunk (ChangeLog PKGBUILD)

2018-04-05 Thread Evgeniy Alekseev via arch-commits
Date: Friday, April 6, 2018 @ 06:20:21
  Author: arcanis
Revision: 314547

upgpkg: python-biopython 1.71-1

Modified:
  python-biopython/trunk/ChangeLog
  python-biopython/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2018-04-06 06:12:11 UTC (rev 314546)
+++ ChangeLog   2018-04-06 06:20:21 UTC (rev 314547)
@@ -1,3 +1,6 @@
+1.71-1:
+upstream update
+
 1.70-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 06:12:11 UTC (rev 314546)
+++ PKGBUILD2018-04-06 06:20:21 UTC (rev 314547)
@@ -6,7 +6,7 @@
 pkgbase=python-biopython
 pkgname=('python-biopython' 'python2-biopython')
 _pkgname=biopython
-pkgver=1.70
+pkgver=1.71
 pkgrel=1
 pkgdesc="Freely available Python tools for computational molecular biology"
 arch=('x86_64')
@@ -16,7 +16,7 @@
 depends=('python-numpy' 'python2-numpy')
 source=(http://www.biopython.org/DIST/${_pkgname}-${pkgver}.tar.gz)
 changelog=ChangeLog
-sha512sums=('7ae3005a7e909741874f2be5a85f68e91502d6c6afd853b0d6294242525db5ebb141e66dd817cd408a37f9d6bdf0b63f0a19ac0a60acd1a451347fa29ac93ac1')
+sha512sums=('003955e92295e98526c88abb573db9bdc37877fc41395551b541e7106ffa603327a36c6f4d999838c0be38b378901235c9dbd7cb7fc25c14a5d7001939fe23bd')
 
 prepare() {
   cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-py2"


[arch-commits] Commit in grantleetheme/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:19:49
  Author: arojas
Revision: 321061

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

Added:
  grantleetheme/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321060, grantleetheme/kde-unstable/PKGBUILD)
Deleted:
  grantleetheme/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:19:34 UTC (rev 321060)
+++ PKGBUILD2018-04-06 06:19:49 UTC (rev 321061)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=grantleetheme
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Library for Grantlee theming support"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(grantlee knewstuff)
-makedepends=(extra-cmake-modules python)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6c07e4c7c7c8535ae7fecdd19cdc6e9b42705b37093300a601bf514674de0638'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantleetheme/repos/kde-unstable-x86_64/PKGBUILD (from rev 321060, 
grantleetheme/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:19:49 UTC (rev 321061)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=grantleetheme
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library for Grantlee theming support"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(grantlee knewstuff)
+makedepends=(extra-cmake-modules python)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('83cf3b6f0c5a689dbd6eedb2a49ad638986ea9a253211270598bb9a1937f062f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkleo/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:19:34
  Author: arojas
Revision: 321060

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

Added:
  libkleo/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321059, libkleo/kde-unstable/PKGBUILD)
Deleted:
  libkleo/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:19:18 UTC (rev 321059)
+++ PKGBUILD2018-04-06 06:19:34 UTC (rev 321060)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkleo
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM cryptographic library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(qgpgme kitemmodels kpimtextedit)
-makedepends=(extra-cmake-modules python boost)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0a6a1d4f5166bda99f2549c5eddc56ed28f3bc620b885d6ad3af11f0f1e9cef6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkleo/repos/kde-unstable-x86_64/PKGBUILD (from rev 321059, 
libkleo/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:19:34 UTC (rev 321060)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkleo
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM cryptographic library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(qgpgme kitemmodels kpimtextedit)
+makedepends=(extra-cmake-modules python boost)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c5198208859be3df2dbe51435b43050f99f1b83234fbd9a6e9cb4ecc94cb12c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdepim-runtime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:19:18
  Author: arojas
Revision: 321059

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

Added:
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321058, kdepim-runtime/kde-unstable/PKGBUILD)
Deleted:
  kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   78 ++---
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:19:03 UTC (rev 321058)
+++ PKGBUILD2018-04-06 06:19:18 UTC (rev 321059)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kdepim-runtime
-pkgver=18.03.80
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim'
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM'
-license=(GPL LGPL FDL)
-depends=(libkgapi libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal 
kmbox pimcommon akonadi-notes)
-makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
-conflicts=(kio-pim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5fb94b7ab1464660e9ff839e5d58760eadbf6c7c919dfd4364e266523e52b96e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdepim-runtime/repos/kde-unstable-x86_64/PKGBUILD (from rev 321058, 
kdepim-runtime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:19:18 UTC (rev 321059)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kdepim-runtime
+pkgver=18.03.90
+pkgrel=1
+pkgdesc='Extends the functionality of kdepim'
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM'
+license=(GPL LGPL FDL)
+depends=(libkgapi libkolabxml kdav akonadi-calendar knotifyconfig kalarmcal 
kmbox pimcommon akonadi-notes)
+makedepends=(extra-cmake-modules kdoctools boost python kdesignerplugin)
+conflicts=(kio-pim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f54d42ec08aa805abf1d0a74fff75483774548d6c0ecf621dbc991404fee7840'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in pimcommon/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:19:03
  Author: arojas
Revision: 321058

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

Added:
  pimcommon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321057, pimcommon/kde-unstable/PKGBUILD)
Deleted:
  pimcommon/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:18:49 UTC (rev 321057)
+++ PKGBUILD2018-04-06 06:19:03 UTC (rev 321058)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=pimcommon
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common libraries for KDE PIM"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libkdepim kpimtextedit knewstuff kimap)
-makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
-conflicts=('libkdepim<16')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9d62110ba91919712a29ed8aff4efdedbe0442c8dc8195d9a3b4261b681eb1f8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: pimcommon/repos/kde-unstable-x86_64/PKGBUILD (from rev 321057, 
pimcommon/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:19:03 UTC (rev 321058)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=pimcommon
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common libraries for KDE PIM"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libkdepim kpimtextedit knewstuff kimap)
+makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
+conflicts=('libkdepim<16')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2497ecd375df2ff247e84247211d54828ad067d1819f2c5302840882779534e4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkdepim/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:18:49
  Author: arojas
Revision: 321057

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

Added:
  libkdepim/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321056, libkdepim/kde-unstable/PKGBUILD)
Deleted:
  libkdepim/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:18:34 UTC (rev 321056)
+++ PKGBUILD2018-04-06 06:18:49 UTC (rev 321057)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libkdepim
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Libraries for KDE PIM applications"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi-contacts akonadi-search kldap)
-makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('213e05f6fc98c5f459ca9fa34f852e54f8d650d905a1706b3e8df640f6e25318'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdepim/repos/kde-unstable-x86_64/PKGBUILD (from rev 321056, 
libkdepim/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:18:49 UTC (rev 321057)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libkdepim
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries for KDE PIM applications"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi-contacts akonadi-search kldap)
+makedepends=(extra-cmake-modules python boost qt5-tools kdesignerplugin)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cfb87750bb495b2f952fd5442087946daef6d1aaa4b76f35e902346176f6e535'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kdav/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:18:19
  Author: arojas
Revision: 321055

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

Added:
  kdav/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321054, kdav/kde-unstable/PKGBUILD)
Deleted:
  kdav/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:18:04 UTC (rev 321054)
+++ PKGBUILD2018-04-06 06:18:19 UTC (rev 321055)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdav
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A DAV protocol implemention with KJobs"
-url='https://pim.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e3ed07ecd5d9c1d0a639215f26b76f70fdb041499bd50c90b86d6ad50a656868'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdav/repos/kde-unstable-x86_64/PKGBUILD (from rev 321054, 
kdav/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:18:19 UTC (rev 321055)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdav
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A DAV protocol implemention with KJobs"
+url='https://pim.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('933f4a932865206cfdae0835a4520c1f7d63bf30951b36a4ff920370c812beff'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkgapi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:18:34
  Author: arojas
Revision: 321056

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

Added:
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321055, libkgapi/kde-unstable/PKGBUILD)
Deleted:
  libkgapi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:18:19 UTC (rev 321055)
+++ PKGBUILD2018-04-06 06:18:34 UTC (rev 321056)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webengine kio)
-makedepends=(extra-cmake-modules qt5-tools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('442637d43b021274303429ef5532ebf96b610f00f64d176e852ba22a050fcdf6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321055, 
libkgapi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:18:34 UTC (rev 321056)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9c3d091db051f7c7008bebf07aeb570c2f4706883bd302e94478189a97254156'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kalarmcal/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:18:04
  Author: arojas
Revision: 321054

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

Added:
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321053, kalarmcal/kde-unstable/PKGBUILD)
Deleted:
  kalarmcal/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:17:49 UTC (rev 321053)
+++ PKGBUILD2018-04-06 06:18:04 UTC (rev 321054)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kholidays akonadi kcalutils kdelibs4support)
-makedepends=(extra-cmake-modules python boost kdesignerplugin kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('be8b9eef4e7c44a9f7add86644dce3d3b71ed88ad6fbe04c1801af82fcda3627'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/kde-unstable-x86_64/PKGBUILD (from rev 321053, 
kalarmcal/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:18:04 UTC (rev 321054)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="The KAlarm client library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kholidays akonadi kcalutils kdelibs4support)
+makedepends=(extra-cmake-modules python boost kdesignerplugin kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a6f05ffd80d7e5690e3743e4309ed6767a2447cef2c80638b16d20636444aed9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-notes/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:17:20
  Author: arojas
Revision: 321051

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

Added:
  akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321050, akonadi-notes/kde-unstable/PKGBUILD)
Deleted:
  akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:17:00 UTC (rev 321050)
+++ PKGBUILD2018-04-06 06:17:20 UTC (rev 321051)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-notes
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement management of notes in Akonadi"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python akonadi boost)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('93dbd30ad95171dcce678eec1994e4195ac4311aa5f26ad2afe79b51cc60'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-notes/repos/kde-unstable-x86_64/PKGBUILD (from rev 321050, 
akonadi-notes/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:17:20 UTC (rev 321051)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-notes
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement management of notes in Akonadi"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python akonadi boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e4eb7fa328add30d388ffe34660bc9849387bbf238c7c62ec29751c027be4635'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-search/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:17:35
  Author: arojas
Revision: 321052

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

Added:
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321051, akonadi-search/kde-unstable/PKGBUILD)
Deleted:
  akonadi-search/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:17:20 UTC (rev 321051)
+++ PKGBUILD2018-04-06 06:17:35 UTC (rev 321052)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://community.kde.org/KDE_PIM'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
-makedepends=(extra-cmake-modules boost python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('32a6a49e9e6ab412386b0f8643b060054debec7562a0a827ac2ac67c6c9d65f1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/kde-unstable-x86_64/PKGBUILD (from rev 321051, 
akonadi-search/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:17:35 UTC (rev 321052)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://community.kde.org/KDE_PIM'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9f1d1aa32b764cf40f5cd44e99fd4457ff36221eab94b249cf281619edcbb732'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-contacts/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:17:00
  Author: arojas
Revision: 321050

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

Added:
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321049, akonadi-contacts/kde-unstable/PKGBUILD)
Deleted:
  akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:16:45 UTC (rev 321049)
+++ PKGBUILD2018-04-06 06:17:00 UTC (rev 321050)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-contacts
-pkgver=18.03.80
-pkgrel=2
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi kcontacts kmime prison)
-makedepends=(extra-cmake-modules python boost)
-conflicts=(akonadi-contact)
-replaces=(akonadi-contact)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('17b649166334e5123930151fc139b9a79d8453cffb0625d41353b0c90f2d4250'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-contacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 321049, 
akonadi-contacts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:17:00 UTC (rev 321050)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-contacts
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi kcontacts kmime prison)
+makedepends=(extra-cmake-modules python boost)
+conflicts=(akonadi-contact)
+replaces=(akonadi-contact)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cbaabe559f22650dc38893d3c504d3459595b3491640ffdacc06ab520886ec42'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-calendar/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:17:49
  Author: arojas
Revision: 321053

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

Added:
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321052, akonadi-calendar/kde-unstable/PKGBUILD)
Deleted:
  akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:17:35 UTC (rev 321052)
+++ PKGBUILD2018-04-06 06:17:49 UTC (rev 321053)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-calendar
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Akonadi calendar integration"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmailtransport kcalutils akonadi-contacts)
-makedepends=(extra-cmake-modules boost python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bc85e7071ac282aa9b554838bdcccb4f38d8d1e27364b203c67048e5bfddae43'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-calendar/repos/kde-unstable-x86_64/PKGBUILD (from rev 321052, 
akonadi-calendar/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:17:49 UTC (rev 321053)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-calendar
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Akonadi calendar integration"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmailtransport kcalutils akonadi-contacts)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8345fe78145b8e421c91c08eca632d209354647f0fed1d4bdf6f3a9e5a8ef3ab'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ksmtp/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:16:22
  Author: arojas
Revision: 321048

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

Added:
  ksmtp/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321047, ksmtp/kde-unstable/PKGBUILD)
Deleted:
  ksmtp/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:16:07 UTC (rev 321047)
+++ PKGBUILD2018-04-06 06:16:22 UTC (rev 321048)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=ksmtp
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Job-based library to send email through an SMTP server"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e2b66094eb23892c8ebcc328648fbf5aacaa73ebe7a94b2988ada0e189d60ef8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksmtp/repos/kde-unstable-x86_64/PKGBUILD (from rev 321047, 
ksmtp/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:16:22 UTC (rev 321048)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ksmtp
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Job-based library to send email through an SMTP server"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a10cf58eaf65ed3284e34d171a55bb13bb42f7cca1598b47492fc9ed90f24090'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kmailtransport/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:16:45
  Author: arojas
Revision: 321049

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

Added:
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321048, kmailtransport/kde-unstable/PKGBUILD)
Deleted:
  kmailtransport/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:16:22 UTC (rev 321048)
+++ PKGBUILD2018-04-06 06:16:45 UTC (rev 321049)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi-mime kcmutils ksmtp)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b53b82bbb89467e040e8e13d1b68cceaafb483e77d00ab44b5c8819a9db5e8a9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/kde-unstable-x86_64/PKGBUILD (from rev 321048, 
kmailtransport/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:16:45 UTC (rev 321049)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Mail Transport Service"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi-mime kcmutils ksmtp)
+makedepends=(extra-cmake-modules boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6d8439b8c4ac069e8b3f48401046e63786e1d7f914edd8063afe097ba935036'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi-mime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:16:07
  Author: arojas
Revision: 321047

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

Added:
  akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321046, akonadi-mime/kde-unstable/PKGBUILD)
Deleted:
  akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:15:50 UTC (rev 321046)
+++ PKGBUILD2018-04-06 06:16:07 UTC (rev 321047)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-mime
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Libraries and daemons to implement basic email handling"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(akonadi kmime)
-makedepends=(extra-cmake-modules python kdoctools boost)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8b04b76a3516e29f69bd92101255830d5852ce69242c71e44f7342642606f3e7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-mime/repos/kde-unstable-x86_64/PKGBUILD (from rev 321046, 
akonadi-mime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:16:07 UTC (rev 321047)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-mime
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Libraries and daemons to implement basic email handling"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(akonadi kmime)
+makedepends=(extra-cmake-modules python kdoctools boost)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4b25d75352a2e96f6fd40dc1bb7b1b3d43dc3e7c315b5761b317339a838c86ce'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in akonadi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:15:50
  Author: arojas
Revision: 321046

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

Added:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321045, akonadi/kde-unstable/PKGBUILD)
Deleted:
  akonadi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   82 ++---
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:15:35 UTC (rev 321045)
+++ PKGBUILD2018-04-06 06:15:50 UTC (rev 321046)
@@ -1,41 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=akonadi
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://community.kde.org/KDE_PIM/Akonadi'
-license=(LGPL)
-depends=(kio kitemmodels mariadb hicolor-icon-theme)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
-optdepends=('postgresql: PostgreSQL backend')
-conflicts=(akonadi-client)
-provides=(akonadi-client)
-replaces=(akonadi-client)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('364b5804950073f0e3e95e65e18970c7290347829f4e3ee39f6337180c7bac06'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321045, 
akonadi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:15:50 UTC (rev 321046)
@@ -0,0 +1,41 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=akonadi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://community.kde.org/KDE_PIM/Akonadi'
+license=(LGPL)
+depends=(kio kitemmodels mariadb hicolor-icon-theme)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost python 
kdesignerplugin)
+optdepends=('postgresql: PostgreSQL backend')
+conflicts=(akonadi-client)
+provides=(akonadi-client)
+replaces=(akonadi-client)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4133ec22297ad1d013f0215ce1e85dbb988faf50d88ebdf2b0d57ebc9cd07513'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in ktnef/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:15:35
  Author: arojas
Revision: 321045

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

Added:
  ktnef/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321044, ktnef/kde-unstable/PKGBUILD)
Deleted:
  ktnef/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:07:57 UTC (rev 321044)
+++ PKGBUILD2018-04-06 06:15:35 UTC (rev 321045)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=ktnef
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules python)
-conflicts=(libktnef)
-provides=(libktnef)
-replaces=(libktnef)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c51103e3014bf66abafb870e4d691ba2853fd19f0743e8a0d540066a60bbc2e0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktnef/repos/kde-unstable-x86_64/PKGBUILD (from rev 321044, 
ktnef/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:15:35 UTC (rev 321045)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ktnef
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules python)
+conflicts=(libktnef)
+provides=(libktnef)
+replaces=(libktnef)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c335f037d7d06eca2621712b12ac115c1cd68d1e0fafb292f446e34017e1dd3c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in zabbix/repos/extra-x86_64 (28 files)

2018-04-05 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 6, 2018 @ 06:03:19
  Author: bpiotrowski
Revision: 321041

archrelease: copy trunk to extra-x86_64

Added:
  zabbix/repos/extra-x86_64/PKGBUILD
(from rev 321040, zabbix/trunk/PKGBUILD)
  zabbix/repos/extra-x86_64/zabbix-agent.service
(from rev 321040, zabbix/trunk/zabbix-agent.service)
  zabbix/repos/extra-x86_64/zabbix-agent.sysusers
(from rev 321040, zabbix/trunk/zabbix-agent.sysusers)
  zabbix/repos/extra-x86_64/zabbix-agent.tmpfiles
(from rev 321040, zabbix/trunk/zabbix-agent.tmpfiles)
  zabbix/repos/extra-x86_64/zabbix-proxy-mysql.service
(from rev 321040, zabbix/trunk/zabbix-proxy-mysql.service)
  zabbix/repos/extra-x86_64/zabbix-proxy-pgsql.service
(from rev 321040, zabbix/trunk/zabbix-proxy-pgsql.service)
  zabbix/repos/extra-x86_64/zabbix-proxy-sqlite.service
(from rev 321040, zabbix/trunk/zabbix-proxy-sqlite.service)
  zabbix/repos/extra-x86_64/zabbix-proxy.sysusers
(from rev 321040, zabbix/trunk/zabbix-proxy.sysusers)
  zabbix/repos/extra-x86_64/zabbix-proxy.tmpfiles
(from rev 321040, zabbix/trunk/zabbix-proxy.tmpfiles)
  zabbix/repos/extra-x86_64/zabbix-server-mysql.service
(from rev 321040, zabbix/trunk/zabbix-server-mysql.service)
  zabbix/repos/extra-x86_64/zabbix-server-pgsql.service
(from rev 321040, zabbix/trunk/zabbix-server-pgsql.service)
  zabbix/repos/extra-x86_64/zabbix-server.install
(from rev 321040, zabbix/trunk/zabbix-server.install)
  zabbix/repos/extra-x86_64/zabbix-server.sysusers
(from rev 321040, zabbix/trunk/zabbix-server.sysusers)
  zabbix/repos/extra-x86_64/zabbix-server.tmpfiles
(from rev 321040, zabbix/trunk/zabbix-server.tmpfiles)
Deleted:
  zabbix/repos/extra-x86_64/PKGBUILD
  zabbix/repos/extra-x86_64/zabbix-agent.service
  zabbix/repos/extra-x86_64/zabbix-agent.sysusers
  zabbix/repos/extra-x86_64/zabbix-agent.tmpfiles
  zabbix/repos/extra-x86_64/zabbix-proxy-mysql.service
  zabbix/repos/extra-x86_64/zabbix-proxy-pgsql.service
  zabbix/repos/extra-x86_64/zabbix-proxy-sqlite.service
  zabbix/repos/extra-x86_64/zabbix-proxy.sysusers
  zabbix/repos/extra-x86_64/zabbix-proxy.tmpfiles
  zabbix/repos/extra-x86_64/zabbix-server-mysql.service
  zabbix/repos/extra-x86_64/zabbix-server-pgsql.service
  zabbix/repos/extra-x86_64/zabbix-server.install
  zabbix/repos/extra-x86_64/zabbix-server.sysusers
  zabbix/repos/extra-x86_64/zabbix-server.tmpfiles

-+
 PKGBUILD|  362 +-
 zabbix-agent.service|   22 +-
 zabbix-agent.sysusers   |2 
 zabbix-agent.tmpfiles   |2 
 zabbix-proxy-mysql.service  |   24 +-
 zabbix-proxy-pgsql.service  |   24 +-
 zabbix-proxy-sqlite.service |   24 +-
 zabbix-proxy.sysusers   |2 
 zabbix-proxy.tmpfiles   |2 
 zabbix-server-mysql.service |   24 +-
 zabbix-server-pgsql.service |   24 +-
 zabbix-server.install   |   24 +-
 zabbix-server.sysusers  |2 
 zabbix-server.tmpfiles  |2 
 14 files changed, 270 insertions(+), 270 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:03:03 UTC (rev 321040)
+++ PKGBUILD2018-04-06 06:03:19 UTC (rev 321041)
@@ -1,181 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Florian Pritz 
-
-pkgbase=zabbix
-pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.7
-pkgrel=1
-arch=(x86_64)
-url='http://www.zabbix.com/'
-license=(GPL)
-makedepends=(postgresql-libs libxml2 unixodbc net-snmp libmariadbclient 
libldap libevent)
-source=(https://downloads.sourceforge.net/sourceforge/zabbix/zabbix-${pkgver}.tar.gz
-zabbix-agent.{service,sysusers,tmpfiles}
-   zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
-   zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
-
-sha256sums=('ae0f5c7da3886aa3184a1c39ba455e801cdc4356ba16bf68339aee0947366289'
-'484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
-'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
-'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'
-'7b14586f5b418de6a174c35d466e25ee42c5e4d8190eea4663f4b3e905f91216'
-'6e49cd520604745aa0febd76d582a2936ad8ab7374c3c9f353ac8c7b1adbbf61'
-'9fe22526327a0573652c65ff374eba7c36a00b85f8e72d32643d1cc68a07ebbb'
-'879a7553040d652d1c34044c0ce1e57b809c647b3b037247a5819892a7622a65'
-'d06775ebc27cec623d94a3134b4abfb8ddd8e74e3c3483fa1f57f542590e9113'
-'3394dc819a9915f4710cc3ba1ab24c5f1df1547736d2d40b04eec873e8619e8c'
-'7592b3b5b66583a57eec83afed3450bae74f6332125396c1dbeeb46f911cb631'
-'d8929b2e78b5b178c7eebc32ae00a05b7c9d798cf25950a8745ea4b23734e226'
-'f842ea0a229513e918ff9641391605d436b7d57cb53d932cdd02e4e8b13c95d9')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  

[arch-commits] Commit in zabbix/trunk (PKGBUILD)

2018-04-05 Thread Bartłomiej Piotrowski via arch-commits
Date: Friday, April 6, 2018 @ 06:03:03
  Author: bpiotrowski
Revision: 321040

3.4.8-1: new upstream release

Modified:
  zabbix/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-04-06 06:02:49 UTC (rev 321039)
+++ PKGBUILD2018-04-06 06:03:03 UTC (rev 321040)
@@ -4,7 +4,7 @@
 
 pkgbase=zabbix
 pkgname=(zabbix-server zabbix-agent zabbix-proxy zabbix-frontend-php)
-pkgver=3.4.7
+pkgver=3.4.8
 pkgrel=1
 arch=(x86_64)
 url='http://www.zabbix.com/'
@@ -15,7 +15,7 @@
zabbix-server{-mysql,-pgsql}.service zabbix-server.{sysusers,tmpfiles}
zabbix-proxy{-sqlite,-mysql,-pgsql}.service 
zabbix-proxy.{sysusers,tmpfiles})
 
-sha256sums=('ae0f5c7da3886aa3184a1c39ba455e801cdc4356ba16bf68339aee0947366289'
+sha256sums=('cec14993d1ec2c9d8c51f6608c9408620f27174db92edc2347bafa7b841ccc07'
 '484fa9969eab61eaf20043ae08e2615c0569982dff869c985f2e2065da698c6a'
 'ef23133aae2340945e621c9725094a3458d9089d3de15f641afcdabdf7c5a39c'
 'c38a871d237b00dd6310dfb02e5a8e1b930e445204e73dde8305bed8baf380ec'


[arch-commits] Commit in kontactinterface/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:02:49
  Author: arojas
Revision: 321039

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

Added:
  kontactinterface/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321038, kontactinterface/kde-unstable/PKGBUILD)
Deleted:
  kontactinterface/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:02:34 UTC (rev 321038)
+++ PKGBUILD2018-04-06 06:02:49 UTC (rev 321039)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7027a8709294d1d16a11882bbc8233ca418afba5ad75c4496a4ff9d1f9000f1e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/kde-unstable-x86_64/PKGBUILD (from rev 321038, 
kontactinterface/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:02:49 UTC (rev 321039)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('90944eff8b6bbe50a233f0dbb323cd2ee9940026d74b3e473fc4384e2396eaf5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kldap/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:02:34
  Author: arojas
Revision: 321038

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

Added:
  kldap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321037, kldap/kde-unstable/PKGBUILD)
Deleted:
  kldap/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:02:19 UTC (rev 321037)
+++ PKGBUILD2018-04-06 06:02:34 UTC (rev 321038)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kcompletion)
-optdepends=('kio: LDAP kioslave')
-makedepends=(extra-cmake-modules python kio kdoctools)
-conflicts=(kio-pim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5fe73bd1409db242a6262b893b0431df555c95b25037bc1c87a504b9edbaac21'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/kde-unstable-x86_64/PKGBUILD (from rev 321037, 
kldap/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:02:34 UTC (rev 321038)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="LDAP access API for KDE"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kcompletion)
+optdepends=('kio: LDAP kioslave')
+makedepends=(extra-cmake-modules python kio kdoctools)
+conflicts=(kio-pim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('89980ddab9a23e312b140d8ccf747b4c8ded7dd60aff7da69618eb68a471ca14'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kmime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:01:45
  Author: arojas
Revision: 321035

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

Added:
  kmime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321034, kmime/kde-unstable/PKGBUILD)
Deleted:
  kmime/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:01:30 UTC (rev 321034)
+++ PKGBUILD2018-04-06 06:01:45 UTC (rev 321035)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmime
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Library for handling mail messages and newsgroup articles"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1769d77f5b531c61216461270366276cdbc7b63fc770e423a22d19a4278513b9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmime/repos/kde-unstable-x86_64/PKGBUILD (from rev 321034, 
kmime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:01:45 UTC (rev 321035)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmime
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library for handling mail messages and newsgroup articles"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0d93e5963a77707b400bca785b337f989b1ff094ba8b26805f5af1decadbfd85'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kmbox/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:02:19
  Author: arojas
Revision: 321037

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

Added:
  kmbox/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321036, kmbox/kde-unstable/PKGBUILD)
Deleted:
  kmbox/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:02:04 UTC (rev 321036)
+++ PKGBUILD2018-04-06 06:02:19 UTC (rev 321037)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('acb00a1c6412b34a827cb396e02bb878f20b83d19fe6462b378343ef33946bd9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/kde-unstable-x86_64/PKGBUILD (from rev 321036, 
kmbox/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:02:19 UTC (rev 321037)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8a2f8ae2daa1740ed7eae039f4d5cb3d576e7f79807045fa61a86ebc93216673'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kimap/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:02:04
  Author: arojas
Revision: 321036

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

Added:
  kimap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321035, kimap/kde-unstable/PKGBUILD)
Deleted:
  kimap/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:01:45 UTC (rev 321035)
+++ PKGBUILD2018-04-06 06:02:04 UTC (rev 321036)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('24e246791bec507153e07addeeddf79b5687518b594d8620cbac4d97924812ca'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/kde-unstable-x86_64/PKGBUILD (from rev 321035, 
kimap/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:02:04 UTC (rev 321036)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e734dccbaa854a3ab3171f0305deb20fe0a7b3f3193c3c10220a688fae57980b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kde-syndication/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:01:07
  Author: arojas
Revision: 321033

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

Added:
  kde-syndication/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321032, kde-syndication/kde-unstable/PKGBUILD)
Deleted:
  kde-syndication/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   70 ++---
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:00:52 UTC (rev 321032)
+++ PKGBUILD2018-04-06 06:01:07 UTC (rev 321033)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-_pkgname=syndication
-pkgname=kde-$_pkgname
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="RSS/Atom parser library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('50c2dd3de012dde69ffc81f5ab93696a625d207f1a5113ef32f2b3269e2be777'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kde-syndication/repos/kde-unstable-x86_64/PKGBUILD (from rev 321032, 
kde-syndication/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:01:07 UTC (rev 321033)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2c391246bbf252790f0b327d133162f0a30d7263114702c2ac958394d4a32d26'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$_pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kblog/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:01:30
  Author: arojas
Revision: 321034

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

Added:
  kblog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321033, kblog/kde-unstable/PKGBUILD)
Deleted:
  kblog/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:01:07 UTC (rev 321033)
+++ PKGBUILD2018-04-06 06:01:30 UTC (rev 321034)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kblog
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A blogging library for KDE"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kxmlrpcclient kde-syndication kcalcore)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0864d1f36cdb168538a64bb8096004956ba8282b2ac6631492a908b4f6c7de39'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kblog/repos/kde-unstable-x86_64/PKGBUILD (from rev 321033, 
kblog/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:01:30 UTC (rev 321034)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kblog
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A blogging library for KDE"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kxmlrpcclient kde-syndication kcalcore)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('03a45563293b0ff3f233869a772c6f4e4535bbd77e5a7d89f17fb6a6ab7e54f7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kcalutils/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:00:52
  Author: arojas
Revision: 321032

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

Added:
  kcalutils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321031, kcalutils/kde-unstable/PKGBUILD)
Deleted:
  kcalutils/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:00:36 UTC (rev 321031)
+++ PKGBUILD2018-04-06 06:00:52 UTC (rev 321032)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalutils
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="The KDE calendar utility library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kcalcore kidentitymanagement)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('861280b63a752ce025d62dc7e1a6a964a66a3291f2a6000ef2daf4bc7bbb5d81'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalutils/repos/kde-unstable-x86_64/PKGBUILD (from rev 321031, 
kcalutils/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:00:52 UTC (rev 321032)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalutils
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="The KDE calendar utility library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kcalcore kidentitymanagement)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9422f46f1d6fc88029fc8a9862f1b0f49b116a655a3ca9e7a04667097bb43101'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kpimtextedit/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:00:21
  Author: arojas
Revision: 321030

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

Added:
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321029, kpimtextedit/kde-unstable/PKGBUILD)
Deleted:
  kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:00:04 UTC (rev 321029)
+++ PKGBUILD2018-04-06 06:00:21 UTC (rev 321030)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpimtextedit
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A textedit with PIM-specific features"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kio kemoticons grantlee syntax-highlighting)
-makedepends=(extra-cmake-modules python kdesignerplugin qt5-tools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('65dbade36e6f2628011da6442b6af87b442e3d75605396292fca235ba81e74a3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpimtextedit/repos/kde-unstable-x86_64/PKGBUILD (from rev 321029, 
kpimtextedit/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:00:21 UTC (rev 321030)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpimtextedit
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A textedit with PIM-specific features"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kio kemoticons grantlee syntax-highlighting)
+makedepends=(extra-cmake-modules python kdesignerplugin qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d5a4f8a71e5cb375a9d627a97df961509787fea322c9dd53abb3129a801390c8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kcalcore/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:00:04
  Author: arojas
Revision: 321029

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

Added:
  kcalcore/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321028, kcalcore/kde-unstable/PKGBUILD)
Deleted:
  kcalcore/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:59:49 UTC (rev 321028)
+++ PKGBUILD2018-04-06 06:00:04 UTC (rev 321029)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcalcore
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="The KDE calendar access library"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(libical qt5-base)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0a0c393d50c3744d4a4a9e825c882910b016c2b48ae458a4591ed2fddcbc2cd9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcalcore/repos/kde-unstable-x86_64/PKGBUILD (from rev 321028, 
kcalcore/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:00:04 UTC (rev 321029)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcalcore
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="The KDE calendar access library"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(libical qt5-base)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fc020242edd8064ac225892480630b34d447c6af8d6652d0765c80e06af09eb2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kidentitymanagement/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 06:00:36
  Author: arojas
Revision: 321031

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

Added:
  kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321030, kidentitymanagement/kde-unstable/PKGBUILD)
Deleted:
  kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 06:00:21 UTC (rev 321030)
+++ PKGBUILD2018-04-06 06:00:36 UTC (rev 321031)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kidentitymanagement
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE PIM libraries"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kpimtextedit)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('352c1375f8717f5472f101002291a5660ffb6fef70aff4b33cfe9e87fae6b68b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kidentitymanagement/repos/kde-unstable-x86_64/PKGBUILD (from rev 
321030, kidentitymanagement/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 06:00:36 UTC (rev 321031)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kidentitymanagement
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE PIM libraries"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kpimtextedit)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fc33bae6d08edcd0b4914ca2a4c2bc341c1c5dbda83a60a5117a51de6e3037ea'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kcontacts/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:59:49
  Author: arojas
Revision: 321028

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

Added:
  kcontacts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321027, kcontacts/kde-unstable/PKGBUILD)
Deleted:
  kcontacts/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:59:34 UTC (rev 321027)
+++ PKGBUILD2018-04-06 05:59:49 UTC (rev 321028)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kcontacts
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Address book API for KDE"
-arch=(x86_64)
-url="https://community.kde.org/KDE_PIM";
-license=(LGPL)
-depends=(kcoreaddons kconfig ki18n kcodecs)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3b3491ab0e1ae30171f9571a8e2f663173b2cd13a26379801a06f8421f75df52'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kcontacts/repos/kde-unstable-x86_64/PKGBUILD (from rev 321027, 
kcontacts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:59:49 UTC (rev 321028)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kcontacts
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Address book API for KDE"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM";
+license=(LGPL)
+depends=(kcoreaddons kconfig ki18n kcodecs)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('207ec5a478cb8673b7647840fe6bc17bc3f18cc1e925e34961d4aad33265f6c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in baloo-widgets/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:59:34
  Author: arojas
Revision: 321027

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

Added:
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321026, baloo-widgets/kde-unstable/PKGBUILD)
Deleted:
  baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:59:15 UTC (rev 321026)
+++ PKGBUILD2018-04-06 05:59:34 UTC (rev 321027)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=baloo-widgets
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Widgets for Baloo"
-arch=(x86_64)
-url='https://community.kde.org/Baloo'
-license=(LGPL)
-depends=(baloo)
-makedepends=(extra-cmake-modules kdoctools python)
-replaces=(baloo4-widgets)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('067960815d26b9994213c2723c4c8319ea3ac101add683bdf57826e520cbb4cb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: baloo-widgets/repos/kde-unstable-x86_64/PKGBUILD (from rev 321026, 
baloo-widgets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:59:34 UTC (rev 321027)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=baloo-widgets
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Widgets for Baloo"
+arch=(x86_64)
+url='https://community.kde.org/Baloo'
+license=(LGPL)
+depends=(baloo)
+makedepends=(extra-cmake-modules kdoctools python)
+replaces=(baloo4-widgets)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('900379f3d11d4b521093ea11968bf0ebd07cb1779fbb5ed6bbaeaf397867c86f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in kqtquickcharts/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:59:15
  Author: arojas
Revision: 321026

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

Added:
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321025, kqtquickcharts/kde-unstable/PKGBUILD)
Deleted:
  kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:58 UTC (rev 321025)
+++ PKGBUILD2018-04-06 05:59:15 UTC (rev 321026)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kqtquickcharts
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
-url="https://edu.kde.org/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-declarative)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6efcdb190c5d4f8419b49e68456f85ea6b26b36bf376946403425845a7f34ecc'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kqtquickcharts/repos/kde-unstable-x86_64/PKGBUILD (from rev 321025, 
kqtquickcharts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:59:15 UTC (rev 321026)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kqtquickcharts
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A QtQuick plugin to render beautiful and interactive charts"
+url="https://edu.kde.org/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-declarative)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6a8f90c662a7d9b029f1bbee863b97c00b9030e5493635f222b663d3c838b16b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkomparediff2/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:58
  Author: arojas
Revision: 321025

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

Added:
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321024, libkomparediff2/kde-unstable/PKGBUILD)
Deleted:
  libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:40 UTC (rev 321024)
+++ PKGBUILD2018-04-06 05:58:58 UTC (rev 321025)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkomparediff2
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Library to compare files and strings"
-url='https://www.kde.org/applications/development/kompare/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('afaf1b9f796e81c2ca5f0135f1ff01c2afa6bfe9da911fbc9cb63ea7de9dd4ad'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkomparediff2/repos/kde-unstable-x86_64/PKGBUILD (from rev 321024, 
libkomparediff2/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:58 UTC (rev 321025)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkomparediff2
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Library to compare files and strings"
+url='https://www.kde.org/applications/development/kompare/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('209bd2ee10427c8d5cfa09eaf9c31ed4fa539da73dbcfd36b6ed3bac01427ec4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkdegames/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:20
  Author: arojas
Revision: 321023

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

Added:
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321022, libkdegames/kde-unstable/PKGBUILD)
Deleted:
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:04 UTC (rev 321022)
+++ PKGBUILD2018-04-06 05:58:20 UTC (rev 321023)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdegames
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://www.kde.org/applications/games/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kdelibs4support kdeclarative kdnssd knewstuff openal)
-makedepends=(extra-cmake-modules python kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('08fecdda2365db4368e8dda3da79dbda5a8e0b3dab6bc487f79a8ed55846ae9a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 321022, 
libkdegames/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:20 UTC (rev 321023)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdegames
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://www.kde.org/applications/games/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kdelibs4support kdeclarative kdnssd knewstuff openal)
+makedepends=(extra-cmake-modules python kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3df50e6f0eadcab22ba6dbd16530b0ca6f3ac2301bd45f2c517fc6b283a87797'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkcompactdisc/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:04
  Author: arojas
Revision: 321022

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

Added:
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321021, libkcompactdisc/kde-unstable/PKGBUILD)
Deleted:
  libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:57:47 UTC (rev 321021)
+++ PKGBUILD2018-04-06 05:58:04 UTC (rev 321022)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcompactdisc
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A library for interfacing with CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(solid ki18n kcoreaddons phonon-qt5)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dd2d73dd622d32156a899346791cb41476d0e175ad3f9bcfda068197464de035'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkcompactdisc/repos/kde-unstable-x86_64/PKGBUILD (from rev 321021, 
libkcompactdisc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:04 UTC (rev 321022)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcompactdisc
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A library for interfacing with CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(solid ki18n kcoreaddons phonon-qt5)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('06da247dce7fb8f523539e450f5245f969e88d7a8003da62a671e7969fa4d33d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkmahjongg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:58:40
  Author: arojas
Revision: 321024

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

Added:
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321023, libkmahjongg/kde-unstable/PKGBUILD)
Deleted:
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:58:20 UTC (rev 321023)
+++ PKGBUILD2018-04-06 05:58:40 UTC (rev 321024)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkmahjongg
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://www.kde.org/applications/games/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kconfigwidgets kcompletion qt5-svg)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('85ff99ec901ead1cd432044a741cf4fe0a9ad00817b093b6f884caa5c61a3024'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 321023, 
libkmahjongg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:58:40 UTC (rev 321024)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkmahjongg
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://www.kde.org/applications/games/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kconfigwidgets kcompletion qt5-svg)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1463a35d2673da09e954083cfd4cf314c93ce30f8459d699046213ee659a0182'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkcddb/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:57:47
  Author: arojas
Revision: 321021

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

Added:
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321020, libkcddb/kde-unstable/PKGBUILD)
Deleted:
  libkcddb/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:57:26 UTC (rev 321020)
+++ PKGBUILD2018-04-06 05:57:47 UTC (rev 321021)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkcddb
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="KDE CDDB library"
-url='https://www.kde.org/applications/multimedia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio libmusicbrainz5)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('11012eb620d5e265b2e1a6984958e5c588f5333525938af023b104e9b4edd8d4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkcddb/repos/kde-unstable-x86_64/PKGBUILD (from rev 321020, 
libkcddb/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:57:47 UTC (rev 321021)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkcddb
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="KDE CDDB library"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio libmusicbrainz5)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0868e118473047276c73df29327ed8abd6ac113bc68eddfa8a44d862bc6babb5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkeduvocdocument/repos/kde-unstable-x86_64 (2 files)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:57:26
  Author: arojas
Revision: 321020

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

Added:
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321019, libkeduvocdocument/kde-unstable/PKGBUILD)
Deleted:
  libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:56:54 UTC (rev 321019)
+++ PKGBUILD2018-04-06 05:57:26 UTC (rev 321020)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkeduvocdocument
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="Common libraries for KDE Edu applications"
-url="https://kde.org/applications/education";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio kdeedu-data)
-makedepends=(extra-cmake-modules kdoctools python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a49d978b80b38e21e62a6f05dc7116927c2961492433795814011c71f8d7256f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkeduvocdocument/repos/kde-unstable-x86_64/PKGBUILD (from rev 321019, 
libkeduvocdocument/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:57:26 UTC (rev 321020)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkeduvocdocument
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="Common libraries for KDE Edu applications"
+url="https://kde.org/applications/education";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio kdeedu-data)
+makedepends=(extra-cmake-modules kdoctools python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('160f274a237112ee9b69ab26b75644ae426698d7bafe379a3d8a9699c57e3ff8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in analitza/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:56:54
  Author: arojas
Revision: 321019

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

Added:
  analitza/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321018, analitza/kde-unstable/PKGBUILD)
Deleted:
  analitza/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:56:06 UTC (rev 321018)
+++ PKGBUILD2018-04-06 05:56:54 UTC (rev 321019)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=analitza
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="A library to add mathematical features to your program"
-url="https://edu.kde.org/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-svg qt5-declarative)
-makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ffe9d2de39812e2330bf885ad21e1cd562dd6ccddd8aaf78182bae6cb42a024f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: analitza/repos/kde-unstable-x86_64/PKGBUILD (from rev 321018, 
analitza/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:56:54 UTC (rev 321019)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=analitza
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="A library to add mathematical features to your program"
+url="https://edu.kde.org/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-svg qt5-declarative)
+makedepends=(extra-cmake-modules kdoctools python eigen qt5-tools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5835eb116ce0f46405638061064aaa7d0e267157c13aa0615f7fd8055d7cccbe'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libkipi/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:55:50
  Author: arojas
Revision: 321017

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

Added:
  libkipi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321016, libkipi/kde-unstable/PKGBUILD)
Deleted:
  libkipi/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:55:37 UTC (rev 321016)
+++ PKGBUILD2018-04-06 05:55:50 UTC (rev 321017)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d202a5d7217755438378ddd0e36e1a9fceff51cffd4b687fe0666ad69c90d555'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkipi/repos/kde-unstable-x86_64/PKGBUILD (from rev 321016, 
libkipi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:55:50 UTC (rev 321017)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a389dd9afcaa9838961628cf2380a4ca6c0e85f2015ea1fa15674d9ba2808fdd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksane/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-04-05 Thread Antonio Rojas via arch-commits
Date: Friday, April 6, 2018 @ 05:56:06
  Author: arojas
Revision: 321018

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

Added:
  libksane/repos/kde-unstable-x86_64/PKGBUILD
(from rev 321017, libksane/kde-unstable/PKGBUILD)
Deleted:
  libksane/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   74 ++---
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-06 05:55:50 UTC (rev 321017)
+++ PKGBUILD2018-04-06 05:56:06 UTC (rev 321018)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=18.03.80
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://www.kde.org/applications/graphics/";
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c39b6504124a822b960089a2b5b4d1cc32d5dd2a4abd606094340ec575fa584d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksane/repos/kde-unstable-x86_64/PKGBUILD (from rev 321017, 
libksane/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-06 05:56:06 UTC (rev 321018)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=18.03.90
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://www.kde.org/applications/graphics/";
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2114acd32d4a9da8d24552c83c73b8219004a4b18eb891382762b54fd4b864b2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


  1   2   3   >