mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
Update to 0.4.
PR: 60913 Submitted by: Jeremy Messenger <mezz7@cox.net>
This commit is contained in:
parent
94215cee3c
commit
4e646acd0e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97325
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= goodweather
|
||||
PORTVERSION= 0.3
|
||||
PORTVERSION= 0.4
|
||||
CATEGORIES= astro gnome
|
||||
MASTER_SITES= http://gdesklets.gnomedesktop.org/files/
|
||||
PKGNAMEPREFIX= gdesklets-
|
||||
@ -25,10 +25,12 @@ USE_REINPLACE= yes
|
||||
NAME= GoodWeather
|
||||
WRKSRC= ${WRKDIR}/${NAME}
|
||||
DATADIR= ${PREFIX}/share/gnome
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
SKINS= liquid um weather.com
|
||||
|
||||
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
|
||||
|
@ -1 +1 @@
|
||||
MD5 (GoodWeather-0.3.tar.bz2) = f92d504e2e5732cb02ef08a23b282a0f
|
||||
MD5 (GoodWeather-0.4.tar.bz2) = ad7851fed9de6f8adc35d522d5b08cdb
|
||||
|
@ -1,18 +1,16 @@
|
||||
##
|
||||
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
|
||||
|
||||
Replace the ${name} with the correct name to what you want to use applets.
|
||||
gdesklets %%PREFIX%%/share/gnome/gdesklets/Displays/%%NAME%%/%%NAME%%.display
|
||||
|
||||
NOTE: Be sure to login as your user when you use the gdesklets command,
|
||||
as the configuration will be stored in the ~/.gdesklets/ directory
|
||||
|
Loading…
Reference in New Issue
Block a user