summaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
Diffstat (limited to 'community')
-rw-r--r--community/algol68g/PKGBUILD14
-rw-r--r--community/dart/PKGBUILD11
-rw-r--r--community/gloox/PKGBUILD8
-rw-r--r--community/glusterfs/PKGBUILD6
-rw-r--r--community/iverilog/PKGBUILD7
-rwxr-xr-xcommunity/lightdm/PKGBUILD9
-rwxr-xr-xcommunity/lightdm/lightdm-xdg-session-class.patch130
-rw-r--r--community/rawstudio/PKGBUILD6
-rw-r--r--community/squid/PKGBUILD8
-rw-r--r--community/sysstat/PKGBUILD6
-rw-r--r--community/wireshark/PKGBUILD18
-rw-r--r--community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch12
-rw-r--r--community/xkbsel/PKGBUILD10
-rw-r--r--community/xpad/PKGBUILD15
-rw-r--r--community/yaws/PKGBUILD25
-rw-r--r--community/yaws/yaws.service2
16 files changed, 227 insertions, 60 deletions
diff --git a/community/algol68g/PKGBUILD b/community/algol68g/PKGBUILD
index 00b2e8305..3905543e5 100644
--- a/community/algol68g/PKGBUILD
+++ b/community/algol68g/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 94260 2013-07-18 11:12:21Z arodseth $
+# $Id: PKGBUILD 100425 2013-11-04 08:08:07Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Contributor: karolina.lindqvist@kramnet.se
pkgname=algol68g
-pkgver=2.7
+pkgver=2.8
pkgrel=1
pkgdesc='Algol 68 Genie, an Algol 68 compiler-interpreter'
arch=('x86_64' 'i686')
@@ -14,25 +14,25 @@ optdepends=('postgresql-libs: for postgresql support')
source=("http://jmvdveer.home.xs4all.nl/algol68g-$pkgver.tar.gz"
'plotutils.patch'
'http://www.xs4all.nl/~jmvdveer/a68gdoc.pdf')
-sha256sums=('ebcf029ae65ceafca87090cc470dd37f86ac0bdb1529cd4dd7a92454d224d325'
+sha256sums=('0c6fc7213f5a00f978faef2d09622d2c3ee01c87594dd6f5c51cd532b719861a'
'50afcc7812d117e5f0a2f5240c9cd58f8bfcc04b3da0634b9aa0ab06183ed0aa'
- '8cbfb480cb5dfb20f79c2391d7111fc8b727c3e9e02008ab4c0cde9acb62e7d3')
+ '74e2cf28074a7588608209de1a38faec7649e4f8d341ea914ea613ce167aed19')
prepare() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
patch -p1 -i ../plotutils.patch
}
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
./configure --prefix=/usr
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" docdir="/usr/share/doc/$pkgname" install
install "$srcdir/a68gdoc.pdf" "$pkgdir/usr/share/doc/$pkgname"
diff --git a/community/dart/PKGBUILD b/community/dart/PKGBUILD
index dac2e9b42..7eb295604 100644
--- a/community/dart/PKGBUILD
+++ b/community/dart/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 100357 2013-11-02 17:06:23Z arodseth $
+# $Id: PKGBUILD 100438 2013-11-04 12:04:12Z 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>
@@ -7,7 +7,7 @@
pkgname=dart
pkgver=0.8.7.0
-pkgrel=1
+pkgrel=2
pkgdesc='The dart programming language (includes SDK and editor)'
arch=('x86_64' 'i686')
url='http://www.dartlang.org/'
@@ -36,7 +36,7 @@ prepare() {
chmod +x "$pkgname/DartEditor"
chmod +x "$pkgname/dart-sdk/bin/"*
- # Remove dartium (available in the dart-editor package on AUR)
+ # Remove Dartium (takes 309,31 MB, available in the dartium-bin package on AUR)
rm -r "$pkgname/chromium"
# Prepare a desktop shortcut
@@ -49,6 +49,11 @@ prepare() {
setconf dart2js PROG_NAME "/opt/$pkgname/dart-sdk/bin/dart2js"
setconf dartanalyzer SCRIPT_DIR "/opt/$pkgname/dart-sdk/bin"
setconf dartdoc BIN_DIR "/opt/$pkgname/dart-sdk/bin"
+ setconf pub BIN_DIR "/opt/$pkgname/dart-sdk/bin"
+ setconf pub SDK_DIR "/opt/$pkgname/dart-sdk"
+
+ # Fix missing "fi" and missing newline
+ echo -e "fi\n" >> pub
}
package() {
diff --git a/community/gloox/PKGBUILD b/community/gloox/PKGBUILD
index 15626c957..593cbae37 100644
--- a/community/gloox/PKGBUILD
+++ b/community/gloox/PKGBUILD
@@ -1,17 +1,17 @@
-# $Id: PKGBUILD 100162 2013-11-01 20:46:56Z spupykin $
+# $Id: PKGBUILD 100444 2013-11-04 12:11:53Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: William Rea <sillywilly@gmail.com>
pkgname=gloox
-pkgver=1.0.6
-pkgrel=2
+pkgver=1.0.9
+pkgrel=1
pkgdesc="C++ libraries for development of Jabber client/component/server"
arch=(i686 x86_64)
url="http://camaya.net/gloox"
license=("GPL")
depends=('libidn' 'gnutls')
source=(http://camaya.net/download/gloox-$pkgver.tar.bz2)
-md5sums=('80ba7fa1220913a9f67bf6f3183aafbd')
+md5sums=('48fc9aa5210c2a1ce253751a4d38e19c')
build() {
cd $srcdir/gloox-$pkgver
diff --git a/community/glusterfs/PKGBUILD b/community/glusterfs/PKGBUILD
index 4db2341a4..69d0cad74 100644
--- a/community/glusterfs/PKGBUILD
+++ b/community/glusterfs/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 99766 2013-10-30 23:35:00Z allan $
+# $Id: PKGBUILD 100446 2013-11-04 12:12:13Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributors:
# Andrei Antoukh - niwi@niwi.be - http://www.niwi.be
# henning mueller <henning@orgizm.net>
pkgname=glusterfs
-pkgver=3.4.0
+pkgver=3.4.1
_basever=`echo $pkgver | cut -f1-2 -d.`
pkgrel=1
pkgdesc='Is a cluster file-system capable of scaling to several peta-bytes.'
@@ -18,6 +18,8 @@ source=(http://download.gluster.org/pub/gluster/glusterfs/$_basever/$pkgver/glus
glusterd.service)
sha256sums=('2a2a43fb52a7f6b8b00331acc5ea2c86a067a2f2901cca886a2348e919c0cbd8'
'18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
+sha256sums=('b5f1b4e3c6b86ecdfc5ff1b870ae3d3384bb2e3943565d6907c29ee6e21ab739'
+ '18e6c3bcca396a4524d866977d3fa86135377d7bf5d28a130e697ae2e85f043b')
build() {
cd $srcdir/$pkgname-$pkgver
diff --git a/community/iverilog/PKGBUILD b/community/iverilog/PKGBUILD
index b26aff97e..aabd4b6cd 100644
--- a/community/iverilog/PKGBUILD
+++ b/community/iverilog/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=iverilog
pkgver=0.9.7
-pkgrel=2
+pkgrel=3
pkgdesc='Icarus Verilog compiler and simulation tool'
arch=('x86_64' 'i686')
url='http://iverilog.icarus.com/'
@@ -13,6 +13,7 @@ url='http://iverilog.icarus.com/'
license=('GPL')
makedepends=('readline' 'gperf')
depends=('bzip2' 'sh' 'gcc-libs' 'zlib')
+options=('staticlibs')
source=("ftp://ftp.icarus.com/pub/eda/verilog/v0.9/verilog-$pkgver.tar.gz")
sha256sums=('7a5e72e17bfb4c3a59264d8f3cc4e70a7c49c1307173348fdd44e079388e7454')
@@ -24,9 +25,7 @@ build() {
}
package() {
- cd "${pkgname/i}-$pkgver"
-
- make -j1 prefix="$pkgdir/usr" install
+ make -C "${pkgname/i}-$pkgver" -j1 prefix="$pkgdir/usr" install
}
# vim:set ts=2 sw=2 et:
diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD
index cfe7f3d1b..83080cbae 100755
--- a/community/lightdm/PKGBUILD
+++ b/community/lightdm/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 99894 2013-10-31 02:19:58Z allan $
+# $Id: PKGBUILD 100476 2013-11-04 22:51:26Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
# Contributor: Morfeo <morfeo89@hotmail.it>
pkgbase=lightdm
pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5')
pkgver=1.8.1
-pkgrel=1
+pkgrel=3
epoch=1
pkgdesc="A lightweight display manager"
arch=('i686' 'x86_64')
@@ -19,6 +19,7 @@ source=("https://launchpad.net/lightdm/${pkgver%.*}/${pkgver}/+download/${pkgbas
'lightdm-autologin.pam'
'lightdm.rules'
'lightdm-default-config.patch'
+ 'lightdm-xdg-session-class.patch'
'Xsession')
sha256sums=('e749ea72ac2517f592a8dfcd8bbdf7aba6729cb75c569c03347751d87f99305a'
'0d2adba25cdbe59e97ffd302083db9d5e23920780f41e04f64512cd6b633289a'
@@ -27,11 +28,13 @@ sha256sums=('e749ea72ac2517f592a8dfcd8bbdf7aba6729cb75c569c03347751d87f99305a'
'33e3c3d6e16c8d30756754ea3f31f5457c5be0343686aad287692be34958984a'
'a89566307e1c81c24f037d854cbd472d2f94f8a4b759877a01563a332319f7d6'
'0b2f740616110887d5c8662e40f1a8350fc0dfa6c7e99f6e3a5636c6b0ca714f'
+ '1d991d60c8212c9c763c62ffea8401d69b0be39a4d006cccb8e06676d56e5a55'
'7fb85a1b54406032a922e8fd6f45d869fcfe5681df630e74e8e50c040b786ee4')
prepare() {
cd ${pkgbase}-${pkgver}
+ patch -Np0 -i ../lightdm-xdg-session-class.patch
patch -Np1 -i ../lightdm-default-config.patch
}
@@ -64,7 +67,7 @@ install="${pkgbase}.install"
make DESTDIR="${pkgdir}" -C liblightdm-qt uninstall
install -m 755 ../Xsession "${pkgdir}"/etc/lightdm/Xsession
rm -rf "${pkgdir}"/etc/init
- rm -rf "${pkgdir}"/usr/include/lightdm-qt{,5}-2
+ rm -rf "${pkgdir}"/usr/include/lightdm-qt{,5}-*
install -dm 770 "${pkgdir}"/var/lib/lightdm
install -dm 711 "${pkgdir}"/var/log/lightdm
diff --git a/community/lightdm/lightdm-xdg-session-class.patch b/community/lightdm/lightdm-xdg-session-class.patch
new file mode 100755
index 000000000..cd9093cf3
--- /dev/null
+++ b/community/lightdm/lightdm-xdg-session-class.patch
@@ -0,0 +1,130 @@
+=== modified file 'src/seat.c'
+--- src/seat.c 2013-10-03 21:38:07 +0000
++++ src/seat.c 2013-10-21 22:55:16 +0000
+@@ -1075,6 +1075,7 @@
+ g_signal_connect (greeter_session, "stopped", G_CALLBACK (session_stopped_cb), seat);
+
+ set_session_env (SESSION (greeter_session));
++ session_set_env (SESSION (greeter_session), "XDG_SESSION_CLASS", "greeter");
+
+ session_set_pam_service (SESSION (greeter_session), GREETER_SERVICE);
+ if (getuid () == 0)
+
+=== modified file 'src/session-child.c'
+--- src/session-child.c 2013-07-26 02:27:41 +0000
++++ src/session-child.c 2013-10-21 22:55:16 +0000
+@@ -213,7 +213,6 @@
+ gchar *authentication_result_string;
+ gchar *service;
+ gchar *username;
+- gchar *class;
+ gchar *tty;
+ gchar *remote_host_name;
+ gchar *xdisplay;
+@@ -284,7 +283,7 @@
+ username = read_string ();
+ read_data (&do_authenticate, sizeof (do_authenticate));
+ read_data (&is_interactive, sizeof (is_interactive));
+- class = read_string ();
++ read_string (); /* Used to be class, now we just use the environment variable */
+ tty = read_string ();
+ remote_host_name = read_string ();
+ xdisplay = read_string ();
+@@ -480,7 +479,7 @@
+ g_variant_builder_init (&ck_parameters, G_VARIANT_TYPE ("(a(sv))"));
+ g_variant_builder_open (&ck_parameters, G_VARIANT_TYPE ("a(sv)"));
+ g_variant_builder_add (&ck_parameters, "(sv)", "unix-user", g_variant_new_int32 (user_get_uid (user)));
+- if (g_strcmp0 (class, XDG_SESSION_CLASS_GREETER) == 0)
++ if (g_strcmp0 (pam_getenv (pam_handle, "XDG_SESSION_CLASS"), "greeter") == 0)
+ g_variant_builder_add (&ck_parameters, "(sv)", "session-type", g_variant_new_string ("LoginWindow"));
+ if (xdisplay)
+ {
+@@ -601,7 +600,7 @@
+ if (child_pid > 0)
+ {
+ /* Log to utmp */
+- if (g_strcmp0 (class, XDG_SESSION_CLASS_GREETER) != 0)
++ if (g_strcmp0 (pam_getenv (pam_handle, "XDG_SESSION_CLASS"), "greeter") != 0)
+ {
+ struct utmpx ut;
+ struct timeval tv;
+@@ -632,7 +631,7 @@
+ child_pid = 0;
+
+ /* Log to utmp */
+- if (g_strcmp0 (class, XDG_SESSION_CLASS_GREETER) != 0)
++ if (g_strcmp0 (pam_getenv (pam_handle, "XDG_SESSION_CLASS"), "greeter") != 0)
+ {
+ struct utmpx ut;
+ struct timeval tv;
+
+=== modified file 'src/session.c'
+--- src/session.c 2013-09-19 14:53:48 +0000
++++ src/session.c 2013-10-21 22:43:11 +0000
+@@ -84,9 +84,6 @@
+ /* File to log to */
+ gchar *log_filename;
+
+- /* Seat class */
+- gchar *class;
+-
+ /* tty this session is running on */
+ gchar *tty;
+
+@@ -200,14 +197,6 @@
+ }
+
+ void
+-session_set_class (Session *session, const gchar *class)
+-{
+- g_return_if_fail (session != NULL);
+- g_free (session->priv->class);
+- session->priv->class = g_strdup (class);
+-}
+-
+-void
+ session_set_display_server (Session *session, DisplayServer *display_server)
+ {
+ g_return_if_fail (session != NULL);
+@@ -615,7 +604,7 @@
+ write_string (session, session->priv->username);
+ write_data (session, &session->priv->do_authenticate, sizeof (session->priv->do_authenticate));
+ write_data (session, &session->priv->is_interactive, sizeof (session->priv->is_interactive));
+- write_string (session, session->priv->class);
++ write_string (session, NULL); /* Used to be class, now we just use the environment variable */
+ write_string (session, session->priv->tty);
+ write_string (session, session->priv->remote_host_name);
+ write_string (session, session->priv->xdisplay);
+@@ -874,7 +863,6 @@
+ g_free (self->priv->messages);
+ g_free (self->priv->authentication_result_string);
+ g_free (self->priv->log_filename);
+- g_free (self->priv->class);
+ g_free (self->priv->tty);
+ g_free (self->priv->xdisplay);
+ if (self->priv->x_authority)
+
+=== modified file 'src/session.h'
+--- src/session.h 2013-08-14 20:14:16 +0000
++++ src/session.h 2013-10-21 22:55:16 +0000
+@@ -57,10 +57,6 @@
+ SESSION_TYPE_REMOTE
+ } SessionType;
+
+-#define XDG_SESSION_CLASS_USER "user"
+-#define XDG_SESSION_CLASS_GREETER "greeter"
+-#define XDG_SESSION_CLASS_LOCK_SCREEN "lock-screen"
+-
+ GType session_get_type (void);
+
+ Session *session_new (void);
+@@ -83,8 +79,6 @@
+
+ void session_set_log_file (Session *session, const gchar *filename);
+
+-void session_set_class (Session *session, const gchar *class);
+-
+ void session_set_display_server (Session *session, DisplayServer *display_server);
+
+ DisplayServer *session_get_display_server (Session *session);
+
diff --git a/community/rawstudio/PKGBUILD b/community/rawstudio/PKGBUILD
index 70f10ed2e..575a879c1 100644
--- a/community/rawstudio/PKGBUILD
+++ b/community/rawstudio/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 99978 2013-10-31 02:48:18Z allan $
+# $Id: PKGBUILD 100450 2013-11-04 12:12:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
# Contributor: Roman Kyrylych <roman@archlinux.org>
@@ -6,13 +6,13 @@
pkgname=rawstudio
pkgver=2.0
-pkgrel=9
+pkgrel=10
pkgdesc="An open source raw-image converter written in GTK+"
arch=('i686' 'x86_64')
license=('GPL')
url="http://rawstudio.org/"
depends=('gconf' 'lcms' 'exiv2' 'fftw' 'lensfun' 'flickcurl' 'sqlite'
- 'libgphoto2' 'gtk-engines' 'desktop-file-utils')
+ 'libgphoto2' 'gtk-engines' 'desktop-file-utils' 'icu')
install=${pkgname}.install
source=(http://rawstudio.org/files/release/${pkgname}-${pkgver}.tar.gz
libpng15.patch)
diff --git a/community/squid/PKGBUILD b/community/squid/PKGBUILD
index b624edbae..72cf25647 100644
--- a/community/squid/PKGBUILD
+++ b/community/squid/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 99520 2013-10-29 10:35:25Z spupykin $
+# $Id: PKGBUILD 100452 2013-11-04 12:13:15Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Mark Coolen <mark.coolen@gmail.com>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=squid
-pkgver=3.3.9
-pkgrel=2
+pkgver=3.3.10
+pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64' 'i686')
url='http://www.squid-cache.org'
@@ -21,7 +21,7 @@ source=("http://www.squid-cache.org/Versions/v3/3.3/$pkgname-$pkgver.tar.bz2"
'squid.pam'
'squid.cron'
'squid.service')
-md5sums=('f08bffe795260cecca828331c579e0c4'
+md5sums=('ff69d08818ee008f66666f79bb27b9ee'
'270977cdd9b47ef44c0c427ab9034777'
'a71425c4951f2e5b640d19e6a5048531'
'ceeb57c69ebb165676219222f109a24e')
diff --git a/community/sysstat/PKGBUILD b/community/sysstat/PKGBUILD
index 4348774e8..78f8b9338 100644
--- a/community/sysstat/PKGBUILD
+++ b/community/sysstat/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 97533 2013-09-23 16:17:24Z spupykin $
+# $Id: PKGBUILD 100454 2013-11-04 12:13:37Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Martin Devera <devik@cdi.cz>
pkgname=sysstat
-pkgver=10.1.7
+pkgver=10.2.0
pkgrel=1
pkgdesc="a collection of performance monitoring tools (iostat,isag,mpstat,pidstat,sadf,sar)"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ backup=('etc/conf.d/sysstat'
source=(http://pagesperso-orange.fr/sebastien.godard/$pkgname-$pkgver.tar.gz
sysstat.service
lib64-fix.patch)
-md5sums=('112c8cc92114c961709d09f6afa537bd'
+md5sums=('7a6e3df08590385113a27a76ce64a6ff'
'12ba479c606620193e8b7c6e982d5088'
'7ffa6bf990609d85367070f71b40a34b')
diff --git a/community/wireshark/PKGBUILD b/community/wireshark/PKGBUILD
index 9c2d569de..35a985d8b 100644
--- a/community/wireshark/PKGBUILD
+++ b/community/wireshark/PKGBUILD
@@ -1,17 +1,25 @@
-# $Id: PKGBUILD 100017 2013-10-31 03:01:37Z allan $
-# Maintainer: Guillaume ALAUX <guillaume@archlinux.org>
+# $Id: PKGBUILD 100436 2013-11-04 11:50:09Z tredaelli $
+# Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com>
+# Contributor: Guillaume ALAUX <guillaume@archlinux.org>
# Contributor: Florian Pritz <bluewind at jabber dot ccc dot de>
pkgname=('wireshark-cli' 'wireshark-gtk')
pkgbase=wireshark
-pkgver=1.10.2
+pkgver=1.10.3
pkgrel=1
arch=('i686' 'x86_64')
license=('GPL2')
makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls'
'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme')
url='http://www.wireshark.org/'
-source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('b7a83314424e13639c591de924aa240bc5f3d9cae01dde69bf858fa04b22a33d')
+source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2
+ wireshark-1.10.3-gtk3.10-compile.patch)
+sha256sums=('c1641b36aeb0ca2c1a95fb01d2c647888b65e00a215c9a6464b5fc61e0fd498c'
+ '45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0')
+
+prepare() {
+ cd ${pkgbase}-${pkgver}
+ patch -p1 -i ${srcdir}/wireshark-1.10.3-gtk3.10-compile.patch
+}
build() {
cd ${pkgbase}-${pkgver}
diff --git a/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch b/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch
new file mode 100644
index 000000000..6dc50646f
--- /dev/null
+++ b/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch
@@ -0,0 +1,12 @@
+--- wireshark-1.10.3/configure.ac.orig 2013-11-04 10:39:14.101045626 +0000
++++ wireshark-1.10.3/configure.ac 2013-11-04 10:39:26.884300664 +0000
+@@ -1388,9 +1388,6 @@
+ # Don't use GLIB_CFLAGS
+ AM_PATH_GLIB_2_0($GLIB_MIN_VERSION, , AC_MSG_ERROR(GLib $GLIB_MIN_VERSION or later distribution not found.), gthread gmodule)
+
+- CPPFLAGS="-DGDK_PIXBUF_DISABLE_DEPRECATED $CPPFLAGS"
+- CPPFLAGS="-DGDK_DISABLE_DEPRECATED $CPPFLAGS"
+- CPPFLAGS="-DGTK_DISABLE_DEPRECATED $CPPFLAGS"
+ CPPFLAGS="-DGTK_DISABLE_SINGLE_INCLUDES $CPPFLAGS"
+ if test ! \( $gtk_config_major_version -eq 2 -a $gtk_config_minor_version -lt 20 \) ; then
+ # Enable GSEAL when building with GTK > 2.20
diff --git a/community/xkbsel/PKGBUILD b/community/xkbsel/PKGBUILD
index e6114985f..cdbf53f43 100644
--- a/community/xkbsel/PKGBUILD
+++ b/community/xkbsel/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 59722 2011-11-29 13:35:50Z stephane $
+# $Id: PKGBUILD 100458 2013-11-04 12:14:04Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=xkbsel
pkgver=0.13
-pkgrel=5
+pkgrel=6
pkgdesc="framework for defining, selecting and indicating XKB keyboard mappings"
arch=('i686' 'x86_64')
url="http://www.meduna.org/sw_xkbsel_en.html"
@@ -19,6 +19,8 @@ md5sums=('c82196344ef920a072f413df85b9dc00'
build() {
cd $srcdir/$pkgname-$pkgver
+ autoreconf
+
patch -Np1 <../build-fix.patch
export CFLAGS="$CFLAGS -I/usr/include/gdbm -DHAVE_NDBM_H"
export LDFLAGS="-lgdbm -lgdbm_compat"
@@ -27,5 +29,9 @@ build() {
--build=`uname -m` --host=`uname -m` --target=`uname -m` \
--mandir=/usr/share/man
make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
make DESTDIR=$pkgdir install
}
diff --git a/community/xpad/PKGBUILD b/community/xpad/PKGBUILD
index 08fc0854f..d1200009e 100644
--- a/community/xpad/PKGBUILD
+++ b/community/xpad/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 60101 2011-12-05 05:18:09Z spupykin $
+# $Id: PKGBUILD 100460 2013-11-04 12:14:25Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Kevin Piche <kevin@archlinux.org>
# Contributor: Ben <contrasutra@myrealbox.com>
pkgname=xpad
-pkgver=4.1
+pkgver=4.2
pkgrel=1
pkgdesc="Stickies-like notes program"
arch=(i686 x86_64)
@@ -15,13 +15,16 @@ license=('GPL')
install=xpad.install
source=(http://launchpad.net/xpad/trunk/$pkgver/+download/xpad-$pkgver.tar.bz2
xpad-gtk-2.20.patch)
-md5sums=('e37bfbe2331d810124c28150fdf30b3f'
+md5sums=('85583f8f68ad61ec282ea1332fe76480'
'6a3d2952b469d65ec333714991ba8284')
build() {
cd $srcdir/$pkgname-$pkgver
-# patch -p1 <$srcdir/xpad-gtk-2.20.patch
./configure --prefix=/usr
- /usr/bin/make
- /usr/bin/make DESTDIR=$pkgdir install
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
}
diff --git a/community/yaws/PKGBUILD b/community/yaws/PKGBUILD
index 2b525469c..128837dd1 100644
--- a/community/yaws/PKGBUILD
+++ b/community/yaws/PKGBUILD
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD 94952 2013-08-01 13:32:19Z arodseth $
+# $Id: PKGBUILD 100429 2013-11-04 09:06:17Z arodseth $
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
# Maintainer: Vesa Kaihlavirta <vegai@iki.fi>
# Contributor: Patrick Smits <mail@patricksmits.net>
pkgname=yaws
-pkgver=1.96
-pkgrel=2
-pkgdesc='Yet Another Web Server, pure Erlang HTTP server/framework'
+pkgver=1.97
+pkgrel=1
+pkgdesc='Pure Erlang HTTP web server/framework'
arch=('x86_64' 'i686')
url='http://yaws.hyber.org/'
license=('BSD')
-depends=('pam' 'erlang') # segfaults with erlang-nox
+depends=('pam' 'erlang-nox')
backup=('etc/yaws/yaws.conf')
options=('!emptydirs')
-install=$pkgname.install
+install="$pkgname.install"
source=("http://yaws.hyber.org/download/$pkgname-$pkgver.tar.gz"
"$pkgname.service")
-sha256sums=('8d4f16d18937335ac021ca4c65c8ee81dc4d71f133718c7148856cc6bf1f55e2'
- '3f8347add6e3741e77f7bb9ba6b31feb1c878e2e58ecf19063891e801fa24698')
+sha256sums=('a792478564866393f3e901bf4ec33272c22d7c01a8c5493b33856729d25b026e'
+ '09bd1f9f17833c83b4d82d3ac9dc2bf539c8e20ef92d438fced6e70b2aea61bc')
prepare() {
cd "$pkgname-$pkgver"
@@ -38,14 +38,13 @@ build() {
}
package() {
- cd "$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
+ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
install -d "$pkgdir/usr/lib/erlang/lib"
ln -s /usr/lib/yaws "$pkgdir/usr/lib/erlang/lib/$pkgname-$pkgver"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- install -Dm644 "$srcdir/$pkgname.service" \
+ install -Dm644 "$pkgname.service" \
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+ install -Dm644 "$pkgname-$pkgver/LICENSE" \
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim:set ts=2 sw=2 et:
diff --git a/community/yaws/yaws.service b/community/yaws/yaws.service
index 7e2ced32d..b0f1ee144 100644
--- a/community/yaws/yaws.service
+++ b/community/yaws/yaws.service
@@ -1,5 +1,5 @@
[Unit]
-Description=A fast lightweight webserver.
+Description=Fast lightweight webserver
After=syslog.target network.target
[Service]