Unbreak after recent KDE 3 headers movement and cleanup math/kst.
Input by nigel@ (who originally reported the problem as well as it happened with LibreOffice before), landry@ and ajacoutot@. "Looks good for me" sthen@
This commit is contained in:
parent
17b65bdc6e
commit
c170c564db
@ -1,25 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2011/11/03 20:28:09 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2013/01/25 09:42:06 zhuk Exp $
|
||||
|
||||
CATEGORIES= math x11/kde
|
||||
COMMENT= data viewing/plotting tool
|
||||
|
||||
DISTNAME= kst-1.2.1
|
||||
REVISION= 5
|
||||
REVISION= 6
|
||||
SHARED_ONLY= Yes
|
||||
SHARED_LIBS= kst 4.0 \
|
||||
kstapp 4.0 \
|
||||
kstguiapp 3.0 \
|
||||
kstmath 4.0 \
|
||||
kstwidgets 3.0 \
|
||||
kstextdate 3.0
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=stable/apps/KDE3.x/scientific/}
|
||||
HOMEPAGE= http://kst.kde.org/
|
||||
MASTER_SITES= ${MASTER_SITE_KDE:=Attic/apps/KDE3.x/scientific/}
|
||||
HOMEPAGE= http://kst-plot.kde.org/kst1/
|
||||
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP=Yes
|
||||
# GPLv2+, LGPLv2+
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= x11/kde devel/gettext
|
||||
MODKDE_VERSION= 3.5.3
|
||||
@ -32,11 +32,13 @@ CONFIGURE_ENV= ${MODKDE_CONFIGURE_ENV}
|
||||
CONFIG_GUESS_DIRS= ${MODKDE_CONFIG_GUESS_DIR}
|
||||
MAKE_FLAGS= ${MODKDE_MAKE_FLAGS}
|
||||
USE_LIBTOOL= Yes
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
LIBTOOL_FLAGS = --tag=disable-static
|
||||
PORTHOME = ${WRKDIR}
|
||||
SEPARATE_BUILD = Yes
|
||||
|
||||
LIB_DEPENDS += x11/kde/libs3 \
|
||||
RUN_DEPENDS = x11/gtk+2,-guic
|
||||
|
||||
LIB_DEPENDS = x11/kde/libs3 \
|
||||
devel/gsl>=1.6 \
|
||||
math/netcdf \
|
||||
math/cfitsio
|
||||
|
@ -1,20 +1,20 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2006/06/12 11:15:56 espie Exp $
|
||||
bin/d2asc
|
||||
bin/kst
|
||||
bin/kstcmd
|
||||
include/kst_export.h
|
||||
include/kstdatasource.h
|
||||
include/kstdateparser.h
|
||||
include/kstextcalendarsystem.h
|
||||
include/kstextcalendarsystemgregorian.h
|
||||
include/kstextdatepicker.h
|
||||
include/kstextdatetbl.h
|
||||
include/kstextdatetime.h
|
||||
include/kstextdatetimeedit.h
|
||||
include/kstextdatewidget.h
|
||||
include/kstobject.h
|
||||
include/kstsharedptr.h
|
||||
include/rwlock.h
|
||||
@comment $OpenBSD: PLIST,v 1.4 2013/01/25 09:42:06 zhuk Exp $
|
||||
@bin bin/d2asc
|
||||
@bin bin/kst
|
||||
@bin bin/kstcmd
|
||||
include/kde/kst_export.h
|
||||
include/kde/kstdatasource.h
|
||||
include/kde/kstdateparser.h
|
||||
include/kde/kstextcalendarsystem.h
|
||||
include/kde/kstextcalendarsystemgregorian.h
|
||||
include/kde/kstextdatepicker.h
|
||||
include/kde/kstextdatetbl.h
|
||||
include/kde/kstextdatetime.h
|
||||
include/kde/kstextdatetimeedit.h
|
||||
include/kde/kstextdatewidget.h
|
||||
include/kde/kstobject.h
|
||||
include/kde/kstsharedptr.h
|
||||
include/kde/rwlock.h
|
||||
${KDE}/kstdata_ascii.la
|
||||
${KDE}/kstdata_ascii.so
|
||||
${KDE}/kstdata_dirfile.la
|
||||
@ -749,8 +749,6 @@ share/icons/locolor/32x32/apps/kst.png
|
||||
share/icons/locolor/32x32/mimetypes/
|
||||
share/icons/locolor/32x32/mimetypes/kst.png
|
||||
share/locale/bg/LC_MESSAGES/kst.mo
|
||||
share/locale/br/
|
||||
share/locale/br/LC_MESSAGES/
|
||||
share/locale/br/LC_MESSAGES/kst.mo
|
||||
share/locale/br/LC_MESSAGES/kstplugineditor.mo
|
||||
share/locale/ca/LC_MESSAGES/kst.mo
|
||||
@ -806,6 +804,8 @@ share/locale/rw/LC_MESSAGES/kst.mo
|
||||
share/locale/rw/LC_MESSAGES/kstplugineditor.mo
|
||||
share/locale/sr/LC_MESSAGES/kst.mo
|
||||
share/locale/sr/LC_MESSAGES/kstplugineditor.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/kst.mo
|
||||
share/locale/sr@Latn/LC_MESSAGES/kstplugineditor.mo
|
||||
share/locale/sv/LC_MESSAGES/kst.mo
|
||||
@ -834,3 +834,7 @@ share/servicetypes/kst/kstdatasourceplugin.desktop
|
||||
share/servicetypes/kst/kstextension.desktop
|
||||
share/servicetypes/kst/kstfilter.desktop
|
||||
share/servicetypes/kst/kstplugin.desktop
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/hicolor
|
||||
@exec %D/bin/gtk-update-icon-cache -q -t %D/share/icons/locolor
|
||||
@unexec-delete %D/bin/gtk-update-icon-cache -q -t %D/share/icons/locolor
|
||||
|
Loading…
x
Reference in New Issue
Block a user