summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-15 13:01:26 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-15 13:01:26 +0100
commit49d580527f599f70153ab704c845b70da66d70ba (patch)
tree39abd2263d23090bbe6c4e94135160faaee0a1f6 /extra
parent04c93f1abf0fb106327b5fd853e0c12efa91df5e (diff)
downloadnutyx-extra-49d580527f599f70153ab704c845b70da66d70ba.tar.gz
nutyx-extra-49d580527f599f70153ab704c845b70da66d70ba.tar.bz2
nutyx-extra-49d580527f599f70153ab704c845b70da66d70ba.tar.xz
nutyx-extra-49d580527f599f70153ab704c845b70da66d70ba.zip
Ajout de ratpoison#1.4.5-1
Diffstat (limited to 'extra')
-rw-r--r--extra/ratpoison/.footprint30
-rw-r--r--extra/ratpoison/.md5sum2
-rw-r--r--extra/ratpoison/Pkgfile19
-rw-r--r--extra/ratpoison/ratpoison.desktop9
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