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

Antonio Rojas arojas at archlinux.org
Tue Jun 2 07:03:09 UTC 2015


    Date: Tuesday, June 2, 2015 @ 09:03:08
  Author: arojas
Revision: 240077

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

Added:
  kfourinline/repos/extra-i686/PKGBUILD
    (from rev 240076, kfourinline/trunk/PKGBUILD)
  kfourinline/repos/extra-i686/kfourinline.install
    (from rev 240076, kfourinline/trunk/kfourinline.install)
  kfourinline/repos/extra-x86_64/PKGBUILD
    (from rev 240076, kfourinline/trunk/PKGBUILD)
  kfourinline/repos/extra-x86_64/kfourinline.install
    (from rev 240076, kfourinline/trunk/kfourinline.install)
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                        |   70 +++++++++++++++++++++++++++++++++++++
 /kfourinline.install             |   24 ++++++++++++
 extra-i686/PKGBUILD              |   35 ------------------
 extra-i686/kfourinline.install   |   12 ------
 extra-x86_64/PKGBUILD            |   35 ------------------
 extra-x86_64/kfourinline.install |   12 ------
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2015-06-02 07:02:52 UTC (rev 240076)
+++ extra-i686/PKGBUILD	2015-06-02 07:03:08 UTC (rev 240077)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kfourinline
-pkgver=15.04.1
-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' 'knotifyconfig')
-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=('a74d3d6b11e67b8e4eb82db5c4c264cb61c16b36')
-
-build() {
-  mkdir 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 240076, kfourinline/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2015-06-02 07:03:08 UTC (rev 240077)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfourinline
+pkgver=15.04.2
+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' 'knotifyconfig')
+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=('8b500f3b09da50443b91be572c6db4c94abdf32d')
+
+build() {
+  mkdir 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	2015-06-02 07:02:52 UTC (rev 240076)
+++ extra-i686/kfourinline.install	2015-06-02 07:03:08 UTC (rev 240077)
@@ -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
-}

Copied: kfourinline/repos/extra-i686/kfourinline.install (from rev 240076, kfourinline/trunk/kfourinline.install)
===================================================================
--- extra-i686/kfourinline.install	                        (rev 0)
+++ extra-i686/kfourinline.install	2015-06-02 07:03:08 UTC (rev 240077)
@@ -0,0 +1,12 @@
+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	2015-06-02 07:02:52 UTC (rev 240076)
+++ extra-x86_64/PKGBUILD	2015-06-02 07:03:08 UTC (rev 240077)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kfourinline
-pkgver=15.04.1
-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' 'knotifyconfig')
-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=('a74d3d6b11e67b8e4eb82db5c4c264cb61c16b36')
-
-build() {
-  mkdir 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 240076, kfourinline/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2015-06-02 07:03:08 UTC (rev 240077)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfourinline
+pkgver=15.04.2
+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' 'knotifyconfig')
+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=('8b500f3b09da50443b91be572c6db4c94abdf32d')
+
+build() {
+  mkdir 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	2015-06-02 07:02:52 UTC (rev 240076)
+++ extra-x86_64/kfourinline.install	2015-06-02 07:03:08 UTC (rev 240077)
@@ -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
-}

Copied: kfourinline/repos/extra-x86_64/kfourinline.install (from rev 240076, kfourinline/trunk/kfourinline.install)
===================================================================
--- extra-x86_64/kfourinline.install	                        (rev 0)
+++ extra-x86_64/kfourinline.install	2015-06-02 07:03:08 UTC (rev 240077)
@@ -0,0 +1,12 @@
+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