Update to 0.11.
This commit is contained in:
parent
4d624b6d95
commit
628efbc5bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35160
@ -6,13 +6,16 @@
|
||||
#
|
||||
|
||||
PORTNAME= glunarclock
|
||||
PORTVERSION= 0.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= astro gnome
|
||||
MASTER_SITES= http://www.fortunecity.de/naturpark/bienen/99/download/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
||||
|
||||
MAINTAINER= sobomax@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= yes
|
||||
@ -21,7 +24,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
|
||||
pre-patch:
|
||||
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
||||
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
||||
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
||||
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
||||
|
@ -1 +1 @@
|
||||
MD5 (glunarclock-0.1.tar.gz) = 7b8c6c5ef99be25d7c397249adba1663
|
||||
MD5 (glunarclock_0.11-1.tar.gz) = f52e1ab543c21d2a52de472214535532
|
||||
|
@ -3,4 +3,4 @@ GNOME panel. Clicking on the applet displays astronomical tidbits pertaining to
|
||||
the moon including various clock funtions. The user can select between a real
|
||||
image as well as a cartoon image of the moon.
|
||||
|
||||
WWW: http://www.fortunecity.de/naturpark/bienen/99/software/glunarclock/
|
||||
WWW: http://glunarclock.sourceforge.net/
|
||||
|
@ -2,6 +2,8 @@ bin/glunarclock
|
||||
etc/CORBA/servers/glunarclock.gnorba
|
||||
share/gnome/applets/Clocks/glunarclock.desktop
|
||||
share/gnome/pixmaps/glunarclock-logo.png
|
||||
share/gnome/pixmaps/glunarclock/cartoonmoon_13frames.png
|
||||
share/gnome/pixmaps/glunarclock/cartoonmoon_12frames.png
|
||||
share/gnome/pixmaps/glunarclock/moon_60frames.png
|
||||
share/locale/de/LC_MESSAGES/glunarclock.mo
|
||||
share/locale/fr/LC_MESSAGES/glunarclock.mo
|
||||
@dirrm share/gnome/pixmaps/glunarclock
|
||||
|
Loading…
Reference in New Issue
Block a user