From 551d61d6023f78b0e20ffdd28927d6eac415c334 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 11 Jan 2012 22:05:14 +0100 Subject: Ajout sakura 2.4.2-1 --- sakura/.footprint.i686 | 15 +++++++++++++++ sakura/.footprint.x86_64 | 15 +++++++++++++++ sakura/.md5sum.i686 | 1 + sakura/.md5sum.x86_64 | 1 + sakura/Pkgfile | 20 ++++++++++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 sakura/.footprint.i686 create mode 100644 sakura/.footprint.x86_64 create mode 100644 sakura/.md5sum.i686 create mode 100644 sakura/.md5sum.x86_64 create mode 100644 sakura/Pkgfile (limited to 'sakura') 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 +} + -- cgit v1.2.3-54-g00ecf