Those libraries found their way into KDE4, and thus we need to enable
MODKDE_LIB_LINKS for them, too. okay espie@
This commit is contained in:
parent
f3ef2ad0fb
commit
aa8fc0ada6
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2013/06/24 15:53:38 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2013/07/08 21:56:45 zhuk Exp $
|
||||
|
||||
COMMENT = grab raw data from digital cameras
|
||||
|
||||
DISTNAME = libkdcraw-0.1.9
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
CATEGORIES = graphics devel
|
||||
|
||||
HOMEPAGE = http://www.kipi-plugins.org/drupal/
|
||||
@ -41,4 +41,6 @@ WANTLIB += ${KDE}/kdeui ${KDE}/kio ${KDE}/kwalletclient
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODKDE_LIB_LINKS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2013/06/24 15:53:38 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2013/07/08 21:56:45 zhuk Exp $
|
||||
include/kde/libkdcraw/
|
||||
include/kde/libkdcraw/dcrawinfocontainer.h
|
||||
include/kde/libkdcraw/dcrawsettingswidget.h
|
||||
@ -9,6 +9,7 @@ include/kde/libkdcraw/rawfiles.h
|
||||
include/kde/libkdcraw/rcombobox.h
|
||||
include/kde/libkdcraw/rnuminput.h
|
||||
include/kde/libkdcraw/version.h
|
||||
@lib ${KDE}/libkdcraw.so.${LIBkdcraw_VERSION}
|
||||
lib/libkdcraw.la
|
||||
@lib lib/libkdcraw.so.${LIBkdcraw_VERSION}
|
||||
lib/pkgconfig/libkdcraw.pc
|
||||
@ -26,8 +27,6 @@ share/locale/is/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/it/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/ja/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/ms/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/nds/
|
||||
share/locale/nds/LC_MESSAGES/
|
||||
share/locale/nds/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/nl/LC_MESSAGES/libkdcraw.mo
|
||||
share/locale/pa/LC_MESSAGES/libkdcraw.mo
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2013/06/24 15:53:38 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2013/07/08 21:56:45 zhuk Exp $
|
||||
|
||||
COMMENT = kde wrapper around exiv2
|
||||
CATEGORIES = graphics
|
||||
DISTNAME = libkexiv2-0.1.9
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
HOMEPAGE = http://www.kipi-plugins.org/
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
|
||||
@ -34,4 +34,6 @@ WANTLIB += ${KDE}/DCOP ${KDE}/kdecore ${KDE}/kdefx
|
||||
LIB_DEPENDS = graphics/exiv2>=0.22 \
|
||||
x11/kde/libs3
|
||||
|
||||
MODKDE_LIB_LINKS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,9 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2013/01/23 21:29:32 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2013/07/08 21:56:45 zhuk Exp $
|
||||
include/kde/libkexiv2/
|
||||
include/kde/libkexiv2/kexiv2.h
|
||||
include/kde/libkexiv2/libkexiv2_export.h
|
||||
include/kde/libkexiv2/version.h
|
||||
@lib ${KDE}/libkexiv2.so.${LIBkexiv2_VERSION}
|
||||
lib/libkexiv2.la
|
||||
@lib lib/libkexiv2.so.${LIBkexiv2_VERSION}
|
||||
lib/pkgconfig/libkexiv2.pc
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2013/06/24 15:53:38 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2013/07/08 21:56:45 zhuk Exp $
|
||||
|
||||
COMMENT = kde image plugins api
|
||||
CATEGORIES = graphics devel x11 x11/kde
|
||||
V = 0.1.6
|
||||
DISTNAME = libkipi-$V
|
||||
REVISION = 5
|
||||
REVISION = 6
|
||||
SHARED_LIBS += kipi 1.4 # .2.0
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
HOMEPAGE = http://extragear.kde.org/apps/kipi/
|
||||
@ -41,4 +41,6 @@ SUBST_VARS += V
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODKDE_LIB_LINKS = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.8 2013/06/24 15:53:38 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.9 2013/07/08 21:56:45 zhuk Exp $
|
||||
include/kde/libkipi/
|
||||
include/kde/libkipi/batchprogressdialog.h
|
||||
include/kde/libkipi/imagecollection.h
|
||||
@ -13,6 +13,7 @@ include/kde/libkipi/plugin.h
|
||||
include/kde/libkipi/pluginloader.h
|
||||
include/kde/libkipi/uploadwidget.h
|
||||
include/kde/libkipi/version.h
|
||||
@lib ${KDE}/libkipi.so.${LIBkipi_VERSION}
|
||||
lib/libkipi.la
|
||||
@lib lib/libkipi.so.${LIBkipi_VERSION}
|
||||
lib/pkgconfig/libkipi.pc
|
||||
@ -28,8 +29,6 @@ share/icons/hicolor/22x22/apps/kipi.png
|
||||
share/icons/hicolor/32x32/apps/kipi.png
|
||||
share/icons/hicolor/48x48/apps/kipi.png
|
||||
share/locale/ar/LC_MESSAGES/libkipi.mo
|
||||
share/locale/br/
|
||||
share/locale/br/LC_MESSAGES/
|
||||
share/locale/br/LC_MESSAGES/libkipi.mo
|
||||
share/locale/ca/LC_MESSAGES/libkipi.mo
|
||||
share/locale/cs/LC_MESSAGES/libkipi.mo
|
||||
@ -54,8 +53,6 @@ share/locale/mt/
|
||||
share/locale/mt/LC_MESSAGES/
|
||||
share/locale/mt/LC_MESSAGES/libkipi.mo
|
||||
share/locale/nb/LC_MESSAGES/libkipi.mo
|
||||
share/locale/nds/
|
||||
share/locale/nds/LC_MESSAGES/
|
||||
share/locale/nds/LC_MESSAGES/libkipi.mo
|
||||
share/locale/nl/LC_MESSAGES/libkipi.mo
|
||||
share/locale/pa/LC_MESSAGES/libkipi.mo
|
||||
@ -67,6 +64,8 @@ share/locale/rw/LC_MESSAGES/libkipi.mo
|
||||
share/locale/sk/LC_MESSAGES/libkipi.mo
|
||||
share/locale/sl/LC_MESSAGES/libkipi.mo
|
||||
share/locale/sr/LC_MESSAGES/libkipi.mo
|
||||
share/locale/sr@Latn/
|
||||
share/locale/sr@Latn/LC_MESSAGES/
|
||||
share/locale/sr@Latn/LC_MESSAGES/libkipi.mo
|
||||
share/locale/sv/LC_MESSAGES/libkipi.mo
|
||||
share/locale/ta/LC_MESSAGES/libkipi.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user