summaryrefslogtreecommitdiffstats
path: root/extra/lxlauncher
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:51:51 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:51:51 +0200
commit6596024281d8d9946a27e5454033ed6148c90374 (patch)
tree74d3f553afc1902fd7860f6755b98217b05132c6 /extra/lxlauncher
parentf2e5764d0f3a2b8614de5fac119b1392f7fde5f5 (diff)
downloadnutyx-extra-6596024281d8d9946a27e5454033ed6148c90374.tar.gz
nutyx-extra-6596024281d8d9946a27e5454033ed6148c90374.tar.bz2
nutyx-extra-6596024281d8d9946a27e5454033ed6148c90374.tar.xz
nutyx-extra-6596024281d8d9946a27e5454033ed6148c90374.zip
Ajout de lxlauncher#0.2.1-1
Diffstat (limited to 'extra/lxlauncher')
-rw-r--r--extra/lxlauncher/.footprint22
-rw-r--r--extra/lxlauncher/.md5sum1
-rw-r--r--extra/lxlauncher/Pkgfile20
3 files changed, 43 insertions, 0 deletions
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
+
+}
+