[arch-commits] Commit in xpacman/repos (4 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 16:41:11 UTC 2014


    Date: Tuesday, July 1, 2014 @ 18:41:11
  Author: spupykin
Revision: 114482

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

Added:
  xpacman/repos/community-i686/PKGBUILD
    (from rev 114481, xpacman/trunk/PKGBUILD)
  xpacman/repos/community-x86_64/PKGBUILD
    (from rev 114481, xpacman/trunk/PKGBUILD)
Deleted:
  xpacman/repos/community-i686/PKGBUILD
  xpacman/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   84 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   38 -------------------
 community-x86_64/PKGBUILD |   38 -------------------
 3 files changed, 84 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-01 16:40:57 UTC (rev 114481)
+++ community-i686/PKGBUILD	2014-07-01 16:41:11 UTC (rev 114482)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=xpacman
-pkgver=0.11
-pkgrel=6
-pkgdesc="X pacman game (use z x / ' q keys)"
-arch=(i686 x86_64)
-url="http://www.ibiblio.org/pub/X11/contrib/games/"
-license=('custom')
-depends=(libx11)
-source=(http://www.ibiblio.org/pub/X11/contrib/games/xpacman.tar.gz
-	http://www.ibiblio.org/pub/X11/contrib/games/xpacman.README)
-md5sums=('b0ad824c4c0ea5c4d1f8f3e7b31f32f9'
-         '620c226d6d91461ac0d91e88655c9cbf')
-
-build() {
-  cd $srcdir/$pkgname
-
-  patch -Np1 <<EOF
-diff -wbBur xpacman-0.11.orig/xpacman.c xpacman-0.11.orig.my/xpacman.c
---- xpacman-0.11.orig/xpacman.c	1996-08-14 16:08:12.000000000 +0400
-+++ xpacman-0.11.orig.my/xpacman.c	2007-07-03 18:59:05.000000000 +0400
-@@ -85,7 +85,7 @@
- void update_image_from_map(Window ,GC),update_image(Window, GC);
- void setup_map_memory(void),free_memory(void),print_usage(void);
- void reset_display_map(void),setup_maze(void);
--void maze_draw(int,int,int,int),draw_maze_point(int,int,enum mtype);
-+void maze_draw(int,int,int,int),draw_maze_point(int,int,enum dtype);
- void draw_maze_edges(void),draw_x_line(XImage *,int,int,int,int);
- void setup_pill(XImage *),add_pills(int,int),setup_pacmen(void);
- void setup_pacmanu(void),setup_pacman(XImage *),plot_pacman(Window,GC);
-EOF
-
-  gcc -o xpacman xpacman.c -lX11
-  install -D -m 0755 xpacman $pkgdir/usr/bin/xpacman
-  install -D -m 0755 $srcdir/xpacman.README $pkgdir/usr/share/licenses/xpacman/README
-}

Copied: xpacman/repos/community-i686/PKGBUILD (from rev 114481, xpacman/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-01 16:41:11 UTC (rev 114482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=xpacman
+pkgver=0.11
+pkgrel=7
+pkgdesc="X pacman game (use z x / ' q keys)"
+arch=(i686 x86_64)
+url="http://www.ibiblio.org/pub/X11/contrib/games/"
+license=('custom')
+depends=(libx11)
+source=(http://www.ibiblio.org/pub/X11/contrib/games/xpacman.tar.gz
+	http://www.ibiblio.org/pub/X11/contrib/games/xpacman.README)
+md5sums=('b0ad824c4c0ea5c4d1f8f3e7b31f32f9'
+         '620c226d6d91461ac0d91e88655c9cbf')
+
+build() {
+  cd $srcdir/$pkgname
+
+  patch -Np1 <<EOF
+diff -wbBur xpacman-0.11.orig/xpacman.c xpacman-0.11.orig.my/xpacman.c
+--- xpacman-0.11.orig/xpacman.c	1996-08-14 16:08:12.000000000 +0400
++++ xpacman-0.11.orig.my/xpacman.c	2007-07-03 18:59:05.000000000 +0400
+@@ -85,7 +85,7 @@
+ void update_image_from_map(Window ,GC),update_image(Window, GC);
+ void setup_map_memory(void),free_memory(void),print_usage(void);
+ void reset_display_map(void),setup_maze(void);
+-void maze_draw(int,int,int,int),draw_maze_point(int,int,enum mtype);
++void maze_draw(int,int,int,int),draw_maze_point(int,int,enum dtype);
+ void draw_maze_edges(void),draw_x_line(XImage *,int,int,int,int);
+ void setup_pill(XImage *),add_pills(int,int),setup_pacmen(void);
+ void setup_pacmanu(void),setup_pacman(XImage *),plot_pacman(Window,GC);
+EOF
+
+  gcc -o xpacman xpacman.c -lX11
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 0755 xpacman $pkgdir/usr/bin/xpacman
+  install -D -m 0755 $srcdir/xpacman.README $pkgdir/usr/share/licenses/xpacman/README
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-01 16:40:57 UTC (rev 114481)
+++ community-x86_64/PKGBUILD	2014-07-01 16:41:11 UTC (rev 114482)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=xpacman
-pkgver=0.11
-pkgrel=6
-pkgdesc="X pacman game (use z x / ' q keys)"
-arch=(i686 x86_64)
-url="http://www.ibiblio.org/pub/X11/contrib/games/"
-license=('custom')
-depends=(libx11)
-source=(http://www.ibiblio.org/pub/X11/contrib/games/xpacman.tar.gz
-	http://www.ibiblio.org/pub/X11/contrib/games/xpacman.README)
-md5sums=('b0ad824c4c0ea5c4d1f8f3e7b31f32f9'
-         '620c226d6d91461ac0d91e88655c9cbf')
-
-build() {
-  cd $srcdir/$pkgname
-
-  patch -Np1 <<EOF
-diff -wbBur xpacman-0.11.orig/xpacman.c xpacman-0.11.orig.my/xpacman.c
---- xpacman-0.11.orig/xpacman.c	1996-08-14 16:08:12.000000000 +0400
-+++ xpacman-0.11.orig.my/xpacman.c	2007-07-03 18:59:05.000000000 +0400
-@@ -85,7 +85,7 @@
- void update_image_from_map(Window ,GC),update_image(Window, GC);
- void setup_map_memory(void),free_memory(void),print_usage(void);
- void reset_display_map(void),setup_maze(void);
--void maze_draw(int,int,int,int),draw_maze_point(int,int,enum mtype);
-+void maze_draw(int,int,int,int),draw_maze_point(int,int,enum dtype);
- void draw_maze_edges(void),draw_x_line(XImage *,int,int,int,int);
- void setup_pill(XImage *),add_pills(int,int),setup_pacmen(void);
- void setup_pacmanu(void),setup_pacman(XImage *),plot_pacman(Window,GC);
-EOF
-
-  gcc -o xpacman xpacman.c -lX11
-  install -D -m 0755 xpacman $pkgdir/usr/bin/xpacman
-  install -D -m 0755 $srcdir/xpacman.README $pkgdir/usr/share/licenses/xpacman/README
-}

Copied: xpacman/repos/community-x86_64/PKGBUILD (from rev 114481, xpacman/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-01 16:41:11 UTC (rev 114482)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=xpacman
+pkgver=0.11
+pkgrel=7
+pkgdesc="X pacman game (use z x / ' q keys)"
+arch=(i686 x86_64)
+url="http://www.ibiblio.org/pub/X11/contrib/games/"
+license=('custom')
+depends=(libx11)
+source=(http://www.ibiblio.org/pub/X11/contrib/games/xpacman.tar.gz
+	http://www.ibiblio.org/pub/X11/contrib/games/xpacman.README)
+md5sums=('b0ad824c4c0ea5c4d1f8f3e7b31f32f9'
+         '620c226d6d91461ac0d91e88655c9cbf')
+
+build() {
+  cd $srcdir/$pkgname
+
+  patch -Np1 <<EOF
+diff -wbBur xpacman-0.11.orig/xpacman.c xpacman-0.11.orig.my/xpacman.c
+--- xpacman-0.11.orig/xpacman.c	1996-08-14 16:08:12.000000000 +0400
++++ xpacman-0.11.orig.my/xpacman.c	2007-07-03 18:59:05.000000000 +0400
+@@ -85,7 +85,7 @@
+ void update_image_from_map(Window ,GC),update_image(Window, GC);
+ void setup_map_memory(void),free_memory(void),print_usage(void);
+ void reset_display_map(void),setup_maze(void);
+-void maze_draw(int,int,int,int),draw_maze_point(int,int,enum mtype);
++void maze_draw(int,int,int,int),draw_maze_point(int,int,enum dtype);
+ void draw_maze_edges(void),draw_x_line(XImage *,int,int,int,int);
+ void setup_pill(XImage *),add_pills(int,int),setup_pacmen(void);
+ void setup_pacmanu(void),setup_pacman(XImage *),plot_pacman(Window,GC);
+EOF
+
+  gcc -o xpacman xpacman.c -lX11
+}
+
+package() {
+  cd $srcdir/$pkgname
+  install -D -m 0755 xpacman $pkgdir/usr/bin/xpacman
+  install -D -m 0755 $srcdir/xpacman.README $pkgdir/usr/share/licenses/xpacman/README
+}




More information about the arch-commits mailing list