diff options
Diffstat (limited to 'lxde/Pkgfile')
-rw-r--r-- | lxde/Pkgfile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lxde/Pkgfile b/lxde/Pkgfile new file mode 100644 index 000000000..dde613462 --- /dev/null +++ b/lxde/Pkgfile @@ -0,0 +1,18 @@ +# Description: Bureau X11 très léger basé sur gtk +# URL: http://lxde.org +# Maintainer: NuTyX core team +# Packager: geantbrun at gmail dot com +# Depends on: wicd, pcmanfm obconf lxterminal lxtask lxsession lxrandr lxpanel lxshortcut lxde-common lxappearance lxlauncher menu-cache alsa-utils alsa-oss dbus-glib leafpad shared-mime-info startup-notification gpicview hicolor-icon-theme lxmenu-data +# Run on: alsa-utils,dbus-glib,wicd,pcmanfm,obconf,lxterminal,lxtask,lxsession,lxrandr,lxpanel,lxshortcut,lxde-common,lxappearance,lxlauncher,menu-cache,leafpad,shared-mime-info,startup-notification,gpicview,hicolor-icon-theme,lxmenu-data,desktop-file-utils + + +name=lxde +version=0.5.10 +release=1 +source=(lxde.desktop) + +build() { + install -D -m644 lxde.desktop \ +$PKG/usr/share/xsessions/lxde.desktop +} + |