- build with --no-copy-dt-needed-entries
* no-copy-dt-needed-entries.patch - updated to 5.34: * DPMS changed from 30 sec to 5 sec. Define -DMIN_DPMS=3 at compile-time if you would like to change it to be sooner. * life mode fix for hexagons, life forms would not map certain screen sizes * life mode: Added new neighbor 9 ship, added asym ships for neighbor 12 S356/B46, and added some new oscillators including a neighbor 6 p16. Now (mostly) use generated file from java app and life2d.xml. * life3d mode: Added new some new oscillators including a neighbor 12 p10 S456/B3. Also new puffers and gliders found. Now use generated file from java app and life3d.xml. * loop mode: made new small loops less frequent OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xlockmore?expand=0&rev=7
This commit is contained in:
parent
7c167343c4
commit
5996931def
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0e67fd292579b0da2ded37bf05c31615020d0f7d638ff7a7eb2dc5cdc900870
|
||||
size 1987212
|
3
xlockmore-5.34.tar.bz2
Normal file
3
xlockmore-5.34.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f83275b86ac2ab0a6c793a3d028040e41e42bbf924adc27b995be29e94ff4264
|
||||
size 1955203
|
14
xlockmore-no-copy-dt-needed-entries.patch
Normal file
14
xlockmore-no-copy-dt-needed-entries.patch
Normal file
@ -0,0 +1,14 @@
|
||||
Index: xlockmore-5.34/configure.in
|
||||
===================================================================
|
||||
--- xlockmore-5.34.orig/configure.in
|
||||
+++ xlockmore-5.34/configure.in
|
||||
@@ -367,6 +367,9 @@ main ()
|
||||
rm -f conf.gtktest
|
||||
])
|
||||
|
||||
+dnl audio file for --no-copy-dt-needed-entries
|
||||
+XLOCKLIBS="-laudiofile"
|
||||
+
|
||||
dnl X Window System files.
|
||||
AC_PATH_XTRA
|
||||
if test "$no_x" = yes; then
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 30 12:49:59 UTC 2011 - pgajdos@suse.com
|
||||
|
||||
- build with --no-copy-dt-needed-entries
|
||||
* no-copy-dt-needed-entries.patch
|
||||
- updated to 5.34:
|
||||
* DPMS changed from 30 sec to 5 sec. Define -DMIN_DPMS=3 at compile-time
|
||||
if you would like to change it to be sooner.
|
||||
* life mode fix for hexagons, life forms would not map certain screen sizes
|
||||
* life mode: Added new neighbor 9 ship, added asym ships for neighbor 12
|
||||
S356/B46, and added some new oscillators including a neighbor 6 p16.
|
||||
Now (mostly) use generated file from java app and life2d.xml.
|
||||
* life3d mode: Added new some new oscillators including a neighbor 12 p10
|
||||
S456/B3. Also new puffers and gliders found. Now use generated file
|
||||
from java app and life3d.xml.
|
||||
* loop mode: made new small loops less frequent
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 14 11:25:05 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@ -25,7 +25,7 @@ Group: System/X11/Utilities
|
||||
Provides: xlock
|
||||
Obsoletes: xlock
|
||||
AutoReqProv: on
|
||||
Version: 5.32
|
||||
Version: 5.34
|
||||
Release: 1
|
||||
Summary: Screen Saver and Locker for the X Window System
|
||||
Url: http://www.tux.org/~bagleyd/xlockmore.html
|
||||
@ -38,6 +38,8 @@ Patch1: %{name}-bitmaps.patch
|
||||
Patch3: xlockmore-ttf_dir.patch
|
||||
# end of X.org related patches
|
||||
Patch7: xlockmore-strict-aliasing.patch
|
||||
# feel free to improve it and please upstream it
|
||||
Patch8: xlockmore-no-copy-dt-needed-entries.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -62,6 +64,7 @@ chmod -x README docs/Revisions
|
||||
%patch1
|
||||
%patch3
|
||||
%patch7
|
||||
%patch8 -p1
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user