[arch-commits] Commit in kdesdk-poxml/repos/kde-unstable-i686 (PKGBUILD PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Jun 15 11:20:37 UTC 2013


    Date: Saturday, June 15, 2013 @ 13:20:36
  Author: andrea
Revision: 188558

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

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-06-15 11:20:24 UTC (rev 188557)
+++ PKGBUILD	2013-06-15 11:20:36 UTC (rev 188558)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdesdk-poxml
-pkgver=4.10.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=('qt4')
-makedepends=('cmake' 'automoc4')
-optdepends=('antlr2: required for po2xml and swappo tool')
-source=("http://download.kde.org/unstable/${pkgver}/src/poxml-${pkgver}.tar.xz")
-sha1sums=('3272285ac7d85129337603c2ed4219e34d255098')
-
-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-i686/PKGBUILD (from rev 188557, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-06-15 11:20:36 UTC (rev 188558)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdesdk-poxml
+pkgver=4.10.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')
+optdepends=('antlr2: required for po2xml and swappo tool')
+source=("http://download.kde.org/unstable/${pkgver}/src/poxml-${pkgver}.tar.xz")
+sha1sums=('3272285ac7d85129337603c2ed4219e34d255098')
+
+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