Index: kvidtune/Makefile diff -u kvidtune/Makefile:1.1.1.1 kvidtune/Makefile:1.1.3.1 --- kvidtune/Makefile:1.1.1.1 Sun Sep 26 00:37:06 1999 +++ kvidtune/Makefile Sun Sep 26 04:59:23 1999 @@ -21,5 +21,16 @@ USE_QT= yes GNU_CONFIGURE= yes USE_GMAKE= yes +CONFIGURE_ARGS= "--with-qt-includes=${QTDIR}/include/X11/qt" \ + "--with-qt-libraries=${QTDIR}/lib" \ + "--sharedir=share/kde" +CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" \ + MOC="${QTDIR}/bin/moc" + +.if defined(PREFIX) +QTDIR?= ${PREFIX} +.else +QTDIR?= ${X11BASE} +.endif .include Index: kvidtune/patches/patch-aa diff -u /dev/null kvidtune/patches/patch-aa:1.1.3.1 --- /dev/null Sun Sep 26 05:06:09 1999 +++ kvidtune/patches/patch-aa Sun Sep 26 04:59:24 1999 @@ -0,0 +1,58 @@ +--- configure.orig Sun Sep 26 01:48:32 1999 ++++ configure Sun Sep 26 01:50:57 1999 +@@ -62,6 +62,7 @@ + oldincludedir='/usr/include' + infodir='${prefix}/info' + mandir='${prefix}/man' ++sharedir=share + + # Initialize some other variables. + subdirs= +@@ -392,6 +393,9 @@ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries="$ac_optarg" ;; + ++ --sharedir=*) ++ sharedir="$ac_optarg" ;; ++ + -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; } + ;; + +@@ -2499,27 +2503,27 @@ + + + +-kde_htmldir="\$(prefix)/share/doc/HTML" ++kde_htmldir="\$(prefix)/${sharedir}/doc/HTML" + +-kde_appsdir="\$(prefix)/share/applnk" ++kde_appsdir="\$(prefix)/${sharedir}/applnk" + +-kde_icondir="\$(prefix)/share/icons" ++kde_icondir="\$(prefix)/${sharedir}/icons" + +-kde_minidir="\$(prefix)/share/icons/mini" ++kde_minidir="\$(prefix)/${sharedir}/icons/mini" + +-kde_datadir="\$(prefix)/share/apps" ++kde_datadir="\$(prefix)/${sharedir}/apps" + +-kde_locale="\$(prefix)/share/locale" ++kde_locale="\$(prefix)/${sharedir}/locale" + + kde_cgidir="\$(prefix)/cgi-bin" + +-kde_confdir="\$(prefix)/share/config" ++kde_confdir="\$(prefix)/${sharedir}/config" + +-kde_mimedir="\$(prefix)/share/mimelnk" ++kde_mimedir="\$(prefix)/${sharedir}/mimelnk" + +-kde_toolbardir="\$(prefix)/share/toolbar" ++kde_toolbardir="\$(prefix)/${sharedir}/toolbar" + +-kde_wallpaperdir="\$(prefix)/share/wallpaper" ++kde_wallpaperdir="\$(prefix)/${sharedir}/wallpaper" + + + Index: kvidtune/pkg/PLIST diff -u kvidtune/pkg/PLIST:1.1.1.1 kvidtune/pkg/PLIST:1.1.3.1 --- kvidtune/pkg/PLIST:1.1.1.1 Sun Sep 26 00:37:06 1999 +++ kvidtune/pkg/PLIST Sun Sep 26 04:59:24 1999 @@ -1,31 +1,31 @@ bin/kvidtune -share/applnk/System/kvidtune.kdelnk -share/apps/kvidtune/pics/kvidtune-down.xpm -share/apps/kvidtune/pics/kvidtune-left.xpm -share/apps/kvidtune/pics/kvidtune-narrower.xpm -share/apps/kvidtune/pics/kvidtune-right.xpm -share/apps/kvidtune/pics/kvidtune-shorter.xpm -share/apps/kvidtune/pics/kvidtune-taller.xpm -share/apps/kvidtune/pics/kvidtune-up.xpm -share/apps/kvidtune/pics/kvidtune-wider.xpm -share/apps/kvidtune/toolbar/kvidtune-info.xpm -share/apps/kvidtune/toolbar/kvidtune-save.xpm -share/apps/kvidtune/toolbar/kvidtune-videomodeinfo.xpm -share/doc/HTML/en/kvidtune/index-1.html -share/doc/HTML/en/kvidtune/index-2.html -share/doc/HTML/en/kvidtune/index-3.html -share/doc/HTML/en/kvidtune/index-4.html -share/doc/HTML/en/kvidtune/index-5.html -share/doc/HTML/en/kvidtune/index.html -share/icons/kvidtune.xpm -share/icons/mini/kvidtune.xpm -share/locale/de/LC_MESSAGES/kvidtune.mo -share/locale/es/LC_MESSAGES/kvidtune.mo -share/locale/hr/LC_MESSAGES/kvidtune.mo -share/locale/nl/LC_MESSAGES/kvidtune.mo -share/locale/pt/LC_MESSAGES/kvidtune.mo -share/locale/sk/LC_MESSAGES/kvidtune.mo -@dirrm share/apps/kvidtune/pics -@dirrm share/apps/kvidtune/toolbar -@dirrm share/apps/kvidtune -@dirrm share/doc/HTML/en/kvidtune +share/kde/applnk/System/kvidtune.kdelnk +share/kde/apps/kvidtune/pics/kvidtune-down.xpm +share/kde/apps/kvidtune/pics/kvidtune-left.xpm +share/kde/apps/kvidtune/pics/kvidtune-narrower.xpm +share/kde/apps/kvidtune/pics/kvidtune-right.xpm +share/kde/apps/kvidtune/pics/kvidtune-shorter.xpm +share/kde/apps/kvidtune/pics/kvidtune-taller.xpm +share/kde/apps/kvidtune/pics/kvidtune-up.xpm +share/kde/apps/kvidtune/pics/kvidtune-wider.xpm +share/kde/apps/kvidtune/toolbar/kvidtune-info.xpm +share/kde/apps/kvidtune/toolbar/kvidtune-save.xpm +share/kde/apps/kvidtune/toolbar/kvidtune-videomodeinfo.xpm +share/kde/doc/HTML/en/kvidtune/index-1.html +share/kde/doc/HTML/en/kvidtune/index-2.html +share/kde/doc/HTML/en/kvidtune/index-3.html +share/kde/doc/HTML/en/kvidtune/index-4.html +share/kde/doc/HTML/en/kvidtune/index-5.html +share/kde/doc/HTML/en/kvidtune/index.html +share/kde/icons/kvidtune.xpm +share/kde/icons/mini/kvidtune.xpm +share/kde/locale/de/LC_MESSAGES/kvidtune.mo +share/kde/locale/es/LC_MESSAGES/kvidtune.mo +share/kde/locale/hr/LC_MESSAGES/kvidtune.mo +share/kde/locale/nl/LC_MESSAGES/kvidtune.mo +share/kde/locale/pt/LC_MESSAGES/kvidtune.mo +share/kde/locale/sk/LC_MESSAGES/kvidtune.mo +@dirrm share/kde/apps/kvidtune/pics +@dirrm share/kde/apps/kvidtune/toolbar +@dirrm share/kde/apps/kvidtune +@dirrm share/kde/doc/HTML/en/kvidtune