i3lock: remove long_desc.
This commit is contained in:
parent
b4691719b0
commit
051728139a
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'i3lock'
|
||||
pkgname=i3lock
|
||||
version=2.5
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="which pkg-config"
|
||||
makedepends="libev-devel cairo-devel pam-devel libxkbcommon-devel
|
||||
xcb-util-devel libxkbfile-devel xcb-util-image-devel xcb-util-keysyms-devel"
|
||||
|
@ -12,10 +12,6 @@ license="MIT"
|
|||
homepage="http://i3wm.org/i3lock/"
|
||||
distfiles="http://i3wm.org/i3lock/i3lock-${version}.tar.bz2"
|
||||
checksum=ac2772c9e4fc13adb882cacaae13ccc381d6d4f154ffd538634a58e6369d0d77
|
||||
long_desc="
|
||||
i3lock is a simple screen locker like slock. After starting it, you will see
|
||||
a white screen (you can configure the color/an image). You can return to your
|
||||
screen by entering your password."
|
||||
|
||||
do_build() {
|
||||
export CFLAGS="$CFLAGS -std=c99"
|
||||
|
|
Loading…
Reference in New Issue