diff options
Diffstat (limited to 'community')
23 files changed, 209 insertions, 113 deletions
diff --git a/community/argyllcms/PKGBUILD b/community/argyllcms/PKGBUILD index 4c7d808b3..c7cae856a 100644 --- a/community/argyllcms/PKGBUILD +++ b/community/argyllcms/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 105726 2014-02-14 14:17:13Z tredaelli $ +# $Id: PKGBUILD 106923 2014-03-10 14:57:49Z tredaelli $ # Maintainer: Timothy Redaelli <timothy.redaelli@gmail.com> # Contributor: Frank Ickstadt (frank dot ickstadt at gmail dot com) @@ -6,7 +6,7 @@ pkgname=argyllcms _pkgname=Argyll pkgver=1.6.3 _pkgver="V${pkgver}" -pkgrel=1 +pkgrel=2 pkgdesc="An ICC compatible color management system with support for different colorimeter hardware" arch=(i686 x86_64) depends=('libxss' 'libxinerama' 'libxxf86vm' 'libxrandr') @@ -43,7 +43,7 @@ package() { install -m644 ${_pkgname}_${_pkgver}/doc/*.* "${pkgdir}"/usr/share/${pkgname}/doc mkdir -p "${pkgdir}"/usr/lib/udev/rules.d install -m644 ${_pkgname}_${_pkgver}/usb/55-Argyll.rules "${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules - sed -i 's|IMPORT{program}="usb|#IMPORT{program}="usb|' "${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules + sed -i 's|^IMPORT{program}="usb|#IMPORT{program}="usb|' "${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules cat <<EOF >>"${pkgdir}"/usr/lib/udev/rules.d/55-Argyll.rules # As mentioned in https://bugzilla.redhat.com/show_bug.cgi?id=859244 and https://bbs.archlinux.org/viewtopic.php?id=155589 diff --git a/community/awesome/PKGBUILD b/community/awesome/PKGBUILD index 6e14be9e2..e7fca4c90 100644 --- a/community/awesome/PKGBUILD +++ b/community/awesome/PKGBUILD @@ -1,5 +1,6 @@ -# $Id: PKGBUILD 98638 2013-10-16 01:00:11Z seblu $ -# Maintainer: Sébastien Luttringer +# $Id: PKGBUILD 106931 2014-03-10 17:47:47Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> +# Contributor: Sébastien Luttringer # Contributor: xduugu # Contributor: Ronald van Haren <ronald.archlinux.org> # Contributor: Vesa Kaihlavirta @@ -11,39 +12,24 @@ pkgdesc='Highly configurable framework window manager' arch=('i686' 'x86_64') url='http://awesome.naquadah.org/' license=('GPL2') -depends=( - 'cairo' - 'dbus' - 'gdk-pixbuf2' - 'imlib2' - 'libxdg-basedir' - 'lua' - 'lua-lgi' - 'pango' - 'startup-notification' - 'xcb-util-cursor' - 'xcb-util-keysyms' - 'xcb-util-wm' - 'xorg-xmessage' -) -makedepends=( - 'asciidoc' - 'cmake' - 'docbook-xsl' - 'doxygen' - 'imagemagick' - 'ldoc' - 'xmlto' -) -optdepends=( - 'rlwrap: readline support for awesome-client' - 'dex: autostart your desktop files' - 'vicious: widgets for the Awesome window manager' -) +depends=('cairo' 'dbus' 'gdk-pixbuf2' 'imlib2' 'libxdg-basedir' 'lua' 'lua-lgi' + 'pango' 'startup-notification' 'xcb-util-cursor' 'xcb-util-keysyms' + 'xcb-util-wm' 'xorg-xmessage') +makedepends=('asciidoc' 'cmake' 'docbook-xsl' 'doxygen' 'imagemagick' 'ldoc' 'xmlto') +optdepends=('rlwrap: readline support for awesome-client' + 'dex: autostart your desktop files' + 'vicious: widgets for the Awesome window manager') provides=('notification-daemon') backup=('etc/xdg/awesome/rc.lua') -source=("$url/download/$pkgname-$pkgver.tar.xz") -md5sums=('c16eaaaddf6f56b4e041007952e2a4fe') +source=($url/download/$pkgname-$pkgver.tar.xz + awesome-3.5.2-naughty-fix-ldoc.patch) +md5sums=('c16eaaaddf6f56b4e041007952e2a4fe' + 'f4ed09b1e75e191e503f482575bf640e') + +prepare() { + cd $pkgname-$pkgver + patch -p1 -i ../awesome-3.5.2-naughty-fix-ldoc.patch +} build() { cd $pkgname-$pkgver @@ -58,8 +44,5 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - # install desktop file so you can start awesome from your login manager install -Dm644 awesome.desktop "$pkgdir/usr/share/xsessions/awesome.desktop" } - -# vim:set ts=2 sw=2 et: diff --git a/community/cinnamon-session/PKGBUILD b/community/cinnamon-session/PKGBUILD index 60944dee0..4ad740de7 100644 --- a/community/cinnamon-session/PKGBUILD +++ b/community/cinnamon-session/PKGBUILD @@ -4,11 +4,11 @@ pkgname=cinnamon-session pkgver=2.0.6 -pkgrel=1 +pkgrel=2 pkgdesc="The Cinnamon Session Handler" arch=(i686 x86_64) license=(GPL LGPL) -depends=(cinnamon-desktop upower) +depends=(cinnamon-desktop libsm upower) makedepends=(intltool mesa json-glib xtrans gnome-common) options=('!emptydirs') install=cinnamon-session.install diff --git a/community/cinnamon-settings-daemon/PKGBUILD b/community/cinnamon-settings-daemon/PKGBUILD index 7674e7e73..557acc308 100644 --- a/community/cinnamon-settings-daemon/PKGBUILD +++ b/community/cinnamon-settings-daemon/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 103670 2014-01-09 06:32:51Z fyan $ +# $Id: PKGBUILD 106945 2014-03-10 21:09:06Z faidoc $ # Maintainer: Alexandre Filgueira (faidoc) <alexfilgueira@antergos.com> # Contributor: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> pkgname=cinnamon-settings-daemon pkgver=2.0.8 -pkgrel=2 +pkgrel=3 pkgdesc="The Cinnamon Settings daemon" arch=('i686' 'x86_64') license=('GPL') @@ -15,10 +15,12 @@ install=cinnamon-settings-daemon.install url="https://github.com/linuxmint/cinnamon-settings-daemon" source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-settings-daemon/archive/${pkgver}.tar.gz" keyboard.patch - automount-plugin.patch) + automount-plugin.patch + dpms.patch) sha256sums=('6889f021acab93d146c78fe8aa540a83a12260232e1ea5f697037a7c94c877fd' '3c05b978cb414c8fc1530f211bab58627a64ac9c156630c9d486f5926a85109c' - '4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837') + '4fc2b3a354b53d41d92d7f95d175a6a18382330353a0579d29c2d33b9400a837' + '194cc704320a2d6be636191e96f62514f2b5f97655c200991b5690fbf3006026') prepare() { cd $pkgname-$pkgver @@ -28,6 +30,9 @@ prepare() { # Turn automount helper into a plugin patch -Np1 -i ../automount-plugin.patch + + # Fix DPMS issue with Xorg 1.14 + patch -Np1 -i ../dpms.patch } build() { diff --git a/community/cinnamon-settings-daemon/dpms.patch b/community/cinnamon-settings-daemon/dpms.patch new file mode 100644 index 000000000..0e48ee85d --- /dev/null +++ b/community/cinnamon-settings-daemon/dpms.patch @@ -0,0 +1,29 @@ +--- a/plugins/power/csd-power-manager.c ++++ b/plugins/power/csd-power-manager.c +@@ -33,6 +33,8 @@ + #include <libnotify/notify.h> + #include <canberra-gtk.h> + ++#include <X11/extensions/dpms.h> ++ + #define GNOME_DESKTOP_USE_UNSTABLE_API + #include <libcinnamon-desktop/gnome-rr.h> + +@@ -3967,6 +3790,17 @@ csd_power_manager_start (CsdPowerManager + /* set the initial dim time that can adapt for the user */ + refresh_idle_dim_settings (manager); + ++ /* Make sure that Xorg's DPMS extension never gets in our way. The defaults seem to have changed in Xorg 1.14 ++ * being "0" by default to being "600" by default ++ * https://bugzilla.gnome.org/show_bug.cgi?id=709114 ++ */ ++ gdk_error_trap_push (); ++ int dummy; ++ if (DPMSQueryExtension(GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), &dummy, &dummy)) { ++ DPMSSetTimeouts (GDK_DISPLAY_XDISPLAY (gdk_display_get_default ()), 0, 0, 0); ++ } ++ gdk_error_trap_pop_ignored (); ++ + manager->priv->xscreensaver_watchdog_timer_id = g_timeout_add_seconds (XSCREENSAVER_WATCHDOG_TIMEOUT, + disable_builtin_screensaver, + NULL);
\ No newline at end of file diff --git a/community/espeak/PKGBUILD b/community/espeak/PKGBUILD index 23df11aaf..8d85b17d8 100644 --- a/community/espeak/PKGBUILD +++ b/community/espeak/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 96764 2013-09-04 12:01:02Z arodseth $ +# $Id: PKGBUILD 106925 2014-03-10 15:30:09Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Mateusz Herych <heniekk@gmail.com> # Contributor: Christoph Siegenthaler <csi@gmx.ch> pkgname=espeak -pkgver=1.47.11 +pkgver=1.48.04 pkgrel=1 pkgdesc='Text to Speech engine for English, with support for other languages' arch=('x86_64' 'i686') @@ -13,7 +13,7 @@ license=('GPL') depends=('portaudio' 'libpulse') options=('!emptydirs') source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver-source.zip") -sha256sums=('9bd4d0569af48a2cb13fa76704dec3124d27025a3f21c87598457976472b360c') +sha256sums=('bf9a17673adffcc28ff7ea18764f06136547e97bbd9edf2ec612f09b207f0659') build() { cd "$pkgname-$pkgver-source/src" diff --git a/community/g2sc/PKGBUILD b/community/g2sc/PKGBUILD index a12fa1702..fae06894f 100644 --- a/community/g2sc/PKGBUILD +++ b/community/g2sc/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 65518 2012-02-21 08:40:35Z spupykin $ +# $Id: PKGBUILD 106941 2014-03-10 20:47:40Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=g2sc pkgver=0.2 -pkgrel=4 +pkgrel=5 pkgdesc="Samba gtk2 client" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/g2sc" @@ -16,6 +16,7 @@ md5sums=('c0994584f2c950241bf7e2782cb4d2fd') build() { cd ${srcdir} + sed -i 's/-lsmbclient/-I\/usr\/include\/samba-4.0 -lsmbclient/g' makefile make } diff --git a/community/gambit-c/PKGBUILD b/community/gambit-c/PKGBUILD index e4eef8645..f8a587be3 100644 --- a/community/gambit-c/PKGBUILD +++ b/community/gambit-c/PKGBUILD @@ -2,20 +2,20 @@ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Christian Babeux <christian.babeux@0x80.ca> -_distname=gambc-v4_7_1 pkgname=gambit-c -pkgver=4.7.1 -pkgrel=2 +pkgver=4.7.2 +pkgrel=1 pkgdesc='Scheme R5RS interpreter and compiler (via C)' arch=('x86_64' 'i686') url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page' license=('LGPL2.1' 'Apache') +depends=('bash') install="$pkgname.install" -source=(http://www.iro.umontreal.ca/~gambit/download/gambit/v4.7/source/${_distname}.tgz) -sha256sums=('6b7d58f1e28169d2c873386a1cf7e321e96d23ffd4b3238b105d66ca6bdd7472') +source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz") +sha256sums=('c09597fa423602eb9d06b1ab3c1a63cd9c612b89f7f6d718f2c0a96da4d4ac1a') build() { - cd "$_distname" + cd "${pkgname/it-}-v${pkgver//./_}" ./configure --prefix=/usr --docdir=/usr/share/doc/gambit-c \ --infodir=/usr/share/info --libdir=/usr/lib/gambit-c \ @@ -24,7 +24,7 @@ build() { } package() { - make -C "$_distname" install DESTDIR="$pkgdir" + make -C "${pkgname/it-}-v${pkgver//./_}" install DESTDIR="$pkgdir" # gsc conflicts with the one provided by ghostscript mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc" ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script" diff --git a/community/gambit-c/gambit-c.install b/community/gambit-c/gambit-c.install index ed08d59db..84ccb4055 100644 --- a/community/gambit-c/gambit-c.install +++ b/community/gambit-c/gambit-c.install @@ -2,7 +2,7 @@ _infodir=/usr/share/info _iinfoargs="$_infodir/gambit-c.info.gz $_infodir/dir" post_install() { - install-info ${_iinfoargs} + install-info $_iinfoargs } post_upgrade() { @@ -10,7 +10,7 @@ post_upgrade() { } pre_remove() { - install-info --delete ${_iinfoargs} + install-info --delete $_iinfoargs } # vim:set ts=2 sw=2 et: diff --git a/community/gnome-main-menu/PKGBUILD b/community/gnome-main-menu/PKGBUILD index c29788b7f..cd589d016 100644 --- a/community/gnome-main-menu/PKGBUILD +++ b/community/gnome-main-menu/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 106799 2014-03-07 18:24:00Z flexiondotorg $ +# $Id: PKGBUILD 106913 2014-03-10 10:24:11Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> pkgname=gnome-main-menu -pkgver=1.7.0 +pkgver=1.8.0 pkgrel=1 pkgdesc="A mate-panel applet similar to the traditional main-menu, but with a few additions." url="http://mate-desktop.org" @@ -10,9 +10,10 @@ arch=('i686' 'x86_64') license=('GPL') depends=('caja' 'libunique' 'mate-control-center' 'mate-desktop' 'mate-panel') makedepends=('mate-common' 'yelp-tools') +optdepends=('yelp: for reading help documents') options=('!emptydirs') -source=("http://pub.mate-desktop.org/releases/1.7/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ac6ce5dcd9433d798d9de3c311127a20084fc00c') +source=("http://pub.mate-desktop.org/releases/1.8/${pkgname}-${pkgver}.tar.xz") +sha1sums=('287e904506ae2796e84b556f76e3b12274c1c89f') install=${pkgname}.install build() { @@ -23,7 +24,6 @@ build() { --sysconfdir=/etc \ --localstatedir=/var \ --enable-caja-extension \ - --without-html-dir \ --disable-static make } diff --git a/community/mate-accountsdialog/PKGBUILD b/community/mate-accountsdialog/PKGBUILD new file mode 100644 index 000000000..24be6a166 --- /dev/null +++ b/community/mate-accountsdialog/PKGBUILD @@ -0,0 +1,35 @@ +# $Id: PKGBUILD 106915 2014-03-10 10:50:55Z flexiondotorg $ +# Maintainer : Martin Wimpress <code@flexion.org> + +pkgname=mate-accountsdialog +pkgver=1.7.0 +pkgrel=1 +pkgdesc="An application to view and modify user accounts information for MATE." +url="https://github.com/NiceandGently/mate-accountsdialog" +arch=('i686' 'x86_64') +license=('GPL') +depends=('accountsservice' 'apg' 'dbus-glib' 'gtk2' 'iso-codes' 'mate-desktop' + 'mate-polkit' 'libunique') +makedepends=('mate-common' 'perl-xml-parser' 'yelp-tools') +options=('!emptydirs') +source=("https://github.com/NiceandGently/${pkgname}/archive/v${pkgver}.tar.gz") +sha1sums=('8cae1d8dd8596a162c6d494e69a9539f8cf7cfd1') +install=${pkgname}.install + +prepare() { + cd "${srcdir}/${pkgname}-${pkgver}" + NOCONFIGURE=1 ./autogen.sh +} + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --enable-systemd + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} diff --git a/community/mate-accountsdialog/mate-accountsdialog.install b/community/mate-accountsdialog/mate-accountsdialog.install new file mode 100644 index 000000000..660593cf5 --- /dev/null +++ b/community/mate-accountsdialog/mate-accountsdialog.install @@ -0,0 +1,11 @@ +post_install() { + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/mednafen/PKGBUILD b/community/mednafen/PKGBUILD index 60b8b1000..2de82e79f 100644 --- a/community/mednafen/PKGBUILD +++ b/community/mednafen/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 104369 2014-01-19 16:29:32Z bpiotrowski $ +# $Id: PKGBUILD 106947 2014-03-10 21:57:31Z jsteel $ # Maintainer: Jonathan Steel <jsteel@aur.archlinux.org> # Contributor: megadriver <megadriver at gmx dot com> # Contributor: Angel Velasquez <angvp@archlinux.org> @@ -7,9 +7,8 @@ # Contributor: Hans-Kristian Arntzen <maister@archlinux.us> pkgname=mednafen -pkgver=0.9.32.1 -_pkgver=$pkgver-wip -pkgrel=2 +pkgver=0.9.33.1 +pkgrel=1 pkgdesc="A command-line multi-system gaming emulator" url="http://mednafen.sourceforge.net" license=('GPL') @@ -18,8 +17,8 @@ depends=('libcdio' 'libsamplerate' 'sdl_net' 'zlib') makedepends=('mesa' 'glu') replaces=('mednafen-wip') install="$pkgname.install" -source=(http://downloads.sourceforge.net/mednafen/$pkgname-$_pkgver.tar.bz2) -md5sums=('ee9edeece554755e762a6d140fad21e9') +source=(http://downloads.sourceforge.net/mednafen/$pkgname-$pkgver.tar.bz2) +md5sums=('3e67483927baa71fe77c441c42216daa') build() { cd "$srcdir"/$pkgname diff --git a/community/mednafen/mednafen.install b/community/mednafen/mednafen.install index 8a0672362..3cf247851 100644 --- a/community/mednafen/mednafen.install +++ b/community/mednafen/mednafen.install @@ -1,5 +1,6 @@ post_upgrade() { - echo 'Save states from 0.8.x and earlier are not compatible with 0.9.x, - [...] The configuration file name has changed to "mednafen-09x.cfg" - [...] http://mednafen.sourceforge.net/releases/' + if [ "$(vercmp 0.9 "$2")" -eq 1 ]; then + echo '==> Save states from 0.8.x and earlier are not compatible with 0.9.x + also the configuration file name has changed to "mednafen-09x.cfg"' + fi } diff --git a/community/openscad/CHANGELOG b/community/openscad/CHANGELOG index 86c5f542e..a2b7d8797 100644 --- a/community/openscad/CHANGELOG +++ b/community/openscad/CHANGELOG @@ -1,3 +1,9 @@ +2014-03-09 Kyle Keen <keenerd@gmail.com> + + * 2014.04-1 + - New release + - MIME associations + 2014-02-10 Kyle Keen <keenerd@gmail.com> * 2013.06-3 diff --git a/community/openscad/PKGBUILD b/community/openscad/PKGBUILD index 0577125f1..4a55e05ae 100644 --- a/community/openscad/PKGBUILD +++ b/community/openscad/PKGBUILD @@ -1,31 +1,40 @@ -# $Id: PKGBUILD 105552 2014-02-10 05:19:10Z kkeen $ +# $Id: PKGBUILD 106907 2014-03-10 00:35:40Z kkeen $ # Maintainer: Kyle Keen <keenerd@gmail.com> # Contributor: Chirantan Ekbote <chirantan.ekbote at gmail.com> # Contributor: Eric Anderson <ejona86 at gmail.com> # Contributor: Pierre DOUCET <pierre at equinoxefr.org> pkgname=openscad -pkgver=2013.06 -pkgrel=3 -pkgdesc="The programmers' solid 3D CAD modeller" +pkgver=2014.03 +pkgrel=1 +pkgdesc="The programmers solid 3D CAD modeller" url="http://openscad.org/" arch=('i686' 'x86_64') license=('GPL2') +install=openscad.install changelog=CHANGELOG -depends=('qt4' 'cgal' 'opencsg' 'boost-libs') +depends=('qt4' 'cgal' 'opencsg' 'boost-libs' 'shared-mime-info') makedepends=('eigen' 'boost' 'imagemagick') -source=("https://openscad.googlecode.com/files/$pkgname-$pkgver.src.tar.gz") -md5sums=('b7b5faecdffc41e28cdf0c1162299de7') +source=("http://files.openscad.org/openscad-$pkgver.src.tar.gz") +md5sums=('38bebd02bce365fe39e695a07411ab73') build() { cd "$srcdir/$pkgname-$pkgver" - qmake-qt4 PREFIX="/usr" + rm -f libraries/MCAD/*.py + # internal version will use the build date, override that + qmake-qt4 PREFIX="/usr" VERSION="$pkgver" make convert "icons/$pkgname.png" -resize 128x128\> "icons/$pkgname-128.png" } +# it has tests +# tests need cmake, python, imagemagick +# see doc/testing.txt about enabling +# needs to display stuff, run image diffs + package() { cd "$srcdir/$pkgname-$pkgver" make INSTALL_ROOT="$pkgdir" install install -Dm644 "icons/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop" install -Dm644 "icons/$pkgname-128.png" "$pkgdir/usr/share/pixmaps/$pkgname.png" + install -Dm644 "icons/$pkgname.xml" "$pkgdir/usr/share/mime/packages/$pkgname.xml" } diff --git a/community/openscad/openscad.install b/community/openscad/openscad.install new file mode 100644 index 000000000..724bfce00 --- /dev/null +++ b/community/openscad/openscad.install @@ -0,0 +1,13 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/python-psutil/PKGBUILD b/community/python-psutil/PKGBUILD index 498ef4296..e94c1200a 100644 --- a/community/python-psutil/PKGBUILD +++ b/community/python-psutil/PKGBUILD @@ -1,25 +1,44 @@ -# $Id: PKGBUILD 102223 2013-12-06 21:38:55Z seblu $ +# $Id: PKGBUILD 106955 2014-03-10 22:28:38Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=python-psutil pkgname=('python-psutil' 'python2-psutil') -pkgver=1.2.1 +pkgver=2.0.0 pkgrel=1 arch=('i686' 'x86_64') url='http://code.google.com/p/psutil/' license=('custom: BSD') makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools') +checkdepends=('net-tools' 'procps-ng') source=("https://pypi.python.org/packages/source/p/psutil/psutil-$pkgver.tar.gz") -md5sums=('80c3b251389771ab472e554e6c729c36') +md5sums=('9ee83ff3d68396f91ebdf71ae83b152d') build() { cd psutil-$pkgver + + msg2 python python setup.py build --build-lib=build/python + + msg2 python2 python2 setup.py build --build-lib=build/python2 find build/python2 -type f -exec \ sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \; } +check() { + cd psutil-$pkgver + + msg2 python + export PYTHONPATH="$PWD/build/python" + #python test/test_psutil.py + python test/test_memory_leaks.py + + msg2 python2 + export PYTHONPATH="$PWD/build/python2" + #python2 test/test_psutil.py + python2 test/test_memory_leaks.py +} + package_python-psutil() { pkgdesc='A cross-platform process and system utilities module for Python' depends=('glibc' 'python') diff --git a/community/python-simplejson/PKGBUILD b/community/python-simplejson/PKGBUILD index 5ec9486f2..55919fc1c 100644 --- a/community/python-simplejson/PKGBUILD +++ b/community/python-simplejson/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 105342 2014-02-05 15:26:52Z arodseth $ +# $Id: PKGBUILD 106958 2014-03-10 22:32:08Z arodseth $ # Maintainer: Alexander Rødseth <rodseth@gmail.com> # Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Allan McRae <allan@archlinux.org> @@ -6,7 +6,7 @@ pkgbase=python-simplejson pkgname=("$pkgbase" 'python2-simplejson') -pkgver=3.3.2 +pkgver=3.3.3 pkgrel=1 pkgdesc='Simple, fast, extensible JSON encoder/decoder for Python' license=('MIT') @@ -14,7 +14,7 @@ arch=('x86_64' 'i686') url='http://undefined.org/python/#simplejson' makedepends=('python-setuptools' 'python2-setuptools') source=("$pkgname-$pkgver.tar.gz::https://github.com/simplejson/simplejson/tarball/v${pkgver}") -sha256sums=('ecff7508cb34547de611c5b367ad1ff74290f638f29853be5801823e1565592c') +sha256sums=('3c1ea4826afdbbb2e8f589540772f8b06ea2a81f575db1edde84fc1829bb293b') package_python-simplejson() { depends=('python') diff --git a/community/wireshark/PKGBUILD b/community/wireshark/PKGBUILD index 88ba96f65..fdc385446 100644 --- a/community/wireshark/PKGBUILD +++ b/community/wireshark/PKGBUILD @@ -1,26 +1,23 @@ -# $Id: PKGBUILD 106522 2014-03-05 15:19:49Z tredaelli $ +# $Id: PKGBUILD 106919 2014-03-10 11:29:59Z 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.5 -pkgrel=4 +pkgver=1.10.6 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL2') makedepends=('gtk3' 'krb5' 'libpcap' 'bash' 'gnutls' 'portaudio' 'lua' 'python' 'desktop-file-utils' 'hicolor-icon-theme') url='http://www.wireshark.org/' source=(http://www.wireshark.org/download/src/${pkgbase}-${pkgver}.tar.bz2 - wireshark-1.10.3-gtk3.10-compile.patch wireshark-1.10.5-fix-flow-crash.patch) -sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5' - '45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0' +sha256sums=('a9de3fd3002d4df0946cfea2f5a33557666e14c7014dbc42d1f78dfe113f6b5d' 'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7ffffeb9bed213fad0fe3ea') prepare() { cd ${pkgbase}-${pkgver} - patch -p1 -i "${srcdir}"/wireshark-1.10.3-gtk3.10-compile.patch patch -p1 -i "${srcdir}"/wireshark-1.10.5-fix-flow-crash.patch } diff --git a/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch b/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch deleted file mode 100644 index 6dc50646f..000000000 --- a/community/wireshark/wireshark-1.10.3-gtk3.10-compile.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- 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/xmobar/PKGBUILD b/community/xmobar/PKGBUILD index 75c330b62..4e0a01d44 100644 --- a/community/xmobar/PKGBUILD +++ b/community/xmobar/PKGBUILD @@ -1,19 +1,20 @@ -# $Id: PKGBUILD 105371 2014-02-06 05:24:17Z bisson $ +# $Id: PKGBUILD 106937 2014-03-10 18:31:13Z jelle $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Arch Haskell Team <arch-haskell@haskell.org> pkgname=xmobar -pkgver=0.19 -pkgrel=2 +pkgver=0.20 +pkgrel=1 pkgdesc="A Minimalistic Text Based Status Bar" url="http://hackage.haskell.org/package/xmobar" license=('custom:BSD3') arch=('i686' 'x86_64') depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr') makedepends=('ghc=7.6.3-1' 'haskell-x11=1.6.1.1-3' 'haskell-x11-xft=0.3.1-9' 'haskell-utf8-string=0.3.7-5' - 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat') + 'haskell-stm=2.4.2-2' 'haskell-parsec=3.1.3-3' 'haskell-mtl=2.1.2-3' 'haskell-regex-base' 'haskell-regex-compat haskell-http') options=('strip') source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz) +md5sums=('09483ed2ff57b81d46aa3eb1ac6d89e4') build() { cd ${srcdir}/xmobar-$pkgver @@ -28,4 +29,3 @@ package() { install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE } -md5sums=('1c5b6ac7e7afe837b79c10ae4e8b8e4d') diff --git a/community/zathura-pdf-poppler/PKGBUILD b/community/zathura-pdf-poppler/PKGBUILD index 69ce6a14f..7496d4ad7 100644 --- a/community/zathura-pdf-poppler/PKGBUILD +++ b/community/zathura-pdf-poppler/PKGBUILD @@ -4,7 +4,7 @@ # Contributor: karnath <karnathtorjian@gmail.com> pkgname=zathura-pdf-poppler -pkgver=0.2.4 +pkgver=0.2.5 pkgrel=1 pkgdesc="Adds pdf support to zathura by using the poppler engine" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('custom') depends=('poppler-glib' 'zathura') install="$pkgname.install" source=("https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz") -md5sums=('7a3781a251687d316fcd8bf3df120d9f') +md5sums=('e314b8b136e71aa4925a864141f12d15') build() { make -C "${srcdir}/$pkgname-$pkgver" |