summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/camlp5/PKGBUILD2
-rw-r--r--community/dar/PKGBUILD14
-rw-r--r--community/gedit-plugins/PKGBUILD5
-rw-r--r--community/gtk-gnutella/PKGBUILD10
-rw-r--r--community/i3status/PKGBUILD6
-rw-r--r--community/kdenlive/PKGBUILD11
-rw-r--r--community/luakit/PKGBUILD12
-rw-r--r--community/virtualbox/PKGBUILD6
8 files changed, 33 insertions, 33 deletions
diff --git a/community/camlp5/PKGBUILD b/community/camlp5/PKGBUILD
index 348a197d0..404c76433 100644
--- a/community/camlp5/PKGBUILD
+++ b/community/camlp5/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=('camlp5' 'camlp5-transitional')
pkgver=6.02.3
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://pauillac.inria.fr/~ddr/camlp5/'
license=('BSD')
diff --git a/community/dar/PKGBUILD b/community/dar/PKGBUILD
index fd4af6747..ab27e1625 100644
--- a/community/dar/PKGBUILD
+++ b/community/dar/PKGBUILD
@@ -1,24 +1,22 @@
-# $Id: PKGBUILD 49277 2011-06-13 15:55:00Z shusmann $
+# $Id: PKGBUILD 52259 2011-07-22 16:01:25Z shusmann $
# Contributor: Aaron Schaefer <aaron@elasticdog.com>
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=dar
-pkgver=2.4.0
-pkgrel=3
+pkgver=2.4.1
+pkgrel=1
pkgdesc='A full featured command-line backup tool, short for Disk ARchive'
arch=('i686' 'x86_64')
url='http://dar.linux.free.fr/'
license=('GPL')
depends=('bzip2' 'lzo2' 'libgcrypt')
optdepends=('perl: for running some samples')
-source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz"
-"patch-2.4.1_interim.patch.gz::http://sourceforge.net/tracker/download.php?group_id=65612&atid=511612&file_id=413935&aid=3312050")
-md5sums=('1e0e02d3c90cdaaaf2850eff25599fba'
- '006ab95d969f32771940a3115dea8199')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('727e0b266d761e4dfd48a6af759413cb')
options=('!libtool')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p2 < $srcdir/patch-2.4.1_interim.patch
+
./configure --prefix=/usr --sysconfdir=/etc
make
}
diff --git a/community/gedit-plugins/PKGBUILD b/community/gedit-plugins/PKGBUILD
index cb95763a3..12211f9ca 100644
--- a/community/gedit-plugins/PKGBUILD
+++ b/community/gedit-plugins/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 51128 2011-07-05 14:25:52Z ibiru $
+# $Id: PKGBUILD 52230 2011-07-22 09:30:43Z ibiru $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
#Contributor: Hugo Doria <hugo@archlinux.org>
#Contributor: Sergej Chodarev <sergejx@centrum.sk>
@@ -6,12 +6,13 @@
pkgname=gedit-plugins
pkgver=3.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Set of plugins for gedit"
arch=('i686' 'x86_64')
license=('GPL')
url="http://live.gnome.org/GeditPlugins"
depends=('gedit' 'dbus-python')
+optdepends=('gucharmap: for charmap plugin')
makedepends=('intltool' 'gnome-doc-utils')
options=('!libtool' '!emptydirs')
install=gedit-plugins.install
diff --git a/community/gtk-gnutella/PKGBUILD b/community/gtk-gnutella/PKGBUILD
index d991ec063..fa9a562c3 100644
--- a/community/gtk-gnutella/PKGBUILD
+++ b/community/gtk-gnutella/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 42267 2011-03-15 22:06:14Z ebelanger $
+# $Id: PKGBUILD 52275 2011-07-23 01:33:22Z ebelanger $
# Contributor: Dan McGee <dan@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=gtk-gnutella
-pkgver=0.96.9
+pkgver=0.97
pkgrel=1
pkgdesc="A Gnutella client written in C"
arch=('i686' 'x86_64')
url="http://gtk-gnutella.sourceforge.net/"
license=('GPL')
-depends=('gnutls>=2.4.1' 'gtk2' 'libxml2')
+depends=('gtk2')
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('77e1a66685f563c668d4bbf69e4db0bb')
-sha1sums=('4b9254a3d5152377ce65acf09d858c2b0bb4ca50')
+md5sums=('d44e1af3441fb07a5e5712b0d522fae5')
+sha1sums=('1b50790adc494d7023a7cf9319d7cdef1c9ab51e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/i3status/PKGBUILD b/community/i3status/PKGBUILD
index 83c2a544f..9e174f2e7 100644
--- a/community/i3status/PKGBUILD
+++ b/community/i3status/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 27389 2010-09-22 23:16:02Z ttopper $
+# $Id: PKGBUILD 52225 2011-07-22 05:51:08Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3status
-pkgver=2.2
+pkgver=2.3
pkgrel=1
pkgdesc="Generates status bar to use with dzen2 or xmobar"
arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@ makedepends=('asciidoc')
install=i3status.install
options=('docs')
source=(http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2)
-md5sums=('07e0f44b6f40d48f976d6e3b977320c3')
+md5sums=('6a74863c525908be4465c0353ed5b999')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/kdenlive/PKGBUILD b/community/kdenlive/PKGBUILD
index 860b45f93..bce6212fc 100644
--- a/community/kdenlive/PKGBUILD
+++ b/community/kdenlive/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 51890 2011-07-17 20:51:02Z spupykin $
+# $Id: PKGBUILD 52254 2011-07-22 15:49:20Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Zuf <kontakt.zuf@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=kdenlive
-pkgver=0.8
-pkgrel=3
+pkgver=0.8svn20110722
+pkgrel=1
pkgdesc="A non-linear video editor for Linux"
arch=('i686' 'x86_64')
url="http://www.kdenlive.org/"
@@ -13,8 +13,9 @@ license=('GPL')
depends=('kdebase-runtime' 'mlt' 'dvgrab' 'qjson' 'qimageblitz')
makedepends=('automoc4' 'cmake' 'gettext')
install=kdenlive.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('26170b4360285e8a7bf53fd122d8854e')
+#source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+source=("http://arch.p5n.pp.ru/~sergej/dl/kdenlive-${pkgver}.tar.bz2")
+md5sums=('390fcbce02274ee99b2a6d6a234bef0c')
build() {
export LDFLAGS="$LDFLAGS -lX11"
diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD
index 407c2c945..886d1c97b 100644
--- a/community/luakit/PKGBUILD
+++ b/community/luakit/PKGBUILD
@@ -2,24 +2,24 @@
# Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com>
pkgname=luakit
-pkgver=2011.05.06
-pkgrel=2
+pkgver=2011.07.22
+pkgrel=1
pkgdesc='luakit is a highly configurable, micro-browser framework based on the WebKit web content engine and the GTK+ toolkit."Stable" release'
arch=('i686' 'x86_64')
url='http://www.luakit.org/projects/luakit'
license=('GPL3')
-depends=('libwebkit' 'luafilesystem' )
+depends=('libwebkit' 'luafilesystem' 'libunique')
makedepends=('git' 'help2man')
options=(!makeflags)
conflicts=('luakit-git' 'luakit-develop-git')
install='luakit.install'
-source=("${pkgver}-r1.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}-r1")
-md5sums=('ebf25ad1d37960ca8f70f13ebf45a874')
+source=("${pkgver}.tar.gz::https://github.com/mason-larobina/luakit/tarball/${pkgver}")
+md5sums=('f682275aa7ebc54beed187481dc4a1bc')
build() {
cd mason-larobina-luakit-*
- make PREFIX=/usr DESTDIR=${pkgdir} clean all
+ make PREFIX=/usr DESTDIR=${pkgdir} all
}
package() {
diff --git a/community/virtualbox/PKGBUILD b/community/virtualbox/PKGBUILD
index 589b5b720..59a8e93c9 100644
--- a/community/virtualbox/PKGBUILD
+++ b/community/virtualbox/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 52077 2011-07-19 22:16:29Z ibiru $
+# $Id: PKGBUILD 52263 2011-07-22 18:30:40Z ibiru $
#Maintainer: Ionut Biru <ibiru@archlinux.org>
pkgbase=virtualbox
pkgname=('virtualbox' 'virtualbox-archlinux-additions' 'virtualbox-archlinux-modules' 'virtualbox-sdk')
@@ -12,7 +12,7 @@ makedepends=('libstdc++5' 'bin86' 'dev86' 'iasl' 'libxslt' 'libxml2' 'libxcursor
'xorg-server-devel' 'xf86driproto' 'libxcomposite')
[[ $CARCH == "x86_64" ]] && makedepends=("${makedepends[@]}" 'gcc-multilib' 'lib32-glibc')
source=(http://download.virtualbox.org/virtualbox/${pkgver}/VirtualBox-${pkgver}.tar.bz2
- http://download.virtualbox.org/virtualbox/${pkgver}/UserManual.pdf
+ UserManual-$pkgver.pdf::http://download.virtualbox.org/virtualbox/${pkgver}/UserManual.pdf
virtualbox-4-makeself-check.patch virtualbox-4-mkisofs-check.patch
10-vboxdrv.rules 60-vboxguest.rules vboxdrv-reference.patch LocalConfig.kmk vboxdrv.sh
change_default_driver_dir.patch)
@@ -58,7 +58,7 @@ package_virtualbox() {
mkdir -p "$pkgdir"/usr/{bin,lib/virtualbox/components,lib/virtualbox/ExtensionPacks,share/virtualbox/nls}
#doc
- install -m 0644 "$srcdir/UserManual.pdf" "$pkgdir/usr/share/virtualbox/UserManual.pdf"
+ install -m 0644 "$srcdir/UserManual-$pkgver.pdf" "$pkgdir/usr/share/virtualbox/UserManual.pdf"
#Binaries and Wrapper with Launchers
install -m 0755 VBox.sh "$pkgdir/usr/bin/VBox"