pkgsrc-wip/i3lock/Makefile
Pierre Allegraud 112b3acba8 Update to i3lock-2.4.1
2012-06-02 i3lock 2.4.1

 - Bugfix: Correctly center unlock indicator after reconfiguring screens
   (Thanks xeen)
 - Bugfix: Revert shift lock handling (broke uppercase letters)
 - Bugfix: Skip shift when getting the modifier mask (Thanks SardemFF7)

2012-04-01 i3lock 2.4

 - Bugfix: Fix background color when using cairo (Thanks Pascal)
 - Only output text when in debug mode (fixes problems with xautolock)
 - fallback when the image cannot be loaded
 - Use (void) instead of () for functions without args (Thanks fernandotcl)

2012-03-15 i3lock 2.3.1

 - Fix compilation on some systems

2012-03-15 i3lock 2.3

  - Implement a visual unlock indicator
  - Support ISO_Level5_Shift and Caps Lock
  - Lock the password buffer in memory, clear it in RAM after verifying
  - Fork after the window is visible, not before
  - Bugfix: Copy the color depth from parent (root) window instead of
    hardcoding a depth of 24
2012-11-25 17:26:58 +00:00

37 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2012/11/25 17:26:58 pallegra Exp $
#
DISTNAME= i3lock-2.4.1
CATEGORIES= x11
MASTER_SITES= http://i3wm.org/i3lock/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pallegra@gmail.com
HOMEPAGE= http://i3wm.org/i3lock/
COMMENT= Slightly improved screen locker based on slock
LICENSE= modified-bsd
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c99
# print options before building...
MAKE_JOBS_SAFE= no
MAKE_ENV+= SYSCONFDIR=${PKG_SYSCONFDIR}
MAKE_ENV+= NOLIBCAIRO=1
SPECIAL_PERMS+= bin/i3lock ${SETUID_ROOT_PERMS}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/i3lock ${DESTDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/i3lock.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/
.include "../../x11/libxcb/buildlink3.mk"
.include "../../x11/xcb-util/buildlink3.mk"
.include "../../x11/xcb-util-keysyms/buildlink3.mk"
.include "../../x11/xcb-util-image/buildlink3.mk"
.include "../../x11/xextproto/buildlink3.mk"
.include "../../devel/libev/buildlink3.mk"
.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"