From 79cd6118a232da04e20f969bf181dbd09e2e67df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 23 Feb 2013 02:27:56 -0200 Subject: nexuiz: fixing description --- pcr/nexuiz/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/nexuiz/PKGBUILD b/pcr/nexuiz/PKGBUILD index 1d1d513d4..5c3b50899 100644 --- a/pcr/nexuiz/PKGBUILD +++ b/pcr/nexuiz/PKGBUILD @@ -8,9 +8,9 @@ pkgname=nexuiz pkgver=2.5.2 _zipver=252 -pkgrel=2.1 +pkgrel=2.2 arch=('i686' 'x86_64') -pkgdesc="a free software first person shooter" +pkgdesc="A free software first person shooter" url="http://www.alientrap.org/games/nexuiz/" license=("GPL") depends=('alsa-lib' 'curl' 'libjpeg>=8' 'libmodplug' 'libvorbis' 'libxpm' 'libxxf86dga' 'libxxf86vm' 'sdl' 'nexuiz-data' 'libpng>=1.4.0') -- cgit v1.2.3-2-g168b From cf9b40b518ad76591b8cf4faddafa1890aa7f163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 23 Feb 2013 16:40:50 -0200 Subject: hexchat-libre-2.9.4-2.1: branding to Parabola --- pcr/hexchat-libre/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/hexchat-libre/PKGBUILD b/pcr/hexchat-libre/PKGBUILD index 26c353fb9..489fb0c91 100644 --- a/pcr/hexchat-libre/PKGBUILD +++ b/pcr/hexchat-libre/PKGBUILD @@ -4,8 +4,8 @@ _pkgname=hexchat pkgname=hexchat-libre pkgver=2.9.4 -pkgrel=2 -pkgdesc='A GTK+ based IRC client without non-free browser reference' +pkgrel=2.1 +pkgdesc='A GTK+ based IRC client without non-free browser reference (Parabola rebranded)' arch=('i686' 'x86_64' 'mips64el') url='http://www.hexchat.org/' license=('GPL') @@ -29,6 +29,7 @@ md5sums=('5609cac7200fc91be57196501aaf07fa' build() { cd "$srcdir/$_pkgname-$pkgver" + sed -i -e 's#ArchLinux#Parabola GNU/Linux-libre#' plugins/sysinfo/parse.c patch -p1 -i "${srcdir}/remove-non-free-suggestion.patch" patch -p1 -i "${srcdir}/no-firefox.patch" mkdir m4 -- cgit v1.2.3-2-g168b From 4d2d33bb989a2860e863ce198e0a185c3a03af4b Mon Sep 17 00:00:00 2001 From: aurelien Date: Mon, 25 Feb 2013 15:28:21 +0100 Subject: + coin eigen3 swig1 --- pcr/coin/PKGBUILD | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ pcr/eigen3/PKGBUILD | 27 ++++++++++++++++++++++++ pcr/swig1/PKGBUILD | 29 ++++++++++++++++++++++++++ 3 files changed, 115 insertions(+) create mode 100644 pcr/coin/PKGBUILD create mode 100644 pcr/eigen3/PKGBUILD create mode 100644 pcr/swig1/PKGBUILD (limited to 'pcr') diff --git a/pcr/coin/PKGBUILD b/pcr/coin/PKGBUILD new file mode 100644 index 000000000..c584949c9 --- /dev/null +++ b/pcr/coin/PKGBUILD @@ -0,0 +1,59 @@ +# Contributor: Christian Hesse +# Contributor: Thomas Dziedzic < gostrc at gmail > +# Contributor: mickele +# Contributor: marcus fritzsch +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrières + +pkgname=coin +pkgver=3.1.3 +pkgrel=9 +pkgdesc='A high-level 3D graphics toolkit on top of OpenGL' +url='http://www.coin3d.org/' +license=('GPL') +arch=('i686' 'x86_64') +depends=('mesa' 'expat') +makedepends=('doxygen') +optdepends=('openal: sound/dynamic linking support' + 'fontconfig: dynamic linking support' + 'zlib: dynamic linking support' + 'freetype2: dynamic linking support' + 'js: dynamic linking support' + 'simage: image format support') +options=('!libtool') +source=("https://bitbucket.org/Coin3D/coin/downloads/Coin-${pkgver}.tar.gz") + +build() { + cd Coin-${pkgver} + + # fix http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667139 + sed -i "/#include /i #include " include/Inventor/SbBasic.h + + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --enable-optimization \ + --enable-3ds-import \ + --enable-javascript-api \ + --enable-threadsafe \ + --enable-exceptions \ + --enable-man \ + --with-mesa \ + --disable-debug \ + --enable-shared \ + --disable-maintainer-mode \ + --disable-dependency-tracking \ + --enable-system-expat + + make +} + +package() { + cd Coin-${pkgver} + + make DESTDIR=${pkgdir} install + + # final adjustments + for _FILE in threads deprecated errors events ; do + mv "${pkgdir}/usr/share/man/man3/${_FILE}.3" "${pkgdir}/usr/share/man/man3/coin-${_FILE}.3" + done +} diff --git a/pcr/eigen3/PKGBUILD b/pcr/eigen3/PKGBUILD new file mode 100644 index 000000000..a1e186325 --- /dev/null +++ b/pcr/eigen3/PKGBUILD @@ -0,0 +1,27 @@ +# Contributor: Chirantan Ekbote +# Contributor: Kringel +# This PKGBUILD is a modified version of eigen 2.x in extra/eigen +# Maintainer: Parabola GNU / Linux-libre Aurélien Desbrières + +pkgname=eigen3 +pkgver=3.1.2 +pkgrel=1 +pkgdesc="Eigen is a lightweight C++ template library for vector and matrix math, a.k.a. linear algebra." +arch=('any') +url='http://eigen.tuxfamily.org' +license=('MPL2') +makedepends=('cmake' 'pkgconfig') +source=("${pkgname}-${pkgver}.tar.bz2::http://bitbucket.org/eigen/eigen/get/${pkgver}.tar.bz2") + +build() { + mkdir -p "$srcdir"/build + cd "$srcdir"/build + cmake ../eigen-eigen-* \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr +} + +package() { + cd "$srcdir"/build + make DESTDIR="$pkgdir" install +} diff --git a/pcr/swig1/PKGBUILD b/pcr/swig1/PKGBUILD new file mode 100644 index 000000000..4cb83afd2 --- /dev/null +++ b/pcr/swig1/PKGBUILD @@ -0,0 +1,29 @@ +# Contributor: Hilton Medeiros +# Contributor: Jason Chu +# Contributor: Tom Newsom +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres + +pkgname=swig1 +_pkgname=swig +pkgver=1.3.40 +pkgrel=1 +pkgdesc="A compiler that integrates C and C++ code with scripting languages (legacy version)" +arch=('i686' 'x86_64') +url="http://www.swig.org/" +license=('custom') +depends=('gcc-libs' 'zlib') +conflicts=('swig' 'swig-pantheon') +provides=('swig') +source=("http://downloads.sourceforge.net/${_pkgname}/${_pkgname}-${pkgver}.tar.gz") + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + ./configure --prefix=/usr + make +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" +} -- cgit v1.2.3-2-g168b