diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:52:28 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-11 20:52:28 +0200 |
commit | d690b8ddbd991861e9ecd47b0653c9ea26f6518d (patch) | |
tree | 85f353158aed1cad8d1c02c735fac52f356ebe28 | |
parent | 6596024281d8d9946a27e5454033ed6148c90374 (diff) | |
download | nutyx-extra-d690b8ddbd991861e9ecd47b0653c9ea26f6518d.tar.gz nutyx-extra-d690b8ddbd991861e9ecd47b0653c9ea26f6518d.tar.bz2 nutyx-extra-d690b8ddbd991861e9ecd47b0653c9ea26f6518d.tar.xz nutyx-extra-d690b8ddbd991861e9ecd47b0653c9ea26f6518d.zip |
Ajout de lxmenu-data#0.1-1
-rw-r--r-- | extra/lxmenu-data/.footprint | 27 | ||||
-rw-r--r-- | extra/lxmenu-data/.md5sum | 1 | ||||
-rw-r--r-- | extra/lxmenu-data/Pkgfile | 18 |
3 files changed, 46 insertions, 0 deletions
diff --git a/extra/lxmenu-data/.footprint b/extra/lxmenu-data/.footprint new file mode 100644 index 000000000..4abd164d2 --- /dev/null +++ b/extra/lxmenu-data/.footprint @@ -0,0 +1,27 @@ +drwxr-xr-x root/root etc/ +drwxr-xr-x root/root etc/xdg/ +drwxr-xr-x root/root etc/xdg/menus/ +-rw-r--r-- root/root etc/xdg/menus/lxde-applications.menu +drwxr-xr-x root/root usr/ +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-audio-video.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-development.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-education.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-game.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-graphics.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-hardware.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-internet-and-network.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-look-and-feel.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-menu-applications.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-menu-system.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-network.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-office.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-other.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-personal.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-settings-system.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-settings.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-system-tools.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-system.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-utility-accessibility.directory +-rw-r--r-- root/root usr/share/desktop-directories/lxde-utility.directory diff --git a/extra/lxmenu-data/.md5sum b/extra/lxmenu-data/.md5sum new file mode 100644 index 000000000..e21d24f07 --- /dev/null +++ b/extra/lxmenu-data/.md5sum @@ -0,0 +1 @@ +1c35ad4bf05cd076ce4a9bb64a246351 lxmenu-data-0.1.tar.gz diff --git a/extra/lxmenu-data/Pkgfile b/extra/lxmenu-data/Pkgfile new file mode 100644 index 000000000..ff8e8e8ab --- /dev/null +++ b/extra/lxmenu-data/Pkgfile @@ -0,0 +1,18 @@ +# Description: desktop menus for LXDE +# URL: http://lxde.org/ +# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl +# Depends on: intltool + +name=lxmenu-data +version=0.1 +release=1 +source=(http://dl.sourceforge.net/sourceforge/lxde/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr \ + --sysconfdir=/etc + make + make DESTDIR=$PKG install +} + |