From 3f57a7f93b3e7550cbd73036f6a56654e17d1d5c Mon Sep 17 00:00:00 2001 From: tnut Date: Sun, 8 Jan 2012 12:15:45 +0100 Subject: split de git pakxe et NuTyX-extra --- roxterm/.footprint.i686 | 20 ++++++++++++++++++++ roxterm/.footprint.x86_64 | 20 ++++++++++++++++++++ roxterm/.md5sum.i686 | 1 + roxterm/.md5sum.x86_64 | 1 + roxterm/Pkgfile | 21 +++++++++++++++++++++ 5 files changed, 63 insertions(+) create mode 100644 roxterm/.footprint.i686 create mode 100644 roxterm/.footprint.x86_64 create mode 100644 roxterm/.md5sum.i686 create mode 100644 roxterm/.md5sum.x86_64 create mode 100644 roxterm/Pkgfile (limited to 'roxterm') diff --git a/roxterm/.footprint.i686 b/roxterm/.footprint.i686 new file mode 100644 index 000000000..628397409 --- /dev/null +++ b/roxterm/.footprint.i686 @@ -0,0 +1,20 @@ +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/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/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/roxterm/.footprint.x86_64 b/roxterm/.footprint.x86_64 new file mode 100644 index 000000000..628397409 --- /dev/null +++ b/roxterm/.footprint.x86_64 @@ -0,0 +1,20 @@ +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/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/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/roxterm/.md5sum.i686 b/roxterm/.md5sum.i686 new file mode 100644 index 000000000..a18dc2584 --- /dev/null +++ b/roxterm/.md5sum.i686 @@ -0,0 +1 @@ +a3ac0c34ce5ae82063ff4b4b518e07c1 roxterm-1.21.4.tar.gz diff --git a/roxterm/.md5sum.x86_64 b/roxterm/.md5sum.x86_64 new file mode 100644 index 000000000..a18dc2584 --- /dev/null +++ b/roxterm/.md5sum.x86_64 @@ -0,0 +1 @@ +a3ac0c34ce5ae82063ff4b4b518e07c1 roxterm-1.21.4.tar.gz diff --git a/roxterm/Pkgfile b/roxterm/Pkgfile new file mode 100644 index 000000000..ca4e5b1ed --- /dev/null +++ b/roxterm/Pkgfile @@ -0,0 +1,21 @@ +# 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 +# Run on: gtk,libglade,vte,dbus-glib + +name=roxterm +version=1.21.4 +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 + rm -r $PKG/usr/share/{doc,man,locale} +} + -- cgit v1.2.3-54-g00ecf