Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e4c354646 |
4 changed files with 8 additions and 3 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
wmx-defaults-1.tar.gz
|
||||
wmx-7.tar.gz
|
||||
/wmx-7.tar.gz
|
||||
/wmx-defaults-1.tar.gz
|
||||
|
|
|
|||
0
Xclients.wmx.sh
Executable file → Normal file
0
Xclients.wmx.sh
Executable file → Normal file
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
a5f221d36884276cbf331414d4f2a761 wmx-defaults-1.tar.gz
|
||||
e8eda438f5dda09d11ba7de1dcf9e501 wmx-7.tar.gz
|
||||
a5f221d36884276cbf331414d4f2a761 wmx-defaults-1.tar.gz
|
||||
|
|
|
|||
7
wmx.spec
7
wmx.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: wmx
|
||||
Version: 7
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: A really simple window manager for X
|
||||
License: BSD
|
||||
Group: User Interface/X
|
||||
|
|
@ -28,7 +28,7 @@ configurable options.
|
|||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11
|
||||
%configure --x-libraries=%{_libdir} --x-includes=%{_includedir}/X11 LIBS=-lfontconfig
|
||||
%{__make} %{?_smp_mflags}
|
||||
%{__cc} -o xnodecor %{SOURCE5} -Werror -lX11
|
||||
|
||||
|
|
@ -54,6 +54,9 @@ configurable options.
|
|||
%{_sysconfdir}/X11/xinit/Xclients.d/*
|
||||
|
||||
%changelog
|
||||
* Tue Dec 07 2010 Gabriel Somlo <somlo@cmu.edu> 7-7
|
||||
- explicitly link against libfontconfig (BZ 660741)
|
||||
|
||||
* Mon Mar 01 2010 Gabriel Somlo <somlo@cmu.edu> 7-6
|
||||
- fixed directory ownership (BZ 569408)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue