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

Antonio Rojas arojas at archlinux.org
Thu Feb 8 17:34:30 UTC 2018


    Date: Thursday, February 8, 2018 @ 17:34:28
  Author: arojas
Revision: 316442

archrelease: copy trunk to extra-x86_64

Added:
  poxml/repos/extra-x86_64/PKGBUILD
    (from rev 316441, poxml/trunk/PKGBUILD)
Deleted:
  poxml/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 17:34:14 UTC (rev 316441)
+++ PKGBUILD	2018-02-08 17:34:28 UTC (rev 316442)
@@ -1,40 +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.12.1
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://www.kde.org/applications/development/'
-arch=(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=('cb281921236bee74237ba2f7a60253423ab37dddcc8fac32094574bdf965defa'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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/extra-x86_64/PKGBUILD (from rev 316441, poxml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-08 17:34:28 UTC (rev 316442)
@@ -0,0 +1,40 @@
+# $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.12.2
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/applications/development/'
+arch=(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=('dcbc5b292fa792818afeebccfbc55362012424373a1be4ad100d6d894b02ab2a'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck 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