From 9248a8f256a1351feca92c3e1ec92c6a71335e7c Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 24 Jul 2010 10:52:52 +0200 Subject: [PATCH] ratpoison: add metafile support Signed-off-by: Stephan Raue --- packages/x11/other/ratpoison/build | 8 -------- packages/x11/other/ratpoison/install | 8 -------- packages/x11/other/ratpoison/meta | 16 ++++++++++++++++ packages/x11/other/ratpoison/url | 1 - 4 files changed, 16 insertions(+), 17 deletions(-) create mode 100644 packages/x11/other/ratpoison/meta delete mode 100644 packages/x11/other/ratpoison/url diff --git a/packages/x11/other/ratpoison/build b/packages/x11/other/ratpoison/build index fce9f19f72..97d695cbc0 100755 --- a/packages/x11/other/ratpoison/build +++ b/packages/x11/other/ratpoison/build @@ -2,14 +2,6 @@ . config/options $1 -$SCRIPTS/build toolchain -$SCRIPTS/build libXft -$SCRIPTS/build libICE -$SCRIPTS/build libX11 -$SCRIPTS/build libXext -$SCRIPTS/build libXtst -$SCRIPTS/build libXinerama - LDFLAGS="$LDFLAGS -fwhole-program" cd $PKG_BUILD diff --git a/packages/x11/other/ratpoison/install b/packages/x11/other/ratpoison/install index 3f08494468..813d43e89c 100755 --- a/packages/x11/other/ratpoison/install +++ b/packages/x11/other/ratpoison/install @@ -2,14 +2,6 @@ . config/options $1 -$SCRIPTS/install libXft -$SCRIPTS/install libICE -$SCRIPTS/install libX11 -$SCRIPTS/install libXext -$SCRIPTS/install libXtst -$SCRIPTS/install libXinerama -$SCRIPTS/install liberation-fonts-ttf - mkdir -p $INSTALL/usr/bin cp $PKG_BUILD/src/ratpoison $INSTALL/usr/bin diff --git a/packages/x11/other/ratpoison/meta b/packages/x11/other/ratpoison/meta new file mode 100644 index 0000000000..558a75d092 --- /dev/null +++ b/packages/x11/other/ratpoison/meta @@ -0,0 +1,16 @@ +PKG_NAME="ratpoison" +PKG_VERSION="1.4.5" +PKG_REV="1" +PKG_ARCH="any" +PKG_LICENSE="GPL" +PKG_SITE="http://www.nongnu.org/ratpoison" +PKG_URL="http://mirror.lihnidos.org/GNU/savannah/ratpoison/$PKG_NAME-$PKG_VERSION.tar.gz" +PKG_DEPENDS="libXft libICE libX11 libXext libXtst libXinerama liberation-fonts-ttf" +PKG_BUILD_DEPENDS="toolchain libXft libICE libX11 libXext libXtst libXinerama" +PKG_PRIORITY="optional" +PKG_SECTION="x11/other" +PKG_SHORTDESC="ratpoison: A window manager that lets you say good-bye to the rodent" +PKG_LONGDESC="Ratpoison is a simple window manager with no large library dependencies, no fancy graphics, no window decorations, and no rodent dependence. It is largely modeled after GNU Screen, which has done wonders in the virtual terminal market. All interaction with the window manager is done through keystrokes. Ratpoison has a prefix map to minimize the key clobbering that cripples EMACS and other quality pieces of software. All windows are maximized and kept maximized to avoid wasting precious screen space." +PKG_IS_ADDON="no" + + diff --git a/packages/x11/other/ratpoison/url b/packages/x11/other/ratpoison/url deleted file mode 100644 index 2d585357f6..0000000000 --- a/packages/x11/other/ratpoison/url +++ /dev/null @@ -1 +0,0 @@ -http://mirror.lihnidos.org/GNU/savannah/ratpoison/ratpoison-1.4.5.tar.gz \ No newline at end of file