Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[packaging] drop old uxlaunch startup file.
Signed-off-by: Marko Saukko <marko.saukko@jollamobile.com>
  • Loading branch information
Marko Saukko committed Jul 11, 2013
1 parent 8ec48a4 commit 9e85f6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 2 additions & 5 deletions rpm/lipstick-colorful-home.spec
Expand Up @@ -15,8 +15,7 @@ Group: System/GUI/Other
License: BSD
URL: https://github.com/nemomobile/lipstick-colorful-home
Source0: %{name}-%{version}.tar.bz2
Source1: lipstick.desktop
Source2: lipstick.service
Source1: lipstick.service
Source100: lipstick-colorful-home.yaml
Requires: lipstick >= 0.6.1
Requires: nemo-qml-plugin-configuration
Expand Down Expand Up @@ -61,18 +60,16 @@ rm -rf %{buildroot}
# << install pre
%qmake_install
mkdir -p %{buildroot}%{_libdir}/systemd/user/
cp -a %{SOURCE2} %{buildroot}%{_libdir}/systemd/user/
cp -a %{SOURCE1} %{buildroot}%{_libdir}/systemd/user/


# >> install post
install -D -m 644 %{SOURCE1} %{buildroot}/etc/xdg/autostart/lipstick.desktop
# << install post

%files
%defattr(-,root,root,-)
%{_bindir}/lipstick
%{_libdir}/systemd/user/lipstick.service
%config /etc/xdg/autostart/*.desktop
%{_datadir}/lipstick/lipstick.conf
# >> files
# << files
1 change: 0 additions & 1 deletion rpm/lipstick-colorful-home.yaml
Expand Up @@ -7,7 +7,6 @@ License: BSD
URL: https://github.com/nemomobile/lipstick-colorful-home
Sources:
- "%{name}-%{version}.tar.bz2"
- lipstick.desktop
Provides:
- meegotouch-home > 1.3.2
- meegotouch-systemui-screenlock-padlock > 1.3.2
Expand Down
5 changes: 0 additions & 5 deletions rpm/lipstick.desktop

This file was deleted.

0 comments on commit 9e85f6a

Please sign in to comment.