[arch-commits] Commit in kdebindings/repos (testing-i686 testing-i686/PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Tue Feb 9 07:30:29 UTC 2010
Date: Tuesday, February 9, 2010 @ 02:30:29
Author: pierre
Revision: 67642
Merged revisions 67172,67222,67315-67316 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kdebindings/trunk
........
r67172 | pierre | 2010-02-04 13:28:57 +0100 (Do, 04 Feb 2010) | 1 line
KDE 4.4.0; first try
........
r67222 | pierre | 2010-02-05 06:55:05 +0100 (Fr, 05 Feb 2010) | 1 line
build fix
........
r67315 | pierre | 2010-02-06 10:14:19 +0100 (Sa, 06 Feb 2010) | 1 line
update
........
r67316 | pierre | 2010-02-06 10:14:43 +0100 (Sa, 06 Feb 2010) | 1 line
update
........
Modified:
kdebindings/repos/testing-i686/ (properties)
kdebindings/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
Property changes on: kdebindings/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /kdebindings/trunk:1-66938
+ /kdebindings/trunk:1-67641
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2010-02-09 07:29:44 UTC (rev 67641)
+++ testing-i686/PKGBUILD 2010-02-09 07:30:29 UTC (rev 67642)
@@ -6,25 +6,21 @@
'kdebindings-python'
'kdebindings-ruby'
'kdebindings-smoke')
-pkgver=4.3.98
+pkgver=4.4.0
pkgrel=2
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL')
makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'pyqt' 'kdepim-runtime'
'ruby' 'mono' 'kdegraphics-okular')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('9682a736d80beacb7d0318bb225ce4dc')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+md5sums=('fe9617eeb6430d12428d4bf1898bc955')
build() {
export MONO_SHARED_DIR="${srcdir}/build/.mono"
mkdir -p "$MONO_SHARED_DIR"
cd $srcdir/build
- # disable broken examples
- sed -e 's#add_subdirectory( examples )##' \
- -i ../${pkgbase}-${pkgver}/csharp/plasma/CMakeLists.txt || return 1
-
# fix build with ruby 1.9
# see http://bugs.archlinux.org/task/16175
find ../$pkgbase-$pkgver/ruby -name CMakeLists.txt \
More information about the arch-commits
mailing list