wok rev 11756
up xlockmore (5.38) and added desktop files
author | Samuel Trassare <samuel_trassare@yahoo.com> |
---|---|
date | Wed Feb 22 10:26:36 2012 -0800 (2012-02-22) |
parents | f816a5fbc817 |
children | abcb2717f09b |
files | xlockmore/description.txt xlockmore/receipt xlockmore/stuff/xlock.desktop xlockmore/stuff/xlockmore.png |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xlockmore/description.txt Wed Feb 22 10:26:36 2012 -0800 1.3 @@ -0,0 +1,4 @@ 1.4 +xlockmore is an enhanced version of xlock. It incorporates several new command- 1.5 +line options, which allow you to run it in a window, in the root window, in a 1.6 +different size/location, change the size of the iconified window, to install a 1.7 +new colormap and delay locking for use with xautolock.
2.1 --- a/xlockmore/receipt Wed Feb 22 08:50:31 2012 -0800 2.2 +++ b/xlockmore/receipt Wed Feb 22 10:26:36 2012 -0800 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xlockmore" 2.7 -VERSION="5.35" 2.8 +VERSION="5.38" 2.9 CATEGORY="utilities" 2.10 SHORT_DESC="X Window System Lock Screen." 2.11 MAINTAINER="rocky@slitaz.org" 2.12 @@ -31,6 +31,11 @@ 2.13 { 2.14 mkdir -p $fs 2.15 cp -a $_pkg/usr $fs 2.16 + 2.17 + mkdir -p $fs/usr/share/applications \ 2.18 + $fs/usr/share/pixmaps 2.19 + cp -a $stuff/xlock.desktop $fs/usr/share/applications 2.20 + cp -a $stuff/xlockmore.png $fs/usr/share/pixmaps 2.21 } 2.22 2.23 post_install()
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xlockmore/stuff/xlock.desktop Wed Feb 22 10:26:36 2012 -0800 3.3 @@ -0,0 +1,8 @@ 3.4 +[Desktop Entry] 3.5 +Encoding=UTF-8 3.6 +Name=XLock 3.7 +Comment=Lock the screen 3.8 +Exec=xlock 3.9 +Icon=xlockmore 3.10 +Type=Application 3.11 +Categories=Utility
4.1 Binary file xlockmore/stuff/xlockmore.png has changed