[Lunar-commits] r19684 - moonbase/trunk/x11-utils/gkrellweather
Moritz Heiber
moe at lunar-linux.org
Sat Apr 15 12:35:41 UTC 2006
Author: moe
Date: 2006-04-15 12:35:41 +0000 (Sat, 15 Apr 2006)
New Revision: 19684
Modified:
moonbase/trunk/x11-utils/gkrellweather/BUILD
moonbase/trunk/x11-utils/gkrellweather/DETAILS
Log:
Update to gkrellweather
Modified: moonbase/trunk/x11-utils/gkrellweather/BUILD
===================================================================
--- moonbase/trunk/x11-utils/gkrellweather/BUILD 2006-04-15 05:28:25 UTC (rev 19683)
+++ moonbase/trunk/x11-utils/gkrellweather/BUILD 2006-04-15 12:35:41 UTC (rev 19684)
@@ -1,13 +1,13 @@
(
-if [ ! -e /usr/lib/gkrellm2/plugins ]; then
- mkdir -p /usr/lib/gkrellm2/plugins
-fi &&
-sedit "s/\/usr\/local\/lib\/gkrellm2\/plugins/\/usr\/lib\/gkrellm2\/plugins/" Makefile &&
-sedit "s/\/usr\/local\/share\/locale/\/usr\/share\/locale/" Makefile &&
-make &&
-prepare_install &&
-make install
+ if [ ! -e /usr/lib/gkrellm2/plugins ]; then
+ mkdir -p /usr/lib/gkrellm2/plugins
+ fi &&
+ sedit "s/\/usr\/local/\/usr/" Makefile &&
+
+ default_make &&
+ install -m755 GrabWeather /usr/bin
+
) > $C_FIFO 2>&1
Modified: moonbase/trunk/x11-utils/gkrellweather/DETAILS
===================================================================
--- moonbase/trunk/x11-utils/gkrellweather/DETAILS 2006-04-15 05:28:25 UTC (rev 19683)
+++ moonbase/trunk/x11-utils/gkrellweather/DETAILS 2006-04-15 12:35:41 UTC (rev 19684)
@@ -1,10 +1,10 @@
MODULE=gkrellweather
- VERSION=2.0.6
+ VERSION=2.0.7
SOURCE=$MODULE-$VERSION.tgz
- SOURCE_URL[0]=http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
+ SOURCE_URL=http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/
WEB_SITE=http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/index.html
ENTERED=20030730
- UPDATED=20030730
+ UPDATED=20060415
SHORT="Gkrellm plugin which allows you to diaplay the weather"
cat << EOF
Weather plugin for gkrellm2.
More information about the Lunar-commits
mailing list