Following dbus update in KDE land.
Fixes two missing @sample lines while there; it's likely portcheck should receive a few more lines of code...
This commit is contained in:
parent
ee1e451436
commit
ae0045aa73
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2015/05/28 10:17:24 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/08/27 07:30:25 zhuk Exp $
|
||||
|
||||
CATEGORIES = net
|
||||
COMMENT = SSDP cache/proxy daemon for KDE
|
||||
HOMEPAGE = https://projects.kde.org/projects/kdesupport/cagibi
|
||||
DISTNAME = cagibi-0.2.0
|
||||
REVISION = 3
|
||||
REVISION = 4
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/cagibi/}
|
||||
EXTRACT_SUFX = .tar.bz2
|
||||
@ -23,8 +23,8 @@ RUN_DEPENDS = net/avahi
|
||||
# /usr/local/share/dbus-1/system-services/
|
||||
RUN_DEPENDS += x11/dbus,-suid
|
||||
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples \
|
||||
cagibid.conf share/examples/cagibi
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde \
|
||||
cagibid.conf share/examples/kde
|
||||
|
||||
CONFIGURE_ARGS = -DSYSCONF_INSTALL_DIR:String=${SYSCONFDIR}
|
||||
|
||||
|
@ -1,12 +1,13 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/22 17:53:09 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/08/27 07:30:25 zhuk Exp $
|
||||
@bin bin/cagibid
|
||||
share/dbus-1/interfaces/org.kde.Cagibi.Control.xml
|
||||
share/dbus-1/interfaces/org.kde.Cagibi.DeviceList.xml
|
||||
share/dbus-1/system-services/org.kde.Cagibi.service
|
||||
share/examples/cagibi/
|
||||
share/examples/cagibi/cagibid.conf
|
||||
share/examples/kde/
|
||||
share/examples/kde/cagibid.conf
|
||||
@sample ${SYSCONFDIR}/cagibid.conf
|
||||
share/examples/dbus-1/system.d/
|
||||
share/examples/kde/dbus-1/
|
||||
share/examples/kde/dbus-1/system.d/
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/
|
||||
share/examples/dbus-1/system.d/org.kde.Cagibi.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.Cagibi.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.Cagibi.conf
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2015/05/28 10:17:26 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2015/08/27 07:30:25 zhuk Exp $
|
||||
|
||||
COMMENT = KDE file search and metadata handling framework
|
||||
DISTNAME = baloo-${MODKDE4_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
CATEGORIES = productivity sysutils
|
||||
HOMEPAGE = http://projects.kde.org/projects/kde/kdelibs/baloo
|
||||
@ -26,7 +26,7 @@ WANTLIB += ${KDE4LIB}/plasma ${KDE4LIB}/solid
|
||||
WANTLIB += qjson xapian
|
||||
|
||||
MODKDE4_USE = pim libs
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde
|
||||
|
||||
RUN_DEPENDS = x11/gtk+3,-guic
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/11/01 21:09:40 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2015/08/27 07:30:26 zhuk Exp $
|
||||
@conflict kde-runtime-<4.13
|
||||
@bin bin/akonadi_baloo_indexer
|
||||
@bin bin/baloo_file
|
||||
@ -66,7 +66,7 @@ share/autostart/
|
||||
share/autostart/baloo_file.desktop
|
||||
share/dbus-1/interfaces/org.kde.baloo.file.indexer.xml
|
||||
share/dbus-1/system-services/org.kde.baloo.filewatch.service
|
||||
share/examples/dbus-1/system.d/org.kde.baloo.filewatch.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.baloo.filewatch.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.baloo.filewatch.conf
|
||||
share/icons/hicolor/128x128/apps/baloo.png
|
||||
share/kde4/services/baloo_calendarsearchstore.desktop
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2015/05/28 10:17:29 pascal Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/08/27 07:30:26 zhuk Exp $
|
||||
|
||||
COMMENT = KDE password management
|
||||
DISTNAME = kwalletmanager-${MODKDE4_VERSION}
|
||||
REVISION = 2
|
||||
REVISION = 3
|
||||
|
||||
WANTLIB = c m pthread
|
||||
WANTLIB += lib/qt4/QtDBus lib/qt4/QtGui lib/qt4/QtNetwork
|
||||
@ -15,6 +15,6 @@ RUN_DEPENDS = devel/desktop-file-utils \
|
||||
# /usr/local/share/dbus-1/system-services/
|
||||
RUN_DEPENDS += x11/dbus,-suid
|
||||
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/07/09 19:52:26 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2015/08/27 07:30:26 zhuk Exp $
|
||||
@conflict kdeutils-<4
|
||||
@conflict kwallet-*
|
||||
@pkgpath x11/kde4/kwallet
|
||||
@ -32,7 +32,7 @@ share/doc/HTML/en/kwallet/oxygen48-status-wallet-closed.png
|
||||
share/doc/HTML/en/kwallet/oxygen48-status-wallet-open.png
|
||||
share/doc/HTML/en/kwallet/save-login-information.png
|
||||
share/doc/HTML/en/kwallet/wallet-encryption-selection.png
|
||||
share/examples/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
|
||||
@sample /etc/dbus-1/system.d/org.kde.kcontrol.kcmkwallet.conf
|
||||
share/icons/hicolor/128x128/apps/kwalletmanager.png
|
||||
share/icons/hicolor/128x128/apps/kwalletmanager2.png
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.69 2015/07/06 11:38:16 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.70 2015/08/27 07:30:25 zhuk Exp $
|
||||
|
||||
COMMENT-main = KDE core libraries
|
||||
COMMENT-en_US = KDE en_US locale data
|
||||
COMMENT-langlist = list of languages supported by KDE
|
||||
CATEGORIES = devel
|
||||
V = 4.14.10
|
||||
REVISION-main = 0
|
||||
REVISION-main = 1
|
||||
DISTNAME = kdelibs-$V
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-en_US = kde4-locale-en_US-$V
|
||||
@ -99,7 +99,7 @@ RUN_DEPENDS-main = ${RUN_DEPENDS} \
|
||||
devel/desktop-file-utils \
|
||||
misc/shared-mime-info \
|
||||
misc/shared-desktop-ontologies \
|
||||
net/cagibi \
|
||||
net/cagibi>=0.2.0p4 \
|
||||
security/sudo \
|
||||
sysutils/gamin \
|
||||
sysutils/upower \
|
||||
@ -155,7 +155,7 @@ REWR_CMAKE_MODULES = FindKexiv2 FindXine FindXKB FindPolkitQt
|
||||
# Contain (required) additional functionality compared to system ones
|
||||
WRAP_CMAKE_MODULES = FindLibXslt
|
||||
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples \
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde \
|
||||
xdg share/examples
|
||||
|
||||
TEST_IS_INTERACTIVE = X11
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2015/07/02 00:10:15 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.7 2015/08/27 07:30:25 zhuk Exp $
|
||||
@option no-default-conflict
|
||||
@conflict kdelibs->=4
|
||||
@pkgpath x11/kde4/libs
|
||||
@ -3542,7 +3542,7 @@ share/doc/HTML/en/sonnet/
|
||||
share/doc/HTML/en/sonnet/common
|
||||
share/doc/HTML/en/sonnet/index.cache.bz2
|
||||
share/doc/HTML/en/sonnet/index.docbook
|
||||
share/examples/dbus-1/system.d/org.kde.auth.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.auth.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.auth.conf
|
||||
share/examples/xdg/
|
||||
@sample ${SYSCONFDIR}/xdg/
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2015/07/08 23:51:08 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2015/08/27 07:30:26 zhuk Exp $
|
||||
|
||||
COMMENT = KDE personal information management
|
||||
DISTNAME = kdepim-4.14.10
|
||||
PKGSPEC = kdepim-${MODKDE4_SPEC}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/applications/15.04.3/src/}
|
||||
|
||||
@ -124,6 +124,6 @@ LIB_DEPENDS = databases/soprano \
|
||||
x11/grantlee \
|
||||
${MODKDE4_DEP_DIR}/baloo>=${MODKDE4_DEP_VERSION}
|
||||
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2015/07/08 23:51:08 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2015/08/27 07:30:26 zhuk Exp $
|
||||
@conflict kdeutils-<4
|
||||
@bin bin/akonadi_archivemail_agent
|
||||
@bin bin/akonadi_followupreminder_agent
|
||||
@ -1149,7 +1149,8 @@ share/doc/HTML/en/sieveeditor/
|
||||
share/doc/HTML/en/sieveeditor/common
|
||||
share/doc/HTML/en/sieveeditor/index.cache.bz2
|
||||
share/doc/HTML/en/sieveeditor/index.docbook
|
||||
share/examples/dbus-1/system.d/org.kde.kalarmrtcwake.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.kalarmrtcwake.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.kalarmrtcwake.conf
|
||||
share/icons/hicolor/128x128/actions/upload-media.png
|
||||
share/icons/hicolor/128x128/apps/akonadiconsole.png
|
||||
share/icons/hicolor/128x128/apps/akregator.png
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.26 2015/08/25 11:04:39 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.27 2015/08/27 07:30:26 zhuk Exp $
|
||||
|
||||
COMMENT-main = KDE core run-time components
|
||||
COMMENT-locale = KDE locale data files
|
||||
@ -6,7 +6,7 @@ DISTNAME = kde-runtime-${MODKDE4_VERSION}
|
||||
PKGNAME-main = ${DISTNAME}
|
||||
PKGNAME-locale = kde4-locale-${MODKDE4_VERSION}
|
||||
PKG_ARCH-locale = *
|
||||
REVISION-main = 5
|
||||
REVISION-main = 6
|
||||
REVISION-locale = 1
|
||||
|
||||
DPB_PROPERTIES = parallel
|
||||
@ -86,7 +86,7 @@ CONFIGURE_ARGS = -DWITH_ALSA:Bool=FALSE \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_QNtrack:Bool=TRUE \
|
||||
-DCMAKE_DISABLE_FIND_PACKAGE_SLP:Bool=TRUE
|
||||
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples \
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde \
|
||||
xdg share/examples
|
||||
|
||||
post-extract:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.8 2014/11/01 21:09:47 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.9 2015/08/27 07:30:26 zhuk Exp $
|
||||
@pkgpath x11/kde4/runtime
|
||||
@bin bin/kcmshell4
|
||||
@bin bin/kde-cp
|
||||
@ -937,7 +937,7 @@ share/emoticons/kde4/unhappy.png
|
||||
share/emoticons/kde4/unlove.png
|
||||
share/emoticons/kde4/wilted_rose.png
|
||||
share/emoticons/kde4/wink.png
|
||||
share/examples/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf
|
||||
share/examples/xdg/menus/kde-information.menu
|
||||
@sample ${SYSCONFDIR}/xdg/menus/kde-information.menu
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.42 2015/08/15 11:13:41 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.43 2015/08/27 07:30:26 zhuk Exp $
|
||||
|
||||
COMMENT = KDE workspace
|
||||
DISTNAME = kde-workspace-4.11.21
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
MASTER_SITES = ${MASTER_SITE_KDE:=stable/applications/15.04.3/src/}
|
||||
|
||||
@ -122,7 +122,7 @@ CONFIGURE_ARGS = -DWITH_OpenGLES:Bool=False \
|
||||
-DWITH_UDev:Bool=False \
|
||||
-DWITH_Wayland:Bool=False
|
||||
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples \
|
||||
MODKDE4_SYSCONF_FILES = dbus-1 share/examples/kde \
|
||||
ksysguarddrc share/examples/kde \
|
||||
kdm share/examples/kde
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2015/07/02 00:10:16 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2015/08/27 07:30:26 zhuk Exp $
|
||||
@conflict kdebase-<4
|
||||
@newgroup _kdesud:583
|
||||
@newgroup _kdm:730
|
||||
@ -1613,15 +1613,16 @@ share/doc/HTML/en/systemsettings/
|
||||
share/doc/HTML/en/systemsettings/common
|
||||
share/doc/HTML/en/systemsettings/index.cache.bz2
|
||||
share/doc/HTML/en/systemsettings/index.docbook
|
||||
share/examples/dbus-1/system.d/org.kde.fontinst.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.fontinst.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.fontinst.conf
|
||||
share/examples/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf
|
||||
share/examples/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf
|
||||
share/examples/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf
|
||||
share/examples/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
|
||||
share/examples/kde/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
|
||||
@sample ${SYSCONFDIR}/dbus-1/system.d/org.kde.powerdevil.backlighthelper.conf
|
||||
share/examples/kde/
|
||||
share/examples/kde/kdm/
|
||||
@sample ${SYSCONFDIR}/kdm/
|
||||
|
Loading…
Reference in New Issue
Block a user