diff options
Diffstat (limited to 'x11/kdebase4-runtime/files')
4 files changed, 0 insertions, 71 deletions
diff --git a/x11/kdebase4-runtime/files/keramik-patch-kwin-Makefile.am b/x11/kdebase4-runtime/files/keramik-patch-kwin-Makefile.am deleted file mode 100644 index 7a14cf7edc7c..000000000000 --- a/x11/kdebase4-runtime/files/keramik-patch-kwin-Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ ---- kwin/Makefile.am.orig Fri Mar 8 15:49:39 2002 -+++ kwin/Makefile.am Sun Oct 6 16:33:31 2002 -@@ -8,14 +8,15 @@ - # workspace.cpp has to be first in order not to break --enable-final - kwin_la_SOURCES = workspace.cpp atoms.cpp client.cpp main.cpp \ - tabbox.cpp options.cpp plugins.cpp events.cpp KWinInterface.skel \ -- killwindow.cpp kwinbutton.cpp -+ killwindow.cpp kwinbutton.cpp placement.cpp popupinfo.cpp - kwin_la_LIBADD = $(LIB_KDEUI) $(LIBXINERAMA) - kwin_la_LDFLAGS = $(all_libraries) -module -avoid-version - - include_HEADERS = KWinInterface.h - - kwinincludedir = $(includedir)/kwin --kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h -+kwininclude_HEADERS = options.h client.h workspace.h kwinbutton.h \ -+ placement.h popupinfo.h - - kwin_SOURCES = kwin_main.cpp - kwin_LDADD = kwin.la diff --git a/x11/kdebase4-runtime/files/keramik-patch-kwin-client.h b/x11/kdebase4-runtime/files/keramik-patch-kwin-client.h deleted file mode 100644 index bf09b2f0355a..000000000000 --- a/x11/kdebase4-runtime/files/keramik-patch-kwin-client.h +++ /dev/null @@ -1,27 +0,0 @@ ---- kwin/client.h.orig Sun Oct 6 16:00:30 2002 -+++ kwin/client.h Sun Oct 6 14:49:21 2002 -@@ -161,6 +161,7 @@ - bool isTool() const; // KDE4 remove me - bool isToolbar() const; - bool isTopMenu() const; -+ bool isMenu() const; // compat. for KDE 3.0.x <alane@freebsd.org> - bool isNormalWindow() const; // normal as in 'NET::Normal or NET::Unknown non-transient' - bool isDialog() const; - -@@ -505,6 +506,16 @@ - { - return cmap; - } -+ -+/* -+ compat. for 3.0.x <alane@freebsd.org> -+*/ -+ -+inline bool Client::isMenu() const -+{ -+ return isTopMenu(); -+} -+ - - class NoBorderClient : public Client - { diff --git a/x11/kdebase4-runtime/files/keramik-patch-kwin-clients-Makefile.am b/x11/kdebase4-runtime/files/keramik-patch-kwin-clients-Makefile.am deleted file mode 100644 index d63afd653f14..000000000000 --- a/x11/kdebase4-runtime/files/keramik-patch-kwin-clients-Makefile.am +++ /dev/null @@ -1,6 +0,0 @@ ---- kwin/clients/Makefile.am.orig Sat Jan 26 11:06:53 2002 -+++ kwin/clients/Makefile.am Mon Oct 7 03:51:41 2002 -@@ -1,2 +1,2 @@ - SUBDIRS = default kde1 riscos redmond quartz icewm web b2 \ -- modernsystem laptop system kwmtheme kstep -+ modernsystem laptop system kwmtheme kstep keramik diff --git a/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c b/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c deleted file mode 100644 index 33eaede03c2d..000000000000 --- a/x11/kdebase4-runtime/files/patch-ksysguard-ksysguardd-FBSD-netdev.c +++ /dev/null @@ -1,18 +0,0 @@ ---- ksysguard/ksysguardd/FreeBSD/netdev.c.orig Fri Oct 11 18:06:41 2002 -+++ ksysguard/ksysguardd/FreeBSD/netdev.c Fri Oct 11 18:06:58 2002 -@@ -20,6 +20,7 @@ - */ - - #include <fcntl.h> -+#include <sys/types.h> - #include <sys/socket.h> - #include <net/if.h> - #include <net/if_mib.h> -@@ -27,7 +28,6 @@ - #include <string.h> - #include <sys/sysctl.h> - #include <sys/time.h> --#include <sys/types.h> - #include <unistd.h> - - |