summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-01-26 11:47:55 +0000
committerJeroen Roovers <jer@gentoo.org>2014-01-26 11:47:55 +0000
commitd8628e52c0b7328ea81d57d3645ba65bf43bb866 (patch)
treea8590989373eab3a6524bd2f7cfb357fd7d38cc5 /x11-misc/nitrogen/files
parentStable for arm, wrt bug #498760 (diff)
downloadgentoo-2-d8628e52c0b7328ea81d57d3645ba65bf43bb866.tar.gz
gentoo-2-d8628e52c0b7328ea81d57d3645ba65bf43bb866.tar.bz2
gentoo-2-d8628e52c0b7328ea81d57d3645ba65bf43bb866.zip
Old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/nitrogen/files')
-rw-r--r--x11-misc/nitrogen/files/Makefile-as-needed.patch10
-rw-r--r--x11-misc/nitrogen/files/nitrogen-1.4-png.patch13
2 files changed, 0 insertions, 23 deletions
diff --git a/x11-misc/nitrogen/files/Makefile-as-needed.patch b/x11-misc/nitrogen/files/Makefile-as-needed.patch
deleted file mode 100644
index cbeb44b9b009..000000000000
--- a/x11-misc/nitrogen/files/Makefile-as-needed.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- nitrogen-1.4.old/src/Makefile.am 2008-05-05 21:34:15.000000000 +0200
-+++ nitrogen-1.4/src/Makefile.am 2008-12-03 20:14:34.000000000 +0100
-@@ -1,6 +1,6 @@
- bin_PROGRAMS = nitrogen
- nitrogen_SOURCES = Config.h NWindow.h main.cc md5.h SetBG.cc main.h Thumbview.cc Config.cc NWindow.cc SetBG.h md5.c ArgParser.h ArgParser.cc Thumbview.h ImageCombo.cc ImageCombo.h Inotify.cc Inotify.h Util.h Util.cc
--nitrogen_LDFLAGS = @NITROGEN_LIBS@
-+LIBS=@NITROGEN_LIBS@
- INCLUDES = @NITROGEN_CFLAGS@ \
- -DNITROGEN_DATA_DIR=\"$(pkgdatadir)\"
- man_MANS = nitrogen.1
diff --git a/x11-misc/nitrogen/files/nitrogen-1.4-png.patch b/x11-misc/nitrogen/files/nitrogen-1.4-png.patch
deleted file mode 100644
index 0fc621cb9650..000000000000
--- a/x11-misc/nitrogen/files/nitrogen-1.4-png.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-http://bugs.gentoo.org/show_bug.cgi?id=296783
-
---- src/Thumbview.cc
-+++ src/Thumbview.cc
-@@ -23,7 +23,7 @@
- #include "Thumbview.h"
- #include "md5.h"
- #include <glib/gstdio.h>
--#include <png.h>
-+#include <string.h>
- #include <sys/types.h>
- #include <sys/stat.h>
- #include <unistd.h>