[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 13:29:06
  Author: arojas
Revision: 403426

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 403425, kmail-account-wizard/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 403425, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-10 13:29:06 UTC (rev 403426)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.12.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b14cbd75209c9e294e781ab6051f3519df1ae8559a78da409c8697a0bdee8aa3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-11-13 Thread Antonio Rojas via arch-commits
Date: Saturday, November 14, 2020 @ 00:26:26
  Author: arojas
Revision: 400952

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 400951, kmail-account-wizard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
400951, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-11-14 00:26:26 UTC (rev 400952)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bc3063531d4cdd55744cbc63a3d4eeb8186678edbeabc5c8ec673f1d1a4f9c33'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-08-13 Thread Antonio Rojas via arch-commits
Date: Thursday, August 13, 2020 @ 15:25:37
  Author: arojas
Revision: 393761

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 393760, kmail-account-wizard/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 393760, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-13 15:25:37 UTC (rev 393761)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.08.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9f4eac46049acbc7452bbbf84569031d91f86c2577beecacb3a6200deefcc253'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-07-17 Thread Antonio Rojas via arch-commits
Date: Friday, July 17, 2020 @ 23:33:57
  Author: arojas
Revision: 392214

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392213, kmail-account-wizard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
392213, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-07-17 23:33:57 UTC (rev 392214)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.07.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8a2bbf76b4e04215561eccec2146541002b7112a008ae9c5453844a4f0b65bc3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-07-09 Thread Antonio Rojas via arch-commits
Date: Thursday, July 9, 2020 @ 13:49:26
  Author: arojas
Revision: 391219

archrelease: copy trunk to staging-x86_64

Added:
  kmail-account-wizard/repos/staging-x86_64/
  kmail-account-wizard/repos/staging-x86_64/PKGBUILD
(from rev 391218, kmail-account-wizard/trunk/PKGBUILD)

--+
 PKGBUILD |   28 
 1 file changed, 28 insertions(+)

Copied: kmail-account-wizard/repos/staging-x86_64/PKGBUILD (from rev 391218, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-09 13:49:26 UTC (rev 391219)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.04.3
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ba789c679664a390480808431510d7d6ee1591a5f7be3dfceb5951347e3cc9b1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-04-23 Thread Antonio Rojas via arch-commits
Date: Thursday, April 23, 2020 @ 12:33:48
  Author: arojas
Revision: 380863

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 380862, kmail-account-wizard/trunk/PKGBUILD)

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

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 380862, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-23 12:33:48 UTC (rev 380863)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.04.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cd4e1de469d403a85a26932504437bbb65944ac226c292d5fa7199febbc1ea4c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2020-03-21 Thread Antonio Rojas via arch-commits
Date: Saturday, March 21, 2020 @ 10:12:52
  Author: arojas
Revision: 378223

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 378222, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
378222, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-03-21 10:12:52 UTC (rev 378223)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=20.03.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6ffd939f498d9168bee9e8bebacb3955f85ef0aad56ae4d12b708396c6979ab4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 00:23:51
  Author: arojas
Revision: 369183

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369182, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
369182, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-18 00:23:51 UTC (rev 369183)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('11e4aa97e41382e6cfff0f40f9a47f71159c8309973eead7ad4e200a4054cdbd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2019-08-20 Thread Felix Yan via arch-commits
Date: Tuesday, August 20, 2019 @ 09:10:31
  Author: felixonmars
Revision: 360416

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 360415, kmail-account-wizard/trunk/PKGBUILD)

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

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 360415, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-20 09:10:31 UTC (rev 360416)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=19.08.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5eddd4029047b3c37146c49e043d17c1f9086bc738726d5da2756cbe9ad28622'
+'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 kmail-account-wizard/repos (2 files)

2019-07-19 Thread Antonio Rojas via arch-commits
Date: Friday, July 19, 2019 @ 19:58:05
  Author: arojas
Revision: 358352

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 358351, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
358351, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-07-19 19:58:05 UTC (rev 358352)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=19.07.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fcd6e26505b004d17948037fd0b41c2deed9d85bd59068c1f4bb6b2e7d7aff9d'
+'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 kmail-account-wizard/repos (2 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 16:54:11
  Author: arojas
Revision: 351185

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 351182, kmail-account-wizard/trunk/PKGBUILD)

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

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 351182, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-20 16:54:11 UTC (rev 351185)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=19.04.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('640d63ceca23644e2f358c7117eb54daa0fffc669628398f7930fe273d7944a9'
+'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 kmail-account-wizard/repos (2 files)

2019-03-22 Thread Antonio Rojas via arch-commits
Date: Saturday, March 23, 2019 @ 00:50:08
  Author: arojas
Revision: 349078

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 349077, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
349077, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-03-23 00:50:08 UTC (rev 349078)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=19.03.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9847c855dad8257c815c8fcdef87e48ea375e3540b0819c7f1feb4c321936e24'
+'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 kmail-account-wizard/repos (2 files)

2018-12-13 Thread Antonio Rojas via arch-commits
Date: Thursday, December 13, 2018 @ 12:01:58
  Author: arojas
Revision: 341817

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 341816, kmail-account-wizard/trunk/PKGBUILD)

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

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 341816, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-13 12:01:58 UTC (rev 341817)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=18.12.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4f1258d6d1fb919c350593af6c26f209903549634a298e1a2f1ce3ac56f60313'
+'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 kmail-account-wizard/repos (2 files)

