mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
[PATCH] x11/wmdrawer: UNBREAK
Fix fetch by using an other Beastie image. [1] Add a pkg-message to tell users how to create ~/.wmdrawerrc. Bump PORTVERSION for plist change. Reported by: fenner's distfiles survey [1] PR: ports/94869 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> Approved by: maintainer timeout
This commit is contained in:
parent
8a6e8d7148
commit
975bf1ff1b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159465
@ -8,19 +8,18 @@
|
||||
|
||||
PORTNAME= wmdrawer
|
||||
PORTVERSION= 0.10.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11 windowmaker
|
||||
MASTER_SITES= http://people.easter-eggs.org/~valos/wmdrawer/:tarball \
|
||||
http://www.daemon.li/distfiles/:pixmap
|
||||
http://wikitest.freebsd.org/classic/img/:pixmap
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
DISTFILES= ${EXTRACT_ONLY}:tarball \
|
||||
daemon.png:pixmap
|
||||
moinmoin.png:pixmap
|
||||
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A dockapp which provides a drawer to launch applications
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_GETOPT_LONG=yes
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gdkpixbuf
|
||||
@ -28,6 +27,8 @@ USE_GMAKE= yes
|
||||
CONFIGURE_ENV+= DOCSDIR=${DOCSDIR}
|
||||
MAKE_ENV+= ${CONFIGURE_ENV}
|
||||
|
||||
SUB_FILES+= pkg-message
|
||||
|
||||
MANCOMPRESSED= yes
|
||||
MAN1= wmdrawer.1x
|
||||
|
||||
@ -41,6 +42,7 @@ post-patch:
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DATADIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/daemon.png ${DATADIR}
|
||||
${INSTALL_DATA} ${DISTDIR}/moinmoin.png ${DATADIR}/beastie.png
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,6 +1,6 @@
|
||||
MD5 (wmdrawer-0.10.5.tar.gz) = b8c4a5d5abd593a29504dfe4c30c8925
|
||||
SHA256 (wmdrawer-0.10.5.tar.gz) = 1fd727ce9d91abe1e0c12ad82dbaa9b3aa69f4b852af460ac81c32a7394c5078
|
||||
SIZE (wmdrawer-0.10.5.tar.gz) = 49413
|
||||
MD5 (daemon.png) = 06f903b8a644c8c523833747948b54eb
|
||||
SHA256 (daemon.png) = 534fee4a08d2b519f1a02230517711c9de7e1cbaaa7b071f460685a44718cd15
|
||||
SIZE (daemon.png) = 17306
|
||||
MD5 (moinmoin.png) = b0a4b802fd6077fe34767b5fac6449a9
|
||||
SHA256 (moinmoin.png) = 031d012a56ea1f5cb50c605398a3fddaf3d8af8ceed412c817f3603622923a5f
|
||||
SIZE (moinmoin.png) = 7758
|
||||
|
@ -5,7 +5,7 @@
|
||||
[general]
|
||||
# Dock's icon [optional]
|
||||
-#dock_icon panel-drawer.png
|
||||
+dock_icon daemon.png
|
||||
+dock_icon beastie.png
|
||||
|
||||
# Drawer's opening direction [required]
|
||||
# Top to bottom = 0
|
||||
|
4
x11/wmdrawer/files/pkg-message.in
Normal file
4
x11/wmdrawer/files/pkg-message.in
Normal file
@ -0,0 +1,4 @@
|
||||
===============================================================================
|
||||
Use %%DOCSDIR%%/wmdrawerrc.example as a base
|
||||
for your ~/.wmdrawerrc
|
||||
===============================================================================
|
@ -1,5 +1,5 @@
|
||||
bin/wmdrawer
|
||||
%%DATADIR%%/daemon.png
|
||||
%%DATADIR%%/beastie.png
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/ChangeLog
|
||||
|
Loading…
Reference in New Issue
Block a user