[arch-commits] Commit in kdoctools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-12-18 Thread Antonio Rojas via arch-commits
Date: Thursday, December 19, 2019 @ 06:48:38
  Author: arojas
Revision: 371678

archrelease: copy trunk to extra-x86_64

Added:
  kdoctools/repos/extra-x86_64/PKGBUILD
(from rev 371677, kdoctools/trunk/PKGBUILD)
Deleted:
  kdoctools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-19 06:48:28 UTC (rev 371677)
+++ PKGBUILD2019-12-19 06:48:38 UTC (rev 371678)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdoctools
-pkgver=5.64.0
-pkgrel=1
-pkgdesc='Documentation generation from docbook'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(karchive docbook-xsl)
-makedepends=(extra-cmake-modules perl-uri ki18n doxygen qt5-tools qt5-doc)
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3e669c9bdf8822c262d834a9fbe9250ffdc91ea49c916b2c16ac8483b62f8fce'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdoctools/repos/extra-x86_64/PKGBUILD (from rev 371677, 
kdoctools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-19 06:48:38 UTC (rev 371678)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.65.0
+pkgrel=2
+pkgdesc='Documentation generation from docbook'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive docbook-xsl)
+makedepends=(extra-cmake-modules perl-uri ki18n doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0ff2b70bc46ffc7b62dba9476163ed26ba7fddb8be0ba34ecf48055bcabb649b'
+'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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


[arch-commits] Commit in kdoctools/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-03-12 Thread Antonio Rojas via arch-commits
Date: Tuesday, March 12, 2019 @ 17:59:27
  Author: arojas
Revision: 347757

archrelease: copy trunk to extra-x86_64

Added:
  kdoctools/repos/extra-x86_64/PKGBUILD
(from rev 347756, kdoctools/trunk/PKGBUILD)
Deleted:
  kdoctools/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-12 17:58:55 UTC (rev 347756)
+++ PKGBUILD2019-03-12 17:59:27 UTC (rev 347757)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdoctools
-pkgver=5.56.0
-pkgrel=1
-pkgdesc='Documentation generation from docbook'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(karchive docbook-xsl)
-makedepends=(extra-cmake-modules perl-uri ki18n doxygen qt5-tools)
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4f83bfaeca9ef89711577b756a3c359eb8d45b60a180934ba82431b5c36c007'
-'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

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

Copied: kdoctools/repos/extra-x86_64/PKGBUILD (from rev 347756, 
kdoctools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-12 17:59:27 UTC (rev 347757)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.56.0
+pkgrel=2
+pkgdesc='Documentation generation from docbook'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(karchive docbook-xsl)
+makedepends=(extra-cmake-modules perl-uri ki18n doxygen qt5-tools)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}
+
kdoctools-id.patch::"https://cgit.kde.org/kdoctools.git/patch/?id=3dc6d5f3;)
+sha256sums=('e4f83bfaeca9ef89711577b756a3c359eb8d45b60a180934ba82431b5c36c007'
+'SKIP'
+'1226a2f678b2605013edecfeceed3fa8ae731a1508a1d15df2867c0ccb8c1169')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kdoctools-id.patch # Fix build of Indonesian translations
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF \
+-DBUILD_QCH=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}