mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Add better xscreensaver support. [1]
I don't use xscreensaver, so I haven't tested it, but the patch compiles just fine and doesn't break the normal operation. - Remove comment about GNOME support in the port Makefile, we don't need it anymore. PR: 55772 [1] Submitted by: Zahemszky Gábor <Gabor@zahemszky.hu> [1]
This commit is contained in:
parent
8c4b61af8f
commit
fc3d335434
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=88455
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= chbg
|
||||
PORTVERSION= 1.5
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
http://www.idata.sk/~ondrej/sw/
|
||||
@ -17,7 +17,6 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= netchild@FreeBSD.org
|
||||
COMMENT= Change Background Picture with time period
|
||||
|
||||
# GNOME parts aren't prefix safe, they install into "gnome-config --prefix"
|
||||
USE_X_PREFIX= yes
|
||||
USE_GNOME= gdkpixbuf
|
||||
USE_GMAKE= yes
|
||||
|
12
graphics/chbg/files/patch-xscreensaver
Normal file
12
graphics/chbg/files/patch-xscreensaver
Normal file
@ -0,0 +1,12 @@
|
||||
*** src/options.h.orig Tue Aug 19 22:51:46 2003
|
||||
--- src/options.h Tue Aug 19 22:46:51 2003
|
||||
*************** option_t chbg_opts[] = {
|
||||
*** 118,123 ****
|
||||
--- 118,124 ----
|
||||
{CHBG_OPT_PATTERN, "-pattern", "Pattern:", 1},
|
||||
{CHBG_OPT_INWINDOW, "-inwindow", "InWindow:", 0},
|
||||
{CHBG_OPT_WINDOWID, "-windowid", NULL, 1},
|
||||
+ {CHBG_OPT_WINDOWID, "-window-id", NULL, 1},
|
||||
{CHBG_OPT_RUN, "-run", NULL, 0},
|
||||
{CHBG_OPT_MIN_PSIZE, "-min_psize", "MinPictureSize:", 1},
|
||||
{CHBG_OPT_DEFFECTS, "-deffects", "DisabledEffects:", 1},
|
Loading…
Reference in New Issue
Block a user