summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--community/c++-gtk-utils/PKGBUILD6
-rw-r--r--community/gpointing-device-settings/PKGBUILD63
-rw-r--r--community/gputils/PKGBUILD8
-rw-r--r--community/gsynaptics/PKGBUILD36
-rw-r--r--community/gsynaptics/build-filename.dpatch20
-rw-r--r--community/gsynaptics/do-not-set-zero.dpatch189
-rw-r--r--community/gsynaptics/dot-fixes.dpatch73
-rw-r--r--community/gsynaptics/gsynaptics.install12
-rw-r--r--community/kdbg/PKGBUILD6
-rw-r--r--community/libestr/PKGBUILD6
-rw-r--r--community/librtfcomp/PKGBUILD21
-rw-r--r--community/libuser/PKGBUILD6
-rw-r--r--community/libzdb/PKGBUILD8
-rw-r--r--community/mplayer2/PKGBUILD12
-rw-r--r--community/opensips/PKGBUILD8
-rw-r--r--community/opensmtpd/PKGBUILD8
-rw-r--r--community/parrot/PKGBUILD6
-rw-r--r--community/pidgin-lwqq/PKGBUILD12
-rw-r--r--community/python-pygit2/PKGBUILD7
-rw-r--r--community/rsyslog/PKGBUILD8
-rw-r--r--community/sfk/PKGBUILD10
-rw-r--r--community/xdebug/PKGBUILD10
-rw-r--r--community/xmms2/PKGBUILD9
-rw-r--r--community/xvkbd/PKGBUILD6
-rw-r--r--extra/colord/PKGBUILD6
-rw-r--r--extra/diffstat/PKGBUILD6
-rw-r--r--extra/gpsd/PKGBUILD26
-rwxr-xr-xextra/gpsd/gpsd43
-rw-r--r--extra/gpsd/gpsd.conf (renamed from extra/gpsd/gpsd.conf.d)0
-rw-r--r--extra/link-grammar/PKGBUILD6
-rw-r--r--extra/scim-tables/PKGBUILD12
-rw-r--r--extra/whois/PKGBUILD6
-rw-r--r--libre/icecat-noscript/PKGBUILD4
-rw-r--r--libre/iceweasel-noscript/PKGBUILD4
-rw-r--r--libre/spectrwm-libre/PKGBUILD15
-rw-r--r--pcr/ocsync/PKGBUILD (renamed from pcr/csync-owncloud/PKGBUILD)29
-rw-r--r--pcr/owncloud-client/PKGBUILD21
-rw-r--r--pcr/owncloud-client/owncloud-client.install2
-rw-r--r--pcr/owncloud/PKGBUILD13
-rw-r--r--pcr/owncloud/owncloud.install9
40 files changed, 229 insertions, 523 deletions
diff --git a/community/c++-gtk-utils/PKGBUILD b/community/c++-gtk-utils/PKGBUILD
index de311fb37..356628b34 100644
--- a/community/c++-gtk-utils/PKGBUILD
+++ b/community/c++-gtk-utils/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 85715 2013-03-05 15:34:23Z giovanni $
+# $Id: PKGBUILD 88546 2013-04-19 14:27:07Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
pkgname=c++-gtk-utils
-pkgver=2.0.15
+pkgver=2.0.16
pkgrel=1
pkgdesc="Classes and functions for programming in GTK+"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('LGPL2.1')
depends=('gtk3')
options=('!libtool' '!docs' '!emptydirs')
source=("http://downloads.sourceforge.net/project/cxx-gtk-utils/cxx-gtk-utils/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('b9de1eb63916d167effa76b6e7b180f3')
+md5sums=('5502683a5ca2c725fb9dd205fe81ca5b')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/community/gpointing-device-settings/PKGBUILD b/community/gpointing-device-settings/PKGBUILD
new file mode 100644
index 000000000..e901f65b6
--- /dev/null
+++ b/community/gpointing-device-settings/PKGBUILD
@@ -0,0 +1,63 @@
+# $Id: PKGBUILD 88555 2013-04-19 17:24:27Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Contributor: Thomas Mudrunka <harvie@@email..cz>
+
+pkgname=gpointing-device-settings
+pkgver=1.5.1
+pkgrel=3
+pkgdesc="GUI tool for setting pointing device such as TrackPoint or Touchpad.
+Each UI can be written as dynamic loadable module, so a third party can add its own UI. This
+will replace GSynaptics."
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://live.gnome.org/GPointingDeviceSettings"
+depends=('gtk2' 'gconf' 'gnome-settings-daemon' 'xorg-xinput')
+makedepends=('intltool' 'pkgconfig')
+optdepends=('xf86-input-synaptics: Synaptics touchpads'
+ 'libsynaptics: Synaptics touchpads')
+source=("http://keihanna.dl.sourceforge.jp/gsynaptics/45812/${pkgname}-${pkgver}.tar.gz")
+md5sums=('1d1491473df8eabca3c15c997a975d7f')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ #WORKAROUND!!! WE SHOULD GET RID OF THIS:###########
+ echo 'diff --git a/configure.ac b/configure.ac
+index 29215e8..728d4c0 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -146,9 +146,9 @@ GENHTML_OPTIONS="--title 'GPointingDeviceSettings Code Coverage'"
+
+ GPDS_CFLAGS="$XINPUT_CFLAGS $GTK_CFLAGS"
+ GPDS_CFLAGS="$GPDS_CFLAGS $GCONF2_CFLAGS"
+-GPDS_CFLAGS="$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED"
+-GPDS_CFLAGS="$GPDS_CFLAGS -DGDK_DISABLE_DEPRECATED"
+-GPDS_CFLAGS="$GPDS_CFLAGS -DG_DISABLE_DEPRECATED"
++#GPDS_CFLAGS="$GPDS_CFLAGS -DGTK_DISABLE_DEPRECATED"
++#GPDS_CFLAGS="$GPDS_CFLAGS -DGDK_DISABLE_DEPRECATED"
++#GPDS_CFLAGS="$GPDS_CFLAGS -DG_DISABLE_DEPRECATED"
+ GPDS_CFLAGS="$GPDS_CFLAGS -DGPDS_MODULEDIR=\\\"\"\$(gpds_moduledir)\"\\\""
+ GPDS_CFLAGS="$GPDS_CFLAGS -DGPDS_DATADIR=\\\"\"\$(gpds_datadir)\"\\\""
+ GPDS_CFLAGS="$GPDS_CFLAGS -DGPDS_UIDIR=\\\"\"\$(gpds_uidir)\"\\\""
+' | patch -p1
+
+ #Magic patch contributed by mattis:
+ echo '--- a/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
++++ b/modules/gnome-settings-daemon-plugins/gsd-pointing-device-plugin.c
+@@ -158,6 +158,9 @@
+ plugin_class->activate = activate;
+ plugin_class->deactivate = deactivate;
+ }
++
++static void
++gsd_mouse_extension_plugin_class_finalize(GsdMouseExtensionPluginClass *klass);
+' | patch -p1
+
+ ./configure --prefix=/usr --sysconfdir=/etc
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR=${pkgdir} install
+}
diff --git a/community/gputils/PKGBUILD b/community/gputils/PKGBUILD
index f129b8431..96d8f305d 100644
--- a/community/gputils/PKGBUILD
+++ b/community/gputils/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 86131 2013-03-12 07:33:45Z cinelli $
+# $Id: PKGBUILD 88505 2013-04-19 06:14:12Z cinelli $
# Maintainer: Federico Cinelli <cinelli@aur.archlinux.org>
# Contributor: Johannes Martin <honzor@gmx.net>
# Contributor: JJDaNiMoTh <jjdanimoth.aur@gmail.com>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=gputils
-pkgver=1.0.0
-pkgrel=2
+pkgver=1.1.0
+pkgrel=1
pkgdesc="PIC Programming Utilities"
arch=('i686' 'x86_64')
url="http://gputils.sourceforge.net/"
license=('GPL')
depends=('glibc')
source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('a68b389b4717adde2b1cf14328e910e3')
+md5sums=('2bff2c595b6570ac9bd6efb692fde274')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/gsynaptics/PKGBUILD b/community/gsynaptics/PKGBUILD
deleted file mode 100644
index 137235be1..000000000
--- a/community/gsynaptics/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 55543 2011-09-14 08:26:19Z andrea $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: William Rea <sillywilly@gmail.com>
-
-pkgname=gsynaptics
-pkgver=0.9.16
-pkgrel=2
-pkgdesc="A settings tool for Synaptics touchpad driver"
-arch=('i686' 'x86_64')
-url="http://gsynaptics.sourceforge.jp/"
-license=('GPL')
-depends=('libgnomeui' 'synaptics')
-makedepends=('intltool' 'gettext' 'gnome-doc-utils')
-install=$pkgname.install
-source=("http://sourceforge.jp/frs/redir.php?m=iij&f=/${pkgname}/38463/${pkgname}-${pkgver}.tar.gz"
- do-not-set-zero.dpatch
- dot-fixes.dpatch
- build-filename.dpatch)
-md5sums=('571828ddca2f1d9d6ea47e072db1959d'
- 'd6308d93fd4d04c686ba24422ed99905'
- '4c35d5d0803296233d50146963a0bcbc'
- 'd227a70304bef3cc0272b37c5e322463')
-
-build() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- patch -p1 -i "${srcdir}"/dot-fixes.dpatch
- patch -p1 -i "${srcdir}"/do-not-set-zero.dpatch
- patch -p1 -i "${srcdir}"/build-filename.dpatch
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/${pkgname}-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
diff --git a/community/gsynaptics/build-filename.dpatch b/community/gsynaptics/build-filename.dpatch
deleted file mode 100644
index 404e6fab7..000000000
--- a/community/gsynaptics/build-filename.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## build-filename.dpatch
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: https://sourceforge.jp/tracker/index.php?func=detail&aid=12568&group_id=1720&atid=6435
-## DP: Missing terminating NULL for g_build_filename call.
-
-@DPATCH@
-diff -urNad gsynaptics-0.9.14~/src/main.c gsynaptics-0.9.14/src/main.c
---- gsynaptics-0.9.14~/src/main.c 2008-02-28 23:27:28.000000000 +0100
-+++ gsynaptics-0.9.14/src/main.c 2008-05-17 08:34:04.000000000 +0200
-@@ -690,7 +690,7 @@
-
- gtk_window_set_default_size (GTK_WINDOW (widget), 400, -1);
-
-- path = g_build_filename (DATADIR "/pixmaps", "touchpad.png", NULL);
-+ path = g_build_filename (DATADIR, "pixmaps", "touchpad.png", NULL);
- if (path)
- {
- icon_pixbuf = gdk_pixbuf_new_from_file (path, NULL);
diff --git a/community/gsynaptics/do-not-set-zero.dpatch b/community/gsynaptics/do-not-set-zero.dpatch
deleted file mode 100644
index f3a4aee72..000000000
--- a/community/gsynaptics/do-not-set-zero.dpatch
+++ /dev/null
@@ -1,189 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## do-not-set-zero.dpatch by Michal Čihař <nijel@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Do not set to 0 when some keys are not defined.
-## DP: Debian bug #480744.
-## DP: Forwarded to https://sourceforge.jp/tracker/index.php?func=detail&aid=12545&group_id=1720&atid=6435
-
-@DPATCH@
-diff -urNad gsynaptics-0.9.14~/src/init.c gsynaptics-0.9.14/src/init.c
---- gsynaptics-0.9.14~/src/init.c 2008-02-28 23:27:41.000000000 +0100
-+++ gsynaptics-0.9.14/src/init.c 2008-05-17 09:14:12.000000000 +0200
-@@ -36,63 +36,148 @@
- {
- gboolean b_value;
- gint i_value;
-+ GConfValue *gval = NULL;
-
- if (!gconf_client_dir_exists (gconf, DIRNAME, NULL))
- return;
-
- /* touchpad on/off */
-- b_value = gconf_client_get_bool (gconf, OFF_KEY, NULL);
-- g_synaptics_set_enabled (synaptics, b_value ? 1 : 0);
-+ gval = gconf_client_get (gconf, OFF_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_BOOL) {
-+ b_value = gconf_value_get_bool(gval);
-+ g_synaptics_set_enabled (synaptics, b_value ? 1 : 0);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* vertical scroll delta */
-- i_value = gconf_client_get_int (gconf, VERTSCROLLDELTA_KEY, NULL);
-- g_synaptics_set_vertical_scroll_delta (synaptics, i_value);
-+ gval = gconf_client_get (gconf, VERTSCROLLDELTA_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_vertical_scroll_delta (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* horizontal scroll delta */
-- i_value = gconf_client_get_int (gconf, HORIZSCROLLDELTA_KEY, NULL);
-- g_synaptics_set_horizontal_scroll_delta (synaptics, i_value);
-+ gval = gconf_client_get (gconf, HORIZSCROLLDELTA_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_horizontal_scroll_delta (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* circular scroll */
-- i_value = gconf_client_get_int (gconf, CIRCSCROLLDELTA_KEY, NULL);
-- b_value = gconf_client_get_bool (gconf, CIRCULARSCROLLING_KEY, NULL);
-- g_synaptics_set_circular_scroll_delta (synaptics, i_value);
-- g_synaptics_set_circular_scroll_enabled (synaptics, b_value);
-+ gval = gconf_client_get (gconf, CIRCSCROLLDELTA_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_circular_scroll_delta (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-+ gval = gconf_client_get (gconf, CIRCULARSCROLLING_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_BOOL) {
-+ b_value = gconf_value_get_bool(gval);
-+ g_synaptics_set_circular_scroll_enabled (synaptics, b_value);
-+ }
-+ gconf_value_free(gval);
-+ }
- /* the trigger of circular scrolling */
-- i_value = gconf_client_get_int (gconf, CIRCSCROLLTRIGGER_KEY, NULL);
-- g_synaptics_set_circular_scroll_trigger (synaptics, i_value);
-+ gval = gconf_client_get (gconf, CIRCSCROLLTRIGGER_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_circular_scroll_trigger (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
-
- /* tapping time */
-- i_value = gconf_client_get_int (gconf, MAXTAPTIME_KEY, NULL);
-- g_synaptics_set_tap_time (synaptics, i_value);
-+ gval = gconf_client_get (gconf, MAXTAPTIME_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_tap_time (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* fast taps */
-- b_value = gconf_client_get_bool (gconf, FASTTAPS_KEY, NULL);
-- g_synaptics_set_fast_taps (synaptics, b_value);
-+ gval = gconf_client_get (gconf, FASTTAPS_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_BOOL) {
-+ b_value = gconf_value_get_bool(gval);
-+ g_synaptics_set_fast_taps (synaptics, b_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* sensitivity */
-- i_value = gconf_client_get_int (gconf, SENSITIVITY_KEY, NULL);
-- g_synaptics_set_sensitivity (synaptics, i_value);
-+ gval = gconf_client_get (gconf, SENSITIVITY_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_sensitivity (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* coasting */
-- b_value = gconf_client_get_bool (gconf, COASTENABLE_KEY, NULL);
-- g_synaptics_set_coasting_enabled (synaptics, b_value);
-+ gval = gconf_client_get (gconf, COASTENABLE_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_BOOL) {
-+ b_value = gconf_value_get_bool(gval);
-+ g_synaptics_set_coasting_enabled (synaptics, b_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* edge motion */
-- b_value = gconf_client_get_bool (gconf, EDGEMOTIONUSEALWAYS_KEY, NULL);
-- g_synaptics_set_edge_motion_enabled (synaptics, b_value);
-+ gval = gconf_client_get (gconf, EDGEMOTIONUSEALWAYS_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_BOOL) {
-+ b_value = gconf_value_get_bool(gval);
-+ g_synaptics_set_edge_motion_enabled (synaptics, b_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* min speed */
-- i_value = gconf_client_get_int (gconf, MINSPEED_KEY, NULL);
-- g_synaptics_set_min_speed (synaptics, i_value);
-+ gval = gconf_client_get (gconf, MINSPEED_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_min_speed (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* max speed */
-- i_value = gconf_client_get_int (gconf, MAXSPEED_KEY, NULL);
-- g_synaptics_set_max_speed (synaptics, i_value);
-+ gval = gconf_client_get (gconf, MAXSPEED_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_max_speed (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- /* accel factor */
-- i_value = gconf_client_get_int (gconf, ACCELFACTOR_KEY, NULL);
-- g_synaptics_set_accel_factor (synaptics, i_value);
-+ gval = gconf_client_get (gconf, ACCELFACTOR_KEY, NULL);
-+ if (gval != NULL) {
-+ if (gval->type == GCONF_VALUE_INT) {
-+ i_value = gconf_value_get_int(gval);
-+ g_synaptics_set_accel_factor (synaptics, i_value);
-+ }
-+ gconf_value_free(gval);
-+ }
-
- }
-
diff --git a/community/gsynaptics/dot-fixes.dpatch b/community/gsynaptics/dot-fixes.dpatch
deleted file mode 100644
index ec8e06fcd..000000000
--- a/community/gsynaptics/dot-fixes.dpatch
+++ /dev/null
@@ -1,73 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## dot-fixces.dpatch by Unknown
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix format strings to always use . as decimal separator, see
-## DP: https://sourceforge.jp/tracker/index.php?func=detail&aid=12498&group_id=1720&atid=6435
-## DP: Forwarded to https://sourceforge.jp/tracker/index.php?func=detail&aid=12544&group_id=1720&atid=6435
-
-@DPATCH@
-diff -urNad gsynaptics-0.9.14~/src/gsynaptics.c gsynaptics-0.9.14/src/gsynaptics.c
---- gsynaptics-0.9.14~/src/gsynaptics.c 2008-02-28 23:21:17.000000000 +0100
-+++ gsynaptics-0.9.14/src/gsynaptics.c 2008-05-17 08:36:54.000000000 +0200
-@@ -713,8 +713,9 @@
- if (priv->synclient)
- {
- gchar *command;
-- command = g_strdup_printf ("synclient AccelFactor=%f",
-- (gdouble)value / 1000);
-+ char strval[G_ASCII_DTOSTR_BUF_SIZE];
-+ g_ascii_dtostr(strval, sizeof(strval), (gdouble)value / 1000);
-+ command = g_strdup_printf ("synclient AccelFactor=%s", strval);
- g_spawn_command_line_async (command, NULL);
- g_free (command);
- }
-@@ -734,8 +735,9 @@
- if (priv->synclient)
- {
- gchar *command;
-- command = g_strdup_printf ("synclient MaxSpeed=%f",
-- (gdouble)value / 1000);
-+ char strval[G_ASCII_DTOSTR_BUF_SIZE];
-+ g_ascii_dtostr(strval, sizeof(strval), (gdouble)value / 1000);
-+ command = g_strdup_printf ("synclient MaxSpeed=%s", strval);
- g_spawn_command_line_async (command, NULL);
- g_free (command);
- }
-@@ -755,8 +757,9 @@
- if (priv->synclient)
- {
- gchar *command;
-- command = g_strdup_printf ("synclient MinSpeed=%f",
-- (gdouble)value / 1000);
-+ char strval[G_ASCII_DTOSTR_BUF_SIZE];
-+ g_ascii_dtostr(strval, sizeof(strval), (gdouble)value / 1000);
-+ command = g_strdup_printf ("synclient MinSpeed=%s", strval);
- g_spawn_command_line_async (command, NULL);
- g_free (command);
- }
-@@ -822,8 +825,10 @@
- if (priv->synclient)
- {
- gchar *command;
-- command = g_strdup_printf ("synclient CoastingSpeedThreshold=%f",
-- thresh);
-+ char strval[G_ASCII_DTOSTR_BUF_SIZE];
-+ g_ascii_dtostr(strval, sizeof(strval), thresh);
-+ command = g_strdup_printf ("synclient CoastingSpeed=%s",
-+ strval);
- g_spawn_command_line_async (command, NULL);
- g_free (command);
- }
-@@ -843,8 +848,9 @@
- if (priv->synclient)
- {
- gchar *command;
-- command = g_strdup_printf ("synclient CircScrollDelta=%f",
-- (gdouble)delta / 1000);
-+ char strval[G_ASCII_DTOSTR_BUF_SIZE];
-+ g_ascii_dtostr(strval, sizeof(strval), (gdouble)delta / 1000);
-+ command = g_strdup_printf ("synclient CircScrollDelta=%s", strval);
- g_spawn_command_line_async (command, NULL);
- g_free (command);
- }
diff --git a/community/gsynaptics/gsynaptics.install b/community/gsynaptics/gsynaptics.install
deleted file mode 100644
index 5b505b7b3..000000000
--- a/community/gsynaptics/gsynaptics.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
-cat << EOF
->>>
->>> This tool can only be used if "SHMConfig" "true" is set
->>> in the synaptics section in your xorg.conf
->>>
->>> Also have gsynaptics-init start with gnome by going to
->>> [Desktop] - [Preferences] - [Sessions] - [Startup Programs]
->>> Non-GNOME users can start it with their .xinitrc or .xsession
->>>
-EOF
-}
diff --git a/community/kdbg/PKGBUILD b/community/kdbg/PKGBUILD
index 086be73dd..396ecdbb3 100644
--- a/community/kdbg/PKGBUILD
+++ b/community/kdbg/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 75968 2012-09-07 11:44:58Z spupykin $
+# $Id: PKGBUILD 88516 2013-04-19 10:30:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Eric Belanger <belanger@astro.umontreal.ca>
# Contributor: Jason Taylor <jftaylor21@gmail.com>
# Contributor: Georg Grabler <ggrabler@chello.at>
pkgname=kdbg
-pkgver=2.5.2
+pkgver=2.5.3
pkgrel=1
pkgdesc="A gdb GUI for KDE"
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ depends=('kdebase-runtime' 'gdb')
makedepends=('automoc4' 'cmake')
options=('!libtool')
source=("http://downloads.sourceforge.net/project/kdbg/Source%20Code/$pkgver/kdbg-$pkgver.tar.gz")
-md5sums=('392f477f0a4c1f1b921ce7d6c7128fcb')
+md5sums=('345183d07eb11a9c841d3dc34b734613')
build() {
cd $srcdir
diff --git a/community/libestr/PKGBUILD b/community/libestr/PKGBUILD
index 3d494274e..af365dc03 100644
--- a/community/libestr/PKGBUILD
+++ b/community/libestr/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 76517 2012-09-21 10:06:06Z spupykin $
+# $Id: PKGBUILD 88518 2013-04-19 10:30:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Brian Knox <taotetek@gmail.com>
pkgname=libestr
-pkgver=0.1.4
+pkgver=0.1.5
pkgrel=1
pkgdesc="essentials for string handling (and a bit more)"
url="http://libestr.adiscon.com/"
@@ -12,7 +12,7 @@ license=('LGPL2.1')
depends=()
options=(!libtool)
source=("http://libestr.adiscon.com/files/download/libestr-$pkgver.tar.gz")
-md5sums=('ee3ff39f421f47b2a9551a7f9011d084')
+md5sums=('f180c0cdc82883d161eba3f2e8a34eb4')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
diff --git a/community/librtfcomp/PKGBUILD b/community/librtfcomp/PKGBUILD
index 26129d496..a7b5355d5 100644
--- a/community/librtfcomp/PKGBUILD
+++ b/community/librtfcomp/PKGBUILD
@@ -1,25 +1,26 @@
-# $Id: PKGBUILD 66204 2012-02-23 03:18:55Z spupykin $
+# $Id: PKGBUILD 88520 2013-04-19 10:31:06Z spupykin $
# Contributor: Bartek Iwaniec <hash87 [at] gmail [dot] com>
pkgname=librtfcomp
-pkgver=1.1
-pkgrel=5
+pkgver=1.2
+pkgrel=1
pkgdesc="SynCE librtfcomp library"
arch=(i686 x86_64)
license=('GPL')
url="http://www.synce.org/"
depends=(pyrex)
source=(http://downloads.sourceforge.net/synce/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b7f70dc41687d920ec9f47c01f56d6ce')
+md5sums=('cdff301ff346905595d0bb6efd432850')
build() {
-
cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr
make
- make DESTDIR="${pkgdir}" install
-#Remove the conflicting binary file (conflict with core-utils). I don't know any other workaround.
- rm ${pkgdir}/usr/bin/test
- cd ..
+}
-}
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+ install -dm0755 $pkgdir/usr/bin
+ install -m0755 tests/{to,from}rtf $pkgdir/usr/bin
+}
diff --git a/community/libuser/PKGBUILD b/community/libuser/PKGBUILD
index eb779f259..127f5d907 100644
--- a/community/libuser/PKGBUILD
+++ b/community/libuser/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 80627 2012-11-27 13:52:32Z spupykin $
+# $Id: PKGBUILD 88522 2013-04-19 10:31:27Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Thomas Dziedzic < gostrc at gmail >
pkgname=libuser
-pkgver=0.58
+pkgver=0.59
pkgrel=1
pkgdesc='A standardized interface for manipulating and administering user and group accounts.'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ depends=('python2' 'glib2' 'popt')
options=('!libtool')
backup=('etc/libuser.conf')
source=("https://fedorahosted.org/releases/l/i/libuser/libuser-${pkgver}.tar.xz")
-md5sums=('1fc3ef3f3a3955b2d78562ff4daed793')
+md5sums=('22835cbfec894b1e9491845ed5023244')
build() {
cd ${pkgname}-${pkgver}
diff --git a/community/libzdb/PKGBUILD b/community/libzdb/PKGBUILD
index 6bbc52e6e..ddd025ad0 100644
--- a/community/libzdb/PKGBUILD
+++ b/community/libzdb/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87007 2013-03-25 19:16:47Z bpiotrowski $
+# $Id: PKGBUILD 88544 2013-04-19 13:27:42Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libzdb
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.11.2
+pkgrel=1
pkgdesc="Zild Database Library"
arch=('i686' 'x86_64')
url="http://www.tildeslash.com/libzdb/"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('postgresql-libs' 'sqlite' 'libmariadbclient')
options=('!libtool')
source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-md5sums=('155e89d96df4ec22e984442137f75289')
+md5sums=('f3ebd6c32c47be084643a44d34459499')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/mplayer2/PKGBUILD b/community/mplayer2/PKGBUILD
index ba0642ffe..43990c058 100644
--- a/community/mplayer2/PKGBUILD
+++ b/community/mplayer2/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 84778 2013-02-24 14:30:27Z bpiotrowski $
+# $Id: PKGBUILD 88562 2013-04-19 20:25:06Z bpiotrowski $
# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl>
# Contributor: Martin Panter <vadmium+aur@gmail.com>
# Contributor: Stéphane Gaudreault <stephane@archlinux.org>
pkgname=mplayer2
-pkgver=20130126
+pkgver=20130309
pkgrel=1
pkgdesc='Advanced general-purpose media player. A fork of the original MPlayer project'
arch=('i686' 'x86_64')
@@ -22,11 +22,11 @@ backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
provides=('mplayer')
conflicts=('mplayer')
options=(!emptydirs)
-source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('53faf18a1bedb76e980255410b56e59ea4cd5f69984832fc5e942e15dc89622b')
+source=(ftp://ftp.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('03aeccbd82b3598e0656b54ae6ab60c79afdb78eabe1b2915e7912db7efbd343')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
sed 's/gmplayer/mplayer/g' -i etc/mplayer.desktop
find -type f -exec sed -e 's/python3/python/' -i {} \;
@@ -43,7 +43,7 @@ build() {
}
package() {
- cd $srcdir/$pkgname-$pkgver
+ cd $pkgname-$pkgver
make DESTDIR=$pkgdir install
install -Dm644 etc/{codecs.conf,input.conf,example.conf} $pkgdir/etc/mplayer/
diff --git a/community/opensips/PKGBUILD b/community/opensips/PKGBUILD
index 82c0b08d2..1137965cf 100644
--- a/community/opensips/PKGBUILD
+++ b/community/opensips/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87012 2013-03-25 19:16:53Z bpiotrowski $
+# $Id: PKGBUILD 88548 2013-04-19 16:08:52Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=opensips
-pkgver=1.8.1
-pkgrel=5
+pkgver=1.9.0
+pkgrel=1
pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, location server, redirect server ..."
url="http://www.opensips.org"
depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
@@ -26,7 +26,7 @@ options=('!emptydirs' 'zipman' '!makeflags' 'docs')
source=(http://opensips.org/pub/opensips/$pkgver/src/opensips-${pkgver}_src.tar.gz
opensips.init
opensips.service)
-md5sums=('4a7cc708a5fba6ab3d1a3aa0aaa85d77'
+md5sums=('2d989e49c9f5f6bd6d0910937fd49802'
'685fbe00826df1285b410d4610dcbb0c'
'7b786d758fe3174af34e2ced44b549e7')
diff --git a/community/opensmtpd/PKGBUILD b/community/opensmtpd/PKGBUILD
index 77d165f5e..50d75be6e 100644
--- a/community/opensmtpd/PKGBUILD
+++ b/community/opensmtpd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 88392 2013-04-17 00:49:59Z seblu $
+# $Id: PKGBUILD 88532 2013-04-19 11:57:55Z seblu $
# Maintainer: Sébastien Luttringer
pkgname=opensmtpd
pkgver=5.3.1p1
-pkgrel=1
+pkgrel=2
pkgdesc='Free implementation of the server-side SMTP protocol'
arch=('i686' 'x86_64')
url='http://www.opensmtpd.org/'
@@ -11,7 +11,7 @@ license=('custom')
depends=('libevent')
provides=('smtp-server' 'smtp-forwarder')
conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd.conf' 'etc/aliases')
+backup=('etc/smtpd.conf' 'etc/aliases' 'etc/virtual' 'etc/secrets')
install=opensmtpd.install
source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz"
'smtpd.service'
@@ -54,7 +54,7 @@ package() {
# empty aliases file
install -Dm644 /dev/null "$pkgdir/etc/aliases"
install -Dm644 /dev/null "$pkgdir/etc/virtual"
- install -Dm644 /dev/null "$pkgdir/etc/secrets"
+ install -Dm640 /dev/null "$pkgdir/etc/secrets"
# fake sendmail binary (used to be smtp-forwarder)
# use hardlink as upstream does...
cd "$pkgdir/usr/bin"
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index 0c44e3358..176196262 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87711 2013-04-05 10:27:59Z spupykin $
+# $Id: PKGBUILD 88524 2013-04-19 10:31:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
pkgname=parrot
-pkgver=5.2.0
+pkgver=5.3.0
#_rel=stable
_rel=devel
pkgrel=1
@@ -16,7 +16,7 @@ makedepends=('perl-json')
optdepends=('freeglut')
options=('!makeflags')
source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
-md5sums=('ed8e30dda7439f44d6cbf5b3ab40bc28')
+md5sums=('4f9fd4994bffd7664901dcace9ab6c16')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD
index dce40bb8d..c6a31dcb3 100644
--- a/community/pidgin-lwqq/PKGBUILD
+++ b/community/pidgin-lwqq/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 88464 2013-04-18 10:48:26Z fyan $
+# $Id: PKGBUILD 88512 2013-04-19 08:19:36Z fyan $
# Maintainer: Felix Yan <felixonmars@gmail.com>
pkgname=pidgin-lwqq
pkgver=0.1d
_pkgver=0.1-d
-pkgrel=2
+pkgrel=3
pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol"
arch=('i686' 'x86_64')
url="https://github.com/xiehuc/pidgin-lwqq"
@@ -14,11 +14,14 @@ optdepends=('pidgin: Multi-protocol instant messaging client'
'telepathy-haze: Empathy plugin support')
makedepends=('git' 'cmake')
install=$pkgname.install
-source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz")
+source=("https://github.com/xiehuc/$pkgname/archive/${_pkgver}.tar.gz"
+ https://github.com/xiehuc/pidgin-lwqq/commit/afdefd3fb8ecce36f6387c5895339671f5833b4e.patch)
build()
{
cd "${srcdir}/$pkgname-${_pkgver}"
+ patch -Np1 -i ../afdefd3fb8ecce36f6387c5895339671f5833b4e.patch
+
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
}
@@ -28,4 +31,5 @@ package()
cd "$srcdir/$pkgname-${_pkgver}"
make DESTDIR="${pkgdir}" install
}
-md5sums=('5ec83a5a3328dac2ded431bcd7c5c034')
+md5sums=('5ec83a5a3328dac2ded431bcd7c5c034'
+ '18fcaf7c7c9a4fb944d34e90e622a9dd')
diff --git a/community/python-pygit2/PKGBUILD b/community/python-pygit2/PKGBUILD
index fa3dcbb15..56ab4eef2 100644
--- a/community/python-pygit2/PKGBUILD
+++ b/community/python-pygit2/PKGBUILD
@@ -1,9 +1,10 @@
+# $Id: PKGBUILD 88510 2013-04-19 08:16:34Z thestinger $
# Maintainer: Daniel Micay <danielmicay@gmail.com>
pkgbase=python-pygit2
pkgname=(python-pygit2 python2-pygit2)
-pkgver=0.17.3
-pkgrel=2
+pkgver=0.18.0
+pkgrel=1
pkgdesc='Python bindings for libgit2'
url="https://github.com/libgit2/pygit2"
depends=(libgit2)
@@ -11,7 +12,7 @@ makedepends=(python python2)
arch=(i686 x86_64)
license=('GPL2')
source=(https://github.com/libgit2/pygit2/archive/v${pkgver}.tar.gz)
-md5sums=('d7a03ddd2d3b0dee1c7ee89998dd3022')
+md5sums=('25dedbcf38d690dc8b3716389f2702de')
package_python-pygit2() {
cd "$srcdir/pygit2-$pkgver"
diff --git a/community/rsyslog/PKGBUILD b/community/rsyslog/PKGBUILD
index da0973619..2ce6fe698 100644
--- a/community/rsyslog/PKGBUILD
+++ b/community/rsyslog/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87020 2013-03-25 19:17:02Z bpiotrowski $
+# $Id: PKGBUILD 88526 2013-04-19 10:32:19Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=rsyslog
-pkgver=7.2.6
-pkgrel=6
+pkgver=7.2.7
+pkgrel=1
pkgdesc="An enhanced multi-threaded syslogd with a focus on security and reliability"
url="http://www.rsyslog.com/"
arch=('i686' 'x86_64')
@@ -23,7 +23,7 @@ source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz"
'rsyslog.logrotate'
'rsyslog.conf.d'
'rsyslog.conf')
-md5sums=('2b2bfbc3f87fe85add651dc07a6f21ea'
+md5sums=('4a61d182acb5b5487e7b99dea8974857'
'a18bbcbb6ebdaa13a6ec6d9f3d9eb2da'
'8065db4bef3061a4f000ba58779f6829'
'18565f38a4445136446a31a3c95ffc3e'
diff --git a/community/sfk/PKGBUILD b/community/sfk/PKGBUILD
index 494390ff0..70b202aa6 100644
--- a/community/sfk/PKGBUILD
+++ b/community/sfk/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 77369 2012-10-09 06:40:23Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
+# $Id: PKGBUILD 88535 2013-04-19 12:59:02Z seblu $
+# Maintainer: Sébastien Luttringer
# Contributor: Baumi <baumi@gmx.com>
pkgname=sfk
-pkgver=1.6.6
+pkgver=1.6.7
pkgrel=1
pkgdesc='Swiss File Knife - A Command Line Tools Collection'
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url='http://stahlforce.com/dev/?tool=sfk'
license=('custom: BSD')
depends=('gcc-libs')
source=("http://downloads.sourceforge.net/swissfileknife/${pkgname}${pkgver//./}.zip")
-md5sums=('d32f487d783356eb15e23f5e26bf7ac7')
+md5sums=('cd900b0c2f6fb362d5d3ef5190b96767')
build() {
cd ${pkgname}${pkgver//./}
@@ -24,4 +24,4 @@ package() {
install -D -m444 bsd-license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et:
diff --git a/community/xdebug/PKGBUILD b/community/xdebug/PKGBUILD
index 683559441..505bd2f59 100644
--- a/community/xdebug/PKGBUILD
+++ b/community/xdebug/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 74088 2012-07-20 08:07:10Z spupykin $
+# $Id: PKGBUILD 88528 2013-04-19 10:32:46Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Jonathan Wiersma <arch aur at jonw dot org>
# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
# Contributor: sracker <smb.sac@gmail.com>
pkgname=xdebug
-pkgver=2.2.1
+pkgver=2.2.2
pkgrel=1
pkgdesc="PHP debugging extension"
arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@ backup=('etc/php/conf.d/xdebug.ini')
source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz
xdebug-5.2.ini
xdebug.ini)
-md5sums=('5e5c467e920240c20f165687d7ac3709'
+md5sums=('5687bca6270b9668721090d780c7c966'
'6b7fdbbe0bf381bda40e77e29981f439'
'68de800943369d4c76bdf7eb35c8463b')
@@ -32,6 +32,10 @@ build() {
cd debugclient
./configure --prefix=/usr
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver/debugclient
make DESTDIR=$pkgdir install
cd $srcdir/$pkgname-$pkgver
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD
index ed4768a0a..bc5a8e13b 100644
--- a/community/xmms2/PKGBUILD
+++ b/community/xmms2/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 87966 2013-04-09 15:45:48Z spupykin $
+# $Id: PKGBUILD 88557 2013-04-19 17:25:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xmms2
pkgver=0.8DrO_o
-pkgrel=11
+pkgrel=12
pkgdesc="complete rewrite of the popular music player"
arch=('i686' 'x86_64')
url="http://xmms2.org/"
@@ -12,6 +12,7 @@ backup=('etc/conf.d/xmms2d.conf')
depends=('sqlite' 'libmad')
makedepends=('alsa-lib' 'boost' 'curl' 'faad2' 'ffmpeg' 'fftw' 'flac' 'glib'
'jack' 'libao' 'libmms' 'libmpcdec' 'libofa' 'libsamplerate' 'libshout'
+ 'libdiscid' 'libcdio-paranoia'
'libvorbis' 'libxml2' 'mpg123' 'oss' 'perl' 'pulseaudio' 'pyrex'
'ruby' 'smbclient' 'speex' 'wavpack' 'libmodplug' 'python' 'python2' 'libgme' 'avahi')
optdepends=('alsa-lib: ALSA audio output'
@@ -25,6 +26,8 @@ optdepends=('alsa-lib: ALSA audio output'
'jack: JACK audio output'
'libao: liboa audio output'
'libgme: game-music-emu support'
+ 'libdiscid: cdda support'
+ 'libcdio-paranoia: cdda support'
'libofa: MusicDNS fingerprinting'
'libmms: play MMS streams'
'libmodplug: to play MOD files'
@@ -68,6 +71,8 @@ build() {
# python2 fix
# sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf
+ sed -i 's|#include <cdio/cdda.h>|#include <cdio/paranoia/cdda.h>|' src/plugins/cdda/cdda.c
+ sed -i 's|libsmbclient.h|samba-4.0/libsmbclient.h|' src/plugins/samba/{samba.c,wscript}
./waf configure --prefix=/usr \
--with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps,et,mdns,medialib-updater \
diff --git a/community/xvkbd/PKGBUILD b/community/xvkbd/PKGBUILD
index 97803208a..7551fdb1e 100644
--- a/community/xvkbd/PKGBUILD
+++ b/community/xvkbd/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 67325 2012-03-08 16:34:46Z spupykin $
+# $Id: PKGBUILD 88530 2013-04-19 10:33:08Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Benjamin Andresen <benny@klapmuetz.org>
# Contributor: Mikko Seppдlд <t-r-a-y@mbnet.fi>
pkgname=xvkbd
-pkgver=3.3
+pkgver=3.4a
pkgrel=1
pkgdesc="virtual (graphical) keyboard program for X Window System"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('libxmu' 'xaw3d' 'glibc' 'libxt' 'libxtst' 'libxp' 'libxpm')
makedepends=('imake')
source=(http://homepage3.nifty.com/tsato/xvkbd/xvkbd-$pkgver.tar.gz)
-md5sums=('8495402211a610293563a749bb45a0f0')
+md5sums=('3d996ba9f84b5ed2392f9809ada22711')
build() {
cd "$srcdir/$pkgname-$pkgver"
diff --git a/extra/colord/PKGBUILD b/extra/colord/PKGBUILD
index 04cba601c..8b78e733e 100644
--- a/extra/colord/PKGBUILD
+++ b/extra/colord/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 180560 2013-03-23 09:51:07Z heftig $
+# $Id: PKGBUILD 183240 2013-04-19 01:14:07Z heftig $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
pkgname=colord
-pkgver=0.1.31
+pkgver=0.1.33
pkgrel=1
pkgdesc="System daemon for managing color devices"
arch=(i686 x86_64)
@@ -16,7 +16,7 @@ options=('!libtool')
install=colord.install
backup=(etc/colord.conf)
source=($url/releases/$pkgname-$pkgver.tar.xz)
-sha1sums=('f4a00282aaae0fb8a5d24abfc78377e010261e75')
+sha1sums=('41888fc853e033302c59539777b09317a7e1ab3d')
build() {
cd $pkgname-$pkgver
diff --git a/extra/diffstat/PKGBUILD b/extra/diffstat/PKGBUILD
index 605f1431c..d1988a62c 100644
--- a/extra/diffstat/PKGBUILD
+++ b/extra/diffstat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 177978 2013-02-12 19:03:39Z giovanni $
+# $Id: PKGBUILD 183251 2013-04-19 14:34:26Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Matthias-Christian Ott <matthias.christian.at.tiscali.de>
pkgname=diffstat
-pkgver=1.56
+pkgver=1.57
pkgrel=1
pkgdesc="Display a histogram of diff changes"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://invisible-island.net/diffstat"
depends=('glibc')
license=('MIT')
source=("ftp://invisible-island.net/${pkgname}/${pkgname}-${pkgver}.tgz")
-md5sums=('3841a3831122674865d41be39d27052f')
+md5sums=('a70ae35e479ab91da7eb6023a4e9240a')
build () {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD
index 952c32cd9..452e166cb 100644
--- a/extra/gpsd/PKGBUILD
+++ b/extra/gpsd/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 169832 2012-10-30 19:50:10Z tomegun $
+# $Id: PKGBUILD 183237 2013-04-19 00:40:14Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Giacomo Rizzo <alt@free-os.it>
pkgname=gpsd
-pkgver=3.7
+pkgver=3.8
pkgrel=1
pkgdesc="GPS daemon and library to support USB/serial GPS devices"
arch=('i686' 'x86_64')
@@ -16,11 +16,11 @@ optdepends=('php: generate a PHP status page for your GPS'
'php-gd: image support for the PHP status page'
'pygtk: GUI frontends')
makedepends=('scons' 'docbook-xsl' 'chrpath')
-backup=('etc/conf.d/gpsd')
+backup=('etc/gpsd.conf')
options=('!libtool')
install="${pkgname}.install"
source=("http://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.sig}
- 'gpsd' 'gpsd.conf.d')
+ 'gpsd.conf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -48,17 +48,16 @@ package() {
export DESTDIR="${pkgdir}"
scons install
- install -D -m644 "${srcdir}/gpsd.conf.d" "${pkgdir}/etc/conf.d/gpsd"
+ install -D -m644 "${srcdir}/gpsd.conf" "${pkgdir}/etc/gpsd.conf"
- sed -i 's|/lib/udev/gpsd|/usr/lib/udev/gpsd|' gpsd.rules
+ install -D -m644 "gpsd.rules" "${pkgdir}/usr/lib/udev/rules.d/25-gpsd-usb.rules"
- install -D -m644 "gpsd.rules" "${pkgdir}/usr/lib/udev/rules.d/99-gpsd-usb.rules"
-
- sed -i 's|/etc/default/gpsd|/etc/conf.d/gpsd|' gpsd.hotplug
+ sed -i 's|/etc/default/gpsd|/etc/gpsd|' gpsd.hotplug
install -D -m755 gpsd.hotplug "${pkgdir}/usr/lib/udev/gpsd.hotplug"
# GPSD needs RPATH
- chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/libgps{,d}.so.20.0.0
+ chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/libgps.so.20.0.0
+ chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/libgpsd.so.21.0.0
chrpath -r /usr/lib/ "${pkgdir}"/usr/bin/{gpsdecode,gpsctl,gpspipe,gpxlogger,lcdgps}
chrpath -r /usr/lib/ "${pkgdir}"/usr/sbin/{gpsd,gpsdctl}
chrpath -r /usr/lib/ "${pkgdir}"/usr/lib/python2.7/site-packages/gps/{clienthelpers,packet}.so
@@ -70,14 +69,11 @@ package() {
install -D -m644 packaging/X11/gpsd-logo.png \
"${pkgdir}/usr/share/gpsd/gpsd-logo.png"
- install -D -m755 "${srcdir}/gpsd" "${pkgdir}/etc/rc.d/gpsd"
-
install -D -m644 systemd/gpsd.service "${pkgdir}/usr/lib/systemd/system/gpsd.service"
install -D -m644 systemd/gpsd.socket "${pkgdir}/usr/lib/systemd/system/gpsd.socket"
install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-md5sums=('52d9785eaf1a51298bb8900dbde88f98'
- '07fa4bf23aa998dcb951790b63dbebff'
- '6602d04bb037bc500424f00f24f58837'
+md5sums=('1a3177b907f25c0ce6d1a0aa22597270'
+ 'SKIP'
'3e963df3f9f7ef3572ecc648ae829315')
diff --git a/extra/gpsd/gpsd b/extra/gpsd/gpsd
deleted file mode 100755
index 2ca7efe26..000000000
--- a/extra/gpsd/gpsd
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-. /etc/rc.conf
-. /etc/rc.d/functions
-[ -f /etc/conf.d/gpsd ] && . /etc/conf.d/gpsd
-
-NAME=gpsd
-DAEMON=/usr/sbin/gpsd
-PIDFILE=/run/gpsd.pid
-PID=$(cat $PIDFILE 2>/dev/null)
-
-case "$1" in
- start)
- stat_busy "Starting gpsd"
- [ -z "$PID" ] && "$DAEMON" -P $PIDFILE -F /run/gpsd.sock ${GPSD_OPTIONS} ${DEVICES}
- if [ $? -gt 0 ]; then
- stat_fail
- else
- add_daemon $NAME
- stat_done
- fi
- ;;
- stop)
- stat_busy "Stopping $NAME"
- [ ! -z "$PID" ] && kill $PID &> /dev/null
- if [ $? -gt 0 ]; then
- stat_fail
- else
- rm -f $PIDFILE &>/dev/null
- rm_daemon $NAME
- stat_done
- fi
- ;;
-
- restart)
- $0 stop
- sleep 2
- $0 start
- ;;
- *)
- echo "usage: $0 {start|stop|restart}"
-esac
-exit 0
diff --git a/extra/gpsd/gpsd.conf.d b/extra/gpsd/gpsd.conf
index 9fef72cb9..9fef72cb9 100644
--- a/extra/gpsd/gpsd.conf.d
+++ b/extra/gpsd/gpsd.conf
diff --git a/extra/link-grammar/PKGBUILD b/extra/link-grammar/PKGBUILD
index de4fc64e2..810031ba3 100644
--- a/extra/link-grammar/PKGBUILD
+++ b/extra/link-grammar/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 170367 2012-11-06 17:34:52Z giovanni $
+# $Id: PKGBUILD 183248 2013-04-19 14:20:16Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=link-grammar
-pkgver=4.7.9
+pkgver=4.7.11
pkgrel=1
pkgdesc="A Grammar Checking library"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('BSD')
depends=('aspell')
options=('!libtool' '!makeflags')
source=("http://www.abisource.com/downloads/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('c115f2b46d577e038e52128ece034144')
+md5sums=('1a990ecf0b517813a4c7b3b6f9c01f00')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/scim-tables/PKGBUILD b/extra/scim-tables/PKGBUILD
index 0460dce28..557d9d80c 100644
--- a/extra/scim-tables/PKGBUILD
+++ b/extra/scim-tables/PKGBUILD
@@ -1,23 +1,25 @@
-# $Id: PKGBUILD 165324 2012-08-15 15:29:35Z bisson $
+# $Id: PKGBUILD 183256 2013-04-19 15:20:34Z bisson $
# Contributor: damir <damir@archlinux.org>
# Contributor: Gan Lu <rhythm.gan@gmail.com>
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=scim-tables
-pkgver=0.5.11
+pkgver=0.5.12
pkgrel=1
pkgdesc='Generic table input method module for SCIM'
url='http://www.scim-im.org/'
arch=('i686' 'x86_64')
license=('GPL')
depends=('scim')
-options=('!libtool')
+makedepends=('intltool')
source=("http://downloads.sourceforge.net/sourceforge/scim/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('25dd1fcc809f57671e7df369f4011c14ba225b6b')
+sha1sums=('c83515c1c3ce0c40fb7cf30f576d8837a06a626f')
+
+options=('!libtool')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr --enable-static=no
+ ./configure --prefix=/usr --disable-static
make
}
diff --git a/extra/whois/PKGBUILD b/extra/whois/PKGBUILD
index 06b39fa07..123c35111 100644
--- a/extra/whois/PKGBUILD
+++ b/extra/whois/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 168908 2012-10-16 14:12:00Z giovanni $
+# $Id: PKGBUILD 183246 2013-04-19 14:14:54Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=whois
-pkgver=5.0.20
+pkgver=5.0.24
pkgrel=1
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL')
depends=('libidn')
makedepends=('perl')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz")
-md5sums=('2e33c03536082ae8156b2cbe78c0299d')
+md5sums=('34c45f9beaafa5ae58d7d8b366c7c262')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/libre/icecat-noscript/PKGBUILD b/libre/icecat-noscript/PKGBUILD
index 8d58da41c..61840c4df 100644
--- a/libre/icecat-noscript/PKGBUILD
+++ b/libre/icecat-noscript/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=firefox-noscript
pkgname=icecat-noscript
-pkgver=2.6.5.9
+pkgver=2.6.6
pkgrel=1
pkgdesc="plugin for icecat which disables script"
arch=('any')
@@ -14,7 +14,7 @@ depends=()
provides=$_pkgname=$pkgver
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('ea50b76dd18c1f714359a095b2f00d6a')
+md5sums=('a018efb1fe0f722ff307382791bf3c98')
package() {
# _ffver=`pacman -Q icecat | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/iceweasel-noscript/PKGBUILD b/libre/iceweasel-noscript/PKGBUILD
index 330402ed2..999131a86 100644
--- a/libre/iceweasel-noscript/PKGBUILD
+++ b/libre/iceweasel-noscript/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname=firefox-noscript
pkgname=iceweasel-noscript
-pkgver=2.6.5.9
+pkgver=2.6.6
pkgrel=1
pkgdesc="plugin for iceweasel which disables script"
arch=('any')
@@ -14,7 +14,7 @@ depends=()
provides=$_pkgname=$pkgver
makedepends=('unzip')
source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('ea50b76dd18c1f714359a095b2f00d6a')
+md5sums=('a018efb1fe0f722ff307382791bf3c98')
package() {
# _ffver=`pacman -Q iceweasel-libre | cut -f2 -d\ | cut -f1 -d-`
diff --git a/libre/spectrwm-libre/PKGBUILD b/libre/spectrwm-libre/PKGBUILD
index a5a9b9b50..d873da4f7 100644
--- a/libre/spectrwm-libre/PKGBUILD
+++ b/libre/spectrwm-libre/PKGBUILD
@@ -4,9 +4,9 @@
_pkgname=spectrwm
pkgname=spectrwm-libre
-pkgver=2.1.0
+pkgver=2.2.0
pkgrel=1
-pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way (without unfree profont support)"
+pkgdesc="A minimalistic automatic tiling window manager that tries to stay out of the way, without nonfree profont support"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.spectrwm.org"
_watch="https://opensource.conformal.com/snapshots/spectrwm/"
@@ -14,14 +14,14 @@ license=('custom:ISC')
depends=('dmenu' 'xcb-util' 'xcb-util-wm' 'xcb-util-keysyms' 'libxrandr' 'libxft' 'libxcursor')
replaces=('spectrwm' 'scrotwm')
conflicts=('spectrwm')
-provides=("spectrwm=${pkgver}")
+provides=("spectrwm=$pkgver")
makedepends=('libxt')
-optdepends=('scrot: screenshots' 'xlockmore: screenlocking' 'terminus-font: great font')
+optdepends=('scrot: screenshots' 'xlockmore: great screenlocker' 'terminus-font: great font')
backup=(etc/spectrwm.conf)
source=(http://opensource.conformal.com/snapshots/$_pkgname/$_pkgname-$pkgver.tgz \
LICENSE \
baraction.sh)
-md5sums=('cd0ca423445bdc5a74528ca23166449b'
+md5sums=('c572727b5fb9fe3674c03a7e51d191c4'
'a67cfe51079481e5b0eab1ad371379e3'
'950d663692e1da56e0ac864c6c3ed80e')
@@ -32,7 +32,12 @@ build() {
sed -i 's|\"/usr/local/lib/libswmhack.so\"|\"libswmhack.so\"|' spectrwm.c
sed -i 's/verbose_layout = 0;/verbose_layout = 1;/' spectrwm.c
sed -i 's/# modkey = Mod1/modkey = Mod4/' spectrwm.conf
+ # crashes if defaults can't be found, use smaller defaults
sed -i 's/-\*-terminus-medium-\*-\*-\*-\*/-*-profont-*-*-*-*-12/' spectrwm.conf
+ #sed -i 's/# program[lock].*/program[lock] = slock/' spectrwm.conf
+
+ # see spectrwm FS#403
+ sed -i 's/setconfspawn("lock".*/setconfspawn("lock", "xlock", SWM_SPAWN_OPTIONAL);/' spectrwm.c
cd linux
make PREFIX="/usr"
diff --git a/pcr/csync-owncloud/PKGBUILD b/pcr/ocsync/PKGBUILD
index daba8c568..34ce2f62c 100644
--- a/pcr/csync-owncloud/PKGBUILD
+++ b/pcr/ocsync/PKGBUILD
@@ -9,26 +9,24 @@
# See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported.
# Default is RelWithDebInfo to help with debugging.
-_buildtype="RelWithDebInfo"
+_buildtype="Release"
##############################################################
-_name=csync
-pkgname=csync-owncloud
-pkgver=0.50.8
+pkgname=ocsync
+pkgver=0.70.5
pkgrel=1
pkgdesc="A file synchronizer especially designed for you, the normal user."
arch=("i686" "x86_64")
url="http://www.csync.org"
license=('GPL2')
-depends=('log4c' 'sqlite3' 'iniparser' 'neon' 'smbclient' 'libssh')
+depends=('sqlite3' 'iniparser' 'neon' 'smbclient' 'libssh')
makedepends=('cmake')
#optdepends=('samba: smb support' 'libssh: sftp support')
-provides=('csync')
-conflicts=('csync')
-options=(!strip)
-source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2")
-md5sums=('322f6fa22ca0e8cd05f23dc0d075e7ca')
+provides=('csync' 'csync-owncloud')
+conflicts=('csync' 'csync-owncloud')
+source=("http://download.owncloud.com/download/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('7c8b6f260cc53d29c4355f6837990329')
# Clean options array to strip pkg if release buildtype is chosen
if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then
@@ -36,18 +34,17 @@ if [[ ${_buildtype} == "Release" ]] || [[ ${_buildtype} == "release" ]]; then
fi
build() {
- if [[ -e ${srcdir}/${_name}-${pkgver}-build ]]; then rm -rf ${srcdir}/${_name}-${pkgver}-build; fi
- mkdir ${srcdir}/${_name}-${pkgver}-build
- cd ${srcdir}/${_name}-${pkgver}-build
+ if [[ -e ${srcdir}/${pkgname}-${pkgver}-build ]]; then rm -rf ${srcdir}/${pkgname}-${pkgver}-build; fi
+ mkdir ${srcdir}/${pkgname}-${pkgver}-build
+ cd ${srcdir}/${pkgname}-${pkgver}-build
cmake -DCMAKE_BUILD_TYPE=${_buildtype} \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/etc \
- -DLOG_TO_CALLBACK=on \
- ../${_name}-${pkgver}
+ ../${pkgname}-${pkgver}
make
}
package() {
- cd ${srcdir}/${_name}-${pkgver}-build
+ cd ${srcdir}/${pkgname}-${pkgver}-build
make DESTDIR=${pkgdir} install
}
diff --git a/pcr/owncloud-client/PKGBUILD b/pcr/owncloud-client/PKGBUILD
index 7e8dfa59a..69905f40a 100644
--- a/pcr/owncloud-client/PKGBUILD
+++ b/pcr/owncloud-client/PKGBUILD
@@ -9,28 +9,27 @@
# See http://techbase.kde.org/Development/CMake/Addons_for_KDE#Buildtypes to check what is supported.
# Default is RelWithDebInfo to help with debugging.
-_buildtype="RelWithDebInfo"
+_buildtype="Release"
##############################################################
_name=mirall
pkgname=owncloud-client
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.2.3
+pkgrel=1
pkgdesc="ownCloud client based on mirall"
arch=('i686' 'x86_64')
url="http://owncloud.org/"
license=('GPL2')
-depends=('qt' 'csync-owncloud')
+depends=('qt4' 'ocsync')
makedepends=('cmake')
provides=('mirall' 'owncloud-client')
conflicts=('mirall-git')
-options=(!strip)
install=owncloud-client.install
-backup=('etc/exclude.lst')
+backup=('etc/owncloud-client/sync-exclude.lst')
source=("http://download.owncloud.com/download/${_name}-${pkgver}.tar.bz2"
"${pkgname}.desktop")
-md5sums=('b7a96411f092bb16f88e3868a558032f'
+md5sums=('a3aa2cb1b9ccb13c7e8b0ef8a1b539df'
'e223d162626c2ff54efebaa90a182d81')
# Clean options array to strip pkg if release buildtype is chosen
@@ -43,7 +42,13 @@ build() {
mkdir ${srcdir}/${_name}-${pkgver}-build
cd ${srcdir}/${_name}-${pkgver}-build
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=/usr/lib -DCMAKE_BUILD_TYPE=${_buildtype} ../${_name}-${pkgver}
+ cmake -DQT_QMAKE_EXECUTABLE=qmake-qt4 \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=/usr/lib \
+ -DCMAKE_BUILD_TYPE=${_buildtype} \
+ -DCSYNC_INCLUDE_PATH=/usr/include/ocsync \
+ -DCMAKE_INSTALL_SYSCONFDIR=/etc/${pkgname} \
+ ../${_name}-${pkgver}
make
}
diff --git a/pcr/owncloud-client/owncloud-client.install b/pcr/owncloud-client/owncloud-client.install
index 1c0de2e4f..e216754c7 100644
--- a/pcr/owncloud-client/owncloud-client.install
+++ b/pcr/owncloud-client/owncloud-client.install
@@ -1,5 +1,5 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor
}
post_upgrade() {
diff --git a/pcr/owncloud/PKGBUILD b/pcr/owncloud/PKGBUILD
index 7861d0917..18e33afe2 100644
--- a/pcr/owncloud/PKGBUILD
+++ b/pcr/owncloud/PKGBUILD
@@ -1,20 +1,21 @@
-# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
+# Maintainer: Antonio Rojas <nqn1976 @ gmail.com>
# Based on owncloud-git PKGBUILD by Alexander Ovsyannikov
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres <aurelien@cwb.io>
pkgname=owncloud
-pkgver=4.5.2
+pkgver=5.0.4
pkgrel=1
pkgdesc="A cloud server to store your files centrally on a hardware controlled by you"
arch=('any')
url="http://owncloud.org/"
license=('GPL')
-depends=('php-gd')
-optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mysql: to use the MySQL database backend")
+depends=('php-gd' 'php-intl')
+optdepends=("php-apache: to use the Apache web server" "php-sqlite: to use the SQLite database backend" "mariadb: to use the MySQL database backend" "smbclient: to mount SAMBA shares")
makedepends=()
-source=("http://owncloud.org/releases/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
+source=("http://download.owncloud.org/community/$pkgname-$pkgver.tar.bz2" 'owncloud.conf')
backup=('etc/httpd/conf/extra/owncloud.conf')
install=owncloud.install
+md5sums=('311c299b4aff4987a4b4c39aedafa9c0'
+ 'c1d49a3c0d8433bed6bffcd21ebb0064')
package() {
# install license
diff --git a/pcr/owncloud/owncloud.install b/pcr/owncloud/owncloud.install
index 327733f97..cde521d4b 100644
--- a/pcr/owncloud/owncloud.install
+++ b/pcr/owncloud/owncloud.install
@@ -6,12 +6,7 @@ post_install() {
echo "LoadModule php5_module modules/libphp5.so"
echo "Include conf/extra/php5_module.conf"
echo
- echo "Uncomment extensions xmlrpc.so zip.so gd.so"
- echo "and either pdo_sqlite.so sqlite3.so (for the SQLite backend) or mysql.so mysqli.so pdo_mysql.so (for the MySQL backend)"
+ echo "Uncomment extensions gd.so intl.so iconv.so openssl.so xmlrpc.so zip.so"
+ echo "and either pdo_sqlite.so sqlite3.so (for the SQLite backend) or mysqli.so pdo_mysql.so (for the MySQL backend)"
echo "in /etc/php/php.ini"
}
-
-post_upgrade() {
- echo "owncloud is now installed in /usr/share/webapps/owncloud"
- echo "if you want it in /srv/http, add a symlink manually"
-} \ No newline at end of file