From 071ecd58a9b69020ec170e7f89009a603e885371 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Nov 2012 01:32:38 -0800 Subject: Sat Nov 17 01:27:29 PST 2012 --- community/ffmpeg-compat/PKGBUILD | 2 +- community/fox/PKGBUILD | 8 ++++---- community/keepassx/PKGBUILD | 29 ++++++++++++++++++----------- community/keepassx/keepassx.install | 12 ++++++++++++ community/kicad/PKGBUILD | 9 ++++++--- community/libhx/PKGBUILD | 6 +++--- community/mythtv/PKGBUILD | 4 ++-- community/privoxy/PKGBUILD | 6 +++--- community/redshift/PKGBUILD | 6 +++--- community/tinyproxy/PKGBUILD | 6 +++--- community/tinyproxy/tinyproxy.service | 1 + community/trickle/PKGBUILD | 7 +++++-- 12 files changed, 61 insertions(+), 35 deletions(-) create mode 100644 community/keepassx/keepassx.install (limited to 'community') diff --git a/community/ffmpeg-compat/PKGBUILD b/community/ffmpeg-compat/PKGBUILD index 19336feeb..5291e8d0a 100644 --- a/community/ffmpeg-compat/PKGBUILD +++ b/community/ffmpeg-compat/PKGBUILD @@ -6,7 +6,7 @@ pkgname=ffmpeg-compat pkgver=20120509 -pkgrel=1 +pkgrel=2 pkgdesc="Complete and free Internet live audio and video broadcasting solution for Linux/Unix" arch=('i686' 'x86_64') url="http://ffmpeg.org/" diff --git a/community/fox/PKGBUILD b/community/fox/PKGBUILD index cd8506fd0..0f211e45d 100644 --- a/community/fox/PKGBUILD +++ b/community/fox/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 77870 2012-10-15 10:22:54Z spupykin $ +# $Id: PKGBUILD 80103 2012-11-16 06:59:27Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Ben pkgname=fox -pkgver=1.6.46 -pkgrel=3 +pkgver=1.6.47 +pkgrel=1 pkgdesc="Free Objects for X: GUI Toolkit for C++" arch=('i686' 'x86_64') url="http://www.fox-toolkit.org/" @@ -14,7 +14,7 @@ makedepends=('mesa') optdepends=('perl') options=('!libtool') source=(http://ftp.fox-toolkit.org/pub/fox-$pkgver.tar.gz) -md5sums=('da2c5cf36eff32a0c49cfcd9494fe6b7') +md5sums=('9bd233adff5af3fc2d1139c8a22f556c') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/keepassx/PKGBUILD b/community/keepassx/PKGBUILD index 2aff4dcf8..4ccc62899 100644 --- a/community/keepassx/PKGBUILD +++ b/community/keepassx/PKGBUILD @@ -1,22 +1,29 @@ -# $Id: PKGBUILD 65610 2012-02-21 09:36:40Z spupykin $ -# Maintainer: Alexander Fehr +# $Id: PKGBUILD 80120 2012-11-16 16:43:09Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Greg Bouzakis +# Contributor: Alexander Fehr # Contributor: Philipp Giebel pkgname=keepassx pkgver=0.4.3 -pkgrel=2 -pkgdesc="Cross platform password manager" +pkgrel=3 +pkgdesc='Password manager' arch=('i686' 'x86_64') -url="http://www.keepassx.org/" +url='http://www.keepassx.org' license=('GPL2') -depends=('qt' 'libxtst') -source=(http://downloads.sourceforge.net/keepassx/keepassx-$pkgver.tar.gz) +depends=('libxtst' 'qt' 'shared-mime-info') +install=keepassx.install +source=(http://downloads.sourceforge.net/keepassx/$pkgname-$pkgver.tar.gz) md5sums=('1df67bb22b2e08df49f09e61d156f508') build() { - cd "$srcdir/keepassx-$pkgver" + cd $srcdir/$pkgname-$pkgver + sed -i '1,1i#include ' src/lib/random.cpp + qmake + make +} - qmake PREFIX=/usr - make - make INSTALL_ROOT="$pkgdir" install +package() { + cd $srcdir/$pkgname-$pkgver + make INSTALL_ROOT=$pkgdir install } diff --git a/community/keepassx/keepassx.install b/community/keepassx/keepassx.install new file mode 100644 index 000000000..6210bd0ab --- /dev/null +++ b/community/keepassx/keepassx.install @@ -0,0 +1,12 @@ +post_install() { + update-desktop-database -q + update-mime-database usr/share/mime &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community/kicad/PKGBUILD b/community/kicad/PKGBUILD index c35adf1c2..330a87a86 100644 --- a/community/kicad/PKGBUILD +++ b/community/kicad/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 77648 2012-10-13 11:43:53Z allan $ +# $Id: PKGBUILD 80124 2012-11-16 17:08:40Z kkeen $ # Maintainer: Kyle Keen # Contributor: Marq Schneider @@ -6,13 +6,13 @@ pkgname=kicad pkgver=20120119 _pkgver=${pkgver:0:4}-${pkgver:4:2}-${pkgver:6:2} _pkgbzr=3256 -pkgrel=3 +pkgrel=4 pkgdesc="Electronic schematic and printed circuit board (PCB) design tools" arch=('i686' 'x86_64') url="http://iut-tice.ujf-grenoble.fr/kicad/" license=('GPL') depends=('glu' 'wxgtk' 'hicolor-icon-theme' 'desktop-file-utils') -makedepends=('boost' 'cmake' 'zlib' 'mesa') +makedepends=('cmake' 'zlib' 'mesa') optdepends=('kicad-docs-bzr: for documentation' 'kicad-library-bzr: for footprints') install=kicad.install @@ -26,6 +26,9 @@ build() { patch -p0 < "$srcdir/kicad-boost-polygon-declare-gtlsort-earlier.patch" + # FS#31559 + sed -i 's/-O2/-O1/' CMakeLists.txt + # build and install kicad mkdir -p build/Release cd build/Release diff --git a/community/libhx/PKGBUILD b/community/libhx/PKGBUILD index 348046f9b..a93de18fe 100644 --- a/community/libhx/PKGBUILD +++ b/community/libhx/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74564 2012-07-30 14:15:35Z spupykin $ +# $Id: PKGBUILD 80149 2012-11-16 20:29:24Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Max Roder # Contributor: Nathan Owe pkgname='libhx' -pkgver=3.13 +pkgver=3.14 pkgrel=1 pkgdesc='A library providing queue, tree, I/O and utility functions' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=('GPL') depends=() options=('!libtool') source=("http://downloads.sourceforge.net/${pkgname}/libHX-${pkgver}.tar.xz") -md5sums=('3cfb6983e2e7eea20f295c5f2c2c9b03') +md5sums=('a2a2dd32aaff33234e53517c6afd694a') build() { cd ${srcdir}/libHX-${pkgver} diff --git a/community/mythtv/PKGBUILD b/community/mythtv/PKGBUILD index 4a9e0c106..28612f39e 100644 --- a/community/mythtv/PKGBUILD +++ b/community/mythtv/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 78022 2012-10-16 04:42:30Z jconder $ +# $Id: PKGBUILD 80156 2012-11-16 23:35:58Z ioni $ # Maintainer: Jonathan Conder # Contributor: Giovanni Scafora # Contributor: Juergen Hoetzel @@ -7,7 +7,7 @@ pkgname=mythtv pkgver=0.26.0 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc="A Homebrew PVR project" arch=('i686' 'x86_64') diff --git a/community/privoxy/PKGBUILD b/community/privoxy/PKGBUILD index bdfa37e72..81e839275 100644 --- a/community/privoxy/PKGBUILD +++ b/community/privoxy/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 76058 2012-09-10 08:26:06Z lfleischer $ +# $Id: PKGBUILD 80122 2012-11-16 17:01:01Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Juergen Hoetzel # Contributor: basilburn (basilburn), Paul Bredbury (brebs) pkgname=privoxy pkgver=3.0.19 -pkgrel=6 +pkgrel=7 pkgdesc='A web proxy with advanced filtering capabilities.' arch=('i686' 'x86_64') url='http://www.privoxy.org' @@ -33,7 +33,7 @@ build() { autoheader autoconf - ./configure --prefix=/usr --sysconfdir=/etc/privoxy + ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression make } diff --git a/community/redshift/PKGBUILD b/community/redshift/PKGBUILD index 1e6d9d7b4..8212eb57a 100644 --- a/community/redshift/PKGBUILD +++ b/community/redshift/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 75297 2012-08-18 10:08:06Z lfleischer $ +# $Id: PKGBUILD 80160 2012-11-17 01:18:35Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Geoffrey Teale # Contributor: Mark, Huo Mian @@ -6,12 +6,12 @@ pkgname=redshift pkgver=1.7 -pkgrel=4 +pkgrel=5 pkgdesc='Adjusts the color temperature of your screen according to your surroundings.' arch=('i686' 'x86_64') url='http://jonls.dk/redshift/' license=('GPL3') -depends=('gconf' 'libxxf86vm') +depends=('gconf' 'geoclue' 'libxxf86vm') optdepends=('pygtk: for gtk-redshift' 'pyxdg: for gtk-redshift' 'librsvg: for gtk-redshift') diff --git a/community/tinyproxy/PKGBUILD b/community/tinyproxy/PKGBUILD index cffd856ec..03b16dfbb 100644 --- a/community/tinyproxy/PKGBUILD +++ b/community/tinyproxy/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74395 2012-07-26 13:54:21Z lfleischer $ +# $Id: PKGBUILD 80139 2012-11-16 17:14:04Z lfleischer $ # Maintainer: Lukas Fleischer # Contributor: Andrea Zucchelli pkgname=tinyproxy pkgver=1.8.3 -pkgrel=5 +pkgrel=6 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.' arch=('i686' 'x86_64') url='https://banu.com/tinyproxy/' @@ -19,7 +19,7 @@ source=("https://banu.com/pub/${pkgname}/1.8/${pkgname}-${pkgver}.tar.bz2" md5sums=('292ac51da8ad6ae883d4ebf56908400d' '90eb2b3371e56d5a784fd826d4a6e5f8' '3c2764578f26581346fe312da0519a3e' - '8e97b05cc8c87f7efefbf957e77c7f18') + '299ca484c08d9873c74e1eb96f6a5cc0') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/community/tinyproxy/tinyproxy.service b/community/tinyproxy/tinyproxy.service index aea1d32fe..8776a0ee1 100644 --- a/community/tinyproxy/tinyproxy.service +++ b/community/tinyproxy/tinyproxy.service @@ -5,6 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/usr/sbin/tinyproxy -c /etc/tinyproxy/tinyproxy.conf +PIDFile=/run/tinyproxy/tinyproxy.pid [Install] WantedBy=multi-user.target diff --git a/community/trickle/PKGBUILD b/community/trickle/PKGBUILD index da1146356..018c21816 100644 --- a/community/trickle/PKGBUILD +++ b/community/trickle/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 68040 2012-03-17 11:08:43Z giovanni $ +# $Id: PKGBUILD 80164 2012-11-17 02:17:02Z kkeen $ # Maintainer: Jaroslav Lichtblau # Contributor Romain Bouchaud-Leduc pkgname=trickle pkgver=1.07 -pkgrel=6 +pkgrel=7 pkgdesc="Lightweight userspace bandwidth shaper" arch=('i686' 'x86_64') url="http://monkey.org/~marius/trickle" @@ -15,6 +15,9 @@ md5sums=('860ebc4abbbd82957c20a28bd9390d7d') build() { cd "${srcdir}/${pkgname}-${pkgver}" + + # FS#23194 + sed -i 's|^_select(int|select(int|' trickle-overload.c ./configure --prefix=/usr \ --mandir=/usr/share/man -- cgit v1.2.3-54-g00ecf