[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:15:33
  Author: svenstaro
Revision: 218537

upgpkg: kdelibs 4.13.97-1

kde 4.14 rc1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-08-03 12:05:49 UTC (rev 218536)
+++ PKGBUILD2014-08-03 12:15:33 UTC (rev 218537)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.13.95
+pkgver=4.13.97
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('f869fb030d637cd8dcc85dcaedb3d973a0f35a20'
+sha1sums=('8e4564f529bbb40fa15694e9ed08a633ab658450'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'ed1f57ee661e5c7440efcaba7e51d2554709701c')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 19:18:54
  Author: andrea
Revision: 207417

shared-desktop-ontologies is not needed neither, while icu is

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 17:43:17 UTC (rev 207416)
+++ PKGBUILD2014-03-08 18:18:54 UTC (rev 207417)
@@ -9,11 +9,10 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
 license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'krb5' 'grantlee'
-'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
-'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
+depends=('attica' 'libxss' 'krb5' 'grantlee' 'qca' 'libdbusmenu-qt' 'polkit-qt'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
-'media-player-info' 'libxtst' 'libutempter' 'qtwebkit')
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 14:48:28
  Author: andrea
Revision: 207386

upgpkg: kdelibs 4.12.80-2

Drop soprano from deps

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 13:34:55 UTC (rev 207385)
+++ PKGBUILD2014-03-08 13:48:28 UTC (rev 207386)
@@ -4,12 +4,12 @@
 
 pkgname=kdelibs
 pkgver=4.12.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
 license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
+depends=('strigi' 'attica' 'libxss' 'krb5' 'grantlee'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-07-31 Thread Andrea Scarpino
Date: Thursday, August 1, 2013 @ 08:34:30
  Author: andrea
Revision: 191883

upgpkg: kdelibs 4.10.97-2

giflib rebuild

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-08-01 06:21:42 UTC (rev 191882)
+++ PKGBUILD2013-08-01 06:34:30 UTC (rev 191883)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.10.97
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:19:16
  Author: svenstaro
Revision: 190850

upgpkg: kdelibs 4.10.95-2

rebuild

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 20:27:30 UTC (rev 190849)
+++ PKGBUILD2013-07-18 22:19:16 UTC (rev 190850)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.10.95
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:06:13
  Author: svenstaro
Revision: 190134

upgpkg: kdelibs 4.10.95-1

upstream 4.11rc1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-07-16 17:49:19 UTC (rev 190133)
+++ PKGBUILD2013-07-16 18:06:13 UTC (rev 190134)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.10.90
+pkgver=4.10.95
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
-sha1sums=('97ee21c2dad48326009f3f1df8dab1a4467cf5d6'
+sha1sums=('9cedda99b4a11b8d06ca5ae627e9bdf9136503e6'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'ed1f57ee661e5c7440efcaba7e51d2554709701c')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-01-31 Thread Andrea Scarpino
Date: Thursday, January 31, 2013 @ 12:12:22
  Author: andrea
Revision: 176367

KDE 4.10

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-31 08:04:09 UTC (rev 176366)
+++ PKGBUILD2013-01-31 11:12:22 UTC (rev 176367)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.9.98
+pkgver=4.10.0
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -16,9 +16,9 @@
 'media-player-info' 'libxtst' 'libutempter')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('5ee02b6316664f3d33d8e510b2bb249de89b487a'
+sha1sums=('093bfd214511bae7fda88242413c6ed4ff0b18f0'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-01-17 Thread Andrea Scarpino
Date: Thursday, January 17, 2013 @ 09:04:03
  Author: andrea
Revision: 175361

KDE 4.10 RC3

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-17 08:42:56 UTC (rev 175360)
+++ PKGBUILD2013-01-17 14:04:03 UTC (rev 175361)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.9.97
+pkgver=4.9.98
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -13,12 +13,12 @@
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info' 'libxtst' 'libutempter' 'qtbase')
+'media-player-info' 'libxtst' 'libutempter')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('ebd5cf1dcae6f93d9e6983c61a26bb816d805c01'
+sha1sums=('5ee02b6316664f3d33d8e510b2bb249de89b487a'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-01-16 Thread Andrea Scarpino
Date: Wednesday, January 16, 2013 @ 18:58:26
  Author: andrea
Revision: 175216

Tests are enabled by default in KDE 4.10 RC3

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-16 22:19:39 UTC (rev 175215)
+++ PKGBUILD2013-01-16 23:58:26 UTC (rev 175216)
@@ -13,7 +13,7 @@
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
 'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon' 'qtwebkit'
-'media-player-info' 'libxtst' 'libutempter')
+'media-player-info' 'libxtst' 'libutempter' 'qtbase')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
@@ -35,6 +35,7 @@
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
-DCMAKE_SKIP_RPATH=ON \
-DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-DCMAKE_INSTALL_PREFIX=/usr \



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2013-01-04 Thread Andrea Scarpino
Date: Friday, January 4, 2013 @ 09:44:24
  Author: andrea
Revision: 174447

KDE 4.10 RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-01-04 14:44:14 UTC (rev 174446)
+++ PKGBUILD2013-01-04 14:44:24 UTC (rev 174447)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.9.95
-pkgrel=2
+pkgver=4.9.97
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -18,7 +18,7 @@
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('c770a1752fb0c7cb9e2df0e424051eef57c0c9ee'
+sha1sums=('ebd5cf1dcae6f93d9e6983c61a26bb816d805c01'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD udisks2-fixes.patch)

2012-12-19 Thread Andrea Scarpino
Date: Wednesday, December 19, 2012 @ 09:51:51
  Author: andrea
Revision: 173352

KDE 4.10 RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD
Deleted:
  kdelibs/kde-unstable/udisks2-fixes.patch

-+
 PKGBUILD|   15 
 udisks2-fixes.patch |  822 --
 2 files changed, 5 insertions(+), 832 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-19 14:47:55 UTC (rev 173351)
+++ PKGBUILD2012-12-19 14:51:51 UTC (rev 173352)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.9.90
-pkgrel=2
+pkgver=4.9.95
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -17,12 +17,10 @@
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'udisks2-fixes.patch')
-sha1sums=('57a75fe32a76dc36877283d90fbb35529e54a69c'
+'kde-applications-menu.patch' 'archlinux-menu.patch')
+sha1sums=('c770a1752fb0c7cb9e2df0e424051eef57c0c9ee'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  '0e7259aa37e399abe0353b8c1a0068f75ef5eebe')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 
 build() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -32,9 +30,6 @@
# add Archlinux menu entry
patch -p1 -i "${srcdir}"/archlinux-menu.patch
 
-   # Already fixed upstream, improve udisks2 performances
-   patch -p1 -i "${srcdir}"/udisks2-fixes.patch
-
cd "${srcdir}"
mkdir build
cd build

Deleted: udisks2-fixes.patch
===
--- udisks2-fixes.patch 2012-12-19 14:47:55 UTC (rev 173351)
+++ udisks2-fixes.patch 2012-12-19 14:51:51 UTC (rev 173352)
@@ -1,822 +0,0 @@
-diff --git a/solid/solid/backends/udisks2/udisksblock.cpp 
b/solid/solid/backends/udisks2/udisksblock.cpp
-index 027ea03..f3cd1e8 100644
 a/solid/solid/CMakeLists.txt
-+++ b/solid/solid/CMakeLists.txt
-@@ -272,6 +272,7 @@
-set(solid_LIB_SRCS ${solid_LIB_SRCS}
-backends/udisks2/udisksmanager.cpp
-backends/udisks2/udisksdevice.cpp
-+   backends/udisks2/udisksdevicebackend.cpp
-backends/udisks2/udisksblock.cpp
-backends/udisks2/udisksstoragevolume.cpp
-backends/udisks2/udisksdeviceinterface.cpp
 a/solid/solid/backends/udisks2/udisksblock.cpp
-+++ b/solid/solid/backends/udisks2/udisksblock.cpp
-@@ -30,8 +30,7 @@
- using namespace Solid::Backends::UDisks2;
- 
- Block::Block(Device *dev)
--: DeviceInterface(dev),
--m_connection(QDBusConnection::connectToBus(QDBusConnection::SystemBus, 
"Solid::Udisks2::Block::" + dev->udi()))
-+: DeviceInterface(dev)
- {
- m_devNum = m_device->prop("DeviceNumber").toULongLong();
- m_devFile = QFile::decodeName(m_device->prop("Device").toByteArray());
-@@ -41,7 +40,7 @@ Block::Block(Device *dev)
- const QString path = "/org/freedesktop/UDisks2/block_devices";
- QDBusMessage call = QDBusMessage::createMethodCall(UD2_DBUS_SERVICE, 
path,
-
DBUS_INTERFACE_INTROSPECT, "Introspect");
--QDBusPendingReply reply = m_connection.asyncCall(call);
-+QDBusPendingReply reply = 
QDBusConnection::systemBus().asyncCall(call);
- reply.waitForFinished();
- 
- if (reply.isValid()) {
-diff --git a/solid/solid/backends/udisks2/udisksblock.h 
b/solid/solid/backends/udisks2/udisksblock.h
-index 65ef2b8..19cb70a 100644
 a/solid/solid/backends/udisks2/udisksblock.h
-+++ b/solid/solid/backends/udisks2/udisksblock.h
-@@ -45,7 +45,6 @@ public:
- virtual int deviceMinor() const;
- virtual int deviceMajor() const;
- private:
--QDBusConnection m_connection;
- dev_t m_devNum;
- QString m_devFile;
- };
-diff --git a/solid/solid/backends/udisks2/udisksdevice.cpp 
b/solid/solid/backends/udisks2/udisksdevice.cpp
-index 3508d57..2a4313a 100644
 a/solid/solid/backends/udisks2/udisksdevice.cpp
-+++ b/solid/solid/backends/udisks2/udisksdevice.cpp
-@@ -20,6 +20,7 @@
- */
- 
- #include "udisksdevice.h"
-+#include "udisksdevicebackend.h"
- #include "udisksblock.h"
- #include "udisksdeviceinterface.h"
- #include "udisksstoragevolume.h"
-@@ -91,29 +92,72 @@ static QString formatByteSize(double size)
- 
- Device::Device(const QString &udi)
- : Solid::Ifaces::Device()
--, m_udi(udi)
--, m_connection(QDBusConnection::connectToBus(QDBusConnection::SystemBus, 
"Solid::Udisks2::Device::" + udi))
-+, m_backend(DeviceBackend::backendForUDI(udi))
- {
--m_device = new QDBusInterface(UD2_DBUS_SERVICE, m_udi,
--  QString(),

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD udisks2-fixes.patch)

2012-12-05 Thread Andrea Scarpino
Date: Wednesday, December 5, 2012 @ 06:44:31
  Author: andrea
Revision: 172767

Add git patches that improve udisks2 performances

Added:
  kdelibs/kde-unstable/udisks2-fixes.patch
Modified:
  kdelibs/kde-unstable/PKGBUILD

-+
 PKGBUILD|   11 
 udisks2-fixes.patch |  812 ++
 2 files changed, 820 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-05 11:05:17 UTC (rev 172766)
+++ PKGBUILD2012-12-05 11:44:31 UTC (rev 172767)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.9.90
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -17,10 +17,12 @@
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
-'kde-applications-menu.patch' 'archlinux-menu.patch')
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'udisks2-fixes.patch')
 sha1sums=('57a75fe32a76dc36877283d90fbb35529e54a69c'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'c270bc3c9248fc5921cbc9e38dbfb141b49c8a4c')
 
 build() {
cd "${srcdir}"/${pkgname}-${pkgver}
@@ -30,6 +32,9 @@
# add Archlinux menu entry
patch -p1 -i "${srcdir}"/archlinux-menu.patch
 
+   # Already fixed upstream, improve udisks2 performances
+   patch -p1 -i "${srcdir}"/udisks2-fixes.patch
+
cd "${srcdir}"
mkdir build
cd build

Added: udisks2-fixes.patch
===
--- udisks2-fixes.patch (rev 0)
+++ udisks2-fixes.patch 2012-12-05 11:44:31 UTC (rev 172767)
@@ -0,0 +1,812 @@
+diff --git a/solid/solid/backends/udisks2/udisksblock.cpp 
b/solid/solid/backends/udisks2/udisksblock.cpp
+index 027ea03..f3cd1e8 100644
+--- a/solid/solid/backends/udisks2/udisksblock.cpp
 b/solid/solid/backends/udisks2/udisksblock.cpp
+@@ -30,8 +30,7 @@
+ using namespace Solid::Backends::UDisks2;
+ 
+ Block::Block(Device *dev)
+-: DeviceInterface(dev),
+-m_connection(QDBusConnection::connectToBus(QDBusConnection::SystemBus, 
"Solid::Udisks2::Block::" + dev->udi()))
++: DeviceInterface(dev)
+ {
+ m_devNum = m_device->prop("DeviceNumber").toULongLong();
+ m_devFile = QFile::decodeName(m_device->prop("Device").toByteArray());
+@@ -41,7 +40,7 @@ Block::Block(Device *dev)
+ const QString path = "/org/freedesktop/UDisks2/block_devices";
+ QDBusMessage call = QDBusMessage::createMethodCall(UD2_DBUS_SERVICE, 
path,
+
DBUS_INTERFACE_INTROSPECT, "Introspect");
+-QDBusPendingReply reply = m_connection.asyncCall(call);
++QDBusPendingReply reply = 
QDBusConnection::systemBus().asyncCall(call);
+ reply.waitForFinished();
+ 
+ if (reply.isValid()) {
+diff --git a/solid/solid/backends/udisks2/udisksblock.h 
b/solid/solid/backends/udisks2/udisksblock.h
+index 65ef2b8..19cb70a 100644
+--- a/solid/solid/backends/udisks2/udisksblock.h
 b/solid/solid/backends/udisks2/udisksblock.h
+@@ -45,7 +45,6 @@ public:
+ virtual int deviceMinor() const;
+ virtual int deviceMajor() const;
+ private:
+-QDBusConnection m_connection;
+ dev_t m_devNum;
+ QString m_devFile;
+ };
+diff --git a/solid/solid/backends/udisks2/udisksdevice.cpp 
b/solid/solid/backends/udisks2/udisksdevice.cpp
+index 3508d57..2a4313a 100644
+--- a/solid/solid/backends/udisks2/udisksdevice.cpp
 b/solid/solid/backends/udisks2/udisksdevice.cpp
+@@ -20,6 +20,7 @@
+ */
+ 
+ #include "udisksdevice.h"
++#include "udisksdevicebackend.h"
+ #include "udisksblock.h"
+ #include "udisksdeviceinterface.h"
+ #include "udisksstoragevolume.h"
+@@ -91,29 +92,72 @@ static QString formatByteSize(double size)
+ 
+ Device::Device(const QString &udi)
+ : Solid::Ifaces::Device()
+-, m_udi(udi)
+-, m_connection(QDBusConnection::connectToBus(QDBusConnection::SystemBus, 
"Solid::Udisks2::Device::" + udi))
++, m_backend(DeviceBackend::backendForUDI(udi))
+ {
+-m_device = new QDBusInterface(UD2_DBUS_SERVICE, m_udi,
+-  QString(), // no interface, we aggregate 
them
+-  m_connection);
++if (m_backend) {
++connect(m_backend, SIGNAL(changed()), this, SIGNAL(changed()));
++connect(m_backend, SIGNAL(propertyChanged(QMap)), this, 
SIGNAL(propertyChanged(QMap)));
++} else {
++qDebug() << "Created invalid Device for udi" << udi;
++}
++}
++
++Device::~Device()
++{
++}
++
++QString Device::udi() const
++{
++if (m_backend) {
++return m_backend->udi();
++}
++
++r

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-12-02 Thread Andrea Scarpino
Date: Sunday, December 2, 2012 @ 06:18:13
  Author: andrea
Revision: 172305

KDE 4.10 beta2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-12-02 11:03:10 UTC (rev 172304)
+++ PKGBUILD2012-12-02 11:18:13 UTC (rev 172305)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.9.80
-pkgrel=2
+pkgver=4.9.90
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -18,7 +18,7 @@
 install=${pkgname}.install
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('eb68a5c494d06ec258abeb47c429a64f4641f09b'
+sha1sums=('57a75fe32a76dc36877283d90fbb35529e54a69c'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 16:32:48
  Author: andrea
Revision: 171870

Use udisks2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-11-21 21:30:54 UTC (rev 171869)
+++ PKGBUILD2012-11-21 21:32:48 UTC (rev 171870)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.9.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -12,7 +12,7 @@
 depends=('strigi' 'attica' 'libxss' 'soprano' 'krb5' 'grantlee'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr'
-'docbook-xsl' 'upower' 'udisks' 'libxcursor' 'phonon' 'qtwebkit'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon' 'qtwebkit'
 'media-player-info' 'libxtst')
 makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
 install=${pkgname}.install
@@ -42,7 +42,8 @@
-DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-DKDE_DEFAULT_HOME='.kde4' \
-DWITH_FAM=OFF \
-   -DWITH_HUpnp=OFF
+   -DWITH_HUpnp=OFF \
+   -DWITH_SOLID_UDISKS2=ON
make
 }
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 16:49:45
  Author: andrea
Revision: 163247

KDE 4.9 RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-07-11 20:12:36 UTC (rev 163246)
+++ PKGBUILD2012-07-11 20:49:45 UTC (rev 163247)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.8.95
-pkgrel=2
+pkgver=4.8.97
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -19,7 +19,7 @@
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch'
 'use-pythondontwritebytecode.patch')
-sha1sums=('dd7cd4f314b0a8723c782df6e33208d7e6d5813a'
+sha1sums=('adbbc70a2e0d243f3875469cafe22b63b0625a7e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-06-26 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 02:21:06
  Author: andrea
Revision: 162428

KDE 4.9 RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-27 03:30:42 UTC (rev 162427)
+++ PKGBUILD2012-06-27 06:21:06 UTC (rev 162428)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.8.90
-pkgrel=3
+pkgver=4.8.95
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -19,7 +19,7 @@
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch'
 'use-pythondontwritebytecode.patch')
-sha1sums=('926d0c0e6a6134d7292ae4d71e74541044d75a2d'
+sha1sums=('dd7cd4f314b0a8723c782df6e33208d7e6d5813a'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'bbacbbe2194f3961cd7557d98a9ddef158ca11aa')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-06-19 Thread Andrea Scarpino
Date: Tuesday, June 19, 2012 @ 09:38:54
  Author: andrea
Revision: 162074

rebuilt to fix broken soprano support

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-06-19 12:43:38 UTC (rev 162073)
+++ PKGBUILD2012-06-19 13:38:54 UTC (rev 162074)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.90
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-05-31 Thread Andrea Scarpino
Date: Thursday, May 31, 2012 @ 16:37:02
  Author: andrea
Revision: 160273

New set of tarballs

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-31 20:35:57 UTC (rev 160272)
+++ PKGBUILD2012-05-31 20:37:02 UTC (rev 160273)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.80
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'
@@ -19,7 +19,7 @@
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz";
 'kde-applications-menu.patch' 'archlinux-menu.patch'
 'use-pythondontwritebytecode.patch')
-sha1sums=('769f86e07cd23fe7a12afc66fbbea015c090a16f'
+sha1sums=('e0d4cef3a09c85e4309e48d7ab62ba9b8eccc575'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'a1e35760d5b4e29471ad357c963a343c67200f32')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2012-05-29 Thread Andrea Scarpino
Date: Wednesday, May 30, 2012 @ 02:30:19
  Author: andrea
Revision: 160180

upgpkg: kdelibs 4.8.80-2

udev rebuild

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-05-30 03:39:36 UTC (rev 160179)
+++ PKGBUILD2012-05-30 06:30:19 UTC (rev 160180)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.8.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2011-07-24 Thread Andrea Scarpino
Date: Sunday, July 24, 2011 @ 18:44:54
  Author: andrea
Revision: 132486

KDE 4.7.0

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-24 21:58:22 UTC (rev 132485)
+++ PKGBUILD2011-07-24 22:44:54 UTC (rev 132486)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.6.95
+pkgver=4.7.0
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,9 +18,9 @@
 'hspell')
 replaces=('kdelibs-experimental')
 install='kdelibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('9c46d7653a19f5897d4408180de239d7004c470e'
+sha1sums=('2a7a59ac78a161c7c2393db89179449b495dd2db'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD fix-nepomuk-cpu-usage.patch)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 16:19:25
  Author: andrea
Revision: 131358

this patch is for the kde-runtime

Modified:
  kdelibs/kde-unstable/PKGBUILD
Deleted:
  kdelibs/kde-unstable/fix-nepomuk-cpu-usage.patch

-+
 PKGBUILD|9 --
 fix-nepomuk-cpu-usage.patch |  133 --
 2 files changed, 2 insertions(+), 140 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 20:18:53 UTC (rev 131357)
+++ PKGBUILD2011-07-12 20:19:25 UTC (rev 131358)
@@ -19,12 +19,10 @@
 replaces=('kdelibs-experimental')
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-'kde-applications-menu.patch' 'archlinux-menu.patch'
-'fix-nepomuk-cpu-usage.patch')
+'kde-applications-menu.patch' 'archlinux-menu.patch')
 sha1sums=('9c46d7653a19f5897d4408180de239d7004c470e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'dcddfd7b3191597edaaab93d358e6ff87c53a627')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -34,9 +32,6 @@
# add Archlinux menu entry
patch -p1 -i $srcdir/archlinux-menu.patch
 
-   # Already fixed upstream
-   patch -p1 -i "${srcdir}"/fix-nepomuk-cpu-usage.patch
-
cd ${srcdir}
mkdir build
cd build

Deleted: fix-nepomuk-cpu-usage.patch
===
--- fix-nepomuk-cpu-usage.patch 2011-07-12 20:18:53 UTC (rev 131357)
+++ fix-nepomuk-cpu-usage.patch 2011-07-12 20:19:25 UTC (rev 131358)
@@ -1,133 +0,0 @@
-commit 327ec9a67af653467b670115ebb3e26b00183c1d
-Author: Sebastian Trueg 
-Date:   Thu Jul 7 17:33:23 2011 +0200
-
-Throttle the IndexCleaner the same way we do with the IndexScheduler.
-
-BUG: 276593
-
-diff --git a/nepomuk/services/strigi/indexcleaner.cpp 
b/nepomuk/services/strigi/indexcleaner.cpp
-index 5c604ab..9198d0b 100644
 a/nepomuk/services/strigi/indexcleaner.cpp
-+++ b/nepomuk/services/strigi/indexcleaner.cpp
-@@ -47,7 +47,8 @@ using namespace Soprano::Vocabulary;
- 
- 
- Nepomuk::IndexCleaner::IndexCleaner(QObject* parent)
--: KJob(parent)
-+: KJob(parent),
-+  m_delay(0)
- {
- setCapabilities( Suspendable );
- }
-@@ -268,7 +269,7 @@ void Nepomuk::IndexCleaner::slotRemoveResourcesDone(KJob* 
job)
- 
- QMutexLocker lock(&m_stateMutex);
- if( !m_suspended ) {
--clearNextBatch();
-+QTimer::singleShot(m_delay, this, SLOT(clearNextBatch()));
- }
- }
- 
-@@ -313,4 +314,9 @@ bool Nepomuk::IndexCleaner::doResume()
- return true;
- }
- 
-+void Nepomuk::IndexCleaner::setDelay(int msecs)
-+{
-+m_delay = msecs;
-+}
-+
- #include "indexcleaner.moc"
-diff --git a/nepomuk/services/strigi/indexcleaner.h 
b/nepomuk/services/strigi/indexcleaner.h
-index e1c38ca..bf0713e 100644
 a/nepomuk/services/strigi/indexcleaner.h
-+++ b/nepomuk/services/strigi/indexcleaner.h
-@@ -41,6 +41,16 @@ namespace Nepomuk {
- virtual bool doSuspend();
- virtual bool doResume();
- 
-+public slots:
-+/**
-+ * Set the delay between the cleanup queries.
-+ * Used for throtteling the cleaner to not grab too
-+ * many resources. Default is 0.
-+ *
-+ * \sa IndexScheduler::setIndexingSpeed()
-+ */
-+void setDelay(int msecs);
-+
- private slots:
- void clearNextBatch();
- void slotRemoveResourcesDone(KJob* job);
-@@ -52,6 +62,7 @@ namespace Nepomuk {
- 
- QMutex m_stateMutex;
- bool m_suspended;
-+int m_delay;
- };
- }
- 
-diff --git a/nepomuk/services/strigi/indexscheduler.cpp 
b/nepomuk/services/strigi/indexscheduler.cpp
-index 3c92657..f3c6c36 100644
 a/nepomuk/services/strigi/indexscheduler.cpp
-+++ b/nepomuk/services/strigi/indexscheduler.cpp
-@@ -208,7 +208,7 @@ Nepomuk::IndexScheduler::IndexScheduler( QObject* parent )
- : QObject( parent ),
-   m_suspended( false ),
-   m_indexing( false ),
--  m_speed( FullSpeed )
-+  m_indexingDelay( 0 )
- {
- m_cleaner = new IndexCleaner(this);
- connect( m_cleaner, SIGNAL(finished(KJob*)), this, 
SLOT(slotCleaningDone()) );
-@@ -266,7 +266,13 @@ void Nepomuk::IndexScheduler::setSuspended( bool 
suspended )
- void Nepomuk::IndexScheduler::setIndexingSpeed( IndexingSpeed speed )
- {
- kDebug() << speed;
--m_speed = speed;
-+m_indexingDelay = 0;
-+if ( speed != FullSpeed ) {
-+m_indexingDelay = (speed == ReducedSpeed) ? s_reducedSpeedDelay : 
s_snailPaceDelay;
-+}
-+if( m_cleaner ) {
-+m_cleaner->setDelay(m_indexingDelay);
-+}
- }
- 
- 
-@@ -481,11 +487,7 @@ bool Nepomuk::IndexScheduler::analyzeDir( const QString& 
dir_, Nepomuk::IndexSch
- void Nepomuk::IndexSc

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 15:26:29
  Author: andrea
Revision: 131352

Ops missing checksum

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 19:24:04 UTC (rev 131351)
+++ PKGBUILD2011-07-12 19:26:29 UTC (rev 131352)
@@ -24,7 +24,7 @@
 sha1sums=('9c46d7653a19f5897d4408180de239d7004c470e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  '')
+  'dcddfd7b3191597edaaab93d358e6ff87c53a627')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD fix-nepomuk-cpu-usage.patch)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 15:22:54
  Author: andrea
Revision: 131349

Fix high CPU usage by nepomukservicestub BUG#276593)

Added:
  kdelibs/kde-unstable/fix-nepomuk-cpu-usage.patch
Modified:
  kdelibs/kde-unstable/PKGBUILD

-+
 PKGBUILD|9 ++
 fix-nepomuk-cpu-usage.patch |  133 ++
 2 files changed, 140 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 18:06:00 UTC (rev 131348)
+++ PKGBUILD2011-07-12 19:22:54 UTC (rev 131349)
@@ -19,10 +19,12 @@
 replaces=('kdelibs-experimental')
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
-'kde-applications-menu.patch' 'archlinux-menu.patch')
+'kde-applications-menu.patch' 'archlinux-menu.patch'
+'fix-nepomuk-cpu-usage.patch')
 sha1sums=('9c46d7653a19f5897d4408180de239d7004c470e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  '')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
@@ -32,6 +34,9 @@
# add Archlinux menu entry
patch -p1 -i $srcdir/archlinux-menu.patch
 
+   # Already fixed upstream
+   patch -p1 -i "${srcdir}"/fix-nepomuk-cpu-usage.patch
+
cd ${srcdir}
mkdir build
cd build

Added: fix-nepomuk-cpu-usage.patch
===
--- fix-nepomuk-cpu-usage.patch (rev 0)
+++ fix-nepomuk-cpu-usage.patch 2011-07-12 19:22:54 UTC (rev 131349)
@@ -0,0 +1,133 @@
+commit 327ec9a67af653467b670115ebb3e26b00183c1d
+Author: Sebastian Trueg 
+Date:   Thu Jul 7 17:33:23 2011 +0200
+
+Throttle the IndexCleaner the same way we do with the IndexScheduler.
+
+BUG: 276593
+
+diff --git a/nepomuk/services/strigi/indexcleaner.cpp 
b/nepomuk/services/strigi/indexcleaner.cpp
+index 5c604ab..9198d0b 100644
+--- a/nepomuk/services/strigi/indexcleaner.cpp
 b/nepomuk/services/strigi/indexcleaner.cpp
+@@ -47,7 +47,8 @@ using namespace Soprano::Vocabulary;
+ 
+ 
+ Nepomuk::IndexCleaner::IndexCleaner(QObject* parent)
+-: KJob(parent)
++: KJob(parent),
++  m_delay(0)
+ {
+ setCapabilities( Suspendable );
+ }
+@@ -268,7 +269,7 @@ void Nepomuk::IndexCleaner::slotRemoveResourcesDone(KJob* 
job)
+ 
+ QMutexLocker lock(&m_stateMutex);
+ if( !m_suspended ) {
+-clearNextBatch();
++QTimer::singleShot(m_delay, this, SLOT(clearNextBatch()));
+ }
+ }
+ 
+@@ -313,4 +314,9 @@ bool Nepomuk::IndexCleaner::doResume()
+ return true;
+ }
+ 
++void Nepomuk::IndexCleaner::setDelay(int msecs)
++{
++m_delay = msecs;
++}
++
+ #include "indexcleaner.moc"
+diff --git a/nepomuk/services/strigi/indexcleaner.h 
b/nepomuk/services/strigi/indexcleaner.h
+index e1c38ca..bf0713e 100644
+--- a/nepomuk/services/strigi/indexcleaner.h
 b/nepomuk/services/strigi/indexcleaner.h
+@@ -41,6 +41,16 @@ namespace Nepomuk {
+ virtual bool doSuspend();
+ virtual bool doResume();
+ 
++public slots:
++/**
++ * Set the delay between the cleanup queries.
++ * Used for throtteling the cleaner to not grab too
++ * many resources. Default is 0.
++ *
++ * \sa IndexScheduler::setIndexingSpeed()
++ */
++void setDelay(int msecs);
++
+ private slots:
+ void clearNextBatch();
+ void slotRemoveResourcesDone(KJob* job);
+@@ -52,6 +62,7 @@ namespace Nepomuk {
+ 
+ QMutex m_stateMutex;
+ bool m_suspended;
++int m_delay;
+ };
+ }
+ 
+diff --git a/nepomuk/services/strigi/indexscheduler.cpp 
b/nepomuk/services/strigi/indexscheduler.cpp
+index 3c92657..f3c6c36 100644
+--- a/nepomuk/services/strigi/indexscheduler.cpp
 b/nepomuk/services/strigi/indexscheduler.cpp
+@@ -208,7 +208,7 @@ Nepomuk::IndexScheduler::IndexScheduler( QObject* parent )
+ : QObject( parent ),
+   m_suspended( false ),
+   m_indexing( false ),
+-  m_speed( FullSpeed )
++  m_indexingDelay( 0 )
+ {
+ m_cleaner = new IndexCleaner(this);
+ connect( m_cleaner, SIGNAL(finished(KJob*)), this, 
SLOT(slotCleaningDone()) );
+@@ -266,7 +266,13 @@ void Nepomuk::IndexScheduler::setSuspended( bool 
suspended )
+ void Nepomuk::IndexScheduler::setIndexingSpeed( IndexingSpeed speed )
+ {
+ kDebug() << speed;
+-m_speed = speed;
++m_indexingDelay = 0;
++if ( speed != FullSpeed ) {
++m_indexingDelay = (speed == ReducedSpeed) ? s_reducedSpeedDelay : 
s_snailPaceDelay;
++}
++if( m_cleaner ) {
++m_cleaner->setDelay(m_indexingDelay);
++}
+ }
+ 
+ 
+@@ -481,11 +487,7 @@ bool Nepomuk::IndexScheduler::analyzeDir( const QString& 
dir_, Nepomuk::IndexSch
+ void Nepomuk::IndexScheduler::callDoIndexing()
+ {

[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2011-07-12 Thread Andrea Scarpino
Date: Tuesday, July 12, 2011 @ 13:45:17
  Author: andrea
Revision: 131275

KDE 4.7RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-07-12 17:27:54 UTC (rev 131274)
+++ PKGBUILD2011-07-12 17:45:17 UTC (rev 131275)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.6.90
+pkgver=4.6.95
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch')
-sha1sums=('e04a0ecdb83a2cb086e13c9a2541b264dce00993'
+sha1sums=('9c46d7653a19f5897d4408180de239d7004c470e'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67')
 



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD kcalendarsystem-fixed.patch)

2011-06-24 Thread Andrea Scarpino
Date: Friday, June 24, 2011 @ 08:41:31
  Author: andrea
Revision: 128522

KDE 4.7RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD
Deleted:
  kdelibs/kde-unstable/kcalendarsystem-fixed.patch

-+
 PKGBUILD|   13 
 kcalendarsystem-fixed.patch |18073 --
 2 files changed, 4 insertions(+), 18082 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 128521:128522 to see the changes.


[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD kcalendarsystem-fixed.patch)

2011-05-25 Thread Andrea Scarpino
Date: Wednesday, May 25, 2011 @ 04:50:46
  Author: andrea
Revision: 124924

KDE 4.7beta1 - Use KCalendarSystem from git to fix kdebindings-smokekde build

Added:
  kdelibs/kde-unstable/kcalendarsystem-fixed.patch
Modified:
  kdelibs/kde-unstable/PKGBUILD

-+
 PKGBUILD|9 
 kcalendarsystem-fixed.patch |18073 ++
 2 files changed, 18080 insertions(+), 2 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 124923:124924 to see the changes.


[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2011-01-21 Thread Andrea Scarpino
Date: Friday, January 21, 2011 @ 06:15:49
  Author: andrea
Revision: 107097

KDE 4.6.0

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-21 09:16:46 UTC (rev 107096)
+++ PKGBUILD2011-01-21 11:15:49 UTC (rev 107097)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.5.95
+pkgver=4.6.0
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,9 +18,9 @@
 'docbook-xsl')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('22cdf1057b3c935168ae11ae29bf75cf5c4362e6'
+sha1sums=('6ea3fc69f98fa91c5159ccd743d4d548e801c7bc'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2011-01-05 Thread Andrea Scarpino
Date: Wednesday, January 5, 2011 @ 06:48:47
  Author: andrea
Revision: 104863

KDE 4.5.95

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2011-01-05 08:58:01 UTC (rev 104862)
+++ PKGBUILD2011-01-05 11:48:47 UTC (rev 104863)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.5.90
-pkgrel=2
+pkgver=4.5.95
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('6fb6695de4642e5861ace2ca7d08d571ab2c2ac7'
+sha1sums=('22cdf1057b3c935168ae11ae29bf75cf5c4362e6'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-27 Thread Andrea Scarpino
Date: Monday, December 27, 2010 @ 06:27:33
  Author: andrea
Revision: 104037

upgpkg: kdelibs 4.5.90-2
move libxcursor back to kdelibs

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-27 10:09:46 UTC (rev 104036)
+++ PKGBUILD2010-12-27 11:27:33 UTC (rev 104037)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.5.90
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -12,7 +12,7 @@
 depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'heimdal'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
-'phonon' 'hicolor-icon-theme' 'upower' 'udisks')
+'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'libxcursor')
 optdepends=('docbook-xsl: needed by meinproc4 to build doc')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell'
 'docbook-xsl')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-22 Thread Andrea Scarpino
Date: Wednesday, December 22, 2010 @ 10:58:15
  Author: andrea
Revision: 103721

KDE 4.6RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-22 15:37:03 UTC (rev 103720)
+++ PKGBUILD2010-12-22 15:58:15 UTC (rev 103721)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.5.85
-pkgrel=3
+pkgver=4.5.90
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -20,7 +20,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('d48591373e3d9a3de9ee2bd7940eaf111c04eb98'
+sha1sums=('6fb6695de4642e5861ace2ca7d08d571ab2c2ac7'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-12 Thread Andrea Scarpino
Date: Sunday, December 12, 2010 @ 19:00:33
  Author: andrea
Revision: 102907

needs a rebuild for docbook-xsl 1.76.1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-12 23:53:40 UTC (rev 102906)
+++ PKGBUILD2010-12-13 00:00:33 UTC (rev 102907)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.5.85
-pkgrel=2
+pkgrel=3
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-10 Thread Andrea Scarpino
Date: Friday, December 10, 2010 @ 19:20:41
  Author: andrea
Revision: 102763

add docbook-xsl as optdependence

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-11 00:18:47 UTC (rev 102762)
+++ PKGBUILD2010-12-11 00:20:41 UTC (rev 102763)
@@ -13,6 +13,7 @@
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
 'phonon' 'hicolor-icon-theme' 'upower' 'udisks')
+optdepends=('docbook-xsl: needed by meinproc4 to build doc')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell'
 'docbook-xsl')
 replaces=('arts' 'kdelibs-experimental')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-09 Thread Andrea Scarpino
Date: Thursday, December 9, 2010 @ 19:27:08
  Author: andrea
Revision: 102699

polkit-qt rebuild needed

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-09 23:17:58 UTC (rev 102698)
+++ PKGBUILD2010-12-10 00:27:08 UTC (rev 102699)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.5.85
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-06 Thread Andrea Scarpino
Date: Monday, December 6, 2010 @ 17:05:54
  Author: andrea
Revision: 102225

KDE 4.5.85 beta2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-06 21:42:35 UTC (rev 102224)
+++ PKGBUILD2010-12-06 22:05:54 UTC (rev 102225)
@@ -19,7 +19,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('d1a89ea1bfb925c1e51c9a794644315e9e2b6300'
+sha1sums=('d48591373e3d9a3de9ee2bd7940eaf111c04eb98'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-04 Thread Andrea Scarpino
Date: Saturday, December 4, 2010 @ 06:28:28
  Author: andrea
Revision: 102070

libxcursor is not needed

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-04 11:23:22 UTC (rev 102069)
+++ PKGBUILD2010-12-04 11:28:28 UTC (rev 102070)
@@ -9,10 +9,10 @@
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
-depends=('strigi' 'attica' 'libxss' 'libxcursor' 'xz' 'openssl' 'soprano'
+depends=('strigi' 'attica' 'libxss' 'xz' 'openssl' 'soprano' 'heimdal'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
-'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'heimdal')
+'phonon' 'hicolor-icon-theme' 'upower' 'udisks')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell'
 'docbook-xsl')
 replaces=('arts' 'kdelibs-experimental')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-12-03 Thread Andrea Scarpino
Date: Friday, December 3, 2010 @ 22:11:02
  Author: andrea
Revision: 102037

KDE 4.5.85

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |   12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-12-04 02:40:28 UTC (rev 102036)
+++ PKGBUILD2010-12-04 03:11:02 UTC (rev 102037)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.5.80
+pkgver=4.5.85
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -12,17 +12,17 @@
 depends=('strigi' 'attica' 'libxss' 'libxcursor' 'xz' 'openssl' 'soprano'
 'shared-desktop-ontologies' 'qca' 'libdbusmenu-qt' 'polkit-qt' 
'grantlee'
 'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'xdg-utils'
-'phonon' 'hicolor-icon-theme' 'upower' 'udisks')
+'phonon' 'hicolor-icon-theme' 'upower' 'udisks' 'heimdal')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 'hspell'
 'docbook-xsl')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('6fabe285250084296e969658d367adea72f8d5a4'
-'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-'63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-'d994f262356af5b9e4e9619646e471bd98c91efb')
+sha1sums=('d1a89ea1bfb925c1e51c9a794644315e9e2b6300'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'd994f262356af5b9e4e9619646e471bd98c91efb')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-07-24 Thread Andrea Scarpino
Date: Saturday, July 24, 2010 @ 06:12:30
  Author: andrea
Revision: 86041

KDE 4.5RC3

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-23 23:26:06 UTC (rev 86040)
+++ PKGBUILD2010-07-24 10:12:30 UTC (rev 86041)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.4.92
+pkgver=4.4.95
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('f14df83294fa1fda5de63d08b42f22975554d4b0'
+sha1sums=('21d31e2ac4062f763191ba54b1e452d541ff0ca6'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-07-07 Thread Andrea Scarpino
Date: Wednesday, July 7, 2010 @ 15:23:33
  Author: andrea
Revision: 85073

KDE 4.5RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-07-07 19:20:30 UTC (rev 85072)
+++ PKGBUILD2010-07-07 19:23:33 UTC (rev 85073)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.4.90
+pkgver=4.4.92
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('39b0f7e8fa27fa1727efd1ed9b859e32e194f562'
+sha1sums=('f14df83294fa1fda5de63d08b42f22975554d4b0'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-06-25 Thread Andrea Scarpino
Date: Friday, June 25, 2010 @ 09:20:50
  Author: andrea
Revision: 84060

remove useless || return 1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-25 12:59:39 UTC (rev 84059)
+++ PKGBUILD2010-06-25 13:20:50 UTC (rev 84060)
@@ -45,8 +45,8 @@
-DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-DKDE_DEFAULT_HOME='.kde4' \
-DWITH_FAM=OFF \
-   -DKAUTH_BACKEND=PolkitQt-1 || return 1
-   make || return 1
+   -DKAUTH_BACKEND=PolkitQt-1
+   make
 }
 
 package() {



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-06-25 Thread Andrea Scarpino
Date: Friday, June 25, 2010 @ 08:18:18
  Author: andrea
Revision: 84032

KDE 4.5 RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-25 12:14:05 UTC (rev 84031)
+++ PKGBUILD2010-06-25 12:18:18 UTC (rev 84032)
@@ -18,10 +18,10 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-md5sums=('c19cc1a2488fd7fd5543ff0061de9087'
- '2b30cc3e382e99333e7ff388943473e9'
- 'a2c351e5c4d5bef39865e5fc1a39219a'
- '18ea42696a7f41332a092d6ead7efc6a')
+sha1sums=('39b0f7e8fa27fa1727efd1ed9b859e32e194f562'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'd994f262356af5b9e4e9619646e471bd98c91efb')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-06-25 Thread Andrea Scarpino
Date: Friday, June 25, 2010 @ 08:13:44
  Author: andrea
Revision: 84027

KDE 4.5 RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-25 11:22:36 UTC (rev 84026)
+++ PKGBUILD2010-06-25 12:13:44 UTC (rev 84027)
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.4.85
+pkgver=4.4.90
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -18,10 +18,10 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('07040104cb14d71d2a66f2ccdf4a8ec2a56fcad1'
-  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
-  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
-  'd994f262356af5b9e4e9619646e471bd98c91efb')
+md5sums=('c19cc1a2488fd7fd5543ff0061de9087'
+ '2b30cc3e382e99333e7ff388943473e9'
+ 'a2c351e5c4d5bef39865e5fc1a39219a'
+ '18ea42696a7f41332a092d6ead7efc6a')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-06-08 Thread Andrea Scarpino
Date: Tuesday, June 8, 2010 @ 11:56:22
  Author: andrea
Revision: 82075

KDE 4.4.85 (beta2)

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-08 15:55:34 UTC (rev 82074)
+++ PKGBUILD2010-06-08 15:56:22 UTC (rev 82075)
@@ -3,8 +3,8 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.4.80
-pkgrel=2
+pkgver=4.4.85
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -18,7 +18,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-sha1sums=('8e3da3b72cf32dd73428b9b9f684d2bb9207baa3'
+sha1sums=('07040104cb14d71d2a66f2ccdf4a8ec2a56fcad1'
   '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
   '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
   'd994f262356af5b9e4e9619646e471bd98c91efb')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-06-02 Thread Ronald van Haren
Date: Wednesday, June 2, 2010 @ 04:31:46
  Author: ronald
Revision: 81700

built using gcc 4.5.0-4 to fix khtml not working

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-06-02 07:02:53 UTC (rev 81699)
+++ PKGBUILD2010-06-02 08:31:46 UTC (rev 81700)
@@ -4,7 +4,7 @@
 
 pkgname=kdelibs
 pkgver=4.4.80
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-31 Thread Pierre Schmitz
Date: Sunday, January 31, 2010 @ 17:06:48
  Author: pierre
Revision: 66564

prepare KDE 4.4 RC3

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-31 21:48:51 UTC (rev 66563)
+++ PKGBUILD2010-01-31 22:06:48 UTC (rev 66564)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.3.95
+pkgver=4.3.98
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-md5sums=('0644c6edf7d7ff7ed57a0584961c230f'
+md5sums=('56cd5ff7dfe996a283ae28609047f40e'
  '280f34ee159845f8902c31bd499254fc'
  '79e39afdfc7081f44971da21a8427879'
  '18ea42696a7f41332a092d6ead7efc6a')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-19 Thread Pierre Schmitz
Date: Wednesday, January 20, 2010 @ 00:32:26
  Author: pierre
Revision: 64392

update to KDE 4.4 RC2

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-20 05:01:55 UTC (rev 64391)
+++ PKGBUILD2010-01-20 05:32:26 UTC (rev 64392)
@@ -2,8 +2,8 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.3.90
-pkgrel=5
+pkgver=4.3.95
+pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -17,7 +17,7 @@
 install='kdelibs.install'
 
source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2";
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-md5sums=('45c42bfcaa5a968a38e20a0599c4e8e9'
+md5sums=('0644c6edf7d7ff7ed57a0584961c230f'
  '280f34ee159845f8902c31bd499254fc'
  '79e39afdfc7081f44971da21a8427879'
  '18ea42696a7f41332a092d6ead7efc6a')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-17 Thread Pierre Schmitz
Date: Sunday, January 17, 2010 @ 12:34:07
  Author: pierre
Revision: 63489

cleanup: remove versioned deps and unneeded ldflags (makepkg default now)

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |1 -
 1 file changed, 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-17 17:33:57 UTC (rev 63488)
+++ PKGBUILD2010-01-17 17:34:07 UTC (rev 63489)
@@ -38,7 +38,6 @@
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_SKIP_RPATH=ON \
-   -DCMAKE_{SHARED,MODULE,EXE}_LINKER_FLAGS='-Wl,--no-undefined 
-Wl,--as-needed' \
-DKDE_DISTRIBUTION_TEXT='Arch Linux' \
-DCMAKE_INSTALL_PREFIX=/usr \
-DSYSCONF_INSTALL_DIR=/etc \



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-13 Thread Pierre Schmitz
Date: Wednesday, January 13, 2010 @ 17:00:24
  Author: pierre
Revision: 62991

prepare polkit-1 rebuild

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-13 21:45:04 UTC (rev 62990)
+++ PKGBUILD2010-01-13 22:00:24 UTC (rev 62991)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs
 pkgver=4.3.90
-pkgrel=4
+pkgrel=5
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -44,8 +44,9 @@
-DSYSCONF_INSTALL_DIR=/etc \
-DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF
-   make
+   -DWITH_FAM=OFF \
+   -DKAUTH_BACKEND=PolkitQt-1 || return 1
+   make || return 1
 }
 
 package() {



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-13 Thread Pierre Schmitz
Date: Wednesday, January 13, 2010 @ 14:30:21
  Author: pierre
Revision: 62912

rebuild with fixed deps

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-13 19:18:25 UTC (rev 62911)
+++ PKGBUILD2010-01-13 19:30:21 UTC (rev 62912)
@@ -3,7 +3,7 @@
 
 pkgname=kdelibs
 pkgver=4.3.90
-pkgrel=3
+pkgrel=4
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
@@ -15,7 +15,7 @@
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
-source=(http://download.kde.org/unstable/${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')
 md5sums=('45c42bfcaa5a968a38e20a0599c4e8e9'
  '280f34ee159845f8902c31bd499254fc'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-09 Thread Pierre Schmitz
Date: Saturday, January 9, 2010 @ 16:13:14
  Author: pierre
Revision: 62534

some fixes

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-09 21:13:09 UTC (rev 62533)
+++ PKGBUILD2010-01-09 21:13:14 UTC (rev 62534)
@@ -3,14 +3,15 @@
 
 pkgname=kdelibs
 pkgver=4.3.90
-pkgrel=2
+pkgrel=3
 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')
+ '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')
 replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-08 Thread Pierre Schmitz
Date: Friday, January 8, 2010 @ 19:30:41
  Author: pierre
Revision: 62432

add missing dep

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-08 23:32:52 UTC (rev 62431)
+++ PKGBUILD2010-01-09 00:30:41 UTC (rev 62432)
@@ -3,12 +3,12 @@
 
 pkgname=kdelibs
 pkgver=4.3.90
-pkgrel=1
+pkgrel=2
 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'
+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')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-08 Thread Pierre Schmitz
Date: Friday, January 8, 2010 @ 17:52:11
  Author: pierre
Revision: 62428

replace kdelibs-experimental

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-08 22:31:48 UTC (rev 62427)
+++ PKGBUILD2010-01-08 22:52:11 UTC (rev 62428)
@@ -12,7 +12,7 @@
'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 
'polkit-qt'
'libxss' 'phonon' 'shared-desktop-ontologies' 'attica')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
-replaces=('arts')
+replaces=('arts' 'kdelibs-experimental')
 install='kdelibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-07 Thread Andrea Scarpino
Date: Thursday, January 7, 2010 @ 16:27:13
  Author: andrea
Revision: 62383

libattica renamed to attica

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-07 21:25:44 UTC (rev 62382)
+++ PKGBUILD2010-01-07 21:27:13 UTC (rev 62383)
@@ -10,7 +10,7 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('shared-mime-info' 'hal' 'xz-utils' 'enchant' 'jasper' 'openexr'
'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 
'polkit-qt'
-   'libxss' 'phonon' 'shared-desktop-ontologies' 'libattica')
+   'libxss' 'phonon' 'shared-desktop-ontologies' 'attica')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
 replaces=('arts')
 install='kdelibs.install'



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2010-01-07 Thread Andrea Scarpino
Date: Thursday, January 7, 2010 @ 13:10:51
  Author: andrea
Revision: 62337

KDE 4.4 RC1

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2010-01-07 17:23:51 UTC (rev 62336)
+++ PKGBUILD2010-01-07 18:10:51 UTC (rev 62337)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.3.85
+pkgver=4.3.90
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 install='kdelibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-md5sums=('4bf066d2f489d7d00263ac5a8e787c23'
+md5sums=('45c42bfcaa5a968a38e20a0599c4e8e9'
  '280f34ee159845f8902c31bd499254fc'
  '79e39afdfc7081f44971da21a8427879'
  '18ea42696a7f41332a092d6ead7efc6a')



[arch-commits] Commit in kdelibs/kde-unstable (PKGBUILD)

2009-12-22 Thread Andrea Scarpino
Date: Tuesday, December 22, 2009 @ 19:39:53
  Author: andrea
Revision: 61739

prepare kde-unstable repo

Modified:
  kdelibs/kde-unstable/PKGBUILD

--+
 PKGBUILD |9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2009-12-22 17:51:40 UTC (rev 61738)
+++ PKGBUILD2009-12-23 00:39:53 UTC (rev 61739)
@@ -2,7 +2,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=kdelibs
-pkgver=4.3.80
+pkgver=4.3.85
 pkgrel=1
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
@@ -10,13 +10,13 @@
 license=('GPL' 'LGPL' 'FDL')
 depends=('shared-mime-info' 'hal' 'xz-utils' 'enchant' 'jasper' 'openexr'
'strigi' 'libxtst' 'soprano' 'ca-certificates' 'xdg-utils' 'qca' 
'polkit-qt'
-   'libxss' 'phonon' 'shared-desktop-ontologies')
+   'libxss' 'phonon' 'shared-desktop-ontologies' 'libattica')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'intltool' 'avahi' 'libgl' 
'hspell' 'libxslt')
 replaces=('arts')
 install='kdelibs.install'
 
source=(http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2
 'kde-applications-menu.patch' 'archlinux-menu.patch' 
'abs-syntax-highlight.patch')
-md5sums=('3d4fe702be4a85c02e56e80a8f06ae76'
+md5sums=('4bf066d2f489d7d00263ac5a8e787c23'
  '280f34ee159845f8902c31bd499254fc'
  '79e39afdfc7081f44971da21a8427879'
  '18ea42696a7f41332a092d6ead7efc6a')
@@ -43,8 +43,7 @@
-DSYSCONF_INSTALL_DIR=/etc \
-DHTML_INSTALL_DIR=/usr/share/doc/kde/html \
-DKDE_DEFAULT_HOME='.kde4' \
-   -DWITH_FAM=OFF \
-   -DWITH_LibAttica=OFF
+   -DWITH_FAM=OFF
make
 }