[arch-commits] Commit in kfourinline/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Jun 30 20:33:04 UTC 2015
Date: Tuesday, June 30, 2015 @ 22:33:04
Author: arojas
Revision: 241548
archrelease: copy trunk to extra-i686, extra-x86_64
Added:
kfourinline/repos/extra-i686/PKGBUILD
(from rev 241547, kfourinline/trunk/PKGBUILD)
kfourinline/repos/extra-i686/kfourinline.install
(from rev 241547, kfourinline/trunk/kfourinline.install)
kfourinline/repos/extra-x86_64/PKGBUILD
(from rev 241547, kfourinline/trunk/PKGBUILD)
kfourinline/repos/extra-x86_64/kfourinline.install
(from rev 241547, 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-30 20:32:49 UTC (rev 241547)
+++ extra-i686/PKGBUILD 2015-06-30 20:33:04 UTC (rev 241548)
@@ -1,35 +0,0 @@
-# $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
-}
Copied: kfourinline/repos/extra-i686/PKGBUILD (from rev 241547, kfourinline/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 20:33:04 UTC (rev 241548)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfourinline
+pkgver=15.04.3
+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=('ac82d65c7cf254e4d25aafacd157773d15003a5d')
+
+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-30 20:32:49 UTC (rev 241547)
+++ extra-i686/kfourinline.install 2015-06-30 20:33:04 UTC (rev 241548)
@@ -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 241547, kfourinline/trunk/kfourinline.install)
===================================================================
--- extra-i686/kfourinline.install (rev 0)
+++ extra-i686/kfourinline.install 2015-06-30 20:33:04 UTC (rev 241548)
@@ -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-30 20:32:49 UTC (rev 241547)
+++ extra-x86_64/PKGBUILD 2015-06-30 20:33:04 UTC (rev 241548)
@@ -1,35 +0,0 @@
-# $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
-}
Copied: kfourinline/repos/extra-x86_64/PKGBUILD (from rev 241547, kfourinline/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2015-06-30 20:33:04 UTC (rev 241548)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kfourinline
+pkgver=15.04.3
+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=('ac82d65c7cf254e4d25aafacd157773d15003a5d')
+
+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-30 20:32:49 UTC (rev 241547)
+++ extra-x86_64/kfourinline.install 2015-06-30 20:33:04 UTC (rev 241548)
@@ -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 241547, kfourinline/trunk/kfourinline.install)
===================================================================
--- extra-x86_64/kfourinline.install (rev 0)
+++ extra-x86_64/kfourinline.install 2015-06-30 20:33:04 UTC (rev 241548)
@@ -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