diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-10-24 15:50:35 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-10-24 15:50:35 +0200 |
commit | ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c (patch) | |
tree | 135328325e81f1b3dfbfd578f7e507617539db48 /kde/kdebase-workspace/Pkgfile | |
parent | e5e058e2aadafa0d61c11709f7481375c6db504b (diff) | |
download | nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.tar.gz nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.tar.bz2 nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.tar.xz nutyx-pakxe-ac3a4e0b4a8931f8773852bf7bcc15ab2bcdec4c.zip |
kdebase-workspace, maj 4.5.2-2 petites améliorations graphiques, merci blacksad pour le nouveau look de kdm splash
Diffstat (limited to 'kde/kdebase-workspace/Pkgfile')
-rwxr-xr-x | kde/kdebase-workspace/Pkgfile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kde/kdebase-workspace/Pkgfile b/kde/kdebase-workspace/Pkgfile index 485a29219..56cad30e4 100755 --- a/kde/kdebase-workspace/Pkgfile +++ b/kde/kdebase-workspace/Pkgfile @@ -7,12 +7,12 @@ name=kdebase-workspace version=4.5.2 -release=1 +release=2 source=( ftp://kde.mirrors.pair.com/stable/$version/src/$name-$version.tar.bz2 \ lxde.desktop ede.desktop Xsession.kde4 \ - http://kiao.no-ip.info/NuTyX/files/kdm-nutyx-attapu.tar.bz2 \ - http://kiao.no-ip.info/NuTyX/files/absolute-nutyx.tar.bz2 \ - http://kiao.no-ip.info/NuTyX/files/Attapu.tar.bz2 ) + http://nutyx.meticul.eu/files/kdm-nutyx-attapu.1.tar.bz2 \ + http://nutyx.meticul.eu/files/nutyx-attapu-ksplash.tar.gz \ + http://nutyx.meticul.eu/files/Attapu.tar.bz2 ) build() { mkdir -v -p $PKG/etc/kde @@ -47,9 +47,9 @@ build() { mv ../Attapu $PKG/usr/share/wallpapers/ # ksplash also quite dirty rm -r $PKG/usr/share/apps/ksplash/Themes/Default - cp -a ../Absolute-NuTyX \ + cp -a ../nutyx-attapu \ $PKG/usr/share/apps/ksplash/Themes/ - ln -sv Absolute-NuTyX \ + ln -sv nutyx-attapu \ $PKG/usr/share/apps/ksplash/Themes/Default chown -R root:root $PKG # mv $PKG/usr/etc/* $PKG/etc/ |