summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-10-10 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-10-10 23:14:36 +0000
commitcbcf42aba84733e1b9072f5320519c99bf8c0ac7 (patch)
treea329670cb53aabe42cc50ef6cda1e534d4dfbabf /community
parent8e372cc6207b56516c1facdaeb92d15c4716d8a2 (diff)
Mon Oct 10 23:14:36 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/cherokee/PKGBUILD17
-rw-r--r--community/ctpl/PKGBUILD10
-rw-r--r--community/ffmpeg2theora/PKGBUILD13
-rw-r--r--community/ffmpeg2theora/ffmpeg2theora.changelog28
-rw-r--r--community/geany/PKGBUILD40
-rw-r--r--community/geany/geany.install11
-rw-r--r--community/libgdamm/PKGBUILD8
-rw-r--r--community/mcdp/PKGBUILD34
-rw-r--r--community/monit/PKGBUILD6
-rw-r--r--community/monit/monit.changelog3
-rw-r--r--community/ogmrip/PKGBUILD14
-rw-r--r--community/ogmrip/ogmrip.changelog4
-rw-r--r--community/python-pyro/ChangeLog5
-rwxr-xr-xcommunity/python-pyro/PKGBUILD35
-rw-r--r--community/qbittorrent/PKGBUILD6
-rw-r--r--community/qlandkartegt/PKGBUILD6
-rw-r--r--community/qlandkartegt/qlandkartegt.changelog3
-rw-r--r--community/qmmp/PKGBUILD6
-rw-r--r--community/qmmp/qmmp.changelog3
-rw-r--r--community/roxterm/PKGBUILD8
-rw-r--r--community/sleuthkit/PKGBUILD7
-rw-r--r--community/sleuthkit/sleuthkit.changelog2
-rw-r--r--community/vifm/PKGBUILD6
-rw-r--r--community/vifm/vifm.changelog3
-rw-r--r--community/vym/PKGBUILD7
-rw-r--r--community/vym/vym.changelog5
-rw-r--r--community/vym/vym.install11
27 files changed, 193 insertions, 108 deletions
diff --git a/community/cherokee/PKGBUILD b/community/cherokee/PKGBUILD
index 5e2b61234..93b88a2d1 100644
--- a/community/cherokee/PKGBUILD
+++ b/community/cherokee/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 55615 2011-09-16 00:44:29Z foutrelis $
+# $Id: PKGBUILD 56629 2011-10-09 09:37:35Z foutrelis $
# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
# Contributor: Link Dupont <link@subpop.net>
pkgname=cherokee
-pkgver=1.2.99
-pkgrel=3
+pkgver=1.2.100
+pkgrel=1
pkgdesc="A very fast, flexible and easy to configure Web Server"
arch=('i686' 'x86_64')
url="http://www.cherokee-project.com/"
@@ -20,16 +20,17 @@ optdepends=('python2: cherokee-admin (administrative web interface)'
'geoip: GeoIP rule module'
'rrdtool: RRDtool based information collector')
backup=('etc/cherokee/cherokee.conf'
- 'etc/logrotate.d/cherokee')
+ 'etc/logrotate.d/cherokee'
+ 'etc/pam.d/cherokee')
options=('!libtool')
source=(http://www.cherokee-project.com/download/1.2/$pkgver/cherokee-$pkgver.tar.gz
cherokee.rc
cherokee.logrotate
fix-ctk-path-handler-match.patch)
-md5sums=('c83115c3eebb29e6f2b4cc6fe699affe'
- 'a2d2b69c6220fab57cda4f531b680f9f'
- '8d69341bd4002bffd69c6e82ff6c905f'
- 'e9475edd26ee24d035783e5999244857')
+sha1sums=('2ed95504c7f156227f9b688a901608be21cf3dff'
+ '85e24ccc94e6e97858226222ac62cca79c17bc80'
+ '266064ab6d3ebd206d7207e1d97b003d2021b2e4'
+ '6d64371dfb23f43c29a24e37e7ae99e08a0c84cc')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/ctpl/PKGBUILD b/community/ctpl/PKGBUILD
index 649722e45..f2d098254 100644
--- a/community/ctpl/PKGBUILD
+++ b/community/ctpl/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 29702 2010-10-18 18:39:07Z angvp $
+# $Id: PKGBUILD 56633 2011-10-09 09:46:57Z angvp $
# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Patrick Melo <patrick@patrickmelo.eti.br>
pkgname=ctpl
-pkgver=0.3
+pkgver=0.3.3
pkgrel=1
pkgdesc="CTPL is a template engine library written in C"
arch=('i686' 'x86_64')
@@ -11,11 +11,15 @@ url="http://ctpl.tuxfamily.org/"
license=('GPL')
depends=('glib2' 'gvfs')
source=(http://download.tuxfamily.org/ctpl/releases/$pkgname-$pkgver.tar.gz)
-md5sums=('fdc63a4a3eabf7d1be0078c6827579a5')
+md5sums=('3380e06d94d921fb50b0e40ddb351daa')
build() {
cd ${srcdir}/$pkgname-$pkgver
./configure --prefix=/usr
make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}
diff --git a/community/ffmpeg2theora/PKGBUILD b/community/ffmpeg2theora/PKGBUILD
index 2735fde10..093fe7296 100644
--- a/community/ffmpeg2theora/PKGBUILD
+++ b/community/ffmpeg2theora/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 19599 2010-06-26 01:11:45Z ebelanger $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 56650 2011-10-09 12:33:26Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Angelo Theodorou <encelo@users.sourceforge.net>
pkgname=ffmpeg2theora
-pkgver=0.27
+pkgver=0.28
pkgrel=1
pkgdesc="A simple converter to create Ogg Theora files"
arch=('i686' 'x86_64')
@@ -11,9 +12,9 @@ url="http://www.v2v.cc/~j/ffmpeg2theora/"
license=('GPL3')
depends=('ffmpeg')
makedepends=('pkgconfig' 'scons')
-source=(http://www.v2v.cc/~j/ffmpeg2theora/downloads/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('ec6bc7418aeb37f20759280f236c214a')
-sha1sums=('7480eb53995707f3f37769f5bfb590e56f943ac6')
+changelog=$pkgname.changelog
+source=(http://www.v2v.cc/~j/${pkgname}/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('6893c1444d730a1514275ba76ba487ca207205b916d6cb1285704225ee86fe1e')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/ffmpeg2theora/ffmpeg2theora.changelog b/community/ffmpeg2theora/ffmpeg2theora.changelog
new file mode 100644
index 000000000..adbe34807
--- /dev/null
+++ b/community/ffmpeg2theora/ffmpeg2theora.changelog
@@ -0,0 +1,28 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * ffmpeg2theora 0.28-1
+ * Upstream update
+
+2010-06-25 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.27-1
+ * Upstream update
+
+2010-02-05 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.26-1
+ * Upstream update
+ * Updated license
+ * Updated source url
+
+2010-01-10 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.25-1
+ * Upstream update
+ * Built against ffmpeg 20100108
+
+2009-06-06 Eric Belanger <eric@archlinux.org>
+
+ * ffmpeg2theora 0.24-1
+ * Upstream update
+ * Added ChangeLog
diff --git a/community/geany/PKGBUILD b/community/geany/PKGBUILD
index b38061549..1d2371c4b 100644
--- a/community/geany/PKGBUILD
+++ b/community/geany/PKGBUILD
@@ -1,37 +1,43 @@
-# $Id: PKGBUILD 36732 2011-01-06 18:13:58Z angvp $
-# Maintainer: Angel Velasquez <angvp@archlinux.org>
+# $Id: PKGBUILD 56636 2011-10-09 11:13:50Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Angel Velasquez <angvp@archlinux.org>
# Contributor: Ionut Biru <ibiru@archlinux.ro>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Allan McRae <mcrae_allan@hotmail.com>
-
pkgname=geany
-pkgver=0.20
+pkgver=0.21
pkgrel=1
-pkgdesc="A fast and lightweight IDE"
-arch=('i686' 'x86_64')
-url="http://www.geany.org"
+pkgdesc="Fast and lightweight IDE"
+arch=('x86_64' 'i686')
+url="http://www.geany.org/"
license=('GPL')
-depends=('gtk2>=2.8.0')
+depends=('gtk2' 'hicolor-icon-theme' 'desktop-file-utils' 'python2')
makedepends=('perlxml' 'intltool')
optdepends=("vte: for terminal support")
install=geany.install
-source=(http://download.geany.org/$pkgname-$pkgver.tar.gz)
+source=("http://download.geany.org/${pkgname}-${pkgver}.tar.gz")
options=('!libtool')
-md5sums=('7e7d6e4a40e04ecacb9bc317f97becfb')
+md5sums=('d2734776badc3f5f9a778814ed56fb8a')
build() {
- cd ${srcdir}/$pkgname-$pkgver
-
- # python2 fix
- sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' data/templates/files/main.py
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ msg2 "Configuring..."
./configure --prefix=/usr
+ msg2 "Compiling..."
make
-
- # FS#10318
+ msg2 "Python2 fix..."
+ sed -i '0,/on/s//on2/' data/templates/files/main.py
+ msg2 "Fixing FS#10318..."
sed -i 's|MimeType=text/plain;|MimeType=|' geany.desktop
- # Add colors for PKGBUILD file
+ msg2 "Enabling colors for PKGBUILD files..."
sed -i 's|Sh=|Sh=PKGBUILD;|' data/filetype_extensions.conf
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR=${pkgdir} install
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/geany/geany.install b/community/geany/geany.install
index 7e83162e5..4cd573a65 100644
--- a/community/geany/geany.install
+++ b/community/geany/geany.install
@@ -1,13 +1,16 @@
pkgname=geany
-post_install() {
+post_upgrade() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
-post_upgrade() {
- post_install
+post_install() {
+ post_upgrade
}
post_remove() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ post_upgrade
}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/libgdamm/PKGBUILD b/community/libgdamm/PKGBUILD
index 1bca39c24..8d2f15cf6 100644
--- a/community/libgdamm/PKGBUILD
+++ b/community/libgdamm/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 56138 2011-10-02 09:24:08Z ibiru $
+# $Id: PKGBUILD 56662 2011-10-09 15:04:32Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Jan de Groot <jan@jgc.homeip.net>
pkgbase=libgdamm
pkgname=(libgdamm libgdamm-docs)
-pkgver=4.99.4
+pkgver=4.99.4.1
pkgrel=1
arch=('i686' 'x86_64')
makedepends=('libgda' 'libsigc++' 'glibmm' 'glibmm-docs')
url="http://gtkmm.sourceforge.net/"
license=('LGPL')
options=('!libtool' '!emptydirs')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('08431875745abf85d0a1f0bde5ca273f400395b209fb6c4a5ca87fb87a5f67f0')
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgbase/${pkgver%.*.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('7be24b0a7e992724478abda029974f7200a8ef000b8592659dd5068f47b02c6a')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"
diff --git a/community/mcdp/PKGBUILD b/community/mcdp/PKGBUILD
index e7b0d5a37..ffba24072 100644
--- a/community/mcdp/PKGBUILD
+++ b/community/mcdp/PKGBUILD
@@ -1,22 +1,28 @@
-# $Id: PKGBUILD 5260 2009-11-07 12:48:21Z ibiru $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Tino Reichardt <milky-archlinux@mcmilk.de>
+# $Id: PKGBUILD 56613 2011-10-09 07:12:22Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Tino Reichardt <milky-archlinux@mcmilk.de>
+# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=mcdp
-pkgver=0.4a
-pkgrel=3
-pkgdesc="small console cd player"
+pkgver=0.4b
+pkgrel=1
+pkgdesc="Small console cd player"
arch=('i686' 'x86_64')
url="http://www.mcmilk.de/projects/mcdp/"
-license=("GPL")
+license=('GPL')
makedepends=('dietlibc')
-source=(http://www.mcmilk.de/projects/mcdp/dl/$pkgname-$pkgver.tar.bz2)
-md5sums=('d52c32df83161b46f451018aeddad0ed')
+source=(http://www.mcmilk.de/projects/$pkgname/dl/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('0faa031b07299b0fb2353306a669328c877717e1bc7e274e40c3d2612e103cab')
build() {
- cd $startdir/src/$pkgname-$pkgver
- make mcdp
- mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/share/man/man1
- cp mcdp $startdir/pkg/usr/bin
- cp mcdp.1 $startdir/pkg/usr/share/man/man1
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make $pkgname
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ install -Dm755 $pkgname ${pkgdir}/usr/bin/$pkgname
+ install -Dm644 $pkgname.1 ${pkgdir}/usr/share/man/man1/$pkgname.1
}
diff --git a/community/monit/PKGBUILD b/community/monit/PKGBUILD
index 5913458d5..0c1079298 100644
--- a/community/monit/PKGBUILD
+++ b/community/monit/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 52027 2011-07-19 19:44:05Z jlichtblau $
+# $Id: PKGBUILD 56616 2011-10-09 07:21:54Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@aur.archlinux.org>
# Contributor: Marco Bartholomew <marco@marcobartholomew.com>
pkgname=monit
-pkgver=5.2.5
+pkgver=5.3
pkgrel=1
pkgdesc="Utility for managing and monitoring, processes, files, directories and devices on a *NIX system"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ backup=('etc/monitrc')
changelog=$pkgname.changelog
source=(http://mmonit.com/$pkgname/dist/$pkgname-$pkgver.tar.gz \
monitd)
-sha256sums=('3c2496e9f653ff8a46b75b61126a86cb3861ad35e4eeb7379d64a0fc55c1fd8d'
+sha256sums=('a336d275ac8176c6cdf50f971d2e42325e74af713ae77afa9f005a29db06981e'
'b235b2fdeec49015d6b74f028d161b289663692f9ee2d2d78cf52d8db87ca496')
build() {
diff --git a/community/monit/monit.changelog b/community/monit/monit.changelog
index 0a0d6d223..d9ffcfafe 100644
--- a/community/monit/monit.changelog
+++ b/community/monit/monit.changelog
@@ -1,3 +1,6 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * monit 5.3-1
+
2011-07-19 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* monit 5.2.5-1
diff --git a/community/ogmrip/PKGBUILD b/community/ogmrip/PKGBUILD
index 40c46d232..8d157decc 100644
--- a/community/ogmrip/PKGBUILD
+++ b/community/ogmrip/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 54604 2011-08-21 13:02:10Z jelle $
+# $Id: PKGBUILD 56646 2011-10-09 12:12:21Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Daenyth
# Contributor: Allan McRae <allan@archlinux.org>
# Contributor: Vrob (Markus Heuser) mheuser@mi.fu-berlin.de
pkgname=ogmrip
-pkgver=0.13.6
-pkgrel=3
+pkgver=0.13.7
+pkgrel=2
pkgdesc="Libraries and GTK2 interface for DVD ripping using mencoder"
arch=('i686' 'x86_64')
url="http://ogmrip.sourceforge.net/"
@@ -25,16 +25,12 @@ optdepends=('faac: support for the AAC audio codec'
'tesseract: support for the SRT subtitle format')
options=('!libtool' '!makeflags')
changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
- ogmrip-0.13.6-libnotify-0.7.patch)
-md5sums=('e094c49cdf758883293dd44513fb37e8'
- 'a7f2c64c9f1d96664d29200e461bb36e')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('362060e4c1944f020f9a491d9a8af53cd3bf4f94d4f5beb8d3d855ebf17d9c2a')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np0 -i "$srcdir/ogmrip-0.13.6-libnotify-0.7.patch"
-
./configure --prefix=/usr --sysconfdir=/usr/share
make
}
diff --git a/community/ogmrip/ogmrip.changelog b/community/ogmrip/ogmrip.changelog
index 79aca2bba..922355602 100644
--- a/community/ogmrip/ogmrip.changelog
+++ b/community/ogmrip/ogmrip.changelog
@@ -1,6 +1,8 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * ogmrip O.13.7-1
+
2010-08-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* ogmrip O.13.6-1
- * new upstream release
2010-06-29 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Update to major release O.13.5
diff --git a/community/python-pyro/ChangeLog b/community/python-pyro/ChangeLog
index 7152cb3db..aa691dd88 100644
--- a/community/python-pyro/ChangeLog
+++ b/community/python-pyro/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-07 Angel Velasquez <angvp@archlinux.org>
+ * updated to 4.9
+ * Adding support for python 3
+ * Splitted PKGBUILD
+
2010-01-12 Andrea Scarpino <andrea@archlinux.org>
* update package: 3.10
diff --git a/community/python-pyro/PKGBUILD b/community/python-pyro/PKGBUILD
index 309105e93..d6dd0aa79 100755
--- a/community/python-pyro/PKGBUILD
+++ b/community/python-pyro/PKGBUILD
@@ -1,25 +1,28 @@
-# $Id: PKGBUILD 26298 2010-09-14 17:18:19Z schuay $
+# $Id: PKGBUILD 56634 2011-10-09 10:13:09Z angvp $
+# Maintainer: Angel Velasquez <angvp@archlinux.org>
# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.br>
-
-pkgname=python-pyro
-pkgver=3.10
-pkgrel=2
+pkgbase=python-pyro
+pkgname=('python-pyro' 'python2-pyro')
+pkgver=4.9
+pkgrel=1
pkgdesc="Python Remote Objects"
-url="http://pyro.sourceforge.net"
+url="http://irmen.home.xs4all.nl/pyro/"
arch=('i686' 'x86_64')
license=('MIT')
-depends=('python2')
-source=(http://www.xs4all.nl/~irmen/pyro3/download/Pyro-${pkgver}.tar.gz)
-md5sums=('7fc6b8b939073d4adb0e8939c59aaf1e')
-
-build() {
- cd $srcdir/Pyro-${pkgver}
+depends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/P/Pyro4/Pyro4-${pkgver}.tar.gz)
+md5sums=('00bf604303898ee920975a8ddd76bae1')
- # python2 fix
- for file in Pyro/wxnsc.py Pyro/ext/daemonizer.py; do
- sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
- done
+package_python-pyro() {
+ depends=('python')
+ cd $srcdir/Pyro4-${pkgver}
+ python setup.py install --root=$pkgdir
+ install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}
+package_python2-pyro() {
+ depends=('python2')
+ cd $srcdir/Pyro4-${pkgver}
python2 setup.py install --root=$pkgdir
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
diff --git a/community/qbittorrent/PKGBUILD b/community/qbittorrent/PKGBUILD
index 273254c36..6b881b649 100644
--- a/community/qbittorrent/PKGBUILD
+++ b/community/qbittorrent/PKGBUILD
@@ -3,8 +3,8 @@
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=qbittorrent
-pkgver=2.8.5
-pkgrel=2
+pkgver=2.9.0
+pkgrel=1
pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library"
arch=('i686' 'x86_64')
url="http://www.qbittorrent.org/"
@@ -15,7 +15,7 @@ optdepends=('python2: needed for search'
'geoip: improves peer country resolution')
install='qbittorrent.install'
source=("http://downloads.sourceforge.net/sourceforge/qbittorrent/qbittorrent-${pkgver}.tar.gz")
-md5sums=('5f081231537d53e4295483eb9a8f94b1')
+md5sums=('a13e199ebbc3411688683e587814d6aa')
build() {
cd qbittorrent-${pkgver}
diff --git a/community/qlandkartegt/PKGBUILD b/community/qlandkartegt/PKGBUILD
index 196b19cd0..7c9e548cb 100644
--- a/community/qlandkartegt/PKGBUILD
+++ b/community/qlandkartegt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 55314 2011-09-09 20:35:12Z jlichtblau $
+# $Id: PKGBUILD 56621 2011-10-09 07:51:45Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Matthias Maennich <arch@maennich.net>
# Contributor: <boenki@gmx.de>
pkgname=qlandkartegt
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="Use your GPS with Linux"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
$pkgname-mimetypes.xml)
-sha256sums=('d3b676f6a9f14e18eadc2c18de743a666b70b9ba28f2b6772c9484e277e03be8'
+sha256sums=('3f87667ceffde60a7c533df7e25f375793a093970d89bfa1cd842b3595c58f2c'
'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
build() {
diff --git a/community/qlandkartegt/qlandkartegt.changelog b/community/qlandkartegt/qlandkartegt.changelog
index 4e71ad105..531d2ebe5 100644
--- a/community/qlandkartegt/qlandkartegt.changelog
+++ b/community/qlandkartegt/qlandkartegt.changelog
@@ -1,3 +1,6 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qlandkartegt 1.2.4-1
+
2011-09-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qlandkartegt 1.2.3-1
diff --git a/community/qmmp/PKGBUILD b/community/qmmp/PKGBUILD
index 0a67ad4cb..cea4c5e1d 100644
--- a/community/qmmp/PKGBUILD
+++ b/community/qmmp/PKGBUILD
@@ -1,8 +1,8 @@
-#$Id: PKGBUILD 52220 2011-07-21 20:27:20Z jlichtblau $
+#$Id: PKGBUILD 56625 2011-10-09 08:59:56Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=qmmp
-pkgver=0.5.1
+pkgver=0.5.2
pkgrel=1
pkgdesc="Qt4 based audio-player"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ optdepends=('flac: native FLAC support'
'ffmpeg' 'libsamplerate' 'wavpack')
install=$pkgname.install
source=(http://qmmp.ylsoftware.com/files/$pkgname-$pkgver.tar.bz2)
-sha256sums=('16ab0334f368a5ef14d631a1d43d7cae876ee06b7185643377b5e9cfd6143099')
+sha256sums=('6391dec020d2a381d7f4b7890fae6c49eadf88b3c9aef571fe3c5e96140822ec')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/qmmp/qmmp.changelog b/community/qmmp/qmmp.changelog
index 92c7a2c27..31050d69e 100644
--- a/community/qmmp/qmmp.changelog
+++ b/community/qmmp/qmmp.changelog
@@ -1,3 +1,6 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * qmmp 0.5.2-1
+
2011-07-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* qmmp 0.5.1-1
diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD
index e18e1770e..16fdce082 100644
--- a/community/roxterm/PKGBUILD
+++ b/community/roxterm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 56034 2011-09-29 09:51:12Z ttopper $
+# $Id: PKGBUILD 56631 2011-10-09 09:38:40Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=roxterm
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="Tabbed, VTE-based terminal emulator"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'dbus' 'dbus-core' 'glib2')
makedepends=('docbook-xsl' 'xmlto' 'po4a')
install=roxterm.install
source=(http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.gz)
-sha1sums=('dfa66f3fc5bf44d99fb94115c5d50e16d2b79d19')
-md5sums=('ae5870b61deca40f22cdda584f7bc201')
+sha1sums=('e51f24e045fb7ecc38ea0f17b06ed2de3aec92cf')
+md5sums=('ad3c2e92c588ab312e8b199a9082efcd')
build() {
diff --git a/community/sleuthkit/PKGBUILD b/community/sleuthkit/PKGBUILD
index acb31c73b..7ee4b11e7 100644
--- a/community/sleuthkit/PKGBUILD
+++ b/community/sleuthkit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 47379 2011-05-22 09:59:29Z jlichtblau $
+# $Id: PKGBUILD 56657 2011-10-09 12:53:32Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr>
pkgname=sleuthkit
-pkgver=3.2.1
+pkgver=3.2.3
pkgrel=1
pkgdesc='File system and media management forensic analysis tools'
arch=('i686' 'x86_64')
@@ -11,8 +11,9 @@ url='http://www.sleuthkit.org/sleuthkit'
license=('GPL2' 'CPL' 'custom:"IBM Public Licence"')
depends=('perl')
options=('!libtool')
+changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('e0f257d2c6856dc1c1cd2a704c6cb8906ca688f0cdbb1d0665fd7a5a2f83ad37')
+sha256sums=('ba5f63d7fd60d978de03777c72b1571004caa8dfe384f09757b6a8efa890ea62')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/sleuthkit/sleuthkit.changelog b/community/sleuthkit/sleuthkit.changelog
new file mode 100644
index 000000000..8931cc656
--- /dev/null
+++ b/community/sleuthkit/sleuthkit.changelog
@@ -0,0 +1,2 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * sleuthkit 3.2.3-1
diff --git a/community/vifm/PKGBUILD b/community/vifm/PKGBUILD
index ba061e7d9..dcd4d1252 100644
--- a/community/vifm/PKGBUILD
+++ b/community/vifm/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 54568 2011-08-20 17:57:49Z jlichtblau $
+# $Id: PKGBUILD 56645 2011-10-09 12:00:43Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=vifm
-pkgver=0.6.3
+pkgver=0.7.0
pkgrel=1
pkgdesc="Ncurses based file manager with vi like keybindings"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL')
depends=('ncurses' 'gtk2')
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('7b6ac1056e7fbca46fb8eb1a40f31c92fc5694b19ca4267fc63e9e295d8cb3ec')
+sha256sums=('c3e7d677c6f807dc0adefb175c5301ac0bb3cc1d1998d7928878bfe0c5eef139')
build() {
cd ${srcdir}/$pkgname-$pkgver
diff --git a/community/vifm/vifm.changelog b/community/vifm/vifm.changelog
index 94305ad1f..add2882b6 100644
--- a/community/vifm/vifm.changelog
+++ b/community/vifm/vifm.changelog
@@ -1,3 +1,6 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vifm 0.7.0-1
+
2011-08-20 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* vifm 0.6.3-1
diff --git a/community/vym/PKGBUILD b/community/vym/PKGBUILD
index 294c474ad..cca7d0132 100644
--- a/community/vym/PKGBUILD
+++ b/community/vym/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 40005 2011-02-19 13:39:49Z jlichtblau $
+# $Id: PKGBUILD 56624 2011-10-09 08:27:22Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Contributor: S�ren Holm <sgh@sgh.dk>
pkgname=vym
-pkgver=1.12.8
+pkgver=1.99.0
pkgrel=1
pkgdesc="A mindmapping tool"
arch=('i686' 'x86_64')
@@ -13,9 +13,10 @@ license=('GPL')
depends=('qt' 'unzip' 'zip')
options=('!emptydirs')
changelog=$pkgname.changelog
+install=$pkgname.install
source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2 \
$pkgname.desktop)
-sha256sums=('0b8a40a61460bef5d6423b3d0efef07d73328f7c789e95b7f3e1ac2f725f0643'
+sha256sums=('0393aca3d88103bdfe4bce829a41664510dd0f6b8599299bf58ea797a913e583'
'e299c69c213e7aac3f5b5d0ab088132b4ec7cb63a391f272e75ed64f049d541b')
build() {
diff --git a/community/vym/vym.changelog b/community/vym/vym.changelog
index 7c4e9b3e7..b61af921b 100644
--- a/community/vym/vym.changelog
+++ b/community/vym/vym.changelog
@@ -1,5 +1,8 @@
+2011-10-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * vym 1.99.0-1
+
2011-02-19 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * vym 1.12.8
+ * vym 1.12.8-1
2010-03-21 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
* Update to major release 1.12.7
diff --git a/community/vym/vym.install b/community/vym/vym.install
new file mode 100644
index 000000000..2eaa60550
--- /dev/null
+++ b/community/vym/vym.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}