diff options
author | netchild <netchild@FreeBSD.org> | 2003-09-03 21:29:30 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2003-09-03 21:29:30 +0000 |
commit | a15af0afe9b578cb2c7482b060a5cacb3ba435da (patch) | |
tree | 3cff71dd4ed165a3b3c3dfcf004f9cb0a977b7dd /graphics | |
parent | 6cfe975a7fc89e03531b62bc5b862b04a14e8f7d (diff) | |
download | FreeBSD-ports-a15af0afe9b578cb2c7482b060a5cacb3ba435da.zip FreeBSD-ports-a15af0afe9b578cb2c7482b060a5cacb3ba435da.tar.gz |
- 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]
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/chbg/Makefile | 3 | ||||
-rw-r--r-- | graphics/chbg/files/patch-xscreensaver | 12 |
2 files changed, 13 insertions, 2 deletions
diff --git a/graphics/chbg/Makefile b/graphics/chbg/Makefile index 55f6b94..65d855f 100644 --- a/graphics/chbg/Makefile +++ b/graphics/chbg/Makefile @@ -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 diff --git a/graphics/chbg/files/patch-xscreensaver b/graphics/chbg/files/patch-xscreensaver new file mode 100644 index 0000000..193b132 --- /dev/null +++ b/graphics/chbg/files/patch-xscreensaver @@ -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}, |