mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to 0.90.2
PR: 159500 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
0fdd3623e6
commit
a89b470bae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279438
@ -6,36 +6,28 @@
|
||||
#
|
||||
|
||||
PORTNAME= pager
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 12
|
||||
PORTVERSION= 0.90.2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= SF
|
||||
MASTER_SITE_SUBDIR= sawfish-pager
|
||||
EXTRACT_SUFX= .tgz
|
||||
MASTER_SITES= http://download.tuxfamily.org/sawfishpager/
|
||||
DISTNAME= sawfish-pager-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A pager for sawfish without GNOME
|
||||
|
||||
BROKEN= does not fetch
|
||||
|
||||
BUILD_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
|
||||
RUN_DEPENDS= sawfish:${PORTSDIR}/x11-wm/sawfish
|
||||
|
||||
BROKEN= does not build
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GNOME= gtk20
|
||||
USE_GMAKE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
USE_XORG= x11
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
SAWFISH_VERSION= `${LOCALBASE}/bin/sawfish --version 2>&1 | \
|
||||
${SED} 's/^.*version[ ]*\([0-9.]*\).*/\1/'`
|
||||
PLIST_FILES= lib/sawfish/sawfishpager \
|
||||
share/sawfish/lisp/sawfish/wm/ext/pager.jl \
|
||||
share/sawfish/lisp/sawfish/wm/ext/pager.jlc
|
||||
|
||||
PLIST_SUB+= SAWFISH_VERSION="${SAWFISH_VERSION}"
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jl \
|
||||
${PREFIX}/share/sawfish/${SAWFISH_VERSION}/lisp/sawfish/wm/ext
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/lib/sawfish/sawfishpager
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pager-0.6.tgz) = d60e3788db46461c16411673cc37070ace4cbfab86d2c149e0bf2467e30ccb8c
|
||||
SIZE (pager-0.6.tgz) = 13624
|
||||
SHA256 (sawfish-pager-0.90.2.tar.xz) = 3d8c884f06f6fdf546ce27cf3ccca67373da4094b890ca018a538096d1178345
|
||||
SIZE (sawfish-pager-0.90.2.tar.xz) = 174760
|
||||
|
@ -1,3 +1,3 @@
|
||||
A pager for sawfish without GNOME
|
||||
|
||||
WWW: http://sawfish-pager.sourceforge.net/
|
||||
WWW: http://sawfish.tuxfamily.org/
|
||||
|
@ -3,6 +3,5 @@ To start the pager at the startup of sawfish add the following to
|
||||
your sawfish resource file (e.g. ~/.sawfishrc):
|
||||
|
||||
(require 'sawfish.wm.ext.pager)
|
||||
(setq pager-executable "pager")
|
||||
(add-hook 'after-initialization-hook pager t)
|
||||
********************************************************************************
|
||||
|
@ -1,4 +0,0 @@
|
||||
bin/pager
|
||||
share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jl
|
||||
@comment share/sawfish/%%SAWFISH_VERSION%%/lisp/sawfish/wm/ext/pager.jlc
|
||||
@comment doesn't work correct with the compiled .jl file at the moment
|
Loading…
Reference in New Issue
Block a user