pkgsrc-WIP-changes archive

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

Remove unnecessary git package



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Mon Dec 6 22:36:34 2021 +0100
Changeset:	2d330f5c77275014b24b1624045a77a52ec6bf57

Modified Files:
	Makefile
Removed Files:
	spectrwm-git/DESCR
	spectrwm-git/Makefile
	spectrwm-git/PLIST

Log Message:
Remove unnecessary git package

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

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

diffstat:
 Makefile              |  1 -
 spectrwm-git/DESCR    | 11 ---------
 spectrwm-git/Makefile | 63 ---------------------------------------------------
 spectrwm-git/PLIST    | 17 --------------
 4 files changed, 92 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index 21b6dc0e55..2446d2196e 100644
--- a/Makefile
+++ b/Makefile
@@ -5294,7 +5294,6 @@ SUBDIR+=	spcm
 SUBDIR+=	spe
 SUBDIR+=	spectacle
 SUBDIR+=	spectra
-SUBDIR+=	spectrwm-git
 SUBDIR+=	speedx
 SUBDIR+=	spfmilter
 SUBDIR+=	spice-gtk
diff --git a/spectrwm-git/DESCR b/spectrwm-git/DESCR
deleted file mode 100644
index 4ffca32058..0000000000
--- a/spectrwm-git/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
-Spectrwm is a small dynamic tiling window manager for X11. It tries
-to stay out of the way so that valuable screen real estate can be
-used for much more important stuff. It has sane defaults and does
-not require one to learn a language to do any configuration. It
-was written by hackers for hackers and it strives to be small,
-compact and fast.
-
-This packages builds spectrwm from the git-master branch.
-
-For a more detailed description of the window manager see DESCR in
-wm/spectrwm.
diff --git a/spectrwm-git/Makefile b/spectrwm-git/Makefile
deleted file mode 100644
index fd66b559ef..0000000000
--- a/spectrwm-git/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# $NetBSD$
-
-DISTNAME=	spectrwm-3.4.1
-CATEGORIES=	wm
-
-MAINTAINER=	pin%NetBSD.org@localhost
-HOMEPAGE=	https://github.com/conformal/spectrwm
-COMMENT=	Small dynamic tiling window manager for X11
-LICENSE=	isc
-
-GIT_REPO=	https://github.com/conformal/spectrwm.git
-
-DEPENDS+=	dmenu-[0-9]*:../../x11/dmenu
-
-BUILDLINK_TRANSFORM+=	rm:-Werror
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "OpenBSD"
-USE_BSD_MAKEFILE=	yes
-INSTALLATION_DIRS+=	bin lib ${PKGMANDIR}/man1
-MAKE_FLAGS+=		MANDIR=${PREFIX}/${PKGMANDIR}
-MAKE_FLAGS+=		MANINSTALL=maninstall
-# sync with major.minor from ${WRKSRC}/lib/shlib_version.
-CFLAGS+=		-DSWM_LIB=\"${PREFIX}/lib/libswmhack.so.0.0\"
-.else
-CFLAGS+=		-I${PREFIX}/include
-LDFLAGS+=		-L${PREFIX}/lib ${COMPILER_RPATH_FLAG}${PREFIX}/lib
-MAKE_FLAGS+=		MANDIR=${PREFIX}/${PKGMANDIR}
-.  if ${OPSYS} == "Darwin"
-USE_TOOLS+=		gmake
-BUILD_DIRS=		osx
-.  elif ${OPSYS} == "FreeBSD"
-BUILD_DIRS=		freebsd
-.  elif ${OPSYS} == "NetBSD"
-BUILD_DIRS=		netbsd
-.  else
-USE_TOOLS+=		gmake pkg-config
-BUILD_DIRS=		linux
-.  endif
-.endif
-
-INSTALLATION_DIRS+=	share/examples/spectrwm
-
-post-extract:
-	${RUN} cd ${WRKSRC} && ${CP} -R freebsd netbsd
-
-post-install:
-	${INSTALL_DATA} ${WRKSRC}/*.conf ${DESTDIR}${PREFIX}/share/examples/spectrwm
-	${INSTALL_DATA} ${WRKSRC}/*.sh ${DESTDIR}${PREFIX}/share/examples/spectrwm
-
-.include "../../wip/mk/git-package.mk"
-.include "../../x11/libX11/buildlink3.mk"
-.include "../../x11/libXcursor/buildlink3.mk"
-.include "../../x11/libXft/buildlink3.mk"
-BUILDLINK_DEPMETHOD.libXt=	build
-.include "../../x11/libXt/buildlink3.mk"
-.include "../../x11/libXrandr/buildlink3.mk"
-.include "../../x11/xorgproto/buildlink3.mk"
-.include "../../x11/xcb-util/buildlink3.mk"
-.include "../../x11/xcb-util-keysyms/buildlink3.mk"
-.include "../../x11/xcb-util-wm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/spectrwm-git/PLIST b/spectrwm-git/PLIST
deleted file mode 100644
index c32e7d743e..0000000000
--- a/spectrwm-git/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD$
-bin/scrotwm
-bin/spectrwm
-lib/libswmhack.so.0.0
-man/man1/spectrwm.1
-share/examples/spectrwm/baraction.sh
-share/examples/spectrwm/buildver.sh
-share/examples/spectrwm/initscreen.sh
-share/examples/spectrwm/release.sh
-share/examples/spectrwm/screenshot.sh
-share/examples/spectrwm/spectrwm.conf
-share/examples/spectrwm/spectrwm_cz.conf
-share/examples/spectrwm/spectrwm_es.conf
-share/examples/spectrwm/spectrwm_fr.conf
-share/examples/spectrwm/spectrwm_fr_ch.conf
-share/examples/spectrwm/spectrwm_se.conf
-share/examples/spectrwm/spectrwm_us.conf


Home | Main Index | Thread Index | Old Index