Compare commits
20 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
304411ada3 | ||
|
|
9e8b94b246 | ||
|
|
c0f27b3a58 | ||
|
|
58be5dead1 | ||
|
|
1fe6f69473 | ||
|
|
487998fc2e | ||
|
|
c9d22f2cf6 | ||
|
|
b5374bb6c2 | ||
|
|
f412084c77 | ||
|
|
b4d18762cc | ||
|
|
435a9a97fc | ||
|
|
d3f52ae41a | ||
|
|
fb9376258e | ||
| 6f2a358e53 | |||
| 6a16dbe593 | |||
| 7d3df6efae | |||
| 38438f4f26 | |||
| a1d118b90f | |||
| eac5d55ef2 | |||
| 7dcabea3bd |
7 changed files with 3 additions and 112 deletions
|
|
@ -1 +0,0 @@
|
|||
uxlaunch-0.40.tar.bz2
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
uxlaunch-0.53.tar.bz2
|
||||
/uxlaunch-0.56.tar.bz2
|
||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
|||
# Makefile for source rpm: uxlaunch
|
||||
# $Id$
|
||||
NAME := uxlaunch
|
||||
SPECFILE = $(firstword $(wildcard *.spec))
|
||||
|
||||
define find-makefile-common
|
||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
||||
|
||||
ifeq ($(MAKEFILE_COMMON),)
|
||||
# attept a checkout
|
||||
define checkout-makefile-common
|
||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
||||
endef
|
||||
|
||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
||||
endif
|
||||
|
||||
include $(MAKEFILE_COMMON)
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
This package is dead
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
1ebc470187784656c5bd0f0681f4e141 uxlaunch-0.40.tar.bz2
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- uxlaunch-0.23/desktop.c.orig 2009-09-08 17:56:45.000000000 +0100
|
||||
+++ uxlaunch-0.23/desktop.c 2009-09-08 17:57:21.000000000 +0100
|
||||
@@ -26,6 +26,8 @@
|
||||
# define __NR_ioprio_set 289
|
||||
#elif defined(__x86_64__)
|
||||
# define __NR_ioprio_set 251
|
||||
+#elif defined (__powerpc__)
|
||||
+# define __NR_ioprio_set 273
|
||||
#else
|
||||
# error "Unsupported arch"
|
||||
#endif
|
||||
|
|
@ -1,78 +0,0 @@
|
|||
Name: uxlaunch
|
||||
Version: 0.40
|
||||
Release: 1%{?dist}
|
||||
Summary: A small and quick interface to start the Moblin Desktop
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPLv2
|
||||
URL: http://www.moblin.org/
|
||||
Source0: http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
|
||||
Patch0: uxlaunch-fixppc.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: ConsoleKit-devel
|
||||
BuildRequires: dbus-glib-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: pam-devel
|
||||
|
||||
Requires: dbus
|
||||
|
||||
%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 .fixppc
|
||||
|
||||
# make build verbose
|
||||
sed -i 's!^\(\t\+\)@!\1!' Makefile
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%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*
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
%config(noreplace) %{_sysconfdir}/sysconfig/uxlaunch
|
||||
%{_sbindir}/uxlaunch
|
||||
%doc %{_datadir}/man/man1/uxlaunch.1.gz
|
||||
|
||||
%changelog
|
||||
* 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