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

Antonio Rojas arojas at archlinux.org
Wed Jul 29 08:08:26 UTC 2015


    Date: Wednesday, July 29, 2015 @ 10:08:25
  Author: arojas
Revision: 242782

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

Added:
  kdesdk-poxml/repos/kde-unstable-i686/
  kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD
    (from rev 242781, kdesdk-poxml/kde-unstable/PKGBUILD)
  kdesdk-poxml/repos/kde-unstable-x86_64/
  kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 242781, kdesdk-poxml/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 2 files changed, 64 insertions(+)

Copied: kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD (from rev 242781, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-07-29 08:08:25 UTC (rev 242782)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-poxml
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz")
+sha1sums=('84b931420215d3bbed8d035e486f4c548b715302')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Copied: kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 242781, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-07-29 08:08:25 UTC (rev 242782)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-poxml
+pkgver=15.07.80
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://projects.kde.org/projects/kde/kdesdk/poxml'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kdebase-runtime' 'gettext')
+makedepends=('cmake' 'automoc4')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/poxml-${pkgver}.tar.xz")
+sha1sums=('84b931420215d3bbed8d035e486f4c548b715302')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../poxml-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list