summaryrefslogtreecommitdiffstats
path: root/sakura
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-11 22:05:14 +0100
committertnut <tnut at nutyx dot com>2012-01-11 22:05:14 +0100
commit551d61d6023f78b0e20ffdd28927d6eac415c334 (patch)
tree69ccffddd426dca5e8be16428948692cb6d79f6a /sakura
parentbd713f0071d3e940d7259888d11117b17e2e2b7e (diff)
downloadnutyx-extra-551d61d6023f78b0e20ffdd28927d6eac415c334.tar.gz
nutyx-extra-551d61d6023f78b0e20ffdd28927d6eac415c334.tar.bz2
nutyx-extra-551d61d6023f78b0e20ffdd28927d6eac415c334.tar.xz
nutyx-extra-551d61d6023f78b0e20ffdd28927d6eac415c334.zip
Ajout sakura 2.4.2-1
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
+}
+