From cccff337516834bf5d6ddc8c17dcf44822c10fe4 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 9 Aug 2009 14:26:20 +0200 Subject: Ajout de bluefish#1.0.7-2 --- extra/bluefish/.footprint | 48 +++++++++++++++++++++++++++++++++++++++++ extra/bluefish/.md5sum | 2 ++ extra/bluefish/Pkgfile | 24 +++++++++++++++++++++ extra/bluefish/bluefish.desktop | 8 +++++++ 4 files changed, 82 insertions(+) create mode 100644 extra/bluefish/.footprint create mode 100644 extra/bluefish/.md5sum create mode 100644 extra/bluefish/Pkgfile create mode 100644 extra/bluefish/bluefish.desktop diff --git a/extra/bluefish/.footprint b/extra/bluefish/.footprint new file mode 100644 index 000000000..fb5c684bd --- /dev/null +++ b/extra/bluefish/.footprint @@ -0,0 +1,48 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/bluefish +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/bluefish-project.desktop +-rw-r--r-- root/root usr/share/applications/bluefish.desktop +drwxr-xr-x root/root usr/share/bluefish/ +-rw-r--r-- root/root usr/share/bluefish/bluefish_splash.png +-rw-r--r-- root/root usr/share/bluefish/custom_menu.de.default +-rw-r--r-- root/root usr/share/bluefish/custom_menu.default +-rw-r--r-- root/root usr/share/bluefish/custom_menu.fr.default +-rw-r--r-- root/root usr/share/bluefish/encodings.default +-rw-r--r-- root/root usr/share/bluefish/filetypes.default +-rw-r--r-- root/root usr/share/bluefish/funcref_css.xml +-rw-r--r-- root/root usr/share/bluefish/funcref_html.xml +-rw-r--r-- root/root usr/share/bluefish/funcref_php.xml +-rw-r--r-- root/root usr/share/bluefish/funcref_python.xml +-rw-r--r-- root/root usr/share/bluefish/highlighting.default +-rw-r--r-- root/root usr/share/bluefish/icon_c.png +-rw-r--r-- root/root usr/share/bluefish/icon_cfml.png +-rw-r--r-- root/root usr/share/bluefish/icon_dir.png +-rw-r--r-- root/root usr/share/bluefish/icon_html.png +-rw-r--r-- root/root usr/share/bluefish/icon_image.png +-rw-r--r-- root/root usr/share/bluefish/icon_java.png +-rw-r--r-- root/root usr/share/bluefish/icon_pascal.png +-rw-r--r-- root/root usr/share/bluefish/icon_php.png +-rw-r--r-- root/root usr/share/bluefish/icon_python.png +-rw-r--r-- root/root usr/share/bluefish/icon_r.png +-rw-r--r-- root/root usr/share/bluefish/icon_unknown.png +-rw-r--r-- root/root usr/share/bluefish/icon_xml.png +drwxr-xr-x root/root usr/share/ede/ +drwxr-xr-x root/root usr/share/ede/programs/ +drwxr-xr-x root/root usr/share/ede/programs/Applications/ +-rw-r--r-- root/root usr/share/ede/programs/Applications/bluefish.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/bluefish.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/bluefish.1.gz +drwxr-xr-x root/root usr/share/mime/ +drwxr-xr-x root/root usr/share/mime/packages/ +-rw-r--r-- root/root usr/share/mime/packages/bluefish.xml +drwxr-xr-x root/root usr/share/pixmaps/ +-rw-r--r-- root/root usr/share/pixmaps/bluefish-icon.png +-rw-r--r-- root/root usr/share/pixmaps/gnome-mime-application-bluefish-project.png diff --git a/extra/bluefish/.md5sum b/extra/bluefish/.md5sum new file mode 100644 index 000000000..b7a5c6aaa --- /dev/null +++ b/extra/bluefish/.md5sum @@ -0,0 +1,2 @@ +2c3b3c9c8f8e32b9473dfd879f216dea bluefish-1.0.7.tar.bz2 +9ddec6eb36d6ff3d4042b554cc5dc419 bluefish.desktop diff --git a/extra/bluefish/Pkgfile b/extra/bluefish/Pkgfile new file mode 100644 index 000000000..f3e1ba2c4 --- /dev/null +++ b/extra/bluefish/Pkgfile @@ -0,0 +1,24 @@ +# Description: Editeur syntaxique multi-langage +# URL: http://bluefish.openoffice.nl/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: gtk, pcre, desktop-file-utils + +name=bluefish +version=1.0.7 +release=2 +source=(http://www.bennewitz.com/bluefish/stable/source/$name-$version.tar.bz2\ + bluefish.desktop) +build() { + cd $name-* + ./configure --prefix=/usr \ + --with-freedesktop_org-menu=/usr/share/applications \ + --with-freedesktop_org-mime=/usr/share/mime \ + --with-icon-path=/usr/share/pixmaps \ + --disable-update-databases \ + --without-libgnomeui + make + make DESTDIR=$PKG install + install -D -m 644 ../bluefish.desktop \ + $PKG/usr/share/ede/programs/Applications/bluefish.desktop +} diff --git a/extra/bluefish/bluefish.desktop b/extra/bluefish/bluefish.desktop new file mode 100644 index 000000000..554e07cb4 --- /dev/null +++ b/extra/bluefish/bluefish.desktop @@ -0,0 +1,8 @@ +# EFLTK Configuration - Version 2,003000 + +[Desktop Entry] + Name=Bluefish + Exec=bluefish + Icon=/usr/share/pixmaps/bluefish-icon.png + Name[fr]=Editeur de textes colorimétrique + -- cgit v1.2.3-54-g00ecf