summaryrefslogtreecommitdiffstats
path: root/xfce/xfce/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'xfce/xfce/Pkgfile')
-rwxr-xr-xxfce/xfce/Pkgfile29
1 files changed, 10 insertions, 19 deletions
diff --git a/xfce/xfce/Pkgfile b/xfce/xfce/Pkgfile
index 9e64c126e..3fa7c39aa 100755
--- a/xfce/xfce/Pkgfile
+++ b/xfce/xfce/Pkgfile
@@ -1,28 +1,19 @@
# Description: Environnement graphique leger et performant (installe tous les paquets et dependances)
# URL: http://www.xfce.org/
# Maintainer: NuTyX core team
-# Packager: fred.galusik at gmail dot com
-# Depends on: atk, dbh, dbus, dbus-glib, expat, fontconfig, freetype, fuse, gdm, glib, intltool, libgcrypt, libgpg-error, libgsf, libnotify, libpng, librsvg, libwnck, xorg-libx11, libxml2, gtk, gestpkg, cups, hal, gamin, gnutls, pango, pcre, python, startup-notification, alsa-utils, xdg-utils, hicolor-icon-theme, xfce4-dev-tools, libxfce4util, libxfcegui4, libxfce4menu, exo, xfce4-panel, thunar, libgnome, xfce4-session, xfce4-settings, xfwm4, xfwm4-themes, xfdesktop, xfce-utils, xfprint, gtk-xfce-engine, mousepad, vte, terminal, xarchiver, xfburn, orage, xfce4-appfinder, xfce4-mixer, xfmedia, xfce4-artwork, ristretto, thunar-volman, thunar-archive-plugin, thunar-media-tags-plugin, thunar-thumbnailers, xfce4-cpugraph-plugin, xfce4-places-plugin, xfce4-weather-plugin, xfce4-screenshooter, xfce4-taskmanager, xfce4-verve-plugin, xfce4-power-manager, xfce4-icon-theme, xfce4-notifyd, gigolo, gnupg1, oxygenrefit2-red, tango-icon-theme, midori, wicd, sylpheed, pidgin, xorg
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: atk, dbh, dbus, dbus-glib, expat, fontconfig, freetype, fuse, glib, intltool, libgcrypt, libgpg-error, libgsf, libnotify, libpng, librsvg, libwnck, xorg-libx11, libxml2, gtk, gestpkg, cups, hal, gamin, gnutls, pango, pcre, python, startup-notification, alsa-utils, xdg-utils, hicolor-icon-theme, xfce4-dev-tools, libxfce4util, libxfcegui4, libxfce4menu, exo, xfce4-panel, thunar, libgnome, xfce4-session, xfce4-settings, xfwm4, xfwm4-themes, xfdesktop, xfce-utils, xfprint, gtk-xfce-engine, mousepad, vte, terminal, xarchiver, xfburn, orage, xfce4-appfinder, xfce4-mixer, xfmedia, xfce4-artwork, ristretto, thunar-volman, thunar-archive-plugin, thunar-media-tags-plugin, thunar-thumbnailers, xfce4-cpugraph-plugin, xfce4-places-plugin, xfce4-weather-plugin, xfce4-screenshooter, xfce4-taskmanager, xfce4-verve-plugin, xfce4-power-manager, xfce4-icon-theme, xfce4-notifyd, gigolo, gnupg1, oxygenrefit2-red, tango-icon-theme, midori, wicd, sylpheed, pidgin, xorg
name=xfce
-version=4.6.1
-release=6
-source=(http://kiao.no-ip.info/NuTyX/files/$name-desktop-$version-$release.tar.bz2)
+version=4.6.2
+release=1
+source=(XFCE.xinitrc)
build() {
-cd $name-desktop-$version
- cp -Rfp * $PKG
- chown -R root:root $PKG
- cd $PKG
- find . -perm 664 -exec chmod 644 {} \;
- find . -perm 600 -exec chmod 644 {} \;
- find . -perm 444 -exec chmod 644 {} \;
- find . -perm 400 -exec chmod 644 {} \;
- find . -perm 440 -exec chmod 644 {} \;
- find . -perm 777 -exec chmod 755 {} \;
- find . -perm 775 -exec chmod 755 {} \;
- find . -perm 511 -exec chmod 755 {} \;
- find . -perm 711 -exec chmod 755 {} \;
- find . -perm 555 -exec chmod 755 {} \;
+ install -D -m644 XFCE.xinitrc $PKG/etc/X11/dm/XFCE.xinitrc
+ mkdir -p $PKG/etc/qingy/sessions
+echo "userclientrc=/etc/X11/dm/XFCE.xinitrc /usr/bin/startx.qingy" >\
+ $PKG/etc/qingy/sessions/XFCE
+ chmod 755 $PKG/etc/qingy/sessions/XFCE
}