summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-05-24 22:48:50 +0000
committerroot <root@rshg047.dnsready.net>2011-05-24 22:48:50 +0000
commit363d953113a327863013a9422c8212654a86a209 (patch)
tree01f2b43d3e98433702f9c6ba92ab45bfa151888a /community
parent87e20a64534e8f58ca4a4f84000b629e48569a98 (diff)
Tue May 24 22:48:50 UTC 2011
Diffstat (limited to 'community')
-rw-r--r--community/courier-imap/PKGBUILD6
-rw-r--r--community/elinks/PKGBUILD46
-rw-r--r--community/filezilla/PKGBUILD8
-rw-r--r--community/libfaketime/PKGBUILD24
-rw-r--r--community/nethogs/PKGBUILD5
5 files changed, 67 insertions, 22 deletions
diff --git a/community/courier-imap/PKGBUILD b/community/courier-imap/PKGBUILD
index 1f4192092..e9f064ee9 100644
--- a/community/courier-imap/PKGBUILD
+++ b/community/courier-imap/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 75457 2010-04-01 16:36:45Z giovanni $
+# $Id: PKGBUILD 47569 2011-05-23 20:05:54Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: tobias <tobias@archlinux.org>
# Committer: Manolis Tzanidakis <manolis@archlinux.org>
pkgname=courier-imap
-pkgver=4.9.2
+pkgver=4.9.3
pkgrel=1
pkgdesc="IMAP(s)/POP3(s) Server"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ options=('!libtool')
source=(http://downloads.sourceforge.net/project/courier/imap/${pkgver}/${pkgname}-${pkgver}.tar.bz2
courier-imap.conf.d
courier-imap.rc.d)
-md5sums=('fc04f4a75f90a5840f537ab6bd909143'
+md5sums=('703ddbb090569436dbda61d0d62b1eb8'
'3e08f017f6c5a52dea28f6f0dbd50b86'
'3e4910c5a34af68dfdeed932e573a9f9')
diff --git a/community/elinks/PKGBUILD b/community/elinks/PKGBUILD
index 3754bea1b..efb1ca34f 100644
--- a/community/elinks/PKGBUILD
+++ b/community/elinks/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 40826 2011-02-28 13:59:43Z spupykin $
+# $Id: PKGBUILD 47522 2011-05-23 18:32:02Z kkeen $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: damir <damir@archlinux.org>
@@ -6,22 +6,38 @@
pkgname=elinks
pkgver=0.13
-pkgrel=4
+_commit="fe83703714fd5e16401dcd152d9bdcec6036424d"
+pkgrel=5
pkgdesc="An advanced and well-established feature-rich text mode web browser."
arch=("i686" "x86_64")
url="http://elinks.or.cz"
license=('GPL')
depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua>=5.1.1' 'libidn' 'spidermonkey>=1.7.0'
'gc' 'tre' 'smbclient')
-_commit="dfc666dd754491a9c986fbd19179b354acde30b9"
-#source=("elinks-$pkgver-${_commit}.tar.gz::http://repo.or.cz/w/elinks.git/snapshot/${_commit}.tar.gz"
-source=("http://arch.p5n.pp.ru/~sergej/dl/elinks-$pkgver-${_commit}.tar.gz"
- "${pkgname}.desktop")
-md5sums=('c41d66285654d72c197a99973393bf06'
- 'ef70f6bb7457799a979fb201615369e6')
+source=()
+md5sums=()
+
+__gitroot="http://elinks.cz/elinks.git"
+__gitname="elinks"
build() {
- cd elinks || cd `find $srcdir -maxdepth 1 -type d -name elinks-$pkgver\*`
+ cd "$srcdir"
+ msg "Connecting to GIT server...."
+
+ if [ -d $__gitname ] ; then
+ cd $__gitname && git pull origin
+ msg "The local files are updated."
+ else
+ git clone $__gitroot
+ fi
+
+ msg "GIT checkout done or server timeout"
+ msg "Starting make..."
+
+ rm -rf "$srcdir/$__gitname-build"
+ git clone "$srcdir/$__gitname" "$srcdir/$__gitname-build"
+ cd "$srcdir/$__gitname-build"
+ git checkout "$_commit"
[ -x configure ] || sh autogen.sh
./configure --prefix=/usr --mandir=/usr/share/man \
@@ -30,9 +46,13 @@ build() {
--enable-leds --enable-256-colors --enable-html-highlight \
--with-zlib
make
- make DESTDIR=${pkgdir} install
- rm -f ${pkgdir}/usr/share/locale/locale.alias
+}
+
+package() {
+ cd "$srcdir/$__gitname-build"
+ make DESTDIR="$pkgdir" install
+ rm -f "$pkgdir/usr/share/locale/locale.alias"
- install -D -m644 ${srcdir}/${pkgname}.desktop \
- ${pkgdir}/usr/share/applications/${pkgname}.desktop
+ install -D -m644 "$srcdir/$__gitname-build/contrib/debian/$pkgname.desktop" \
+ "$pkgdir/usr/share/applications/$pkgname.desktop"
}
diff --git a/community/filezilla/PKGBUILD b/community/filezilla/PKGBUILD
index 4b7e9ea0e..2ca8fdff9 100644
--- a/community/filezilla/PKGBUILD
+++ b/community/filezilla/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 43810 2011-03-29 21:55:24Z jelle $
+# $Id: PKGBUILD 47441 2011-05-23 10:00:33Z jelle $
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=filezilla
-pkgver=3.4.0
+pkgver=3.5.0
pkgrel=1
pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
arch=('i686' 'x86_64')
url="http://filezilla-project.org/"
license=('GPL')
-depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme')
+depends=('dbus-core' 'xdg-utils' 'wxgtk' 'libidn' 'hicolor-icon-theme' 'sqlite3')
install=filezilla.install
source=("http://downloads.sourceforge.net/project/filezilla/FileZilla_Client/${pkgver}/FileZilla_${pkgver}_src.tar.bz2")
md5sums=('25617d75167d07c0d3cfced69a4cf7cc')
@@ -32,4 +32,4 @@ package() {
make DESTDIR=${pkgdir} install
}
-md5sums=('837fbea08366b9f9de02b1671994697e')
+md5sums=('6a83c3afe99c2679d5a3aa73607d80a7')
diff --git a/community/libfaketime/PKGBUILD b/community/libfaketime/PKGBUILD
new file mode 100644
index 000000000..a95ab380d
--- /dev/null
+++ b/community/libfaketime/PKGBUILD
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 47438 2011-05-23 06:26:34Z lfleischer $
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Dan Serban
+# Contributor: Ross Melin <rdmelin@gmail.com>
+
+pkgname=libfaketime
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Report fake dates and times to programs without having to change the system-wide time.'
+arch=('i686' 'x86_64')
+url='http://www.code-wizards.com/projects/libfaketime/'
+license=('GPL2')
+source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('113d75d73e39f0f5022dc7385628d57c')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make PREFIX=/usr DESTDIR="${pkgdir}" install
+}
diff --git a/community/nethogs/PKGBUILD b/community/nethogs/PKGBUILD
index b07aa4762..3ed0be492 100644
--- a/community/nethogs/PKGBUILD
+++ b/community/nethogs/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Daenyth
pkgname=nethogs
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="A net top tool which displays traffic used per process instead of per IP or interface"
url="http://nethogs.sourceforge.net"
license=(GPL)
@@ -22,7 +22,8 @@ build() {
patch -Np1 -i "$srcdir/gcc44.patch"
make
- install -d "$pkgdir/usr/{bin,share/man/man8}"
+ install -d "$pkgdir/usr/bin"
+ install -d "$pkgdir/usr/share/man/man8"
make DESTDIR="$pkgdir/usr" install
}
# vim:set ts=2 sw=2 et: