Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
304411ada3 | ||
|
|
9e8b94b246 | ||
|
|
c0f27b3a58 | ||
|
|
58be5dead1 | ||
|
|
1fe6f69473 |
7 changed files with 1 additions and 177 deletions
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This package is dead
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Type=Application
|
||||
Exec=startmoblin
|
||||
TryExec=startmoblin
|
||||
Name=Fedora Netbook
|
||||
Comment=Fedora's MeeGo User eXperience.
|
||||
Name[en_GB]=Fedora Netbook
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
dca1d4b2e58ac7b42be301358eed4ed9 uxlaunch-0.56.tar.bz2
|
||||
11
startmoblin
11
startmoblin
|
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
# export GCONF_DEFAULT_SOURCE_PATH=/etc/gconf/2/moblin.path
|
||||
export XDG_MENU_PREFIX=moblin-
|
||||
export XDG_DATA_DIRS=$HOME/.local/share/applications:/usr/share
|
||||
|
||||
# load modmap settings
|
||||
test -r /etc/X11/Xmodmap && xmodmap /etc/X11/Xmodmap
|
||||
test -r $HOME/.Xmodmap && xmodmap $HOME/.Xmodmap
|
||||
|
||||
exec /usr/sbin/uxlaunch -x -v > ~/uxlaunch.log 2>&1
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
diff -up uxlaunch-0.56/desktop.c.s390 uxlaunch-0.56/desktop.c
|
||||
--- uxlaunch-0.56/desktop.c.s390 2010-09-24 21:34:28.000000000 +0200
|
||||
+++ uxlaunch-0.56/desktop.c 2010-09-24 21:35:14.000000000 +0200
|
||||
@@ -35,6 +35,8 @@
|
||||
# define __NR_ioprio_set 314
|
||||
#elif defined (__powerpc__)
|
||||
# define __NR_ioprio_set 273
|
||||
+#elif defined (__s390__)
|
||||
+# define __NR_ioprio_set 282
|
||||
#else
|
||||
# error "Unsupported arch"
|
||||
#endif
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
--- uxlaunch-0.56/desktop.c.orig 2010-08-30 22:40:53.000000000 +0100
|
||||
+++ uxlaunch-0.56/desktop.c 2010-10-10 13:07:11.818054468 +0100
|
||||
@@ -418,6 +418,9 @@
|
||||
while (ptrs[count] && count < 255)
|
||||
ptrs[++count] = strtok(NULL, " \t");
|
||||
|
||||
+ /* give myzone a couple of seconds of un-interrupted grace */
|
||||
+ if (entry->prio >= 0)
|
||||
+ delay += 2000000;
|
||||
usleep(delay);
|
||||
lprintf("Starting %s with prio %d at %d", entry->exec, entry->prio, delay);
|
||||
execvp(ptrs[0], ptrs);
|
||||
133
uxlaunch.spec
133
uxlaunch.spec
|
|
@ -1,133 +0,0 @@
|
|||
# Tarfile created using git
|
||||
# git clone git://gitorious.org/meego-os-base/uxlaunch.git
|
||||
# git archive --format=tar --prefix=%{name}-%{version}/ v%{version} | bzip2 > ~/%{name}-%{version}.tar.bz2
|
||||
%define tarfile %{name}-%{version}.tar.bz2
|
||||
|
||||
Name: uxlaunch
|
||||
Version: 0.56
|
||||
Release: 4%{?dist}
|
||||
Epoch: 1
|
||||
Summary: A small and quick interface to start the Moblin Desktop
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPLv2
|
||||
URL: http://www.meego.com/
|
||||
Source0: %{tarfile}
|
||||
Source1: fedora-netbook.desktop
|
||||
Source2: startmoblin
|
||||
Patch0: uxlaunch-myzone-speed.patch
|
||||
Patch1: %{name}-0.56-s390.patch
|
||||
|
||||
BuildRequires: ConsoleKit-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: pam-devel
|
||||
|
||||
Requires: dbus
|
||||
|
||||
Provides: moblin-session = %{version}
|
||||
Obsoletes: moblin-session < 0.13
|
||||
|
||||
%description
|
||||
An ultra-lightweight, very cut down gdm and gnome-session replacement
|
||||
designed to get the Moblin Desktop running as quick as possible.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .myzone-speed
|
||||
%patch1 -p1 -b .s390
|
||||
|
||||
# make build verbose
|
||||
sed -i 's!^\(\t\+\)@!\1!' Makefile
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags} mutterlibexecdir=/usr/lib/mutter-moblin
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
|
||||
# Remove execute bit from config and man files
|
||||
chmod -x %{buildroot}/%{_sysconfdir}/sysconfig/uxlaunch
|
||||
chmod -x %{buildroot}/%{_datadir}/man/man1/uxlaunch*
|
||||
|
||||
# To use this as a user session launcher
|
||||
mkdir -p $RPM_BUILD_ROOT%{_bindir}
|
||||
mkdir -p $RPM_BUILD_ROOT%{_datadir}/xsessions
|
||||
desktop-file-install --dir=%{buildroot}%{_datadir}/xsessions/ %{SOURCE1}
|
||||
install -m 755 %{SOURCE2} %{buildroot}%{_bindir}/startmoblin
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%doc %{_datadir}/man/man1/uxlaunch.1.gz
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/uxlaunch
|
||||
%{_sbindir}/uxlaunch
|
||||
%{_bindir}/startmoblin
|
||||
%{_datadir}/xsessions/fedora-netbook.desktop
|
||||
|
||||
%changelog
|
||||
* Sun Oct 10 2010 Peter Robinson <pbrobinson@gmail.com> 0.56-4
|
||||
- Add epoch and obsolete moblin-session
|
||||
|
||||
* Sun Oct 10 2010 Peter Robinson <pbrobinson@gmail.com> 0.56-3
|
||||
- Add some patches for starting the UX
|
||||
|
||||
* Fri Sep 24 2010 Dan Horák <dan[at]danny.cz> 0.56-2
|
||||
- add support for s390(x)
|
||||
|
||||
* Tue Sep 7 2010 Peter Robinson <pbrobinson@gmail.com> 0.56-1
|
||||
- New upstream 0.56 release
|
||||
|
||||
* Sun Jul 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.53-1
|
||||
- New upstream 0.53 release
|
||||
|
||||
* Fri Apr 16 2010 Peter Robinson <pbrobinson@gmail.com> 0.49-2
|
||||
- Upload the new source file
|
||||
|
||||
* Fri Apr 16 2010 Peter Robinson <pbrobinson@gmail.com> 0.49-1
|
||||
- New upstream 0.49 release
|
||||
|
||||
* Wed Mar 24 2010 Peter Robinson <pbrobinson@gmail.com> 0.47-1
|
||||
- New upstream 0.47 release
|
||||
|
||||
* Mon Mar 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.46-1
|
||||
- New upstream 0.46 release
|
||||
|
||||
* Sun Feb 28 2010 Peter Robinson <pbrobinson@gmail.com> 0.44-1
|
||||
- New upstream 0.44 release
|
||||
|
||||
* Sun Feb 21 2010 Peter Robinson <pbrobinson@gmail.com> 0.41-1
|
||||
- New upstream 0.41 release
|
||||
|
||||
* Mon Feb 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.40-1
|
||||
- New upstream 0.40 release
|
||||
|
||||
* Thu Feb 11 2010 Peter Robinson <pbrobinson@gmail.com> 0.39-1
|
||||
- New upstream 0.39 release
|
||||
|
||||
* Tue Feb 9 2010 Peter Robinson <pbrobinson@gmail.com> 0.37-1
|
||||
- New upstream 0.37 release
|
||||
|
||||
* Fri Jan 22 2010 Peter Robinson <pbrobinson@gmail.com> 0.35-1
|
||||
- New upstream 0.35 release
|
||||
|
||||
* Fri Jan 15 2010 Peter Robinson <pbrobinson@gmail.com> 0.34-1
|
||||
- New upstream 0.34 release
|
||||
|
||||
* Mon Oct 26 2009 Peter Robinson <pbrobinson@gmail.com> 0.30-1
|
||||
- New upstream 0.30 release
|
||||
|
||||
* Wed Oct 14 2009 Peter Robinson <pbrobinson@gmail.com> 0.29-1
|
||||
- New upstream 0.29 release
|
||||
|
||||
* Tue Oct 13 2009 Peter Robinson <pbrobinson@gmail.com> 0.28-1
|
||||
- New upstream 0.28 release, updates from review
|
||||
|
||||
* Tue Sep 8 2009 Peter Robinson <pbrobinson@gmail.com> 0.23-1
|
||||
- Initial packaging
|
||||
Loading…
Add table
Add a link
Reference in a new issue