[arch-commits] Commit in kdegames-kmahjongg/repos (8 files)

Antonio Rojas arojas at archlinux.org
Fri Aug 14 05:02:16 UTC 2015


    Date: Friday, August 14, 2015 @ 07:02:16
  Author: arojas
Revision: 243531

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

Added:
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
    (from rev 243530, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
    (from rev 243530, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 243530, kdegames-kmahjongg/kde-unstable/PKGBUILD)
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install
    (from rev 243530, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
Deleted:
  kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
  kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
  kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
  kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install

------------------------------------------------+
 /PKGBUILD                                      |   64 +++++++++++++++++++++++
 /kdegames-kmahjongg.install                    |   22 +++++++
 kde-unstable-i686/PKGBUILD                     |   32 -----------
 kde-unstable-i686/kdegames-kmahjongg.install   |   11 ---
 kde-unstable-x86_64/PKGBUILD                   |   32 -----------
 kde-unstable-x86_64/kdegames-kmahjongg.install |   11 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-08-14 05:01:37 UTC (rev 243530)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 05:02:16 UTC (rev 243531)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kmahjongg
-pkgver=15.07.80
-pkgrel=1
-pkgdesc="A tile matching game for one or two players"
-url="http://kde.org/applications/games/kmahjongg/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz")
-sha1sums=('852b837f3e8ee37c24f5890ab11d803bf5898693')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kmahjongg-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD (from rev 243530, kdegames-kmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-08-14 05:02:16 UTC (rev 243531)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kmahjongg
+pkgver=15.07.90
+pkgrel=1
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz")
+sha1sums=('f8ac79ea83356d71cbb20b00388d20338af51bb8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-i686/kdegames-kmahjongg.install
===================================================================
--- kde-unstable-i686/kdegames-kmahjongg.install	2015-08-14 05:01:37 UTC (rev 243530)
+++ kde-unstable-i686/kdegames-kmahjongg.install	2015-08-14 05:02:16 UTC (rev 243531)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install (from rev 243530, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===================================================================
--- kde-unstable-i686/kdegames-kmahjongg.install	                        (rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install	2015-08-14 05:02:16 UTC (rev 243531)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-08-14 05:01:37 UTC (rev 243530)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 05:02:16 UTC (rev 243531)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kmahjongg
-pkgver=15.07.80
-pkgrel=1
-pkgdesc="A tile matching game for one or two players"
-url="http://kde.org/applications/games/kmahjongg/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz")
-sha1sums=('852b837f3e8ee37c24f5890ab11d803bf5898693')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../kmahjongg-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD (from rev 243530, kdegames-kmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-08-14 05:02:16 UTC (rev 243531)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kmahjongg
+pkgver=15.07.90
+pkgrel=1
+pkgdesc="A tile matching game for one or two players"
+url="http://kde.org/applications/games/kmahjongg/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('kdebase-runtime' 'libkmahjongg4' 'libkdegames4')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kmahjongg-${pkgver}.tar.xz")
+sha1sums=('f8ac79ea83356d71cbb20b00388d20338af51bb8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../kmahjongg-${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/kdegames-kmahjongg.install
===================================================================
--- kde-unstable-x86_64/kdegames-kmahjongg.install	2015-08-14 05:01:37 UTC (rev 243530)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install	2015-08-14 05:02:16 UTC (rev 243531)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install (from rev 243530, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kmahjongg.install	                        (rev 0)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install	2015-08-14 05:02:16 UTC (rev 243531)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list