[arch-commits] Commit in kdegames-kajongg/repos/kde-unstable-any (4 files)

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


    Date: Sunday, August 3, 2014 @ 15:05:12
  Author: svenstaro
Revision: 218782

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kdegames-kajongg/repos/kde-unstable-any/PKGBUILD
    (from rev 218781, kdegames-kajongg/kde-unstable/PKGBUILD)
  kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install
    (from rev 218781, kdegames-kajongg/kde-unstable/kdegames-kajongg.install)
Deleted:
  kdegames-kajongg/repos/kde-unstable-any/PKGBUILD
  kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install

--------------------------+
 PKGBUILD                 |   78 ++++++++++++++++++++++-----------------------
 kdegames-kajongg.install |   22 ++++++------
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-08-03 13:05:07 UTC (rev 218781)
+++ PKGBUILD	2014-08-03 13:05:12 UTC (rev 218782)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kajongg
-pkgver=4.13.97
-pkgrel=1
-pkgdesc="The ancient Chinese board game for 4 players"
-url="http://kde.org/applications/games/kajongg/"
-arch=('any')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdegames')
-depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kajongg-${pkgver}.tar.xz")
-sha1sums=('0dc761863f3b436d165d2e6165262c5848bb06fb')
-
-prepare() {
-  mkdir build
-
-  cd kajongg-${pkgver}
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-    src/{deferredutil,kajongg,kajonggserver,server}.py
-}
-
-build() {
-  cd build
-  cmake ../kajongg-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DPYTHON_EXECUTABLE=/usr/bin/python2
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdegames-kajongg/repos/kde-unstable-any/PKGBUILD (from rev 218781, kdegames-kajongg/kde-unstable/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-08-03 13:05:12 UTC (rev 218782)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kajongg
+pkgver=4.13.97
+pkgrel=1
+pkgdesc="The ancient Chinese board game for 4 players"
+url="http://kde.org/applications/games/kajongg/"
+arch=('any')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdegames')
+depends=('kdebase-runtime' 'twisted' 'kdebindings-python2' 'libkmahjongg')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kajongg-${pkgver}.tar.xz")
+sha1sums=('0dc761863f3b436d165d2e6165262c5848bb06fb')
+
+prepare() {
+  mkdir build
+
+  cd kajongg-${pkgver}
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+    src/{deferredutil,kajongg,kajonggserver,server}.py
+}
+
+build() {
+  cd build
+  cmake ../kajongg-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DPYTHON_EXECUTABLE=/usr/bin/python2
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kdegames-kajongg.install
===================================================================
--- kdegames-kajongg.install	2014-08-03 13:05:07 UTC (rev 218781)
+++ kdegames-kajongg.install	2014-08-03 13:05:12 UTC (rev 218782)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdegames-kajongg/repos/kde-unstable-any/kdegames-kajongg.install (from rev 218781, kdegames-kajongg/kde-unstable/kdegames-kajongg.install)
===================================================================
--- kdegames-kajongg.install	                        (rev 0)
+++ kdegames-kajongg.install	2014-08-03 13:05:12 UTC (rev 218782)
@@ -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