diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-19 09:11:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-19 09:11:56 +0000 |
commit | 0c7c0e6b73621e47ef0e9192c6757d5036eef377 (patch) | |
tree | aa76cc4da6ab6f221d13db82154ce0f7aa93f621 /astro | |
parent | dc87fea5411ebc8056faebac43bda121bdf96b9c (diff) | |
download | ports-0c7c0e6b73621e47ef0e9192c6757d5036eef377.tar.gz ports-0c7c0e6b73621e47ef0e9192c6757d5036eef377.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gdesklets-weather/Makefile | 4 | ||||
-rw-r--r-- | astro/gdesklets-weather/distinfo | 2 | ||||
-rw-r--r-- | astro/gdesklets-weather/pkg-message | 10 |
3 files changed, 10 insertions, 6 deletions
diff --git a/astro/gdesklets-weather/Makefile b/astro/gdesklets-weather/Makefile index 5ae605b29847..b824ad9013e0 100644 --- a/astro/gdesklets-weather/Makefile +++ b/astro/gdesklets-weather/Makefile @@ -6,7 +6,7 @@ # PORTNAME= weather -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= astro gnome MASTER_SITES= http://gdesklets.gnomedesktop.org/files/ PKGNAMEPREFIX= gdesklets- @@ -24,9 +24,11 @@ USE_REINPLACE= yes NAME= Weather DATADIR= ${PREFIX}/share/gnome +PKGMESSAGE= ${WRKDIR}/pkg-message do-build: @${WRKSRC}/Install_${NAME}_Sensor.bin --nomsg ${WRKSRC} + @${CAT} pkg-message | ${SED} -e 's|%%PREFIX%%|${PREFIX}|g ; s|%%NAME%%|${NAME}|g' > ${PKGMESSAGE} do-install: @${MKDIR} ${DATADIR}/gdesklets/Displays/${NAME}/gfx diff --git a/astro/gdesklets-weather/distinfo b/astro/gdesklets-weather/distinfo index 34e4c2aa9df2..9b1e7326f990 100644 --- a/astro/gdesklets-weather/distinfo +++ b/astro/gdesklets-weather/distinfo @@ -1 +1 @@ -MD5 (weather-desklet-0.23.tar.bz2) = c6899ee2cccb50f76adb9005116147ca +MD5 (weather-desklet-0.24.tar.bz2) = f10d7cdb043b9f461a52e5d1226ddbdf diff --git a/astro/gdesklets-weather/pkg-message b/astro/gdesklets-weather/pkg-message index f8f9f8bccd89..0acaea019a00 100644 --- a/astro/gdesklets-weather/pkg-message +++ b/astro/gdesklets-weather/pkg-message @@ -1,18 +1,20 @@ ## To view the README: - cat ${PREFIX}/share/gnome/gdesklets/Displays/${name}/README - cat ${PREFIX}/share/gnome/gdesklets/Sensors/${name}/README + cat %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/README + cat %%PREFIX%%/share/gnome/gdesklets/Sensors/%%NAME%%/README To view the installed applets: - ls ${PREFIX}/share/gnome/gdesklets/Displays + ls %%PREFIX%%/share/gnome/gdesklets/Displays To use those applets: - gdesklets ${PREFIX}/share/gnome/gdesklets/Displays/${name}/${name}.display + gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/${name}.display Replace the ${name} with the correct name to what you want to use applets. +There have some different display files for you to choice which one you want to +use. NOTE: Be sure to login as your user when you use the gdesklets command, as the configuration will be stored in the ~/.gdesklets/ directory |