summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-29 23:14:40 +0000
committerroot <root@rshg054.dnsready.net>2011-08-29 23:14:40 +0000
commite13fbaf2cbb72b7e8c8278ea94b70dd4a8ce48b2 (patch)
tree570e875c44f8d4d5ca7813d745f3ab5674fd3d4f
parent57fc7b041fcd8bc73a40cd31d3b80bed779e79fe (diff)
Mon Aug 29 23:14:40 UTC 2011
-rw-r--r--community/i3-wm/PKGBUILD6
-rw-r--r--community/ltris/PKGBUILD39
-rw-r--r--community/ltris/ltris.changelog25
-rw-r--r--community/mp3splt-gtk/PKGBUILD14
-rw-r--r--community/openbox/PKGBUILD6
-rw-r--r--community/openbox/openbox.install2
-rw-r--r--community/pcsclite/PKGBUILD5
-rw-r--r--community/soundkonverter/PKGBUILD21
-rw-r--r--community/springlobby/PKGBUILD6
-rw-r--r--community/tilda/PKGBUILD32
-rw-r--r--community/tilda/fix.patch16
-rw-r--r--community/tilda/tilda.changelog16
-rw-r--r--community/viking/PKGBUILD17
-rw-r--r--community/viking/viking.changelog9
-rw-r--r--community/viking/viking.install2
-rw-r--r--extra/claws-mail-extra-plugins/PKGBUILD22
-rw-r--r--extra/claws-mail/PKGBUILD16
-rw-r--r--extra/claws-mail/claws-mail.install7
-rw-r--r--extra/gpsd/PKGBUILD8
-rw-r--r--extra/kdeplasma-applets-networkmanagement/PKGBUILD6
-rw-r--r--extra/libnotify/PKGBUILD8
-rw-r--r--extra/samba/PKGBUILD117
-rw-r--r--testing/run-parts/PKGBUILD28
23 files changed, 234 insertions, 194 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD
index f63ac08fd..4de8eb067 100644
--- a/community/i3-wm/PKGBUILD
+++ b/community/i3-wm/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 53231 2011-08-01 21:41:41Z ttopper $
+# $Id: PKGBUILD 54951 2011-08-28 19:13:33Z ttopper $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
pkgname=i3-wm
_pkgsourcename=i3
-pkgver=4.0.1
+pkgver=4.0.2
pkgrel=1
pkgdesc="An improved dynamic tiling window manager"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ optdepends=('rxvt-unicode: The terminal emulator used in the default config.'
'perl: To migrate your configuration to v4 format.')
options=('docs' '!strip')
source=(http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2)
-md5sums=('87c5961589068269da611b79064c628e')
+md5sums=('8b173504824d312a954ccb32b092b068')
build() {
cd "$srcdir/$_pkgsourcename-$pkgver"
diff --git a/community/ltris/PKGBUILD b/community/ltris/PKGBUILD
index 4eb9204db..c500494db 100644
--- a/community/ltris/PKGBUILD
+++ b/community/ltris/PKGBUILD
@@ -1,32 +1,35 @@
-# $Id: PKGBUILD 53908 2011-08-09 20:01:00Z ttopper $
-# Maintainer: Eric Belanger <eric@archlinux.org>
+# $Id: PKGBUILD 54927 2011-08-28 13:23:10Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: SmackleFunky <smacklefunky@optusnet.com.au>
pkgname=ltris
-pkgver=1.0.16
+pkgver=1.0.17
pkgrel=1
-pkgdesc="A tetris clone where you have a bowl with blocks falling down."
+pkgdesc="A tetris clone where you have a bowl with blocks falling down"
arch=('i686' 'x86_64')
url="http://lgames.sourceforge.net/index.php?project=LTris"
license=('GPL')
depends=('sdl_mixer')
-install=ltris.install
-source=(http://downloads.sourceforge.net/lgames/${pkgname}-${pkgver}.tar.gz)
-md5sums=('07b5a41f8de62ea083575384f05545c6')
-sha1sums=('08785fc962ed83678b955f61a9a87a0215938123')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/lgames/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4d2888bc50bb2ad9dd59f97c15fbfaee96c54d86c834f1231cd6e8af66bf52c')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd ${srcdir}/${pkgname}-${pkgver}
+
./configure --prefix=/usr --localstatedir=/var/games
make
- make DESTDIR="${pkgdir}" install
- install -d "${pkgdir}/usr/share/pixmaps"
- install -m644 icons/ltris{16,32,48}.xpm "${pkgdir}/usr/share/pixmaps"
-
- chown root:games "${pkgdir}/usr/bin/ltris"
- chmod 2755 "${pkgdir}/usr/bin/ltris"
- chown root:games "${pkgdir}/var/games"
- chmod 775 "${pkgdir}/var/games"
- rm "${pkgdir}/var/games/ltris.hscr"
}
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+
+ make DESTDIR=${pkgdir} install
+
+ install -d ${pkgdir}/usr/share/pixmaps
+ install -m644 icons/ltris{16,32,48}.xpm ${pkgdir}/usr/share/pixmaps
+
+ ./configure --prefix=/usr --localstatedir=/var/games
+ make
+}
diff --git a/community/ltris/ltris.changelog b/community/ltris/ltris.changelog
new file mode 100644
index 000000000..0454493b1
--- /dev/null
+++ b/community/ltris/ltris.changelog
@@ -0,0 +1,25 @@
+2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * ltris 1.0.17-1
+ * Upstream update
+
+2011-03-09 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * ltris 1.0.16-1
+ * Upstream update
+
+2009-12-29 Eric Belanger <eric@archlinux.org>
+
+ * ltris 1.0.14-1
+ * Upstream update
+
+2009-11-07 Eric Belanger <eric@archlinux.org>
+
+ * ltris 1.0.13-1
+ * Upstream update
+
+2009-04-07 Eric Belanger <eric@archlinux.org>
+
+ * ltris 1.0.12-1
+ * Fixed score file location and permissions (close FS#13489)
+ * Added ChangeLog
diff --git a/community/mp3splt-gtk/PKGBUILD b/community/mp3splt-gtk/PKGBUILD
index b17201866..a55ebce67 100644
--- a/community/mp3splt-gtk/PKGBUILD
+++ b/community/mp3splt-gtk/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 54576 2011-08-20 18:15:41Z jlichtblau $
+# $Id: PKGBUILD 54946 2011-08-28 16:49:45Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=mp3splt-gtk
pkgver=0.7
-pkgrel=1
+pkgrel=2
pkgdesc="Split mp3 and ogg files without decoding"
arch=('i686' 'x86_64')
url="http://mp3splt.sourceforge.net/"
license=('GPL')
-depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk2' 'libgnomeui' 'libmp3splt')
-makedepends=('gnome-doc-utils' 'pkgconfig')
+depends=('desktop-file-utils' 'gstreamer0.10-ffmpeg' 'gtk2' 'libmp3splt')
+makedepends=('pkgconfig')
install=$pkgname.install
changelog=$pkgname.changelog
source=(http://downloads.sourceforge.net/sourceforge/mp3splt/$pkgname-$pkgver.tar.gz \
$pkgname.desktop)
-sha256sums=('e52935ef5f9be41c2eacd8c8a473366bad0aa7472de5916e088da3d19a673c7f'
+sha256sums=('67046b0ab119907e8614089d42f180bdca034e758e24e2d078308e4d26fe8fd0'
'a50dd43c28a723c824d658b9468ff3719dcc302c57ecb3b122124e63c20800ed')
build() {
cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr --disable-mp3splttest --disable-audacious
+ ./configure --prefix=/usr --disable-gnome --disable-mp3splttest --disable-audacious
make
}
@@ -32,5 +32,3 @@ package() {
install -D -m644 ${srcdir}/$pkgname.desktop \
${pkgdir}/usr/share/applications/$pkgname.desktop
}
-sha256sums=('67046b0ab119907e8614089d42f180bdca034e758e24e2d078308e4d26fe8fd0'
- 'a50dd43c28a723c824d658b9468ff3719dcc302c57ecb3b122124e63c20800ed')
diff --git a/community/openbox/PKGBUILD b/community/openbox/PKGBUILD
index 3948b5727..9241dabf8 100644
--- a/community/openbox/PKGBUILD
+++ b/community/openbox/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 54399 2011-08-18 05:37:17Z bfanella $
-# Maintainer:
+# $Id: PKGBUILD 54954 2011-08-29 00:03:04Z bfanella $
+# Maintainer: Brad Fanella <bradfanella@archlinux.us>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: tobias <tobias@archlinux.org>
pkgname=openbox
pkgver=3.5.0
-pkgrel=3
+pkgrel=4
pkgdesc="A window manager for the X11 windowing system"
arch=('i686' 'x86_64')
url="http://openbox.org"
diff --git a/community/openbox/openbox.install b/community/openbox/openbox.install
index a8088b4db..762a3ef14 100644
--- a/community/openbox/openbox.install
+++ b/community/openbox/openbox.install
@@ -1,4 +1,4 @@
post_install() {
- echo "Place menu.xml, rc.xml and autostart.sh in ~/.config/openbox"
+ echo "Place menu.xml, rc.xml and autostart in ~/.config/openbox"
echo "They can be found in /etc/xdg/openbox"
}
diff --git a/community/pcsclite/PKGBUILD b/community/pcsclite/PKGBUILD
index 7e222b301..b1e9f37ac 100644
--- a/community/pcsclite/PKGBUILD
+++ b/community/pcsclite/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 50103 2011-06-24 19:11:00Z giovanni $
+# $Id: PKGBUILD 54922 2011-08-28 11:38:33Z giovanni $
# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Daniel Plaza <daniel.plaza.espi@gmail.com>
pkgname=pcsclite
pkgver=1.7.4
-pkgrel=1
+pkgrel=2
pkgdesc="PC/SC Architecture smartcard middleware library"
arch=('i686' 'x86_64')
url="https://alioth.debian.org/projects/pcsclite/"
@@ -23,6 +23,7 @@ build() {
./configure --prefix=/usr \
--enable-libudev \
--sysconfdir=/etc \
+ --enable-ipcdir=/run/pcscd \
--enable-usbdropdir=/usr/lib/pcsc/drivers
make
diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD
index 9c57ef810..16126aa59 100644
--- a/community/soundkonverter/PKGBUILD
+++ b/community/soundkonverter/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 35231 2010-12-17 20:25:58Z mherych $
+# $Id: PKGBUILD 54953 2011-08-28 23:34:04Z andrea $
# Maintainer: Eric Belanger <eric@archlinux.org>
# Maintainer: Mateusz Herych <heniekk@gmail.com>
# Contributor: Darwin Bautista <djclue917@gmail.com>
pkgname=soundkonverter
-pkgver=0.9.94rc2
+pkgver=1.0.0
pkgrel=1
pkgdesc="Front-end to various audio converters"
arch=('i686' 'x86_64')
@@ -25,17 +25,20 @@ optdepends=('cdrkit: cdda2wav backend'
)
options=('libtool')
install=$pkgname.install
-source=(https://api.opensuse.org/public/source/home:HessiJames/soundkonverter/soundkonverter-$pkgver.tar.gz)
-md5sums=('5cc2442b26282f18ce51379dc4429f32')
-
+source=("https://api.opensuse.org/public/source/home:HessiJames/${pkgname}/"${pkgname}-"${pkgver}.tar.gz")
+md5sums=('fc8bab43a27c53e651907489f5ce5032')
build() {
- cd $srcdir/$pkgname-$pkgver
- cmake . -DCMAKE_INSTALL_PREFIX=/usr
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_BUILD_TYPE=Release
make
}
package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir install
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
}
diff --git a/community/springlobby/PKGBUILD b/community/springlobby/PKGBUILD
index 8e7f8dc7c..663103b4f 100644
--- a/community/springlobby/PKGBUILD
+++ b/community/springlobby/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 54276 2011-08-16 04:26:01Z svenstaro $
+# $Id: PKGBUILD 54945 2011-08-28 16:40:38Z svenstaro $
# Maintainer: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: DuGi <dugi@irc.pl>
pkgname=springlobby
-pkgver=0.136
+pkgver=0.137
pkgrel=1
pkgdesc="A free cross-platform lobby client for the Spring RTS project."
arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@ makedepends=('boost' 'asio' 'cmake')
source=(http://www.springlobby.info/tarballs/${pkgname}-${pkgver}.tar.bz2
springlobby.desktop
springlobby.png)
-md5sums=('b08d209ab8b338112ca46ac959ca6d1b'
+md5sums=('28aeeab2eb63bd43b81a9e64c166341a'
'45f8b59d033931d02e734fe3bd7777dd'
'1f388187539aeb0358b51995e26ed890')
diff --git a/community/tilda/PKGBUILD b/community/tilda/PKGBUILD
index d613e6e5f..7e58700e9 100644
--- a/community/tilda/PKGBUILD
+++ b/community/tilda/PKGBUILD
@@ -1,25 +1,33 @@
-# $Id: PKGBUILD 4131 2009-10-16 15:26:47Z ibiru $
-# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
+# $Id: PKGBUILD 54949 2011-08-28 17:21:28Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=tilda
pkgver=0.9.6
-pkgrel=3
-pkgdesc="Linux terminal based on classic terminals from first person shooter games."
+pkgrel=4
+pkgdesc="Linux terminal based on classic terminals from first person shooter games"
arch=('i686' 'x86_64')
url="http://tilda.sourceforge.net"
license=('GPL')
depends=('vte' 'confuse' 'libglade')
makedepends=('gawk')
-source=(http://downloads.sourceforge.net/sourceforge/tilda/tilda-$pkgver.tar.gz fix.patch)
+source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz \
+ fix.patch)
+sha256sums=('b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411'
+ '5f3aa2a58f52475e476b1871ea3f407c0cf4414670e861794888737b605c3caf')
build() {
- cd $startdir/src/tilda-$pkgver
- patch -Np1 -i $srcdir/fix.patch || return 1
+ cd ${srcdir}/$pkgname-$pkgver
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR=$startdir/pkg install
+ patch -Np1 -i ${srcdir}/fix.patch
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/tilda-$pkgver
+
+ make DESTDIR=${pkgdir} install
}
-md5sums=('b44ebe04fdfd312e9ddc5e0ed77f4289'
- 'ae926cd3bb0917960c09115462f8dddb')
diff --git a/community/tilda/fix.patch b/community/tilda/fix.patch
index cd217682e..058af6a36 100644
--- a/community/tilda/fix.patch
+++ b/community/tilda/fix.patch
@@ -1,5 +1,4 @@
-diff -Nur tilda-0.9.6.orig/src/key_grabber.c tilda-0.9.6/src/key_grabber.c
---- tilda-0.9.6.orig/src/key_grabber.c 2008-04-08 01:12:31.000000000 +0300
+--- tilda-0.9.6/src/key_grabber.c 2008-04-08 01:12:31.000000000 +0300
+++ tilda-0.9.6/src/key_grabber.c 2009-10-16 17:39:16.399679408 +0300
@@ -190,7 +190,7 @@
* Overriding the user time here seems to work a lot better than calling
@@ -10,3 +9,16 @@ diff -Nur tilda-0.9.6.orig/src/key_grabber.c tilda-0.9.6/src/key_grabber.c
tomboy_keybinder_get_current_event_time());
gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos"));
gtk_widget_show (GTK_WIDGET(tw->window));
+
+--- tilda-0.9.6/tilda.desktop.in 2007-03-16 04:53:34.000000000 +0100
++++ tilda-0.9.6/tilda.desktop.in 2011-08-28 19:08:53.000000000 +0200
+@@ -2 +1,0 @@
+-Encoding=UTF-8
+@@ -4,2 +3,2 @@
+-Exec=@BINDIR@/tilda
+-Icon=@PIXMAPSDIR@/tilda.png
++Exec=tilda
++Icon=tilda
+@@ -8 +7 @@
+-Categories=GNOME;GTK;Application;Utility;TerminalEmulator;
++Categories=GNOME;GTK;Utility;TerminalEmulator;System;
diff --git a/community/tilda/tilda.changelog b/community/tilda/tilda.changelog
new file mode 100644
index 000000000..af3650071
--- /dev/null
+++ b/community/tilda/tilda.changelog
@@ -0,0 +1,16 @@
+2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+ * FS#25762 fixed
+
+2008-04-29 Mateusz Herych <heniekk@gmail.com>
+
+ * Updated for x86_64 - 0.9.6
+
+2008-04-28 Douglas Soares de Andrade <dsa@aur.archlinux.org>
+
+ * Updated for i686 - 0.9.6
+
+2007-12-30 Douglas Soares de Andrade <dsa@aur.archlinux.org>
+
+ * Updated to newer version - 0.9.5
+
diff --git a/community/viking/PKGBUILD b/community/viking/PKGBUILD
index 6f73fc6ef..b007a93dd 100644
--- a/community/viking/PKGBUILD
+++ b/community/viking/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 45239 2011-04-18 13:40:23Z spupykin $
+# $Id: PKGBUILD 54936 2011-08-28 15:44:24Z jlichtblau $
# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
# Contributor: Nick Østergaard <oe.nick@gmail.com>
# Contributor: Jonny Gerold <jonny@fsk141.com>
pkgname=viking
-pkgver=1.1
-pkgrel=2
+pkgver=1.2.1
+pkgrel=1
pkgdesc="GTK+2 application to manage GPS data"
arch=('i686' 'x86_64')
url="http://viking.sourceforge.net/"
@@ -16,18 +16,15 @@ optdepends=('gpsbabel: for GPS management')
options=('!emptydirs')
install=$pkgname.install
changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/viking/$pkgname-$pkgver.tar.gz
- gpsd-2.96.patch)
-sha256sums=('5c34a76c09b6fda092e8170f7546606814382cf9d13174e87c4ee43fffa36743'
- '7277a6f0bbe7b16440ca92a5975c6f0b38261f13bbbb6f04e4fc684b8965c902')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('7c4b36398a9ec121ab11b66f042d17368dd46cf328a2a0e00bda38fd357a9743')
build() {
cd ${srcdir}/$pkgname-$pkgver
- patch -p1 <$srcdir/gpsd-2.96.patch
- autoreconf
+ sed '/#include <curl\/types.h>/d' -i src/osm-traces.c
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-realtime-gps-tracking --enable-geocaches --enable-expedia
make
}
diff --git a/community/viking/viking.changelog b/community/viking/viking.changelog
index d38e25a9e..bffeb3245 100644
--- a/community/viking/viking.changelog
+++ b/community/viking/viking.changelog
@@ -1,6 +1,5 @@
-2011-02-23 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * gebabbel 1.1-1
+2011-08-28 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * viking 1.2.1-1
-2011-02-06 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
- * gebabbel 1.0.2-2
- * moved to [community] with 62 AUR votes
+2011-06-22 Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+ * viking 1.2-1
diff --git a/community/viking/viking.install b/community/viking/viking.install
index 8de1998bf..1a05f573e 100644
--- a/community/viking/viking.install
+++ b/community/viking/viking.install
@@ -1,5 +1,5 @@
post_install() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
diff --git a/extra/claws-mail-extra-plugins/PKGBUILD b/extra/claws-mail-extra-plugins/PKGBUILD
index 9d233d726..b263ff58b 100644
--- a/extra/claws-mail-extra-plugins/PKGBUILD
+++ b/extra/claws-mail-extra-plugins/PKGBUILD
@@ -1,18 +1,18 @@
-# $Id: PKGBUILD 125144 2011-05-25 19:01:27Z foutrelis $
+# $Id: PKGBUILD 136389 2011-08-28 17:30:33Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Mildred <mildred593 at online dot fr>
pkgname=claws-mail-extra-plugins
-pkgver=3.7.9
-pkgrel=4
+pkgver=3.7.10
+pkgrel=1
pkgdesc="Extra plugins for claws-mail"
url="http://www.claws-mail.org/plugins.php?branch=EXT"
license=('GPL3')
arch=('i686' 'x86_64')
-depends=('claws-mail>=3.7.8')
+depends=('claws-mail>=3.7.10')
makedepends=('make' 'bc' 'perl>=5.10.1-5' 'libgtkhtml>=2.11.1-2' 'libnotify>=0.7'
'libxml2>=2.7.6' 'curl>=7.19.7' 'libytnef>=1.5-2' 'libwebkit>=1.3.13'
- 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra')
+ 'pygtk>=2.16.0' 'libsoup-gnome' 'libcanberra' 'libgdata')
optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
'perl: for perl plugin'
'libnotify: for notification plugin'
@@ -24,17 +24,16 @@ optdepends=('libgtkhtml: for gtkhtml2_viewer plugin'
'libytnef: for tnef_parse plugin'
'libwebkit: for the fancy webkit html plugin'
'libsoup-gnome: for the fancy webkit html plugin'
- 'python2: for python plugin')
+ 'python2: for python plugin'
+ 'libgdata: for gdata plugin')
conflicts=('claws-gtkhtml2_viewer' 'claws-mail-acpinotifier-plugin'
'sylpheed-claws-gtkhtml2-plugin' 'sylpheed-claws-rssyl-plugin'
'sylpheed-claws-extra-plugins' 'claws-tnef-plugin'
'claws-webkit-plugin-svn' 'claws-mayflower-plugin-svn')
replaces=('sylpheed-claws-extra-plugins')
options=('!libtool' '!strip')
-source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2
- claws-mail-notification-0.26-libnotify-0.7.patch)
-md5sums=('3d1ebc48f686ab10702380c776b5d5d0'
- 'a02be84594ebd28b18811ccc358509be')
+source=(http://downloads.sourceforge.net/project/sylpheed-claws/extra%20plugins/$pkgver/claws-mail-extra-plugins-$pkgver.tar.bz2)
+md5sums=('fe782b2d4762c9727e22c1bb7979f7d6')
build() {
cd "$srcdir/claws-mail-extra-plugins-$pkgver"
@@ -46,9 +45,6 @@ build() {
[[ $dir != geolocation_plugin-* ]] && (
cd $dir
- [[ $dir == notification_plugin-* ]] &&
- patch -Np2 -i "$srcdir/claws-mail-notification-0.26-libnotify-0.7.patch"
-
./configure --prefix=/usr --disable-static
make
)
diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD
index 2138dbbb9..2b68bab55 100644
--- a/extra/claws-mail/PKGBUILD
+++ b/extra/claws-mail/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 135774 2011-08-18 15:03:56Z andyrtr $
+# $Id: PKGBUILD 136387 2011-08-28 17:30:31Z andyrtr $
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
pkgname=claws-mail
-pkgver=3.7.9
-pkgrel=5
+pkgver=3.7.10
+pkgrel=1
pkgdesc="A GTK+ based e-mail client."
arch=('i686' 'x86_64')
license=('GPL3')
@@ -14,21 +14,17 @@ makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind')
optdepends=('python2: needed for some tools'
'perl: needed for some tools'
'spamassassin: adds support for spamfiltering'
- 'bogofilter: adds support for spamfiltering'
- 'html2ps: AUR pkg - adds support for printing html mails together with html plugins')
+ 'bogofilter: adds support for spamfiltering')
replaces=('sylpheed-claws')
provides=('claws')
options=(!libtool)
install=claws-mail.install
-source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2
- claws-notify-crash.patch)
-md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3'
- '9a2903449f679344b5f5f51c91825b45')
+source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('fcf58dcff52f0908ff3bc368d820408b')
build() {
cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np0 -i $srcdir/claws-notify-crash.patch
sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
./configure --prefix=/usr --disable-static \
diff --git a/extra/claws-mail/claws-mail.install b/extra/claws-mail/claws-mail.install
index 648480c3b..a6ae1eae6 100644
--- a/extra/claws-mail/claws-mail.install
+++ b/extra/claws-mail/claws-mail.install
@@ -1,13 +1,16 @@
post_install() {
+ echo "install \"html2ps\" from AUR to add support for printing html mails together with html plugins"
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
- post_install
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
post_remove() {
- post_install
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
}
diff --git a/extra/gpsd/PKGBUILD b/extra/gpsd/PKGBUILD
index a8f50513e..972663291 100644
--- a/extra/gpsd/PKGBUILD
+++ b/extra/gpsd/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 136033 2011-08-21 23:13:31Z andrea $
+# $Id: PKGBUILD 136393 2011-08-28 23:22:26Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
# Contributor: Giacomo Rizzo <alt@free-os.it>
pkgname=gpsd
-pkgver=3.0
-pkgrel=3
+pkgver=3.1
+pkgrel=1
pkgdesc="GPS daemon and library to support USB/serial GPS devices"
arch=('i686' 'x86_64')
url="http://gpsd.berlios.de"
@@ -20,7 +20,7 @@ options=('!libtool' '!buildflags')
install="${pkgname}.install"
source=("http://download.berlios.de/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'gpsd' 'gpsd.conf.d')
-md5sums=('c63d41a26868e9bdd48d9e311a9cc42c'
+md5sums=('f280b914c19da3a91aa5e67d83d35033'
'1f3402f8e33a7032b9ae6dfd077234f7'
'3e963df3f9f7ef3572ecc648ae829315')
diff --git a/extra/kdeplasma-applets-networkmanagement/PKGBUILD b/extra/kdeplasma-applets-networkmanagement/PKGBUILD
index 0398930ec..9e26b0c80 100644
--- a/extra/kdeplasma-applets-networkmanagement/PKGBUILD
+++ b/extra/kdeplasma-applets-networkmanagement/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=kdeplasma-applets-networkmanagement
epoch=1
-pkgver=git20110824
-_commit=c5f1957540effcc5ffa840970aec7f8906c1548d
+pkgver=git20110828
+_commit=d248768561b8d11e76482fb0f685d7b78dd8c140
pkgrel=1
pkgdesc="KDE control panel and widget network connections"
arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@ optdepends=('mobile-broadband-provider-info: Database of mobile broadband servic
'openconnect: Cisco AnyConnect compatible VPN client')
install=${pkgname}.install
source=("${pkgname}-${pkgver}.tar.gz"::"http://quickgit.kde.org/?p=networkmanagement.git&a=snapshot&h=${_commit}")
-md5sums=('1fece6742fbeceffaabdc6c9bbdc9e36')
+md5sums=('9cc7ab53a3c48209869d6e5ca8dbe6df')
build() {
cd "${srcdir}"
diff --git a/extra/libnotify/PKGBUILD b/extra/libnotify/PKGBUILD
index 571001868..d82b64caf 100644
--- a/extra/libnotify/PKGBUILD
+++ b/extra/libnotify/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 123347 2011-05-10 13:55:24Z ibiru $
+# $Id: PKGBUILD 136391 2011-08-28 17:53:59Z ibiru $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=libnotify
-pkgver=0.7.3
+pkgver=0.7.4
pkgrel=1
pkgdesc="Desktop notification library"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('LGPL')
depends=('gdk-pixbuf2')
makedepends=('gtk3' 'gobject-introspection')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('322541fdf276eb803686df81763a5186af041b2ee3e9cc5fa1dc86c550388c88')
+source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/0.7/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('e3c58345112672c2cbb05a67512ff6c7028892df7a34746e2162fe76d9877019')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
diff --git a/extra/samba/PKGBUILD b/extra/samba/PKGBUILD
index 8e51af587..cb9c48fb8 100644
--- a/extra/samba/PKGBUILD
+++ b/extra/samba/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 136362 2011-08-27 15:46:49Z tpowa $
+# $Id: PKGBUILD 136372 2011-08-28 07:39:12Z tpowa $
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
# Contributor: judd <jvinet@zeroflux.org>
pkgbase=samba
@@ -8,12 +8,11 @@ pkgver=3.6.0
# to append 'a','b',etc to their subsequent releases, which pamcan
# misconstrues as alpha, beta, etc. Bad samba!
_realver=3.6.0
-pkgrel=6
+pkgrel=7
arch=(i686 x86_64)
url="http://www.samba.org"
license=('GPL3')
-makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam'
-'gamin' 'gnutls>=2.4.1' 'talloc' 'tdb' 'python2')
+makedepends=('db' 'popt' 'libcups' 'acl' 'libldap' 'libcap' 'krb5' 'pam' 'fam' 'gnutls>=2.4.1' 'talloc' 'tdb')
options=(!makeflags)
source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
samba samba.logrotate
@@ -25,37 +24,27 @@ source=(http://us1.samba.org/samba/ftp/stable/${pkgbase}-${_realver}.tar.gz
build() {
cd ${srcdir}/${pkgbase}-${_realver}/source3
- sed -i "s/env python/env python2/g" ../buildtools/bin/waf
- ./autogen-waf.sh
- # everything needs to be specified :/
- ../buildtools/bin/waf configure --prefix=/usr \
- --with-privatedir=/etc/samba/private \
+ ./configure --prefix=/usr \
--libdir=/usr/lib/ \
- --with-modulesdir=/usr/lib/samba \
- --with-swatdir=/usr/share/samba/swat \
--localstatedir=/var \
--with-configdir=/etc/samba \
--with-lockdir=/var/cache/samba \
- --with-cachedir=/var/cache/samba \
- --with-statedir=/var/cache/samba \
--with-piddir=/var/run/samba \
- --with-logfilebase=/var/log/samba \
- --sysconfdir=/etc \
- --with-dnsupdate \
+ --with-fhs \
--with-pam \
--with-pam_smbpass \
--with-pammodulesdir=/lib/security \
--with-ads \
--with-acl-support \
+ --with-cifsmount \
+ --with-libsmbclient \
--with-syslog \
+ --enable-external-libtalloc \
+ --disable-dnssd \
--disable-avahi \
- --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash,idmap_tdb2 \
- --disable-rpath \
- --disable-rpath-private-install \
- --disable-rpath-install
- #fix the shitty build system!
- sed -i -e 's#/etc/smb.conf#/etc/samba/smb.conf#g' bin/default/source3/include/config.h
- ../buildtools/bin/waf build ${MAKEFLAGS}
+ --with-shared-modules=idmap_ad,idmap_adex,idmap_rid,idmap_hash \
+ --enable-external-libtdb
+ make
}
package_smbclient () {
@@ -64,23 +53,9 @@ depends=('readline' 'popt' 'libldap' 'cifs-utils' 'libcap' 'krb5' 'db' 'e2fsprog
cd ${srcdir}/${pkgbase}-${_realver}/source3
mkdir -p ${pkgdir}/usr/bin ${pkgdir}/usr/lib
install -m755 bin/{smbclient,rpcclient,smbspool,smbtree,smbcacls,smbcquotas,smbget,net,nmblookup} ${pkgdir}/usr/bin/
- for i in libreplace.so libsmbregistry.so libsecurity.so librpccommon.so libdcerpc-samba.so libpassdb.so libLIBCLI_SPOOLSS.so libprinting_migrate.so libsamba3core.so libndr-samba.so libsamba-util-common.so libads.so libtdb-wrap.so libaddns.so libcliauth.so libwinbind-client.so; do
- install -m644 -D bin/shared/private/$i ${pkgdir}/usr/lib/$i
+ for i in libnetapi* libwbclient* libsmbclient*;do
+ cp -a bin/${i}*.so* ${pkgdir}/usr/lib/
done
- for i in libsmbconf libnetapi libwbclient libsmbclient; do
- install -m644 -D bin/shared/$i.so.0 ${pkgdir}/usr/lib/$i.so.0
- ln -sf /usr/lib/$i.so.0 ${pkgdir}/usr/lib/$i.so
- done
- mkdir ${pkgdir}/usr/lib/libsmb
- ln -sf /usr/lib/libsmbclient.so.0 ${pkgdir}/usr/lib/libsmb/libsmbclient.so.0
- ln -sf /usr/lib/libsmbclient.so.0 ${pkgdir}/usr/lib/libsmb/libsmbclient.so
- for i in libndr-krb5pac libndr-standard libndr; do
- install -m644 -D bin/shared/$i.so.0 ${pkgdir}/usr/lib/$i.so.0.0.1
- ln -sf /usr/lib/$i.so.0.0.1 ${pkgdir}/usr/lib/$i.so.0
- ln -sf /usr/lib/$i.so.0.0.1 ${pkgdir}/usr/lib/$i.so
- done
- install -m644 -D bin/shared/private/libtevent.so.0 ${pkgdir}/usr/lib/libtevent.so.0.9.11
- ln -sf /usr/lib/libtevent.so.0.9.11 ${pkgdir}/usr/lib/libtevent.so.0
install -m755 script/smbtar ${pkgdir}/usr/bin/
mkdir -p ${pkgdir}/usr/lib/cups/backend
ln -sf /usr/bin/smbspool ${pkgdir}/usr/lib/cups/backend/smb
@@ -102,56 +77,37 @@ backup=(etc/logrotate.d/samba
etc/samba/smb.conf
etc/xinetd.d/swat
etc/conf.d/samba)
-depends=('db' 'popt' 'libcups' 'acl' 'libldap' "smbclient>=$pkgver" 'libcap' 'krb5' 'pam' 'gamin' 'gnutls' 'e2fsprogs' 'tdb' 'talloc')
-optdepends=('python2: for python bindings')
+depends=('db' 'popt' 'libcups' 'acl' 'libldap' "smbclient>=$pkgver" 'libcap' 'krb5' 'pam' 'fam' 'gnutls' 'e2fsprogs' 'tdb' 'talloc')
cd ${srcdir}/samba-${_realver}/source3
- ../buildtools/bin/waf install --destdir=${pkgdir}
- # fix permission on include files
- chmod 644 ${pkgdir}/usr/include/*.h
- # remove wrong var directory
- rm -rf ${pkgdir}/usr/var
- # create missing directories
mkdir -p ${pkgdir}/etc/samba/private
chmod 700 ${pkgdir}/etc/samba/private
- mkdir -p ${pkgdir}/var/{lib,cache}/samba
- mkdir -p ${pkgdir}/var/nmbd
- mkdir -p ${pkgdir}/lib/security
+ make DESTDIR=${pkgdir} install
+ chmod 644 ${pkgdir}/usr/include/*.h
+ rm -rf ${pkgdir}/usr/var
+ (cd script; cp installbin.sh i; cat i | sed 's/\/sbin\///' > installbin.sh)
+ install -D -m755 ../../samba ${pkgdir}/etc/rc.d/samba
+ install -D -m644 ../../samba.conf.d ${pkgdir}/etc/conf.d/samba
mkdir -p ${pkgdir}/etc/samba
- # install config files
- install -D -m755 ${startdir}/samba ${pkgdir}/etc/rc.d/samba
- install -D -m644 ${startdir}/samba.conf.d ${pkgdir}/etc/conf.d/samba
cat ../examples/smb.conf.default | \
sed 's|log file = .*$|log file = /var/log/samba/log.%m|g' >${pkgdir}/etc/samba/smb.conf.default
- install -D -m644 ${startdir}/samba.logrotate ${pkgdir}/etc/logrotate.d/samba
- install -D -m644 ${startdir}/swat.xinetd ${pkgdir}/etc/xinetd.d/swat
- install -D -m644 ${startdir}/samba.pam ${pkgdir}/etc/pam.d/samba
+ install -D -m644 ../../samba.logrotate ${pkgdir}/etc/logrotate.d/samba
+ install -D -m644 ../../swat.xinetd ${pkgdir}/etc/xinetd.d/swat
+ install -D -m644 ../../samba.pam ${pkgdir}/etc/pam.d/samba
# spool directory
install -d -m1777 ${pkgdir}/var/spool/samba
sed -i 's|/usr/spool/samba|/var/spool/samba|g' ${pkgdir}/etc/samba/smb.conf.default
# fix logrotate
sed -i -e 's|log.%m|%m.log|g' ${pkgdir}/etc/samba/smb.conf.default
- # run various install scripts
- script/./installman.sh ${pkgdir}/usr/share/man . C
- script/./installmo.sh ${pkgdir}/usr/share locale .
- script/./installdat.sh ${pkgdir}/usr/lib samba .
- chmod 755 script/./installmsg.sh
- script/./installmsg.sh ${pkgdir}/usr/lib samba .
- script/./installswat.sh ${pkgdir}/usr/share/samba swat .
+ # nsswitch libraries
+ install -D -m755 ${srcdir}/samba-${_realver}/nsswitch/libnss_wins.so ${pkgdir}/lib/libnss_wins.so
+ ln -s libnss_wins.so ${pkgdir}/lib/libnss_wins.so.2
+ install -D -m755 ${srcdir}/samba-${_realver}/nsswitch/libnss_winbind.so ${pkgdir}/lib/libnss_winbind.so
# remove conflict files of smbclient
for man in libsmbclient smbspool \
mount.cifs net cifs.upcall; do
rm -f ${pkgdir}/usr/share/man/man8/${man}.8
done
- for i in libreplace.so libsmbregistry.so libsecurity.so librpccommon.so libdcerpc-samba.so libpassdb.so libLIBCLI_SPOOLSS.so libprinting_migrate.so libsamba3core.so libndr-samba.so libsamba-util-common.so libads.so libtdb-wrap.so libaddns.so libcliauth.so libtevent.so.0.9.11 libtevent.so.0 libwinbind-client.so; do
- rm -f ${pkgdir}/usr/lib/samba/$i
- done
- # move libs to correct place
- mv ${pkgdir}/usr/lib/pam*.so ${pkgdir}/lib/security
- mv ${pkgdir}/usr/lib/libnss* ${pkgdir}/lib/
- ln -sf /lib/libnss_wins.so.2 ${pkgdir}/lib/libnss_wins.so
- ln -sf /lib/libnss_winbind.so.2 ${pkgdir}/lib/libnss_winbind.so
- mv ${pkgdir}/usr/lib/samba/*.so ${pkgdir}/usr/lib
- for i in libndr-krb5pac.* libsmbconf.* libndr-standard.* libndr.* libnetapi.* libwbclient.* libsmbclient.*; do
+ for i in libnetapi* libwbclient* libsmbclient*;do
rm -f ${pkgdir}/usr/lib/$i
done
for bin in net \
@@ -159,7 +115,6 @@ optdepends=('python2: for python bindings')
smbcquotas smbget smbspool smbtar smbtree; do
rm -f ${pkgdir}/usr/bin/$bin
done
- rm -r ${pkgdir}/usr/lib/libsmb
rm -f ${pkgdir}/usr/sbin/cifs.upcall
rm -f ${pkgdir}/usr/include/netapi.h
for man in rpcclient smbcacls smbclient smbcquotas \
@@ -174,10 +129,10 @@ optdepends=('python2: for python bindings')
# copy ldap example
install -D -m644 ${srcdir}/samba-${_realver}/examples/LDAP/samba.schema ${pkgdir}/usr/share/doc/samba/examples/LDAP/samba.schema
}
-md5sums=(e297e0ea7923c7de8d7c1d8fd0ec0a05
- a3da19515a234c703876cf850c44e996
- 5697da77590ec092cc8a883bae06093c
- a4bbfa39fee95bba2e7ad6b535fae7e6
- 96f82c38f3f540b53f3e5144900acf17
- f2f2e348acd1ccb566e95fa8a561b828
- c6a38a8c8fa24979e6217aed533358ea)
+md5sums=('e297e0ea7923c7de8d7c1d8fd0ec0a05'
+ 'a3da19515a234c703876cf850c44e996'
+ '5697da77590ec092cc8a883bae06093c'
+ 'a4bbfa39fee95bba2e7ad6b535fae7e6'
+ '96f82c38f3f540b53f3e5144900acf17'
+ 'f2f2e348acd1ccb566e95fa8a561b828'
+ 'c6a38a8c8fa24979e6217aed533358ea')
diff --git a/testing/run-parts/PKGBUILD b/testing/run-parts/PKGBUILD
new file mode 100644
index 000000000..1a51f36af
--- /dev/null
+++ b/testing/run-parts/PKGBUILD
@@ -0,0 +1,28 @@
+# $Id: PKGBUILD 136374 2011-08-28 08:50:02Z pierre $
+# Maintainer: Pierre Schmitz <pierre@archlinux.de>
+
+pkgname=run-parts
+pkgver=4.0.2
+pkgrel=1
+pkgdesc='run scripts or programs in a directory'
+arch=('i686' 'x86_64')
+url='http://packages.qa.debian.org/d/debianutils.html'
+license=('GPL')
+depends=('glibc')
+source=("http://ftp.de.debian.org/debian/pool/main/d/debianutils/debianutils_${pkgver}.tar.gz")
+sha256sums=('c2fca92e93437ea5f0904f12847779d67b13d4b9d6ca85b8213e678a03ed76dc')
+
+build() {
+ cd $srcdir/debianutils-$pkgver
+ ./configure --prefix=/usr
+ make run-parts
+}
+
+package() {
+ cd $srcdir/debianutils-$pkgver
+ install -D -m755 run-parts $pkgdir/usr/bin/run-parts
+ install -D -m644 run-parts.8 $pkgdir/usr/share/man/man8/run-parts.8
+ for l in po4a/*/run-parts.8; do
+ install -D -m644 ${l} $pkgdir/usr/share/man/${l:5:2}/man8/run-parts.8
+ done
+}