summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/augeas/PKGBUILD10
-rw-r--r--community/echoping/PKGBUILD25
-rw-r--r--community/gigi/PKGBUILD47
-rw-r--r--community/jshon/PKGBUILD9
-rw-r--r--community/lilyterm/PKGBUILD6
-rw-r--r--community/midori-gtk3/PKGBUILD34
-rw-r--r--community/mksh/PKGBUILD14
-rw-r--r--community/pidgin-lwqq/PKGBUILD6
8 files changed, 80 insertions, 71 deletions
diff --git a/community/augeas/PKGBUILD b/community/augeas/PKGBUILD
index 9c79d790e..fc5c9f020 100644
--- a/community/augeas/PKGBUILD
+++ b/community/augeas/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 83877 2013-02-06 10:39:22Z spupykin $
+# $Id: PKGBUILD 95728 2013-08-16 08:25:38Z spupykin $
# Contributor: Thomas S Hatch <thatch45@gmail.com>
# Contributor: Jon Nordby <jononor@gmail.com>
pkgname=augeas
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc="A configuration editing tool that parses config files and transforms them into a tree"
arch=('i686' 'x86_64')
@@ -11,9 +11,9 @@ url="http://augeas.net"
license=('LGPL')
depends=('libxml2' 'gcc-libs')
options=('!libtool')
-source=(http://augeas.net/download/$pkgname-$pkgver.tar.gz{,.sig})
-md5sums=('82131019432ecf8102e1491610ad2dd1'
- '63b2f334b030c957c98ee01ef207cfdd')
+source=(http://download.augeas.net/augeas-$pkgver.tar.gz{,.sig})
+md5sums=('520ce983457ff9ffa3816bc41a9f328b'
+ 'SKIP')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/echoping/PKGBUILD b/community/echoping/PKGBUILD
new file mode 100644
index 000000000..8aa171a71
--- /dev/null
+++ b/community/echoping/PKGBUILD
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz <bluewind@xinu.at>
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=3
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP requests"
+arch=('i686' 'x86_64')
+url="http://echoping.sourceforge.net/"
+license=('GPL')
+depends=(libidn popt libldap)
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+options=(!libtool)
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --config-cache
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+
+ make DESTDIR=$pkgdir install
+}
diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD
index 95f839ee9..63772c53e 100644
--- a/community/gigi/PKGBUILD
+++ b/community/gigi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 94022 2013-07-13 12:32:08Z svenstaro $
+# $Id: PKGBUILD 95773 2013-08-16 17:52:10Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: fana-m <geminin@gmx.net>
@@ -7,16 +7,16 @@
pkgname=gigi
pkgver=6142
-pkgrel=1
+pkgrel=2
pkgdesc='Small, efficient and feature rich GUI for OpenGL and C++ (freeorion fork)'
#url='http://gigi.sourceforge.net/'
url='http://freeorion.svn.sourceforge.net/viewvc/freeorion/trunk/FreeOrion/GG/'
arch=('x86_64' 'i686')
license=('LGPL')
depends=('boost' 'libpng' 'libtiff' 'ogre' 'sdl' 'python')
-makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'mesa-libgl')
+makedepends=('subversion' 'cmake' 'setconf' 'doxygen' 'addinclude' 'mesa-libgl')
#https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/
-source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/#revision=6142") # 5780 # 5407
+source=("$pkgname::svn+https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/")
sha256sums=('SKIP')
pkgver() {
@@ -25,56 +25,37 @@ pkgver() {
svnversion | tr -d [A-z]
}
-build() {
- cd "$srcdir/$pkgname"
+prepare() {
+ cd "$pkgname"
- msg2 'Configuring...'
setconf cmake/GiGiOgre.pc.in prefix /usr
setconf cmake/GiGi.pc.in prefix /usr
setconf cmake/GiGiSDL.pc.in prefix /usr
- # It would be better if CMAKE_INSTALL_PREFIX or the resulting Makefiles
- # could be re-configured in the package() function, but this works too.
+ addinclude -n GG/adobe/once.hpp '#include <stdint.h>'
+}
+
+build() {
+ cd "$pkgname"
+
cmake \
-D CMAKE_INSTALL_PREFIX="$srcdir/pkg/usr" \
-D BUILD_TUTORIALS=OFF \
-D CPACK_GENERATOR=GiGiDevel \
-D CMAKE_C_FLAGS_RELEASE='-DNDEBUG' \
.
-
- #msg2 'Building documentation...'
- #cd doc
- #doxygen
- #cd ..
-
- msg2 'Compiling...'
make -j1
}
package() {
- cd "$srcdir/$pkgname"
+ cd "$pkgname"
- msg2 'Packaging files...'
make install
-
- msg2 'Moving files to the right location...'
mv -v "$srcdir/pkg/usr" "$pkgdir/"
- #msg2 'Fixing documentation...'
- #mkdir -p "$pkgdir/usr/share/doc"
- #mv "$pkgdir/usr/doc" "$pkgdir/usr/share/doc/$pkgname"
-
- #for f in `find "$pkgdir/usr/share/doc" -name "dir_*.html"`; do
- # sed -i "s:$srcdir:/:g" "$f"
- #done
-
- msg2 'Python 3 fix...'
+ # python3 fix
for f in `find "$pkgdir/usr" -name "*.py"`; do
sed -i "s:/env python:/python3:g" "$f"
done
-
- msg2 'Packaging license...'
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/$pkgname/COPYING"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/jshon/PKGBUILD b/community/jshon/PKGBUILD
index d04a76d85..6ef9efa50 100644
--- a/community/jshon/PKGBUILD
+++ b/community/jshon/PKGBUILD
@@ -1,7 +1,7 @@
-# $Id: PKGBUILD 80521 2012-11-23 18:22:00Z kkeen $
+# $Id: PKGBUILD 95722 2013-08-16 00:46:12Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
pkgname=jshon
-pkgver=20121122
+pkgver=20130815
pkgrel=1
pkgdesc="A json parser for the shell."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://kmkeen.com/jshon/"
license=('MIT')
depends=('jansson')
source=(http://kmkeen.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b66f6b23b510fc2cb571dcb69121b24c')
+md5sums=('3ef31b1954ef0838f67bcaf20993dcdd')
build() {
cd "$srcdir/$pkgname-$pkgver"
@@ -18,6 +18,7 @@ build() {
package() {
cd "$srcdir/$pkgname-$pkgver"
- install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
+ install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
diff --git a/community/lilyterm/PKGBUILD b/community/lilyterm/PKGBUILD
index 1c44b642d..74ab19fa5 100644
--- a/community/lilyterm/PKGBUILD
+++ b/community/lilyterm/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 80564 2012-11-25 16:09:33Z kkeen $
+# $Id: PKGBUILD 95718 2013-08-15 23:23:35Z kkeen $
# Maintainer: Kyle Keen <keenerd@gmail.com>
# Contributor: TDY <tdy@gmx.com>
# Contributor: DonVla <donvla@users.sourceforge.net>
@@ -6,7 +6,7 @@
pkgname=lilyterm
pkgver=0.9.9.2
-pkgrel=1
+pkgrel=2
pkgdesc="A light and easy to use libvte based X terminal emulator"
arch=('i686' 'x86_64')
url="http://lilyterm.luna.com.tw/index_en.html"
@@ -27,7 +27,5 @@ build() {
package() {
cd "$srcdir/lilyterm-$pkgver"
make DESTDIR="$pkgdir" install
- install -Dm644 COPYING \
- "$pkgdir/usr/share/licenses/lilyterm/COPYING"
}
diff --git a/community/midori-gtk3/PKGBUILD b/community/midori-gtk3/PKGBUILD
index 8f2deb460..58ec03246 100644
--- a/community/midori-gtk3/PKGBUILD
+++ b/community/midori-gtk3/PKGBUILD
@@ -1,14 +1,14 @@
-# $Id: PKGBUILD 94988 2013-08-02 13:05:49Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
+# $Id: PKGBUILD 95787 2013-08-16 19:42:18Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth@gmail.com>
+# Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Andreas Radke <andyrtr@archlinux.org>
# Contributor: rabyte <rabyte.at.gmail.dot.com>
# Contributor: Johannes Krampf <wuischke.at.amule.dot.org>
# Contributor: Bartłomiej Piotrowski <barthalion@gmail.com>
pkgname=midori-gtk3
-pkgver=0.5.4
-pkgrel=2
+pkgver=0.5.5
+pkgrel=1
pkgdesc='Lightweight web browser (GTK3)'
arch=('x86_64' 'i686')
url='http://www.midori-browser.org/'
@@ -17,29 +17,29 @@ install='midori.install'
conflicts=('midori')
provides=('midori')
depends=('libzeitgeist' 'webkitgtk' 'libnotify' 'libxss' 'hicolor-icon-theme' 'desktop-file-utils' 'libunique3' 'gcr')
-makedepends=('pkg-config' 'bzr' 'python2' 'libxml2' 'gtk3' 'intltool' 'python2-docutils' 'libsoup' 'vala' 'librsvg')
-optdepends=('gstreamer0.10-ugly-plugins: HTML5 videos support'
+makedepends=('bzr' 'python2' 'intltool' 'vala' 'librsvg')
+optdepends=('gst-plugins-base: HTML5 OGG videos support'
+ 'gst-plugins-good: HTML5 H264 and WebM videos support'
+ 'gst-libav: HTML5 H264 videos support'
'aria2: download utility')
options=('!emptydirs')
-source=("http://www.midori-browser.org/downloads/midori_${pkgver}_all_.tar.bz2")
-sha256sums=('d4ee77f3dd9bf2c07cea7674d533e77960e9346bd8b5482582ccb3cdaf182022')
+source=("http://www.midori-browser.org/downloads/${pkgname/-gtk3}_${pkgver}_all_.tar.bz2")
+sha256sums=('ca69382a285222a86028abebd73fed1976735883027ff0adc094b627789bbd62')
build() {
- cd "$srcdir/midori_${pkgver}_all_"
+ cd "$srcdir/${pkgname/-gtk3}-${pkgver}"
- # if granite is present, the build fails (last time I tried)
- python2 ./waf configure \
+ ./configure \
--prefix=/usr \
--enable-gtk3 \
- --disable-granite \
- --enable-webkit2
- python2 ./waf build
+ --disable-granite
+ make
}
package() {
- cd "$srcdir/midori_${pkgver}_all_"
+ cd "$srcdir/${pkgname/-gtk3}-${pkgver}"
- DESTDIR="$pkgdir" python2 ./waf install
+ make DESTDIR="$pkgdir" install
}
# vim:set ts=2 sw=2 et:
diff --git a/community/mksh/PKGBUILD b/community/mksh/PKGBUILD
index c2741f62f..c15073565 100644
--- a/community/mksh/PKGBUILD
+++ b/community/mksh/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94436 2013-07-25 05:59:37Z ttoepper $
+# $Id: PKGBUILD 95786 2013-08-16 19:38:52Z ttoepper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: Daniel Hommel <dhommel@gmail.com>
pkgname=mksh
-pkgver=R47
+pkgver=R48
pkgrel=1
pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
url='https://www.mirbsd.org/mksh.htm'
@@ -13,14 +13,18 @@ depends=('gcc-libs')
install=mksh.install
source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$pkgver.tgz"
'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('71c7cbcd78306897801b8b6691091e66'
- 'a231b325d5f2155a6c667a9323986718')
+md5sums=('f714fbe2caf2bbcc592a97515ac2fda5'
+ '0601617f19e1c0423cbdb8599e16eec3')
+
+check() {
+ cd "$srcdir/$pkgname"
+ ./test.sh
+}
build() {
cd "$srcdir/$pkgname"
sh Build.sh -r -c lto
- ./test.sh
}
package() {
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index 9128d4372..75cc0d86d 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 95053 2013-08-04 16:26:37Z fyan $
+# $Id: PKGBUILD 95726 2013-08-16 07:23:39Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
-pkgver=0.2a.20130802
-_commit=bccb4d20b65e504f6ae575f7cc55babb9c66ff8d
+pkgver=0.2a.20130816
+_commit=dbd57d99769303f86f5c9aa66a7383a719a22dc7
pkgrel=1
pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol"
arch=('i686' 'x86_64')