diff options
Diffstat (limited to 'extra/lxmenu-data')
-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 +} + |