From 6c114b503b2456476f22ff6bdb2b45cac8dac612 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 8 Aug 2012 00:02:17 +0000 Subject: Wed Aug 8 00:02:17 UTC 2012 --- community/audex/PKGBUILD | 22 +++++++++++++--------- community/audex/audex.install | 1 + community/audex/gcc47.patch | 13 +++++++++++++ community/darktable/PKGBUILD | 4 ++-- community/dzen2/PKGBUILD | 22 +++++++++++----------- community/freehdl/PKGBUILD | 5 +++-- community/kaudiocreator/PKGBUILD | 9 +++++---- community/kphotoalbum/PKGBUILD | 4 ++-- community/krename/PKGBUILD | 4 ++-- community/libextractor/PKGBUILD | 4 ++-- community/libgexiv2/PKGBUILD | 4 ++-- community/luminancehdr/PKGBUILD | 4 ++-- community/luminancehdr/luminancehdr.changelog | 3 +++ community/mapnik/PKGBUILD | 6 +++--- community/pbzip2/PKGBUILD | 8 ++++---- community/pinot/PKGBUILD | 16 +++++++++------- community/pinot/pinot.changelog | 3 +++ community/poedit/PKGBUILD | 12 ++++++------ community/poedit/poedit.install | 5 +++-- community/qtcurve-kde4/PKGBUILD | 11 +++++++---- .../qtcurve-kde4/fix-kwin_decoration-macro.patch | 15 +++++++++++++++ community/rawstudio/PKGBUILD | 4 ++-- community/redis/PKGBUILD | 6 +++--- community/soundkonverter/PKGBUILD | 6 +++--- community/tellico/PKGBUILD | 8 ++++---- 25 files changed, 123 insertions(+), 76 deletions(-) create mode 100644 community/audex/gcc47.patch create mode 100644 community/qtcurve-kde4/fix-kwin_decoration-macro.patch (limited to 'community') diff --git a/community/audex/PKGBUILD b/community/audex/PKGBUILD index 1572774dc..780896cf1 100644 --- a/community/audex/PKGBUILD +++ b/community/audex/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 57952 2011-11-04 20:47:05Z lcarlier $ -# Maintainer: Andrea Scarpino +# $Id: PKGBUILD 74830 2012-08-06 23:08:31Z andrea $ +# Maintainer: Laurent Carlier +# Contributor: Andrea Scarpino # Contributor: mightyjaym # Contributor: moostik pkgname=audex pkgver=0.74b1 -pkgrel=3 +pkgrel=4 pkgdesc="A CDDA extraction tool with a ftp upload function for KDE" arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php?content=77125" license=('GPL') -depends=('kdemultimedia-kioslave' 'cdparanoia') +depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'cdparanoia') makedepends=('cmake' 'automoc4') optdepends=('vorbis-tools: OGG encoder' 'faac: MP4/M4A/AAC encoder' @@ -18,14 +19,18 @@ optdepends=('vorbis-tools: OGG encoder' 'lame: MP3 encoder') install=${pkgname}.install source=("ftp://ftp.archlinux.org/other/community/${pkgname}/${pkgname}-${pkgver}.tar.xz" - "google_regex.patch") + "google_regex.patch" 'gcc47.patch') md5sums=('20fdf9a0f89c08f44a151b6bdaab8782' - '77b33d8daead89d5f4f15b78a1cd1d55') + '77b33d8daead89d5f4f15b78a1cd1d55' + '64107bcf90e22910e57804be774822dd') build() { - cd ${srcdir} # fix bug FS#25193 - patch -Np0 -i google_regex.patch + patch -Np0 -i "${srcdir}"/google_regex.patch + + cd ${pkgname}-${pkgver} + patch -p1 -i "${srcdir}"/gcc47.patch + cd .. mkdir build cd build @@ -38,6 +43,5 @@ build() { package() { cd ${srcdir}/build - make DESTDIR=${pkgdir} install } diff --git a/community/audex/audex.install b/community/audex/audex.install index e70c054ec..81ce5c4b0 100644 --- a/community/audex/audex.install +++ b/community/audex/audex.install @@ -1,5 +1,6 @@ post_install() { xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q } post_upgrade() { diff --git a/community/audex/gcc47.patch b/community/audex/gcc47.patch new file mode 100644 index 000000000..3d0ccf024 --- /dev/null +++ b/community/audex/gcc47.patch @@ -0,0 +1,13 @@ +--- audex-0.74b1.orig/utils/hashlist.cpp ++++ audex-0.74b1/utils/hashlist.cpp +@@ -15,7 +15,8 @@ + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +- ++ ++#include + #include "hashlist.h" + + Hashlist::Hashlist() { + diff --git a/community/darktable/PKGBUILD b/community/darktable/PKGBUILD index d793544d1..78f8d0ba8 100644 --- a/community/darktable/PKGBUILD +++ b/community/darktable/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74306 2012-07-24 11:06:47Z spupykin $ +# $Id: PKGBUILD 74834 2012-08-06 23:08:51Z andrea $ # Maintainer: Sergej Pupykin # Maintainer: Christian Himpel # Contributor: Johannes Hanika @@ -6,7 +6,7 @@ pkgname=darktable pkgver=1.0.5 _pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Utility to organize and develop raw images" arch=('i686' 'x86_64') url=http://darktable.sf.net/ diff --git a/community/dzen2/PKGBUILD b/community/dzen2/PKGBUILD index 810d8ba52..c3e8b3a85 100644 --- a/community/dzen2/PKGBUILD +++ b/community/dzen2/PKGBUILD @@ -1,37 +1,37 @@ -# $Id: PKGBUILD 57590 2011-10-31 07:59:11Z spupykin $ +# $Id: PKGBUILD 74814 2012-08-06 08:20:11Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Mark Taylor pkgname=dzen2 -pkgver=0.8.5 -pkgrel=7 +pkgver=0.9.5git +pkgrel=1 arch=(i686 x86_64) pkgdesc="X notification utility" -url="http://gotmor.googlepages.com/dzen" +url="https://github.com/robm/dzen" license=("MIT") depends=('libx11' 'libxpm' 'libxinerama' 'libxft') makedepends=('gcc') -source=(http://gotmor.googlepages.com/$pkgname-$pkgver.tar.gz) -md5sums=('5978620c2124c8a8ad52d7f17ce94fd7') +source=($pkgname-$pkgver.zip::https://github.com/robm/dzen/zipball/master) +md5sums=('bcaa565ebd8c3c7f3d06f8f20de6340a') build() { - cd $srcdir/dzen2-$pkgver + cd $srcdir/robm-dzen-* CFLAGS=" -Wall -Os ${INCS} -DVERSION=\"${VERSION}\" -DDZEN_XINERAMA -DDZEN_XPM -DDZEN_XFT `pkg-config --cflags xft`" - LIBS=" -L/usr/lib -lc -L${X11LIB} -lX11 -lXinerama -lXpm `pkg-config --libs xft`" + LIBS=" -L/usr/lib -lc -lXft -lXpm -lXinerama -lX11" echo "CFLAGS=$CFLAGS" >>config.mk echo "LIBS=$LIBS" >>config.mk echo "LDFLAGS=$LIBS" >>config.mk make X11INC=/usr/include X11LIB=/usr/lib - (cd $srcdir/dzen2-$pkgver/gadgets && make X11INC=/usr/include X11LIB=/usr/lib) + (cd gadgets && make X11INC=/usr/include X11LIB=/usr/lib) } package() { - cd $srcdir/dzen2-$pkgver + cd $srcdir/robm-dzen-* make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install - (cd $srcdir/dzen2-$pkgver/gadgets && make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install) + (cd gadgets && make PREFIX=/usr MANPREFIX=/usr/man DESTDIR=$pkgdir install) install -m644 -D LICENSE $pkgdir/usr/share/licenses/dzen2/COPYING } diff --git a/community/freehdl/PKGBUILD b/community/freehdl/PKGBUILD index 37dda4b18..21eda19dd 100644 --- a/community/freehdl/PKGBUILD +++ b/community/freehdl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 70171 2012-05-01 11:23:50Z andrea $ +# $Id: PKGBUILD 74820 2012-08-06 09:08:00Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Neil Darlow # Contributor: Jens Maucher pkgname=freehdl pkgver=0.0.8 -pkgrel=3 +pkgrel=4 pkgdesc='An open-source (C++ generating) VHDL simulator' arch=('i686' 'x86_64') url='http://freehdl.seul.org' @@ -19,6 +19,7 @@ md5sums=('aa1382b8b5c6a972e9652c648a9278b5') build() { cd "${srcdir}"/$pkgname-$pkgver + sed -i 's|my $cpplibs = .*|my $cpplibs = "-lm -lfreehdl-kernel -lfreehdl-std";|g' v2cc/gvhdl-local v2cc/gvhdl.in ./configure --prefix=/usr make } diff --git a/community/kaudiocreator/PKGBUILD b/community/kaudiocreator/PKGBUILD index f0fef23d0..730b924da 100644 --- a/community/kaudiocreator/PKGBUILD +++ b/community/kaudiocreator/PKGBUILD @@ -1,15 +1,16 @@ -# $Id: PKGBUILD 57921 2011-11-04 14:03:31Z lcarlier $ -# Maintainer: Andrea Scarpino +# $Id: PKGBUILD 74831 2012-08-06 23:08:36Z andrea $ +# Maintainer: Laurent Carlier +# Contributor: Andrea Scarpino # Contributor: Nick B pkgname=kaudiocreator pkgver=1.3 -pkgrel=2 +pkgrel=3 pkgdesc="A program for ripping and encoding Audio-CDs, encoding files from disk" arch=('i686' 'x86_64') url="http://www.kde-apps.org/content/show.php/KAudioCreator?content=107645" license=('GPL') -depends=('kdemultimedia-kioslave' 'taglib' 'libdiscid') +depends=('kdebase-runtime' 'libkcddb' 'libkcompactdisc' 'taglib' 'libdiscid') makedepends=('cmake' 'automoc4') install="${pkgname}.install" source=("http://www.kde-apps.org/CONTENT/content-files/107645-${pkgname}-${pkgver}.tar.bz2") diff --git a/community/kphotoalbum/PKGBUILD b/community/kphotoalbum/PKGBUILD index 18f4a4d22..dccd9cef9 100644 --- a/community/kphotoalbum/PKGBUILD +++ b/community/kphotoalbum/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 68803 2012-04-02 09:49:04Z lcarlier $ +# $Id: PKGBUILD 74835 2012-08-06 23:08:56Z andrea $ # Maintainer: Laurent Carlier # Contributor: Andrea Scarpino # Contributor: Gilles CHAUVIN @@ -7,7 +7,7 @@ pkgname=kphotoalbum pkgver=4.2 -pkgrel=1 +pkgrel=4 pkgdesc="KDE Photo Album, picture collection manager" url="http://www.kphotoalbum.org/" arch=('i686' 'x86_64') diff --git a/community/krename/PKGBUILD b/community/krename/PKGBUILD index 8c802de9c..f3a23e350 100644 --- a/community/krename/PKGBUILD +++ b/community/krename/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61563 2012-01-03 03:32:45Z ebelanger $ +# $Id: PKGBUILD 74836 2012-08-06 23:09:01Z andrea $ # Maintainer: Eric BĂ©langer pkgname=krename pkgver=4.0.9 -pkgrel=1 +pkgrel=2 pkgdesc="A very powerfull batch file renamer for KDE" arch=('i686' 'x86_64') url="http://www.krename.net" diff --git a/community/libextractor/PKGBUILD b/community/libextractor/PKGBUILD index 4f9173dc0..4f68aaa85 100644 --- a/community/libextractor/PKGBUILD +++ b/community/libextractor/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 72973 2012-06-25 18:51:29Z foutrelis $ +# $Id: PKGBUILD 74837 2012-08-06 23:09:06Z andrea $ # Maintainer: Sergej Pupykin # Contributor: damir pkgname=libextractor pkgver=0.6.3 -pkgrel=5 +pkgrel=6 pkgdesc="A library used to extract meta-data from files of arbitrary type" arch=("i686" "x86_64") license=('GPL') diff --git a/community/libgexiv2/PKGBUILD b/community/libgexiv2/PKGBUILD index b587493a9..deab9eb1a 100644 --- a/community/libgexiv2/PKGBUILD +++ b/community/libgexiv2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 69740 2012-04-23 09:07:53Z ibiru $ +# $Id: PKGBUILD 74838 2012-08-06 23:09:09Z andrea $ # Maintainer: Ionut Biru pkgname=libgexiv2 pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="GObject-based wrapper around the Exiv2 library." arch=('i686' 'x86_64') url="http://redmine.yorba.org/projects/gexiv2" diff --git a/community/luminancehdr/PKGBUILD b/community/luminancehdr/PKGBUILD index c7897812e..d9b25937c 100644 --- a/community/luminancehdr/PKGBUILD +++ b/community/luminancehdr/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 73397 2012-07-07 06:32:43Z jlichtblau $ +# $Id: PKGBUILD 74839 2012-08-06 23:09:16Z andrea $ # Maintainer: Jaroslav Lichtblau # Contributor: Lukas Jirkovsky # Contributor: Dmitry N. Shilov pkgname=luminancehdr pkgver=2.3.0 -pkgrel=1 +pkgrel=2 pkgdesc='Open source graphical user interface application that aims to provide a workflow for HDR imaging' arch=('i686' 'x86_64') url='http://qtpfsgui.sourceforge.net/' diff --git a/community/luminancehdr/luminancehdr.changelog b/community/luminancehdr/luminancehdr.changelog index d0236e879..c3c1f1197 100644 --- a/community/luminancehdr/luminancehdr.changelog +++ b/community/luminancehdr/luminancehdr.changelog @@ -1,3 +1,6 @@ +2012-07-30 Jaroslav Lichtblau + * luminancehdr 2.3.0-2 exiv2-0.23 rebuild + 2012-07-07 Jaroslav Lichtblau * luminancehdr 2.3.0-1 diff --git a/community/mapnik/PKGBUILD b/community/mapnik/PKGBUILD index f41a431ff..550d0d2be 100644 --- a/community/mapnik/PKGBUILD +++ b/community/mapnik/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73999 2012-07-18 01:07:24Z ibiru $ +# $Id: PKGBUILD 74816 2012-08-06 08:20:52Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: David Dent # Contributor: orbisvicis pkgname=mapnik -pkgver=2.0.1 +pkgver=2.0.2 pkgrel=1 pkgdesc="Free Toolkit for developing mapping applications. Above all Mapnik is about rendering beautiful maps" arch=('i686' 'x86_64') @@ -24,7 +24,7 @@ optdepends=('libxslt: Web Map Service' makedepends=('scons' 'boost') install="mapnik.install" source=("https://github.com/downloads/mapnik/mapnik/mapnik-v$pkgver.tar.bz2") -md5sums=('e3dd09991340e2568b99f46bac34b0a8') +md5sums=('c00f4fa2d5f3c344d93d71afdfce3a5e') build() { cd "$srcdir/$pkgname-v$pkgver" diff --git a/community/pbzip2/PKGBUILD b/community/pbzip2/PKGBUILD index 84f522e64..24dff6a50 100644 --- a/community/pbzip2/PKGBUILD +++ b/community/pbzip2/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 57784 2011-11-02 15:50:11Z foutrelis $ +# $Id: PKGBUILD 74829 2012-08-06 16:53:08Z foutrelis $ # Contributor: Vasco Costa # Maintainer: Evangelos Foutras pkgname=pbzip2 -pkgver=1.1.6 +pkgver=1.1.8 pkgrel=1 pkgdesc="Parallel implementation of the bzip2 block-sorting file compressor" arch=('i686' 'x86_64') url="http://compression.ca/pbzip2/" license=('BSD') depends=('bzip2' 'gcc-libs') -source=(http://compression.ca/$pkgname/$pkgname-$pkgver.tar.gz) -sha256sums=('86bd6d58e5a6c13cf8c709620ebfe186fca423c2724225bb30431fa7a453aee2') +source=(https://launchpad.net/$pkgname/1.1/$pkgver/+download/$pkgname-$pkgver.tar.gz) +sha256sums=('d2da7e65d2a2ba5426d6d9bcd15d86cc5f90038efabd5dbc1ef9bded21371f53') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/pinot/PKGBUILD b/community/pinot/PKGBUILD index 44a999465..d2599af3b 100644 --- a/community/pinot/PKGBUILD +++ b/community/pinot/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73687 2012-07-14 05:57:24Z jlichtblau $ +# $Id: PKGBUILD 74840 2012-08-06 23:09:24Z andrea $ # Maintainer: Jaroslav Lichtblau # Contributor: Alexander Fehr # Contributor: William Rea @@ -6,12 +6,14 @@ pkgname=pinot pkgver=1.0 -pkgrel=1 +pkgrel=2 pkgdesc='Personal search and metasearch tool' arch=('i686' 'x86_64') url='http://code.google.com/p/pinot-search/' license=('GPL') -depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' 'cairo' 'exiv2') +depends=('gtkmm3' 'xapian-core' 'libtextcat' 'sqlite' 'libxml++' 'curl' 'gmime' + 'dbus-glib' 'shared-mime-info' 'libexif' 'taglib' 'hicolor-icon-theme' + 'cairo' 'exiv2' 'boost-libs') makedepends=('boost' 'desktop-file-utils') optdepends=('unzip: ZIP files extraction' 'poppler: PDF to text conversion' @@ -27,7 +29,7 @@ source=(http://pinot-search.googlecode.com/files/$pkgname-$pkgver.tar.gz) sha256sums=('d1f5ac17022014c5a29ba1e6d95fc39bcf254338a4e0bfe84bf16558d219e2e2') build() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}/$pkgname-$pkgver" sed -i 's|/usr/share/libtextcat/|/usr/share/libtextcat/LM/|' textcat_conf.txt sed -i 's|/LM/russian.lm|/LM/russian-windows1251.lm|' textcat_conf.txt sed -i 's|/usr/share/libtextcat/|/usr/share/libtextcat/LM/|' textcat3_conf.txt @@ -37,12 +39,12 @@ build() { /usr/share/libtextcat/LM/russian-koi8_r.lm russian-koi8_r\n\ /usr/share/libtextcat/LM/russian-windows1251.lm russian-windows1251|" textcat3_conf.txt - ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --enable-gtkmm3=yes + LIBS="-lboost_system" ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib --enable-gtkmm3=yes make } package() { - cd ${srcdir}/$pkgname-$pkgver + cd "${srcdir}/$pkgname-$pkgver" - make DESTDIR=${pkgdir} install + make DESTDIR="${pkgdir}" install } diff --git a/community/pinot/pinot.changelog b/community/pinot/pinot.changelog index 406c94f58..770a1ef0a 100644 --- a/community/pinot/pinot.changelog +++ b/community/pinot/pinot.changelog @@ -1,3 +1,6 @@ +2012-07-31 Eric Belanger + * pinot 1.0-2 : Rebuild against exiv2 0.23, Add boost-libs depends + 2012-07-14 Jaroslav Lichtblau * pinot 1.0-1 diff --git a/community/poedit/PKGBUILD b/community/poedit/PKGBUILD index f8b2e2c39..abb6d625e 100644 --- a/community/poedit/PKGBUILD +++ b/community/poedit/PKGBUILD @@ -1,21 +1,21 @@ -# $Id: PKGBUILD 61957 2012-01-11 15:22:20Z stephane $ +# $Id: PKGBUILD 74812 2012-08-06 07:24:54Z bpiotrowski $ # Contributor: Andrea Scarpino # Contributor: Giovanni Scafora # Contributor: Alexander Fehr -# Maintainer: Daniel J Griffiths +# Contributor: Daniel J Griffiths pkgname=poedit -pkgver=1.4.6.1 -pkgrel=6 +pkgver=1.5.1 +pkgrel=1 pkgdesc="Cross-platform gettext catalogs (.po files) editor" arch=('i686' 'x86_64') url="http://www.poedit.net/" license=('custom') depends=('wxgtk>=2.8.11' 'gtkspell' 'db>=5.1' 'hicolor-icon-theme' 'gettext') -makedepends=('pkgconfig') +makedepends=('pkgconfig' 'boost') install=poedit.install source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('c63ffd991b1a6085ef356a6922356e0a') +md5sums=('950ac62ea5e6375a5a8b9c9e5f6e2e2d') build() { cd ${srcdir}/${pkgname}-${pkgver} diff --git a/community/poedit/poedit.install b/community/poedit/poedit.install index 21b79d2d4..bce670aff 100644 --- a/community/poedit/poedit.install +++ b/community/poedit/poedit.install @@ -1,11 +1,12 @@ post_install() { gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q } post_upgrade() { - post_install $1 + post_install } post_remove() { - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + post_install } diff --git a/community/qtcurve-kde4/PKGBUILD b/community/qtcurve-kde4/PKGBUILD index cd09116a0..8178fc277 100644 --- a/community/qtcurve-kde4/PKGBUILD +++ b/community/qtcurve-kde4/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 74684 2012-08-02 07:17:13Z svenstaro $ +# $Id: PKGBUILD 74842 2012-08-06 23:10:17Z andrea $ # Maintainer: Sven-Hendrik Haase # Contributor: Andrea Scarpino # Contributor: Pierre Schmitz pkgname=qtcurve-kde4 pkgver=1.8.13 -pkgrel=1 +pkgrel=3 arch=('i686' 'x86_64') groups=('qtcurve') license=('GPL') @@ -14,15 +14,18 @@ url='http://www.kde-look.org/content/show.php?content=40492' depends=('kdebase-workspace') makedepends=('cmake' 'automoc4') source=("http://craigd.wikispaces.com/file/view/QtCurve-KDE4-${pkgver}.tar.bz2" - 'bypass-kde-config.patch') + 'bypass-kde-config.patch' + 'fix-kwin_decoration-macro.patch') md5sums=('94ba22bc487a18f585249c2967878189' - '3f6681147cc361bd2bfd4d7477f2a8d0') + '3f6681147cc361bd2bfd4d7477f2a8d0' + '7366e45ef9f24f53a36f87a539a937d6') build() { cd "${srcdir}"/QtCurve-KDE4-${pkgver} # Bypass KDE prefix detection by kde4-config, see: # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=541667 patch -p1 -i "${srcdir}"/bypass-kde-config.patch + patch -p1 -i "${srcdir}"/fix-kwin_decoration-macro.patch cd "${srcdir}" mkdir build diff --git a/community/qtcurve-kde4/fix-kwin_decoration-macro.patch b/community/qtcurve-kde4/fix-kwin_decoration-macro.patch new file mode 100644 index 000000000..6202e7b87 --- /dev/null +++ b/community/qtcurve-kde4/fix-kwin_decoration-macro.patch @@ -0,0 +1,15 @@ +diff -Naur a/kwin/qtcurvehandler.cpp b/kwin/qtcurvehandler.cpp +--- a/kwin/qtcurvehandler.cpp 2012-08-02 13:36:58.811347708 +0000 ++++ b/kwin/qtcurvehandler.cpp 2012-08-02 13:38:03.240996792 +0000 +@@ -489,6 +489,11 @@ + + extern "C" + { ++ KWIN_EXPORT int decoration_version() ++ { ++ return KWIN_DECORATION_API_VERSION; ++ } ++ + KDE_EXPORT KDecorationFactory *create_factory() + { + KWinQtCurve::handler = new KWinQtCurve::QtCurveHandler(); diff --git a/community/rawstudio/PKGBUILD b/community/rawstudio/PKGBUILD index f096ce5cf..f611e82e6 100644 --- a/community/rawstudio/PKGBUILD +++ b/community/rawstudio/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 73812 2012-07-15 20:23:46Z spupykin $ +# $Id: PKGBUILD 74841 2012-08-06 23:09:31Z andrea $ # Maintainer: Sergej Pupykin # Maintainer: Daniel J Griffiths # Contributor: Roman Kyrylych @@ -6,7 +6,7 @@ pkgname=rawstudio pkgver=2.0 -pkgrel=6 +pkgrel=7 pkgdesc="An open source raw-image converter written in GTK+" arch=('i686' 'x86_64') license=('GPL') diff --git a/community/redis/PKGBUILD b/community/redis/PKGBUILD index 978250cf8..4331065b7 100644 --- a/community/redis/PKGBUILD +++ b/community/redis/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 73047 2012-06-29 15:41:01Z spupykin $ +# $Id: PKGBUILD 74818 2012-08-06 08:52:13Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Jan-Erik Rediger # Contributor: nofxx .com> pkgname=redis -pkgver=2.4.15 +pkgver=2.4.16 pkgrel=1 pkgdesc="Advanced key-value store" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ backup=("etc/redis.conf" source=("http://redis.googlecode.com/files/${pkgname}-${pkgver}.tar.gz" "redis.d" "redis.logrotate") -md5sums=('ef273152151c3f905d284cbdbbdb234c' +md5sums=('6b3fffc8c58ebc0849a1046695d4556b' '4f2c02b481283d1336508c988e60e8d8' '9e2d75b7a9dc421122d673fe520ef17f') diff --git a/community/soundkonverter/PKGBUILD b/community/soundkonverter/PKGBUILD index dae215595..944c93ccb 100644 --- a/community/soundkonverter/PKGBUILD +++ b/community/soundkonverter/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 74115 2012-07-21 13:03:07Z stativ $ +# $Id: PKGBUILD 74832 2012-08-06 23:08:41Z andrea $ # Maintainer: Lukas Jirkovsky # Contributor: Mateusz Herych # Contributor: Eric Belanger @@ -6,12 +6,12 @@ pkgname=soundkonverter pkgver=1.6.3 -pkgrel=1 +pkgrel=2 pkgdesc="Front-end to various audio converters" arch=('i686' 'x86_64') url="http://www.kde-apps.org/content/show.php?content=29024" license=('GPL') -depends=('kdemultimedia-kioslave' 'taglib') +depends=('kdebase-runtime' 'libkcddb' 'cdparanoia' 'taglib') makedepends=('automoc4' 'cmake') optdepends=('cdrkit: cdda2wav backend' 'faac: faac backend' diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 3595a47dc..222a739aa 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 73797 2012-07-15 16:49:25Z jlichtblau $ +# $Id: PKGBUILD 74833 2012-08-06 23:08:46Z andrea $ # Maintainer: Jaroslav Lichtblau -# Contributor: Maintainer: Ray Rashif # Contributor: Douglas Soares de Andrade pkgname=tellico pkgver=2.3.6 -pkgrel=1 +pkgrel=2 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://tellico-project.org/" license=('GPL') -depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'kdemultimedia-kioslave' 'poppler-qt' 'qjson') +depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'qjson') makedepends=('automoc4' 'cmake') install=$pkgname.install source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2) -- cgit v1.2.3-54-g00ecf