1
0
forked from ports/contrib

xlockmore: 5.54 -> 5.56

This commit is contained in:
Thomas Penteker 2019-04-01 21:02:12 +02:00
parent eb5cb3f091
commit 4b8b11a627
3 changed files with 13 additions and 7 deletions

View File

@ -1,6 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/xglock
-rwxr-xr-x root/root usr/bin/play.sh
---s--x--x root/bin usr/bin/xlock
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/X11/
@ -10,4 +10,8 @@ drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/xlock.1.gz
drwxr-xr-x root/root usr/share/xlock/
-rwxr-xr-x root/root usr/share/xlock/xglockrc
drwxr-xr-x root/root usr/share/xlock/sounds/
-rw-r--r-- root/root usr/share/xlock/sounds/complete.au
-rw-r--r-- root/root usr/share/xlock/sounds/identify-please.au
-rw-r--r-- root/root usr/share/xlock/sounds/not-programmed.au
-rw-r--r-- root/root usr/share/xlock/sounds/thank-you.au

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF37mY4LrBtqmKee9XyLZynIxxuUynBOvyYkC3uGct4Y8Uy5zJcn7VI4guxUmVt5lkdgTzj/vexAyhAczJBtfaLAw=
SHA256 (Pkgfile) = 69a078a6fc6833469feb63529a75b668bea23a11eacc07e51982da4638487953
SHA256 (.footprint) = 70ad59cfdb2281c7814519bf5e46981199fcdd0c648fd2e393e012cc4451eec2
SHA256 (xlockmore-5.54.tar.xz) = 9f4facb9721cc01450db0c11ffecd26a739b046e425e02628831a66080a0af55
RWSagIOpLGJF39Ma/RX23dlzvj70uHw1Lhrxf+m1z9NQ1BNxZj6m2YWoR5M8pxoNwHTHSZlODBpuZyEpCDyMdKu3BzUP8UdGiA4=
SHA256 (Pkgfile) = 58266c2ed620b13c3f1e82b11255529fd77199b770f148423b0c2e2b72fc86b2
SHA256 (.footprint) = 0847ffb990fbd434b7d7a8843c1eed8bf8d3a3d83eef37b50d928b72ee978d20
SHA256 (xlockmore-5.56.tar.xz) = a0dd8eb470bbda89b3ffdfaeb85c8a675c7469a1b657333eee906b9bd3b1e1b5

View File

@ -5,7 +5,7 @@
# Depends on: fortune glu gtk util-linux xorg-libxmu xorg-libxpm
name=xlockmore
version=5.54
version=5.56
release=1
source=(http://sillycycle.com/xlock/xlockmore-${version}.tar.xz)
@ -25,5 +25,7 @@ build() {
--without-esound
make
install -d $PKG//usr/share/xlock/sounds
make DESTDIR=$PKG install
}