From 7e0d4be218592decc1c739ff574d607a2afa89cf Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 16 Jan 2010 17:22:57 +0100 Subject: Ajout de roxterm#1.17.1-1 --- extra/roxterm/.footprint | 25 +++++++++++++++++++++++++ extra/roxterm/.md5sum | 1 + extra/roxterm/Pkgfile | 22 ++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 extra/roxterm/.footprint create mode 100644 extra/roxterm/.md5sum create mode 100644 extra/roxterm/Pkgfile (limited to 'extra/roxterm') diff --git a/extra/roxterm/.footprint b/extra/roxterm/.footprint new file mode 100644 index 000000000..077de5ac9 --- /dev/null +++ b/extra/roxterm/.footprint @@ -0,0 +1,25 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/roxterm +-rwxr-xr-x root/root usr/bin/roxterm-config +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/roxterm.desktop +drwxr-xr-x root/root usr/share/doc/ +drwxr-xr-x root/root usr/share/doc/roxterm/ +drwxr-xr-x root/root usr/share/doc/roxterm/imgs/ +-rw-r--r-- root/root usr/share/doc/roxterm/imgs/roxterm_logo.png +drwxr-xr-x root/root usr/share/icons/ +drwxr-xr-x root/root usr/share/icons/hicolor/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ +drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/roxterm.svg +drwxr-xr-x root/root usr/share/locale/ +drwxr-xr-x root/root usr/share/roxterm/ +drwxr-xr-x root/root usr/share/roxterm/Config/ +drwxr-xr-x root/root usr/share/roxterm/Config/Colours/ +-rw-r--r-- root/root usr/share/roxterm/Config/Colours/GTK +-rw-r--r-- root/root usr/share/roxterm/Config/Colours/Tango +drwxr-xr-x root/root usr/share/roxterm/Config/Shortcuts/ +-rw-r--r-- root/root usr/share/roxterm/Config/Shortcuts/Default +-rw-r--r-- root/root usr/share/roxterm/roxterm-config.glade diff --git a/extra/roxterm/.md5sum b/extra/roxterm/.md5sum new file mode 100644 index 000000000..aab161c36 --- /dev/null +++ b/extra/roxterm/.md5sum @@ -0,0 +1 @@ +e0c36f9e8ca7ae5283c1ec8ea35abed8 roxterm-1.17.1.tar.gz diff --git a/extra/roxterm/Pkgfile b/extra/roxterm/Pkgfile new file mode 100644 index 000000000..62efd62ca --- /dev/null +++ b/extra/roxterm/Pkgfile @@ -0,0 +1,22 @@ +# Description: Emulateur de terminal basé sur GTK +# URL: http://roxterm.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk, libglade, vte, dbus-glib + +name=roxterm +version=1.17.1 +release=1 +source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install + mv $PKG/usr/share/doc/roxterm/imgs/roxterm_logo.png . + rm -r $PKG/usr/share/{doc,man} + mkdir -p $PKG/usr/share/doc/roxterm/imgs/ + mv roxterm_logo.png $PKG/usr/share/doc/roxterm/imgs/ +} -- cgit v1.2.3-70-g09d2