[arch-commits] Commit in kfourinline/repos (6 files)

Felix Yan fyan at archlinux.org
Thu Apr 28 14:56:40 UTC 2016


    Date: Thursday, April 28, 2016 @ 16:56:39
  Author: fyan
Revision: 266473

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  kfourinline/repos/extra-i686/PKGBUILD
    (from rev 266472, kfourinline/trunk/PKGBUILD)
  kfourinline/repos/extra-x86_64/PKGBUILD
    (from rev 266472, kfourinline/trunk/PKGBUILD)
Deleted:
  kfourinline/repos/extra-i686/PKGBUILD
  kfourinline/repos/extra-i686/kfourinline.install
  kfourinline/repos/extra-x86_64/PKGBUILD
  kfourinline/repos/extra-x86_64/kfourinline.install

----------------------------------+
 /PKGBUILD                        |   68 +++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD              |   35 -------------------
 extra-i686/kfourinline.install   |   12 ------
 extra-x86_64/PKGBUILD            |   35 -------------------
 extra-x86_64/kfourinline.install |   12 ------
 5 files changed, 68 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-28 14:55:52 UTC (rev 266472)
+++ extra-i686/PKGBUILD	2016-04-28 14:56:39 UTC (rev 266473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kfourinline
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A four-in-a-row game"
-url="http://kde.org/applications/games/kfourinline/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kfourinline')
-replaces=('kdegames-kfourinline')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
-sha1sums=('33b2bee5fc035f978b652d8fa2a8df44b73236f9')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kfourinline-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kfourinline/repos/extra-i686/PKGBUILD (from rev 266472, kfourinline/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-28 14:56:39 UTC (rev 266473)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfourinline
+pkgver=16.04.0
+pkgrel=2
+pkgdesc="A four-in-a-row game"
+url="http://kde.org/applications/games/kfourinline/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kfourinline')
+replaces=('kdegames-kfourinline')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
+sha1sums=('33b2bee5fc035f978b652d8fa2a8df44b73236f9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kfourinline.install
===================================================================
--- extra-i686/kfourinline.install	2016-04-28 14:55:52 UTC (rev 266472)
+++ extra-i686/kfourinline.install	2016-04-28 14:56:39 UTC (rev 266473)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-04-28 14:55:52 UTC (rev 266472)
+++ extra-x86_64/PKGBUILD	2016-04-28 14:56:39 UTC (rev 266473)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kfourinline
-pkgver=16.04.0
-pkgrel=1
-pkgdesc="A four-in-a-row game"
-url="http://kde.org/applications/games/kfourinline/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdegames')
-depends=('libkdegames' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'python' 'kdoctools')
-install=${pkgname}.install
-conflicts=('kdegames-kfourinline')
-replaces=('kdegames-kfourinline')
-source=("http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
-sha1sums=('33b2bee5fc035f978b652d8fa2a8df44b73236f9')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake ../kfourinline-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kfourinline/repos/extra-x86_64/PKGBUILD (from rev 266472, kfourinline/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-28 14:56:39 UTC (rev 266473)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfourinline
+pkgver=16.04.0
+pkgrel=2
+pkgdesc="A four-in-a-row game"
+url="http://kde.org/applications/games/kfourinline/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdegames')
+depends=('libkdegames' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'python' 'kdoctools')
+conflicts=('kdegames-kfourinline')
+replaces=('kdegames-kfourinline')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
+sha1sums=('33b2bee5fc035f978b652d8fa2a8df44b73236f9')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../kfourinline-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/kfourinline.install
===================================================================
--- extra-x86_64/kfourinline.install	2016-04-28 14:55:52 UTC (rev 266472)
+++ extra-x86_64/kfourinline.install	2016-04-28 14:56:39 UTC (rev 266473)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}



More information about the arch-commits mailing list