mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Makes it easy to set the background in rox instead of having to
having to muck around with the XML API it uses. -f fill the screen with the image -s scale the image with out stretching it -c center image and do not scale -t tile the image default: -s PR: ports/110152 Submitted by: Zane C. Bowers
This commit is contained in:
parent
0542b4892b
commit
7b43addf41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187261
@ -201,6 +201,7 @@
|
||||
SUBDIR += renderext
|
||||
SUBDIR += resourceext
|
||||
SUBDIR += rox-wallpaper
|
||||
SUBDIR += roxbg
|
||||
SUBDIR += rsibreak
|
||||
SUBDIR += ruby-X11
|
||||
SUBDIR += ruby-gnome2
|
||||
|
40
x11/roxbg/Makefile
Normal file
40
x11/roxbg/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: comiccron
|
||||
# Date created: 9 March 2007
|
||||
# Whom: Zane C. Bowers
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= roxbg
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= x11 deskutils
|
||||
MASTER_SITES= http://vvelox.net/programs/unix/x11/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||
EXTRACT_SUFX=
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= A tool for setting the background in rox using a simple command.
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/rox:${PORTSDIR}/x11-fm/rox-filer
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
PLIST_FILES= bin/roxbg
|
||||
|
||||
post-extract:
|
||||
@${CP} -v ${DISTDIR}/${DISTNAME} ${WRKSRC}
|
||||
|
||||
#nothing to configure
|
||||
do-configure:
|
||||
@${ECHO} -n
|
||||
|
||||
#nothing to make
|
||||
do-build:
|
||||
@${ECHO} -n
|
||||
|
||||
do-install:
|
||||
@${CP} -v ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/roxbg
|
||||
@${CHMOD} +x ${PREFIX}/bin/roxbg
|
||||
|
||||
.include <bsd.port.mk>
|
3
x11/roxbg/distinfo
Normal file
3
x11/roxbg/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (roxbg-1.0.0) = 35e3015e62b6e85486980360481e87e9
|
||||
SHA256 (roxbg-1.0.0) = 876da951b20dfa32bf1a05aff3898f5844d2631dd0ffd69b35f7d7be98ea7faa
|
||||
SIZE (roxbg-1.0.0) = 2768
|
9
x11/roxbg/pkg-descr
Normal file
9
x11/roxbg/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
Makes it easy to set the background in rox instead of having to
|
||||
having to muck around with the XML API it uses.
|
||||
|
||||
-f fill the screen with the image
|
||||
-s scale the image with out stretching it
|
||||
-c center image and do not scale
|
||||
-t tile the image
|
||||
|
||||
default: -s
|
Loading…
Reference in New Issue
Block a user