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

Antonio Rojas arojas at archlinux.org
Tue Jun 14 16:53:32 UTC 2016


    Date: Tuesday, June 14, 2016 @ 16:53:31
  Author: arojas
Revision: 269827

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kapman/repos/extra-i686/PKGBUILD
    (from rev 269826, kapman/trunk/PKGBUILD)
  kapman/repos/extra-x86_64/PKGBUILD
    (from rev 269826, kapman/trunk/PKGBUILD)
Deleted:
  kapman/repos/extra-i686/PKGBUILD
  kapman/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   74 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   34 ----------------------
 extra-x86_64/PKGBUILD |   34 ----------------------
 3 files changed, 74 insertions(+), 68 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-06-14 16:53:14 UTC (rev 269826)
+++ extra-i686/PKGBUILD	2016-06-14 16:53:31 UTC (rev 269827)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapman
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="A clone of the well known game Pac-Man"
-url="http://kde.org/applications/games/kapman/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-kapman')
-replaces=('kdegames-kapman')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz")
-sha1sums=('f9010d0ed1212885cc57b914610feb84cc694efb')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kapman-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kapman/repos/extra-i686/PKGBUILD (from rev 269826, kapman/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-06-14 16:53:31 UTC (rev 269827)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapman
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A clone of the well known game Pac-Man"
+url="http://kde.org/applications/games/kapman/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz")
+sha1sums=('f680b2faa775dca22cd0f156ae7e5c5c027ec1eb')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-06-14 16:53:14 UTC (rev 269826)
+++ extra-x86_64/PKGBUILD	2016-06-14 16:53:31 UTC (rev 269827)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapman
-pkgver=16.04.1
-pkgrel=1
-pkgdesc="A clone of the well known game Pac-Man"
-url="http://kde.org/applications/games/kapman/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-conflicts=('kdegames-kapman')
-replaces=('kdegames-kapman')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz")
-sha1sums=('f9010d0ed1212885cc57b914610feb84cc694efb')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kapman-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kapman/repos/extra-x86_64/PKGBUILD (from rev 269826, kapman/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-06-14 16:53:31 UTC (rev 269827)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapman
+pkgver=16.04.2
+pkgrel=1
+pkgdesc="A clone of the well known game Pac-Man"
+url="http://kde.org/applications/games/kapman/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kapman')
+replaces=('kdegames-kapman')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kapman-${pkgver}.tar.xz")
+sha1sums=('f680b2faa775dca22cd0f156ae7e5c5c027ec1eb')
+
+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