[arch-commits] Commit in kdegames-kmahjongg/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 9 07:49:26 UTC 2015
Date: Wednesday, December 9, 2015 @ 08:49:25
Author: arojas
Revision: 254899
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kmahjongg/repos/kde-unstable-i686/PKGBUILD
(from rev 254898, kdegames-kmahjongg/kde-unstable/PKGBUILD)
kdegames-kmahjongg/repos/kde-unstable-i686/kdegames-kmahjongg.install
(from rev 254898, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
kdegames-kmahjongg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 254898, kdegames-kmahjongg/kde-unstable/PKGBUILD)
kdegames-kmahjongg/repos/kde-unstable-x86_64/kdegames-kmahjongg.install
(from rev 254898, 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-12-09 07:49:07 UTC (rev 254898)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 07:49:25 UTC (rev 254899)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kmahjongg
-pkgver=15.11.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=('c88488f113dd50d31266b2ea756225e8af97a370')
-
-build() {
- mkdir -p 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 254898, kdegames-kmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 07:49:25 UTC (rev 254899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kmahjongg
+pkgver=15.11.90
+pkgrel=2
+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=('c88488f113dd50d31266b2ea756225e8af97a370')
+
+build() {
+ mkdir -p 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-12-09 07:49:07 UTC (rev 254898)
+++ kde-unstable-i686/kdegames-kmahjongg.install 2015-12-09 07:49:25 UTC (rev 254899)
@@ -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 254898, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===================================================================
--- kde-unstable-i686/kdegames-kmahjongg.install (rev 0)
+++ kde-unstable-i686/kdegames-kmahjongg.install 2015-12-09 07:49:25 UTC (rev 254899)
@@ -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-12-09 07:49:07 UTC (rev 254898)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 07:49:25 UTC (rev 254899)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kmahjongg
-pkgver=15.11.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=('c88488f113dd50d31266b2ea756225e8af97a370')
-
-build() {
- mkdir -p 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 254898, kdegames-kmahjongg/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 07:49:25 UTC (rev 254899)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kmahjongg
+pkgver=15.11.90
+pkgrel=2
+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=('c88488f113dd50d31266b2ea756225e8af97a370')
+
+build() {
+ mkdir -p 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-12-09 07:49:07 UTC (rev 254898)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install 2015-12-09 07:49:25 UTC (rev 254899)
@@ -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 254898, kdegames-kmahjongg/kde-unstable/kdegames-kmahjongg.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kmahjongg.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kmahjongg.install 2015-12-09 07:49:25 UTC (rev 254899)
@@ -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