summaryrefslogtreecommitdiffstats
path: root/x11-libs/chbg
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /x11-libs/chbg
initial commit from stable 0.3
Diffstat (limited to 'x11-libs/chbg')
-rwxr-xr-xx11-libs/chbg/BUILD2
-rwxr-xr-xx11-libs/chbg/DEPENDS7
-rwxr-xr-xx11-libs/chbg/DETAILS30
-rwxr-xr-xx11-libs/chbg/HISTORY20
4 files changed, 59 insertions, 0 deletions
diff --git a/x11-libs/chbg/BUILD b/x11-libs/chbg/BUILD
new file mode 100755
index 0000000000..50f4d091ab
--- /dev/null
+++ b/x11-libs/chbg/BUILD
@@ -0,0 +1,2 @@
+sedit 's/^LIBS =/& -lpng/' src/Makefile.in &&
+default_build
diff --git a/x11-libs/chbg/DEPENDS b/x11-libs/chbg/DEPENDS
new file mode 100755
index 0000000000..29a268d4e7
--- /dev/null
+++ b/x11-libs/chbg/DEPENDS
@@ -0,0 +1,7 @@
+depends gtk+ &&
+depends imlib2 '--with-image-library=imlib2' &&
+
+optional_depends "gettext" \
+ "--enable-nls" \
+ "--disable-nls" \
+ "for internationalized messages"
diff --git a/x11-libs/chbg/DETAILS b/x11-libs/chbg/DETAILS
new file mode 100755
index 0000000000..036b7988c8
--- /dev/null
+++ b/x11-libs/chbg/DETAILS
@@ -0,0 +1,30 @@
+ SPELL=chbg
+ VERSION=1.5
+ SOURCE=$SPELL-$VERSION.tgz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ SOURCE_URL[1]=http://chbg.sourceforge.net/sw/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.idata.sk/pub/unix/x11/$SOURCE
+ MD5[0]='a380f252175b0624c797bb067f577b5a'
+ WEB_SITE=http://chbg.sourceforge.net/
+ ENTERED=20030118
+ UPDATED=20030118
+ LICENSE[0]=GPL
+ SHORT='chbg is a GPL, user configurable X background changer.'
+cat << EOF
+
+ChBg is used for changing desktop background pictures on a schedule.
+
+Uses Raster's gdk_imlib1 or Imlib2 or gdk_pixbuf from GNOME
+or GTK+-2.0 libraries for loading pictures, so any picture
+format supported by the installed library can be used as a
+background. ChBg can display pictures in ten modes - tiled
+pictures, tiled mirrored pictures, integer tiled, integer
+mirrored, center tiled, symmetrical tiled, symetrical mirrored,
+maximized picture, centered picture with selected background
+color, and smart mode which displays centered scaled image
+with specified growing ratio and maximal taken area of screen.
+Also supports several picture changing effects, and background
+shading.
+
+EOF
diff --git a/x11-libs/chbg/HISTORY b/x11-libs/chbg/HISTORY
new file mode 100755
index 0000000000..a45d200f5c
--- /dev/null
+++ b/x11-libs/chbg/HISTORY
@@ -0,0 +1,20 @@
+2004-03-11 Robert Helgesson <rycee@home.se>
+ * DETAILS: Removed MAINTAINER. Fixed MD5 usage.
+ * BUILD: Use default_build.
+ * BUILD: Force linking with libpng (bug #6135).
+ * DEPENDS: Cleanup.
+ * HISTORY: Converted to new format.
+
+2003-01-18 Joel Mayes <jmayes@sourcemage.org>
+ * Added to devel grimoire
+ * DETAILS: Reformated description in DETAILS
+
+2003-01-18 Steve Cook <dezmond@bardicgrove.org>
+ * Created spell
+ * DEPENDS: Forced dependency to imlib2 - see web page for
+ alternatives... Next update of this spell should take
+ alternatives into consideration (likely with the
+ provides/requires features), but as this will require
+ modifications to several other spells, I decided not to
+ include that in my first cut.
+