[arch-commits] Commit in kdebase/repos (testing-i686 testing-i686/PKGBUILD)
Pierre Schmitz
pierre at archlinux.org
Tue Feb 9 07:26:13 UTC 2010
Date: Tuesday, February 9, 2010 @ 02:26:13
Author: pierre
Revision: 67636
Merged revisions 67115-67116,67162,67174,67327,67602 via svnmerge from
svn+ssh://gerolde.archlinux.org/srv/svn-packages/kdebase/trunk
........
r67115 | andrea | 2010-02-03 17:18:28 +0100 (Mi, 03 Feb 2010) | 1 line
added ruby to optdepends (FS#18140)
........
r67116 | andrea | 2010-02-03 18:16:54 +0100 (Mi, 03 Feb 2010) | 1 line
typo
........
r67162 | andrea | 2010-02-04 13:16:04 +0100 (Do, 04 Feb 2010) | 1 line
ruby is a kdelibs or kdebase-runtime depends
........
r67174 | pierre | 2010-02-04 13:29:03 +0100 (Do, 04 Feb 2010) | 1 line
KDE 4.4.0; first try
........
r67327 | pierre | 2010-02-06 11:27:35 +0100 (Sa, 06 Feb 2010) | 1 line
update
........
r67602 | pierre | 2010-02-08 19:13:38 +0100 (Mo, 08 Feb 2010) | 1 line
implement FS#18140
........
Modified:
kdebase/repos/testing-i686/ (properties)
kdebase/repos/testing-i686/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Property changes on: kdebase/repos/testing-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /kdebase/trunk:1-66932
+ /kdebase/trunk:1-67635
Modified: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD 2010-02-09 07:25:25 UTC (rev 67635)
+++ testing-i686/PKGBUILD 2010-02-09 07:26:13 UTC (rev 67636)
@@ -13,15 +13,15 @@
'kdebase-kwrite'
'kdebase-lib'
'kdebase-plasma')
-pkgver=4.3.98
-pkgrel=1
+pkgver=4.4.0
+pkgrel=3
arch=('i686' 'x86_64')
url='http://www.kde.org'
license=('GPL' 'LGPL' 'FDL')
groups=('kde' 'kdebase')
-makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
-md5sums=('0de28416f594a18ed092842ecda068b9')
+makedepends=('kdebase-workspace' 'pkgconfig' 'cmake' 'automoc4' 'libraw1394' 'ruby')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2")
+md5sums=('ddfc358aebe5dc8f5de6f5d1ff7cb018')
build() {
cd $srcdir
@@ -37,6 +37,7 @@
package_kdebase-dolphin() {
pkgdesc='File Manager'
depends=('kdebase-runtime' 'kdebase-lib')
+ optdepends=('ruby: servicemenu installation')
cd $srcdir/build/apps/dolphin
make DESTDIR=$pkgdir install
cd $srcdir/build/apps/doc/dolphin
More information about the arch-commits
mailing list