mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
ratpoison: add metafile support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1d16a1f744
commit
9248a8f256
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
16
packages/x11/other/ratpoison/meta
Normal file
16
packages/x11/other/ratpoison/meta
Normal file
@ -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"
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
http://mirror.lihnidos.org/GNU/savannah/ratpoison/ratpoison-1.4.5.tar.gz
|
Loading…
x
Reference in New Issue
Block a user