From 4df159e77249401e3e2e5e961f3a4723fe33d108 Mon Sep 17 00:00:00 2001 From: tnut Date: Wed, 25 Jan 2012 22:38:40 +0100 Subject: ajout lxlauncher --- lxlauncher/.footprint.i686 | 22 ++++++++++++++++++++++ lxlauncher/.footprint.x86_64 | 22 ++++++++++++++++++++++ lxlauncher/.md5sum.i686 | 1 + lxlauncher/.md5sum.x86_64 | 1 + lxlauncher/Pkgfile | 22 ++++++++++++++++++++++ 5 files changed, 68 insertions(+) create mode 100644 lxlauncher/.footprint.i686 create mode 100644 lxlauncher/.footprint.x86_64 create mode 100644 lxlauncher/.md5sum.i686 create mode 100644 lxlauncher/.md5sum.x86_64 create mode 100644 lxlauncher/Pkgfile (limited to 'lxlauncher') diff --git a/lxlauncher/.footprint.i686 b/lxlauncher/.footprint.i686 new file mode 100644 index 000000000..9824b6782 --- /dev/null +++ b/lxlauncher/.footprint.i686 @@ -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/lxlauncher/.footprint.x86_64 b/lxlauncher/.footprint.x86_64 new file mode 100644 index 000000000..9824b6782 --- /dev/null +++ b/lxlauncher/.footprint.x86_64 @@ -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/lxlauncher/.md5sum.i686 b/lxlauncher/.md5sum.i686 new file mode 100644 index 000000000..434453f70 --- /dev/null +++ b/lxlauncher/.md5sum.i686 @@ -0,0 +1 @@ +16df627447838b170a72cc3a9ee21497 lxlauncher-0.2.2.tar.gz diff --git a/lxlauncher/.md5sum.x86_64 b/lxlauncher/.md5sum.x86_64 new file mode 100644 index 000000000..434453f70 --- /dev/null +++ b/lxlauncher/.md5sum.x86_64 @@ -0,0 +1 @@ +16df627447838b170a72cc3a9ee21497 lxlauncher-0.2.2.tar.gz diff --git a/lxlauncher/Pkgfile b/lxlauncher/Pkgfile new file mode 100644 index 000000000..0657268b3 --- /dev/null +++ b/lxlauncher/Pkgfile @@ -0,0 +1,22 @@ +# Description: launcher pour lxde +# URL: http://lxde.org/about.html +# Maintainer: Hong Jen Yee (PCMan) pcman dot tw at gmail dot com +# Packager: geantbrun at gmail dot com +# Depends on: gtk, startup-notification, menu-cache +# Run on: gtk,startup-notification,menu-cache + +name=lxlauncher +version=0.2.2 +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-54-g00ecf