summaryrefslogtreecommitdiff
path: root/games-misc/lucidlife/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-misc/lucidlife/files
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-misc/lucidlife/files')
-rw-r--r--games-misc/lucidlife/files/lucidlife-0.9.2-gnome-vfs.patch70
-rw-r--r--games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch11
2 files changed, 0 insertions, 81 deletions
diff --git a/games-misc/lucidlife/files/lucidlife-0.9.2-gnome-vfs.patch b/games-misc/lucidlife/files/lucidlife-0.9.2-gnome-vfs.patch
deleted file mode 100644
index 49918b62146a..000000000000
--- a/games-misc/lucidlife/files/lucidlife-0.9.2-gnome-vfs.patch
+++ /dev/null
@@ -1,70 +0,0 @@
---- lucidlife-0.9.2/configure.ac
-+++ lucidlife-0.9.2/configure.ac
-@@ -23,7 +23,7 @@
- AC_SUBST(CFLAGS)
- AC_SUBST(LDFLAGS)
-
--GNOME_MODULES="[gtk+-2.0 >= 2.6.0 gnome-vfs-2.0 >= 2.0.0]"
-+GNOME_MODULES="[gtk+-2.0 >= 2.6.0]"
- PKG_CHECK_MODULES(GNOME, $GNOME_MODULES)
- AC_SUBST(GNOME_CFLAGS)
- AC_SUBST(GNOME_LIBS)
---- lucidlife-0.9.2/src/lucidlife.c
-+++ lucidlife-0.9.2/src/lucidlife.c
-@@ -35,8 +35,6 @@
-
- #include <gtk/gtk.h>
- #include <glib.h>
--#include <libgnomevfs/gnome-vfs-init.h>
--#include <libgnomevfs/gnome-vfs-utils.h>
-
- #include <libintl.h>
- #define _(String) gettext (String)
-@@ -418,7 +416,6 @@
- state_from_config();
- load_recent_files_list();
-
-- gnome_vfs_init();
- gtk_init(&argc, &argv);
- init_gui();
-
-@@ -445,8 +442,6 @@
-
- main_loop();
-
-- gnome_vfs_shutdown();
--
- return 0;
- }
-
-@@ -1635,7 +1630,7 @@
-
- void activate_url(GtkAboutDialog *about, const gchar *url, gpointer data)
- {
-- gnome_vfs_url_show (url);
-+ gtk_show_uri (NULL, url, GDK_CURRENT_TIME, NULL );
- }
-
- /*** Bound Function Helpers ***/
-@@ -1859,7 +1856,7 @@
- char* url;
-
- url = dsprintf("file://%s/%s", DOCDIR, filename);
-- gnome_vfs_url_show(url);
-+ gtk_show_uri (NULL, url, GDK_CURRENT_TIME, NULL );
- free(url);
- }
-
---- lucidlife-0.9.2/lucidlife.desktop.in
-+++ lucidlife-0.9.2/lucidlife.desktop.in
-@@ -2,8 +2,7 @@
- Name=LucidLife
- Comment=A user-friendly version of Conway's game of life
- Exec=lucidlife
--Icon=lucidlife.png
-+Icon=lucidlife
- Terminal=false
- Type=Application
--Categories=GNOME;Application;Game;
--Encoding=UTF-8
-+Categories=GNOME;GTK;Game;
diff --git a/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch b/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch
deleted file mode 100644
index 77bd7092b812..000000000000
--- a/games-misc/lucidlife/files/lucidlife-0.9.2-underlink.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.am 2011-06-17 17:31:54.078600741 +0200
-+++ b/src/Makefile.am 2011-06-17 17:32:05.491299944 +0200
-@@ -2,7 +2,7 @@
- -DDATADIR=\""$(datadir)/lucidlife"\" \
- -DDOCDIR=\""$(datadir)/doc/lucidlife"\"
-
--LIBS = $(GNOME_LIBS)
-+LIBS = $(GNOME_LIBS) -lX11
-
- bin_PROGRAMS = lucidlife
-