2018-11-16 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 01:14:35
  Author: arojas
Revision: 339980

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 339979, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
339979, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-11-17 01:14:35 UTC (rev 339980)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=18.11.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dd8158ad39aa3fe487c9c0797107c9aeb3555af93965ded19e293713fc9454fd'
+'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 kmail-account-wizard/repos (2 files)

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 14:56:44
  Author: arojas
Revision: 331840

archrelease: copy trunk to testing-x86_64

Added:
  kmail-account-wizard/repos/testing-x86_64/
  kmail-account-wizard/repos/testing-x86_64/PKGBUILD
(from rev 331839, kmail-account-wizard/trunk/PKGBUILD)

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

Copied: kmail-account-wizard/repos/testing-x86_64/PKGBUILD (from rev 331839, 
kmail-account-wizard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-17 14:56:44 UTC (rev 331840)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=18.08.0
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b9885e7663af8d92de9f4215b9d42f78ce73b4454426aab7a4cc62a13dfe86c1'
+'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 kmail-account-wizard/repos (2 files)

2018-07-20 Thread Antonio Rojas via arch-commits
Date: Friday, July 20, 2018 @ 22:48:36
  Author: arojas
Revision: 329309

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 329308, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
329308, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-07-20 22:48:36 UTC (rev 329309)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=18.07.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2257439975c1f8681281c721a1d3e41f7a201e25089ca2221ce5b26199836c4d'
+'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 kmail-account-wizard/repos (2 files)

2018-03-23 Thread Antonio Rojas via arch-commits
Date: Saturday, March 24, 2018 @ 00:47:26
  Author: arojas
Revision: 320067

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320066, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
320066, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-03-24 00:47:26 UTC (rev 320067)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=18.03.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost python kdoctools qt5-tools 
knotifyconfig ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('288da536bba0c9a02934faff2eaa74cbbd8ddecef5acc5b15b6862cc0c0afb33'
+'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 kmail-account-wizard/repos (2 files)

2017-11-17 Thread Antonio Rojas
Date: Friday, November 17, 2017 @ 18:45:26
  Author: arojas
Revision: 310265

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 310264, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
310264, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-11-17 18:45:26 UTC (rev 310265)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=17.11.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost python kdoctools qt5-tools)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('396450c9fa6e56d087ff84a7fcd92743c2af0d4097f16a82c42e846e581aa566'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:07:07
  Author: arojas
Revision: 301078

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301077, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
301077, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:07:07 UTC (rev 301078)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross 
ktexteditor knotifyconfig)
+makedepends=(extra-cmake-modules boost python kdoctools qt5-tools)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2d4ac4cd92421f9d985cd6a221674ed1b300db45450c9745cfebe1ad1dfdf94f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmail-account-wizard/repos (2 files)

2017-03-24 Thread Antonio Rojas
Date: Saturday, March 25, 2017 @ 01:16:55
  Author: arojas
Revision: 291447

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291446, kmail-account-wizard/kde-unstable/PKGBUILD)

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
291446, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-03-25 01:16:55 UTC (rev 291447)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=17.03.80
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross 
ktexteditor knotifyconfig)
+makedepends=(extra-cmake-modules boost python kdoctools qt5-tools)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('62d4ffc7678392a29268a32c8303bf29b9c75989e577464410670174d8c8bd5b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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