[arch-commits] Commit in kdegames-kubrick/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 5 18:08:29 UTC 2016
Date: Friday, August 5, 2016 @ 18:08:29
Author: arojas
Revision: 273266
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
(from rev 273265, kdegames-kubrick/kde-unstable/PKGBUILD)
kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
(from rev 273265, kdegames-kubrick/kde-unstable/PKGBUILD)
Deleted:
kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD
kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 34 --------------------
kde-unstable-x86_64/PKGBUILD | 34 --------------------
3 files changed, 68 insertions(+), 68 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-08-05 18:08:05 UTC (rev 273265)
+++ kde-unstable-i686/PKGBUILD 2016-08-05 18:08:29 UTC (rev 273266)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kubrick
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz")
-sha1sums=('92cbb882e23fcd83864aa1eefb4d88fc20e492b7')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../kubrick-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kubrick/repos/kde-unstable-i686/PKGBUILD (from rev 273265, kdegames-kubrick/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-08-05 18:08:29 UTC (rev 273266)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kubrick
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz")
+sha1sums=('f5027b63260f5098a35a921c33f937a188cd3f8b')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kubrick-${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 2016-08-05 18:08:05 UTC (rev 273265)
+++ kde-unstable-x86_64/PKGBUILD 2016-08-05 18:08:29 UTC (rev 273266)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kubrick
-pkgver=16.07.80
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="http://kde.org/applications/games/kubrick/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames4' 'glu')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz")
-sha1sums=('92cbb882e23fcd83864aa1eefb4d88fc20e492b7')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../kubrick-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kubrick/repos/kde-unstable-x86_64/PKGBUILD (from rev 273265, kdegames-kubrick/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-08-05 18:08:29 UTC (rev 273266)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kubrick
+pkgver=16.07.90
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="http://kde.org/applications/games/kubrick/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames4' 'glu')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kubrick-${pkgver}.tar.xz")
+sha1sums=('f5027b63260f5098a35a921c33f937a188cd3f8b')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../kubrick-${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