From 6596024281d8d9946a27e5454033ed6148c90374 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Tue, 11 Aug 2009 20:51:51 +0200 Subject: Ajout de lxlauncher#0.2.1-1 --- extra/lxlauncher/.footprint | 22 ++++++++++++++++++++++ extra/lxlauncher/.md5sum | 1 + extra/lxlauncher/Pkgfile | 20 ++++++++++++++++++++ 3 files changed, 43 insertions(+) create mode 100644 extra/lxlauncher/.footprint create mode 100644 extra/lxlauncher/.md5sum create mode 100644 extra/lxlauncher/Pkgfile (limited to 'extra/lxlauncher') diff --git a/extra/lxlauncher/.footprint b/extra/lxlauncher/.footprint new file mode 100644 index 000000000..9824b6782 --- /dev/null +++ b/extra/lxlauncher/.footprint @@ -0,0 +1,22 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/lxlauncher/ +-rw-r--r-- root/root etc/xdg/lxlauncher/gtkrc +-rw-r--r-- root/root etc/xdg/lxlauncher/settings.conf +drwxr-xr-x root/root etc/xdg/menus/ +-rw-r--r-- root/root etc/xdg/menus/lxlauncher-applications.menu +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lxlauncher +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/desktop-directories/ +-rw-r--r-- root/root usr/share/desktop-directories/lxde-learn.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-math.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-play.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-science.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-webmail.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-work.directory +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/lxlauncher.mo diff --git a/extra/lxlauncher/.md5sum b/extra/lxlauncher/.md5sum new file mode 100644 index 000000000..5060411d1 --- /dev/null +++ b/extra/lxlauncher/.md5sum @@ -0,0 +1 @@ +5dbe6076eb1a411278e1fc2bccf2d75d lxlauncher-0.2.1.tar.gz diff --git a/extra/lxlauncher/Pkgfile b/extra/lxlauncher/Pkgfile new file mode 100644 index 000000000..9d6135e1e --- /dev/null +++ b/extra/lxlauncher/Pkgfile @@ -0,0 +1,20 @@ +# Description: launcher pour lxde +# URL: http://lxde.org/about.html +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: gtk, startup-notification, menu-cache, gnome-menus + +name=lxlauncher +version=0.2.1 +release=1 +source=(http://downloads.sourceforge.net/lxde/files/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install + +} + -- cgit v1.2.3-70-g09d2