From c183da9d3df5445f5021cd6563012ba2abfc393e Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 6 Mar 2014 03:42:24 +0000 Subject: Thu Mar 6 03:38:39 UTC 2014 --- community/chrpath/PKGBUILD | 19 ++++++-- community/dbmail/PKGBUILD | 6 +-- community/guayadeque/PKGBUILD | 14 +++--- community/lazarus/PKGBUILD | 6 +-- community/libgit2-glib/PKGBUILD | 6 +-- community/libpqxx/ChangeLog | 9 ---- community/libpqxx/PKGBUILD | 27 ----------- community/liteide/PKGBUILD | 15 +++--- community/pidgin-lwqq/PKGBUILD | 6 +-- community/python2-systemd/PKGBUILD | 6 +-- community/redis/PKGBUILD | 6 +-- community/wireshark/PKGBUILD | 15 +++--- .../wireshark-1.10.5-fix-flow-crash.patch | 55 ++++++++++++++++++++++ 13 files changed, 112 insertions(+), 78 deletions(-) delete mode 100644 community/libpqxx/ChangeLog delete mode 100644 community/libpqxx/PKGBUILD create mode 100644 community/wireshark/wireshark-1.10.5-fix-flow-crash.patch (limited to 'community') diff --git a/community/chrpath/PKGBUILD b/community/chrpath/PKGBUILD index c978d17a9..515c67e16 100644 --- a/community/chrpath/PKGBUILD +++ b/community/chrpath/PKGBUILD @@ -1,17 +1,26 @@ -# $Id: PKGBUILD 55552 2011-09-14 09:27:16Z andrea $ +# $Id: PKGBUILD 106515 2014-03-05 11:39:42Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Gerardo Exequiel Pozzi pkgname=chrpath -pkgver=0.13 -pkgrel=3 +pkgver=0.16 +pkgrel=1 pkgdesc="Change or delete the rpath or runpath in ELF files" arch=('i686' 'x86_64') url="http://directory.fsf.org/project/chrpath/" license=('GPL2') depends=('glibc') -source=("http://ftp.tux.org/pub/X-Windows/ftp.hungry.com/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('b73072a8fbba277558c50364b65bb407') +source=("https://alioth.debian.org/frs/download.php/latestfile/813/chrpath-$pkgver.tar.gz") +md5sums=('2bf8d1d1ee345fc8a7915576f5649982') + +prepare() { + cd "${srcdir}"/$pkgname-$pkgver +# rm -f config.guess +# aclocal +# libtoolize +# automake --add-missing +# autoconf +} build() { cd "${srcdir}"/$pkgname-$pkgver diff --git a/community/dbmail/PKGBUILD b/community/dbmail/PKGBUILD index bae1280f5..25989d34b 100644 --- a/community/dbmail/PKGBUILD +++ b/community/dbmail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106291 2014-02-26 16:22:54Z spupykin $ +# $Id: PKGBUILD 106511 2014-03-05 09:58:14Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Sebastian Faltoni pkgname=dbmail -pkgver=3.1.11 +pkgver=3.1.12 pkgrel=1 pkgdesc="Fast and scalable sql based mail services" arch=('i686' 'x86_64') @@ -27,7 +27,7 @@ source=("http://www.dbmail.org/download/3.1/dbmail-${pkgver}.tar.gz" "dbmail-pop3d.xinetd" "dbmail-timsieved.xinetd" "dbmail-7-systemd.diff") -md5sums=('e32b167106a2b34483070cbb08839567' +md5sums=('a17f22e113e26dda8fc1461690054163' '890de13361afbdf4fed12d6d7eb53e66' '961593658cd596297d03d25eb9c9e98f' '4cb764894abd3914802e90602bf90a0c' diff --git a/community/guayadeque/PKGBUILD b/community/guayadeque/PKGBUILD index cb9cad2a9..2c6466091 100755 --- a/community/guayadeque/PKGBUILD +++ b/community/guayadeque/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 103795 2014-01-11 20:08:28Z eric $ +# $Id: PKGBUILD 106500 2014-03-05 09:12:58Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: Sial # Contributor: Martin Herndl pkgname=guayadeque -pkgver=0.3.5 -pkgrel=6 -pkgdesc="Lightweight music player" +pkgver=0.3.7 +pkgrel=1 +pkgdesc='Lightweight music player' arch=('i686' 'x86_64') -url="http://guayadeque.org/" +url='http://guayadeque.org/' license=('GPL3') -depends=('curl' 'desktop-file-utils' 'flac' 'libgpod' 'taglib' 'wxgtk2.8') +depends=('curl' 'desktop-file-utils' 'libgpod' 'taglib' 'wxgtk2.8') makedepends=('cmake') optdepends=('gstreamer0.10-good-plugins: Support for additional file formats' 'gvfs: Support for external devices') install=$pkgname.install source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('8281286a715731b567097238e1c0aaf962e052fbc7e2761b10f36407eb6ec4d5') +sha256sums=('d23eb1247add0bef8d5fef834294d7cb3d7c5fc20db9022b86f618a13d359938') prepare() { cd ${pkgname}-${pkgver}/src diff --git a/community/lazarus/PKGBUILD b/community/lazarus/PKGBUILD index df2f9eaf1..a664c40c2 100644 --- a/community/lazarus/PKGBUILD +++ b/community/lazarus/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 101243 2013-11-20 11:52:08Z spupykin $ +# $Id: PKGBUILD 106507 2014-03-05 09:48:14Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Jens Adam (byte/jra) # Contributor: BlackIkeEagle pkgbase=lazarus pkgname=('lazarus' 'lazarus-gtk2' 'lazarus-qt') -pkgver=1.0.14 +pkgver=1.2 _pkgsubver=0 pkgrel=1 url='http://www.lazarus.freepascal.org/' @@ -15,7 +15,7 @@ makedepends=('fpc' 'fpc-src' 'gtk2' 'qt4pas' 'rsync') options=('!emptydirs' '!makeflags') source=("http://downloads.sourceforge.net/project/lazarus/Lazarus%20Zip%20_%20GZip/Lazarus%20$pkgver/lazarus-$pkgver-${_pkgsubver}.tar.gz" 'lazcontrols2.diff') -md5sums=('11de0f79cf44eb25ee1c460561cc103b' +md5sums=('f36e7182cf5a5d75a7157104d1370e0b' '288bca6ad5ade79deec34c3602daaaa9') build() { diff --git a/community/libgit2-glib/PKGBUILD b/community/libgit2-glib/PKGBUILD index 9cc31aa13..8d74f325c 100644 --- a/community/libgit2-glib/PKGBUILD +++ b/community/libgit2-glib/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 104880 2014-01-28 00:44:20Z eric $ +# $Id: PKGBUILD 106513 2014-03-05 10:10:15Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) pkgname=libgit2-glib -pkgver=0.0.10 +pkgver=0.0.12 pkgrel=1 pkgdesc="GLib wrapper for libgit2" url="http://wiki.gnome.org/Projects/Libgit2-glib" @@ -11,7 +11,7 @@ arch=(i686 x86_64) depends=(glib2 libgit2) makedepends=(gobject-introspection) source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('3d9dc3c2ca7fab21aa005100b102e085f4d864e507c424d46de451e9d40bfeff') +sha256sums=('193125b314f588894b769058be28101fb0b2bec345520ca6398ee4e8b7319762') build() { cd $pkgname-$pkgver diff --git a/community/libpqxx/ChangeLog b/community/libpqxx/ChangeLog deleted file mode 100644 index bf9624d43..000000000 --- a/community/libpqxx/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ - -2009-09-16 Douglas Soares de Andrade - - * Updated to 3.0.2 - -2009-08-06 Douglas Soares de Andrade - - * Updated to 3.0.1 - diff --git a/community/libpqxx/PKGBUILD b/community/libpqxx/PKGBUILD deleted file mode 100644 index c855098e1..000000000 --- a/community/libpqxx/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# $Id: PKGBUILD 100215 2013-11-01 21:20:51Z spupykin $ -# Contributor: Giovanni Scafora - -pkgname=libpqxx -pkgver=4.0.1 -pkgrel=2 -pkgdesc="C++ client API for PostgreSQL" -arch=('i686' 'x86_64') -license=('custom') -url="http://pqxx.org/development/libpqxx/" -depends=('postgresql-libs>=8.4.1') -makedepends=('python2') -source=("http://pqxx.org/download/software/${pkgname}/${pkgname}-${pkgver}.tar.gz") -md5sums=('6ea888b9ba85dd7cef1b182dc5f223a2') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|python|python2|' tools/splitconfig - ./configure --prefix=/usr --enable-shared - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make prefix="${pkgdir}/usr" install - install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" -} diff --git a/community/liteide/PKGBUILD b/community/liteide/PKGBUILD index 9069d0264..e6808bb8d 100644 --- a/community/liteide/PKGBUILD +++ b/community/liteide/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 103220 2013-12-30 14:57:33Z arodseth $ +# $Id: PKGBUILD 106526 2014-03-05 18:06:03Z arodseth $ # Maintainer: Alexander Rødseth # Contributor: spambanane # Contributor: Matteo @@ -6,7 +6,7 @@ pkgname=liteide pkgver=20.1 -pkgrel=1 +pkgrel=2 pkgdesc='IDE for editing and building projects written in the Go programming language ("golangide")' license=('LGPL') arch=('x86_64' 'i686') @@ -22,9 +22,8 @@ sha256sums=('3a3e664e9a76745308fd14eb89b4376f1fb1ac1195b8e2cefcef922e8e93dde2' '47c52b22326034bd3d6a7b11b05a53c8b3838c08e145171cf5cad2ca00260697') prepare() { - gendesk -f -n --name 'Golang IDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc" - cd "liteide-x$pkgver/build" - chmod +x *_*.sh + gendesk -f -n --name 'LiteIDE' --pkgname "$pkgname" --pkgdesc "$pkgdesc" + chmod +x "liteide-x$pkgver/build/"*_*.sh } build() { @@ -45,7 +44,7 @@ build() { } package() { - cd "liteide-x$pkgver/build/liteide" + cd "liteide-x$pkgver/build/liteide" msg2 'Creating directories...' mkdir -p \ @@ -85,6 +84,10 @@ package() { msg2 'Cleaning up...' rm -rf "$pkgdir/usr/share/$pkgname/doc" + + # Fix for FS#38781 + mkdir -p "$pkgdir/usr/share/$pkgname/linux" + ln -s "/usr/share/$pkgname/liteenv" "$pkgdir/usr/share/$pkgname/linux/liteenv" } # vim:set ts=2 sw=2 et: diff --git a/community/pidgin-lwqq/PKGBUILD b/community/pidgin-lwqq/PKGBUILD index bb0c1f8fe..99e88a334 100644 --- a/community/pidgin-lwqq/PKGBUILD +++ b/community/pidgin-lwqq/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 106078 2014-02-22 02:44:18Z fyan $ +# $Id: PKGBUILD 106498 2014-03-05 07:19:42Z fyan $ # Maintainer: Felix Yan pkgname=pidgin-lwqq -pkgver=0.2c.20140221 +pkgver=0.2d.20140304 #_gitver="tag=$pkgver" -_gitver='commit=c8482238c5d484c33c1444ad4ef9d967ce970596' +_gitver='commit=c1850142a1cf8ce88fc30cec68d3f568613d923d' pkgrel=1 pkgdesc="A pidgin plugin based on lwqq, a excellent safe useful library for webqq protocol" arch=('i686' 'x86_64') diff --git a/community/python2-systemd/PKGBUILD b/community/python2-systemd/PKGBUILD index b43674568..8b420df5e 100644 --- a/community/python2-systemd/PKGBUILD +++ b/community/python2-systemd/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 106488 2014-03-04 15:41:22Z dwallace $ +# $Id: PKGBUILD 106496 2014-03-05 02:09:28Z dwallace $ # Maintainer: Daniel Wallace # Maintainer: Jan-Erik Rediger # Contributor: nofxx .com> pkgname=redis -pkgver=2.8.6 +pkgver=2.8.7 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ source=("http://download.redis.io/releases/redis-$pkgver.tar.gz" "redis.service" "redis.logrotate" "redis.tmpfiles.d") -md5sums=('f0dbfcdea98ed237e7990d1eaff82241' +md5sums=('3fc0bcdf6aef491ca2f08e62e4de7bc2' '5320aa6d0f31aadc1d6202ca40425aea' '9e2d75b7a9dc421122d673fe520ef17f' 'dd9ab8022b4d963b2e5899170dfff490') diff --git a/community/wireshark/PKGBUILD b/community/wireshark/PKGBUILD index 38b3e09cf..88ba96f65 100644 --- a/community/wireshark/PKGBUILD +++ b/community/wireshark/PKGBUILD @@ -1,24 +1,27 @@ -# $Id: PKGBUILD 103931 2014-01-13 17:17:08Z andyrtr $ +# $Id: PKGBUILD 106522 2014-03-05 15:19:49Z tredaelli $ # Maintainer: Timothy Redaelli # Contributor: Guillaume ALAUX # Contributor: Florian Pritz pkgname=('wireshark-cli' 'wireshark-gtk') pkgbase=wireshark pkgver=1.10.5 -pkgrel=3 +pkgrel=4 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.3-gtk3.10-compile.patch + wireshark-1.10.5-fix-flow-crash.patch) sha256sums=('a02190da9573dd381e7598277a31d0c63b05b2af9fe05ab6b7fc058bbea141f5' - '45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0') + '45274cca58f0abdd3a560beb79a6f0bc8f35736426a1855ed048c9ad8e94f3c0' + 'de630c5dd1aa87749fd33c0f3f94a30215e122b1a7ffffeb9bed213fad0fe3ea') prepare() { cd ${pkgbase}-${pkgver} - patch -p1 -i ${srcdir}/wireshark-1.10.3-gtk3.10-compile.patch + patch -p1 -i "${srcdir}"/wireshark-1.10.3-gtk3.10-compile.patch + patch -p1 -i "${srcdir}"/wireshark-1.10.5-fix-flow-crash.patch } build() { @@ -39,7 +42,7 @@ build() { package_wireshark-cli() { pkgdesc='a free network protocol analyzer for Unix/Linux and Windows - CLI version' - depends=('krb5' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 'portaudio') + depends=('krb5' 'libgcrypt' 'libpcap' 'bash' 'gnutls' 'glib2' 'lua' 'portaudio') install=wireshark.install conflicts=(wireshark) diff --git a/community/wireshark/wireshark-1.10.5-fix-flow-crash.patch b/community/wireshark/wireshark-1.10.5-fix-flow-crash.patch new file mode 100644 index 000000000..447309c79 --- /dev/null +++ b/community/wireshark/wireshark-1.10.5-fix-flow-crash.patch @@ -0,0 +1,55 @@ +--- a/ui/gtk/graph_analysis.c ++++ b/ui/gtk/graph_analysis.c +@@ -504,28 +504,34 @@ static void dialog_graph_draw(graph_analysis_data_t *user_data) + + #if GTK_CHECK_VERSION(2,22,0) + /* Paint time title background */ +- cr = cairo_create (user_data->dlg.surface_time); +- gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0); +- cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT); +- cairo_rectangle (cr, 0, 0, draw_area_time_alloc.width, top_y_border); +- cairo_fill (cr); +- cairo_destroy (cr); ++ if ( user_data->dlg.surface_time ) { ++ cr = cairo_create (user_data->dlg.surface_time); ++ gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0); ++ cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT); ++ cairo_rectangle (cr, 0, 0, draw_area_time_alloc.width, top_y_border); ++ cairo_fill (cr); ++ cairo_destroy (cr); ++ } + + /* Paint main title background */ +- cr = cairo_create (user_data->dlg.surface_main); +- gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0); +- cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT); +- cairo_rectangle (cr, 0, 0, draw_area_alloc.width, top_y_border); +- cairo_fill (cr); +- cairo_destroy (cr); ++ if ( user_data->dlg.surface_main ) { ++ cr = cairo_create (user_data->dlg.surface_main); ++ gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0); ++ cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT); ++ cairo_rectangle (cr, 0, 0, draw_area_alloc.width, top_y_border); ++ cairo_fill (cr); ++ cairo_destroy (cr); ++ } + + /* Paint main comment background */ +- cr = cairo_create (user_data->dlg.surface_comments); +- gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0); +- cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT); +- cairo_rectangle (cr, 0, 0, draw_area_comments_alloc.width, top_y_border); +- cairo_fill (cr); +- cairo_destroy (cr); ++ if ( user_data->dlg.surface_comments ) { ++ cr = cairo_create (user_data->dlg.surface_comments); ++ gdk_cairo_set_source_pixbuf (cr, bg_pixbuf, 0, 0); ++ cairo_pattern_set_extend (cairo_get_source (cr), CAIRO_EXTEND_REPEAT); ++ cairo_rectangle (cr, 0, 0, draw_area_comments_alloc.width, top_y_border); ++ cairo_fill (cr); ++ cairo_destroy (cr); ++ } + #else + /* Paint time title background */ + if ( GDK_IS_DRAWABLE(user_data->dlg.pixmap_time) ) { -- cgit v1.2.3-54-g00ecf