diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-07-04 00:50:35 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-07-04 00:50:35 +0000 |
commit | 3e35c6981f7726946197a823789a2d90ea40bd09 (patch) | |
tree | 610c8bb073569ed86d629e98aba28da89f00fb07 /x11/kworldwatch | |
parent | 91811ebbad26691b5efc04fe185b62f934ead062 (diff) | |
download | pkgsrc-3e35c6981f7726946197a823789a2d90ea40bd09.tar.gz |
This simple tool shows a revolving world map, indicating the time in each
part of the world.
You can set little flags to mark points of interest.
As newest gimmick, KWorldWatch is able to display the distribution of
daylight around the world.
Diffstat (limited to 'x11/kworldwatch')
-rw-r--r-- | x11/kworldwatch/Makefile | 26 | ||||
-rw-r--r-- | x11/kworldwatch/files/md5 | 3 | ||||
-rw-r--r-- | x11/kworldwatch/patches/patch-aa | 54 | ||||
-rw-r--r-- | x11/kworldwatch/patches/patch-ab | 13 | ||||
-rw-r--r-- | x11/kworldwatch/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/kworldwatch/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/kworldwatch/pkg/PLIST | 14 |
7 files changed, 118 insertions, 0 deletions
diff --git a/x11/kworldwatch/Makefile b/x11/kworldwatch/Makefile new file mode 100644 index 00000000000..7e5f1401b20 --- /dev/null +++ b/x11/kworldwatch/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ +# + +DISTNAME= kworldwatch-0.6 +CATEGORIES= x11 kde +MASTER_SITES= ftp://ftp.kde.org/pub/kde/stable/1.1.1/apps/utils/ +EXTRACT_SUFX= .tgz + +MAINTAINER= hubertf@netbsd.org + +#DEPENDS+= gettext-0.10.35:../../devel/gettext +#DEPENDS+= kde-1.1.1:../../x11/kde + +USE_X11BASE= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS+=--datadir=${X11BASE}/share/kde \ + --with-qt-dir=${X11BASE} \ + --with-qt-includes='${X11BASE}/include/qt -I${LOCALBASE}/include' \ + --with-qt-libraries='${X11BASE}/lib -L${LOCALBASE}/lib' \ + --enable-path-check +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= KDEDIR=${PREFIX} \ + CXXFLAGS="${CFLAGS}" \ + all_libraries="-L${LOCALBASE}/lib -Wl,-R${LOCALBASE}/lib" + +.include "../../mk/bsd.pkg.mk" diff --git a/x11/kworldwatch/files/md5 b/x11/kworldwatch/files/md5 new file mode 100644 index 00000000000..34b718ab25e --- /dev/null +++ b/x11/kworldwatch/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ + +MD5 (kworldwatch-0.6.tgz) = a7cba8e147dd9e6b25c50f6c4b997289 diff --git a/x11/kworldwatch/patches/patch-aa b/x11/kworldwatch/patches/patch-aa new file mode 100644 index 00000000000..4c74df3c533 --- /dev/null +++ b/x11/kworldwatch/patches/patch-aa @@ -0,0 +1,54 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ + +--- configure.orig Sun Jul 4 01:46:17 1999 ++++ configure Sun Jul 4 01:46:57 1999 +@@ -503,9 +503,9 @@ + # Prefer explicitly selected file to automatically selected ones. + if test -z "$CONFIG_SITE"; then + if test "x$prefix" != xNONE; then +- CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" ++ CONFIG_SITE="$prefix/share/kde/config.site $prefix/etc/config.site" + else +- CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" ++ CONFIG_SITE="$ac_default_prefix/share/kde/config.site $ac_default_prefix/etc/config.site" + fi + fi + for ac_site_file in $CONFIG_SITE; do +@@ -2533,27 +2533,27 @@ + + + +-kde_htmldir="\$(prefix)/share/doc/HTML" ++kde_htmldir="\$(prefix)/share/kde/doc/HTML" + +-kde_appsdir="\$(prefix)/share/applnk" ++kde_appsdir="\$(prefix)/share/kde/applnk" + +-kde_icondir="\$(prefix)/share/icons" ++kde_icondir="\$(prefix)/share/kde/icons" + +-kde_minidir="\$(prefix)/share/icons/mini" ++kde_minidir="\$(prefix)/share/kde/icons/mini" + +-kde_datadir="\$(prefix)/share/apps" ++kde_datadir="\$(prefix)/share/kde/apps" + +-kde_locale="\$(prefix)/share/locale" ++kde_locale="\$(prefix)/share/kde/locale" + + kde_cgidir="\$(exec_prefix)/cgi-bin" + +-kde_confdir="\$(prefix)/share/config" ++kde_confdir="\$(prefix)/share/kde/config" + +-kde_mimedir="\$(prefix)/share/mimelnk" ++kde_mimedir="\$(prefix)/share/kde/mimelnk" + +-kde_toolbardir="\$(prefix)/share/toolbar" ++kde_toolbardir="\$(prefix)/share/kde/toolbar" + +-kde_wallpaperdir="\$(prefix)/share/wallpapers" ++kde_wallpaperdir="\$(prefix)/share/kde/wallpapers" + + kde_kccmodules="\$(prefix)/lib/kcc/modules" + diff --git a/x11/kworldwatch/patches/patch-ab b/x11/kworldwatch/patches/patch-ab new file mode 100644 index 00000000000..8a76a9db4f4 --- /dev/null +++ b/x11/kworldwatch/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ + +--- kworldwatch/Makefile.in.orig Sun Jul 4 02:14:40 1999 ++++ kworldwatch/Makefile.in Sun Jul 4 02:14:48 1999 +@@ -120,7 +120,7 @@ + + CLEANFILES = $(BUILT_SOURCES) + bin_PROGRAMS = kworldwatch +-LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext $(LIBSOCKET) $(KDE_RPATH) ++LDADD = $(all_libraries) -lkfm -lkdeui -lkdecore -lqt -lXext -lX11 $(LIBSOCKET) $(KDE_RPATH) + + ICONSDIR=$(kde_icondir) + diff --git a/x11/kworldwatch/pkg/COMMENT b/x11/kworldwatch/pkg/COMMENT new file mode 100644 index 00000000000..2d534d6c262 --- /dev/null +++ b/x11/kworldwatch/pkg/COMMENT @@ -0,0 +1 @@ +Revolving world map indicating the time in each part of the world diff --git a/x11/kworldwatch/pkg/DESCR b/x11/kworldwatch/pkg/DESCR new file mode 100644 index 00000000000..40504ea2e26 --- /dev/null +++ b/x11/kworldwatch/pkg/DESCR @@ -0,0 +1,7 @@ +This simple tool shows a revolving world map, indicating the time in each +part of the world. + +You can set little flags to mark points of interest. + +As newest gimmick, KWorldWatch is able to display the distribution of +daylight around the world. diff --git a/x11/kworldwatch/pkg/PLIST b/x11/kworldwatch/pkg/PLIST new file mode 100644 index 00000000000..901c0b7ae09 --- /dev/null +++ b/x11/kworldwatch/pkg/PLIST @@ -0,0 +1,14 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/07/04 00:50:35 hubertf Exp $ +bin/kworldwatch +share/kde/apps/kworldwatch/pics/flag-blue.xpm +share/kde/apps/kworldwatch/pics/flag-green.xpm +share/kde/apps/kworldwatch/pics/flag-yellow.xpm +share/kde/apps/kworldwatch/pics/flag-red.xpm +share/kde/apps/kworldwatch/pics/world.gif +share/kde/apps/kworldwatch/pics/world2.gif +share/kde/apps/kworldwatch/pics/world_dark.gif +@dirrm share/kde/apps/kworldwatch/pics +@dirrm share/kde/apps/kworldwatch +share/kde/applnk/Utilities/KWorldWatch.kdelnk +share/kde/icons/mini/kworldwatch.xpm +share/kde/icons/kworldwatch.xpm |