From 8e7b2bc78f04d05600ef1616935e5e8fb418fd5e Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Wed, 19 Feb 2014 09:39:30 +0200 Subject: updating youtube-dl-current to version 2014.02.19.1 --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 354ef7569..3eb39c52e 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2014.02.13 +pkgver=2014.02.19.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('323101220bdd348a4251e622746609ce' +md5sums=('7a9aa7b9b2a87a19de7551eb239e9240' 'SKIP') -- cgit v1.2.3-2-g168b From 983d9aeb84f3a9c34b3143f19ebd95ee72b89128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 22 Feb 2014 12:48:02 -0200 Subject: python2-qrcode-4.0.4-2: updating version --- pcr/python2-qrcode/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD index a0d2377cb..a385056ba 100644 --- a/pcr/python2-qrcode/PKGBUILD +++ b/pcr/python2-qrcode/PKGBUILD @@ -2,20 +2,20 @@ # Maintainer: Francois Boulogne pkgname=python2-qrcode -pkgver=2.7 -pkgrel=1 +pkgver=4.0.4 +pkgrel=2 pkgdesc="Python library to generate QR codes" arch=('any') url="https://github.com/lincolnloop/python-qrcode" license=('BSD') -depends=('python2-imaging' 'python2') +depends=('python2-imaging' 'python2' 'python2-six') +makedepends=('python2-setuptools') source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz) -md5sums=("9c0c3d85aae468ac5ed9a501306d00d0") +md5sums=('c1dd31ed47a90498db645b61e0adfe5a') package() { cd "$srcdir/qrcode-$pkgver" - - python2 setup.py install --root="${pkgdir}" + python2 setup.py install --root="${pkgdir}" --optimize=1 } # vim:ts=2:sw=2:et: -- cgit v1.2.3-2-g168b From e1435d58dbd43bb7dee656ffca1198c6c1a22827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 22 Feb 2014 13:36:59 -0200 Subject: gnuhealth-2.4.1-1: updating version --- pcr/gnuhealth/PKGBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index c10b4e7c9..cc23c41d3 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -1,8 +1,9 @@ # Maintainer: André Silva # Contributor: SpepS +# Contributor: Ander pkgname=gnuhealth -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=any @@ -27,7 +28,12 @@ depends=( "trytond-stock-lot>=3.0" ) source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz -sha512sums=ee33b3efd731a7dc688e20c09a0aff58001e5e9b24d01420da20021e13ac3ca90c4fb141c4ca49d7d27144d1ef0255d09fd4eab83c86b782052c2244a57ba36d +sha512sums=8a2421a20711f1c8af67211f9ffad56cbd96d527ff9f748d471f0b3488aea3efb7bffb3dbec541967035f751fb07d3b6662c077c430aab3466a929ef6856f22b + +prepare() { + # fix problem with python2 + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' $(grep -rlI '/usr/bin/env python') +} package() { MODULES=( @@ -38,6 +44,7 @@ package() { health_history health_icd10 health_icd10pcs + health_icpm health_icu health_imaging health_inpatient -- cgit v1.2.3-2-g168b From 91884bb318255d573946494b78bedd76a0085d65 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 23 Feb 2014 03:08:31 -0500 Subject: add pcr/printrun{,-stable} --- pcr/printrun-stable/PKGBUILD | 42 ++++++++++++++++++++++++++++++++++++++++++ pcr/printrun/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) create mode 100644 pcr/printrun-stable/PKGBUILD create mode 100644 pcr/printrun/PKGBUILD (limited to 'pcr') diff --git a/pcr/printrun-stable/PKGBUILD b/pcr/printrun-stable/PKGBUILD new file mode 100644 index 000000000..f8f2bd4df --- /dev/null +++ b/pcr/printrun-stable/PKGBUILD @@ -0,0 +1,42 @@ +# Maintainer: Luke Shumaker + +_pkgname=printrun +pkgname=printrun-stable +pkgver=20130604 +pkgdesc="Host software for 3D printing" +url="https://github.com/kliment/Printrun" +license=('GPL3') # GPLv3+ + +provides=("${_pkgname}-${pkgver}") +conflicts=("${_pkgname}") + +pkgrel=1 +arch=('any') +depends=('python2-pyserial' 'python2-pyglet' 'wxpython') +optdepends=( + 'python2-numpy: for 3D view' + 'python2-cairo: for Projector feature' +# 'python2-tornado: for prontserve' +) + +source=("https://repo.parabolagnulinux.org/other/$_pkgname/$_pkgname-$pkgver.tar.gz") +md5sums=('bc19f5b4570e178d435da04747c18e42') + +mkdepends=('git') +mksource=("$_pkgname-$pkgver::git://github.com/kliment/Printrun.git#tag=$_pkgname-$pkgver") +mkmd5sums=('SKIP') + +build() { + cd "${srcdir}/${_pkgname}-${pkgver}" + python2 setup.py build +} + +package() { + cd "${srcdir}/${_pkgname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --prefix=/usr + + local file + for file in "$pkgdir"/usr/bin/*.py; do + mv "$file" "${file%.py}" + done +} diff --git a/pcr/printrun/PKGBUILD b/pcr/printrun/PKGBUILD new file mode 100644 index 000000000..4d4788911 --- /dev/null +++ b/pcr/printrun/PKGBUILD @@ -0,0 +1,38 @@ +# Maintainer: Luke Shumaker + +pkgname=printrun +pkgver=20140126 +pkgdesc="Host software for 3D printing" +url="https://github.com/kliment/Printrun" +license=('GPL3') # GPLv3+ + +pkgrel=1 +arch=('any') +depends=('python2-pyserial' 'python2-pyglet' 'wxpython') +optdepends=( + 'python2-numpy: for 3D view' + 'python2-cairo: for Projector feature' +# 'python2-tornado: for prontserve' +) + +source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('d8b04115306d7b6b07d712af15383db7') + +mkdepends=('git') +mksource=("$pkgname-$pkgver::git://github.com/kliment/Printrun.git#tag=$pkgname-$pkgver") +mkmd5sums=('SKIP') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + python2 setup.py build +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + python2 setup.py install --root="${pkgdir}" --prefix=/usr + + local file + for file in "$pkgdir"/usr/bin/*.py; do + mv "$file" "${file%.py}" + done +} -- cgit v1.2.3-2-g168b From 3b3fecfcec20170e04857672a20331e2f12a8d81 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Sun, 23 Feb 2014 20:23:09 +0200 Subject: updating youtube-dl-current to version 2014.02.22.1 --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 3eb39c52e..5043b852a 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2014.02.19.1 +pkgver=2014.02.22.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('7a9aa7b9b2a87a19de7551eb239e9240' +md5sums=('cd1b11fa2b1c0a66eb5cdd6651fce62c' 'SKIP') -- cgit v1.2.3-2-g168b From c937a305a82069a4f4745608acbf08a281b549d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 25 Feb 2014 16:04:50 -0200 Subject: xfce-theme-greybird-1.3.1-1: updating version --- pcr/xfce-theme-greybird/PKGBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'pcr') diff --git a/pcr/xfce-theme-greybird/PKGBUILD b/pcr/xfce-theme-greybird/PKGBUILD index 74f21775e..14b8c8fbd 100644 --- a/pcr/xfce-theme-greybird/PKGBUILD +++ b/pcr/xfce-theme-greybird/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Limao Luo # Contributor: flan_suse - +# # This suite contains the following: # * xfwm4 theme # * xfwm4 compact theme @@ -15,14 +15,10 @@ # * lightdm theme # * wallpaper (found in the shimmer-wallpapers package; optdepends) -# There have been some drastic changes as of July 22nd, 2012! -# Please read through the AUR page comments if you wish to learn more. -# I have modified this PKGBUILD to compensate for the drastic changes. - pkgname=xfce-theme-greybird _pkgname=Greybird -pkgver=1.1.1 -_pkgverclassic=0.8.2 +pkgver=1.3.1 +_pkgverclassic=0.9 pkgrel=1 pkgdesc="A grey and blue Xfce theme, used by default in Xubuntu 12.04; includes the classic low saturation theme" arch=(any) @@ -39,10 +35,10 @@ optdepends=('elementary-xfce-icons: matching icon set; use the dark icon theme' conflicts=($pkgname-git) source=($pkgname-$pkgver.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$pkgver.tar.gz $pkgname-$_pkgverclassic.tar.gz::https://github.com/shimmerproject/$_pkgname/archive/v$_pkgverclassic.tar.gz) -sha256sums=('374bc55d6af98ca6052cc5dd6c55db3b1ce9002fe81d3fde3e9b72febe697878' - 'b63da3527760c194bb7299c1cb45297268439740e52e2c5e1f39fc31dce6293a') -sha512sums=('1e4f7dea5e0206972d7d4a5bf42b353abf21e40d215fc1b0e7b546a4c95c7ce0604a37e9f2ad6c272fedf4720d0a5eee732a6b89d83c635c24082c24711c9e5e' - '09f19bbfe02a477de6635198736897d143a5eec8ed13e6d1863c80f5d78b341ecdf2b2cf48bffddead25082eeadde475d360fc7bee773307c5cc10fb3ff90034') +sha256sums=('f25f402878a3f91740291934cbb1ec5d91cb9504e5ee94ddad5cfc66dd59ed44' + '661f81347fe227bc3dc7ae40ee0e9bf1c96b478fab7283416a8569379a0aec4f') +sha512sums=('cf85da68a15dca0f9ce13af46407a3cc4a77d0388e0ef760a0c24eacb56f544f409134a72986d42aafdf1786b4a5d1645f2ce2f1d56c9fbdbb5d5f85fd015416' + '599fa02ea6eeb6f805c06f7e57ea86d6b620a28a24c5439b0a826439e04a7ac245a95c86c8ee5a4550c070308174564a427dd80fa8538c90e1439b9f697e17c4') package() { local _themedir="$pkgdir/usr/share/themes" -- cgit v1.2.3-2-g168b From 9a9a2e94f674d97421d82792a300c26d86c18e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 25 Feb 2014 21:31:19 -0200 Subject: tunnels-git: adding on abslibre because it's included from pacman database only (https://labs.parabola.nu/issues/491) --- pcr/tunnels-git/PKGBUILD | 58 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 pcr/tunnels-git/PKGBUILD (limited to 'pcr') diff --git a/pcr/tunnels-git/PKGBUILD b/pcr/tunnels-git/PKGBUILD new file mode 100644 index 000000000..bf1f0e8bc --- /dev/null +++ b/pcr/tunnels-git/PKGBUILD @@ -0,0 +1,58 @@ +# Maintainer: Etienne Perot +pkgname=tunnels-git +pkgver=20130503 +pkgrel=1 +pkgdesc='Transparent, system-wide, domain-name-specific proxying rules' +arch=('any') +url='https://github.com/EtiennePerot/tunnels' +license=('LGPL') +depends=('bash' 'python2' 'python2-paramiko' 'python2-yaml') +makedepends=('git' 'svn') +source=( + 'https://socksipy-branch.googlecode.com/svn-history/r19/trunk/socks.py' + 'https://pypi.python.org/packages/source/p/python-daemon/python-daemon-1.6.tar.gz' + 'https://pypi.python.org/packages/source/l/lockfile/lockfile-0.9.1.tar.gz' +) +sha512sums=( + '58e7393b365ad5bde308cb2290224c15dfce82c0dc8e3209b8c4fea9876d1afa5bebfd184ea5e9d577d1494037f78bf5013a64d7ad21b5ed4b7405fb4a3a86dd' + 'ff9480844d8f57a09f27067aaa78669c167f66b2cc05f9b3baa660bc0aa21228d4894eeaeb3440611c1e0f0d5633b1c60eac60893da4a86d1db4b94d99961299' + '46288cb4d15bcb546d6cece7e032b7b020c71fba695d16a3c7718eeb0bc15c97c29f09f3c1649b6061d117e6bbd708e243fdcee89b2fa5f13a262a0e74f62c3d' +) + +_gitroot='git://perot.me/tunnels' +_gitname='tunnels' + +build() { + cd "$srcdir" + msg "Connecting to GIT server...." + + if [[ -d "$_gitname" ]]; then + cd "$_gitname" && git pull origin + msg "The local files are updated." + else + git clone "$_gitroot" "$_gitname" + fi + + msg "Starting build..." + + rm -rf "$srcdir/$_gitname-build" + git clone "$srcdir/$_gitname" "$srcdir/$_gitname-build" + cd "$srcdir/$_gitname-build" + cp -ra "$srcdir/socks.py" "$srcdir"/python-daemon-*/daemon "$srcdir"/lockfile-*/lockfile src/ + python util/mkportslist.py > conf.d.sample/autogenerated-ports.yml +} + +package() { + cd "$srcdir/$_gitname-build" + install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -D -m644 pkg/resources/tunnels.service "$pkgdir/usr/lib/systemd/system/tunnels.service" + mkdir -p "$pkgdir/usr/lib/tunnels" + for target in conf.d.sample src tunnels tunnelsd; do + cp -ra "$target" "$pkgdir/usr/lib/tunnels/" + done + mkdir -p "$pkgdir/etc/tunnels.d" + cp -a conf.d.sample/* "$pkgdir/etc/tunnels.d/" + mkdir -p "${pkgdir}/usr/bin" + ln -sf /usr/lib/tunnels/tunnels "$pkgdir/usr/bin/tunnels" + ln -sf /usr/lib/tunnels/tunnelsd "$pkgdir/usr/bin/tunnelsd" +} -- cgit v1.2.3-2-g168b From 952a33e8423cf99fc8f617b99243d99a5e966fff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Tue, 25 Feb 2014 21:55:13 -0200 Subject: ruby-bundler-1.5.3-1: updating version --- pcr/ruby-bundler/PKGBUILD | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'pcr') diff --git a/pcr/ruby-bundler/PKGBUILD b/pcr/ruby-bundler/PKGBUILD index 44a1a883b..52e4d36e4 100644 --- a/pcr/ruby-bundler/PKGBUILD +++ b/pcr/ruby-bundler/PKGBUILD @@ -1,24 +1,25 @@ +# Generated by gem2arch (https://github.com/anatol/gem2arch) +# Maintainer: Anatol Pomozov # Contributor: Alexsandr Pavlov -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva -_pkgname=bundler -pkgname=ruby-$_pkgname -pkgver=1.3.5 +_gemname=bundler +pkgname=ruby-$_gemname +pkgver=1.5.3 pkgrel=1 -pkgdesc="Is manages an application's dependencies through its entire life, across many machines, systematically and repeatably." -arch=any -url=http://gem$_pkgname.com -license=MIT -depends=ruby -source=http://rubygems.org/downloads/$_pkgname-$pkgver.gem -noextract=$_pkgname-$pkgver.gem -sha256sums=08b89047f7b829f3e197a28fb1bde74c3f5cfea1552f99dfba237fee30eaffe4 +pkgdesc="Is manages an application's dependencies through its entire life, across many machines, systematically and repeatably" +arch=(any) +url='http://gembundler.com' +license=(MIT) +depends=(ruby) +options=(!emptydirs) +source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem) +noextract=($_gemname-$pkgver.gem) +sha1sums=('d23650aeb366efd85d9c51a36b3dde477a868919') package() { - cd $srcdir - - local _gemdir=$(ruby -rubygems -e'puts Gem.default_dir') - HOME=/tmp gem install --no-user-install --ignore-dependencies\ - -i $pkgdir$_gemdir -n $pkgdir/usr/bin\ - $_pkgname-$pkgver.gem + local _gemdir="$(ruby -e'puts Gem.default_dir')" + gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem + rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem" + install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.md" } -- cgit v1.2.3-2-g168b From 9d55971eac8d45ab0585d6bdddcd5defda66a980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 27 Feb 2014 23:24:39 -0200 Subject: pybitmessage-git-0.4.2.r7.g44f31d7-1: updating version --- pcr/pybitmessage-git/PKGBUILD | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) (limited to 'pcr') diff --git a/pcr/pybitmessage-git/PKGBUILD b/pcr/pybitmessage-git/PKGBUILD index e6cad32b3..a62d45523 100644 --- a/pcr/pybitmessage-git/PKGBUILD +++ b/pcr/pybitmessage-git/PKGBUILD @@ -3,11 +3,10 @@ # Contributor: Asta # Contributor: ptrv -pkgname=pybitmessage-git -_gitname='PyBitmessage' -_realname='pybitmessage' -pkgver=7ad8ce7 -pkgrel=2 +_pkgname=pybitmessage +pkgname=${_pkgname}-git +pkgver=0.4.2.r7.g44f31d7 +pkgrel=1 pkgdesc="Bitcoin inspired P2P encrypted messenger" arch=('any') depends=('hicolor-icon-theme' 'python2' 'python2-pyqt' 'qt4') @@ -15,7 +14,7 @@ makedepends=('git') optdepends=('python2-gevent') url="https://github.com/Bitmessage/PyBitmessage" license=('MIT') -source=(git+https://github.com/Bitmessage/PyBitmessage +source=($pkgname::git+https://github.com/Bitmessage/PyBitmessage pybitmessage.sh) sha256sums=('SKIP' 'c20eeeffd4931d8bcd50de5e6e1a974323ebbd3f5ad1d34483c6adeb3b5f3ae1') @@ -23,12 +22,12 @@ provides=('pybitmessage') conflicts=('pybitmessage') pkgver() { - cd $_gitname - git describe --always | sed 's|-|.|g' + cd $pkgname + git describe --long --tags | sed -r 's/^v//;s/([^-]*-g)/r\1/;s/-/./g' } prepare() { - cd $_gitname + cd $pkgname msg 'Fixing Python version...' find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/python#/usr/bin/python2#g' @@ -36,17 +35,17 @@ prepare() { } package() { - cd $_gitname + cd $pkgname msg 'Installing shared files...' - mkdir -p "$pkgdir"/usr/share/${_realname} - cp -R src/* "$pkgdir"/usr/share/${_realname} + mkdir -p "$pkgdir"/usr/share/${_pkgname} + cp -R src/* "$pkgdir"/usr/share/${_pkgname} msg 'Installing desktop icons...' - install -D -m644 desktop/${_realname}.desktop "${pkgdir}/usr/share/applications/${_realname}.desktop" - install -D -m644 src/images/can-icon-24px.png "${pkgdir}/usr/share/icons/hicolor/24x24/apps/${_realname}.png" - install -D -m644 desktop/can-icon.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_realname}.svg" - install -D -m644 desktop/can-icon.svg "${pkgdir}/usr/share/pixmaps/${_realname}.svg" + install -D -m644 desktop/${_pkgname}.desktop "${pkgdir}/usr/share/applications/${_pkgname}.desktop" + install -D -m644 src/images/can-icon-24px.png "${pkgdir}/usr/share/icons/hicolor/24x24/apps/${_pkgname}.png" + install -D -m644 desktop/can-icon.svg "${pkgdir}/usr/share/icons/hicolor/scalable/apps/${_pkgname}.svg" + install -D -m644 desktop/can-icon.svg "${pkgdir}/usr/share/pixmaps/${_pkgname}.svg" msg 'Installing executable...' install -D -m755 ${srcdir}/pybitmessage.sh "${pkgdir}/usr/bin/pybitmessage" -- cgit v1.2.3-2-g168b From 03c977c3ee5b24cf731e1e68202e3350c5c5f203 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 28 Feb 2014 18:55:36 -0200 Subject: httrack: add new package to [pcr] --- pcr/httrack/PKGBUILD | 35 +++++++++++++++++++++++++++++++++++ pcr/httrack/httrack.install | 12 ++++++++++++ 2 files changed, 47 insertions(+) create mode 100644 pcr/httrack/PKGBUILD create mode 100644 pcr/httrack/httrack.install (limited to 'pcr') diff --git a/pcr/httrack/PKGBUILD b/pcr/httrack/PKGBUILD new file mode 100644 index 000000000..4d40153ef --- /dev/null +++ b/pcr/httrack/PKGBUILD @@ -0,0 +1,35 @@ +# Maintainer : Marcos Heredia +# Contributor: Joris Steyn +# Contributor: speps +# Contributor: Roman Kyrylych +# Contributor: orelien + +pkgname=httrack +pkgver=3.47.27 +pkgrel=1 +pkgdesc="An easy-to-use offline browser utility." +arch=('i686' 'x86_64') +url="http://www.httrack.com/" +license=('GPL3') +depends=('bash' 'xdg-utils' 'hicolor-icon-theme' 'openssl') +options=('!libtool') +install="$pkgname.install" +source=("http://download.httrack.com/$pkgname-$pkgver.tar.gz") +md5sums=('60a47cbda7775fdbe21802061a9ed47a') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./configure --prefix=/usr --enable-static=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install + _docdir=${pkgdir}/usr/share/doc/${pkgname} + _licdir=${pkgdir}/usr/share/licenses/${pkgname} + install -dpm755 ${_docdir} ${_licdir} + install -Dpm644 AUTHORS INSTALL* README ${_docdir}/ + install -Dpm644 COPYING license.txt ${_licdir}/ +} + diff --git a/pcr/httrack/httrack.install b/pcr/httrack/httrack.install new file mode 100644 index 000000000..029294d67 --- /dev/null +++ b/pcr/httrack/httrack.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor 2> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} -- cgit v1.2.3-2-g168b From f998b49040c528d1daf7d2f739c477a956292c4a Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Mar 2014 17:01:43 -0500 Subject: pcr/command-not-found: re-generate the source tarball --- pcr/command-not-found/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pcr') diff --git a/pcr/command-not-found/PKGBUILD b/pcr/command-not-found/PKGBUILD index e2131a3d5..60aaa4fd5 100644 --- a/pcr/command-not-found/PKGBUILD +++ b/pcr/command-not-found/PKGBUILD @@ -5,7 +5,7 @@ pkgname=command-not-found pkgver=0.4.5 -pkgrel=1 +pkgrel=2 pkgdesc="In case a command could not be found this utility searches for packages containing this or a similar command (bash,zsh)." arch=('i686' 'x86_64') url="http://github.com/metti/command-not-found" @@ -14,7 +14,9 @@ depends=('boost-libs' 'tdb' 'libarchive' 'wget') makedepends=('boost' 'cmake') install='install' -source=("libre://$pkgname-$pkgver.tar.gz") +source=("https://repo.parabolagnulinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('cceea11367dd1847f08c94212f380ea5') + mksource=("$pkgname-$pkgver::git+https://github.com/metti/$pkgname.git#tag=v${pkgver}") mkmd5sums=('SKIP') @@ -28,5 +30,3 @@ package(){ cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } - -md5sums=('c055522251b2c58b9c6e0d0f0df481c0') -- cgit v1.2.3-2-g168b From 885a50c4a42f0b530d4f756d34862c89f2987556 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Mar 2014 18:07:47 -0500 Subject: update pcr/hiredis --- pcr/hiredis/ChangeLog | 10 ++++++++ pcr/hiredis/PKGBUILD | 46 ++++++++++++++++++++++--------------- pcr/hiredis/hiredis-fix-tests.patch | 11 +++++++++ 3 files changed, 49 insertions(+), 18 deletions(-) create mode 100644 pcr/hiredis/hiredis-fix-tests.patch (limited to 'pcr') diff --git a/pcr/hiredis/ChangeLog b/pcr/hiredis/ChangeLog index fbe55643a..b804e1b67 100644 --- a/pcr/hiredis/ChangeLog +++ b/pcr/hiredis/ChangeLog @@ -1,3 +1,13 @@ +2013-12-11 Vladimir Tsanev + + * 0.11.0-3 : + Tests enabled thanks to Massimiliano Torromeo. + +2013-11-23 Vladimir Tsanev + + * 0.11.0-2 : + added i686 arch. + 2013-06-07 Vladimir Tsanev * 0.11.0-1 : diff --git a/pcr/hiredis/PKGBUILD b/pcr/hiredis/PKGBUILD index 29762e87e..a6ad20868 100644 --- a/pcr/hiredis/PKGBUILD +++ b/pcr/hiredis/PKGBUILD @@ -1,33 +1,43 @@ -# Maintainer: Vladimir Tsanev +# Maintainer: orphan +# Contributor: Nicolás Reynolds +# Contributor: Luke Shumaker +# Maintainer (AUR): Vladimir Tsanev +# Contributor (AUR): Massimiliano Torromeo pkgname=hiredis pkgver=0.11.0 -pkgrel=1 -pkgdesc='minimalistic C client library for Redis' +pkgrel=3 +pkgdesc='Minimalistic C client library for Redis' arch=('x86_64' 'i686') url="https://github.com/redis/hiredis/" -license=('BSD') +license=('BSD3') depends=('glibc') +checkdepends=('redis') changelog='ChangeLog' -source=(https://codeload.github.com/redis/${pkgname}/tar.gz/v${pkgver}) -md5sums=('e2ac29509823ccc96990b6fe765b5d46') +source=($pkgname-$pkgver.tar.gz::https://codeload.github.com/redis/$pkgname/tar.gz/v$pkgver + hiredis-fix-tests.patch) +md5sums=('e2ac29509823ccc96990b6fe765b5d46' + 'ddcc73042a8ec278aca6cc2b2d26bc03') + +prepare() { + cd "$srcdir/$pkgname-$pkgver" + patch -Np1 -i ../hiredis-fix-tests.patch +} build() { - cd "${srcdir}/${pkgname}-${pkgver}" - make + cd "$srcdir/$pkgname-$pkgver" + make } -# -#check() { -# cd "${srcdir}/${pkgname}-${pkgver}" -# make test check c -#} +check() { + cd "$srcdir/$pkgname-$pkgver" + sed -r 's|echo \\|echo -e \\|' -i Makefile + make check +} package() { - - cd "${srcdir}/${pkgname}-${pkgver}" - make PREFIX="$pkgdir/usr" clean dep install - - install -Dm 644 COPYING "$pkgdir/usr/share/licenses/${pkgname}/COPYING" + cd "$srcdir/$pkgname-$pkgver" + make PREFIX="$pkgdir/usr" install + install -Dm 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" } diff --git a/pcr/hiredis/hiredis-fix-tests.patch b/pcr/hiredis/hiredis-fix-tests.patch new file mode 100644 index 000000000..51e49bf71 --- /dev/null +++ b/pcr/hiredis/hiredis-fix-tests.patch @@ -0,0 +1,11 @@ +diff -ru hiredis-0.11.0.orig/test.c hiredis-0.11.0/test.c +--- hiredis-0.11.0.orig/test.c 2012-08-28 02:55:52.000000000 -0400 ++++ hiredis-0.11.0/test.c 2014-03-02 17:49:24.396739767 -0500 +@@ -286,6 +286,7 @@ + c = redisConnect((char*)"idontexist.local", 6379); + test_cond(c->err == REDIS_ERR_OTHER && + (strcmp(c->errstr,"Name or service not known") == 0 || ++ strcmp(c->errstr,"Temporary failure in name resolution") == 0 || + strcmp(c->errstr,"Can't resolve: idontexist.local") == 0)); + redisFree(c); + -- cgit v1.2.3-2-g168b From a233fb98104fc4e57b6c12fccef8f79f32157911 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Mar 2014 18:33:13 -0500 Subject: update pcr/rfc5766-turn-server --- pcr/rfc5766-turn-server/ChangeLog | 86 ++++++++++++++++++++++++++- pcr/rfc5766-turn-server/PKGBUILD | 71 ++++++++++------------ pcr/rfc5766-turn-server/stun.service | 10 ---- pcr/rfc5766-turn-server/turn.service | 10 ---- pcr/rfc5766-turn-server/turnserver.install | 17 ++++++ pcr/rfc5766-turn-server/turnserver.service | 11 ++++ pcr/rfc5766-turn-server/turnserver.tmpfiles.d | 1 + 7 files changed, 147 insertions(+), 59 deletions(-) delete mode 100644 pcr/rfc5766-turn-server/stun.service delete mode 100644 pcr/rfc5766-turn-server/turn.service create mode 100644 pcr/rfc5766-turn-server/turnserver.install create mode 100644 pcr/rfc5766-turn-server/turnserver.service create mode 100644 pcr/rfc5766-turn-server/turnserver.tmpfiles.d (limited to 'pcr') diff --git a/pcr/rfc5766-turn-server/ChangeLog b/pcr/rfc5766-turn-server/ChangeLog index 5accefa5b..fd52b6d89 100644 --- a/pcr/rfc5766-turn-server/ChangeLog +++ b/pcr/rfc5766-turn-server/ChangeLog @@ -1,5 +1,89 @@ +2014-02-24 Vladimir Tsanev + * 3.2.2.8-1 : + New upstream release. +2014-02-18 Vladimir Tsanev + * 3.2.2.7-1 : + New upstream release. + +2014-02-12 Vladimir Tsanev + * 3.2.2.6-1 : + New upstream release. + +2014-02-04 Vladimir Tsanev + * 3.2.2.5-1 : + New upstream release and PKGBUILD cleanup. + +2014-01-31 Vladimir Tsanev + * 3.2.2.4-1 : + New upstream release. New download site. + +2013-12-11 Vladimir Tsanev + * 3.1.2.2-1 : + New upstream release. + +2013-11-23 Vladimir Tsanev + * 3.0.0.0-1 : + New upstream release. + +2013-10-22 Vladimir Tsanev + * 2.6.6.0-1 : + New upstream release. --disable-rpath flag added to configure + +2013-10-16 Vladimir Tsanev + * 2.6.5.2-1 : + New upstream release. + +2013-09-07 Vladimir Tsanev + * 2.6.2.1-1 : + New upstream release. + Trivial PKGBUILD fixes. + +2013-08-09 Vladimir Tsanev + * 2.6.1.4-1 : + New upstream release. + +2013-08-09 Vladimir Tsanev + * 2.6.1.1-1 : + New upstream release. + +2013-07-19 Vladimir Tsanev + * 2.5.1.2-1 : + New upstream release. + +2013-07-19 Vladimir Tsanev + * 2.1.1.1-1 : + New upstream release. + +2013-07-16 Vladimir Tsanev + * 2.0.0.0-1 : + New upstream release. + +2013-06-24 Vladimir Tsanev + * 1.8.7.0-2 : + More packaging cleanup. + + * 1.8.7.0-1 : + New upstream release and package cleanup. + +2013-06-12 Vladimir Tsanev + + * 1.8.6.3-1 : + Upstream release. + +2013-06-07 Vladimir Tsanev + + * 1.8.6.1-3 : + 'postgresql-libs' 'libmysqlclient' and 'hiredis' cannot be optional. + +2013-06-06 Vladimir Tsanev + + * 1.8.6.1-2 : + Added systemd service. Fixed redis support. + + * 1.8.6.1-1 : + New upstream release. + 2013-06-05 Vladimir Tsanev * 1.8.6.0-1 : Initial package created. - diff --git a/pcr/rfc5766-turn-server/PKGBUILD b/pcr/rfc5766-turn-server/PKGBUILD index c070ad309..fc14b4a76 100644 --- a/pcr/rfc5766-turn-server/PKGBUILD +++ b/pcr/rfc5766-turn-server/PKGBUILD @@ -1,64 +1,59 @@ -# Maintainer: Vladimir Tsanev +# Maintainer: orphan +# Contributor: Nicolás Reynolds +# Contributor: Luke Shumaker +# Contributor: Michał Masłowski +# Maintainer (AUR): Vladimir Tsanev pkgname=rfc5766-turn-server _portname=turnserver -pkgver=2.6.2.1 +pkgver=3.2.2.8 pkgrel=1 pkgdesc="STUN and TURN Relay Server for VoIP and WebRTC" arch=('i686' 'x86_64' 'mips64el') url="http://code.google.com/p/rfc5766-turn-server/" -license=('custom:BSDNew') +license=('BSD3') depends=('libevent' 'postgresql-libs' 'libmysqlclient' 'hiredis') -optdepends=('postgresql-client: to use postgresql' - 'mariadb: mariadb backend' - 'redis: redis backend') +install="$_portname.install" backup=("etc/turnserver.conf" "etc/turnuserdb.conf") -changelog=ChangeLog -source=(https://${pkgname}.googlecode.com/files/${_portname}-$pkgver.tar.gz - turn.service stun.service) +changelog='ChangeLog' +source=(http://$_portname.open-sys.org/downloads/v$pkgver/$_portname-$pkgver.tar.gz $_portname.service $_portname.tmpfiles.d) +md5sums=('c16ff9ced1ba0797fbd16a66161dca2c' + 'bf568b614a17ee439e831b8f8aa7236a' + 'aa7bf422a9dfba7febb56dc172feb1cf') +sha1sums=('0faa1514f6819827f3ad0cffe2dc7bc6eef257cc' + '0c5b348e793bd52ce0ee38d420b26c9b2a2e2ca5' + '445e9982549d7ed018bc1fb6176a730313ae3d26') build() { - cd "${srcdir}/$_portname-${pkgver}" - - ./configure --prefix=/usr \ - --manprefix=/usr/share \ - --examplesdir="/usr/share/$_portname/examples" + cd "$srcdir/$_portname-$pkgver" + ./configure --prefix=/usr --manprefix=/usr/share --examplesdir="/usr/share/$_portname/examples" --disable-rpath make } check() { - cd "${srcdir}/$_portname-${pkgver}" + cd "$srcdir/$_portname-$pkgver" make check } package() { - cd "${srcdir}/$_portname-${pkgver}" + cd "$srcdir/$_portname-$pkgver" make DESTDIR="$pkgdir" install - - install -D "$pkgdir/usr/share/$_portname/examples/etc/turnserver.conf" \ - "$pkgdir/etc/turnserver.conf" - install -D "$pkgdir/usr/share/$_portname/examples/etc/turnuserdb.conf" \ - "$pkgdir/etc/turnuserdb.conf" - install -D "$srcdir/stun.service" \ - "$pkgdir/usr/lib/systemd/system/stun.service" - install -D "$srcdir/turn.service" \ - "$pkgdir/usr/lib/systemd/system/turn.service" - rm -r "$pkgdir/usr/etc" - chmod 644 "$pkgdir/usr/lib/libturnclient.a" - install -Dm 644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE - install -dm 755 "$pkgdir/var/log/$_portname" + mv "$pkgdir/usr/etc" "$pkgdir/etc" + local file + for file in "$pkgdir/etc"/*.default; do + mv "$file" "${file%.default}" + chmod 644 "${file%.default}" + done + sed -e '/^#log-file=\/var\/tmp\/turn.log$/c log-file=\/var\/log\/turnserver\/turn.log' \ + -e '/^#pidfile="\/var\/run\/turnserver.pid"$/c pidfile="\/var\/run\/turnserver\/turnserver.pid"' \ + -i "$pkgdir/etc/turnserver.conf" + + install -Dm644 "../$_portname.service" "$pkgdir/usr/lib/systemd/system/$_portname.service" + install -Dm644 "../$_portname.tmpfiles.d" "$pkgdir/usr/lib/tmpfiles.d/$_portname.conf" - sed \ - -e '/^#log-file=\/var\/tmp\/turn.log$/c log-file=\/var\/log\/turnserver\/turn.log' \ - -i "${pkgdir}"/etc/turnserver.conf + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } -sha1sums=('d7f01e6fadbe56fe4535d67a7d178a9cfba110b8' - '0c5b348e793bd52ce0ee38d420b26c9b2a2e2ca5' - 'b12805c049787cd1433181afaba4111f89740e63') -sha256sums=('4d131f353aadb15901d175755075af65abf2a0e820d7281c9c164285642ff9c1' - '319030c1916d353bfc3375626cc7f60d6eeca762fe4fce354f010212902c49dc' - '63198e4f802c7b4b44e671e0fcaebca36589ebb11405e51ab9f36c80327ac4d9') diff --git a/pcr/rfc5766-turn-server/stun.service b/pcr/rfc5766-turn-server/stun.service deleted file mode 100644 index bddb6168a..000000000 --- a/pcr/rfc5766-turn-server/stun.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=STUN Server -After=network.target - -[Service] -Type=simple -ExecStart=/usr/bin/turnserver --stun-only - -[Install] -WantedBy=multi-user.target diff --git a/pcr/rfc5766-turn-server/turn.service b/pcr/rfc5766-turn-server/turn.service deleted file mode 100644 index 54cc5f01a..000000000 --- a/pcr/rfc5766-turn-server/turn.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=TURN Server -After=network.target - -[Service] -Type=simple -ExecStart=/usr/bin/turnserver - -[Install] -WantedBy=multi-user.target diff --git a/pcr/rfc5766-turn-server/turnserver.install b/pcr/rfc5766-turn-server/turnserver.install new file mode 100644 index 000000000..84f31ca7f --- /dev/null +++ b/pcr/rfc5766-turn-server/turnserver.install @@ -0,0 +1,17 @@ +post_install() { + id turnserver &>/dev/null || \ + useradd -g daemon -M -s /usr/bin/false turnserver + + install -dm 755 "/var/log/turnserver" + chown -R turnserver:daemon /var/log/turnserver + + systemd-tmpfiles --create turnserver.conf +} + +post_upgrade() { + post_install +} + +pre_remove() { + userdel turnserver +} diff --git a/pcr/rfc5766-turn-server/turnserver.service b/pcr/rfc5766-turn-server/turnserver.service new file mode 100644 index 000000000..8e267b2e0 --- /dev/null +++ b/pcr/rfc5766-turn-server/turnserver.service @@ -0,0 +1,11 @@ +[Unit] +Description=STUN and TURN Relay Server for VoIP and WebRTC +After=network.target + +[Service] +Type=forking +User=turnserver +ExecStart=/usr/bin/turnserver -c /etc/turnserver.conf -o -v + +[Install] +WantedBy=multi-user.target diff --git a/pcr/rfc5766-turn-server/turnserver.tmpfiles.d b/pcr/rfc5766-turn-server/turnserver.tmpfiles.d new file mode 100644 index 000000000..ec1a89758 --- /dev/null +++ b/pcr/rfc5766-turn-server/turnserver.tmpfiles.d @@ -0,0 +1 @@ +d /run/turnserver 0755 turnserver daemon - -- cgit v1.2.3-2-g168b From 46683a9da9d3c7f1e108f0eb2f429eafdeb37937 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Mar 2014 19:07:39 -0500 Subject: pcr/qt-at-spi-git: bump pkgrel, re-generate sources --- pcr/qt-at-spi-git/PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/qt-at-spi-git/PKGBUILD b/pcr/qt-at-spi-git/PKGBUILD index d69e670c6..fb42af603 100644 --- a/pcr/qt-at-spi-git/PKGBUILD +++ b/pcr/qt-at-spi-git/PKGBUILD @@ -13,15 +13,18 @@ license=('LGPL') provides=("$_pkgname=$_pkgver") -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') depends=('at-spi2-core' 'qt4>=4.8' 'kdelibs>=4.8') makedepends=('cmake' 'automoc4') -source=("libre://$pkgname-$pkgver.tar.gz" 'qt-accessibility.sh') +source=("https://repo.parabolagnulinux.org/other/$_pkgname/$pkgname-$pkgver.tar.gz" 'qt-accessibility.sh') +md5sums=('688accf9c2f517a526885733aad821a4' + 'f0c8551ed54f5d4e5daf7ddac9189aaa') mkdepends=('git') mksource=("$pkgname-$pkgver::git://anongit.kde.org/qtatspi#$_gitver") +mkmd5sums=('SKIP') mksource() { cd "$srcdir/$pkgname-$pkgver" rm -f examples/tabbar/{simple,tabbar} @@ -39,7 +42,3 @@ package() { install -D -m755 "$srcdir/qt-accessibility.sh" "$pkgdir/etc/profile.d/qt-accessibility.sh" } - -mkmd5sums=('SKIP') -md5sums=('d48fbf6d429260f7b279964972b7ab25' - 'f0c8551ed54f5d4e5daf7ddac9189aaa') -- cgit v1.2.3-2-g168b From bcb7613c18d8fade15448d141e9420cdc1736787 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 2 Mar 2014 21:50:36 -0500 Subject: add pcr/nginx-passenger --- pcr/nginx-passenger/PKGBUILD | 113 ++++++++++++++++++++++++++++++++++++++ pcr/nginx-passenger/logrotate | 9 +++ pcr/nginx-passenger/nginx.install | 17 ++++++ pcr/nginx-passenger/service | 14 +++++ 4 files changed, 153 insertions(+) create mode 100644 pcr/nginx-passenger/PKGBUILD create mode 100644 pcr/nginx-passenger/logrotate create mode 100644 pcr/nginx-passenger/nginx.install create mode 100644 pcr/nginx-passenger/service (limited to 'pcr') diff --git a/pcr/nginx-passenger/PKGBUILD b/pcr/nginx-passenger/PKGBUILD new file mode 100644 index 000000000..b6badd8aa --- /dev/null +++ b/pcr/nginx-passenger/PKGBUILD @@ -0,0 +1,113 @@ +# Maintainer: Luke Shumaker +# Maintainer (Arch): Bartłomiej Piotrowski +# Maintainer (Arch): Sébastien Luttringer +# Contributor (Arch): Sergej Pupykin +# Contributor (Arch): Miroslaw Szot + +pkgname=nginx-passenger +_nginxver=1.4.5 +_passengerver=4.0.37 +pkgver=$_nginxver +pkgrel=1 +pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' +pkgdesc+=" (with Passenger module)" +arch=('i686' 'x86_64') +url='http://nginx.org' +license=('custom') +depends=('pcre' 'zlib' 'openssl') +depends+=("passenger=$_passengerver") +depends+=('ruby' 'ruby-rack' 'curl') +conflicts=('nginx') +provides=("nginx=$_nginxver") +backup=('etc/nginx/fastcgi.conf' + 'etc/nginx/fastcgi_params' + 'etc/nginx/koi-win' + 'etc/nginx/koi-utf' + 'etc/nginx/mime.types' + 'etc/nginx/nginx.conf' + 'etc/nginx/scgi_params' + 'etc/nginx/uwsgi_params' + 'etc/nginx/win-utf' + 'etc/logrotate.d/nginx') +install=nginx.install +source=($url/download/nginx-$_nginxver.tar.gz + passenger-$_passengerver.tar.gz::https://github.com/phusion/passenger/archive/release-$_passengerver.tar.gz + service + logrotate) +md5sums=('1a635e9543570f0c881b8ec9db0c6898' + '7040af5314fe19a420f38732c6bd4f5b' + 'ce9a06bcaf66ec4a3c4eb59b636e0dfd' + '3441ce77cdd1aab6f0ab7e212698a8a7') + +build() { + cd "$srcdir/passenger-release-$_passengerver" + _nginx_addon_dir=$(bin/passenger-config --nginx-addon-dir) + + cd "$srcdir/nginx-$_nginxver" + ./configure \ + --prefix=/etc/nginx \ + --conf-path=/etc/nginx/nginx.conf \ + --sbin-path=/usr/bin/nginx \ + --pid-path=/run/nginx.pid \ + --lock-path=/run/lock/nginx.lock \ + --user=http \ + --group=http \ + --http-log-path=/var/log/nginx/access.log \ + --error-log-path=stderr \ + --http-client-body-temp-path=/var/lib/nginx/client-body \ + --http-proxy-temp-path=/var/lib/nginx/proxy \ + --http-fastcgi-temp-path=/var/lib/nginx/fastcgi \ + --http-scgi-temp-path=/var/lib/nginx/scgi \ + --http-uwsgi-temp-path=/var/lib/nginx/uwsgi \ + --with-imap \ + --with-imap_ssl_module \ + --with-ipv6 \ + --with-pcre-jit \ + --with-file-aio \ + --with-http_dav_module \ + --with-http_gunzip_module \ + --with-http_gzip_static_module \ + --with-http_realip_module \ + --with-http_spdy_module \ + --with-http_ssl_module \ + --with-http_stub_status_module \ + --with-http_addition_module \ + --with-http_degradation_module \ + --with-http_flv_module \ + --with-http_mp4_module \ + --with-http_secure_link_module \ + --with-http_sub_module \ + --add-module="$_nginx_addon_dir" + + make +} + +package() { + cd "$srcdir/nginx-$_nginxver" + make DESTDIR="$pkgdir" install + + sed -e 's|\>> Since 1.2.1-2 several changes has been made in package:' + echo ' - *.conf files have been moved to /etc/nginx' + echo ' - /etc/conf.d/nginx has been removed' + echo ' Main configuration file is set to /etc/nginx/nginx.conf' + echo ' - access.log and error.log can be found in /var/log/nginx by default' + echo ' - bundled *.html files have been moved to /usr/share/nginx/html' + echo ' - /etc/nginx/{html,logs} symbolic links and *.default files have been removed' + fi +} + +# vim:set ts=4 sw=4 et: diff --git a/pcr/nginx-passenger/service b/pcr/nginx-passenger/service new file mode 100644 index 000000000..29d3aa877 --- /dev/null +++ b/pcr/nginx-passenger/service @@ -0,0 +1,14 @@ +[Unit] +Description=A high performance web server and a reverse proxy server +After=syslog.target network.target + +[Service] +Type=forking +PIDFile=/run/nginx.pid +ExecStartPre=/usr/bin/nginx -t -q -g 'pid /run/nginx.pid; daemon on; master_process on;' +ExecStart=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;' +ExecReload=/usr/bin/nginx -g 'pid /run/nginx.pid; daemon on; master_process on;' -s reload +ExecStop=/usr/bin/nginx -g 'pid /run/nginx.pid;' -s quit + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3-2-g168b From 8f2a579c903ce5624e94c457c64cb1dc28c10746 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Sat, 8 Mar 2014 11:21:51 +0200 Subject: updating youtube-dl-current to version 2014.03.07.1 --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pcr') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 5043b852a..407abd19b 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2014.02.22.1 +pkgver=2014.03.07.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('cd1b11fa2b1c0a66eb5cdd6651fce62c' +md5sums=('9b6630462d2619b8e95a25e473826f34' 'SKIP') -- cgit v1.2.3-2-g168b From 55522a13c4967a65e42cb86bfb5a2932b8989b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Wed, 12 Mar 2014 17:32:16 -0300 Subject: expac-relative: add new package to [pcr] --- pcr/expac-relative/PKGBUILD | 46 +++++ .../add-options-dbpath-and-config.patch | 196 +++++++++++++++++++++ 2 files changed, 242 insertions(+) create mode 100644 pcr/expac-relative/PKGBUILD create mode 100644 pcr/expac-relative/add-options-dbpath-and-config.patch (limited to 'pcr') diff --git a/pcr/expac-relative/PKGBUILD b/pcr/expac-relative/PKGBUILD new file mode 100644 index 000000000..4f25e926b --- /dev/null +++ b/pcr/expac-relative/PKGBUILD @@ -0,0 +1,46 @@ +# $Id: PKGBUILD 87501 2013-04-02 00:06:04Z dreisner $ +# Maintainer: Dave Reisner +# Maintainer (Parabola): Esteban Carnevale +# Maintainer (Parabola): André Silva + +_pkgname=expac +pkgname=expac-relative +pkgver=3 +pkgrel=1 +pkgdesc="pacman database extraction utility, with dbpath and config options support" +arch=('i686' 'x86_64' 'mips64el') +url="http://github.com/falconindy/expac" +license=('GPL') +conflicts=$_pkgname +provides=$_pkgname +depends=('pacman') +makedepends=('perl') +source=("http://code.falconindy.com/archive/$_pkgname/$_pkgname-$pkgver.tar.gz"{,.sig} + 'add-options-dbpath-and-config.patch') +md5sums=('2f53f9663b69948a4a8bb03c1aa435a5' + 'SKIP' + '30539a5f7d1acbebb393535ae8ecf570') + +prepare() { + cd "$_pkgname-$pkgver" + + patch -Np1 -i "$srcdir/add-options-dbpath-and-config.patch" + + sed '/\*\//q' expac.c >LICENSE +} + +build() { + cd "$_pkgname-$pkgver" + + make +} + +package() { + cd "$_pkgname-$pkgver" + + make PREFIX=/usr DESTDIR="$pkgdir" install + + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE" +} + +# vim: ft=sh syn=sh diff --git a/pcr/expac-relative/add-options-dbpath-and-config.patch b/pcr/expac-relative/add-options-dbpath-and-config.patch new file mode 100644 index 000000000..100fbb31d --- /dev/null +++ b/pcr/expac-relative/add-options-dbpath-and-config.patch @@ -0,0 +1,196 @@ +From cc0135f30893b719d34845c088e215900962d8dd Mon Sep 17 00:00:00 2001 +From: Esteban Carnevale +Date: Sat, 8 Feb 2014 17:49:10 -0300 +Subject: [PATCH] add options dbpath and config + +--- + README.pod | 12 +++++++++++ + expac.c | 72 +++++++++++++++++++++++++++++++++++++++++--------------------- + 2 files changed, 60 insertions(+), 24 deletions(-) + +diff --git a/README.pod b/README.pod +index 8e51329..ba27281 100644 +--- a/README.pod ++++ b/README.pod +@@ -24,6 +24,18 @@ a query string (in the case of a search), or in repo/package syntax when the + + =over 4 + ++=item B<-b, --dbpath> ++ ++Specify an alternative database location (a typical default is ++/var/lib/pacman). This should not be used unless you know what you are doing. ++NOTE: if specified, this is an absolute path and the root path is not ++automatically prepended. ++ ++=item B<-c, --config> ++ ++Specify an alternate configuration file (a typical default is ++/etc/pacman.conf). ++ + =item B<-Q, --query> + + Search the local database for provided targets. This is the default behavior. +diff --git a/expac.c b/expac.c +index ae3ef6d..3f9b0ba 100644 +--- a/expac.c ++++ b/expac.c +@@ -36,6 +36,8 @@ + #include + + #define DEFAULT_DELIM "\n" ++#define DEFAULT_DBPATH "/var/lib/pacman" ++#define DEFAULT_CONFIGFILE "/etc/pacman.conf" + #define DEFAULT_LISTDELIM " " + #define DEFAULT_TIMEFMT "%c" + #define FORMAT_TOKENS "BCDEGLMNOPRSVabdhmnprsuvw%" +@@ -58,10 +60,13 @@ bool local = false; + bool groups = false; + bool localpkg = false; + char humansize = 'B'; ++char dbtype = NULL; + const char *format = NULL; + const char *timefmt = NULL; + const char *listdelim = NULL; + const char *delim = NULL; ++const char *dbpath = NULL; ++const char *configfile = NULL; + int pkgcounter = 0; + + typedef const char *(*extractfn)(void*); +@@ -154,7 +159,7 @@ static alpm_handle_t *alpm_init(void) { + char line[PATH_MAX]; + char *ptr, *section = NULL; + +- handle = alpm_initialize("/", "/var/lib/pacman", &alpm_errno); ++ handle = alpm_initialize("/", dbpath, &alpm_errno); + if (!handle) { + alpm_strerror(alpm_errno); + return NULL; +@@ -162,9 +167,9 @@ static alpm_handle_t *alpm_init(void) { + + db_local = alpm_get_localdb(handle); + +- fp = fopen("/etc/pacman.conf", "r"); ++ fp = fopen(configfile, "r"); + if (!fp) { +- perror("fopen: /etc/pacman.conf"); ++ fprintf(stderr, "fopen:%s\n", configfile); + return handle; + } + +@@ -209,6 +214,8 @@ static void usage(void) { + " Options:\n" + " -Q, --local search local DB (default)\n" + " -S, --sync search sync DBs\n" ++ " -b, --dbpath alternative database location (default: /var/lib/pacman)\n" ++ " -c, --config alternative configuration file (default: /etc/pacman.conf)\n" + " -s, --search search for matching regex\n" + " -g, --group return packages matching targets as groups\n" + " -H, --humansize format package sizes in SI units (default: bytes)\n" +@@ -222,41 +229,43 @@ static void usage(void) { + "For more details see expac(1).\n"); + } + +-static int parse_options(int argc, char *argv[], alpm_handle_t *handle) { ++static int parse_options(int argc, char *argv[]) { + int opt, option_index = 0; + const char *i; + + static struct option opts[] = { +- {"readone", no_argument, 0, '1'}, +- {"delim", required_argument, 0, 'd'}, +- {"listdelim", required_argument, 0, 'l'}, +- {"group", required_argument, 0, 'g'}, +- {"help", no_argument, 0, 'h'}, +- {"file", no_argument, 0, 'p'}, +- {"humansize", required_argument, 0, 'H'}, +- {"query", no_argument, 0, 'Q'}, +- {"sync", no_argument, 0, 'S'}, +- {"search", no_argument, 0, 's'}, +- {"timefmt", required_argument, 0, 't'}, +- {"verbose", no_argument, 0, 'v'}, ++ {"readone", no_argument, 0, '1'}, ++ {"delim", required_argument, 0, 'd'}, ++ {"dbpath", required_argument, 0, 'b'}, ++ {"configfile", required_argument, 0, 'c'}, ++ {"listdelim", required_argument, 0, 'l'}, ++ {"group", required_argument, 0, 'g'}, ++ {"help", no_argument, 0, 'h'}, ++ {"file", no_argument, 0, 'p'}, ++ {"humansize", required_argument, 0, 'H'}, ++ {"query", no_argument, 0, 'Q'}, ++ {"sync", no_argument, 0, 'S'}, ++ {"search", no_argument, 0, 's'}, ++ {"timefmt", required_argument, 0, 't'}, ++ {"verbose", no_argument, 0, 'v'}, + {0, 0, 0, 0} + }; + +- while (-1 != (opt = getopt_long(argc, argv, "1l:d:gH:hf:pQSst:v", opts, &option_index))) { ++ while (-1 != (opt = getopt_long(argc, argv, "1l:d:b:c:gH:hf:pQSst:v", opts, &option_index))) { + switch (opt) { + case 'S': +- if (dblist) { ++ if (dbtype) { + fprintf(stderr, "error: can only select one repo option (use -h for help)\n"); + return 1; + } +- dblist = alpm_list_copy(alpm_get_syncdbs(handle)); ++ dbtype = 's'; + break; + case 'Q': +- if (dblist) { ++ if (dbtype) { + fprintf(stderr, "error: can only select one repo option (use -h for help)\n"); + return 1; + } +- dblist = alpm_list_add(dblist, db_local); ++ dbtype = 'q'; + local = true; + break; + case '1': +@@ -265,6 +274,12 @@ static int parse_options(int argc, char *argv[], alpm_handle_t *handle) { + case 'd': + delim = optarg; + break; ++ case 'b': ++ dbpath = optarg; ++ break; ++ case 'c': ++ configfile = optarg; ++ break; + case 'g': + groups = true; + break; +@@ -719,14 +734,23 @@ int main(int argc, char *argv[]) { + alpm_handle_t *handle; + alpm_list_t *results = NULL, *i; + ++ ret = parse_options(argc, argv); ++ if (ret != 0) { ++ goto finish; ++ } ++ ++ dbpath = dbpath ? dbpath : DEFAULT_DBPATH; ++ configfile = configfile ? configfile : DEFAULT_CONFIGFILE; ++ + handle = alpm_init(); + if (!handle) { + return ret; + } + +- ret = parse_options(argc, argv, handle); +- if (ret != 0) { +- goto finish; ++ if (dbtype == 's') { ++ dblist = alpm_list_copy(alpm_get_syncdbs(handle)); ++ } else if (dbtype == 'q') { ++ dblist = alpm_list_add(dblist, db_local); + } + + /* ensure sane defaults */ +-- +1.9.0 + + -- cgit v1.2.3-2-g168b From ce0ba56f83a8e1fc04dc5194f405d1281fc851d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 13 Mar 2014 06:29:59 -0300 Subject: trytond-sale packages: add new packages to [pcr] --- pcr/trytond-sale-invoice-grouping/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-sale-opportunity/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-sale-price-list/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-sale-shipment-cost/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-sale-supply-drop-shipment/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-sale-supply/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-sale/PKGBUILD | 25 +++++++++++++++++++++++++ 7 files changed, 175 insertions(+) create mode 100644 pcr/trytond-sale-invoice-grouping/PKGBUILD create mode 100644 pcr/trytond-sale-opportunity/PKGBUILD create mode 100644 pcr/trytond-sale-price-list/PKGBUILD create mode 100644 pcr/trytond-sale-shipment-cost/PKGBUILD create mode 100644 pcr/trytond-sale-supply-drop-shipment/PKGBUILD create mode 100644 pcr/trytond-sale-supply/PKGBUILD create mode 100644 pcr/trytond-sale/PKGBUILD (limited to 'pcr') diff --git a/pcr/trytond-sale-invoice-grouping/PKGBUILD b/pcr/trytond-sale-invoice-grouping/PKGBUILD new file mode 100644 index 000000000..8606d43e2 --- /dev/null +++ b/pcr/trytond-sale-invoice-grouping/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale-invoice-grouping +_pkgname=trytond_sale_invoice_grouping +pkgver=3.0.1 +_pkgdir=3.0 +pkgrel=2 +pkgdesc="The sale_invoice_grouping module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-account-invoice>=3.0' 'trytond-sale>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("aef313cc4465536e7c4c925514bbdc3f") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-sale-opportunity/PKGBUILD b/pcr/trytond-sale-opportunity/PKGBUILD new file mode 100644 index 000000000..c2702eb4b --- /dev/null +++ b/pcr/trytond-sale-opportunity/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale-opportunity +_pkgname=trytond_sale_opportunity +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale_opportunity module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("08a104e969fa638f265e427260756dfd") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-sale-price-list/PKGBUILD b/pcr/trytond-sale-price-list/PKGBUILD new file mode 100644 index 000000000..f0d501e9a --- /dev/null +++ b/pcr/trytond-sale-price-list/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale-price-list +_pkgname=trytond_sale_price_list +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale_price_list module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-product-price-list>=3.0' 'trytond-sale>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("aad1178622b585285bd24964926a1326") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-sale-shipment-cost/PKGBUILD b/pcr/trytond-sale-shipment-cost/PKGBUILD new file mode 100644 index 000000000..723ebfc11 --- /dev/null +++ b/pcr/trytond-sale-shipment-cost/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale-shipment-cost +_pkgname=trytond_sale_shipment_cost +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale_shipment_cost module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-account-invoice>=3.0' 'trytond-carrier>=3.0' 'trytond-currency>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("031f6c3decc0f8918527b324c3674238") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD b/pcr/trytond-sale-supply-drop-shipment/PKGBUILD new file mode 100644 index 000000000..2c8acf5e5 --- /dev/null +++ b/pcr/trytond-sale-supply-drop-shipment/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale-supply-drop-shipment +_pkgname=trytond_sale_supply_drop_shipment +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale_supply_drop_shipment module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-purchase>=3.0' 'trytond-sale>=3.0' 'trytond-sale-supply>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("3c7ace69223264f6a06ee2a5393bdb3e") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-sale-supply/PKGBUILD b/pcr/trytond-sale-supply/PKGBUILD new file mode 100644 index 000000000..031c2ca85 --- /dev/null +++ b/pcr/trytond-sale-supply/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale-supply +_pkgname=trytond_sale_supply +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale_supply module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-purchase>=3.0' 'trytond-sale>=3.0' 'trytond-stock>=3.0' 'trytond-stock-supply>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("806c0c542375cd2f9883352c544b2411") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-sale/PKGBUILD b/pcr/trytond-sale/PKGBUILD new file mode 100644 index 000000000..f6ac99044 --- /dev/null +++ b/pcr/trytond-sale/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-sale +_pkgname=trytond_sale +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The sale module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-account-invoice>=3.0' 'trytond-account-product>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("87b25a8af9d592a903a071031bd5f2e9") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file -- cgit v1.2.3-2-g168b From 25a1b9da252c13ff53c015789f305535f7b5a023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 13 Mar 2014 06:39:47 -0300 Subject: trytond-product-price-list: add new package to [pcr] --- pcr/trytond-product-price-list/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pcr/trytond-product-price-list/PKGBUILD (limited to 'pcr') diff --git a/pcr/trytond-product-price-list/PKGBUILD b/pcr/trytond-product-price-list/PKGBUILD new file mode 100644 index 000000000..bc55f3e7b --- /dev/null +++ b/pcr/trytond-product-price-list/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-product-price-list +_pkgname=trytond_product_price_list +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The product_price_list module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-product>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("d220b8f8693368fe17688ddeda92aaa8") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file -- cgit v1.2.3-2-g168b From 30ef4cb47f925d25b3efb6a5624f36d78452240e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 13 Mar 2014 06:46:18 -0300 Subject: trytond-carrier: add new package to [pcr] --- pcr/trytond-carrier/PKGBUILD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pcr/trytond-carrier/PKGBUILD (limited to 'pcr') diff --git a/pcr/trytond-carrier/PKGBUILD b/pcr/trytond-carrier/PKGBUILD new file mode 100644 index 000000000..c4827cac0 --- /dev/null +++ b/pcr/trytond-carrier/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-carrier +_pkgname=trytond_carrier +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The carrier module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("f1c0c88d3e3ab4f2955a252125090eb7") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file -- cgit v1.2.3-2-g168b From a7a90668bcedcac6b31b5091b5f1f139193e361c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Thu, 13 Mar 2014 06:54:35 -0300 Subject: trytond-{purchase,stock-supply}: add new packages to [pcr] --- pcr/trytond-purchase/PKGBUILD | 25 +++++++++++++++++++++++++ pcr/trytond-stock-supply/PKGBUILD | 25 +++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 pcr/trytond-purchase/PKGBUILD create mode 100644 pcr/trytond-stock-supply/PKGBUILD (limited to 'pcr') diff --git a/pcr/trytond-purchase/PKGBUILD b/pcr/trytond-purchase/PKGBUILD new file mode 100644 index 000000000..5b0042cb0 --- /dev/null +++ b/pcr/trytond-purchase/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-purchase +_pkgname=trytond_purchase +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The purchase module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-account-invoice>=3.0' 'trytond-account-product>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("83da5c8fce0588ca6077e1adb21d15d9") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file diff --git a/pcr/trytond-stock-supply/PKGBUILD b/pcr/trytond-stock-supply/PKGBUILD new file mode 100644 index 000000000..6f65cfc8d --- /dev/null +++ b/pcr/trytond-stock-supply/PKGBUILD @@ -0,0 +1,25 @@ +# Maintainer: Robin Baumgartner +pkgname=trytond-stock-supply +_pkgname=trytond_stock_supply +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=3 +pkgdesc="The stock_supply module of the Tryton application platform" +arch=('any') +url='http://www.tryton.org/' +license=('GPL3') +groups=('trytond-modules') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0' 'trytond-purchase>=3.0' 'trytond-stock>=3.0') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") +md5sums=("19b178ba0b6d42cc64e09577113edf88") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py install --root=$pkgdir +} \ No newline at end of file -- cgit v1.2.3-2-g168b From b6abf8844e1651ea4c66b6d83792bfa047f31eff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Fri, 14 Mar 2014 01:33:14 -0300 Subject: tryton: add new package to [pcr] --- pcr/tryton/PKGBUILD | 28 ++++++++++++++++++++++++++++ pcr/tryton/tryton.desktop | 8 ++++++++ 2 files changed, 36 insertions(+) create mode 100644 pcr/tryton/PKGBUILD create mode 100644 pcr/tryton/tryton.desktop (limited to 'pcr') diff --git a/pcr/tryton/PKGBUILD b/pcr/tryton/PKGBUILD new file mode 100644 index 000000000..bca68fbf0 --- /dev/null +++ b/pcr/tryton/PKGBUILD @@ -0,0 +1,28 @@ +# Maintainer: Robin Baumgartner +# Contributor: Florian Walch +pkgname=tryton +pkgver=3.0.1 +_pkgdir=3.0 +pkgrel=2 +pkgdesc="A three-tiers high-level general purpose application platform (client application)" +arch=('any') +url="http://www.tryton.org/" +license=('GPL3') +depends=('python2>=2.4' 'gtk2' 'pygtk>=2.0' 'librsvg' 'python2-dateutil') +optdepends=('python2-pytz: timezone support') +makedepends=('python2-distribute') +source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz" + 'tryton.desktop') +md5sums=('96f1c2619e011f8660b177fb8651f064' + '7ca15ad6c790c78817fe1a1b6a2c3fcf') + +build() { + cd $srcdir/$pkgname-$pkgver + python2 setup.py build +} + +package() { + cd $srcdir/$pkgname-$pkgver + python2 setup.py install --root=$pkgdir + install -D -m644 $srcdir/$pkgname.desktop $pkgdir/usr/share/applications/$pkgname.desktop +} diff --git a/pcr/tryton/tryton.desktop b/pcr/tryton/tryton.desktop new file mode 100644 index 000000000..19ad39b4d --- /dev/null +++ b/pcr/tryton/tryton.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=Tryton +GenericName=Client of the Tryton application platform +Icon=/usr/share/pixmaps/tryton/tryton-icon.png +Exec=/usr/bin/tryton +Type=Application +Categories=Office;Finance; + -- cgit v1.2.3-2-g168b From c4608e558f507b3eb2b6f978d7cb4d4af0a8535d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 15 Mar 2014 14:35:50 -0300 Subject: debootstrap-libre-1.0.59-1: updating version --- pcr/debootstrap-libre/PKGBUILD | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/debootstrap-libre/PKGBUILD b/pcr/debootstrap-libre/PKGBUILD index 47ea86d07..0f49e4124 100644 --- a/pcr/debootstrap-libre/PKGBUILD +++ b/pcr/debootstrap-libre/PKGBUILD @@ -2,13 +2,13 @@ _pkgname=debootstrap pkgname=debootstrap-libre -pkgver=1.0.53 -pkgrel=3.1 +pkgver=1.0.59 +pkgrel=1 pkgdesc="A tool used to create a gNewSense or Trisquel base system from scratch, without requiring the availability of dpkg or apt (Debian support removed)" arch=('any') license=('GPL') url="http://packages.debian.org/sid/debootstrap" -depends=('binutils' 'wget') +depends=('wget') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver @@ -16,12 +16,12 @@ source=("http://ftp.debian.org/debian/pool/main/d/${_pkgname}/${_pkgname}_${pkgv 'gnewsense' 'trisquel') install="debootstrap.install" -md5sums=('1ea9c87d54b6cf9349d602406bf43e5a' +md5sums=('16d5acf9a2676692a57b662975b70170' '13978bdd1d877a0dd2c3c874ecd54f03' 'b020aa8426e70a6024c8e76312c17d78') package(){ - tar -xzf "${srcdir}/data.tar.gz" -C "${pkgdir}/" + tar -xJf "${srcdir}/data.tar.xz" -C "${pkgdir}/" # remove Debian scripts rm -v "${pkgdir}/usr/share/debootstrap/scripts"/* # move the executables to /usr/bin @@ -31,7 +31,7 @@ package(){ # patch the path to use gNewSense or Trisquel defaults (prevents error in chrooted environment) sed -i 's|export PATH|export PATH="/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/java/jre/bin:/usr/bin/vendor_perl:/usr/bin/core_perl"|' ${pkgdir}/usr/bin/debootstrap # doesn't work with gpg 2.x, patch to point to gpg1v - sed 's/gpgv/gpg1v/g;' -i "${pkgdir}/usr/bin/debootstrap" "${pkgdir}/usr/share/debootstrap/functions" + sed 's/gpgv/gpg1v/g;' -i "${pkgdir}/usr/bin/debootstrap" "${pkgdir}/usr/share/debootstrap/functions" # add gNewSense script install -m644 gnewsense "$pkgdir/usr/share/debootstrap/scripts" @@ -44,10 +44,12 @@ package(){ # create Trisquel symlinks ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/awen" + ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/belenos" ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/brigantia" ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/dagda" ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/dwyn" ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/robur" ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/slaine" ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/taranis" + ln -s trisquel "$pkgdir/usr/share/debootstrap/scripts/toutatis" } -- cgit v1.2.3-2-g168b From 1d3b9610357cd18ece298c293b707f8349928e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 15 Mar 2014 17:19:44 -0300 Subject: debootstrap-libre: add rebranded man and move license to licenses folder --- pcr/debootstrap-libre/PKGBUILD | 15 ++++++++++++++- pcr/debootstrap-libre/debootstrap.8.gz | Bin 0 -> 2580 bytes 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 pcr/debootstrap-libre/debootstrap.8.gz (limited to 'pcr') diff --git a/pcr/debootstrap-libre/PKGBUILD b/pcr/debootstrap-libre/PKGBUILD index 0f49e4124..298d52ee1 100644 --- a/pcr/debootstrap-libre/PKGBUILD +++ b/pcr/debootstrap-libre/PKGBUILD @@ -6,22 +6,27 @@ pkgver=1.0.59 pkgrel=1 pkgdesc="A tool used to create a gNewSense or Trisquel base system from scratch, without requiring the availability of dpkg or apt (Debian support removed)" arch=('any') -license=('GPL') +license=('MIT') url="http://packages.debian.org/sid/debootstrap" depends=('wget') replaces=$_pkgname conflicts=$_pkgname provides=$_pkgname=$pkgver source=("http://ftp.debian.org/debian/pool/main/d/${_pkgname}/${_pkgname}_${pkgver}_all.deb" + "${_pkgname}.8.gz" 'gnewsense' 'trisquel') install="debootstrap.install" md5sums=('16d5acf9a2676692a57b662975b70170' + 'b565d089342b8a7ee35166b5d90825c7' '13978bdd1d877a0dd2c3c874ecd54f03' 'b020aa8426e70a6024c8e76312c17d78') package(){ tar -xJf "${srcdir}/data.tar.xz" -C "${pkgdir}/" + # remove Debian files + rm -v "${pkgdir}/usr/share/doc/debootstrap"/{README,changelog.gz} + rm -v "${pkgdir}/usr/share/man/man8/debootstrap.8.gz" # remove Debian scripts rm -v "${pkgdir}/usr/share/debootstrap/scripts"/* # move the executables to /usr/bin @@ -33,6 +38,14 @@ package(){ # doesn't work with gpg 2.x, patch to point to gpg1v sed 's/gpgv/gpg1v/g;' -i "${pkgdir}/usr/bin/debootstrap" "${pkgdir}/usr/share/debootstrap/functions" + # add rebranded man + install -m644 ${_pkgname}.8.gz "${pkgdir}/usr/share/man/man8" + + # move license to licenses folder + install -Dm644 "${pkgdir}/usr/share/doc/debootstrap/copyright" \ + "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" + rm -rv "${pkgdir}/usr/share/doc" + # add gNewSense script install -m644 gnewsense "$pkgdir/usr/share/debootstrap/scripts" diff --git a/pcr/debootstrap-libre/debootstrap.8.gz b/pcr/debootstrap-libre/debootstrap.8.gz new file mode 100644 index 000000000..07ec4808c Binary files /dev/null and b/pcr/debootstrap-libre/debootstrap.8.gz differ -- cgit v1.2.3-2-g168b From df0ca78c0da2ddd1670c27251251d92be57b5502 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 19 Mar 2014 22:44:56 -0400 Subject: update pcr/nginx-passenger --- pcr/nginx-passenger/PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'pcr') diff --git a/pcr/nginx-passenger/PKGBUILD b/pcr/nginx-passenger/PKGBUILD index b6badd8aa..f3c8dabbc 100644 --- a/pcr/nginx-passenger/PKGBUILD +++ b/pcr/nginx-passenger/PKGBUILD @@ -6,9 +6,9 @@ # Contributor (Arch): Miroslaw Szot pkgname=nginx-passenger -_nginxver=1.4.5 -_passengerver=4.0.37 -pkgver=$_nginxver +_nginxver=1.4.7 +_passengerver=4.0.38 +pkgver=$_nginxver.passenger.$_passengerver pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' pkgdesc+=" (with Passenger module)" @@ -35,8 +35,8 @@ source=($url/download/nginx-$_nginxver.tar.gz passenger-$_passengerver.tar.gz::https://github.com/phusion/passenger/archive/release-$_passengerver.tar.gz service logrotate) -md5sums=('1a635e9543570f0c881b8ec9db0c6898' - '7040af5314fe19a420f38732c6bd4f5b' +md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17' + 'ec6cb96a8f3d444540a54a3007143e2e' 'ce9a06bcaf66ec4a3c4eb59b636e0dfd' '3441ce77cdd1aab6f0ab7e212698a8a7') @@ -107,7 +107,7 @@ package() { install -Dm644 ../service "$pkgdir"/usr/lib/systemd/system/nginx.service install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE - rmdir "$pkgdir/run" + rmdir "$pkgdir"/run } # vim:set ts=2 sw=2 et: -- cgit v1.2.3-2-g168b From c86852f13787f259167b1df6d3762ef78980cad3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 25 Mar 2014 11:08:34 -0300 Subject: change coadde@lavabit.com to coadde@parabola.nu --- pcr/aqsis/PKGBUILD | 2 +- pcr/blender-addon-ogre/PKGBUILD | 2 +- pcr/cinepaint-lts/PKGBUILD | 2 +- pcr/collada-dom/PKGBUILD | 2 +- pcr/ganglia/PKGBUILD | 2 +- pcr/gimp-art/PKGBUILD | 2 +- pcr/gimp-art/gimp-splash-artwork.license | 2 +- pcr/imagemagick-srv/PKGBUILD | 2 +- pcr/jitsi/PKGBUILD | 2 +- pcr/lcmc/PKGBUILD | 2 +- pcr/libav/PKGBUILD | 2 +- pcr/libglu-git/PKGBUILD | 2 +- pcr/libqb/PKGBUILD | 2 +- pcr/librevpn-git/PKGBUILD | 2 +- pcr/librevpn/PKGBUILD | 2 +- pcr/libspnav/PKGBUILD | 2 +- pcr/luabind/PKGBUILD | 2 +- pcr/mednafen-server/PKGBUILD | 2 +- pcr/mitsuba/PKGBUILD | 2 +- pcr/mozilla-devscripts/PKGBUILD | 2 +- pcr/perl-expect/PKGBUILD | 2 +- pcr/python-pygame-hg/PKGBUILD | 2 +- pcr/python2-renpy/PKGBUILD | 2 +- pcr/renpy/PKGBUILD | 2 +- pcr/ruby1-bundler/PKGBUILD | 2 +- pcr/spacenav-daemon/PKGBUILD | 2 +- pcr/spnavcfg/PKGBUILD | 2 +- pcr/torque/PKGBUILD | 2 +- pcr/xcftools/PKGBUILD | 2 +- pcr/xf86-input-wizardpen/PKGBUILD | 2 +- pcr/yafaray/PKGBUILD | 2 +- pcr/zoneminder/PKGBUILD | 2 +- 32 files changed, 32 insertions(+), 32 deletions(-) (limited to 'pcr') diff --git a/pcr/aqsis/PKGBUILD b/pcr/aqsis/PKGBUILD index 89998fc84..f7de71f6f 100644 --- a/pcr/aqsis/PKGBUILD +++ b/pcr/aqsis/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Lukas Jirkovsky # Former contributor: Gino Pezzin -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=aqsis pkgver=1.8.2 diff --git a/pcr/blender-addon-ogre/PKGBUILD b/pcr/blender-addon-ogre/PKGBUILD index 5fd846220..e1cd0fef6 100644 --- a/pcr/blender-addon-ogre/PKGBUILD +++ b/pcr/blender-addon-ogre/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _bldname=blender _bldver=2.69 diff --git a/pcr/cinepaint-lts/PKGBUILD b/pcr/cinepaint-lts/PKGBUILD index da085729f..db6c02b4f 100644 --- a/pcr/cinepaint-lts/PKGBUILD +++ b/pcr/cinepaint-lts/PKGBUILD @@ -1,7 +1,7 @@ # $Id$ # Maintainer: tobias [tobias.archlinux.org] # Contributor: tobias [tobias.justdreams.de] -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=cinepaint-lts pkgver=1.0 diff --git a/pcr/collada-dom/PKGBUILD b/pcr/collada-dom/PKGBUILD index 7fceb3678..e663ccc37 100644 --- a/pcr/collada-dom/PKGBUILD +++ b/pcr/collada-dom/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=collada-dom pkgver=2.4.0 diff --git a/pcr/ganglia/PKGBUILD b/pcr/ganglia/PKGBUILD index efa005071..94e32a211 100644 --- a/pcr/ganglia/PKGBUILD +++ b/pcr/ganglia/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=ganglia pkgver=3.6.0 diff --git a/pcr/gimp-art/PKGBUILD b/pcr/gimp-art/PKGBUILD index cd38b329d..dbf9ed51f 100644 --- a/pcr/gimp-art/PKGBUILD +++ b/pcr/gimp-art/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=gimp-art pkgver=2.8.2 diff --git a/pcr/gimp-art/gimp-splash-artwork.license b/pcr/gimp-art/gimp-splash-artwork.license index 22b83f32c..0600f3f76 100644 --- a/pcr/gimp-art/gimp-splash-artwork.license +++ b/pcr/gimp-art/gimp-splash-artwork.license @@ -1,6 +1,6 @@ GIMP LIBRE SPLASH LICENSE -Logo and Effects is created by Zé Lara and Márcio Silva +Logo and Effects is created by Zé Lara and Márcio Silva Idea by André Silva The GIMP LIBRE splash screen is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. diff --git a/pcr/imagemagick-srv/PKGBUILD b/pcr/imagemagick-srv/PKGBUILD index d9d553531..0e7bee853 100644 --- a/pcr/imagemagick-srv/PKGBUILD +++ b/pcr/imagemagick-srv/PKGBUILD @@ -1,6 +1,6 @@ # $Id$ # Maintainer: Eric Bélanger -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgbase=imagemagick pkgname=imagemagick-srv diff --git a/pcr/jitsi/PKGBUILD b/pcr/jitsi/PKGBUILD index 2ff97dc46..caa060d1c 100644 --- a/pcr/jitsi/PKGBUILD +++ b/pcr/jitsi/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Xavier Devlamynck # Contributors: Keshav P R, atommix aka Aleks Lifey, Xavion, Ananda Samaddar, Dan Serban, Xyne # Maintainer (Parabola): André Silva -# Contributor (Parabola): Márcio Silva +# Contributor (Parabola): Márcio Silva pkgname=jitsi pkgver=2.4.4997 diff --git a/pcr/lcmc/PKGBUILD b/pcr/lcmc/PKGBUILD index 6b27ff5f4..9e099e854 100644 --- a/pcr/lcmc/PKGBUILD +++ b/pcr/lcmc/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=lcmc pkgver=1.5.1 diff --git a/pcr/libav/PKGBUILD b/pcr/libav/PKGBUILD index 2d5c09ec0..75b6ef8c3 100644 --- a/pcr/libav/PKGBUILD +++ b/pcr/libav/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=libav pkgver=9.10 diff --git a/pcr/libglu-git/PKGBUILD b/pcr/libglu-git/PKGBUILD index 46ff7a358..d779980eb 100644 --- a/pcr/libglu-git/PKGBUILD +++ b/pcr/libglu-git/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=libglu-git pkgver=20120908 diff --git a/pcr/libqb/PKGBUILD b/pcr/libqb/PKGBUILD index 85b3ff082..1e7d53c79 100644 --- a/pcr/libqb/PKGBUILD +++ b/pcr/libqb/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=libqb pkgver=0.14.4 diff --git a/pcr/librevpn-git/PKGBUILD b/pcr/librevpn-git/PKGBUILD index 551a984e2..6703c1864 100644 --- a/pcr/librevpn-git/PKGBUILD +++ b/pcr/librevpn-git/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _branch=master #_branch=feature/empaquetable diff --git a/pcr/librevpn/PKGBUILD b/pcr/librevpn/PKGBUILD index 71a3a2f7c..39c381808 100644 --- a/pcr/librevpn/PKGBUILD +++ b/pcr/librevpn/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _pkgname=lvpn pkgname=librevpn diff --git a/pcr/libspnav/PKGBUILD b/pcr/libspnav/PKGBUILD index da0272ed7..01325c1cf 100644 --- a/pcr/libspnav/PKGBUILD +++ b/pcr/libspnav/PKGBUILD @@ -1,5 +1,5 @@ # Contributor: Jan Hambrecht -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=libspnav pkgver=0.2.2 diff --git a/pcr/luabind/PKGBUILD b/pcr/luabind/PKGBUILD index da47f927b..25b556e64 100644 --- a/pcr/luabind/PKGBUILD +++ b/pcr/luabind/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakob Gruber # Maintainer: Sven-Hendrik Haase # Contributor: rayte -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=luabind pkgver=0.9.1 diff --git a/pcr/mednafen-server/PKGBUILD b/pcr/mednafen-server/PKGBUILD index 9968dde38..103eda26e 100644 --- a/pcr/mednafen-server/PKGBUILD +++ b/pcr/mednafen-server/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=mednafen-server _pkgname=${pkgname%-server} diff --git a/pcr/mitsuba/PKGBUILD b/pcr/mitsuba/PKGBUILD index 01fb7a47f..600ddd7f1 100644 --- a/pcr/mitsuba/PKGBUILD +++ b/pcr/mitsuba/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _pkgname=mitsuba _pkgver=0.4.4 diff --git a/pcr/mozilla-devscripts/PKGBUILD b/pcr/mozilla-devscripts/PKGBUILD index ef7ea7641..65344e997 100644 --- a/pcr/mozilla-devscripts/PKGBUILD +++ b/pcr/mozilla-devscripts/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: Michał Masłowski -# Contributor: Márcio Silva +# Contributor: Márcio Silva pkgname=mozilla-devscripts pkgver=0.32 diff --git a/pcr/perl-expect/PKGBUILD b/pcr/perl-expect/PKGBUILD index fefa03a0b..298cb623b 100644 --- a/pcr/perl-expect/PKGBUILD +++ b/pcr/perl-expect/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Max Roder # Contributor: DarkHeart # Generator : CPANPLUS::Dist::Arch 1.19 -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname='perl-expect' pkgver='1.21' diff --git a/pcr/python-pygame-hg/PKGBUILD b/pcr/python-pygame-hg/PKGBUILD index c48317b19..a0c2773ca 100644 --- a/pcr/python-pygame-hg/PKGBUILD +++ b/pcr/python-pygame-hg/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _pkgname=pygame _pkgver=1.9.2 diff --git a/pcr/python2-renpy/PKGBUILD b/pcr/python2-renpy/PKGBUILD index db2a94428..a637bc5ff 100644 --- a/pcr/python2-renpy/PKGBUILD +++ b/pcr/python2-renpy/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: André Silva -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _pkgname=renpy pkgname=python2-renpy diff --git a/pcr/renpy/PKGBUILD b/pcr/renpy/PKGBUILD index 61874b5ba..645259d58 100644 --- a/pcr/renpy/PKGBUILD +++ b/pcr/renpy/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: AlexanderR -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=renpy pkgver=6.16.2 diff --git a/pcr/ruby1-bundler/PKGBUILD b/pcr/ruby1-bundler/PKGBUILD index d06f7af08..b7a42287b 100644 --- a/pcr/ruby1-bundler/PKGBUILD +++ b/pcr/ruby1-bundler/PKGBUILD @@ -1,5 +1,5 @@ # Contributor: Alexsandr Pavlov -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva _pkgname=bundler pkgname=ruby1-$_pkgname diff --git a/pcr/spacenav-daemon/PKGBUILD b/pcr/spacenav-daemon/PKGBUILD index fb1229ae4..36257da5c 100644 --- a/pcr/spacenav-daemon/PKGBUILD +++ b/pcr/spacenav-daemon/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=spacenav-daemon _pkgname=${pkgname%-daemon} diff --git a/pcr/spnavcfg/PKGBUILD b/pcr/spnavcfg/PKGBUILD index cbea06d01..c1fea3d17 100644 --- a/pcr/spnavcfg/PKGBUILD +++ b/pcr/spnavcfg/PKGBUILD @@ -1,5 +1,5 @@ # Contributor: Jan Hambrecht -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=spnavcfg pkgver=0.2.1 diff --git a/pcr/torque/PKGBUILD b/pcr/torque/PKGBUILD index 850aa3b7d..2d35202e0 100644 --- a/pcr/torque/PKGBUILD +++ b/pcr/torque/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=torque pkgver=4.2.2 diff --git a/pcr/xcftools/PKGBUILD b/pcr/xcftools/PKGBUILD index 414149f85..12bc05bd6 100644 --- a/pcr/xcftools/PKGBUILD +++ b/pcr/xcftools/PKGBUILD @@ -1,5 +1,5 @@ # Maintainer: Jonathan Frawley -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva pkgname=xcftools pkgver=1.0.7 pkgrel=2 diff --git a/pcr/xf86-input-wizardpen/PKGBUILD b/pcr/xf86-input-wizardpen/PKGBUILD index dfad17f34..96547f842 100644 --- a/pcr/xf86-input-wizardpen/PKGBUILD +++ b/pcr/xf86-input-wizardpen/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva pkgname=xf86-input-wizardpen _pkgname=${pkgname:11} diff --git a/pcr/yafaray/PKGBUILD b/pcr/yafaray/PKGBUILD index c27f6c587..a0eaffa3b 100644 --- a/pcr/yafaray/PKGBUILD +++ b/pcr/yafaray/PKGBUILD @@ -1,4 +1,4 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva _pkgname=yafaray _pkgver=1.5 diff --git a/pcr/zoneminder/PKGBUILD b/pcr/zoneminder/PKGBUILD index 29cf5ae8c..ff5fb1cd8 100644 --- a/pcr/zoneminder/PKGBUILD +++ b/pcr/zoneminder/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer: Vojtech Aschenbrenner # Contributor: Jason Gardner # Contributor: Ross melin -# Maintainer (Parabola): Márcio Silva +# Maintainer (Parabola): Márcio Silva # Contributor (Parabola): André Silva # based of debian squeeze package -- cgit v1.2.3-2-g168b