# HG changeset patch # User Samuel Trassare # Date 1329935196 28800 # Node ID b1deb3732873e2a31bb63237b5772f9dc52eb0a9 # Parent f816a5fbc817ebcbf5bf380f426e0be9f6e91268 up xlockmore (5.38) and added desktop files diff -r f816a5fbc817 -r b1deb3732873 xlockmore/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xlockmore/description.txt Wed Feb 22 10:26:36 2012 -0800 @@ -0,0 +1,4 @@ +xlockmore is an enhanced version of xlock. It incorporates several new command- +line options, which allow you to run it in a window, in the root window, in a +different size/location, change the size of the iconified window, to install a +new colormap and delay locking for use with xautolock. diff -r f816a5fbc817 -r b1deb3732873 xlockmore/receipt --- a/xlockmore/receipt Wed Feb 22 08:50:31 2012 -0800 +++ b/xlockmore/receipt Wed Feb 22 10:26:36 2012 -0800 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="xlockmore" -VERSION="5.35" +VERSION="5.38" CATEGORY="utilities" SHORT_DESC="X Window System Lock Screen." MAINTAINER="rocky@slitaz.org" @@ -31,6 +31,11 @@ { mkdir -p $fs cp -a $_pkg/usr $fs + + mkdir -p $fs/usr/share/applications \ + $fs/usr/share/pixmaps + cp -a $stuff/xlock.desktop $fs/usr/share/applications + cp -a $stuff/xlockmore.png $fs/usr/share/pixmaps } post_install() diff -r f816a5fbc817 -r b1deb3732873 xlockmore/stuff/xlock.desktop --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xlockmore/stuff/xlock.desktop Wed Feb 22 10:26:36 2012 -0800 @@ -0,0 +1,8 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=XLock +Comment=Lock the screen +Exec=xlock +Icon=xlockmore +Type=Application +Categories=Utility diff -r f816a5fbc817 -r b1deb3732873 xlockmore/stuff/xlockmore.png Binary file xlockmore/stuff/xlockmore.png has changed