summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/gigi/PKGBUILD17
-rwxr-xr-xcommunity/mathomatic/PKGBUILD11
-rw-r--r--community/pkgfile/PKGBUILD11
-rw-r--r--community/pkgfile/pkgfile.install6
-rw-r--r--community/sshguard/PKGBUILD2
-rw-r--r--community/sshguard/sshguard-journalctl2
6 files changed, 26 insertions, 23 deletions
diff --git a/community/gigi/PKGBUILD b/community/gigi/PKGBUILD
index 63fc4188c..5066202b2 100644
--- a/community/gigi/PKGBUILD
+++ b/community/gigi/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 73991 2012-07-18 01:06:42Z ibiru $
+# $Id: PKGBUILD 76013 2012-09-08 21:44:20Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: fana-m <geminin@gmx.net>
@@ -7,9 +7,9 @@
pkgname=gigi
pkgver=0.8.0
-pkgrel=11
-_fixedrevision=1074
-pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL"
+pkgrel=12
+_fixedrevision=5208
+pkgdesc="Small, efficient and feature rich GUI for C++ and OpenGL (freeorion fork)"
url="http://gigi.sourceforge.net/"
arch=('x86_64' 'i686')
license=('LGPL')
@@ -24,7 +24,8 @@ build() {
if [ -d gigi/.svn ]; then
(cd gigi && svn up -r "$_fixedrevision")
else
- svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+ #svn co https://gigi.svn.sourceforge.net/svnroot/gigi/trunk/GG/ \
+ svn co https://freeorion.svn.sourceforge.net/svnroot/freeorion/trunk/FreeOrion/GG/ \
--config-dir ./ -r "$_fixedrevision" gigi
fi
@@ -32,12 +33,6 @@ build() {
svn export gigi gigi-build
cd gigi-build
- msg2 "Patching..."
- sed -i 's/move_backward(/adobe::move_backward(/g' GG/adobe/vector.hpp
- sed -i 's/__GNUC_MINOR__ <= 6/__GNUC_MINOR__ <= 999/g' GG/adobe/cmath.hpp
- sed -i 's/insert(adobe/this->insert(adobe/g' GG/adobe/closed_hash.hpp
- sed -i 's:TIME_UTC:TIME_UTC_:' src/GUI.cpp
-
msg2 "Configuring..."
setconf cmake/GiGiOgre.pc.in prefix /usr
setconf cmake/GiGi.pc.in prefix /usr
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD
index b1e13d338..eb7b68c6d 100755
--- a/community/mathomatic/PKGBUILD
+++ b/community/mathomatic/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 74885 2012-08-08 16:34:04Z ttopper $
+# $Id: PKGBUILD 76011 2012-09-08 21:04:59Z ttopper $
# Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=mathomatic
-pkgver=16.0.2
+pkgver=16.0.3
pkgrel=1
pkgdesc="General purpose Computer Algebra System written in C"
arch=('i686' 'x86_64')
@@ -13,11 +13,12 @@ url="http://mathomatic.orgserve.de/math/"
depends=('readline')
makedepends=('time')
optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial'
- 'bash: for running a test script'
- 'm4: for complex operations using the matho script'
+ 'bash: for running a test script'
+ 'm4: for complex operations using the matho script'
+ 'rlwrap: for readline editing'
'gnuplot: for plotting')
source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2)
-md5sums=('17d4034b9f4af59d55095d47e9096c7b')
+md5sums=('0bd4b73e364d05b7a5b855f19c91b6bd')
build() {
cd "$srcdir"/$pkgname-$pkgver
diff --git a/community/pkgfile/PKGBUILD b/community/pkgfile/PKGBUILD
index 7aff4d66f..b43c3719a 100644
--- a/community/pkgfile/PKGBUILD
+++ b/community/pkgfile/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 75830 2012-09-02 00:43:15Z dreisner $
+# $Id: PKGBUILD 76000 2012-09-08 16:02:52Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=pkgfile
-pkgver=4
-pkgrel=1
+pkgver=5
+pkgrel=2
pkgdesc="a pacman .files metadata explorer"
arch=('i686' 'x86_64')
url="http://github.com/falconindy/pkgfile"
@@ -11,9 +11,10 @@ license=('MIT')
depends=('libarchive' 'curl' 'pcre' 'pacman')
conflicts=('pkgtools<24-2')
makedepends=('perl')
-source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz")
+source=("https://github.com/downloads/falconindy/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
install=pkgfile.install
-md5sums=('2570c69372645d2463979c7227a0a63d')
+md5sums=('87e75949ca4ed9d60cc2dfdca9dd1a04'
+ '14d174d2fe0b8e0a43392c2b4ec48a7a')
build() {
cd "$pkgname-$pkgver"
diff --git a/community/pkgfile/pkgfile.install b/community/pkgfile/pkgfile.install
index 358507c55..5545a3d39 100644
--- a/community/pkgfile/pkgfile.install
+++ b/community/pkgfile/pkgfile.install
@@ -10,3 +10,9 @@ post_remove() {
printf "==> /var/cache/pkgfile has not been removed\n"
fi
}
+
+post_upgrade() {
+ if [ "$(vercmp 5 "$2")" -eq 1 ]; then
+ printf "==> DB format has changed. Please run pkgfile -uu\n"
+ fi
+}
diff --git a/community/sshguard/PKGBUILD b/community/sshguard/PKGBUILD
index 8bd832a39..7ae15b1b5 100644
--- a/community/sshguard/PKGBUILD
+++ b/community/sshguard/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 75956 2012-09-07 08:27:47Z mtorromeo $
+# $Id: PKGBUILD 75998 2012-09-08 15:38:53Z ebelanger $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Massimiliano Torromeo <massimiliano.torromeo@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
diff --git a/community/sshguard/sshguard-journalctl b/community/sshguard/sshguard-journalctl
index bd4b6f608..ffb61b1cc 100644
--- a/community/sshguard/sshguard-journalctl
+++ b/community/sshguard/sshguard-journalctl
@@ -1,2 +1,2 @@
#!/bin/sh
-/usr/bin/journalctl -flbp info -n0 SYSLOG_FACILITY=10 | /usr/sbin/sshguard -l-
+/usr/bin/journalctl -flbp info -n0 SYSLOG_FACILITY=10 | /usr/sbin/sshguard -l- "$@"