Accepting request 26637 from X11:lxde

Copy from X11:lxde/lxsession based on submit request 26637 from user anubisg1

OBS-URL: https://build.opensuse.org/request/show/26637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxsession?expand=0&rev=1
This commit is contained in:
OBS User autobuild 2009-12-26 12:39:53 +00:00 committed by Git OBS Bridge
commit b477dc7778
6 changed files with 112 additions and 0 deletions

23
.gitattributes vendored Normal file
View File

@ -0,0 +1,23 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.osc

3
lxsession-0.4.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:81ce404e457ac43f82946a421963d5632716df2da1cd80e54a7eab36f3270815
size 202071

15
lxsession.changes Normal file
View File

@ -0,0 +1,15 @@
-------------------------------------------------------------------
Fri Dec 11 00:43:02 UTC 2009 - andrea@opensuse.org
- new upstream version 0.4.1 (bug fix release)
-------------------------------------------------------------------
Tue Dec 8 15:43:30 UTC 2009 - andrea@opensuse.org
- new upstream stable version 0.4.0
-------------------------------------------------------------------
* Fri Jul 17 2009 - Andrea Florio <andrea@opensuse.org> 0.4.0svn.1835
- upgrade to svn 1835, lxde-settings-daemon now obsoletes
* Sat May 23 2009 - Andrea Florio <andrea@opensuse.org> 0.3.8
- New package

70
lxsession.spec Normal file
View File

@ -0,0 +1,70 @@
#
# spec file for package lxsession (Version 0.4.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: lxsession
Version: 0.4.1
Release: 1
Summary: LXDE Session Manager, required for running the desktop environment
Group: System/GUI/Other
License: GPL
Url: http://www.lxde.org/
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: dbus-1-glib-devel fdupes gtk2-devel intltool pkg-config
BuildRequires: docbook-utils docbook-xsl-stylesheets hal-devel libxslt
%description
LXSession is the standard session manager used by LXDE. The LXSession manager
is used to automatically start a set of applications and set up a working desktop
environment. Moreover, the session manager is able to remember the applications in
use when a user logs out and to restart them the next time the user logs in.
Authors:
--------
Hong Jen Yee (aka PCMan) <pcman.tw@gmail.com>
%prep
%setup -q -n %name-%version
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
%configure --enable-man
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%find_lang %{name}
%fdupes -s %buildroot
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang
%defattr(-,root,root,0755)
%doc ChangeLog README COPYING
%{_bindir}/lxsession
%{_bindir}/lxsession-logout
%dir %{_datadir}/lxsession
%dir %{_datadir}/lxsession/images
%{_datadir}/lxsession/images/*.png
%_mandir/man1/*.1.gz
%changelog

0
ready Normal file
View File