summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-16 17:22:57 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-16 17:22:57 +0100
commit7e0d4be218592decc1c739ff574d607a2afa89cf (patch)
treeb7857755217a5f958116fdd99f365722d054bc91 /extra
parent9a3c57f7ad6764e2857ec9b514863d42537ff7d0 (diff)
downloadnutyx-pakxe-7e0d4be218592decc1c739ff574d607a2afa89cf.tar.gz
nutyx-pakxe-7e0d4be218592decc1c739ff574d607a2afa89cf.tar.bz2
nutyx-pakxe-7e0d4be218592decc1c739ff574d607a2afa89cf.tar.xz
nutyx-pakxe-7e0d4be218592decc1c739ff574d607a2afa89cf.zip
Ajout de roxterm#1.17.1-1
Diffstat (limited to 'extra')
-rw-r--r--extra/roxterm/.footprint25
-rw-r--r--extra/roxterm/.md5sum1
-rw-r--r--extra/roxterm/Pkgfile22
3 files changed, 48 insertions, 0 deletions
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/
+}