summaryrefslogtreecommitdiffstats
path: root/xfdesktop/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2012-05-12 16:59:51 +0200
committerpiernov <piernov@piernov.org>2012-05-13 20:08:43 +0200
commit2ad874e488dc4c9947389cf19839439c6a1462ad (patch)
treea064320880a9dbaa7e03e6d24436f66c211e275d /xfdesktop/Pkgfile
parent3cc36a37ba6aba73a467e21513ff282ec9c2d5b8 (diff)
downloadnutyx-extra-2ad874e488dc4c9947389cf19839439c6a1462ad.tar.gz
nutyx-extra-2ad874e488dc4c9947389cf19839439c6a1462ad.tar.bz2
nutyx-extra-2ad874e488dc4c9947389cf19839439c6a1462ad.tar.xz
nutyx-extra-2ad874e488dc4c9947389cf19839439c6a1462ad.zip
xfdesktop, maj 4.10.0
-1 (cherry picked from commit 3a32b54285e08eb601e1e4ace471cd754072db60)
Diffstat (limited to 'xfdesktop/Pkgfile')
-rwxr-xr-xxfdesktop/Pkgfile17
1 files changed, 8 insertions, 9 deletions
diff --git a/xfdesktop/Pkgfile b/xfdesktop/Pkgfile
index a9732183c..9d8b93fcf 100755
--- a/xfdesktop/Pkgfile
+++ b/xfdesktop/Pkgfile
@@ -1,15 +1,15 @@
# Description: Bureau de Xfce
# URL: http://www.xfce.org/projects/xfdesktop/
-# Maintainer: git.xfce.org/xfce/xfdesktop
-# Packager: thierryn1 at hispeed do ch
+# Maintainer: http://git.xfce.org/xfce/xfdesktop
+# Packager: tyrry33 at gmail dot com
# Depends on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify
# Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify
name=xfdesktop
-version=4.8.3
-release=2
-source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2\
- http://nutyx.meticul.eu/files/patchs/$name/pakxe-01.xcf.png\
+version=4.10.0
+release=1
+source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2\
+ http://nutyx.meticul.eu/files/patchs/$name/simple-melody.jpg\
http://nutyx.meticul.eu/files/patchs/$name/icon-pakxe.png)
build() {
@@ -22,10 +22,9 @@ cd $name-$version
--disable-static
make
make DESTDIR=$PKG install
- install -D -m644 ../pakxe-01.xcf.png \
- $PKG/usr/share/xfce4/backdrops/pakxe.png
+ install -D -m644 ../simple-melody.jpg \
+ $PKG/usr/share/xfce4/backdrops/pakxe.jpg
install -D -m644 ../icon-pakxe.png \
$PKG/usr/share/pixmaps/icon-pakxe.png
- rm -r $PKG/usr/share/doc
}