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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Aug 3 13:00:40 UTC 2014


    Date: Sunday, August 3, 2014 @ 15:00:39
  Author: svenstaro
Revision: 218742

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

Added:
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
    (from rev 218741, libkmahjongg/kde-unstable/PKGBUILD)
  libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 218741, libkmahjongg/kde-unstable/PKGBUILD)
Deleted:
  libkmahjongg/repos/kde-unstable-i686/PKGBUILD
  libkmahjongg/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	2014-08-03 13:00:32 UTC (rev 218741)
+++ kde-unstable-i686/PKGBUILD	2014-08-03 13:00:39 UTC (rev 218742)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkmahjongg
-pkgver=4.13.97
-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=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegames-libkmahjongg')
-conflicts=('kdegames-libkmahjongg')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d85120511d402ed912d62b7bd400be1d784fc1e0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 218741, libkmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-08-03 13:00:39 UTC (rev 218742)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg
+pkgver=4.13.97
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d85120511d402ed912d62b7bd400be1d784fc1e0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${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	2014-08-03 13:00:32 UTC (rev 218741)
+++ kde-unstable-x86_64/PKGBUILD	2014-08-03 13:00:39 UTC (rev 218742)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libkmahjongg
-pkgver=4.13.97
-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=('kdelibs')
-makedepends=('cmake' 'automoc4')
-replaces=('kdegames-libkmahjongg')
-conflicts=('kdegames-libkmahjongg')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('d85120511d402ed912d62b7bd400be1d784fc1e0')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libkmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 218741, libkmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-08-03 13:00:39 UTC (rev 218742)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libkmahjongg
+pkgver=4.13.97
+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=('kdelibs')
+makedepends=('cmake' 'automoc4')
+replaces=('kdegames-libkmahjongg')
+conflicts=('kdegames-libkmahjongg')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('d85120511d402ed912d62b7bd400be1d784fc1e0')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${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