summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-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
24 files changed, 149 insertions, 401 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"