diff options
author | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:09 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-10-15 17:38:09 +0200 |
commit | 42105958b944e477dcff675a8549b4f7ff754829 (patch) | |
tree | 1e614b45a64ca6c465e3fb50c8f19a50adefcf25 /xfce/xfce-utils/Pkgfile | |
parent | 73499fbf60a66814da22a9fc83ca03c0a402de20 (diff) | |
download | nutyx-extra-42105958b944e477dcff675a8549b4f7ff754829.tar.gz nutyx-extra-42105958b944e477dcff675a8549b4f7ff754829.tar.bz2 nutyx-extra-42105958b944e477dcff675a8549b4f7ff754829.tar.xz nutyx-extra-42105958b944e477dcff675a8549b4f7ff754829.zip |
xfce-utils dans extra
Diffstat (limited to 'xfce/xfce-utils/Pkgfile')
-rwxr-xr-x | xfce/xfce-utils/Pkgfile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/xfce/xfce-utils/Pkgfile b/xfce/xfce-utils/Pkgfile deleted file mode 100755 index c4c45f9f1..000000000 --- a/xfce/xfce-utils/Pkgfile +++ /dev/null @@ -1,30 +0,0 @@ -# Description: Utilitaires pour Xfce -# URL: http://www.xfce.org/projects/xfce-utils/ -# Maintainer: NuTyX core team -# Packager: thierryn1 at hispeed dot ch -# Depends on: dbus-glib,xorg-libsm,libxfce4ui -# Run on: dbus-glib,libxfce4ui - -name=xfce-utils -version=4.8.3 -release=1 -source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2) - -build() { -cd $name-$version - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib/xfce4 \ - --localstatedir=/var \ - --disable-static - make - make DESTDIR=$PKG install - -# Xinit fix - mkdir -p $PKG/etc/X11/xinit - cp $PKG/etc/xdg/xfce4/xinitrc $PKG/etc/X11/xinit/xinitrc.xfce - chmod 755 $PKG/etc/xdg/xfce4/xinitrc - chmod 755 $PKG/etc/X11/xinit/xinitrc.xfce - rm -r $PKG/usr/share/doc -} - |