From c536f09e998711d8454a2419485c8f9631bda676 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 14 Apr 2010 17:11:51 +0200 Subject: [PATCH] ratpoison: - remove package ratpoison --- packages/x11/other/ratpoison/build | 24 ------------- packages/x11/other/ratpoison/install | 15 -------- .../patches/ratpoison-1.4.5-getline.diff | 12 ------- .../ratpoison-1.4.5-staticgravity.diff | 35 ------------------- .../other/ratpoison/profile.d/ratpoison.conf | 10 ------ packages/x11/other/ratpoison/url | 1 - 6 files changed, 97 deletions(-) delete mode 100755 packages/x11/other/ratpoison/build delete mode 100755 packages/x11/other/ratpoison/install delete mode 100644 packages/x11/other/ratpoison/patches/ratpoison-1.4.5-getline.diff delete mode 100644 packages/x11/other/ratpoison/patches/ratpoison-1.4.5-staticgravity.diff delete mode 100644 packages/x11/other/ratpoison/profile.d/ratpoison.conf delete mode 100644 packages/x11/other/ratpoison/url diff --git a/packages/x11/other/ratpoison/build b/packages/x11/other/ratpoison/build deleted file mode 100755 index b8a45785af..0000000000 --- a/packages/x11/other/ratpoison/build +++ /dev/null @@ -1,24 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/build toolchain -$SCRIPTS/build libX11 -$SCRIPTS/build libXft - -cd $PKG_BUILD -autoreconf -./configure --host=$TARGET_NAME \ - --build=$HOST_NAME \ - --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static \ - --enable-shared \ - --disable-debug \ - --disable-history \ - --with-xterm=rxvt \ - --with-xft \ - --with-x - -make - diff --git a/packages/x11/other/ratpoison/install b/packages/x11/other/ratpoison/install deleted file mode 100755 index f74fd215eb..0000000000 --- a/packages/x11/other/ratpoison/install +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh - -. config/options - -$SCRIPTS/install libX11 -$SCRIPTS/install libXft -$SCRIPTS/install liberation-fonts - -PKG_DIR=`find $PACKAGES -type d -name $1` - -mkdir -p $INSTALL/usr/bin - cp -PR $PKG_BUILD/src/$1 $INSTALL/usr/bin - -# other usefull packages -$SCRIPTS/install xwd \ No newline at end of file diff --git a/packages/x11/other/ratpoison/patches/ratpoison-1.4.5-getline.diff b/packages/x11/other/ratpoison/patches/ratpoison-1.4.5-getline.diff deleted file mode 100644 index 95fcab638d..0000000000 --- a/packages/x11/other/ratpoison/patches/ratpoison-1.4.5-getline.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -Naur ratpoison-1.4.5-old/configure.in ratpoison-1.4.5-new/configure.in ---- ratpoison-1.4.5-old/configure.in 2009-07-12 14:01:04.000000000 -0700 -+++ ratpoison-1.4.5-new/configure.in 2009-07-14 19:56:24.000000000 -0700 -@@ -146,7 +146,7 @@ - dnl Checks for typedefs, structures, and compiler characteristics. - - dnl Checks for library functions. --AC_CHECK_FUNCS(getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep) -+AC_CHECK_FUNCS(getline getopt getopt_long setsid setpgid setpgrp putenv vsnprintf usleep) - - AC_TYPE_SIGNAL - diff --git a/packages/x11/other/ratpoison/patches/ratpoison-1.4.5-staticgravity.diff b/packages/x11/other/ratpoison/patches/ratpoison-1.4.5-staticgravity.diff deleted file mode 100644 index 642fe0e262..0000000000 --- a/packages/x11/other/ratpoison/patches/ratpoison-1.4.5-staticgravity.diff +++ /dev/null @@ -1,35 +0,0 @@ -diff -Naur ratpoison-1.4.5-old/src/actions.c ratpoison-1.4.5-new/src/actions.c ---- ratpoison-1.4.5-old/src/actions.c 2009-07-14 19:56:16.000000000 -0700 -+++ ratpoison-1.4.5-new/src/actions.c 2009-07-14 19:56:56.000000000 -0700 -@@ -1882,6 +1882,8 @@ - { - int ret = -1; - -+ if (!strcasecmp (data, "static") || !strcasecmp (data, "static") || !strcmp (data, "10")) -+ ret = StaticGravity; - if (!strcasecmp (data, "northwest") || !strcasecmp (data, "nw") || !strcmp (data, "7")) - ret = NorthWestGravity; - if (!strcasecmp (data, "north") || !strcasecmp (data, "n") || !strcmp (data, "8")) -diff -Naur ratpoison-1.4.5-old/src/manage.c ratpoison-1.4.5-new/src/manage.c ---- ratpoison-1.4.5-old/src/manage.c 2009-07-14 19:56:16.000000000 -0700 -+++ ratpoison-1.4.5-new/src/manage.c 2009-07-14 19:56:56.000000000 -0700 -@@ -541,6 +541,9 @@ - case SouthEastGravity: - win->x = frame->x + frame->width - win->width - win->border; - break; -+ case StaticGravity: -+ win->x = frame->x + win->x; -+ break; - } - - /* Y coord. */ -@@ -561,6 +564,9 @@ - case SouthWestGravity: - win->y = frame->y + frame->height - win->height - win->border; - break; -+ case StaticGravity: -+ win->y = frame->y + win->y; -+ break; - } - } - diff --git a/packages/x11/other/ratpoison/profile.d/ratpoison.conf b/packages/x11/other/ratpoison/profile.d/ratpoison.conf deleted file mode 100644 index 51ecaa05a9..0000000000 --- a/packages/x11/other/ratpoison/profile.d/ratpoison.conf +++ /dev/null @@ -1,10 +0,0 @@ -################################################################################ -# Windowmanager environment variables. -# -# This file contains non-OpenELEC evironment variables as well as OpenELEC -# evironment variables that are not user defined. -################################################################################ - -WINDOWMANAGER="ratpoison" - -export WINDOWMANAGER \ No newline at end of file diff --git a/packages/x11/other/ratpoison/url b/packages/x11/other/ratpoison/url deleted file mode 100644 index 4b787fa3ef..0000000000 --- a/packages/x11/other/ratpoison/url +++ /dev/null @@ -1 +0,0 @@ -http://download.savannah.nongnu.org/releases/ratpoison/ratpoison-1.4.5.tar.gz \ No newline at end of file