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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 08:51:51 UTC 2014


    Date: Saturday, March 8, 2014 @ 09:51:51
  Author: andrea
Revision: 207310

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 207309, kdesdk-poxml/kde-unstable/PKGBUILD)
  kdesdk-poxml/repos/kde-unstable-x86_64/
  kdesdk-poxml/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207309, kdesdk-poxml/kde-unstable/PKGBUILD)

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

Copied: kdesdk-poxml/repos/kde-unstable-i686/PKGBUILD (from rev 207309, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-08 08:51:51 UTC (rev 207310)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-poxml
+pkgver=4.12.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' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/unstable/${pkgver}/src/poxml-${pkgver}.tar.xz")
+sha1sums=('0a0d4598cd04aebc75033cc68dbb8f3fa3a668fa')
+
+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 207309, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-08 08:51:51 UTC (rev 207310)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-poxml
+pkgver=4.12.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' 'kdesdk')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4' 'antlr2')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/unstable/${pkgver}/src/poxml-${pkgver}.tar.xz")
+sha1sums=('0a0d4598cd04aebc75033cc68dbb8f3fa3a668fa')
+
+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