summaryrefslogtreecommitdiffstats
path: root/gnome1-libs/gnome-applets
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /gnome1-libs/gnome-applets
initial commit from stable 0.3
Diffstat (limited to 'gnome1-libs/gnome-applets')
-rwxr-xr-xgnome1-libs/gnome-applets/BUILD7
-rwxr-xr-xgnome1-libs/gnome-applets/CONFLICTS1
-rwxr-xr-xgnome1-libs/gnome-applets/DEPENDS5
-rwxr-xr-xgnome1-libs/gnome-applets/DETAILS95
-rw-r--r--gnome1-libs/gnome-applets/HISTORY29
5 files changed, 137 insertions, 0 deletions
diff --git a/gnome1-libs/gnome-applets/BUILD b/gnome1-libs/gnome-applets/BUILD
new file mode 100755
index 0000000000..fb5cca49be
--- /dev/null
+++ b/gnome1-libs/gnome-applets/BUILD
@@ -0,0 +1,7 @@
+sedit 's/## x/x/' multiload/main.c
+sedit 's/## y ##/y/' multiload/main.c
+
+sedit "s/\-Werror//" charpick/Makefile.am
+sedit "s/\-Werror//" charpick/Makefile.in
+
+default_build
diff --git a/gnome1-libs/gnome-applets/CONFLICTS b/gnome1-libs/gnome-applets/CONFLICTS
new file mode 100755
index 0000000000..5d13797874
--- /dev/null
+++ b/gnome1-libs/gnome-applets/CONFLICTS
@@ -0,0 +1 @@
+conflicts gnome-applets2
diff --git a/gnome1-libs/gnome-applets/DEPENDS b/gnome1-libs/gnome-applets/DEPENDS
new file mode 100755
index 0000000000..90543d98b2
--- /dev/null
+++ b/gnome1-libs/gnome-applets/DEPENDS
@@ -0,0 +1,5 @@
+depends gnome-core &&
+depends libxml &&
+depends libgtop &&
+
+optional_depends "libghttp" "" "" "to build gweather and slashapp"
diff --git a/gnome1-libs/gnome-applets/DETAILS b/gnome1-libs/gnome-applets/DETAILS
new file mode 100755
index 0000000000..01c28f636c
--- /dev/null
+++ b/gnome1-libs/gnome-applets/DETAILS
@@ -0,0 +1,95 @@
+ SPELL=gnome-applets
+ VERSION=1.4.1
+ BRANCH=`echo $VERSION|cut -d . -f 1,2`
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+ SOURCE_URL[1]=ftp://ftp.gnome.org/pub/GNOME/sources/$SPELL/$BRANCH/$SOURCE
+ MD5[0]="dc04fbd8ca225a7fafeaf416046ac447"
+ LICENSE[0]=GPL
+ LICENSE[1]=FDL
+ MAINTAINER=jon-sven@frisurf.no
+ WEB_SITE=http://www.gnome.org
+ ENTERED=20010922
+ UPDATED=20021103
+ SHORT="gnome-applets contains various applets for GNOME panel"
+cat << EOF
+another_clock:
+Simple analog clock.
+asclock:
+The AfterStep Clock applet.
+clockmail:
+Clock and Mailcheck applet.
+jbc:
+Jon's Binary Clock applet.
+battery:
+Show battery charge.
+cpumemusage:
+Show CPU, memory and swap usage.
+diskusage:
+Show disk usage.
+cpuload:
+Show CPU usage.
+memload:
+Show memory usage.
+swapload:
+Show swap usage.
+netload:
+Show load on different network interfaces.
+loadavg:
+Show oad average.
+charpick:
+Allows you to easily write many characters
+which are not available on standard keyboards.
+drivemount:
+Allows you to quickly and easily mount and
+unmount various types of drives and filesystems.
+gkb:
+Allows you to easily and quickly change the
+keyboard map to those used in various different
+countries.
+mini-commander:
+Adds a command line to your Panel.
+quicklaunch:
+An applet which holds application launchers.
+tickastat:
+Watches various aspects of your system and delivers
+information when certain events occur.
+whereami:
+Shows the position of your mouse pointer on the screen.
+gweather:
+Retrieves from the Internet and displays various
+weather information.
+screenshooter:
+A handy little screengrabber (Need imagemagick).
+gnotes:
+Allows you to cover your GNOME desktop with
+little, yellow, virtual sticky-notes.
+webcontrol:
+allows you to launch your Netscape browser with
+the URL you indicate in the URL text box.
+slash:
+Show last news from slashdot.org
+modemlights:
+Monitor your modem while it is working.
+fifteen:
+Is a version of the old game of moving squares
+around a grid to put them into numerical order.
+geyes:
+Is a pair of eyes which follow your mouse
+pointer around the screen.
+life:
+An applet which runs "the game of life" according
+to Conway's rules.
+odometer:
+Tracks and measures the movements of your
+mouse pointer across the desktop.
+cdplayer:
+Play CDs from a panel.
+mixer:
+Interface for controlling the sound volume and
+launching the Audio Mixer.
+sound-monitor:
+A sound volume display and an interface for
+controlling Enlightenment Sound Daemon.
+EOF
diff --git a/gnome1-libs/gnome-applets/HISTORY b/gnome1-libs/gnome-applets/HISTORY
new file mode 100644
index 0000000000..d2c027b41a
--- /dev/null
+++ b/gnome1-libs/gnome-applets/HISTORY
@@ -0,0 +1,29 @@
+2004-03-11 Arwed v. Merkatz <v.merkatz@gmx.net>
+ * BUILD: added sedits to fix bug #6129
+
+2002-11-03 Robin Cook <rcook@wyrms.net>
+ * Updated to 1.4.1
+
+2002-10-23 Robin Cook <rcook@wyrms.net>
+ * Add MD5
+
+2002-09-20 Jon Svendsen <jon-sven@frisurf.no>
+ * URLs now match new ftp.gnome.org layout
+
+2002-06-25 Jon Svendsen <jon-sven@frisurf.no>
+ * A sligth sed hack to build with gcc3
+
+2002-06-19 Jon Svendsen <jon-sven@frisurf.no>
+ * Added licensing information
+
+2002-04-07 Jon Svendsen <jon-sven@frisurf.no>
+ * Updated to 1.4.0.5 as compile failure failed to occur anymore
+
+2002-03-12 Jon Svendsen <jon-sven@frisurf.no>
+ * Added HISTORY
+ * Added MAINTAINER, yessir that's me
+ * fixed backup url
+ * FIXME: long description is completely buggered
+ * FIXME: really depends on gnome-core?
+ * FIXME: investigate compilation fail of latest version
+