summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/dart/PKGBUILD8
-rw-r--r--community/gnome-boxes/PKGBUILD30
-rw-r--r--community/gnome-boxes/gnome-boxes.install12
-rw-r--r--community/gshutdown/PKGBUILD17
-rw-r--r--community/gshutdown/build-fix.patch116
-rw-r--r--community/ksniffer/PKGBUILD23
-rw-r--r--community/libosinfo/PKGBUILD36
-rw-r--r--community/libvirt/PKGBUILD10
-rw-r--r--community/mailutils/PKGBUILD14
-rw-r--r--community/mlt/PKGBUILD9
-rw-r--r--community/mtasc/PKGBUILD29
-rw-r--r--community/open-iscsi/PKGBUILD50
-rw-r--r--community/open-iscsi/open-iscsi154
-rw-r--r--community/open-iscsi/open-iscsi.conf.d15
-rw-r--r--community/open-iscsi/open-iscsi.install13
-rw-r--r--community/open-iscsi/open-iscsi.service10
-rw-r--r--community/psimedia/PKGBUILD8
-rw-r--r--community/pwmanager/ChangeLog5
-rw-r--r--community/pwmanager/PKGBUILD29
-rw-r--r--community/pwmanager/build-fix.patch57
-rw-r--r--community/python-pyzmq/PKGBUILD7
-rw-r--r--community/python-scipy/PKGBUILD6
-rw-r--r--community/vagrant/PKGBUILD6
-rw-r--r--community/znc/PKGBUILD45
-rw-r--r--community/znc/znc.install29
-rw-r--r--extra/clamav/PKGBUILD8
-rw-r--r--extra/gdb/PKGBUILD8
-rw-r--r--extra/ntp/PKGBUILD34
-rw-r--r--extra/ntp/install26
-rw-r--r--extra/postfix/PKGBUILD8
-rw-r--r--extra/whois/PKGBUILD6
-rw-r--r--extra/xf86-input-evdev/PKGBUILD6
32 files changed, 512 insertions, 322 deletions
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index 17da3de9a..e8b2d6c17 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 109924 2014-04-21 15:59:30Z arodseth $
+# $Id: PKGBUILD 110850 2014-05-08 14:27:48Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: T. Jameson Little <t.jameson.little at gmail dot com>
# Contributor: Usagi Ito <usagi@WonderRabbitProject.net>
@@ -6,7 +6,7 @@
# Contributor: Julien Nicoulaud <julien.nicoulaud@gmail.com>
pkgname=dart
-pkgver=1.3.3
+pkgver=1.3.6
pkgrel=1
pkgdesc='The dart programming language SDK'
arch=('x86_64' 'i686')
@@ -18,10 +18,10 @@ options=('!strip')
if [[ $CARCH == x86_64 ]]; then
source=("$pkgname-$pkgver-64.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-x64-release.zip")
- sha256sums=('ca8ab3fc4d603a554b7f28f02db495907c91f4c6f0faa8f8be9fa6af59ce8560')
+ sha256sums=('799c04cc1d797c46580c4ad58b762b5a6234419b9eb05bdcb9b8cac9221ef669')
else
source=("$pkgname-$pkgver-32.zip::http://storage.googleapis.com/dart-archive/channels/stable/release/latest/sdk/dartsdk-linux-ia32-release.zip")
- sha256sums=('b97d1e35d25683f6dd5e72c05b7c80bc804967b609ce2422549278619317a108')
+ sha256sums=('f9aa8f4d3164eca5ddd22012ed2d38ed523aeef9775d0b2229a77d611bdce97f')
fi
prepare() {
diff --git a/community/gnome-boxes/PKGBUILD b/community/gnome-boxes/PKGBUILD
deleted file mode 100644
index 238fdd0fa..000000000
--- a/community/gnome-boxes/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 109559 2014-04-15 23:29:54Z bgyorgy $
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
-
-pkgname=gnome-boxes
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="Simple GNOME 3 application to access remote or virtual systems"
-arch=('i686' 'x86_64')
-url="https://wiki.gnome.org/Apps/Boxes"
-license=('LGPL')
-depends=('clutter-gtk' 'gtk-vnc' 'libosinfo' 'libsoup' 'libvirt-glib' 'spice-gtk3'
- 'libtracker-sparql' 'qemu' 'cdrkit' 'libcdio' 'mtools' 'dconf'
- 'gnome-icon-theme' 'gnome-themes-standard')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'spice-protocol' 'vala')
-install=$pkgname.install
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('b5e27756a9c485ce2dea3f8eae867b6c7be70862b16cc44f9b55d86dd633bb83')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \
- --disable-static --disable-schemas-compile --enable-smartcard
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
diff --git a/community/gnome-boxes/gnome-boxes.install b/community/gnome-boxes/gnome-boxes.install
deleted file mode 100644
index c0ed9a0d7..000000000
--- a/community/gnome-boxes/gnome-boxes.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas usr/share/glib-2.0/schemas
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/community/gshutdown/PKGBUILD b/community/gshutdown/PKGBUILD
index 665e1a034..0ec6ad4c7 100644
--- a/community/gshutdown/PKGBUILD
+++ b/community/gshutdown/PKGBUILD
@@ -1,23 +1,28 @@
-# $Id: PKGBUILD 65592 2012-02-21 09:21:53Z spupykin $
+# $Id: PKGBUILD 110838 2014-05-08 13:15:41Z spupykin $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: Achraf cherti <achrafcherti@gmail.com>
pkgname=gshutdown
pkgver=0.2
-pkgrel=4
+pkgrel=5
pkgdesc="An advanced shutdown utility"
arch=('i686' 'x86_64')
url="http://gshutdown.tuxfamily.org"
license=('GPL')
depends=('libglade' 'libnotify')
makedepends=('pkg-config')
-source=(http://gshutdown.tuxfamily.org/release/$pkgname-$pkgver.tar.gz)
-md5sums=('c0662f6b74fa1be10e4d34bfc5731d9b')
-sha1sums=('ab73b1d6c36831df82d231ffa333cdf394fd5b3e')
+source=(http://gshutdown.tuxfamily.org/release/$pkgname-$pkgver.tar.gz
+ build-fix.patch)
+md5sums=('c0662f6b74fa1be10e4d34bfc5731d9b'
+ '0b3ac3c62c5899814e136cc62f7636f7')
+
+prepare() {
+ cd "$srcdir/$pkgname-$pkgver"
+ patch -p1 <$srcdir/build-fix.patch
+}
build() {
cd "$srcdir/$pkgname-$pkgver"
- sed -i 's/notify_notification_new("GShutdown", message, NULL, GTK_WIDGET(widget));/notify_notification_new("GShutdown", message, GTK_WIDGET(widget));/' src/gui.c
LDFLAGS="-lX11 -lXau" ./configure --prefix=/usr --mandir=/usr/share
make
}
diff --git a/community/gshutdown/build-fix.patch b/community/gshutdown/build-fix.patch
new file mode 100644
index 000000000..bf193e017
--- /dev/null
+++ b/community/gshutdown/build-fix.patch
@@ -0,0 +1,116 @@
+diff -wbBur gshutdown-0.2/src/detectwm.h gshutdown-0.2.my/src/detectwm.h
+--- gshutdown-0.2/src/detectwm.h 2007-04-15 02:33:39.000000000 +0400
++++ gshutdown-0.2.my/src/detectwm.h 2014-05-08 17:04:32.141208770 +0400
+@@ -21,7 +21,7 @@
+ #ifndef __GSHUTDOWN_WMDETECT__
+ #define __GSHUTDOWN_WMDETECT__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ gchar *detect_window_manager();
+
+diff -wbBur gshutdown-0.2/src/gui.c gshutdown-0.2.my/src/gui.c
+--- gshutdown-0.2/src/gui.c 2007-05-19 15:35:19.000000000 +0400
++++ gshutdown-0.2.my/src/gui.c 2014-05-08 17:02:34.811214098 +0400
+@@ -162,7 +162,7 @@
+ if(gui_systray_icon_is_showed())
+ widget = GTK_WIDGET(tray_icon);
+
+- notify = notify_notification_new("GShutdown", message, NULL, GTK_WIDGET(widget));
++ notify = notify_notification_new("GShutdown", message, GTK_WIDGET(widget));
+
+ if(show_icon == NOTIFICATION_ICON_TIME) {
+ path = data_path("clock.png");
+diff -wbBur gshutdown-0.2/src/main.c gshutdown-0.2.my/src/main.c
+--- gshutdown-0.2/src/main.c 2007-06-24 17:03:38.000000000 +0400
++++ gshutdown-0.2.my/src/main.c 2014-05-08 17:05:55.514538380 +0400
+@@ -21,7 +21,7 @@
+ #include <stdlib.h>
+ #include <signal.h>
+ #include <sys/wait.h>
+-#include <glib/gutils.h> /* g_atexit() */
++#include <glib.h> /* g_atexit() */
+ #include "main.h"
+ #include "gui.h"
+ #include "misc.h"
+diff -wbBur gshutdown-0.2/src/misc.c gshutdown-0.2.my/src/misc.c
+--- gshutdown-0.2/src/misc.c 2007-04-15 02:33:39.000000000 +0400
++++ gshutdown-0.2.my/src/misc.c 2014-05-08 17:05:48.707871987 +0400
+@@ -20,12 +20,7 @@
+
+ #include <unistd.h> /* X_OK */
+ #include <stdlib.h>
+-#include <glib/gstdio.h>
+-#include <glib/gstrfuncs.h> /* g_strdup_printf */
+-#include <glib/gmem.h> /* g_free */
+-#include <glib/gutils.h> /* g_getenv */
+-#include <glib/gfileutils.h> /* g_file_test() */
+-#include <glib/gshell.h> /* g_shell_parse_argv */
++#include <glib.h>
+ #include "config.h"
+ #include "misc.h"
+ #include "main.h"
+diff -wbBur gshutdown-0.2/src/misc.h gshutdown-0.2.my/src/misc.h
+--- gshutdown-0.2/src/misc.h 2007-04-15 02:33:39.000000000 +0400
++++ gshutdown-0.2.my/src/misc.h 2014-05-08 17:04:21.267875936 +0400
+@@ -20,7 +20,7 @@
+ #ifndef __GSHUTDOWN_MISC__
+ #define __GSHUTDOWN_MISC__
+
+-#include <glib/gtypes.h> /* gchar */
++#include <glib.h> /* gchar */
+
+ /* Return a data file path. e.g: gshutdown.glade */
+ gchar *data_path(gchar *filename);
+Only in gshutdown-0.2.my/src: misc.o
+Only in gshutdown-0.2.my/src: pconfirm.o
+diff -wbBur gshutdown-0.2/src/timer.c gshutdown-0.2.my/src/timer.c
+--- gshutdown-0.2/src/timer.c 2007-05-19 15:30:38.000000000 +0400
++++ gshutdown-0.2.my/src/timer.c 2014-05-08 17:04:38.451208487 +0400
+@@ -18,7 +18,7 @@
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include "timer.h"
+ #include "values.h"
+ #include "gui.h"
+diff -wbBur gshutdown-0.2/src/timer.h gshutdown-0.2.my/src/timer.h
+--- gshutdown-0.2/src/timer.h 2007-04-15 02:33:39.000000000 +0400
++++ gshutdown-0.2.my/src/timer.h 2014-05-08 17:04:41.091208380 +0400
+@@ -21,7 +21,7 @@
+ #ifndef __GSHUTDOWN_TIMER__
+ #define __GSHUTDOWN_TIMER__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+
+ guint time_left();
+ gboolean timer_notify();
+diff -wbBur gshutdown-0.2/src/values.c gshutdown-0.2.my/src/values.c
+--- gshutdown-0.2/src/values.c 2007-04-15 02:33:40.000000000 +0400
++++ gshutdown-0.2.my/src/values.c 2014-05-08 17:06:02.011204701 +0400
+@@ -20,8 +20,7 @@
+
+ #include <stdio.h>
+ #include <string.h>
+-#include <glib/gkeyfile.h>
+-#include <glib/gfileutils.h> /* g_build_path */
++#include <glib.h>
+ #include "values.h"
+ #include "gui.h"
+ #include "detectwm.h"
+diff -wbBur gshutdown-0.2/src/values.h gshutdown-0.2.my/src/values.h
+--- gshutdown-0.2/src/values.h 2007-05-19 15:42:54.000000000 +0400
++++ gshutdown-0.2.my/src/values.h 2014-05-08 17:04:35.924542168 +0400
+@@ -21,7 +21,7 @@
+ #ifndef __GSHUTDOWN_VALUES__
+ #define __GSHUTDOWN_VALUES__
+
+-#include <glib/gtypes.h>
++#include <glib.h>
+ #include "action.h"
+
+ typedef enum {
diff --git a/community/ksniffer/PKGBUILD b/community/ksniffer/PKGBUILD
deleted file mode 100644
index 9e538ebfa..000000000
--- a/community/ksniffer/PKGBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# $Id: PKGBUILD 65614 2012-02-21 09:40:45Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Giovanni Scafora <linuxmania@gmail.com>
-
-pkgname=ksniffer
-pkgver=0.3.2
-pkgrel=6
-pkgdesc="A sniffing application for KDE"
-arch=('i686' 'x86_64')
-url="http://www.ksniffer.org"
-license=('GPL2')
-depends=('libpcap' 'kdelibs3')
-source=(http://downloads.sourceforge.net/ksniffer/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('dee2cfc8b51d15857ee02382d2603a22')
-
-build() {
- cd $srcdir/${pkgname}-${pkgver}
- source /etc/profile.d/kde3.sh
- source /etc/profile.d/qt3.sh
- ./configure --prefix=/opt/kde --without-arts
- make
- make DESTDIR=$pkgdir install
-}
diff --git a/community/libosinfo/PKGBUILD b/community/libosinfo/PKGBUILD
deleted file mode 100644
index 89f6da3cc..000000000
--- a/community/libosinfo/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 109558 2014-04-15 23:25:50Z bgyorgy $
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Stefano Facchini <stefano.facchini@gmail.com>
-
-pkgname=libosinfo
-pkgver=0.2.10
-pkgrel=2
-pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support"
-arch=('i686' 'x86_64')
-url="http://libosinfo.org/"
-license=('GPL' 'LGPL')
-depends=('glib2' 'libxslt')
-makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala')
-options=('!libtool')
-source=(https://fedorahosted.org/releases/l/i/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('564bd487a39dc09a10917c1d7a95f739ee7701d9cd0fbabcacea64f615e20a2d')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static --enable-udev \
- --with-udev-rulesdir=/usr/lib/udev/rules.d \
- --with-usb-ids-path=/usr/share/hwdata/usb.ids \
- --with-pci-ids-path=/usr/share/hwdata/pci.ids
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index f457ffa6b..48500e725 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110702 2014-05-05 09:50:23Z spupykin $
+# $Id: PKGBUILD 110832 2014-05-08 12:53:34Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jonathan Wiersma <archaur at jonw dot org>
pkgname=libvirt
pkgver=1.2.4
-pkgrel=1
+pkgrel=2
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('i686' 'x86_64')
url="http://libvirt.org/"
@@ -14,14 +14,14 @@ depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs'
'iproute2' 'libnl' 'libx11' 'numactl')
# 'audit'
-makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi')
optdepends=('bridge-utils: for briged networking (default)'
'dnsmasq: for NAT/DHCP for guests'
'openbsd-netcat: for remote management over ssh'
'qemu'
'radvd'
'dmidecode'
- 'ebtables'
+ 'ebtables: for networking'
'pm-utils: host power management')
options=('emptydirs')
backup=('etc/conf.d/libvirt-guests'
@@ -93,7 +93,7 @@ build() {
--with-storage-lvm --without-xen --with-udev --without-hal --disable-static \
--with-init-script=systemd \
--with-qemu-user=nobody --with-qemu-group=nobody \
- --without-netcf --with-interface --with-lxc
+ --without-netcf --with-interface --with-lxc --with-storage-iscsi
# --with-audit
make
}
diff --git a/community/mailutils/PKGBUILD b/community/mailutils/PKGBUILD
index 9d4b34c11..88e530431 100644
--- a/community/mailutils/PKGBUILD
+++ b/community/mailutils/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 103921 2014-01-13 17:16:54Z andyrtr $
+# $Id: PKGBUILD 110825 2014-05-08 12:08:11Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=mailutils
-pkgver=2.2
-pkgrel=10
+pkgver=2.99.98
+pkgrel=1
pkgdesc="MUA command line tool (mailx)"
arch=(i686 x86_64)
url="http://www.gnu.org/software/mailutils/"
@@ -13,14 +13,14 @@ depends=('libldap' 'pam' 'gnutls')
makedepends=('emacs')
install=mailutils.install
options=(zipman !emptydirs)
-source=(http://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2
+source=(http://alpha.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.xz
build-fix.patch)
-md5sums=('834d2f616b922856127ecfe6c2de7d1a'
+md5sums=('7d87795ff24afa966ad5d6785f974141'
'e83709ffdcdb257dfab443ef77c89574')
prepare() {
cd "$srcdir/mailutils-$pkgver"
- patch -p1 <$srcdir/build-fix.patch
+# patch -p1 <$srcdir/build-fix.patch
}
build() {
@@ -29,7 +29,7 @@ build() {
--libexecdir=/usr/lib/$pkgname --without-fribidi \
--without-tcp-wrappers --sbindir=/usr/bin \
--without-python --without-guile
- make -j1
+ make
}
package() {
diff --git a/community/mlt/PKGBUILD b/community/mlt/PKGBUILD
index e0c5b8f9e..409325441 100644
--- a/community/mlt/PKGBUILD
+++ b/community/mlt/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 97836 2013-09-30 10:02:55Z spupykin $
+# $Id: PKGBUILD 110827 2014-05-08 12:32:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Fabian Schoelzel <myfirstname.mylastname@googlemail.com>
# Contributor: funkyou <spamopfer@nickname.berlin.de>
@@ -8,7 +8,7 @@
pkgbase=mlt
pkgname=('mlt' 'mlt-python-bindings')
pkgver=0.9.0
-pkgrel=5
+pkgrel=6
pkgdesc="An open source multimedia framework"
arch=('i686' 'x86_64')
url="http://www.mltframework.org"
@@ -20,6 +20,11 @@ source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.t
md5sums=('1cd2d73f3ffe77a43980e99aaa4ea06c'
'8227e7a1b059b1b16901166d2a508317')
+prepare() {
+ cd "$srcdir/mlt-$pkgver"
+ sed -i 's|freetype/|freetype2/|' src/modules/gtk2/producer_pango.c
+}
+
build() {
# mlt
cd "$srcdir/mlt-$pkgver"
diff --git a/community/mtasc/PKGBUILD b/community/mtasc/PKGBUILD
deleted file mode 100644
index 31875d2d4..000000000
--- a/community/mtasc/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 66242 2012-02-23 05:15:17Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Niel Drummond <niel.drummond@grumpytoad.org>
-
-pkgname=mtasc
-pkgver=20091229
-pkgrel=4
-pkgdesc="An open source flash (swf) compiler"
-arch=(i686 x86_64)
-url="http://mtasc.org/"
-license=('GPL2')
-depends=('zlib')
-makedepends=('ocaml' 'cvs')
-source=("http://arch.p5n.pp.ru/~sergej/dl/mtasc-$pkgver-1.tar.gz")
-md5sums=('e3b1f31ae906ebbd92678fdac0fdd411')
-
-build() {
- cd $srcdir/mtasc-$pkgver
- (cd ocaml/extc && make)
- ocaml install.ml
-}
-
-package() {
- cd $srcdir/mtasc-$pkgver
- install -D -m755 $srcdir/mtasc-$pkgver/bin/${pkgname} $pkgdir/usr/bin/${pkgname}
- for f in $( cd ocaml/mtasc/ && find ./{std,std8} -type f -iname '*.as' | grep -iv cvs ); do
- install -D -m644 ocaml/mtasc/$f $pkgdir/usr/share/mtasc/$f
- done
-}
diff --git a/community/open-iscsi/PKGBUILD b/community/open-iscsi/PKGBUILD
new file mode 100644
index 000000000..e739f4902
--- /dev/null
+++ b/community/open-iscsi/PKGBUILD
@@ -0,0 +1,50 @@
+# $Id: PKGBUILD 110829 2014-05-08 12:33:51Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Stefan Kirrmann <stefan.kirrmann at gmail dot com>
+
+pkgname=open-iscsi
+pkgver=2.0_873
+_pkgver=${pkgver/_/-}
+pkgrel=6
+pkgdesc="userland tools"
+arch=('i686' 'x86_64')
+url="http://www.open-iscsi.org"
+license=('GPL')
+depends=('bash')
+install=$pkgname.install
+backup=('etc/iscsi/iscsid.conf' 'etc/iscsi/initiatorname.iscsi')
+source=("http://www.open-iscsi.org/bits/${pkgname}-${_pkgver}.tar.gz" \
+ "open-iscsi.service")
+options=('docs')
+sha256sums=('7dd9f2f97da417560349a8da44ea4fcfe98bfd5ef284240a2cc4ff8e88ac7cd9'
+ '7b8e37dd10a909a67ba7f7126f699920639be39adfa65f1d2b2bcd8846e58db7')
+
+build() {
+ cd ${srcdir}/${pkgname}-${_pkgver}
+
+ # include iscsistart in the package
+ sed -i -e '/^PROGRAMS = /s/$/ usr\/iscsistart/' Makefile
+
+ # build breaks if the openslp package is installed
+ sed -i -e 's/\(\.\/configure\)/ \1 --without-slp/g' Makefile
+
+ make user
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${_pkgver}
+
+ make DESTDIR=${pkgdir} install_user
+
+ install -D -m644 ${srcdir}/${pkgname}-${_pkgver}/etc/iscsid.conf ${pkgdir}/etc/iscsi
+ install -D -m644 ${srcdir}/open-iscsi.service ${pkgdir}/usr/lib/systemd/system/open-iscsi.service
+
+ touch ${pkgdir}/etc/iscsi/initiatorname.iscsi
+
+ # copy docs
+ mkdir -p ${pkgdir}/usr/share/doc/${pkgname}
+ install -m644 Changelog ${pkgdir}/usr/share/doc/${pkgname}/
+ install -m644 README ${pkgdir}/usr/share/doc/${pkgname}/
+
+ mv $pkgdir/sbin $pkgdir/usr/bin
+}
diff --git a/community/open-iscsi/open-iscsi b/community/open-iscsi/open-iscsi
new file mode 100644
index 000000000..7ce672b2a
--- /dev/null
+++ b/community/open-iscsi/open-iscsi
@@ -0,0 +1,154 @@
+#!/bin/bash
+
+. /etc/rc.conf
+. /etc/rc.d/functions
+
+# general config
+[ -f /etc/conf.d/open-iscsi ] && . /etc/conf.d/open-iscsi
+
+# Set defaults if settings are missing
+[ -z "${ISCSID_ARGS}" ] && ISCSID_ARGS=""
+[ -z "$SEC_BEFORE_MOUNT" ] && SEC_BEFORE_MOUNT=2
+[ -z "$ISCSIADM_EXTRAARGS" ] && ISCSIADM_EXTRAARGS=""
+DAEMON_NAME="open-iscsi"
+ISCSIADM=/sbin/iscsiadm
+PIDFILE=/var/run/iscsid.pid
+
+case "$1" in
+ start)
+ modprobe -q iscsi_tcp &>/dev/null
+ modprobe -q ib_iser &>/dev/null
+
+ stat_busy "Starting Open-iSCSI daemon"
+ /sbin/iscsid ${ISCSID_ARGS}
+ if [ $? -ne 0 ]; then
+ stat_fail
+ exit 2
+ else
+ add_daemon $DAEMON_NAME
+ stat_done
+ fi
+
+ if [ -n "$SERVER" ]; then
+ stat_busy "Discovering targets"
+ $ISCSIADM -m discovery -t sendtargets -p $SERVER $ISCSIADM_EXTRAARGS > /dev/null
+ if [ $? -ne 0 ]; then
+ stat_fail
+ exit 3
+ else
+ stat_done
+ fi
+
+ stat_busy "Login to all portals"
+ $ISCSIADM -m node -L all > /dev/null
+ if [ $? -ne 0 ]; then
+ stat_fail
+ exit 4
+ else
+ stat_done
+ fi
+
+ if [[ "$MOUNT" != "" ]]; then
+ # wait n seconds to settle
+ sleep $SEC_BEFORE_MOUNT
+ status "Mounting devices"
+ for MTPT in ${MOUNT[@]}; do
+ stat_busy "mounting $MTPT"
+ mount $MTPT
+ sleep 1
+ if [ $? -eq 0 ]; then
+ stat_done
+ else
+ stat_fail
+ fi
+ done
+ else
+ status "No devices to mount defined"
+ fi
+ fi
+ ;;
+ stop)
+ if [[ "$MOUNT" != "" ]]; then
+ status "Unmounting devices"
+ # unmounting in reverse order
+ LEN=${#MOUNT[@]}
+ while [ $LEN -ne 0 ]; do
+ let LEN=$LEN-1;
+ UMOUNT="$UMOUNT ${MOUNT[$LEN]}";
+ done
+ for MTPT in $UMOUNT; do
+ MOUNTED=$(mount|grep -c `/usr/bin/readlink -mns $MTPT`)
+ if [ $MOUNTED -ne 0 ]; then
+ stat_busy "unmounting $MTPT"
+ umount $MTPT
+ sleep 1
+ if [ $? -eq 0 ]; then
+ stat_done
+ else
+ stat_fail
+ exit 5
+ fi
+ else
+ status "$MTPT not mounted"
+ fi
+ done
+ sleep 2
+ else
+ status "No devices to unmount defined"
+ fi
+
+ $ISCSIADM -m session $> /dev/null
+ if [ $? -eq 0 ]; then
+ stat_busy "Logout to all portals"
+ $ISCSIADM -m node -U all > /dev/null
+ if [ $? -ne 0 ]; then
+ stat_fail
+ exit 6
+ else
+ stat_done
+ fi
+ fi
+
+ stat_busy "Stopping Open-iSCSI daemon"
+ [ -f $PIDFILE ] && kill -9 `cat $PIDFILE` &> /dev/null
+ if [ $? -ne 0 ]; then
+ stat_fail
+ else
+ rm -f $PIDFILE
+ killall iscsid > /dev/null
+ rm_daemon $DAEMON_NAME
+ stat_done
+ fi
+ ;;
+ status)
+ status "Open-iSCSI status"
+ ck_daemon $DAEMON_NAME
+ status "Available portals on node"
+ echo
+ echo -ne " "
+ /sbin/iscsiadm -m node
+ echo
+ status "Connected portals for this session"
+ echo
+ echo -ne " "
+ /sbin/iscsiadm -m session
+ echo
+ ;;
+ statusv)
+ status "Open-iSCSI status"
+ ck_daemon $DAEMON_NAME
+ status "Detailed session info"
+ echo
+ $ISCSIADM -m session -P 2
+ echo
+ ;;
+ restart)
+ $0 stop
+ sleep 2
+ $0 start
+ ;;
+ *)
+ echo "usage: $0 {start|stop|status|statusv|restart}"
+ ;;
+esac
+exit 0
diff --git a/community/open-iscsi/open-iscsi.conf.d b/community/open-iscsi/open-iscsi.conf.d
new file mode 100644
index 000000000..e611a8976
--- /dev/null
+++ b/community/open-iscsi/open-iscsi.conf.d
@@ -0,0 +1,15 @@
+# Parameters to be passed to the iscsid daemon.
+ISCSID_ARGS=""
+
+# iSCSI server IP which will be discovered by iscsiadm
+SERVER=""
+
+# mountpoints from fstab to mount (first entry will be mounted first, and so on)
+# example: MOUNT=(/dev/sdb1 /dev/sdb2)
+MOUNT=()
+
+# wait n seconds before mounting connected nodes
+SEC_BEFORE_MOUNT=2
+
+# Extra arguments to pass to iscsiadm
+ISCSIADM_EXTRAARGS=""
diff --git a/community/open-iscsi/open-iscsi.install b/community/open-iscsi/open-iscsi.install
new file mode 100644
index 000000000..2cbc06b92
--- /dev/null
+++ b/community/open-iscsi/open-iscsi.install
@@ -0,0 +1,13 @@
+## arg 1: the new package version
+post_install() {
+ if [ -z $(</etc/iscsi/initiatorname.iscsi) ]; then
+ name=$(iscsi-iname)
+ echo
+ echo ">>> Setting Initiatorname '$name'"
+ echo "InitiatorName=$name" > /etc/iscsi/initiatorname.iscsi
+ fi
+}
+
+post_upgrade() {
+ post_install
+}
diff --git a/community/open-iscsi/open-iscsi.service b/community/open-iscsi/open-iscsi.service
new file mode 100644
index 000000000..b3e1096f7
--- /dev/null
+++ b/community/open-iscsi/open-iscsi.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Open iSCSI Daemon
+After=network.target
+
+[Service]
+Type=forking
+ExecStart=/sbin/iscsid
+
+[Install]
+WantedBy=multi-user.target
diff --git a/community/psimedia/PKGBUILD b/community/psimedia/PKGBUILD
index df2457f63..c998a6ab5 100644
--- a/community/psimedia/PKGBUILD
+++ b/community/psimedia/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 85385 2013-03-01 10:37:22Z andrea $
+# $Id: PKGBUILD 110840 2014-05-08 13:16:02Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Vladimir Kutyavin <vlkut-at-bk-dot-ru>
pkgname=psimedia
pkgver=1.0.3
-pkgrel=9
+pkgrel=10
pkgdesc="Voice and video chat plugin for Psi-like IM clients. The implementation is based on GStreamer."
arch=('i686' 'x86_64')
license=('GPL2')
@@ -17,7 +17,6 @@ md5sums=('d12fdf60fd71ffba597dd22f5c8481cf')
build() {
cd $srcdir/$pkgname-master
-
cat >>gstprovider/gstconf.pri <<EOF
INCLUDEPATH += \
/usr/include/gstreamer-0.10 \
@@ -25,8 +24,7 @@ build() {
/usr/lib/glib-2.0/include \
/usr/include/libxml2
EOF
-
- qmake
+ qmake-qt4
make
}
diff --git a/community/pwmanager/ChangeLog b/community/pwmanager/ChangeLog
deleted file mode 100644
index 3bad1ddcd..000000000
--- a/community/pwmanager/ChangeLog
+++ /dev/null
@@ -1,5 +0,0 @@
-2007-07-02 tardo <tardo@nagi-fanboi.net>
-* Built for x86_64
-
-2007-06-25 Georg Grabler (STiAT) <ggrabler@gmail.com>
-* Added libtool option
diff --git a/community/pwmanager/PKGBUILD b/community/pwmanager/PKGBUILD
deleted file mode 100644
index 2ac895469..000000000
--- a/community/pwmanager/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 99966 2013-10-31 02:44:17Z allan $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
-# Contributors: Pointer <pointer@linux-blog.de>, tmaynard <arch@toddmaynard.com>
-
-pkgname=pwmanager
-pkgver=1.2.4
-pkgrel=5
-pkgdesc="With PwManager you can easily manage your passwords"
-arch=('i686' 'x86_64')
-url="http://passwordmanager.sourceforge.net/"
-license=('GPL')
-depends=('kdelibs3')
-source=(http://downloads.sourceforge.net/sourceforge/passwordmanager/$pkgname-$pkgver.tar.bz2
- build-fix.patch)
-md5sums=('e6f720af9b325bc0e7ea20c9c5e6039f'
- 'bcc412cb855cba4910e51920ae38a326')
-
-build() {
- . /etc/profile.d/qt3.sh
- export PATH=$QTDIR/bin:$PATH
- cd $srcdir/$pkgname-$pkgver
-
- patch -p1 <$srcdir/build-fix.patch
-
- ./configure --prefix=/opt/kde --without-arts
- make
- make DESTDIR=$pkgdir install
-}
diff --git a/community/pwmanager/build-fix.patch b/community/pwmanager/build-fix.patch
deleted file mode 100644
index b04078265..000000000
--- a/community/pwmanager/build-fix.patch
+++ /dev/null
@@ -1,57 +0,0 @@
-diff -wbBur pwmanager-1.2.4/pwmanager/base64.cpp pwmanager-1.2.4.my/pwmanager/base64.cpp
---- pwmanager-1.2.4/pwmanager/base64.cpp 2005-11-06 01:16:51.000000000 +0000
-+++ pwmanager-1.2.4.my/pwmanager/base64.cpp 2009-01-28 16:02:43.000000000 +0000
-@@ -41,6 +41,7 @@
- * *
- ***************************************************************************/
-
-+#include <stdlib.h>
- #include "base64.h"
- #include "pwmexception.h"
-
-diff -wbBur pwmanager-1.2.4/pwmanager/binentrygen.cpp pwmanager-1.2.4.my/pwmanager/binentrygen.cpp
---- pwmanager-1.2.4/pwmanager/binentrygen.cpp 2005-11-06 01:16:51.000000000 +0000
-+++ pwmanager-1.2.4.my/pwmanager/binentrygen.cpp 2009-01-28 16:03:08.000000000 +0000
-@@ -8,7 +8,7 @@
- * as published by the Free Software Foundation. *
- * *
- ***************************************************************************/
--
-+#include <stdlib.h>
- #include "binentrygen.h"
- #include "base64.h"
- #include "pwmexception.h"
-diff -wbBur pwmanager-1.2.4/pwmanager/compressbzip2.cpp pwmanager-1.2.4.my/pwmanager/compressbzip2.cpp
---- pwmanager-1.2.4/pwmanager/compressbzip2.cpp 2005-11-06 01:16:50.000000000 +0000
-+++ pwmanager-1.2.4.my/pwmanager/compressbzip2.cpp 2009-01-28 16:03:47.000000000 +0000
-@@ -10,7 +10,7 @@
- ***************************************************************************/
-
- #include "compressbzip2.h"
--
-+#include <string.h>
- #include <stdlib.h>
-
- #define BZ_NO_STDIO
-diff -wbBur pwmanager-1.2.4/pwmanager/main.cpp pwmanager-1.2.4.my/pwmanager/main.cpp
---- pwmanager-1.2.4/pwmanager/main.cpp 2005-11-06 01:16:51.000000000 +0000
-+++ pwmanager-1.2.4.my/pwmanager/main.cpp 2009-01-28 16:05:16.000000000 +0000
-@@ -9,6 +9,7 @@
- * *
- ***************************************************************************/
-
-+#include <stdlib.h>
- #include <kcmdlineargs.h>
- #include <kaboutdata.h>
- #include <klocale.h>
-diff -wbBur pwmanager-1.2.4/pwmanager/serializer.cpp pwmanager-1.2.4.my/pwmanager/serializer.cpp
---- pwmanager-1.2.4/pwmanager/serializer.cpp 2005-11-06 01:16:50.000000000 +0000
-+++ pwmanager-1.2.4.my/pwmanager/serializer.cpp 2009-01-28 16:06:32.000000000 +0000
-@@ -9,6 +9,7 @@
- * *
- ***************************************************************************/
-
-+#include <stdlib.h>
- #include "serializer.h"
- #include "configuration.h"
- #include "pwmexception.h"
diff --git a/community/python-pyzmq/PKGBUILD b/community/python-pyzmq/PKGBUILD
index ceba38a87..b127488a3 100644
--- a/community/python-pyzmq/PKGBUILD
+++ b/community/python-pyzmq/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 109144 2014-04-10 20:30:56Z kkeen $
+# $Id: PKGBUILD 110862 2014-05-08 18:59:03Z kkeen $
# Maintainer: Kyle Keen <keenerd at gmail dot com>
pkgbase=python-pyzmq
pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.1.1
+pkgver=14.3.0
pkgrel=1
pkgdesc="Python bindings for zeromq, written in Cython"
arch=(i686 x86_64)
@@ -12,7 +12,7 @@ depends=(zeromq python)
makedepends=(python python2 zeromq)
#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('bea18143c347dcde92cd0409392fbb58')
+md5sums=('92e49cc9be92f0c95a6f790a85309df5')
build() {
cd "$srcdir"
@@ -48,3 +48,4 @@ check()
python2 setup.py build_ext --inplace
python2 setup.py test
}
+
diff --git a/community/python-scipy/PKGBUILD b/community/python-scipy/PKGBUILD
index 7f9d117ff..e00857123 100644
--- a/community/python-scipy/PKGBUILD
+++ b/community/python-scipy/PKGBUILD
@@ -6,8 +6,8 @@
# Contributor: Andrzej Giniewicz <gginiu@gmail.com>
pkgname=('python-scipy' 'python2-scipy')
-pkgver=0.13.3
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
pkgdesc="SciPy is open-source software for mathematics, science, and engineering."
arch=('i686' 'x86_64')
url="http://www.scipy.org/"
@@ -15,7 +15,7 @@ license=('BSD')
makedepends=('gcc-fortran' 'python-numpy' 'python2-numpy' 'python-setuptools' 'python2-setuptools')
checkdepends=('python-nose' 'python2-nose')
source=("https://pypi.python.org/packages/source/s/scipy/scipy-${pkgver}.tar.gz")
-md5sums=('0547c1f8e8afad4009cc9b5ef17a2d4d')
+md5sums=('d7c7f4ccf8b07b08d6fe49d5cd51f85d')
build() {
# Changing the arithmetic parameter (Thanks to Fabrizio Castellano)
diff --git a/community/vagrant/PKGBUILD b/community/vagrant/PKGBUILD
index aa46c8c14..cfe4ac628 100644
--- a/community/vagrant/PKGBUILD
+++ b/community/vagrant/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 110787 2014-05-06 20:58:28Z jsteel $
+# $Id: PKGBUILD 110860 2014-05-08 17:45:19Z jsteel $
# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
# Contributor: Ido Rosen <ido@kernel.org>
# Contributor: Brett Hoerner <brett@bretthoerner.com>
@@ -10,7 +10,7 @@
# Contributor: Steven Nance <steven@devtrw.com>
pkgname=vagrant
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="Build and distribute virtualized development environments"
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ options=('!emptydirs')
depends=('ruby' 'curl' 'lzo2' 'libidn' 'rtmpdump')
source=(http://github.com/mitchellh/$pkgname/archive/v$pkgver.tar.gz
http://pkgbuild.com/~jsteel/aur/$pkgname/substrate_archlinux_$CARCH.zip)
-md5sums=('c3d23bc5573e0790eaebfc08e59f0384')
+md5sums=('6dea6bea9055df3ab2d43de6b522e003')
[[ $CARCH == i686 ]] && md5sums[3]='c04042b24de56d18a041bc005e5ecaa4'
[[ $CARCH == x86_64 ]] && md5sums[3]='53d8a137e0b50fee8509a7d1c15fd33b'
diff --git a/community/znc/PKGBUILD b/community/znc/PKGBUILD
new file mode 100644
index 000000000..3980d6d84
--- /dev/null
+++ b/community/znc/PKGBUILD
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD 110821 2014-05-07 23:03:49Z seblu $
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen <kaitocracy@gmail.com>
+# Contributor: mickael9 <mickael9 at gmail dot com>
+
+pkgname=znc
+pkgver=1.2
+pkgrel=3
+pkgdesc='An IRC bouncer with modules & scripts support'
+url='http://en.znc.in/wiki/index.php/ZNC'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsasl')
+makedepends=('tcl' 'python' 'perl')
+optdepends=('tcl: modtcl module'
+ 'python: modpython module'
+ 'perl: modperl module'
+ 'cyrus-sasl: saslauth module')
+install=$pkgname.install
+source=("http://znc.in/releases/$pkgname-$pkgver.tar.gz"
+ '01-sec-correctly-handle-channel-names.patch')
+md5sums=('ef18e5402a82cc3fcab5c2ac5c2e6f3b'
+ 'SKIP')
+
+prepare() {
+ patch -p1 -d $pkgname-$pkgver < 01-sec-correctly-handle-channel-names.patch
+}
+
+build() {
+ cd $pkgname-$pkgver
+ ./configure --prefix=/usr \
+ --enable-cyrus \
+ --enable-python \
+ --enable-perl \
+ --enable-tcl \
+ --with-systemdsystemunitdir=/usr/lib/systemd/system
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+ make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:
diff --git a/community/znc/znc.install b/community/znc/znc.install
new file mode 100644
index 000000000..e5dd6575a
--- /dev/null
+++ b/community/znc/znc.install
@@ -0,0 +1,29 @@
+#/bin/sh
+
+# arg 1: the new package version
+post_install() {
+ getent group znc >/dev/null || groupadd -g 136 znc
+ getent passwd znc >/dev/null || useradd -r -d /var/lib/znc -u 136 -g 136 znc
+ [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+ echo "==> Use 'znc --makeconf' as user znc to generate your first config"
+ true
+}
+
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ if [ "`vercmp $2 1.0-4`" -lt 0 ]; then
+ [ -d /var/lib/znc ] || install -dm 750 -o znc -g znc /var/lib/znc
+ usermod -d /var/lib/znc znc 2>/dev/null && echo '==> znc home directory has moved to /var/lib/znc'
+ fi
+ true
+}
+
+# arg 1: the old package version
+post_remove() {
+ userdel -f znc >/dev/null 2>&1
+ groupdel znc >/dev/null 2>&1
+ true
+}
+
+# vim:set ts=2 sw=2 ft=sh et:
diff --git a/extra/clamav/PKGBUILD b/extra/clamav/PKGBUILD
index 197b5b034..82b06984c 100644
--- a/extra/clamav/PKGBUILD
+++ b/extra/clamav/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 206695 2014-03-05 06:13:07Z bisson $
+# $Id: PKGBUILD 212119 2014-05-08 08:34:11Z bisson $
# Contributor: Dale Blount <dale@archlinux.org>
# Contributor: Gregor Ibic <gregor.ibic@intelicom.si>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=clamav
-pkgver=0.98.1
-pkgrel=2
+pkgver=0.98.3
+pkgrel=1
pkgdesc='Anti-virus toolkit for Unix'
url='http://www.clamav.net/'
license=('GPL')
@@ -18,7 +18,7 @@ source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver
'freshclam.conf'
'clamd.service'
'freshclamd.service')
-sha1sums=('9f04c0e81463c36f7e58d18f16d1b88f3332dcb8' 'SKIP'
+sha1sums=('32f0a0675f8023b20e1d19fe8592e330674d0551' 'SKIP'
'bb488a56b0f6a0760446cde89c1e3321e2717b78'
'a224ea9b4d0f4f196827347d54bed51e11c197ea'
'887f624eb305f2446f55d8339e2972ad0cfe2b79'
diff --git a/extra/gdb/PKGBUILD b/extra/gdb/PKGBUILD
index 0a921518b..f9cc3eb73 100644
--- a/extra/gdb/PKGBUILD
+++ b/extra/gdb/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 205618 2014-02-10 03:08:15Z allan $
+# $Id: PKGBUILD 212139 2014-05-08 19:45:20Z anatolik $
# Maintainer: Allan McRae <allan@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gdb
-pkgver=7.7
+pkgver=7.7.1
pkgrel=1
pkgdesc="The GNU Debugger"
arch=('i686' 'x86_64')
url="http://www.gnu.org/software/gdb/"
license=('GPL3')
-depends=('ncurses' 'expat' 'python2')
+depends=('ncurses' 'expat' 'python2' 'xz')
makedepends=('texinfo')
backup=('etc/gdb/gdbinit')
install=gdb.install
source=(http://ftp.gnu.org/gnu/gdb/${pkgname}-${pkgver}.tar.bz2{,.sig})
-md5sums=('271a18f41858a7e98b28ae4eb91287c9'
+md5sums=('77b20b515e7c25f032cb9732a66620fe'
'SKIP')
prepare() {
diff --git a/extra/ntp/PKGBUILD b/extra/ntp/PKGBUILD
index a599fb9c8..0d2396f64 100644
--- a/extra/ntp/PKGBUILD
+++ b/extra/ntp/PKGBUILD
@@ -1,11 +1,12 @@
-# $Id: PKGBUILD 207491 2014-03-11 04:40:40Z bisson $
+# $Id: PKGBUILD 212134 2014-05-08 17:10:10Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: kevin <kevin@archlinux.org>
pkgname=ntp
-pkgver=4.2.6.p5
-_realver=4.2.6p5
-pkgrel=19
+_pkgname=ntp-dev
+_pkgver=4.2.7p441
+pkgver=${_pkgver/p/.p}
+pkgrel=1
pkgdesc='Network Time Protocol reference implementation'
url='http://www.ntp.org/'
license=('custom')
@@ -13,24 +14,24 @@ arch=('i686' 'x86_64')
makedepends=('perl-html-parser')
depends=('openssl' 'libcap' 'libedit')
backup=('etc/ntp.conf')
-source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-${_realver}.tar.gz"
+source=("http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/${_pkgname}/${_pkgname}-${_pkgver}.tar.gz"
'ntp.conf'
'ntpd.service'
'ntpdate.service')
-sha1sums=('4a5353a4791b6f4315a66c28d504ec6c7926b192'
+sha1sums=('81444413350982f92f99885f201b50df24a14201'
'd3496dbeb7d531dd6ab071dbce3262c3c9618d8b'
'dd24216e8333e12d5080965696602591c72537b1'
- '059b382d1af0c55202e2d17f2ae065a2cbfec9ee'
-)
+ '059b382d1af0c55202e2d17f2ae065a2cbfec9ee')
+options=('!emptydirs')
install=install
build() {
- cd "${srcdir}/${pkgname}-${_realver}"
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
./configure \
--prefix=/usr \
- --mandir=/usr/share/man \
+ --libexecdir=/usr/lib \
--enable-linuxcaps \
--enable-ntp-signd \
@@ -38,22 +39,17 @@ build() {
}
package() {
- cd "${srcdir}/${pkgname}-${_realver}"
+ cd "${srcdir}/${_pkgname}-${_pkgver}"
make DESTDIR="${pkgdir}" install
- rmdir "${pkgdir}"/usr/{lib,sbin}
- install -d -o 87 "${pkgdir}"/var/lib/ntp
install -Dm644 ../ntp.conf "${pkgdir}"/etc/ntp.conf
install -Dm644 ../ntpd.service "${pkgdir}"/usr/lib/systemd/system/ntpd.service
install -Dm644 ../ntpdate.service "${pkgdir}"/usr/lib/systemd/system/ntpdate.service
install -Dm644 COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
- cd html
- ../scripts/html2man
- install -d "${pkgdir}"/usr/share/man
- mv man/man* "${pkgdir}"/usr/share/man
- mv "${pkgdir}/usr/share/man/man8/ntpd.8" "${pkgdir}/usr/share/man/man8/ntp-ntpd.8" # we should ditch openntpd
+
+ install -d -o 87 "${pkgdir}"/var/lib/ntp
+ echo > "${pkgdir}/var/lib/ntp/.placeholder"
install -dm755 "${pkgdir}/usr/lib/systemd/ntp-units.d"
echo 'ntpd.service' > "${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
diff --git a/extra/ntp/install b/extra/ntp/install
index e6eddf8a4..1c4c4ee95 100644
--- a/extra/ntp/install
+++ b/extra/ntp/install
@@ -4,32 +4,6 @@ post_install() {
true
}
-post_upgrade() {
- if [[ $(vercmp $2 4.2.6.p3) -le 0 ]]; then
- cat <<EOF
-
-==> The file /etc/conf.d/ntp-client.conf has been renamed /etc/conf.d/ntpd.conf
-==> If you made changes to the former, please update the latter.
-
-EOF
- fi
- if [[ $(vercmp $2 4.2.6.p5-1) -le 0 ]]; then
- cat <<EOF
-
-==> The PID file /var/run/ntpd.pid has been renamed /run/ntpd.pid
-==> and the new rc.d script only takes the latter into account.
-==> To stop your old ntpd process, please kill it manually.
-
-EOF
- fi
- if [[ $(vercmp $2 4.2.6.p5-3) -le 0 ]]; then
- post_install
- fi
- if [[ $(vercmp $2 4.2.6.p5-5) -le 0 ]]; then
- chown -R ntp /var/lib/ntp
- fi
-}
-
post_remove() {
getent passwd ntp &>/dev/null && userdel ntp >/dev/null
getent group ntp &>/dev/null && groupdel ntp >/dev/null
diff --git a/extra/postfix/PKGBUILD b/extra/postfix/PKGBUILD
index bf3d0a64e..2d29279a7 100644
--- a/extra/postfix/PKGBUILD
+++ b/extra/postfix/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 205882 2014-02-12 17:16:06Z bluewind $
+# $Id: PKGBUILD 212121 2014-05-08 08:56:17Z bisson $
# Contributor: Jeff Brodnax <tullyarcher@bellsouth.net>
# Contributor: Paul Mattal <paul@archlinux.org>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=(postfix postfix-tools)
pkgbase=postfix
-pkgver=2.11.0
-pkgrel=2
+pkgver=2.11.1
+pkgrel=1
url='http://www.postfix.org/'
license=('custom')
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ makedepends=("${_postfix_depends[@]}" "${_postfix_tools_depends[@]}")
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz"{,.sig}
'aliases.patch'
'service')
-sha1sums=('bc1fd50412742d9c28232b07c7d2139e37d3de28' 'SKIP'
+sha1sums=('4034171013bde30600724f79c37f82d69a802ad0' 'SKIP'
'5fc3de6c7df1e5851a0a379e825148868808318b'
'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
diff --git a/extra/whois/PKGBUILD b/extra/whois/PKGBUILD
index 425c5c379..09901f926 100644
--- a/extra/whois/PKGBUILD
+++ b/extra/whois/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 205600 2014-02-08 18:07:53Z giovanni $
+# $Id: PKGBUILD 212129 2014-05-08 15:21:13Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=whois
-pkgver=5.1.1
+pkgver=5.1.2
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('libidn')
makedepends=('perl')
backup=('etc/whois.conf')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-md5sums=('aa4561134a03e22e2d759748ca676a97')
+md5sums=('a103596a4da3f1795fccbd9432c59ec9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/xf86-input-evdev/PKGBUILD b/extra/xf86-input-evdev/PKGBUILD
index 4d3a72be3..a454d8ed0 100644
--- a/extra/xf86-input-evdev/PKGBUILD
+++ b/extra/xf86-input-evdev/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 211904 2014-04-29 12:32:50Z andyrtr $
+# $Id: PKGBUILD 212138 2014-05-08 18:06:04Z andyrtr $
# Maintainer: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <Alexander@archlinux.org
pkgname=xf86-input-evdev
-pkgver=2.8.3
+pkgver=2.8.4
pkgrel=1
pkgdesc="X.org evdev input driver"
arch=(i686 x86_64)
@@ -15,7 +15,7 @@ conflicts=('xorg-server<1.15.0' 'X-ABI-XINPUT_VERSION<20' 'X-ABI-XINPUT_VERSION>
options=('!makeflags')
groups=('xorg-drivers' 'xorg')
source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('02ec7fd68635bd67be10275ba23f6c301a9109d72cac9c8646e28842003c06b0')
+sha256sums=('85fade9f5e9cf70f02c877165e95b3df4cdb9e08282416122ca80218e254100c')
build() {
cd ${pkgname}-${pkgver}