pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

i3lock: Remove. Imported to x11/



Module Name:	pkgsrc-wip
Committed By:	Mateusz Poszwa <old4%o2.pl@localhost>
Pushed By:	f8l
Date:		Sun Jun 12 01:16:16 2016 +0200
Changeset:	b077243da3f69a1b933f6311faff5d44d4aba22a

Modified Files:
	Makefile
Removed Files:
	i3lock/DESCR
	i3lock/MESSAGE
	i3lock/Makefile
	i3lock/PLIST
	i3lock/distinfo
	i3lock/patches/patch-Makefile

Log Message:
i3lock: Remove. Imported to x11/

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b077243da3f69a1b933f6311faff5d44d4aba22a

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                      |  1 -
 i3lock/DESCR                  |  8 --------
 i3lock/MESSAGE                | 12 ------------
 i3lock/Makefile               | 33 ---------------------------------
 i3lock/PLIST                  |  4 ----
 i3lock/distinfo               |  7 -------
 i3lock/patches/patch-Makefile | 29 -----------------------------
 7 files changed, 94 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 84b17af..df47f07 100644
--- a/Makefile
+++ b/Makefile
@@ -1302,7 +1302,6 @@ SUBDIR+=	hypatia
 SUBDIR+=	hyperrogue
 SUBDIR+=	hztool
 SUBDIR+=	i3-git
-SUBDIR+=	i3lock
 SUBDIR+=	i3status
 SUBDIR+=	iText
 SUBDIR+=	iTextXML
diff --git a/i3lock/DESCR b/i3lock/DESCR
deleted file mode 100644
index 20c909d..0000000
--- a/i3lock/DESCR
+++ /dev/null
@@ -1,8 +0,0 @@
-i3lock improves slock by making it fork() and therefore combinable with
-commands to suspend your computer. Additionally, instead of turning off
-your screen via DPMS and/or displaying a black screen, i3lock displays
-a white screen so you can see if your computer failed to resume from
-suspend or if your screen is just locked. Also, when entering a wrong
-password, i3lock does not call XBell(). This is important because
-i3lock/slock think you've entered a password when resuming from suspend,
-at least sometimes.
diff --git a/i3lock/MESSAGE b/i3lock/MESSAGE
deleted file mode 100644
index cd3c540..0000000
--- a/i3lock/MESSAGE
+++ /dev/null
@@ -1,12 +0,0 @@
-===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2006/05/01 07:22:29 jmmv Exp $
-
-You need to copy the i3lock PAM configuration file to your PAM
-configuration directory (typically /etc/pam.d).  You can find a sample
-file in:
-
-	${EGDIR}/pam.d/i3lock
-
-It may need to be manually adjusted.
-
-===========================================================================
diff --git a/i3lock/Makefile b/i3lock/Makefile
deleted file mode 100644
index 3f5aea8..0000000
--- a/i3lock/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.7 2015/04/08 14:38:42 nros Exp $
-#
-
-DISTNAME=	i3lock-2.7
-CATEGORIES=	x11
-MASTER_SITES=	http://i3wm.org/i3lock/
-EXTRACT_SUFX=	.tar.bz2
-
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://i3wm.org/i3lock/
-COMMENT=	Slightly improved screen locker based on slock
-LICENSE=	modified-bsd
-
-USE_TOOLS+=	gmake pkg-config
-USE_LANGUAGES=	c99
-
-MAKE_FLAGS+=	PREFIX=${PREFIX}
-MAKE_FLAGS+=	EGDIR=${EGDIR}
-MAKE_FLAGS+=	MANDIR=${PKGMANDIR}
-
-EGDIR=	${PREFIX}/share/examples/${PKGBASE}
-
-MESSAGE_SUBST+=	EGDIR=${EGDIR}
-
-.include "../../devel/libev/buildlink3.mk"
-.include "../../graphics/cairo/buildlink3.mk"
-.include "../../x11/libxcb/buildlink3.mk"
-.include "../../x11/libxkbcommon/buildlink3.mk"
-.include "../../x11/xcb-util/buildlink3.mk"
-.include "../../x11/xcb-util-image/buildlink3.mk"
-.include "../../x11/xcb-util-keysyms/buildlink3.mk"
-.include "../../mk/pam.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/i3lock/PLIST b/i3lock/PLIST
deleted file mode 100644
index 2a2391a..0000000
--- a/i3lock/PLIST
+++ /dev/null
@@ -1,4 +0,0 @@
-@comment $NetBSD$
-bin/i3lock
-man/man1/i3lock.1
-share/examples/i3lock/pam.d/i3lock
diff --git a/i3lock/distinfo b/i3lock/distinfo
deleted file mode 100644
index 79107a8..0000000
--- a/i3lock/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.5 2015/04/08 12:09:29 nros Exp $
-
-SHA1 (i3lock-2.7.tar.bz2) = d1096b1f67bfcddc447fade8fa4f7bc124607fec
-RMD160 (i3lock-2.7.tar.bz2) = b140a1babea730469943641d5d78655d9a5807a8
-SHA512 (i3lock-2.7.tar.bz2) = 7945d142d239fe7f8985c1000e22db0532456939e65ee855f12e364092808d0cc09cc818b1189e32d88c872ce00033c41c8ebefe62349630872815adaf8b3899
-Size (i3lock-2.7.tar.bz2) = 19490 bytes
-SHA1 (patch-Makefile) = 20653b964ce099c0b9daba433a07d2b5b0f1bac3
diff --git a/i3lock/patches/patch-Makefile b/i3lock/patches/patch-Makefile
deleted file mode 100644
index cc7a3d0..0000000
--- a/i3lock/patches/patch-Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-$NetBSD$
-
-Install example configuration into EGDIR.
-Install man-page.
-
---- Makefile.orig	2015-05-20 07:17:06.000000000 +0000
-+++ Makefile
-@@ -2,6 +2,7 @@ INSTALL=install
- PREFIX=/usr
- SYSCONFDIR=/etc
- PKG_CONFIG=pkg-config
-+MANDIR=share/man
- 
- # Check if pkg-config is installed, we need it for building CFLAGS/LIBS
- ifeq ($(shell which $(PKG_CONFIG) 2>/dev/null 1>/dev/null || echo 1),1)
-@@ -37,9 +38,11 @@ clean:
- 
- install: all
- 	$(INSTALL) -d $(DESTDIR)$(PREFIX)/bin
--	$(INSTALL) -d $(DESTDIR)$(SYSCONFDIR)/pam.d
-+	$(INSTALL) -d $(DESTDIR)$(EGDIR)/pam.d
-+	$(INSTALL) -d $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
- 	$(INSTALL) -m 755 i3lock $(DESTDIR)$(PREFIX)/bin/i3lock
--	$(INSTALL) -m 644 i3lock.pam $(DESTDIR)$(SYSCONFDIR)/pam.d/i3lock
-+	$(INSTALL) -m 644 i3lock.pam $(DESTDIR)$(EGDIR)/pam.d/i3lock
-+	$(INSTALL) -m 644 i3lock.1 $(DESTDIR)$(PREFIX)/$(MANDIR)/man1/i3lock.1
- 
- uninstall:
- 	rm -f $(DESTDIR)$(PREFIX)/bin/i3lock


Home | Main Index | Thread Index | Old Index