[arch-commits] Commit in kdegames-kfourinline/repos (8 files)
Sven-Hendrik Haase
svenstaro at nymeria.archlinux.org
Thu Jul 18 22:30:45 UTC 2013
Date: Friday, July 19, 2013 @ 00:30:45
Author: svenstaro
Revision: 191003
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD
(from rev 191002, kdegames-kfourinline/kde-unstable/PKGBUILD)
kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install
(from rev 191002, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD
(from rev 191002, kdegames-kfourinline/kde-unstable/PKGBUILD)
kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install
(from rev 191002, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
Deleted:
kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD
kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install
kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD
kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install
--------------------------------------------------+
/PKGBUILD | 62 +++++++++++++++++++++
/kdegames-kfourinline.install | 24 ++++++++
kde-unstable-i686/PKGBUILD | 31 ----------
kde-unstable-i686/kdegames-kfourinline.install | 12 ----
kde-unstable-x86_64/PKGBUILD | 31 ----------
kde-unstable-x86_64/kdegames-kfourinline.install | 12 ----
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2013-07-18 22:30:40 UTC (rev 191002)
+++ kde-unstable-i686/PKGBUILD 2013-07-18 22:30:45 UTC (rev 191003)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kfourinline
-pkgver=4.10.95
-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' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
-sha1sums=('95c97d82c09236b93705b15033b47182bb147dbc')
-
-build() {
- mkdir build
- cd build
- cmake ../kfourinline-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kfourinline/repos/kde-unstable-i686/PKGBUILD (from rev 191002, kdegames-kfourinline/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2013-07-18 22:30:45 UTC (rev 191003)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kfourinline
+pkgver=4.10.95
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
+sha1sums=('95c97d82c09236b93705b15033b47182bb147dbc')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kfourinline-${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-kfourinline.install
===================================================================
--- kde-unstable-i686/kdegames-kfourinline.install 2013-07-18 22:30:40 UTC (rev 191002)
+++ kde-unstable-i686/kdegames-kfourinline.install 2013-07-18 22:30:45 UTC (rev 191003)
@@ -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: kdegames-kfourinline/repos/kde-unstable-i686/kdegames-kfourinline.install (from rev 191002, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
===================================================================
--- kde-unstable-i686/kdegames-kfourinline.install (rev 0)
+++ kde-unstable-i686/kdegames-kfourinline.install 2013-07-18 22:30:45 UTC (rev 191003)
@@ -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: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2013-07-18 22:30:40 UTC (rev 191002)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-18 22:30:45 UTC (rev 191003)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdegames-kfourinline
-pkgver=4.10.95
-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' 'kdegames')
-depends=('kdebase-runtime' 'libkdegames')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
-sha1sums=('95c97d82c09236b93705b15033b47182bb147dbc')
-
-build() {
- mkdir build
- cd build
- cmake ../kfourinline-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdegames-kfourinline/repos/kde-unstable-x86_64/PKGBUILD (from rev 191002, kdegames-kfourinline/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2013-07-18 22:30:45 UTC (rev 191003)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdegames-kfourinline
+pkgver=4.10.95
+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' 'kdegames')
+depends=('kdebase-runtime' 'libkdegames')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/kfourinline-${pkgver}.tar.xz")
+sha1sums=('95c97d82c09236b93705b15033b47182bb147dbc')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kfourinline-${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-kfourinline.install
===================================================================
--- kde-unstable-x86_64/kdegames-kfourinline.install 2013-07-18 22:30:40 UTC (rev 191002)
+++ kde-unstable-x86_64/kdegames-kfourinline.install 2013-07-18 22:30:45 UTC (rev 191003)
@@ -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: kdegames-kfourinline/repos/kde-unstable-x86_64/kdegames-kfourinline.install (from rev 191002, kdegames-kfourinline/kde-unstable/kdegames-kfourinline.install)
===================================================================
--- kde-unstable-x86_64/kdegames-kfourinline.install (rev 0)
+++ kde-unstable-x86_64/kdegames-kfourinline.install 2013-07-18 22:30:45 UTC (rev 191003)
@@ -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