mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
deskutils/i3lock: update to 2.15
This commit is contained in:
parent
18be0977c7
commit
91793f5718
3 changed files with 16 additions and 9 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= i3lock
|
PORTNAME= i3lock
|
||||||
PORTVERSION= 2.13
|
PORTVERSION= 2.15
|
||||||
PORTREVISION= 2
|
|
||||||
CATEGORIES= deskutils x11
|
CATEGORIES= deskutils x11
|
||||||
MASTER_SITES= http://i3wm.org/${PORTNAME}/
|
MASTER_SITES= http://i3wm.org/${PORTNAME}/
|
||||||
|
|
||||||
|
@ -26,12 +25,10 @@ PLIST_FILES= bin/i3lock \
|
||||||
share/man/man1/i3lock.1.gz \
|
share/man/man1/i3lock.1.gz \
|
||||||
etc/pam.d/i3lock
|
etc/pam.d/i3lock
|
||||||
|
|
||||||
USES= gmake iconv localbase pkgconfig tar:bzip2 xorg
|
USES= iconv localbase meson pkgconfig tar:xz xorg
|
||||||
LDFLAGS+= ${ICONV_LIB}
|
LDFLAGS+= ${ICONV_LIB}
|
||||||
USE_XORG= x11 xcb xt xorgproto xext
|
USE_XORG= x11 xcb xt xorgproto xext
|
||||||
USE_CSTD= c99
|
USE_CSTD= c99
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
||||||
|
|
||||||
CONFLICTS_INSTALL= i3lock-color
|
CONFLICTS_INSTALL= i3lock-color
|
||||||
|
|
||||||
|
@ -40,7 +37,6 @@ PORTDOCS= CHANGELOG README.md
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/i3lock
|
|
||||||
@${RM} ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock
|
@${RM} ${STAGEDIR}${PREFIX}/etc/pam.d/i3lock
|
||||||
@${LN} -s ${LOCALBASE}/etc/pam.d/unix-selfauth \
|
@${LN} -s ${LOCALBASE}/etc/pam.d/unix-selfauth \
|
||||||
${STAGEDIR}${PREFIX}/etc/pam.d/i3lock
|
${STAGEDIR}${PREFIX}/etc/pam.d/i3lock
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1603984277
|
TIMESTAMP = 1710759931
|
||||||
SHA256 (i3lock-2.13.tar.bz2) = 637fe898acb324337d3ebc4fcdb2e390b082147fdc8a0cda6c19e7f395965f0b
|
SHA256 (i3lock-2.15.tar.xz) = 5711ae5255e82b1dc8d8b4c035c520230921aba7ceee23d66f79765b21a84baa
|
||||||
SIZE (i3lock-2.13.tar.bz2) = 149332
|
SIZE (i3lock-2.15.tar.xz) = 29100
|
||||||
|
|
11
deskutils/i3lock/files/patch-meson.build
Normal file
11
deskutils/i3lock/files/patch-meson.build
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- meson.build.orig 2024-03-16 09:37:48 UTC
|
||||||
|
+++ meson.build
|
||||||
|
@@ -92,7 +92,7 @@ i3lock_srcs = [
|
||||||
|
'xcb.c',
|
||||||
|
]
|
||||||
|
|
||||||
|
-ev_dep = cc.find_library('ev')
|
||||||
|
+ev_dep = dependency('libev', method: 'pkg-config')
|
||||||
|
|
||||||
|
thread_dep = dependency('threads')
|
||||||
|
|
Loading…
Add table
Reference in a new issue