summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/dia/PKGBUILD15
-rw-r--r--community/dia/dia.install6
-rw-r--r--community/dictd/PKGBUILD13
-rw-r--r--community/libmaa/PKGBUILD25
-rw-r--r--community/mc/PKGBUILD7
-rw-r--r--community/tor/PKGBUILD6
-rw-r--r--community/vdrift/PKGBUILD36
7 files changed, 61 insertions, 47 deletions
diff --git a/community/dia/PKGBUILD b/community/dia/PKGBUILD
index 954be7621..54da1eeae 100644
--- a/community/dia/PKGBUILD
+++ b/community/dia/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 49059 2011-06-10 08:42:06Z spupykin $
+# $Id: PKGBUILD 57536 2011-10-30 12:24:25Z ttopper $
+# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Gregor Ibic <gregor.ibic@intelicom.si>
pkgname=dia
pkgver=0.97.1
-pkgrel=4
+pkgrel=5
pkgdesc="A GTK+ based diagram creation program"
arch=('i686' 'x86_64')
license=('GPL')
@@ -25,7 +26,7 @@ build() {
export PYTHON=/usr/bin/python2
sed -i 's#python2\.1#python2 python2.1#' configure
- patch -p1 <$srcdir/dia-overflow-fix.patch || true
+ patch -p1 <$srcdir/dia-overflow-fix.patch
./configure --prefix=/usr \
--with-cairo \
@@ -34,12 +35,14 @@ build() {
--with-hardbooks
sed -i 's#SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data doc tests installer#SUBDIRS = lib objects plug-ins shapes app bindings samples po sheets data tests installer#' Makefile
make
- cd doc && make html
+ cd doc
+ make html
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
- cd doc && make DESTDIR="${pkgdir}" install-html
- ln -sf ../doc/dia/html $pkgdir/usr/share/dia/help
+ cd doc
+ make DESTDIR="${pkgdir}" install-html
+ ln -sf dia/html "${pkgdir}"/usr/share/dia/help
}
diff --git a/community/dia/dia.install b/community/dia/dia.install
index 499f00ea1..a49438e1f 100644
--- a/community/dia/dia.install
+++ b/community/dia/dia.install
@@ -1,7 +1,7 @@
post_install() {
- which update-desktop-database >/dev/null && update-desktop-database -q
- which update-mime-database >/dev/null && update-mime-database usr/share/mime > /dev/null
- which gtk-update-icon-cache >/dev/null && gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+ update-mime-database usr/share/mime > /dev/null
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
diff --git a/community/dictd/PKGBUILD b/community/dictd/PKGBUILD
index 574dba45e..7ba6a1d1d 100644
--- a/community/dictd/PKGBUILD
+++ b/community/dictd/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 51953 2011-07-18 13:18:14Z spupykin $
+# $Id: PKGBUILD 57578 2011-10-31 03:14:04Z andrea $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
# Contributor: Enrico Morelli <morelli@cerm.unifi.it>
pkgname=dictd
pkgver=1.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="Online dictionary client and server"
url="http://sourceforge.net/projects/dict/"
-license=("GPL")
-arch=(i686 x86_64)
-depends=('zlib' 'libmaa')
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('sh' 'zlib' 'libmaa')
makedepends=('flex')
backup=(etc/dict/dictd.conf
etc/dict/dict.conf
@@ -18,7 +18,8 @@ backup=(etc/dict/dictd.conf
etc/conf.d/dictd
etc/xinetd.d/dictd
etc/dict/colorit.conf)
-source=(http://downloads.sourceforge.net/project/dict/dictd/dictd-$pkgver/dictd-$pkgver.tar.gz
+options=('!emptydirs')
+source=("http://downloads.sourceforge.net/dict/$pkgname-$pkgver.tar.gz"
dictd
dict.conf
dictd.conf
diff --git a/community/libmaa/PKGBUILD b/community/libmaa/PKGBUILD
index 1c45e4edb..5a35a9a5d 100644
--- a/community/libmaa/PKGBUILD
+++ b/community/libmaa/PKGBUILD
@@ -2,20 +2,25 @@
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libmaa
-pkgver=1.1.1
+pkgver=1.3.1
pkgrel=1
-pkgdesc="provides many low-level data structures which are helpful for writing compilers"
+pkgdesc="Provides many low-level data structures which are helpful for writing compilers"
url="http://sourceforge.net/projects/dict/"
-license=("GPL")
-arch=(i686 x86_64)
-depends=('zlib')
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('glibc')
makedepends=('flex')
-source=(http://downloads.sourceforge.net/project/dict/libmaa/libmaa-1.1.1/libmaa-1.1.1.tar.gz)
-md5sums=('0f3e1ef0e3dc6c516b8fb0cacef8f628')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz")
+md5sums=('04fcb72e8767c0795059bf397f5a0355')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd "${srcdir}/$pkgname-$pkgver"
./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
+ make
+}
+
+package() {
+ cd "${srcdir}/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/mc/PKGBUILD b/community/mc/PKGBUILD
index a3a298d89..5c4e2b6fd 100644
--- a/community/mc/PKGBUILD
+++ b/community/mc/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 57102 2011-10-21 09:33:23Z schuay $
+# $Id: PKGBUILD 57569 2011-10-30 21:21:44Z bisson $
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
# Maintainer: schuay <jakob.gruber@gmail.com>
pkgname=mc
pkgver=4.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Midnight Commander is a text based filemanager/shell that emulates Norton Commander"
arch=('i686' 'x86_64')
url="http://www.ibiblio.org/mc/"
@@ -56,9 +56,6 @@ package() {
sed 's|op_has_zipinfo = 0|op_has_zipinfo = 1|' \
-i "${pkgdir}/usr/lib/mc/extfs.d/uzip"
- # Fix FS#18312
- rm "${pkgdir}/usr/lib/mc/extfs.d/u7z"
-
sed 's#/usr/bin/env python#/usr/bin/python2#' \
-i "${pkgdir}/usr/lib/mc/extfs.d/s3+"
}
diff --git a/community/tor/PKGBUILD b/community/tor/PKGBUILD
index ab879b77e..dad132874 100644
--- a/community/tor/PKGBUILD
+++ b/community/tor/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 55579 2011-09-14 11:12:14Z lfleischer $
+# $Id: PKGBUILD 57572 2011-10-30 21:39:28Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: simo <simo@archlinux.org>
pkgname=tor
-pkgver=0.2.2.33
+pkgver=0.2.2.34
pkgrel=1
pkgdesc='Anonymizing overlay network.'
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ source=("http://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"
'torrc'
'tor'
'tor.conf.d')
-md5sums=('ea99aba49694bb982d2fccc57a70d58e'
+md5sums=('0f1bbb8e086ea2aba41ff7f898fcf3bd'
'56c75d4e8a66f34167d31e38c43793dd'
'f8e6868a389877346e7eebaacd1078bb'
'5c7c6834064b3530c442def6079ac3aa')
diff --git a/community/vdrift/PKGBUILD b/community/vdrift/PKGBUILD
index 6b72e48c7..cc617662f 100644
--- a/community/vdrift/PKGBUILD
+++ b/community/vdrift/PKGBUILD
@@ -1,24 +1,22 @@
-# $Id: PKGBUILD 55905 2011-09-24 16:50:06Z stephane $
+# $Id: PKGBUILD 57538 2011-10-30 16:10:55Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
# Contributor: Lone_Wolf lonewolf@xs4all.nl
pkgname=vdrift
-pkgver=2011.09.01
-pkgrel=3
+pkgver=2011.10.22
+pkgrel=1
pkgdesc="An open source driving simulation made with drift racing in mind"
arch=('i686' 'x86_64')
url="http://vdrift.net/"
license=('GPL')
depends=('bullet' 'curl' 'sdl_gfx' 'sdl_image' 'glew' 'libvorbis' 'vdrift-data')
makedepends=('scons' 'boost' 'asio')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-src-${pkgver//./-}.tar.bz2
- $pkgname.desktop)
-md5sums=('a4099acacca3d4f0799b012cd168f1c0'
- '8bb429f37bcb4aed5e7ab1d80c5a4f93')
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-${pkgver//./-}.tar.bz2)
+md5sums=('6f8806ab1be303e9e1e47522c9eee890')
build() {
- cd "$srcdir"/$pkgname-src-${pkgver//./-}
+ cd "$srcdir"/$pkgname-${pkgver//./-}
# select arch
if [ `uname -m` = "x86_64" ]; then
@@ -27,8 +25,8 @@ build() {
_sconsarch="686"
fi
- sed -i 's/glGenerateMipmap/glGenerateMipmapEXT/g' src/texture.cpp
- sed -i '/types.h/d' src/http.h
+ #sed -i 's/glGenerateMipmap/glGenerateMipmapEXT/g' src/texture.cpp
+ #sed -i '/types.h/d' src/http.h
# build and install
scons \
@@ -37,16 +35,26 @@ build() {
"release"=1 \
"force_feedback"=1 \
"prefix"=/usr \
- "datadir"=share/$pkgname/
+ "datadir"=share/$pkgname/ \
+ "extbullet"=1
}
package() {
- cd "$srcdir"/$pkgname-src-${pkgver//./-}
+ cd "$srcdir"/$pkgname-${pkgver//./-}
scons install
# install .desktop file
- install -Dm644 ../$pkgname.desktop \
- "$pkgdir"/usr/share/applications/$pkgname.desktop
+ install -Dm644 $pkgname.desktop "$pkgdir"/usr/share/applications/$pkgname.desktop
+
+ # install icons
+ install -Dm644 data/textures/icons/vdrift-16x16.png \
+ "$pkgdir"/usr/share/icons/hicolor/16x16/apps/vdrift.png
+ install -Dm644 data/textures/icons/vdrift-32x32.png \
+ "$pkgdir"/usr/share/icons/hicolor/32x32/apps/vdrift.png
+ install -Dm644 data/textures/icons/vdrift-64x64.png \
+ "$pkgdir"/usr/share/icons/hicolor/64x64/apps/vdrift.png
+
+ rm -r $pkgdir/usr/share/vdrift
}
# vim: sw=2:ts=2 et: