[arch-commits] Commit in cuyo/repos (10 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 6 20:34:48 UTC 2015


    Date: Sunday, December 6, 2015 @ 21:34:47
  Author: bpiotrowski
Revision: 149180

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  cuyo/repos/community-staging-i686/
  cuyo/repos/community-staging-i686/PKGBUILD
    (from rev 149179, cuyo/trunk/PKGBUILD)
  cuyo/repos/community-staging-i686/cuyo.changelog
    (from rev 149179, cuyo/trunk/cuyo.changelog)
  cuyo/repos/community-staging-i686/cuyo.diff
    (from rev 149179, cuyo/trunk/cuyo.diff)
  cuyo/repos/community-staging-i686/cuyo.install
    (from rev 149179, cuyo/trunk/cuyo.install)
  cuyo/repos/community-staging-x86_64/
  cuyo/repos/community-staging-x86_64/PKGBUILD
    (from rev 149179, cuyo/trunk/PKGBUILD)
  cuyo/repos/community-staging-x86_64/cuyo.changelog
    (from rev 149179, cuyo/trunk/cuyo.changelog)
  cuyo/repos/community-staging-x86_64/cuyo.diff
    (from rev 149179, cuyo/trunk/cuyo.diff)
  cuyo/repos/community-staging-x86_64/cuyo.install
    (from rev 149179, cuyo/trunk/cuyo.install)

-----------------------------------------+
 community-staging-i686/PKGBUILD         |   37 ++++++++++++++++++++++++++++++
 community-staging-i686/cuyo.changelog   |   14 +++++++++++
 community-staging-i686/cuyo.diff        |    6 ++++
 community-staging-i686/cuyo.install     |   12 +++++++++
 community-staging-x86_64/PKGBUILD       |   37 ++++++++++++++++++++++++++++++
 community-staging-x86_64/cuyo.changelog |   14 +++++++++++
 community-staging-x86_64/cuyo.diff      |    6 ++++
 community-staging-x86_64/cuyo.install   |   12 +++++++++
 8 files changed, 138 insertions(+)

Copied: cuyo/repos/community-staging-i686/PKGBUILD (from rev 149179, cuyo/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=cuyo
+pkgver=2.1.0
+pkgrel=2
+epoch=1
+pkgdesc="Tetris-style puzzle game for up to two players with a twist"
+arch=('i686' 'x86_64')
+url="http://www.karimmi.de/cuyo/"
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'sdl' 'sdl_mixer' 'sdl_image' 'xdg-utils')
+makedepends=('patch')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz \
+        $pkgname.diff)
+sha256sums=('6c0809a59a2d236f15d8fbd68d61fb1465e51f6c327d7f7ae4db9f4e44dad89f'
+            'efceed1489c551f5ae8909df3ad57f302f8105cbb1e735d8ece44269e886ce7c')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np0 -i "${srcdir}"/$pkgname.diff
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: cuyo/repos/community-staging-i686/cuyo.changelog (from rev 149179, cuyo/trunk/cuyo.changelog)
===================================================================
--- community-staging-i686/cuyo.changelog	                        (rev 0)
+++ community-staging-i686/cuyo.changelog	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,14 @@
+2015-10-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.1.0-1
+
+2014-07-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.0.0-2 mtree file rebuild
+
+2013-02-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.0.0-1
+
+2011-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.~1.2-1
+
+2009-11-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to minor release 2.~1.1-4

Copied: cuyo/repos/community-staging-i686/cuyo.diff (from rev 149179, cuyo/trunk/cuyo.diff)
===================================================================
--- community-staging-i686/cuyo.diff	                        (rev 0)
+++ community-staging-i686/cuyo.diff	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,6 @@
+--- icons/cuyo.desktop~	2011-03-26 16:20:01.000000000 +0100
++++ icons/cuyo.desktop	2013-02-24 14:00:34.385662015 +0100
+@@ -7 +6,0 @@
+-Encoding=UTF-8
+@@ -8,0 +8 @@
++Comment[cs]=Hra podobná tetrisu s mnoha úrovněmi

Copied: cuyo/repos/community-staging-i686/cuyo.install (from rev 149179, cuyo/trunk/cuyo.install)
===================================================================
--- community-staging-i686/cuyo.install	                        (rev 0)
+++ community-staging-i686/cuyo.install	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}

Copied: cuyo/repos/community-staging-x86_64/PKGBUILD (from rev 149179, cuyo/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+
+pkgname=cuyo
+pkgver=2.1.0
+pkgrel=2
+epoch=1
+pkgdesc="Tetris-style puzzle game for up to two players with a twist"
+arch=('i686' 'x86_64')
+url="http://www.karimmi.de/cuyo/"
+license=('GPL')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'sdl' 'sdl_mixer' 'sdl_image' 'xdg-utils')
+makedepends=('patch')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(http://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz \
+        $pkgname.diff)
+sha256sums=('6c0809a59a2d236f15d8fbd68d61fb1465e51f6c327d7f7ae4db9f4e44dad89f'
+            'efceed1489c551f5ae8909df3ad57f302f8105cbb1e735d8ece44269e886ce7c')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -Np0 -i "${srcdir}"/$pkgname.diff
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Copied: cuyo/repos/community-staging-x86_64/cuyo.changelog (from rev 149179, cuyo/trunk/cuyo.changelog)
===================================================================
--- community-staging-x86_64/cuyo.changelog	                        (rev 0)
+++ community-staging-x86_64/cuyo.changelog	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,14 @@
+2015-10-01 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.1.0-1
+
+2014-07-02 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.0.0-2 mtree file rebuild
+
+2013-02-24 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.0.0-1
+
+2011-12-18 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* cuyo 2.~1.2-1
+
+2009-11-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
+	* Update to minor release 2.~1.1-4

Copied: cuyo/repos/community-staging-x86_64/cuyo.diff (from rev 149179, cuyo/trunk/cuyo.diff)
===================================================================
--- community-staging-x86_64/cuyo.diff	                        (rev 0)
+++ community-staging-x86_64/cuyo.diff	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,6 @@
+--- icons/cuyo.desktop~	2011-03-26 16:20:01.000000000 +0100
++++ icons/cuyo.desktop	2013-02-24 14:00:34.385662015 +0100
+@@ -7 +6,0 @@
+-Encoding=UTF-8
+@@ -8,0 +8 @@
++Comment[cs]=Hra podobná tetrisu s mnoha úrovněmi

Copied: cuyo/repos/community-staging-x86_64/cuyo.install (from rev 149179, cuyo/trunk/cuyo.install)
===================================================================
--- community-staging-x86_64/cuyo.install	                        (rev 0)
+++ community-staging-x86_64/cuyo.install	2015-12-06 20:34:47 UTC (rev 149180)
@@ -0,0 +1,12 @@
+post_install() {
+  which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}



More information about the arch-commits mailing list