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

Antonio Rojas arojas at archlinux.org
Fri Mar 27 08:16:59 UTC 2015


    Date: Friday, March 27, 2015 @ 09:16:59
  Author: arojas
Revision: 235026

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

Added:
  libkdegames/repos/kde-unstable-i686/PKGBUILD
    (from rev 235025, libkdegames/kde-unstable/PKGBUILD)
  libkdegames/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 235025, libkdegames/kde-unstable/PKGBUILD)
Deleted:
  libkdegames/repos/kde-unstable-i686/PKGBUILD
  libkdegames/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-03-27 08:16:38 UTC (rev 235025)
+++ kde-unstable-i686/PKGBUILD	2015-03-27 08:16:59 UTC (rev 235026)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdegames
-pkgver=15.03.95
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://projects.kde.org/projects/kde/kdegames/libkdegames"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('c230a54b4fdb9ccf4b0971dfe13c4cb06d1afcf3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdegames/repos/kde-unstable-i686/PKGBUILD (from rev 235025, libkdegames/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-03-27 08:16:59 UTC (rev 235026)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdegames
+pkgver=15.03.97
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://projects.kde.org/projects/kde/kdegames/libkdegames"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e3c004499738d8081f2aa6f78c0bfa01eb024836')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-03-27 08:16:38 UTC (rev 235025)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-27 08:16:59 UTC (rev 235026)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkdegames
-pkgver=15.03.95
-pkgrel=1
-pkgdesc="Common code and data for many KDE games"
-url="https://projects.kde.org/projects/kde/kdegames/libkdegames"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('c230a54b4fdb9ccf4b0971dfe13c4cb06d1afcf3')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkdegames/repos/kde-unstable-x86_64/PKGBUILD (from rev 235025, libkdegames/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-03-27 08:16:59 UTC (rev 235026)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkdegames
+pkgver=15.03.97
+pkgrel=1
+pkgdesc="Common code and data for many KDE games"
+url="https://projects.kde.org/projects/kde/kdegames/libkdegames"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs4support' 'kdeclarative' 'kdnssd' 'knewstuff' 'openal')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e3c004499738d8081f2aa6f78c0bfa01eb024836')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list