[arch-commits] Commit in pingus/repos (16 files)

Laurent Carlier lcarlier at nymeria.archlinux.org
Sat Jan 25 18:55:45 UTC 2014


    Date: Saturday, January 25, 2014 @ 19:55:45
  Author: lcarlier
Revision: 104769

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

Added:
  pingus/repos/community-i686/ChangeLog
    (from rev 104767, pingus/trunk/ChangeLog)
  pingus/repos/community-i686/PKGBUILD
    (from rev 104767, pingus/trunk/PKGBUILD)
  pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch
    (from rev 104767, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-i686/pingus.desktop
    (from rev 104767, pingus/trunk/pingus.desktop)
  pingus/repos/community-x86_64/ChangeLog
    (from rev 104767, pingus/trunk/ChangeLog)
  pingus/repos/community-x86_64/PKGBUILD
    (from rev 104767, pingus/trunk/PKGBUILD)
  pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch
    (from rev 104767, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
  pingus/repos/community-x86_64/pingus.desktop
    (from rev 104767, pingus/trunk/pingus.desktop)
Deleted:
  pingus/repos/community-i686/ChangeLog
  pingus/repos/community-i686/PKGBUILD
  pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch
  pingus/repos/community-i686/pingus.desktop
  pingus/repos/community-x86_64/ChangeLog
  pingus/repos/community-x86_64/PKGBUILD
  pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch
  pingus/repos/community-x86_64/pingus.desktop

------------------------------------------------+
 /ChangeLog                                     |   42 ++++++++++++
 /PKGBUILD                                      |   76 +++++++++++++++++++++++
 /pingus-0.7.6-gcc470-udl.patch                 |   44 +++++++++++++
 /pingus.desktop                                |   18 +++++
 community-i686/ChangeLog                       |   21 ------
 community-i686/PKGBUILD                        |   36 ----------
 community-i686/pingus-0.7.6-gcc470-udl.patch   |   22 ------
 community-i686/pingus.desktop                  |    9 --
 community-x86_64/ChangeLog                     |   21 ------
 community-x86_64/PKGBUILD                      |   36 ----------
 community-x86_64/pingus-0.7.6-gcc470-udl.patch |   22 ------
 community-x86_64/pingus.desktop                |    9 --
 12 files changed, 180 insertions(+), 176 deletions(-)

Deleted: community-i686/ChangeLog
===================================================================
--- community-i686/ChangeLog	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-i686/ChangeLog	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,21 +0,0 @@
-2010-03-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
-
-        * pingus 0.7.2-8
-        * Rebuilt against boost 1.41.0
-
-2010-02-23  Eric Belanger  <eric at archlinux.org>
-
-	* pingus 0.7.2-7
-	* Rebuilt against boost 1.42.0
-
-2010-01-20  Eric Belanger  <eric at archlinux.org>
-
-	* pingus 0.7.2-6
-	* Rebuilt against libpng 1.4/libjpeg 8
-
-2009-07-13  Eric Belanger  <eric at archlinux.org>
-
-	* pingus 0.7.2-2
-	* Rebuilt against boost 1.39
-	* Added gcc 4.4 patch
-	* Added ChangeLog

Copied: pingus/repos/community-i686/ChangeLog (from rev 104767, pingus/trunk/ChangeLog)
===================================================================
--- community-i686/ChangeLog	                        (rev 0)
+++ community-i686/ChangeLog	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+
+        * pingus 0.7.2-8
+        * Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  <eric at archlinux.org>
+
+	* pingus 0.7.2-7
+	* Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  <eric at archlinux.org>
+
+	* pingus 0.7.2-6
+	* Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  <eric at archlinux.org>
+
+	* pingus 0.7.2-2
+	* Rebuilt against boost 1.39
+	* Added gcc 4.4 patch
+	* Added ChangeLog

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-i686/PKGBUILD	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-
-pkgname=pingus
-pkgver=0.7.6
-pkgrel=10
-pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
-arch=('i686' 'x86_64')
-url="http://pingus.seul.org"
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
-makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
-source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2"
-        'pingus.desktop'
-        'pingus-0.7.6-gcc470-udl.patch')
-sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
-          '579a1144f161ce89e6e024cea37210149b89c0c0'
-          '143dd9969e8d100d29ed4f5b2039dde627afeb06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fedora patch to fix error due to new standards
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
-  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
-
-  scons prefix=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR="${pkgdir}" PREFIX="/usr"
-
-  install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop"
-}

Copied: pingus/repos/community-i686/PKGBUILD (from rev 104767, pingus/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=11
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('i686' 'x86_64')
+url="http://pingus.seul.org"
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2"
+        'pingus.desktop'
+        'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+          '579a1144f161ce89e6e024cea37210149b89c0c0'
+          '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop"
+}

Deleted: community-i686/pingus-0.7.6-gcc470-udl.patch
===================================================================
--- community-i686/pingus-0.7.6-gcc470-udl.patch	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-i686/pingus-0.7.6-gcc470-udl.patch	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,22 +0,0 @@
---- src/pingus/pingus_main.cpp~	2011-12-24 15:46:47.000000000 -0600
-+++ src/pingus/pingus_main.cpp	2012-01-03 13:13:03.034195720 -0600
-@@ -465,7 +465,7 @@
- void
- PingusMain::print_greeting_message()
- {
--  std::string greeting = "Welcome to Pingus "VERSION;
-+  std::string greeting = "Welcome to Pingus " VERSION;
-   greeting += "!";
-   std::cout <<  greeting << std::endl;
-   for (unsigned int i = 0; i < greeting.length(); ++i)
---- src/pingus/screens/pingus_menu.cpp~	2011-12-24 15:46:47.000000000 -0600
-+++ src/pingus/screens/pingus_menu.cpp	2012-01-03 13:30:28.967700554 -0600
-@@ -153,7 +153,7 @@
-                          gc.get_height()/2 - 280));
- 
-   gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
--                "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
-+                "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
-                 "See the file AUTHORS for a complete list of contributors.\n"
-                 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
-                 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");

Copied: pingus/repos/community-i686/pingus-0.7.6-gcc470-udl.patch (from rev 104767, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===================================================================
--- community-i686/pingus-0.7.6-gcc470-udl.patch	                        (rev 0)
+++ community-i686/pingus-0.7.6-gcc470-udl.patch	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~	2011-12-24 15:46:47.000000000 -0600
++++ src/pingus/pingus_main.cpp	2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = "Welcome to Pingus "VERSION;
++  std::string greeting = "Welcome to Pingus " VERSION;
+   greeting += "!";
+   std::cout <<  greeting << std::endl;
+   for (unsigned int i = 0; i < greeting.length(); ++i)
+--- src/pingus/screens/pingus_menu.cpp~	2011-12-24 15:46:47.000000000 -0600
++++ src/pingus/screens/pingus_menu.cpp	2012-01-03 13:30:28.967700554 -0600
+@@ -153,7 +153,7 @@
+                          gc.get_height()/2 - 280));
+ 
+   gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
+-                "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
++                "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
+                 "See the file AUTHORS for a complete list of contributors.\n"
+                 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
+                 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");

Deleted: community-i686/pingus.desktop
===================================================================
--- community-i686/pingus.desktop	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-i686/pingus.desktop	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Pingus
-Comment=A free Lemmings[tm] clone
-Exec=pingus
-Terminal=false
-Type=Application
-Categories=Application;Game;LogicGame
-Icon=/usr/share/pingus/images/core/editor/actions.png

Copied: pingus/repos/community-i686/pingus.desktop (from rev 104767, pingus/trunk/pingus.desktop)
===================================================================
--- community-i686/pingus.desktop	                        (rev 0)
+++ community-i686/pingus.desktop	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pingus
+Comment=A free Lemmings[tm] clone
+Exec=pingus
+Terminal=false
+Type=Application
+Categories=Application;Game;LogicGame
+Icon=/usr/share/pingus/images/core/editor/actions.png

