1
0
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:
Martin Wilke 2007-03-13 09:02:42 +00:00
parent 0542b4892b
commit 7b43addf41
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187261
4 changed files with 53 additions and 0 deletions

View File

@ -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
View 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
View 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
View 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