mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
[new port] deskutils/multi-backgrounds-daemon
The Multi-Backgrounds-Daemon is a little daemon (for Gnome2) that see that you've just changed to other workspace, and then it changes the background PR: ports/54530 Submitted by: Juan Salaverria <rael@vectorstar.net>
This commit is contained in:
parent
36bf7b00da
commit
d5cc33d264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90761
@ -54,6 +54,7 @@
|
||||
SUBDIR += mnemo
|
||||
SUBDIR += moneydance
|
||||
SUBDIR += mrproject
|
||||
SUBDIR += multi-backgrounds-daemon
|
||||
SUBDIR += nag
|
||||
SUBDIR += narval
|
||||
SUBDIR += notebook
|
||||
|
37
deskutils/multi-backgrounds-daemon/Makefile
Normal file
37
deskutils/multi-backgrounds-daemon/Makefile
Normal file
@ -0,0 +1,37 @@
|
||||
# New ports collection makefile for: deskutils/multi-backgrounds-daemon
|
||||
# Date created: 16 Jul 2003
|
||||
# Whom: Juan Salaverria <rael@vectorstar.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= multi-backgrounds-daemon
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= deskutils gnome
|
||||
MASTER_SITES= http://jk24.free.fr/multi-backgrounds-daemon/
|
||||
|
||||
MAINTAINER= rael@vectorstar.net
|
||||
COMMENT= Change your GNOME2 backgound when you switch to other workspace
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_LIBTOOL= yes
|
||||
USE_GNOME= gnomehack gnomeprefix libgnomeui libwnck
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ;' ${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
@${CAT} pkg-message
|
||||
|
||||
.include <bsd.port.mk>
|
1
deskutils/multi-backgrounds-daemon/distinfo
Normal file
1
deskutils/multi-backgrounds-daemon/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (multi-backgrounds-daemon-0.1.1.tar.gz) = a13da364dc753a723f7c685767aaa010
|
7
deskutils/multi-backgrounds-daemon/pkg-descr
Normal file
7
deskutils/multi-backgrounds-daemon/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
The Multi-Backgrounds-Daemon is a little daemon (~designed~ for Gnome 2)
|
||||
that see that you've just changed to other workspace (a X workspace),
|
||||
and that change the background
|
||||
|
||||
WWW: http://jk24.free.fr/multi-backgrounds-daemon/
|
||||
|
||||
Juan Salaverria -- <rael@vectorstar.net>
|
1
deskutils/multi-backgrounds-daemon/pkg-message
Normal file
1
deskutils/multi-backgrounds-daemon/pkg-message
Normal file
@ -0,0 +1 @@
|
||||
To use the daemon, just put it in Desktop Preferences -> Advanced -> Sessions -> Startup Programs
|
8
deskutils/multi-backgrounds-daemon/pkg-plist
Normal file
8
deskutils/multi-backgrounds-daemon/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
bin/multi-backgrounds-daemon
|
||||
%%PORTDOCS%%share/doc/multi-backgrounds-daemon/AUTHORS
|
||||
%%PORTDOCS%%share/doc/multi-backgrounds-daemon/COPYING
|
||||
%%PORTDOCS%%share/doc/multi-backgrounds-daemon/ChangeLog
|
||||
%%PORTDOCS%%share/doc/multi-backgrounds-daemon/INSTALL
|
||||
%%PORTDOCS%%share/doc/multi-backgrounds-daemon/NEWS
|
||||
%%PORTDOCS%%share/doc/multi-backgrounds-daemon/README
|
||||
%%PORTDOCS%%@dirrm share/doc/multi-backgrounds-daemon
|
Loading…
Reference in New Issue
Block a user