[arch-commits] Commit in grantlee-editor/repos (2 files)

2020-12-10 Thread Antonio Rojas via arch-commits
Date: Thursday, December 10, 2020 @ 13:28:25
  Author: arojas
Revision: 403420

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 403419, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 403419, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-12-10 13:28:25 UTC (rev 403420)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.12.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7e48495bdc76ebcb037a8cc44a31d6583e0d6f247d630b7e1f4d46b66e1f7474'
+'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 grantlee-editor/repos (2 files)

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

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 400945, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 400945, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-11-14 00:25:30 UTC (rev 400946)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.11.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('63aff5f99bb8b47ccde255321c0e37dae9dadde405860f4f37a0ea92828a5b1c'
+'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 grantlee-editor/repos (2 files)

2020-08-13 Thread Antonio Rojas via arch-commits
Date: Thursday, August 13, 2020 @ 15:24:56
  Author: arojas
Revision: 393755

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 393754, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 393754, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-13 15:24:56 UTC (rev 393755)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.08.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('08aeac1c6bacabdeb4e4273efc5c5f4995454c45bd51069b3ef6105237b84afa'
+'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 grantlee-editor/repos (2 files)

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

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392207, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 392207, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-07-17 23:33:11 UTC (rev 392208)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.07.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('71f6a32906855b1a361719789e3d55eae9a7a8b6d5e72bdf343fb98ba3feab0e'
+'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 grantlee-editor/repos (2 files)

2020-07-09 Thread Antonio Rojas via arch-commits
Date: Thursday, July 9, 2020 @ 13:48:32
  Author: arojas
Revision: 391213

archrelease: copy trunk to staging-x86_64

Added:
  grantlee-editor/repos/staging-x86_64/
  grantlee-editor/repos/staging-x86_64/PKGBUILD
(from rev 391212, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/staging-x86_64/PKGBUILD (from rev 391212, 
grantlee-editor/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2020-07-09 13:48:32 UTC (rev 391213)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.04.3
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1a3e4ece1a37e11735291bbec99314bc0ede0714377db916ed1266ec19325ef5'
+'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 grantlee-editor/repos (2 files)

2020-04-23 Thread Antonio Rojas via arch-commits
Date: Thursday, April 23, 2020 @ 12:32:45
  Author: arojas
Revision: 380857

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 380856, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 380856, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-04-23 12:32:45 UTC (rev 380857)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.04.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('08b22f75569c73d91190deb9e003613110181e74cf7276ff9c41b7107d5026cc'
+'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 grantlee-editor/repos (2 files)

2020-03-21 Thread Antonio Rojas via arch-commits
Date: Saturday, March 21, 2020 @ 10:11:38
  Author: arojas
Revision: 378217

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 378216, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 378216, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-03-21 10:11:38 UTC (rev 378217)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=20.03.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2c96fe2c840617e3e2b256333dfc9a33df2ea90a17f533c0373d95e4980c2f0b'
+'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 grantlee-editor/repos (2 files)

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 00:21:53
  Author: arojas
Revision: 369177

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369176, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 369176, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-18 00:21:53 UTC (rev 369177)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=19.11.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('374371b082143a9c6fe27536c496465aebd64f1fbf12870394f8a12f67b19944'
+'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 grantlee-editor/repos (2 files)

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

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 360403, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 360403, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-08-20 09:08:55 UTC (rev 360404)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=19.08.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('00a7d07aeffc35ac6e3dd39434194ba35c855a603cdc6eca0ece5b00ae1e0e30'
+'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 grantlee-editor/repos (2 files)

2019-07-19 Thread Antonio Rojas via arch-commits
Date: Friday, July 19, 2019 @ 19:57:04
  Author: arojas
Revision: 358346

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 358345, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 358345, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-07-19 19:57:04 UTC (rev 358346)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=19.07.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2610c9f615ff5888f2682f6cd6491c9066bb87299e7d5411de748f582a1a0bf8'
+'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 grantlee-editor/repos (2 files)

2019-04-20 Thread Antonio Rojas via arch-commits
Date: Saturday, April 20, 2019 @ 16:52:33
  Author: arojas
Revision: 351139

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 351138, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 351138, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-04-20 16:52:33 UTC (rev 351139)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=19.04.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ac888f2f2ccd4b289deac1d2df4415124e14bf183db1ff1088e88fa782f9f342'
+'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 grantlee-editor/repos (2 files)

2019-03-22 Thread Antonio Rojas via arch-commits
Date: Saturday, March 23, 2019 @ 00:48:40
  Author: arojas
Revision: 349072

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 349071, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 349071, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-03-23 00:48:40 UTC (rev 349072)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=19.03.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7452ff8d7f54b519cfbb70e728bec5fa5c29740b3306f20a940dfce422284990'
+'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 grantlee-editor/repos (2 files)

2018-12-13 Thread Antonio Rojas via arch-commits
Date: Thursday, December 13, 2018 @ 12:00:47
  Author: arojas
Revision: 341811

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 341810, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 341810, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-12-13 12:00:47 UTC (rev 341811)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=18.12.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('365e25e91c4ef6b77c9f73d962f26568966827d11f08632dc3f32138ad66b040'
+'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 grantlee-editor/repos (2 files)

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

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 339973, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 339973, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-11-17 01:13:14 UTC (rev 339974)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=18.11.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6bd7149353691d901814cfd52c25831a1e40925dc994da6a62fe5cc1b24af75'
+'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 grantlee-editor/repos (2 files)

2018-08-17 Thread Antonio Rojas via arch-commits
Date: Friday, August 17, 2018 @ 14:55:09
  Author: arojas
Revision: 331834

archrelease: copy trunk to testing-x86_64

Added:
  grantlee-editor/repos/testing-x86_64/
  grantlee-editor/repos/testing-x86_64/PKGBUILD
(from rev 331833, grantlee-editor/trunk/PKGBUILD)

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

Copied: grantlee-editor/repos/testing-x86_64/PKGBUILD (from rev 331833, 
grantlee-editor/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-08-17 14:55:09 UTC (rev 331834)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=18.08.0
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d7d55f506a3bf6f07ba307c43972e91fa9e68ea7bfc992edebc3dcc772b1a21a'
+'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 grantlee-editor/repos (2 files)

2018-07-20 Thread Antonio Rojas via arch-commits
Date: Friday, July 20, 2018 @ 22:47:17
  Author: arojas
Revision: 329303

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 329302, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 329302, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-07-20 22:47:17 UTC (rev 329303)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=18.07.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('173841135905d8c81574275443b8bb2195b53d049917700039979022749cd2b7'
+'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 grantlee-editor/repos (2 files)

2018-03-23 Thread Antonio Rojas via arch-commits
Date: Saturday, March 24, 2018 @ 00:45:53
  Author: arojas
Revision: 320061

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320060, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 320060, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-03-24 00:45:53 UTC (rev 320061)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=18.03.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5d3e18c8a198b140c44099c91945e349dd3eb53d18aff44bdf14df667157ea32'
+'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 grantlee-editor/repos (2 files)

2017-11-17 Thread Antonio Rojas
Date: Friday, November 17, 2017 @ 18:43:49
  Author: arojas
Revision: 310259

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 310258, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 310258, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-11-17 18:43:49 UTC (rev 310259)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=17.11.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8924dd7b5f83027346c1bcac3513bcd0e47628ddf73da81c691037f31b676a16'
+'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 grantlee-editor/repos (2 files)

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

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301071, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 301071, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:05:50 UTC (rev 301072)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=17.07.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('67ac7302d11b0383bd05f61dd0025bcb4eae8c182646e198b5d902e4d77e4dfb'
+'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 grantlee-editor/repos (2 files)

2017-03-24 Thread Antonio Rojas
Date: Saturday, March 25, 2017 @ 01:15:47
  Author: arojas
Revision: 291441

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291440, grantlee-editor/kde-unstable/PKGBUILD)

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 291440, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-03-25 01:15:47 UTC (rev 291441)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=17.03.80
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(i686 x86_64)
+url="https://community.kde.org/KDE_PIM;
+license=(GPL2)
+depends=(hicolor-icon-theme messagelib ktexteditor)
+makedepends=(extra-cmake-modules python kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('25c0e6f499a047b229e8f64d2236d18fbf8390a403404cecef1ff4028a98fa47'
+'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
+}