[meego-commits] 15216: New package Trunk:Testing/meego-ux-daemon
Prajwal Mohan
no_reply at build.meego.com
Fri Mar 25 09:36:37 UTC 2011
Hi,
Adding new package meego-ux-daemon in project Trunk:Testing. Please review and accept ASAP.
Justification for this new package:
Promoting meego-ux-daemon to Trunk:Testing
Thank You,
Prajwal Mohan
[This message was auto-generated]
---
Request #15216:
submit: devel:ux/meego-ux-daemon(r1) -> Trunk:Testing/meego-ux-daemon
Message:
Promoting meego-ux-daemon to Trunk:Testing
State: new 2011-03-25T02:36:29 praj
Comment: None
This is a NEW package in Trunk:Testing project.
The files in the new package:
meego-ux-daemon/
|__ Makefile
|__ meego-ux-daemon-0.2.0.tar.bz2
|__ meego-ux-daemon.changes
|__ meego-ux-daemon.spec
|__ meego-ux-daemon.yaml
The content of the YAML file, meego-ux-daemon.yaml:
===================================================================
Name: meego-ux-daemon
Summary: MeeGo User Experience Daemon
Version: 0.2.0
Release: 1
Group: Applications/System
License: Apache 2.0
URL: http://www.meego.com
Sources:
- "%{name}-%{version}.tar.bz2"
Description: |
The MeeGo User Experience Daemon is reponsible for hosting the
core UI elements (like the application launcher, panels, task
switcher, and various global UI dialogs that respond to hardware
keys).
PkgBR:
- libqt-devel
- libqtopengl-devel
- qt-mobility-devel
- libmeegotouch-devel
PkgConfigBR:
- dbus-1
- xdamage
- x11
- xcomposite
- xscrnsaver
- mlite
- contextprovider-1.0
Configure: none
Builder: qmake
Files:
- "/usr/libexec/meego-ux-daemon"
- "/usr/share/meego-ux-daemon"
- "/etc/xdg/autostart/meego-ux-daemon.desktop"
- "/usr/share/contextkit/providers/*.context"
===================================================================
The content of the spec file, meego-ux-daemon.spec:
===================================================================
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.21
#
# >> macros
# << macros
Name: meego-ux-daemon
Summary: MeeGo User Experience Daemon
Version: 0.2.0
Release: 1
Group: Applications/System
License: Apache 2.0
URL: http://www.meego.com
Source0: %{name}-%{version}.tar.bz2
Source100: meego-ux-daemon.yaml
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(mlite)
BuildRequires: pkgconfig(contextprovider-1.0)
BuildRequires: libqt-devel
BuildRequires: libqtopengl-devel
BuildRequires: qt-mobility-devel
BuildRequires: libmeegotouch-devel
%description
The MeeGo User Experience Daemon is reponsible for hosting the
core UI elements (like the application launcher, panels, task
switcher, and various global UI dialogs that respond to hardware
keys).
%prep
%setup -q -n %{name}-%{version}
# >> setup
# << setup
%build
# >> build pre
# << build pre
%qmake
make %{?jobs:-j%jobs}
# >> build post
# << build post
%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%qmake_install
# >> install post
# << install post
%files
%defattr(-,root,root,-)
/usr/libexec/meego-ux-daemon
/usr/share/meego-ux-daemon
/etc/xdg/autostart/meego-ux-daemon.desktop
/usr/share/contextkit/providers/*.context
# >> files
# << files
===================================================================
More information about the MeeGo-commits
mailing list