summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-06-11 22:48:58 +0000
committerroot <root@rshg047.dnsready.net>2011-06-11 22:48:58 +0000
commite392819937e37aa7f33ba83bb3e23bb1ccabaa37 (patch)
tree973aad7153fa658dce8cc60d9fc78f41c2dfa578 /community
parent8bb6e3c7e5bec1adf2c819a1985de4d1f3347fb6 (diff)
Sat Jun 11 22:48:58 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/clanlib/PKGBUILD6
-rw-r--r--community/compizconfig-backend-kconfig4/PKGBUILD31
-rw-r--r--community/dia/PKGBUILD19
-rw-r--r--community/fityk/PKGBUILD10
-rw-r--r--community/gogglesmm/PKGBUILD10
-rw-r--r--community/minidlna/PKGBUILD10
-rwxr-xr-xcommunity/pragha/PKGBUILD6
-rw-r--r--community/qbittorrent/PKGBUILD4
8 files changed, 66 insertions, 30 deletions
diff --git a/community/clanlib/PKGBUILD b/community/clanlib/PKGBUILD
index 4e6e36b1f..21b843621 100644
--- a/community/clanlib/PKGBUILD
+++ b/community/clanlib/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 44605 2011-04-09 12:36:14Z svenstaro $
+# $Id: PKGBUILD 49101 2011-06-11 03:15:22Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=clanlib
-pkgver=2.2.8
+pkgver=2.2.9
pkgrel=1
pkgdesc="A multi-platform game development library."
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('alsa-lib' 'libjpeg' 'libmikmod' 'libpng' 'libvorbis' 'libxi' 'libxmu'
makedepends=('doxygen' 'graphviz')
options=('!libtool')
source=(http://clanlib.org/download/releases-2.0/ClanLib-${pkgver}.tgz)
-md5sums=('b4184ea1535bbda52c2eea7523f332e4')
+md5sums=('321886420efa0263e6f6273057b5d6df')
build() {
cd ${srcdir}/ClanLib-${pkgver}
diff --git a/community/compizconfig-backend-kconfig4/PKGBUILD b/community/compizconfig-backend-kconfig4/PKGBUILD
new file mode 100644
index 000000000..7722987dc
--- /dev/null
+++ b/community/compizconfig-backend-kconfig4/PKGBUILD
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 49088 2011-06-10 14:35:09Z andrea $
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Andrea Scarpino <andrea@archlinux.org>
+
+pkgname=compizconfig-backend-kconfig4
+pkgver=0.8.4
+pkgrel=1
+pkgdesc="Compizconfig backend for kconfig4"
+arch=('i686' 'x86_64')
+url="http://www.compiz.org/"
+license=('GPL2')
+depends=('libcompizconfig' 'kdelibs' 'libxcomposite' 'libxinerama')
+makedepends=('cmake' 'automoc4')
+groups=('compiz-fusion-kde' 'compiz-fusion')
+source=("http://releases.compiz.org/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('89f3cdbdbb8b1bc88f55ccaedbc8404d')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
diff --git a/community/dia/PKGBUILD b/community/dia/PKGBUILD
index 89c7f852e..954be7621 100644
--- a/community/dia/PKGBUILD
+++ b/community/dia/PKGBUILD
@@ -1,12 +1,11 @@
-# $Id: PKGBUILD 32607 2010-11-15 15:15:59Z spupykin $
+# $Id: PKGBUILD 49059 2011-06-10 08:42:06Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer:
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
# Contributor: Gregor Ibic <gregor.ibic@intelicom.si>
pkgname=dia
pkgver=0.97.1
-pkgrel=3
+pkgrel=4
pkgdesc="A GTK+ based diagram creation program"
arch=('i686' 'x86_64')
license=('GPL')
@@ -15,30 +14,32 @@ install=dia.install
depends=('libxslt' 'desktop-file-utils' 'libart-lgpl' 'gtk2')
makedepends=('intltool' 'python2' 'docbook-xsl')
optdepends=('python2')
-options=('!libtool')
+options=('!libtool' 'docs')
source=("ftp://ftp.gnome.org/pub/gnome/sources/${pkgname}/0.97/${pkgname}-${pkgver}.tar.bz2"
"dia-overflow-fix.patch")
md5sums=('57e44bb9f387559a0506b52a134deaf0'
'8fd9a2ad35b5a6fd8c758d7c73dbfe66')
-md5sums=('57e44bb9f387559a0506b52a134deaf0'
- '8fd9a2ad35b5a6fd8c758d7c73dbfe66')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export PYTHON=/usr/bin/python2
sed -i 's#python2\.1#python2 python2.1#' configure
- patch -p1 <$srcdir/dia-overflow-fix.patch
+ patch -p1 <$srcdir/dia-overflow-fix.patch || true
./configure --prefix=/usr \
- --enable-db2html \
--with-cairo \
--with-python \
- --disable-gnome
+ --disable-gnome \
+ --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
}
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
}
diff --git a/community/fityk/PKGBUILD b/community/fityk/PKGBUILD
index fc973936a..14552b927 100644
--- a/community/fityk/PKGBUILD
+++ b/community/fityk/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Cuneyt Unlu <unlucu AT gmail.com>
pkgname=fityk
-pkgver=1.0.1
+pkgver=1.0.2
pkgrel=1
pkgdesc='A program for nonlinear fitting of analytical functions to data.'
arch=('i686' 'x86_64')
@@ -13,11 +13,11 @@ depends=('boost-libs' 'xylib' 'wxgtk' 'shared-mime-info')
makedepends=('boost' 'git' 'python-sphinx')
options=('!libtool')
install=${pkgname}.install
-source=('http://prdownloads.sourceforge.net/wxwindows/wxWidgets-2.9.1.tar.bz2')
-md5sums=('81c20d7b2ba31becb18e467dbe09be8f')
+source=('http://biolpc22.york.ac.uk/pub/Daily_HEAD/wxWidgets.tar.gz') # daily snapshot because fityk requires a version that hasn't been released yet...
+md5sums=('71a465a1d60c33c33b644d15ba23f30b')
build() {
- cd wxWidgets-2.9.1
+ cd wxWidgets
./configure --prefix=${srcdir}/usr --disable-shared --with-libpng=sys --with-libxpm=sys --with-libjpeg=sys --with-libtiff=sys
make
make install
@@ -25,7 +25,7 @@ build() {
cd ${srcdir}
git clone git://github.com/wojdyr/fityk.git
cd fityk
- ##git checkout v${pkgver}
+ git checkout v${pkgver}
#cd ${pkgname}-${pkgver}
# disable xyconvert because wxwidgets>=2.9 is needed (dev version) and it isn't standard with arch yet
diff --git a/community/gogglesmm/PKGBUILD b/community/gogglesmm/PKGBUILD
index f544a749a..450be248d 100644
--- a/community/gogglesmm/PKGBUILD
+++ b/community/gogglesmm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 41060 2011-03-03 15:30:41Z spupykin $
+# $Id: PKGBUILD 49064 2011-06-10 08:43:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sander Jansen <sander@knology.net>
pkgname=gogglesmm
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc="Music Manager and Player"
arch=('i686' 'x86_64')
@@ -14,12 +14,16 @@ depends=('fox>=1.6.0' 'xine-lib>=1.0' 'sqlite3>=3.4.0' 'taglib' 'dbus-core' 'cur
replaces=('musicmanager')
conflicts=('musicmanager')
source=(http://gogglesmm.googlecode.com/files/gogglesmm-$pkgver.tar.bz2)
-md5sums=('8657be2f67b25837fcf5d442700619aa')
+md5sums=('2fc5c90dc3feeacd857913c48c65771c')
build() {
cd $srcdir/gogglesmm-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/gogglesmm-$pkgver
mkdir -p $pkgdir/usr/bin
make DESTDIR=$pkgdir install
}
diff --git a/community/minidlna/PKGBUILD b/community/minidlna/PKGBUILD
index 3df7e5720..18cba3694 100644
--- a/community/minidlna/PKGBUILD
+++ b/community/minidlna/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 43934 2011-03-31 20:13:41Z spupykin $
+# $Id: PKGBUILD 49069 2011-06-10 08:44:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer:Biginoz < biginoz AT free point fr>
# Contributor: Ignacio Galmarino <igalmarino@gmail.com>
# Contributor: Matthias Sobczyk <matthias.sobczyk@googlemail.com>
pkgname=minidlna
-pkgver=1.0.19
-pkgrel=2
+pkgver=1.0.20
+pkgrel=1
pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
arch=('i686' 'x86_64')
-url="http://minidlna.sourceforge.net"
+url="http://sourceforge.net/projects/minidlna/"
license=('GPL')
depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite3')
conflicts=('minidlna-cvs')
backup=('etc/minidlna.conf')
source=(http://downloads.sourceforge.net/minidlna/minidlna_${pkgver}_src.tar.gz
minidlna.rc)
-md5sums=('8bb5f2c0abc009e16039d7deecf09cf6'
+md5sums=('1c5230cc6dec7592eca4c63c526eadb7'
'80c423f003894ad15d7de41f3ed342c0')
build() {
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD
index 8e7336b4b..b18a77c40 100755
--- a/community/pragha/PKGBUILD
+++ b/community/pragha/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 46398 2011-05-07 07:41:07Z ttopper $
+# $Id: PKGBUILD 49091 2011-06-10 19:39:21Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
# Contributor: JerichoKru <jerichokru(AT)htomail.com>
pkgname=pragha
-pkgver=0.95.0.1
+pkgver=0.96.1
pkgrel=1
pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ optdepends=('notification-daemon: OSD notification')
replaces=('dissonance')
install=pragha.install
source=(http://dissonance.googlecode.com/files/$pkgname-$pkgver.tar.bz2)
-sha1sums=('4ad9de34e2e78176494d62b5407c3cbbbfb9c183')
+sha1sums=('0782f552cdf786290ab9b4defd1d65869c5ff08f')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
index 532fc9413..0fc9a2d88 100644
--- a/community/qbittorrent/PKGBUILD
+++ b/community/qbittorrent/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=qbittorrent
-pkgver=2.8.0
+pkgver=2.8.1
pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=('python2: needed for search'
install='qbittorrent.install'
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz"
'python2.patch')
-md5sums=('6337b679b40f56fdd2dd49d795fd5405'
+md5sums=('4fb4490117a0909f1f0989b4b797b41a'
'db0d79fee8ce3470ad3741d36b02a94c')
build() {