Deleted: community-x86_64/ChangeLog
===================================================================
--- community-x86_64/ChangeLog	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-x86_64/ChangeLog	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,21 +0,0 @@
-2010-03-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
-
-        * pingus 0.7.2-8
-        * Rebuilt against boost 1.41.0
-
-2010-02-23  Eric Belanger  <eric at archlinux.org>
-
-	* pingus 0.7.2-7
-	* Rebuilt against boost 1.42.0
-
-2010-01-20  Eric Belanger  <eric at archlinux.org>
-
-	* pingus 0.7.2-6
-	* Rebuilt against libpng 1.4/libjpeg 8
-
-2009-07-13  Eric Belanger  <eric at archlinux.org>
-
-	* pingus 0.7.2-2
-	* Rebuilt against boost 1.39
-	* Added gcc 4.4 patch
-	* Added ChangeLog

Copied: pingus/repos/community-x86_64/ChangeLog (from rev 104767, pingus/trunk/ChangeLog)
===================================================================
--- community-x86_64/ChangeLog	                        (rev 0)
+++ community-x86_64/ChangeLog	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,21 @@
+2010-03-18  Jaroslav Lichtblau  <dragonlord at aur.archlinux.org>
+
+        * pingus 0.7.2-8
+        * Rebuilt against boost 1.41.0
+
+2010-02-23  Eric Belanger  <eric at archlinux.org>
+
+	* pingus 0.7.2-7
+	* Rebuilt against boost 1.42.0
+
+2010-01-20  Eric Belanger  <eric at archlinux.org>
+
+	* pingus 0.7.2-6
+	* Rebuilt against libpng 1.4/libjpeg 8
+
+2009-07-13  Eric Belanger  <eric at archlinux.org>
+
+	* pingus 0.7.2-2
+	* Rebuilt against boost 1.39
+	* Added gcc 4.4 patch
+	* Added ChangeLog

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-x86_64/PKGBUILD	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Eric Belanger <eric at archlinux.org>
-
-pkgname=pingus
-pkgver=0.7.6
-pkgrel=10
-pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
-arch=('i686' 'x86_64')
-url="http://pingus.seul.org"
-license=('GPL')
-depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
-makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
-source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2"
-        'pingus.desktop'
-        'pingus-0.7.6-gcc470-udl.patch')
-sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
-          '579a1144f161ce89e6e024cea37210149b89c0c0'
-          '143dd9969e8d100d29ed4f5b2039dde627afeb06')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  # fedora patch to fix error due to new standards
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
-  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
-
-  scons prefix=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  make install DESTDIR="${pkgdir}" PREFIX="/usr"
-
-  install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop"
-}

Copied: pingus/repos/community-x86_64/PKGBUILD (from rev 104767, pingus/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Eric Belanger <eric at archlinux.org>
+
+pkgname=pingus
+pkgver=0.7.6
+pkgrel=11
+pkgdesc="A Lemmings clone, i.e. a level-based puzzle game."
+arch=('i686' 'x86_64')
+url="http://pingus.seul.org"
+license=('GPL')
+depends=('sdl_image' 'sdl_mixer' 'libgl' 'boost-libs>=1.49')
+makedepends=('scons' 'boost>=1.49' 'mesa' 'glu')
+source=("http://pingus.googlecode.com/files/${pkgname}-${pkgver}.tar.bz2"
+        'pingus.desktop'
+        'pingus-0.7.6-gcc470-udl.patch')
+sha1sums=('b5f5a25d71beb197c9466fb8928018a377f56487'
+          '579a1144f161ce89e6e024cea37210149b89c0c0'
+          '143dd9969e8d100d29ed4f5b2039dde627afeb06')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  # fedora patch to fix error due to new standards
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51282
+  patch -Np0 -i ${srcdir}/pingus-0.7.6-gcc470-udl.patch
+  # manpage must be in man6, not man1
+  sed -i "s#/man1/#/man6/#g" Makefile
+
+  scons prefix=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}" PREFIX="/usr"
+
+  install -D -m644 "${srcdir}/pingus.desktop" "${pkgdir}/usr/share/applications/pingus.desktop"
+}

