From 870286a74f6142709671fd3437944382f29bf352 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 6 Apr 2012 00:01:15 +0000 Subject: Fri Apr 6 00:01:15 UTC 2012 --- community/gnustep-back/PKGBUILD | 4 ++-- community/gnustep-base/PKGBUILD | 4 ++-- community/gnustep-gui/PKGBUILD | 8 ++++++-- community/intellij-idea-libs/PKGBUILD | 8 ++++---- community/love/PKGBUILD | 14 +++++++------- community/pkgtools/PKGBUILD | 9 +++------ community/r8168-lts/PKGBUILD | 4 ++-- community/task/PKGBUILD | 9 +++++---- 8 files changed, 31 insertions(+), 29 deletions(-) (limited to 'community') diff --git a/community/gnustep-back/PKGBUILD b/community/gnustep-back/PKGBUILD index 74e442618..0d09dd5e2 100644 --- a/community/gnustep-back/PKGBUILD +++ b/community/gnustep-back/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68152 2012-03-18 19:10:51Z spupykin $ +# $Id: PKGBUILD 68860 2012-04-04 09:31:08Z allan $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko pkgname=gnustep-back pkgver=0.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNUstep GUI Backend" arch=('i686' 'x86_64') url="http://www.gnustep.org/" diff --git a/community/gnustep-base/PKGBUILD b/community/gnustep-base/PKGBUILD index 43f7e2d45..9191853d3 100644 --- a/community/gnustep-base/PKGBUILD +++ b/community/gnustep-base/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68154 2012-03-18 19:11:35Z spupykin $ +# $Id: PKGBUILD 68862 2012-04-04 09:31:15Z allan $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko pkgname=gnustep-base pkgver=1.24.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNUstep base package" arch=('i686' 'x86_64') url="http://www.gnustep.org/" diff --git a/community/gnustep-gui/PKGBUILD b/community/gnustep-gui/PKGBUILD index c1e903067..e990e4ce7 100644 --- a/community/gnustep-gui/PKGBUILD +++ b/community/gnustep-gui/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 68156 2012-03-18 19:12:25Z spupykin $ +# $Id: PKGBUILD 68864 2012-04-04 09:31:23Z allan $ # Maintainer: Sergej Pupykin # Maintainer: Vesa Kaihlavirta # Contributor: Sebastian Sareyko pkgname=gnustep-gui pkgver=0.22.0 -pkgrel=1 +pkgrel=2 pkgdesc="The GNUstep GUI class library" arch=('i686' 'x86_64') url="http://www.gnustep.org/" @@ -24,5 +24,9 @@ build() { ./configure --prefix=/usr --sysconfdir=/etc/GNUstep sed -i 's|#include "GNUstepBase/preface.h"|//#include "GNUstepBase/preface.h" |' Source/GSGuiPrivate.h make +} + +package() { + cd $srcdir/$pkgname-$pkgver make DESTDIR=$pkgdir install } diff --git a/community/intellij-idea-libs/PKGBUILD b/community/intellij-idea-libs/PKGBUILD index 37d697e12..5a81c144c 100644 --- a/community/intellij-idea-libs/PKGBUILD +++ b/community/intellij-idea-libs/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 68602 2012-03-29 08:23:57Z stativ $ +# $Id: PKGBUILD 68868 2012-04-04 11:24:37Z stativ $ # Maintainer: Lukas Jirkovsky pkgname=intellij-idea-libs -pkgver=11.1 -_pkgver=117.105 +pkgver=11.1.1 +_pkgver=117.117 pkgrel=1 pkgdesc="Architecture dependend libraries needed by the Intellij Idea IDE" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.jetbrains.org/" license=('apache') depends=('glibc') source=(http://download.jetbrains.com/idea/ideaIC-$pkgver.tar.gz) -md5sums=('bb9943b052bcdb4832ea9b2f3f72848b') +md5sums=('09f814cc26b6c98d6e5f0fdf2aaa293c') build() { cd "$srcdir" diff --git a/community/love/PKGBUILD b/community/love/PKGBUILD index f7ce1579e..68bb4d8ce 100644 --- a/community/love/PKGBUILD +++ b/community/love/PKGBUILD @@ -2,22 +2,21 @@ # Contributor: Linus Sjögren # Contributor: Eric Forgeot < http://anamnese.online.fr >, dreeze pkgname=love -pkgver=0.7.2 +pkgver=0.8.0 pkgrel=1 pkgdesc="An open-source 2D game engine which uses the versatile Lua scripting language to create dynamic gaming experiences." arch=(i686 x86_64) url="http://love2d.org/" license=('zlib') depends=('luajit' 'physfs' 'freetype2' 'devil' 'mpg123' 'openal' 'libvorbis' 'libmodplug' 'sdl' 'shared-mime-info' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('wget') install=love.install -source=("https://bitbucket.org/rude/love/downloads/$pkgname-$pkgver-linux-src.tar.gz" +source=("https://bitbucket.org/rude/love/get/e0f98d53debb.tar.bz2" "https://bitbucket.org/rude/love/raw/$pkgver/license.txt" "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/app.svg" "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/game.svg" "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.desktop" "https://bitbucket.org/rude/love/raw/$pkgver/platform/unix/love.xml") -md5sums=('c3e678606bb9a870c31168e85b269e7e' +md5sums=('e21fa52d906f9f5f76dfbb0ce6b60121' 'a4890908149d91bc042b30d00c121c58' 'a1e19f91420cc519a683af360f5b1120' '16f2ecc899c9ffc8b7b7c807f8967861' @@ -25,13 +24,14 @@ md5sums=('c3e678606bb9a870c31168e85b269e7e' 'b4f00fb1cb80057a0a371a994100d418') build() { - cd "$srcdir/love-HEAD" - ./configure --prefix=/usr --enable-luajit LDFLAGS="$LDFLAGS -Wl,--no-as-needed" + cd "$srcdir"/rude-love-* + ./platform/unix/automagic + ./configure --prefix=/usr --with-luajit #LDFLAGS="$LDFLAGS -Wl,--no-as-needed" make } package() { - cd "$srcdir/love-HEAD" + cd "$srcdir"/rude-love-* make DESTDIR="$pkgdir" install mkdir -p "$pkgdir/usr/share/licenses/$pkgname" diff --git a/community/pkgtools/PKGBUILD b/community/pkgtools/PKGBUILD index e38f71649..4a26907f4 100644 --- a/community/pkgtools/PKGBUILD +++ b/community/pkgtools/PKGBUILD @@ -1,8 +1,8 @@ # Maintainer: Daenyth # Contributor: Daenyth pkgname=pkgtools -pkgver=23 -pkgrel=4 +pkgver=24 +pkgrel=1 pkgdesc="A collection of scripts for Arch Linux packages" arch=('i686' 'x86_64') url="http://bbs.archlinux.org/viewtopic.php?pid=384196" @@ -16,7 +16,7 @@ optdepends=('cron: For pkgfile --update entry' 'abs: Provides proto packaging files for newpkg' 'python-yaml: for gem2arch' 'python2: for pkgconflict') -md5sums=('5361111e31741f8d7ff8ca45c7996b6b') +md5sums=('f139c3940e1038cac4e29e985089e8a8') build() { cd "$srcdir/Daenyth-$pkgname"-* @@ -28,9 +28,6 @@ package() { cd "$srcdir/Daenyth-$pkgname"-* make DESTDIR="$pkgdir" install - - # fix infinite loop in autotools configure scripts - sed -i '/export -f command_not_found_handle/d' "$pkgdir/usr/share/pkgtools/pkgfile-hook.bash" } # vim:set ts=2 sw=2 et: diff --git a/community/r8168-lts/PKGBUILD b/community/r8168-lts/PKGBUILD index da9eb796f..eab94b895 100644 --- a/community/r8168-lts/PKGBUILD +++ b/community/r8168-lts/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 68337 2012-03-21 22:55:51Z mtorromeo $ +# $Id: PKGBUILD 68866 2012-04-04 09:58:28Z mtorromeo $ # Maintainer: Massimiliano Torromeo pkgname=r8168-lts _pkgname=r8168 pkgver=8.028.00 -pkgrel=3 +pkgrel=4 pkgdesc="A kernel module for Realtek 8168 network cards for kernel26-lts" url="http://www.realtek.com.tw" license=("GPL") diff --git a/community/task/PKGBUILD b/community/task/PKGBUILD index 27e46c747..3bf09ecd3 100644 --- a/community/task/PKGBUILD +++ b/community/task/PKGBUILD @@ -6,14 +6,14 @@ pkgname=task pkgver=2.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="A command-line todo list manager" arch=('i686' 'x86_64') url="http://taskwarrior.org/projects/show/taskwarrior/" license=('MIT') depends=() -makedepends=('cmake') -optdepends=('bash-completion: for bash completion', 'python: for python export addon', 'ruby: for ruby export addon', 'perl: for perl export addon', 'lua: for luaexport addon') +makedepends=('cmake' 'lua') +optdepends=('bash-completion: for bash completion' 'python: for python export addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'lua: for luaexport addon') source=(http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz) sha256sums=('78971e366c2395de1cc4b0c4fc41dd950c309d3bc2f6e9594b4c5821ad6775bd') @@ -28,7 +28,8 @@ package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install - install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/usr/share/bash_completion/completions/task_completion.sh" + # Note that we rename the bash completion script for bash-completion > 1.99, until upstream does so. + install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task_completion.sh" "$pkgdir/usr/share/bash-completion/completions/task" install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" "$pkgdir/usr/share/fish/completions/task.fish" install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" "$pkgdir/usr/share/zsh/site-functions/_task" -- cgit v1.2.3-54-g00ecf