[sxiv] Sources and patches

Petr Šabata psabata at fedoraproject.org
Thu Jul 17 10:55:04 UTC 2014


commit 60ab943017491c51c3fdf103db56554493ca44aa
Author: Petr Šabata <contyk at redhat.com>
Date:   Thu Jul 17 12:55:26 2014 +0200

    Sources and patches

 .gitignore                |    1 +
 sources                   |    2 +-
 sxiv-1.1-image-info.patch |   26 --------------------------
 sxiv-1.1-optflags.patch   |   13 -------------
 sxiv-1.2-optflags.patch   |   16 ++++++++++++++++
 5 files changed, 18 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fce3204..42dc764 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /sxiv-1.0.tar.gz
 /v1.1.tar.gz
 /v1.1.1.tar.gz
+/v1.2.tar.gz
diff --git a/sources b/sources
index 6f74003..f394b27 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-786f647326bdb24b672519924928dfca  v1.1.1.tar.gz
+9b79d3c70693d9abbc66295cf6f281a0  v1.2.tar.gz
diff --git a/sxiv-1.2-optflags.patch b/sxiv-1.2-optflags.patch
new file mode 100644
index 0000000..f34968a
--- /dev/null
+++ b/sxiv-1.2-optflags.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile b/Makefile
+index 2e6d53b..98ee172 100644
+--- a/Makefile
++++ b/Makefile
+@@ -4,9 +4,9 @@ PREFIX    = /usr/local
+ MANPREFIX = $(PREFIX)/share/man
+ 
+ CC       = gcc
+-CFLAGS   = -std=c99 -Wall -pedantic -O2
++CFLAGS  += -std=c99 -Wall -pedantic -O2
+ CPPFLAGS = -I$(PREFIX)/include -D_XOPEN_SOURCE=500 -DHAVE_GIFLIB
+-LDFLAGS  = -L$(PREFIX)/lib
++LDFLAGS += -L$(PREFIX)/lib
+ LIBS     = -lX11 -lImlib2 -lgif
+ 
+ SRC = commands.c exif.c image.c main.c options.c thumbs.c util.c window.c


More information about the scm-commits mailing list