Deleted: community-x86_64/pingus-0.7.6-gcc470-udl.patch
===================================================================
--- community-x86_64/pingus-0.7.6-gcc470-udl.patch	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-x86_64/pingus-0.7.6-gcc470-udl.patch	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,22 +0,0 @@
---- src/pingus/pingus_main.cpp~	2011-12-24 15:46:47.000000000 -0600
-+++ src/pingus/pingus_main.cpp	2012-01-03 13:13:03.034195720 -0600
-@@ -465,7 +465,7 @@
- void
- PingusMain::print_greeting_message()
- {
--  std::string greeting = "Welcome to Pingus "VERSION;
-+  std::string greeting = "Welcome to Pingus " VERSION;
-   greeting += "!";
-   std::cout <<  greeting << std::endl;
-   for (unsigned int i = 0; i < greeting.length(); ++i)
---- src/pingus/screens/pingus_menu.cpp~	2011-12-24 15:46:47.000000000 -0600
-+++ src/pingus/screens/pingus_menu.cpp	2012-01-03 13:30:28.967700554 -0600
-@@ -153,7 +153,7 @@
-                          gc.get_height()/2 - 280));
- 
-   gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
--                "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
-+                "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
-                 "See the file AUTHORS for a complete list of contributors.\n"
-                 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
-                 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");

Copied: pingus/repos/community-x86_64/pingus-0.7.6-gcc470-udl.patch (from rev 104767, pingus/trunk/pingus-0.7.6-gcc470-udl.patch)
===================================================================
--- community-x86_64/pingus-0.7.6-gcc470-udl.patch	                        (rev 0)
+++ community-x86_64/pingus-0.7.6-gcc470-udl.patch	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,22 @@
+--- src/pingus/pingus_main.cpp~	2011-12-24 15:46:47.000000000 -0600
++++ src/pingus/pingus_main.cpp	2012-01-03 13:13:03.034195720 -0600
+@@ -465,7 +465,7 @@
+ void
+ PingusMain::print_greeting_message()
+ {
+-  std::string greeting = "Welcome to Pingus "VERSION;
++  std::string greeting = "Welcome to Pingus " VERSION;
+   greeting += "!";
+   std::cout <<  greeting << std::endl;
+   for (unsigned int i = 0; i < greeting.length(); ++i)
+--- src/pingus/screens/pingus_menu.cpp~	2011-12-24 15:46:47.000000000 -0600
++++ src/pingus/screens/pingus_menu.cpp	2012-01-03 13:30:28.967700554 -0600
+@@ -153,7 +153,7 @@
+                          gc.get_height()/2 - 280));
+ 
+   gc.print_left(Fonts::pingus_small, Vector2i(gc.get_width()/2 - 400 + 25, gc.get_height()-140),
+-                "Pingus "VERSION" - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
++                "Pingus " VERSION " - Copyright (C) 1998-2011 Ingo Ruhnke <grumbel at gmail.com>\n"
+                 "See the file AUTHORS for a complete list of contributors.\n"
+                 "Pingus comes with ABSOLUTELY NO WARRANTY. This is free software, and you are\n"
+                 "welcome to redistribute it under certain conditions; see the file COPYING for details.\n");

Deleted: community-x86_64/pingus.desktop
===================================================================
--- community-x86_64/pingus.desktop	2014-01-25 18:55:44 UTC (rev 104768)
+++ community-x86_64/pingus.desktop	2014-01-25 18:55:45 UTC (rev 104769)
@@ -1,9 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Pingus
-Comment=A free Lemmings[tm] clone
-Exec=pingus
-Terminal=false
-Type=Application
-Categories=Application;Game;LogicGame
-Icon=/usr/share/pingus/images/core/editor/actions.png

Copied: pingus/repos/community-x86_64/pingus.desktop (from rev 104767, pingus/trunk/pingus.desktop)
===================================================================
--- community-x86_64/pingus.desktop	                        (rev 0)
+++ community-x86_64/pingus.desktop	2014-01-25 18:55:45 UTC (rev 104769)
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pingus
+Comment=A free Lemmings[tm] clone
+Exec=pingus
+Terminal=false
+Type=Application
+Categories=Application;Game;LogicGame
+Icon=/usr/share/pingus/images/core/editor/actions.png




More information about the arch-commits mailing list