summaryrefslogtreecommitdiffstats
path: root/sakura
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /sakura
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'sakura')
-rw-r--r--sakura/.footprint.i68615
-rw-r--r--sakura/.footprint.x86_6415
-rw-r--r--sakura/.md5sum.i6861
-rw-r--r--sakura/.md5sum.x86_641
-rw-r--r--sakura/Pkgfile20
5 files changed, 52 insertions, 0 deletions
diff --git a/sakura/.footprint.i686 b/sakura/.footprint.i686
new file mode 100644
index 000000000..3b1da1a4c
--- /dev/null
+++ b/sakura/.footprint.i686
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sakura
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/sakura.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/sakura.mo
+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/sakura.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/terminal-tango.svg
diff --git a/sakura/.footprint.x86_64 b/sakura/.footprint.x86_64
new file mode 100644
index 000000000..3b1da1a4c
--- /dev/null
+++ b/sakura/.footprint.x86_64
@@ -0,0 +1,15 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/sakura
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/sakura.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/sakura.mo
+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/sakura.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/terminal-tango.svg
diff --git a/sakura/.md5sum.i686 b/sakura/.md5sum.i686
new file mode 100644
index 000000000..948c81af2
--- /dev/null
+++ b/sakura/.md5sum.i686
@@ -0,0 +1 @@
+46669519c77f7402b2de24cdefe251bb sakura-2.4.2.tar.bz2
diff --git a/sakura/.md5sum.x86_64 b/sakura/.md5sum.x86_64
new file mode 100644
index 000000000..948c81af2
--- /dev/null
+++ b/sakura/.md5sum.x86_64
@@ -0,0 +1 @@
+46669519c77f7402b2de24cdefe251bb sakura-2.4.2.tar.bz2
diff --git a/sakura/Pkgfile b/sakura/Pkgfile
new file mode 100644
index 000000000..99ddc685e
--- /dev/null
+++ b/sakura/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Emulateur de terminal basé sur GTK et VTE.
+# URL: http://pleyades.net/david/sakura
+# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
+# Packager: Danny Rawlins, monster dot romster at gmail dot com
+# Depends on: vte cmake
+# Run on: vte
+
+name=sakura
+version=2.4.2
+release=1
+source=(http://launchpad.net/sakura/trunk/$version/+download/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RELEASE .
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/doc
+}
+