diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-25 04:04:23 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-25 04:04:23 +0000 |
commit | 2e237e087ac1a2449690b7dfdfed1e406838feaf (patch) | |
tree | f962d302a15b954fe81d8c6b15a25158ad58efa3 | |
parent | 431023a318e680258f02c1fb5fdca176c68e5cb7 (diff) |
Fri Apr 25 04:00:40 UTC 2014
24 files changed, 196 insertions, 112 deletions
diff --git a/community/cgmanager/PKGBUILD b/community/cgmanager/PKGBUILD new file mode 100644 index 000000000..7b65f1686 --- /dev/null +++ b/community/cgmanager/PKGBUILD @@ -0,0 +1,26 @@ +# $Id: PKGBUILD 110119 2014-04-24 14:03:51Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> + +pkgname=cgmanager +pkgver=0.23 +pkgrel=1 +pkgdesc="Another daemon for managing control groups" +arch=(i686 x86_64) +url="https://github.com/cgmanager/cgmanager" +license=('GPL') +depends=('libnih') +makedepends=('help2man') +source=("$pkgname-$pkgver.tar.gz::https://github.com/cgmanager/cgmanager/archive/v$pkgver.tar.gz") +md5sums=('332705388ac51a7b165e4abbf7a0d2a8') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./bootstrap.sh + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} diff --git a/community/chicken/PKGBUILD b/community/chicken/PKGBUILD index 7c2421a11..1841e85e3 100644 --- a/community/chicken/PKGBUILD +++ b/community/chicken/PKGBUILD @@ -1,20 +1,21 @@ -# $Id: PKGBUILD 99646 2013-10-30 17:19:18Z arodseth $ +# $Id: PKGBUILD 110125 2014-04-24 14:19:44Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Vesa Kaihlavirta <vegai@iki.fi> # Contributor: <david@pako.st> # Contributor: Alexander Rødseth <rodseth@gmail.com> pkgname=chicken -pkgver=4.8.0.5 -pkgrel=2 +pkgver=4.8.0.6 +pkgrel=1 pkgdesc='Compiler for R5RS scheme, featuring handy extensions' arch=('x86_64' 'i686') url='http://call-cc.org/' license=('BSD') depends=('gcc') +makedepends=('inetutils' 'chicken') options=('staticlibs') source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz") -sha256sums=('5b9192951bc61cc19dd4963cceb93908bff46b6868d7927f19850e8973c430fb') +sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9') build() { make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr diff --git a/community/chmsee/PKGBUILD b/community/chmsee/PKGBUILD index cb7d6f40e..418692f6e 100644 --- a/community/chmsee/PKGBUILD +++ b/community/chmsee/PKGBUILD @@ -1,16 +1,16 @@ -# $Id: PKGBUILD 108848 2014-04-05 05:53:40Z lcarlier $ +# $Id: PKGBUILD 110116 2014-04-24 10:25:42Z lcarlier $ # Maintainer : Laurent Carlier <lordheavym@gmail.com> # Contributor: dionydonny <dionydonny@gmail.com> # Contributor: Ermanno <erm67@yahoo.it> pkgname=chmsee pkgver=2.0.2 -pkgrel=4 +pkgrel=5 arch=('i686' 'x86_64') pkgdesc="A chm (MS HTML help file format) viewer based on xulrunner." url="http://chmsee.googlecode.com/" license=('GPL') -depends=('xulrunner>21.0' 'xulrunner<29.0' 'chmlib' 'desktop-file-utils') +depends=('xulrunner>21.0' 'xulrunner<30.0' 'chmlib' 'desktop-file-utils') makedepends=('python2') source=(https://chmsee.googlecode.com/files/$pkgname-$pkgver.tar.gz chmsee) @@ -20,7 +20,7 @@ md5sums=('c6a6ce009395c72ecf0530500ecda37c' prepare() { cd $pkgname-$pkgver - sed -i -e 's/^\(MaxVersion=\).*/\128.*/' application.ini + sed -i -e 's/^\(MaxVersion=\).*/\129.*/' application.ini } build() { diff --git a/community/gtkglarea/PKGBUILD b/community/gtkglarea/PKGBUILD index 9470f3a5b..622ef6f32 100644 --- a/community/gtkglarea/PKGBUILD +++ b/community/gtkglarea/PKGBUILD @@ -5,27 +5,24 @@ # Contributor: SpepS <dreamspepser at yahoo dot it> pkgname=gtkglarea -pkgver=2.0.1 -pkgrel=3 +pkgver=2.1.0 +pkgrel=1 pkgdesc="GTK/GL Area libraries" arch=('i686' 'x86_64') url="http://mono-project.com/GtkGLArea" license=('GPL') depends=('gtk2' 'glu') -source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.0/$pkgname-$pkgver.tar.gz") -md5sums=('2a81a86cfa80a920a5454dd00fad2e1d') +source=("http://ftp.gnome.org/pub/GNOME/sources/$pkgname/2.1/$pkgname-$pkgver.tar.xz") +md5sums=('60d4470107d4faa9fc916c9a0d05bb9f') build() { cd "$srcdir/$pkgname-$pkgver" - - # DSO link fix - LDFLAGS+=" -lm" \ - ./configure --prefix=/usr \ - --enable-static=no + ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install + make DESTDIR="$pkgdir" install } + diff --git a/community/haskell-data-default-instances-base/PKGBUILD b/community/haskell-data-default-instances-base/PKGBUILD index 5dbbb3202..b9eb03b1e 100644 --- a/community/haskell-data-default-instances-base/PKGBUILD +++ b/community/haskell-data-default-instances-base/PKGBUILD @@ -2,13 +2,13 @@ _hkgname=data-default-instances-base pkgname=haskell-data-default-instances-base pkgver=0.0.1 -pkgrel=3 +pkgrel=4 pkgdesc="Default instances for types in base" url="http://hackage.haskell.org/package/${_hkgname}" license=('custom:BSD3') arch=('i686' 'x86_64') makedepends=() -depends=('ghc=7.8.2' 'haskell-data-default-class') +depends=('ghc=7.6.3' 'haskell-data-default-class') options=('strip') source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz) install=${pkgname}.install diff --git a/community/hevea/PKGBUILD b/community/hevea/PKGBUILD index a373a780e..c93da4344 100644 --- a/community/hevea/PKGBUILD +++ b/community/hevea/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106984 2014-03-11 10:05:09Z spupykin $ +# $Id: PKGBUILD 110137 2014-04-24 17:49:48Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Brian Nguyen <bhnguyen@gmail.com> # Original Packager: Tom K <tomk@runbox.com> pkgname=hevea -pkgver=2.12 +pkgver=2.14 pkgrel=1 pkgdesc="A quite complete and fast LATEX to HTML translator" arch=(i686 x86_64) @@ -13,7 +13,7 @@ license=('GPL') url="http://pauillac.inria.fr/~maranget/hevea/" install=hevea.install source=(http://pauillac.inria.fr/~maranget/$pkgname/distri/$pkgname-$pkgver.tar.gz) -md5sums=('8330f7c1c1615242b13a894737ca5992') +md5sums=('3ef6bf87f1a00187bf043e9320f22be2') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/idesk/PKGBUILD b/community/idesk/PKGBUILD index b1a0e5c1f..5e9a5e3d9 100644 --- a/community/idesk/PKGBUILD +++ b/community/idesk/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 107002 2014-03-11 11:04:01Z spupykin $ +# $Id: PKGBUILD 110110 2014-04-24 09:07:40Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Claudio Sabattoli <gasherbrum3@alice.it> pkgname=idesk pkgver=0.7.5 -pkgrel=4 +pkgrel=5 pkgdesc="iDesk gives users of minimal wm's (fluxbox, blackbox, openbox, windowsmaker...) icons on their desktop" arch=("i686" "x86_64") url="http://idesk.sourceforge.net/wiki/index.php" license=('GPL') -depends=('pkgconfig' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs') +depends=('pkgconfig' 'imlib' 'imlib2' 'libpng' 'libxpm' 'libxft' 'gcc-libs') source=("http://downloads.sourceforge.net/sourceforge/idesk/$pkgname-$pkgver.tar.bz2") md5sums=('beb48c97815c7b085e3b3d601297fbb8') diff --git a/community/instead-launcher/PKGBUILD b/community/instead-launcher/PKGBUILD index bbb190068..1d4c4a02c 100644 --- a/community/instead-launcher/PKGBUILD +++ b/community/instead-launcher/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 85363 2013-03-01 10:34:01Z andrea $ +# $Id: PKGBUILD 110112 2014-04-24 09:15:17Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Peter Kosyh <p.kosyhgmail.com> pkgname=instead-launcher pkgver=0.6.1 -pkgrel=3 +pkgrel=4 pkgdesc="launcher and games downloader for INSTEAD quest interpreter" arch=('i686' 'x86_64') url="http://instead-launcher.googlecode.com/" @@ -16,7 +16,7 @@ md5sums=('b2136e535dbb77eacb79e3357dc2a173') build() { cd $srcdir/instead-launcher-$pkgver sed -i 's|/usr/local/bin/sdl-instead|/usr/bin/sdl-instead|g' platform.cpp - qmake PREFIX=/usr + qmake-qt4 PREFIX=/usr make } diff --git a/community/ipsec-tools/PKGBUILD b/community/ipsec-tools/PKGBUILD index 263b7d91d..cdb518a65 100644 --- a/community/ipsec-tools/PKGBUILD +++ b/community/ipsec-tools/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 108956 2014-04-08 09:20:32Z spupykin $ +# $Id: PKGBUILD 110129 2014-04-24 14:27:49Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Allan Henriksen <allan.henriksen@gmail.com> pkgname=ipsec-tools pkgver=0.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="KAME IPSec tools ported to Linux" arch=('i686' 'x86_64') url="http://ipsec-tools.sourceforge.net/" -depends=('readline' 'openssl' 'krb5') +depends=('readline' 'openssl' 'krb5' 'flex') makedepends=('linux-headers') license=('GPL') options=('!makeflags') diff --git a/community/libnih/PKGBUILD b/community/libnih/PKGBUILD new file mode 100644 index 000000000..08e62ced7 --- /dev/null +++ b/community/libnih/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 110121 2014-04-24 14:04:05Z spupykin $ +# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> +# Old Maintainer: Andrea Fagiani <andfagiani {at} gmail {dot} com> +# Contributor: Brett Mravec <brett.mravec@gmail.com> + +pkgname=libnih +pkgver=1.0.3 +pkgrel=1 +pkgdesc="Small library for C application development." +arch=(i686 x86_64) +url="https://launchpad.net/libnih" +license=('GPL') +depends=('dbus-core') +makedepends=('expat') +options=(!libtool) +source=(http://launchpad.net/libnih/1.0/${pkgver}/+download/$pkgname-$pkgver.tar.gz) +md5sums=('db7990ce55e01daffe19006524a1ccb0') + +build() { + cd $srcdir/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver + make DESTDIR=$pkgdir/ install +} diff --git a/community/lightdm-gtk2-greeter/PKGBUILD b/community/lightdm-gtk2-greeter/PKGBUILD index 98d3b77cf..f0642260b 100755 --- a/community/lightdm-gtk2-greeter/PKGBUILD +++ b/community/lightdm-gtk2-greeter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 109004 2014-04-09 10:32:53Z alucryd $ +# $Id: PKGBUILD 110108 2014-04-24 08:44:22Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Padfoot <padfoot@exemail.com.au> pkgname=lightdm-gtk2-greeter pkgver=1.8.4 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='GTK+ greeter for LightDM' arch=('i686' 'x86_64') @@ -16,8 +16,16 @@ provides=("${pkgname/2/}") conflicts=("${pkgname/2/3}") backup=('etc/lightdm/lightdm-gtk-greeter.conf') install="${pkgname/2/}.install" -source=("https://launchpad.net/${pkgname/2/}/${pkgver%.?}/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz") -sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c') +source=("https://launchpad.net/${pkgname/2/}/${pkgver%.?}/${pkgver}/+download/${pkgname/2/}-${pkgver}.tar.gz" + 'tooltip-focus.patch') +sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c' + '2dcf615181fc57cfcc02601d4d9845ef23af60a0a322a5208989849b279deec7') + +prepare() { + cd ${pkgname/2/}-${pkgver} + + patch -Np1 -i ../tooltip-focus.patch +} build() { cd ${pkgname/2/}-${pkgver} diff --git a/community/lightdm-gtk2-greeter/session-preselection.patch b/community/lightdm-gtk2-greeter/session-preselection.patch deleted file mode 100755 index 6fb41747d..000000000 --- a/community/lightdm-gtk2-greeter/session-preselection.patch +++ /dev/null @@ -1,19 +0,0 @@ -=== modified file 'src/lightdm-gtk-greeter.c' ---- src/lightdm-gtk-greeter.c 2014-02-16 18:37:06 +0000 -+++ src/lightdm-gtk-greeter.c 2014-02-22 11:31:35 +0000 -@@ -1241,11 +1241,10 @@ - set_user_image (username); - user = lightdm_user_list_get_user_by_name (lightdm_user_list_get_instance (), username); - if (user) -- if (lightdm_user_get_logged_in (user)) -- { -- set_language (lightdm_user_get_language (user)); -- set_session (lightdm_user_get_session (user)); -- } -+ { -+ set_language (lightdm_user_get_language (user)); -+ set_session (lightdm_user_get_session (user)); -+ } - gtk_widget_set_tooltip_text (GTK_WIDGET (user_combo), user_tooltip); - start_authentication (username); - g_free (user_tooltip); diff --git a/community/lightdm-gtk2-greeter/tooltip-focus.patch b/community/lightdm-gtk2-greeter/tooltip-focus.patch new file mode 100644 index 000000000..9444222a9 --- /dev/null +++ b/community/lightdm-gtk2-greeter/tooltip-focus.patch @@ -0,0 +1,24 @@ +--- a/src/lightdm-gtk-greeter.c 2014-03-26 10:28:44 +0000 ++++ b/src/lightdm-gtk-greeter.c 2014-04-23 11:04:01 +0000 +@@ -2203,6 +2203,7 @@ + Window keyboard_xid = 0; + GdkDisplay* display = gdk_x11_lookup_xdisplay (xevent->xmap.display); + GdkWindow* win = gdk_x11_window_foreign_new_for_display (display, xwin); ++ GdkWindowTypeHint win_type = gdk_window_get_type_hint (win); + + /* Check to see if this window is our onboard window, since we don't want to focus it. */ + if (keyboard_win) +@@ -2211,8 +2212,10 @@ + #else + keyboard_xid = gdk_x11_drawable_get_xid (keyboard_win); + #endif +- +- if (xwin != keyboard_xid && gdk_window_get_type_hint (win) != GDK_WINDOW_TYPE_HINT_NOTIFICATION) ++ ++ if (xwin != keyboard_xid ++ && win_type != GDK_WINDOW_TYPE_HINT_TOOLTIP ++ && win_type != GDK_WINDOW_TYPE_HINT_NOTIFICATION) + { + gdk_window_focus (win, GDK_CURRENT_TIME); + /* Make sure to keep keyboard above */ + diff --git a/community/lightdm-gtk3-greeter/PKGBUILD b/community/lightdm-gtk3-greeter/PKGBUILD index 68bb34d6a..8f8a514f3 100755 --- a/community/lightdm-gtk3-greeter/PKGBUILD +++ b/community/lightdm-gtk3-greeter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 109002 2014-04-09 10:28:04Z alucryd $ +# $Id: PKGBUILD 110106 2014-04-24 08:37:24Z alucryd $ # Maintainer: Maxime Gauduin <alucryd@gmail.com> # Contributor: Padfoot <padfoot@exemail.com.au> pkgname=lightdm-gtk3-greeter pkgver=1.8.4 -pkgrel=1 +pkgrel=2 epoch=1 pkgdesc='GTK+ greeter for LightDM' arch=('i686' 'x86_64') @@ -16,8 +16,16 @@ provides=("${pkgname/3/}") conflicts=("${pkgname/3/2}") backup=('etc/lightdm/lightdm-gtk-greeter.conf') install="${pkgname/3/}.install" -source=("https://launchpad.net/${pkgname/3/}/${pkgver%.?}/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz") -sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c') +source=("https://launchpad.net/${pkgname/3/}/${pkgver%.?}/${pkgver}/+download/${pkgname/3/}-${pkgver}.tar.gz" + 'tooltip-focus.patch') +sha256sums=('cb3e93bfcb8fbaf109e01080dc75ec9a6803afcb68acbf9eef3799be927a2c6c' + '2dcf615181fc57cfcc02601d4d9845ef23af60a0a322a5208989849b279deec7') + +prepare() { + cd ${pkgname/3/}-${pkgver} + + patch -Np1 -i ../tooltip-focus.patch +} build() { cd ${pkgname/3/}-${pkgver} diff --git a/community/lightdm-gtk3-greeter/session-preselection.patch b/community/lightdm-gtk3-greeter/session-preselection.patch deleted file mode 100755 index 6fb41747d..000000000 --- a/community/lightdm-gtk3-greeter/session-preselection.patch +++ /dev/null @@ -1,19 +0,0 @@ -=== modified file 'src/lightdm-gtk-greeter.c' ---- src/lightdm-gtk-greeter.c 2014-02-16 18:37:06 +0000 -+++ src/lightdm-gtk-greeter.c 2014-02-22 11:31:35 +0000 -@@ -1241,11 +1241,10 @@ - set_user_image (username); - user = lightdm_user_list_get_user_by_name (lightdm_user_list_get_instance (), username); - if (user) -- if (lightdm_user_get_logged_in (user)) -- { -- set_language (lightdm_user_get_language (user)); -- set_session (lightdm_user_get_session (user)); -- } -+ { -+ set_language (lightdm_user_get_language (user)); -+ set_session (lightdm_user_get_session (user)); -+ } - gtk_widget_set_tooltip_text (GTK_WIDGET (user_combo), user_tooltip); - start_authentication (username); - g_free (user_tooltip); diff --git a/community/lightdm-gtk3-greeter/tooltip-focus.patch b/community/lightdm-gtk3-greeter/tooltip-focus.patch new file mode 100644 index 000000000..9444222a9 --- /dev/null +++ b/community/lightdm-gtk3-greeter/tooltip-focus.patch @@ -0,0 +1,24 @@ +--- a/src/lightdm-gtk-greeter.c 2014-03-26 10:28:44 +0000 ++++ b/src/lightdm-gtk-greeter.c 2014-04-23 11:04:01 +0000 +@@ -2203,6 +2203,7 @@ + Window keyboard_xid = 0; + GdkDisplay* display = gdk_x11_lookup_xdisplay (xevent->xmap.display); + GdkWindow* win = gdk_x11_window_foreign_new_for_display (display, xwin); ++ GdkWindowTypeHint win_type = gdk_window_get_type_hint (win); + + /* Check to see if this window is our onboard window, since we don't want to focus it. */ + if (keyboard_win) +@@ -2211,8 +2212,10 @@ + #else + keyboard_xid = gdk_x11_drawable_get_xid (keyboard_win); + #endif +- +- if (xwin != keyboard_xid && gdk_window_get_type_hint (win) != GDK_WINDOW_TYPE_HINT_NOTIFICATION) ++ ++ if (xwin != keyboard_xid ++ && win_type != GDK_WINDOW_TYPE_HINT_TOOLTIP ++ && win_type != GDK_WINDOW_TYPE_HINT_NOTIFICATION) + { + gdk_window_focus (win, GDK_CURRENT_TIME); + /* Make sure to keep keyboard above */ + diff --git a/community/lxc/PKGBUILD b/community/lxc/PKGBUILD index 093d47373..8795f8c5e 100644 --- a/community/lxc/PKGBUILD +++ b/community/lxc/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 109576 2014-04-16 10:24:47Z spupykin $ +# $Id: PKGBUILD 110133 2014-04-24 14:32:09Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Zucchelli <zukka77@gmail.com> # Contributor: Daniel Micay <danielmicay@gmail.com> @@ -8,13 +8,16 @@ pkgname=lxc pkgver=1.0.3 epoch=1 -pkgrel=3 +pkgrel=5 pkgdesc="Linux Containers" arch=('i686' 'x86_64') url="http://linuxcontainers.org" -depends=('bash' 'perl' 'libseccomp' 'libcap' 'python') -makedepends=('docbook2x') -optdepends=('arch-install-scripts: for archlinux template') +depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'cgmanager') +makedepends=('docbook2x' 'lua') +optdepends=('arch-install-scripts: for archlinux template' + 'lua' + 'lua-filesystem: lxc-top' + 'lua-alt-getopt: lxc-top') license=('LGPL') install=lxc.install options=('emptydirs') @@ -43,7 +46,10 @@ build() { --libexecdir=/usr/lib \ --sysconfdir=/etc \ --disable-apparmor \ - --enable-seccomp + --enable-seccomp \ + --enable-cgmanager \ + --enable-capabilities \ + --enable-lua make } diff --git a/community/mate-applet-streamer/PKGBUILD b/community/mate-applet-streamer/PKGBUILD index a50d0def7..4e3148090 100644 --- a/community/mate-applet-streamer/PKGBUILD +++ b/community/mate-applet-streamer/PKGBUILD @@ -1,17 +1,18 @@ -# $Id: PKGBUILD 106795 2014-03-07 17:03:21Z flexiondotorg $ +# $Id: PKGBUILD 110145 2014-04-24 20:53:44Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> pkgname=mate-applet-streamer -pkgver=0.0.5 -pkgrel=2 +pkgver=0.1.0 +pkgrel=1 pkgdesc="A MATE panel applet to let you play your favourite online radio station with a single click." url="http://www.zavedil.com/online-radio-applet/" arch=('i686' 'x86_64') license=('GPL') depends=('gst-plugins-base' 'gtk2' 'libnotify' 'mate-panel' 'sqlite') -makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools') -source=("http://www.zavedil.com/wp-content/uploads/2013/12/${pkgname}-${pkgver}.tar.gz") -md5sums=('c974612d6ef8138c472511dbc6587013') +makedepends=('mate-common') +optdepends=('gst-plugins-bad: for MP3 decoding') +source=("http://www.zavedil.com/wp-content/uploads/2014/04/${pkgname}-${pkgver}.tar.gz") +sha1sums=('8ccd0f6471de7cb0902ea8c1087b9b6f0293156a') install=${pkgname}.install build() { diff --git a/community/mesa-dri1/PKGBUILD b/community/mesa-dri1/PKGBUILD index a4bf95a06..4599ca9ac 100644 --- a/community/mesa-dri1/PKGBUILD +++ b/community/mesa-dri1/PKGBUILD @@ -4,13 +4,13 @@ pkgbase=mesa-dri1 pkgname=('unichrome-dri' 'i810-dri' 'mach64-dri' 'mga-dri' 'r128-dri' 'savage-dri' 'sis-dri' 'tdfx-dri') pkgver=7.11.2 -pkgrel=5 +pkgrel=6 arch=('i686' 'x86_64') makedepends=('glproto>=1.4.14' 'dri2proto' 'libdrm>=2.4.26' 'libxxf86vm>=1.1.1' 'libxdamage>=1.1.3' 'expat>=2.0.1' 'libx11>=1.4.3' 'libxt>=1.1.1' 'gcc-libs>=4.6.1' 'python2' 'libxml2' 'imake' 'llvm' 'udev') url="http://mesa3d.sourceforge.net" license=('custom') -source=("ftp://ftp.freedesktop.org/pub/mesa/${pkgver}/MesaLib-${pkgver}.tar.bz2" +source=(ftp://ftp.freedesktop.org/pub/mesa/older-versions/7.x/${pkgver}/MesaLib-${pkgver}.tar.bz2 LICENSE) md5sums=('0837c52698fe3252369c3fdb5195afcc' '5c65a0fe315dd347e09b1f2826a1df5a') diff --git a/community/xulrunner/PKGBUILD b/community/xulrunner/PKGBUILD index baf1a4fe0..2428bd69b 100644 --- a/community/xulrunner/PKGBUILD +++ b/community/xulrunner/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 107175 2014-03-14 04:14:05Z cbehan $ +# $Id: PKGBUILD 110094 2014-04-24 00:59:43Z cbehan $ # Maintainer: Connor Behan <connor.behan@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> # Contributor: Alexander Baldeck <alexander@archlinux.org> pkgname=xulrunner -pkgver=28.0 +pkgver=29.0 pkgrel=1 pkgdesc="Mozilla Runtime Environment" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ source=(ftp://ftp.mozilla.org/pub/mozilla.org/xulrunner/releases/$pkgver/source/ shared-libs.patch) options=('!emptydirs' '!makeflags' 'staticlibs') replaces=('xulrunner-oss') -sha256sums=('6eacdc549c252da57d1f51a363ad8c7e62f09ec8c796e8eb69ddb3e1008df7af' +sha256sums=('408fe73f88f6db2594e4e2bf44b51954c086d1c6948bfa79bb604321d8145230' '38f1f7a49a03b67a6b96bb696640a28fd20b42f6e45a27a81d25d66fd0148e4e' '23485d937035648add27a7657f6934dc5b295e886cdb0506eebd02a43d07f269' 'e2b4a00d14f4ba69c62b3f9ef9908263fbab179ba8004197cbc67edbd916fdf1') @@ -30,7 +30,6 @@ prepare() { #fix libdir/sdkdir - fedora patch -Np1 -i ../mozilla-pkgconfig.patch patch -Np1 -i ../shared-libs.patch - #patch -Np1 -i ../unbreak-plugin-build.patch # WebRTC build tries to execute "python" and expects Python 2 # Workaround taken from chromium PKGBUILD diff --git a/extra/dnsmasq/PKGBUILD b/extra/dnsmasq/PKGBUILD index 951a21273..e6c20df90 100644 --- a/extra/dnsmasq/PKGBUILD +++ b/extra/dnsmasq/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 210146 2014-04-10 11:59:27Z dreisner $ +# $Id: PKGBUILD 211726 2014-04-24 13:40:37Z dreisner $ # Maintainer: Dave Reisner <dreisner@archlinux.org> # Contributor: Paul Mattal <paul@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=dnsmasq -pkgver=2.69 -pkgrel=2 +pkgver=2.70 +pkgrel=1 pkgdesc="Lightweight, easy to configure DNS forwarder and DHCP server" url="http://www.thekelleys.org.uk/dnsmasq/doc.html" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ install=$pkgname.install backup=('etc/dnsmasq.conf') source=("http://www.thekelleys.org.uk/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc} 'dnsmasq.service') -md5sums=('c5a1152e646eb54db4f33f8e0deee180' +md5sums=('1d654e80888ab5dbba015548fd284d46' 'SKIP' '7ac45726cabef4145db40d758cc7fedf') diff --git a/extra/nginx/PKGBUILD b/extra/nginx/PKGBUILD index 5f73a0c88..1f0d5dd47 100644 --- a/extra/nginx/PKGBUILD +++ b/extra/nginx/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 210208 2014-04-11 19:22:18Z bpiotrowski $ +# $Id: PKGBUILD 211728 2014-04-24 13:43:09Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Maintainer: Sébastien Luttringer # Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com> @@ -6,8 +6,8 @@ # Contributor: Daniel Micay <danielmicay@gmail.com> pkgname=nginx -pkgver=1.4.7 -pkgrel=2 +pkgver=1.6.0 +pkgrel=1 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server' arch=('i686' 'x86_64') url='http://nginx.org' @@ -27,7 +27,7 @@ install=nginx.install source=($url/download/nginx-$pkgver.tar.gz service logrotate) -md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17' +md5sums=('8efa354f1c3c2ccf434a50d3fbe82340' '5c0cd4fd992596938b2d4fd98b2bac41' '3441ce77cdd1aab6f0ab7e212698a8a7') diff --git a/extra/smb4k/PKGBUILD b/extra/smb4k/PKGBUILD index 84c40b675..f6b6437df 100644 --- a/extra/smb4k/PKGBUILD +++ b/extra/smb4k/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 203474 2014-01-11 10:30:22Z giovanni $ +# $Id: PKGBUILD 211738 2014-04-24 18:32:49Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Emanuele Rampichini <emanuele.rampichini@gmail.com> pkgname=smb4k -pkgver=1.1.0 +pkgver=1.1.1 pkgrel=1 pkgdesc="A KDE program that browses samba shares" arch=('i686' 'x86_64') @@ -12,8 +12,8 @@ license=('GPL') depends=('kdebase-runtime') makedepends=('cmake' 'automoc4') install=smb4k.install -source=("http://downloads.sourceforge.net/project/${pkgname}/Smb4K%20%28stable%20releases%29/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -md5sums=('2ccd1f4eda732654460ff03b77738a96') +source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('81259c6a6a1a7ac83383c10b99952bef') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/extra/tree/PKGBUILD b/extra/tree/PKGBUILD index b718ec3ed..8ae85ff57 100644 --- a/extra/tree/PKGBUILD +++ b/extra/tree/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 143988 2011-12-01 15:23:36Z giovanni $ +# $Id: PKGBUILD 211736 2014-04-24 18:21:00Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=tree -pkgver=1.6.0 -pkgrel=2 +pkgver=1.7.0 +pkgrel=1 pkgdesc="A directory listing program displaying a depth indented list of files" arch=('i686' 'x86_64') url="http://mama.indstate.edu/users/ice/tree/" license=('GPL') depends=('glibc') source=("http://mama.indstate.edu/users/ice/${pkgname}/src/${pkgname}-${pkgver}.tgz") -md5sums=('04e967a3f4108d50cde3b4b0e89e970a') +md5sums=('abe3e03e469c542d8e157cdd93f4d8a6') build() { cd "${srcdir}/${pkgname}-${pkgver}" |