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

Antonio Rojas arojas at archlinux.org
Wed Aug 19 06:13:11 UTC 2015


    Date: Wednesday, August 19, 2015 @ 08:13:11
  Author: arojas
Revision: 243983

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

Added:
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
    (from rev 243982, libkmahjongg/trunk/PKGBUILD)
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 243982, libkmahjongg/trunk/PKGBUILD)
Deleted:
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-19 06:12:27 UTC (rev 243982)
+++ kde-unstable-i686/PKGBUILD	2015-08-19 06:13:11 UTC (rev 243983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkmahjongg
-pkgver=15.07.90
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://projects.kde.org/projects/kde/kdegames/libmahjongg"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('1c31a283b35e8faa42521803d8c12ad96c087d11')
-
-prepare() {
-  mkdir build
-}
-
-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: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 243982, libkmahjongg/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-19 06:13:11 UTC (rev 243983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg
+pkgver=15.08.0
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b61e4a95861dc0d6533e24054aa9ef4db50705cf')
+
+prepare() {
+  mkdir build
+}
+
+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-08-19 06:12:27 UTC (rev 243982)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-19 06:13:11 UTC (rev 243983)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkmahjongg
-pkgver=15.07.90
-pkgrel=1
-pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
-url="https://projects.kde.org/projects/kde/kdegames/libmahjongg"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
-makedepends=('extra-cmake-modules' 'python')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('1c31a283b35e8faa42521803d8c12ad96c087d11')
-
-prepare() {
-  mkdir build
-}
-
-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: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 243982, libkmahjongg/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-19 06:13:11 UTC (rev 243983)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg
+pkgver=15.08.0
+pkgrel=1
+pkgdesc="Common code, backgrounds and tile sets for games using Mahjongg tiles"
+url="https://projects.kde.org/projects/kde/kdegames/libmahjongg"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kconfigwidgets' 'kcompletion' 'qt5-svg')
+makedepends=('extra-cmake-modules' 'python')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('b61e4a95861dc0d6533e24054aa9ef4db50705cf')
+
+prepare() {
+  mkdir build
+}
+
+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