[dmenu] 4.3 sources update

Petr Sabata psabata at fedoraproject.org
Thu May 19 07:29:01 UTC 2011


commit 4f59e0231f103aebc3712dfe4674664acdc886e9
Author: Petr Sabata <psabata at redhat.com>
Date:   Thu May 19 09:29:03 2011 +0200

    4.3 sources update

 .gitignore           |    1 +
 dmenu-4.3-make.patch |   15 +++++++++++++++
 dmenu-4.3.tar.gz     |  Bin 8900 -> 0 bytes
 sources              |    2 +-
 4 files changed, 17 insertions(+), 1 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ac265bb..72035b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 dmenu-4.1.1.tar.gz
 /dmenu-4.2.1.tar.gz
+/dmenu-4.3.tar.gz
diff --git a/dmenu-4.3-make.patch b/dmenu-4.3-make.patch
new file mode 100644
index 0000000..bf8ebd9
--- /dev/null
+++ b/dmenu-4.3-make.patch
@@ -0,0 +1,15 @@
+diff --git a/config.mk b/config.mk
+index 03f1670..42e60d8 100644
+--- a/config.mk
++++ b/config.mk
+@@ -18,8 +18,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS}
+ 
+ # flags
+ CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
+-CFLAGS   = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+-LDFLAGS  = -s ${LIBS}
++CFLAGS   = -std=c99 -pedantic -Wall -Os ${RPM_OPT_FLAGS} ${INCS} ${CPPFLAGS}
++LDFLAGS  = ${LIBS}
+ 
+ # compiler and linker
+ CC = cc
diff --git a/sources b/sources
index c9a8ce1..bdb8eb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c95f974fa0c723f46838d0d5fbf5aca  dmenu-4.2.1.tar.gz
+9c69d58e595ec7622109d59508420386  dmenu-4.3.tar.gz


More information about the scm-commits mailing list