diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-05 21:21:37 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-05 21:21:37 +0100 |
commit | 37345c3977c00e3eb8be79090382a6f22d7ea506 (patch) | |
tree | 4f9d9c64800e81e9dbbb5ca4f54f2b01ed7ffbd1 /extra/ratpoison | |
parent | f84901f9d8bb81a94aa1d2b2c3d53ee368eaedf6 (diff) | |
parent | 8ee0d53a2be3bdd23907291fc5b689bdaec71602 (diff) | |
download | nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.tar.gz nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.tar.bz2 nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.tar.xz nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.zip |
Merge commit 'skippy/master'
Diffstat (limited to 'extra/ratpoison')
-rw-r--r-- | extra/ratpoison/.footprint | 30 | ||||
-rw-r--r-- | extra/ratpoison/.md5sum | 2 | ||||
-rw-r--r-- | extra/ratpoison/Pkgfile | 19 | ||||
-rw-r--r-- | extra/ratpoison/ratpoison.desktop | 9 |
4 files changed, 60 insertions, 0 deletions
diff --git a/extra/ratpoison/.footprint b/extra/ratpoison/.footprint new file mode 100644 index 000000000..2a9004134 --- /dev/null +++ b/extra/ratpoison/.footprint @@ -0,0 +1,30 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ratpoison +-rwxr-xr-x root/root usr/bin/rpws +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/ratpoison/ +-rw-r--r-- root/root usr/share/doc/ratpoison/AUTHORS +-rw-r--r-- root/root usr/share/doc/ratpoison/COPYING +-rw-r--r-- root/root usr/share/doc/ratpoison/ChangeLog +-rw-r--r-- root/root usr/share/doc/ratpoison/NEWS +-rw-r--r-- root/root usr/share/doc/ratpoison/README +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/dir.gz +-rw-r--r-- root/root usr/share/info/ratpoison.info.gz +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ratpoison.1.gz +drwxr-xr-x root/root usr/share/ratpoison/ +-rw-r--r-- root/root usr/share/ratpoison/allwindows.sh +-rw-r--r-- root/root usr/share/ratpoison/clickframe.pl +-rw-r--r-- root/root usr/share/ratpoison/genrpbindings +-rw-r--r-- root/root usr/share/ratpoison/ratpoison.el +-rw-r--r-- root/root usr/share/ratpoison/rpshowall.sh +-rw-r--r-- root/root usr/share/ratpoison/rpws +-rw-r--r-- root/root usr/share/ratpoison/sloppy.c +-rw-r--r-- root/root usr/share/ratpoison/split.sh +-rw-r--r-- root/root usr/share/ratpoison/unrat.c +drwxr-xr-x root/root usr/share/xsessions/ +-rw-r--r-- root/root usr/share/xsessions/ratpoison.desktop diff --git a/extra/ratpoison/.md5sum b/extra/ratpoison/.md5sum new file mode 100644 index 000000000..b4c2a37dd --- /dev/null +++ b/extra/ratpoison/.md5sum @@ -0,0 +1,2 @@ +330a08dbed6be88cab54f6947e9f0b60 ratpoison-1.4.5.tar.gz +2bc21c6096fcbe07c2eb611a2e4ddfd3 ratpoison.desktop diff --git a/extra/ratpoison/Pkgfile b/extra/ratpoison/Pkgfile new file mode 100644 index 000000000..f5c3e1338 --- /dev/null +++ b/extra/ratpoison/Pkgfile @@ -0,0 +1,19 @@ +# Description: Gestionaire de fenètres en mode cadres +# URL: http://www.nongnu.org/ratpoison +# Maintainer: NuTyX core team +# Packager: Skippythekangoo AT yahoo DOT fr +# Depends on: urxvt +name=ratpoison +version=1.4.5 +release=1 +source=(http://download.savannah.nongnu.org/releases/ratpoison/$name-$version.tar.gz \ + ratpoison.desktop) +build() { +cd $name-$version + ./configure --prefix=/usr --with-xterm=urxvt + make CFLAGS="$CFLAGS -DHAVE_GETLINE" + make DESTDIR=$PKG install + + install -D -m644 $SRC/ratpoison.desktop $PKG/usr/share/xsessions/ratpoison.desktop +} + diff --git a/extra/ratpoison/ratpoison.desktop b/extra/ratpoison/ratpoison.desktop new file mode 100644 index 000000000..0db68c309 --- /dev/null +++ b/extra/ratpoison/ratpoison.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +# The names/descriptions should really be better +Name=Ratpoison +Name[fr]=Ratpoison +Comment[fr]=Sélectionner cette session pour utiliser RatPoison comme environement graphique +Exec=ratpoison +Icon= +Type=Application |