summaryrefslogtreecommitdiffstats
path: root/xfce/xfce/Pkgfile
blob: 9e64c126e26e4e2df5eed1456be0ca042fb62887 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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

name=xfce
version=4.6.1
release=6
source=(http://kiao.no-ip.info/NuTyX/files/$name-desktop-$version-$release.tar.bz2)

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 {} \;
}