summaryrefslogtreecommitdiffstats
path: root/qterminal
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-06-05 01:11:50 +0200
committerpiernov <piernov@piernov.org>2012-06-17 18:17:49 +0200
commit5e1a331e0de23bdf467b5558254343d46accbc5d (patch)
tree5b227d85b43bc074196504573a3a00df3ea7fdf6 /qterminal
parent830e30c63801a84d9391731301b6de6403ef4c42 (diff)
downloadnutyx-extra-5e1a331e0de23bdf467b5558254343d46accbc5d.tar.gz
nutyx-extra-5e1a331e0de23bdf467b5558254343d46accbc5d.tar.bz2
nutyx-extra-5e1a331e0de23bdf467b5558254343d46accbc5d.tar.xz
nutyx-extra-5e1a331e0de23bdf467b5558254343d46accbc5d.zip
qterminal, nouveau port
(cherry picked from commit 4dea990391562b66b5cade54cc086dc890a256f7)
Diffstat (limited to 'qterminal')
-rw-r--r--qterminal/.footprint.i68612
-rw-r--r--qterminal/.footprint.x86_6412
-rw-r--r--qterminal/.md5sum.i6860
-rw-r--r--qterminal/.md5sum.x86_640
-rw-r--r--qterminal/Pkgfile22
5 files changed, 46 insertions, 0 deletions
diff --git a/qterminal/.footprint.i686 b/qterminal/.footprint.i686
new file mode 100644
index 000000000..5e84cc011
--- /dev/null
+++ b/qterminal/.footprint.i686
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/qterminal
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/qterminal.desktop
+-rw-r--r-- root/root usr/share/applications/qterminal_drop.desktop
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/qterminal.png
+drwxr-xr-x root/root usr/share/qterminal/
+drwxr-xr-x root/root usr/share/qterminal/translations/
+-rw-r--r-- root/root usr/share/qterminal/translations/qterminal_cs.qm
diff --git a/qterminal/.footprint.x86_64 b/qterminal/.footprint.x86_64
new file mode 100644
index 000000000..5e84cc011
--- /dev/null
+++ b/qterminal/.footprint.x86_64
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/qterminal
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/qterminal.desktop
+-rw-r--r-- root/root usr/share/applications/qterminal_drop.desktop
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/qterminal.png
+drwxr-xr-x root/root usr/share/qterminal/
+drwxr-xr-x root/root usr/share/qterminal/translations/
+-rw-r--r-- root/root usr/share/qterminal/translations/qterminal_cs.qm
diff --git a/qterminal/.md5sum.i686 b/qterminal/.md5sum.i686
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/qterminal/.md5sum.i686
diff --git a/qterminal/.md5sum.x86_64 b/qterminal/.md5sum.x86_64
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/qterminal/.md5sum.x86_64
diff --git a/qterminal/Pkgfile b/qterminal/Pkgfile
new file mode 100644
index 000000000..9be764dd4
--- /dev/null
+++ b/qterminal/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Emulateur de terminal léger basé sur QT
+# URL: https://github.com/qterminal/qterminal
+# Packager: emmanuel at grognet dot fr
+# Maintainer: https://github.com/qterminal/qterminal.git
+# Depends on: qt,git,qtermwidget
+# Run on: qt,qtermwidget
+
+name=qterminal
+version=20120526
+release=1
+source=()
+build ()
+{
+git clone http://github.com/qterminal/qterminal.git qterminal
+
+cd qterminal
+
+cmake -DCMAKE_INSTALL_PREFIX=/usr
+make
+
+make DESTDIR="$PKG/" install
+}