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

Eric Bélanger eric at archlinux.org
Thu Nov 3 08:55:49 UTC 2011


    Date: Thursday, November 3, 2011 @ 04:55:49
  Author: eric
Revision: 141931

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

Added:
  foobillard++/repos/extra-i686/PKGBUILD
    (from rev 141930, foobillard++/trunk/PKGBUILD)
  foobillard++/repos/extra-x86_64/PKGBUILD
    (from rev 141930, foobillard++/trunk/PKGBUILD)
Deleted:
  foobillard++/repos/extra-i686/PKGBUILD
  foobillard++/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   73 +++++++++++++++++++++++-------------------------
 extra-x86_64/PKGBUILD |   73 +++++++++++++++++++++++-------------------------
 2 files changed, 72 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-03 08:55:21 UTC (rev 141930)
+++ extra-i686/PKGBUILD	2011-11-03 08:55:49 UTC (rev 141931)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=foobillard++
-pkgver=3.4beta
-pkgrel=1
-pkgdesc="An OpenGL billiard game"
-arch=('i686' 'x86_64')
-url="http://foobillardplus.sourceforge.net/"
-license=('GPL2')
-depends=('bzip2' 'freetype2' 'libpng' 'mesa' 'sdl_net')
-replaces=('foobillard')
-source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
-md5sums=('130418a45ba84b4132f9b27712feb919')
-sha1sums=('d8723568e460ee62cb913b0c8d7c9a9f557395ee')
-
-build() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  sed -i 's|$prefix/foobillardplus|$prefix|' configure
-  sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
-  sed -i 's|"/data"|"/share/foobillardplus"|' src/language.c
-  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
-  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  install -Dm755 src/foobillardplus "${pkgdir}/usr/bin/foobillardplus"
-  install -d "${pkgdir}/usr/share/foobillardplus"
-  cp -R data/* "${pkgdir}/usr/share/foobillardplus"
-  install -Dm644 foobillardplus.desktop "${pkgdir}/usr/share/applications/foobillardplus.desktop"
-  install -Dm644 foobillardplus.png "${pkgdir}/usr/share/pixmaps/foobillardplus.png"
-  install -Dm644 foobillardplus.xbm "${pkgdir}/usr/share/pixmaps/foobillardplus.xbm"
-  find "${pkgdir}" -depth  -type d -name .svn -exec rm -rf  {} \;
-}

Copied: foobillard++/repos/extra-i686/PKGBUILD (from rev 141930, foobillard++/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-11-03 08:55:49 UTC (rev 141931)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=foobillard++
+pkgver=3.41beta
+pkgrel=1
+pkgdesc="An OpenGL billiard game"
+arch=('i686' 'x86_64')
+url="http://foobillardplus.sourceforge.net/"
+license=('GPL2')
+depends=('bzip2' 'freetype2' 'libpng' 'mesa' 'sdl_net')
+replaces=('foobillard')
+source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
+sha1sums=('41d6db473557386ffeacd98b9a2ee26198e42c6a')
+
+build() {
+  cd "${srcdir}/foobillardplus-${pkgver}"
+  sed -i 's|$prefix/foobillardplus|$prefix|' configure
+  sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
+  sed -i 's|"/data"|"/share/foobillardplus"|' src/language.c
+  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
+  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/foobillardplus-${pkgver}"
+  install -Dm755 src/foobillardplus "${pkgdir}/usr/bin/foobillardplus"
+  install -d "${pkgdir}/usr/share/foobillardplus"
+  cp -R data/* "${pkgdir}/usr/share/foobillardplus"
+  install -Dm644 foobillardplus.desktop "${pkgdir}/usr/share/applications/foobillardplus.desktop"
+  install -Dm644 foobillardplus.png "${pkgdir}/usr/share/pixmaps/foobillardplus.png"
+  install -Dm644 foobillardplus.xbm "${pkgdir}/usr/share/pixmaps/foobillardplus.xbm"
+  find "${pkgdir}" -depth  -type d -name .svn -exec rm -rf  {} \;
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-11-03 08:55:21 UTC (rev 141930)
+++ extra-x86_64/PKGBUILD	2011-11-03 08:55:49 UTC (rev 141931)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger <eric at archlinux.org>
-
-pkgname=foobillard++
-pkgver=3.4beta
-pkgrel=1
-pkgdesc="An OpenGL billiard game"
-arch=('i686' 'x86_64')
-url="http://foobillardplus.sourceforge.net/"
-license=('GPL2')
-depends=('bzip2' 'freetype2' 'libpng' 'mesa' 'sdl_net')
-replaces=('foobillard')
-source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
-md5sums=('130418a45ba84b4132f9b27712feb919')
-sha1sums=('d8723568e460ee62cb913b0c8d7c9a9f557395ee')
-
-build() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  sed -i 's|$prefix/foobillardplus|$prefix|' configure
-  sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
-  sed -i 's|"/data"|"/share/foobillardplus"|' src/language.c
-  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
-  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/foobillardplus-${pkgver}"
-  install -Dm755 src/foobillardplus "${pkgdir}/usr/bin/foobillardplus"
-  install -d "${pkgdir}/usr/share/foobillardplus"
-  cp -R data/* "${pkgdir}/usr/share/foobillardplus"
-  install -Dm644 foobillardplus.desktop "${pkgdir}/usr/share/applications/foobillardplus.desktop"
-  install -Dm644 foobillardplus.png "${pkgdir}/usr/share/pixmaps/foobillardplus.png"
-  install -Dm644 foobillardplus.xbm "${pkgdir}/usr/share/pixmaps/foobillardplus.xbm"
-  find "${pkgdir}" -depth  -type d -name .svn -exec rm -rf  {} \;
-}

Copied: foobillard++/repos/extra-x86_64/PKGBUILD (from rev 141930, foobillard++/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-11-03 08:55:49 UTC (rev 141931)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Eric Bélanger <eric at archlinux.org>
+
+pkgname=foobillard++
+pkgver=3.41beta
+pkgrel=1
+pkgdesc="An OpenGL billiard game"
+arch=('i686' 'x86_64')
+url="http://foobillardplus.sourceforge.net/"
+license=('GPL2')
+depends=('bzip2' 'freetype2' 'libpng' 'mesa' 'sdl_net')
+replaces=('foobillard')
+source=(http://downloads.sourceforge.net/foobillardplus/foobillardplus-${pkgver}.tar.gz)
+sha1sums=('41d6db473557386ffeacd98b9a2ee26198e42c6a')
+
+build() {
+  cd "${srcdir}/foobillardplus-${pkgver}"
+  sed -i 's|$prefix/foobillardplus|$prefix|' configure
+  sed -i 's|$prefix/data|$prefix/share/foobillardplus|' configure
+  sed -i 's|"/data"|"/share/foobillardplus"|' src/language.c
+  sed -i 's|/opt/foobillardplus/bin/||' foobillardplus.desktop
+  sed -i 's|/opt/foobillardplus/||' foobillardplus.desktop
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/foobillardplus-${pkgver}"
+  install -Dm755 src/foobillardplus "${pkgdir}/usr/bin/foobillardplus"
+  install -d "${pkgdir}/usr/share/foobillardplus"
+  cp -R data/* "${pkgdir}/usr/share/foobillardplus"
+  install -Dm644 foobillardplus.desktop "${pkgdir}/usr/share/applications/foobillardplus.desktop"
+  install -Dm644 foobillardplus.png "${pkgdir}/usr/share/pixmaps/foobillardplus.png"
+  install -Dm644 foobillardplus.xbm "${pkgdir}/usr/share/pixmaps/foobillardplus.xbm"
+  find "${pkgdir}" -depth  -type d -name .svn -exec rm -rf  {} \;
+}




More information about the arch-commits mailing list