Author Topic: Building KDE beta packages.  (Read 3055 times)

genomega

  • Guest
Re: Building KDE beta packages.
« Reply #15 on: June 17, 2010, 11:00:17 AM »
You need to read this; There has been a few changes. http://techbase.kde.org/Development/CMake_KDE_4_4

If you have QT installed it should be included with it.

Mine are located here.

/usr/share/cmake/Modules/FindQt4.cmake
/usr/share/apps/cmake/modules/FindQt4.cmake


SpeedVin

  • Guest
Re: Building KDE beta packages.
« Reply #16 on: June 17, 2010, 01:10:58 PM »
You need to read this; There has been a few changes. http://techbase.kde.org/Development/CMake_KDE_4_4

If you have QT installed it should be included with it.

Mine are located here.

/usr/share/cmake/Modules/FindQt4.cmake
/usr/share/apps/cmake/modules/FindQt4.cmake

Right...
I got thoose file, then should we rebuild qt package?
BTW. I try to build kdelibs4.4.85 package too but I got thoose error's:
Code: [Select]
-- Found QCA2: /usr/lib/libqca.so
CMake Error at cmake/modules/FindPackageHandleStandardArgs.cmake:139 (MESSAGE):
  Could not find dbusmenu-qt; available at
  http://people.canonical.com/~agateau/dbusmenu/ (missing:
  DBUSMENUQT_LIBRARIES DBUSMENUQT_INCLUDE_DIR)
Call Stack (most recent call first):
  cmake/modules/FindDBusMenuQt.cmake:34 (find_package_handle_standard_args)
  CMakeLists.txt:111 (find_package)


-- Configuring incomplete, errors occurred!
And building failed...
I need to build dbusmenu-qt package or request it ;)
Update
Current status fo building .spec file for libdbusmenu-qt ;)
Code: [Select]
%define name libdbusmenu-qt
%define version 0.3.5
%define release %mkrel 1

Summary: This library provides a Qt implementation of the DBusMenu spec.
Name: %name
Version: %version
Release: %release
License: LGPL
Group: Programming/X11
Source:http://launchpad.net/libdbusmenu-qt/trunk/%{version}/%{name}-%{version}.tar.bz2

BuildRoot: %_tmppath/%name-%version-buildroot
Requires: qt
URL: https://launchpad.net/libdbusmenu-qt

%description
This library provides a Qt implementation of the DBusMenu spec.

%prep
%setup -q

%build
mkdir build
%$cd $PWD/build
%cmake -DCMAKE_INSTALL_PREFIX=../install ..
%make

%install
%make install prefix=/usr/lib
For now without changelog...
I got bad exit status when trying to build it ;)
Can someone tell me what's wrong with it?
« Last Edit: June 17, 2010, 02:06:34 PM by SpeedVin »

genomega

  • Guest
Re: Building KDE beta packages.
« Reply #17 on: June 17, 2010, 03:13:41 PM »
Requesting is probably the best way to go, others are going to need it also.