summaryrefslogtreecommitdiff
path: root/lxde-base/lxpanel/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2015-07-26 20:03:02 +0100
committerV3n3RiX <venerix@rogentos.ro>2015-07-26 20:03:02 +0100
commitcb8362f4350c5af93bcf183f44f2eaa1da2353da (patch)
treeaf6ea51c878726ec50fa87aedd2c9bdddcf3ca48 /lxde-base/lxpanel/files
parentcc8ebada17eb365c21625b4c64b04115c0580fde (diff)
more cleanup
Diffstat (limited to 'lxde-base/lxpanel/files')
-rw-r--r--lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch13
-rw-r--r--lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch29
-rw-r--r--lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch25
-rw-r--r--lxde-base/lxpanel/files/start-here.pngbin12493 -> 0 bytes
4 files changed, 0 insertions, 67 deletions
diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch b/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch
deleted file mode 100644
index 29fb81a3..00000000
--- a/lxde-base/lxpanel/files/lxpanel-0.5.9-libwnck-check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: lxpanel-0.5.9/configure.ac
-===================================================================
---- lxpanel-0.5.9.orig/configure.ac
-+++ lxpanel-0.5.9/configure.ac
-@@ -79,7 +79,7 @@ PKG_CHECK_MODULES(X11, [$pkg_modules])
- AC_SUBST(X11_LIBS)
-
- pkg_modules="libwnck-1.0"
--PKG_CHECK_MODULES(WNCK, [$pkg_modules])
-+PKG_CHECK_MODULES(WNCK, [$pkg_modules], [:], [:])
- AC_SUBST(WNCK_CFLAGS)
- AC_SUBST(WNCK_LIBS)
-
diff --git a/lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch b/lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch
deleted file mode 100644
index 0f40c185..00000000
--- a/lxde-base/lxpanel/files/lxpanel-0.5.9-sandbox.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Index: lxpanel-0.5.9/src/plugins/Makefile.am
-===================================================================
---- lxpanel-0.5.9.orig/src/plugins/Makefile.am
-+++ lxpanel-0.5.9/src/plugins/Makefile.am
-@@ -49,6 +49,3 @@ EXTRA_DIST = \
- icon.xpm
-
- install-exec-hook:
-- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.la
-- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.a
-- rm -f $(DESTDIR)$(libdir)/lxpanel/plugins/*.
-Index: lxpanel-0.5.9/src/plugins/netstat/Makefile.am
-===================================================================
---- lxpanel-0.5.9.orig/src/plugins/netstat/Makefile.am
-+++ lxpanel-0.5.9/src/plugins/netstat/Makefile.am
-@@ -33,4 +33,3 @@ netstat_la_LDFLAGS = \
- @LXPANEL_MODULE@
-
- install-exec-hook:
-- rm -f "$(moduledir)\*.la" *.a
-Index: lxpanel-0.5.9/src/plugins/netstatus/Makefile.am
-===================================================================
---- lxpanel-0.5.9.orig/src/plugins/netstatus/Makefile.am
-+++ lxpanel-0.5.9/src/plugins/netstatus/Makefile.am
-@@ -34,4 +34,3 @@ netstatus_la_LDFLAGS = \
- $(LXPANEL_MODULE)
-
- install-exec-hook:
-- rm -f "$(moduledir)\*.la" *.a
diff --git a/lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch b/lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch
deleted file mode 100644
index f6325b6f..00000000
--- a/lxde-base/lxpanel/files/lxpanel-0.7.0-right-click-fix.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From d4943c80cded6325284be8b58003fe63dd6e8255 Mon Sep 17 00:00:00 2001
-From: Raimar <no@email.de>
-Date: Thu, 21 Aug 2014 23:21:28 +0200
-Subject: [PATCH 1/1] fix crash after click on empty part of panel
-
----
- src/panel.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/panel.c b/src/panel.c
-index 6b2ede6..87903d8 100644
---- a/src/panel.c
-+++ b/src/panel.c
-@@ -233,7 +233,7 @@ static gboolean lxpanel_button_press(GtkWidget *widget, GdkEventButton *event)
- gtk_menu_popup(popup, NULL, NULL, NULL, NULL, event->button, event->time);
- return TRUE;
- }
-- return GTK_WIDGET_CLASS(lxpanel_parent_class)->button_press_event(widget, event);
-+ return FALSE;
- }
-
- static void lxpanel_class_init(PanelToplevelClass *klass)
---
-1.7.10.4
-
diff --git a/lxde-base/lxpanel/files/start-here.png b/lxde-base/lxpanel/files/start-here.png
deleted file mode 100644
index 0a7a28ab..00000000
--- a/lxde-base/lxpanel/files/start-here.png
+++ /dev/null
Binary files differ