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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 05:34:29 UTC 2015


    Date: Friday, August 14, 2015 @ 07:34:29
  Author: arojas
Revision: 243606

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-14 05:33:57 UTC (rev 243605)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 05:34:29 UTC (rev 243606)
@@ -1,32 +0,0 @@
-# $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-i686/PKGBUILD (from rev 243605, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 05:34:29 UTC (rev 243606)
@@ -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.90
+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=('bb08aba476744f99a032f2f40bff092dbed489bb')
+
+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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-08-14 05:33:57 UTC (rev 243605)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 05:34:29 UTC (rev 243606)
@@ -1,32 +0,0 @@
-# $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 243605, kdesdk-poxml/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 05:34:29 UTC (rev 243606)
@@ -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.90
+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=('bb08aba476744f99a032f2f40bff092dbed489bb')
+
+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