Date: Sunday, May 23, 2010 @ 20:50:07 Author: andrea Revision: 80926 first set of KDE 4.5 tarballs (4.4.80)
Added: kdelibs/kde-unstable/ Modified: kdelibs/kde-unstable/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: kde-unstable/PKGBUILD =================================================================== --- trunk/PKGBUILD 2010-05-20 13:36:36 UTC (rev 80615) +++ kde-unstable/PKGBUILD 2010-05-24 00:50:07 UTC (rev 80926) @@ -1,23 +1,24 @@ # $Id: PKGBUILD 60156 2009-12-01 10:21:15Z andrea $ -# Maintainer: Pierre Schmitz <[email protected]> +# Maintainer: Andrea Scarpino <[email protected] +# Contributor: Pierre Schmitz <[email protected]> pkgname=kdelibs -pkgver=4.4.3 -pkgrel=2 +pkgver=4.4.80 +pkgrel=1 pkgdesc="KDE Core Libraries" arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') depends=('shared-mime-info' 'hal' 'xz-utils' 'enchant' 'jasper' 'openexr' 'giflib' 'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 'polkit-qt' - 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'heimdal' 'libxcursor' - 'hicolor-icon-theme') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell' 'libxslt') + 'libxss' 'phonon' 'shared-desktop-ontologies' 'attica' 'libxcursor' 'libdbusmenu-qt' + 'hicolor-icon-theme') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell' 'docbook-xsl') replaces=('arts' 'kdelibs-experimental') install='kdelibs.install' -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2" 'kde-applications-menu.patch' 'archlinux-menu.patch' 'abs-syntax-highlight.patch') -sha1sums=('9801303f359083415988fb2529a1c342752ad326' +sha1sums=('8e3da3b72cf32dd73428b9b9f684d2bb9207baa3' '86ee8c8660f19de8141ac99cd6943964d97a1ed7' '63a850ab4196b9d06934f2b4a13acd9f7739bc67' 'd994f262356af5b9e4e9619646e471bd98c91efb')
