[arch-commits] Commit in poxml/repos (4 files)

Antonio Rojas arojas at archlinux.org
Thu Apr 20 09:06:39 UTC 2017


    Date: Thursday, April 20, 2017 @ 09:06:38
  Author: arojas
Revision: 293507

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  poxml/repos/kde-unstable-i686/
  poxml/repos/kde-unstable-i686/PKGBUILD
    (from rev 293506, poxml/trunk/PKGBUILD)
  poxml/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 293506, poxml/trunk/PKGBUILD)
Deleted:
  poxml/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   39 +++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   39 ---------------------------------------
 3 files changed, 78 insertions(+), 39 deletions(-)

Copied: poxml/repos/kde-unstable-i686/PKGBUILD (from rev 293506, poxml/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-04-20 09:06:38 UTC (rev 293507)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=poxml
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1f49c932cdbbeeaaa772f0d8658924b0de49c50d21fc0b22fc75bffa633d14b2'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-04-20 09:06:14 UTC (rev 293506)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 09:06:38 UTC (rev 293507)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=poxml
-pkgver=17.03.90
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://www.kde.org/applications/development/'
-arch=(i686 x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c3e46ff607091ecd885483ab7435ab7ae25232a622ec187b5c0c639d1e900dca'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 293506, poxml/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-04-20 09:06:38 UTC (rev 293507)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=poxml
+pkgver=17.04.0
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/applications/development/'
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1f49c932cdbbeeaaa772f0d8658924b0de49c50d21fc0b22fc75bffa633d14b2'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list