forked from pool/lxsession
Accepting request 1225024 from X11:lxde
OBS-URL: https://build.opensuse.org/request/show/1225024 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxsession?expand=0&rev=38
This commit is contained in:
commit
f98c05b29a
18
_service
Normal file
18
_service
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/lxde/lxsession.git</param>
|
||||
<param name="revision">c72db4f8c06c2d6be6dcb13fad838f619f51f8a7</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/lxde/lxsession.git</param>
|
||||
<param name="changesrevision">c72db4f8c06c2d6be6dcb13fad838f619f51f8a7</param></service></servicedata>
|
3
lxsession-0.5.5+56.obscpio
Normal file
3
lxsession-0.5.5+56.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bbe2088a0ae116ec6c67bdd6b7dd441442b761e834f52a5728a0197f2ff817a
|
||||
size 2551820
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e43e0d9c033095559ab57c8821c2b84fea58009d267db1324d32dca8bd4dbb46
|
||||
size 422564
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 18 21:28:30 UTC 2024 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 0.5.5+56:
|
||||
* Remove trailing whitespace in man pages
|
||||
* Fix spelling and update man page
|
||||
* Increase the required versions of GLib and GTK+
|
||||
* Update autogen.sh
|
||||
* Remove the obsolete debian directory
|
||||
* Remove the m4 directory
|
||||
* Remove the comment about the order of checked screen lockers
|
||||
* Fix description of the --enable-debug option
|
||||
* Reduce the vala compiler version check to major and minor version
|
||||
* Fix: support gcc14 -Werror=incompatible-pointer-types
|
||||
- Switch to gitcheckout via source service.
|
||||
- Pass NOCONFIGURE=1 ./autogen.sh, bootstrap build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 28 13:59:26 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
4
lxsession.obsinfo
Normal file
4
lxsession.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: lxsession
|
||||
version: 0.5.5+56
|
||||
mtime: 1729370530
|
||||
commit: c72db4f8c06c2d6be6dcb13fad838f619f51f8a7
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package lxsession
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: lxsession
|
||||
Version: 0.5.5
|
||||
Version: 0.5.5+56
|
||||
Release: 0
|
||||
Summary: LXDE Session Manager, required for running the desktop environment
|
||||
License: GPL-2.0-only
|
||||
Group: System/GUI/LXDE
|
||||
URL: http://www.lxde.org/
|
||||
Source0: https://sourceforge.net/projects/lxde/files/LXSession%20%28session%20manager%29/LXSession%200.5.x/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: dbus-1-glib-devel
|
||||
BuildRequires: docbook-utils
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
@ -51,6 +51,7 @@ use when a user logs out and to restart them the next time the user logs in.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
%configure \
|
||||
--enable-man
|
||||
%make_build
|
||||
|
Loading…
Reference in New Issue
Block a user