Consistency in the gio-querymodules call.
This commit is contained in:
parent
abc1437844
commit
e2ac264a64
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.55 2014/03/27 08:02:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.56 2014/03/27 09:00:39 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -11,6 +11,8 @@ GNOME_VERSION= 0.20.0
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-editor= dconf-editor-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
|
||||
SHARED_LIBS += dconf 1.0 # 1.0.0
|
||||
SHARED_LIBS += dconf-dbus-1 1.0 # 1.0.0
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.11 2014/03/27 08:02:49 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.12 2014/03/27 09:00:39 ajacoutot Exp $
|
||||
@conflict vala-<0.10
|
||||
@pkgpath devel/dconf
|
||||
@extraunexec rm -rf ${SYSCONFDIR}/dconf/db/*
|
||||
@ -115,5 +115,5 @@ share/vala/vapi/dconf.deps
|
||||
share/vala/vapi/dconf.vapi
|
||||
@sample ${SYSCONFDIR}/dconf/db/
|
||||
@sample ${SYSCONFDIR}/dconf/profile/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.86 2013/09/28 08:50:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.87 2014/03/27 09:00:39 ajacoutot Exp $
|
||||
|
||||
COMMENT= configuration database system for GNOME
|
||||
|
||||
@ -6,7 +6,7 @@ GNOME_PROJECT= GConf
|
||||
GNOME_VERSION= 3.2.6
|
||||
PKGNAME= gconf2-${GNOME_VERSION}
|
||||
|
||||
REVISION= 3
|
||||
REVISION= 4
|
||||
|
||||
SHARED_LIBS += gconf-2 6.2 # 5.5
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.26 2013/09/27 17:48:32 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.27 2014/03/27 09:00:39 ajacoutot Exp $
|
||||
@conflict gconf2-polkit-*
|
||||
@pkgpath devel/gconf2,-main
|
||||
@pkgpath devel/gconf2,-polkit
|
||||
@ -266,5 +266,5 @@ share/sgml/
|
||||
share/sgml/gconf/
|
||||
share/sgml/gconf/gconf-1.0.dtd
|
||||
@sample /var/db/gconf/gconf.xml.system/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.223 2014/03/26 08:28:15 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.224 2014/03/27 09:00:40 ajacoutot Exp $
|
||||
|
||||
COMMENT= general-purpose utility library
|
||||
|
||||
GNOME_PROJECT= glib
|
||||
GNOME_VERSION= 2.40.0
|
||||
PKGNAME= ${DISTNAME:S/glib/glib2/}
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.34 2014/03/26 08:28:15 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.35 2014/03/27 09:00:40 ajacoutot Exp $
|
||||
@conflict glib2-docs-*
|
||||
@conflict glib2-fam-*
|
||||
@pkgpath devel/glib2,-docs
|
||||
@ -1033,4 +1033,4 @@ share/locale/zh_CN/LC_MESSAGES/glib20.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/glib20.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/glib20.mo
|
||||
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.27 2014/03/26 13:46:49 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.28 2014/03/27 09:00:40 ajacoutot Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
@ -6,6 +6,7 @@ COMMENT= network-related gio modules for glib2
|
||||
|
||||
GNOME_VERSION= 2.40.0
|
||||
GNOME_PROJECT= glib-networking
|
||||
REVISION= 0
|
||||
|
||||
PKGNAME= glib2-networking-${GNOME_VERSION}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2013/09/26 07:20:09 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2014/03/27 09:00:40 ajacoutot Exp $
|
||||
@comment lib/gio/modules/libgiognomeproxy.la
|
||||
lib/gio/modules/libgiognomeproxy.so
|
||||
@comment lib/gio/modules/libgiognutls.la
|
||||
@ -71,5 +71,5 @@ share/locale/vi/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/glib-networking.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/glib-networking.mo
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules/
|
||||
@exec %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
@unexec-delete %D/bin/gio-querymodules %D/lib/gio/modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user