pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel Rename GConf2 to GConf and GConf2-ui to GConf-ui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f3d6ec442c2
branches:  trunk
changeset: 533557:1f3d6ec442c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 21 12:58:12 2007 +0000

description:
Rename GConf2 to GConf and GConf2-ui to GConf-ui, to match the
upstream name.

diffstat:

 devel/GConf-ui/DESCR              |    7 ++
 devel/GConf-ui/Makefile           |   25 +++++++
 devel/GConf-ui/PLIST              |    2 +
 devel/GConf-ui/buildlink3.mk      |   23 ++++++
 devel/GConf/DESCR                 |    4 +
 devel/GConf/Makefile              |   34 ++++++++++
 devel/GConf/Makefile.common       |   39 +++++++++++
 devel/GConf/PLIST                 |  126 ++++++++++++++++++++++++++++++++++++++
 devel/GConf/buildlink3.mk         |   41 ++++++++++++
 devel/GConf/distinfo              |    8 ++
 devel/GConf/files/deinstall.tmpl  |   26 +++++++
 devel/GConf/files/install.tmpl    |   26 +++++++
 devel/GConf/patches/patch-ab      |   15 ++++
 devel/GConf/patches/patch-ac      |   15 ++++
 devel/GConf/patches/patch-ad      |   17 +++++
 devel/GConf/schemas.mk            |   61 ++++++++++++++++++
 devel/GConf2-ui/DESCR             |    7 --
 devel/GConf2-ui/Makefile          |   25 -------
 devel/GConf2-ui/PLIST             |    2 -
 devel/GConf2-ui/buildlink3.mk     |   23 ------
 devel/GConf2/DESCR                |   10 ---
 devel/GConf2/Makefile             |   34 ----------
 devel/GConf2/Makefile.common      |   39 -----------
 devel/GConf2/PLIST                |  126 --------------------------------------
 devel/GConf2/buildlink3.mk        |   41 ------------
 devel/GConf2/distinfo             |    8 --
 devel/GConf2/files/deinstall.tmpl |   26 -------
 devel/GConf2/files/install.tmpl   |   26 -------
 devel/GConf2/patches/patch-ab     |   15 ----
 devel/GConf2/patches/patch-ac     |   15 ----
 devel/GConf2/patches/patch-ad     |   17 -----
 devel/GConf2/schemas.mk           |   61 ------------------
 devel/Makefile                    |   10 +-
 33 files changed, 474 insertions(+), 480 deletions(-)

diffs (truncated from 1109 to 300 lines):

diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf-ui/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf-ui/DESCR      Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,7 @@
+GConf is a configuration database system, functionally similar to the
+Windows registry but lots better. It was written for the GNOME
+desktop but does not require GNOME; configure should notice if GNOME
+is not installed and compile the basic GConf library anyway.
+
+This package installs graphical utilities included in GConf's
+distribution file.
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf-ui/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf-ui/Makefile   Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2007/09/21 12:58:15 wiz Exp $
+#
+
+.include "../../devel/GConf/Makefile.common"
+
+PKGREVISION=   1
+
+PKGNAME=       ${DISTNAME:S/GConf/GConf-ui/}
+
+BUILDLINK_API_DEPENDS.GConf+=  GConf>=${GCONF_VERSION}
+
+CONFIGURE_ARGS+=       --enable-gtk
+
+BUILD_DIRS=    ${WRKSRC}/gconf
+BUILD_TARGET=  gconfmarshal.h gconfmarshal.c GConfX.h gconf-sanity-check-2
+
+INSTALLATION_DIRS=     libexec
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/gconf/.libs/gconf-sanity-check-2 \
+               ${DESTDIR}${PREFIX}/libexec
+
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf-ui/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf-ui/PLIST      Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2007/09/21 12:58:15 wiz Exp $
+libexec/gconf-sanity-check-2
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf-ui/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf-ui/buildlink3.mk      Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1 2007/09/21 12:58:15 wiz Exp $
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
+GCONF_UI_BUILDLINK3_MK:=       ${GCONF_UI_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    GConf-ui
+.endif
+
+BUILDLINK_PACKAGES:=   ${BUILDLINK_PACKAGES:NGConf-ui}
+BUILDLINK_PACKAGES+=   GConf-ui
+BUILDLINK_ORDER:=      ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}GConf-ui
+
+.if !empty(GCONF_UI_BUILDLINK3_MK:M+)
+BUILDLINK_API_DEPENDS.GConf-ui+=       GConf-ui>=2.8.0.1
+BUILDLINK_ABI_DEPENDS.GConf-ui?=       GConf-ui>=2.14.0nb1
+BUILDLINK_PKGSRCDIR.GConf-ui?= ../../devel/GConf-ui
+.endif # GCONF_UI_BUILDLINK3_MK
+
+.include "../../devel/GConf/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+
+BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH:S/+$//}
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf/DESCR Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,4 @@
+GConf is a configuration database system, functionally similar to the
+Windows registry but lots better. It was written for the GNOME
+desktop but does not require GNOME; configure should notice if GNOME
+is not installed and compile the basic GConf library anyway.
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf/Makefile      Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.60 2007/09/21 12:58:12 wiz Exp $
+#
+
+.include "../../devel/GConf/Makefile.common"
+
+PKGREVISION=   1
+
+CONFIGURE_ARGS+=       --disable-gtk
+CONFIGURE_ARGS+=       ac_cv_header_ldap_h=no
+
+CONFLICTS+=    GConf-[0-9]*
+
+OWN_DIRS=      ${PKG_SYSCONFDIR}/2
+OWN_DIRS+=     ${PKG_SYSCONFDIR}/gconf.xml.defaults
+OWN_DIRS+=     ${PKG_SYSCONFDIR}/gconf.xml.mandatory
+
+EGDIR=         ${PREFIX}/share/examples/GConf
+CONF_FILES=    ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
+
+PRINT_PLIST_AWK+=      /^@dirrm (include\/gconf|lib\/GConf|share\/gconf)$$/ \
+                               { print "@unexec $${RMDIR} -p %D/" $$2 \
+                                       " 2>/dev/null || $${TRUE}"; next}
+
+# XXX: We need to use XML_CATALOGS here to register the installed DTD.
+#      But we have to wait until a public identifier is choosen for it.
+
+post-install:
+       ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/gconf/schemas
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/xmlcatmgr/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf/Makefile.common
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf/Makefile.common       Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile.common,v 1.1 2007/09/21 12:58:13 wiz Exp $
+#
+
+GCONF_VERSION=         2.18.0.1
+
+DISTNAME=              GConf-${GCONF_VERSION}
+CATEGORIES=            devel gnome
+MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/GConf/2.18/}
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            jmmv%NetBSD.org@localhost
+HOMEPAGE=              http://www.gnome.org/projects/gconf/
+COMMENT=               Configuration database system used by GNOME
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+# not ready yet.  .schemas are installed in the depot.
+#PKG_INSTALLATION_TYPES= overwrite pkgviews
+
+DISTINFO_FILE=         ${.CURDIR}/../GConf/distinfo
+FILESDIR=              ${.CURDIR}/../GConf/files
+PATCHDIR=              ${.CURDIR}/../GConf/patches
+
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+USE_LIBTOOL=           yes
+USE_TOOLS+=            gmake intltool msgfmt perl pkg-config
+
+PKGCONFIG_OVERRIDE=    gconf-2.0.pc.in
+
+PKG_SYSCONFSUBDIR=     gconf
+
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --with-sysconfsubdir=
+CONFIGURE_ARGS+=       --enable-gconf-source=xml::${PKG_SYSCONFDIR}/gconf.xml.defaults
+
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.10.0
+
+.include "../../devel/glib2/buildlink3.mk"
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf/PLIST Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,126 @@
+@comment $NetBSD: PLIST,v 1.22 2007/09/21 12:58:13 wiz Exp $
+bin/gconf-merge-tree
+bin/gconftool-2
+include/gconf/2/gconf/gconf-changeset.h
+include/gconf/2/gconf/gconf-client.h
+include/gconf/2/gconf/gconf-engine.h
+include/gconf/2/gconf/gconf-enum-types.h
+include/gconf/2/gconf/gconf-error.h
+include/gconf/2/gconf/gconf-listeners.h
+include/gconf/2/gconf/gconf-schema.h
+include/gconf/2/gconf/gconf-value.h
+include/gconf/2/gconf/gconf.h
+lib/GConf/2/libgconfbackend-oldxml.la
+lib/GConf/2/libgconfbackend-xml.la
+lib/libgconf-2.la
+lib/pkgconfig/gconf-2.0.pc
+libexec/gconfd-2
+man/man1/gconftool-2.1
+share/aclocal/gconf-2.m4
+share/examples/GConf/path
+share/gtk-doc/html/gconf/ch01.html
+share/gtk-doc/html/gconf/gconf-GConfClient.html
+share/gtk-doc/html/gconf/gconf-gconf-backend.html
+share/gtk-doc/html/gconf/gconf-gconf-changeset.html
+share/gtk-doc/html/gconf/gconf-gconf-engine.html
+share/gtk-doc/html/gconf/gconf-gconf-error.html
+share/gtk-doc/html/gconf/gconf-gconf-internals.html
+share/gtk-doc/html/gconf/gconf-gconf-listeners.html
+share/gtk-doc/html/gconf/gconf-gconf-locale.html
+share/gtk-doc/html/gconf/gconf-gconf-schema.html
+share/gtk-doc/html/gconf/gconf-gconf-sources.html
+share/gtk-doc/html/gconf/gconf-gconf-value.html
+share/gtk-doc/html/gconf/gconf-gconf.html
+share/gtk-doc/html/gconf/gconf.devhelp
+share/gtk-doc/html/gconf/gconf.devhelp2
+share/gtk-doc/html/gconf/home.png
+share/gtk-doc/html/gconf/index.html
+share/gtk-doc/html/gconf/index.sgml
+share/gtk-doc/html/gconf/left.png
+share/gtk-doc/html/gconf/right.png
+share/gtk-doc/html/gconf/style.css
+share/gtk-doc/html/gconf/up.png
+share/locale/am/LC_MESSAGES/GConf2.mo
+share/locale/ar/LC_MESSAGES/GConf2.mo
+share/locale/az/LC_MESSAGES/GConf2.mo
+share/locale/be/LC_MESSAGES/GConf2.mo
+share/locale/bg/LC_MESSAGES/GConf2.mo
+share/locale/bn/LC_MESSAGES/GConf2.mo
+share/locale/bn_IN/LC_MESSAGES/GConf2.mo
+share/locale/bs/LC_MESSAGES/GConf2.mo
+share/locale/ca/LC_MESSAGES/GConf2.mo
+share/locale/cs/LC_MESSAGES/GConf2.mo
+share/locale/cy/LC_MESSAGES/GConf2.mo
+share/locale/da/LC_MESSAGES/GConf2.mo
+share/locale/de/LC_MESSAGES/GConf2.mo
+share/locale/el/LC_MESSAGES/GConf2.mo
+share/locale/en_CA/LC_MESSAGES/GConf2.mo
+share/locale/en_GB/LC_MESSAGES/GConf2.mo
+share/locale/es/LC_MESSAGES/GConf2.mo
+share/locale/et/LC_MESSAGES/GConf2.mo
+share/locale/eu/LC_MESSAGES/GConf2.mo
+share/locale/fa/LC_MESSAGES/GConf2.mo
+share/locale/fi/LC_MESSAGES/GConf2.mo
+share/locale/fr/LC_MESSAGES/GConf2.mo
+share/locale/ga/LC_MESSAGES/GConf2.mo
+share/locale/gl/LC_MESSAGES/GConf2.mo
+share/locale/gu/LC_MESSAGES/GConf2.mo
+share/locale/he/LC_MESSAGES/GConf2.mo
+share/locale/hi/LC_MESSAGES/GConf2.mo
+share/locale/hr/LC_MESSAGES/GConf2.mo
+share/locale/hu/LC_MESSAGES/GConf2.mo
+share/locale/id/LC_MESSAGES/GConf2.mo
+share/locale/is/LC_MESSAGES/GConf2.mo
+share/locale/it/LC_MESSAGES/GConf2.mo
+share/locale/ja/LC_MESSAGES/GConf2.mo
+share/locale/ka/LC_MESSAGES/GConf2.mo
+share/locale/ko/LC_MESSAGES/GConf2.mo
+share/locale/ku/LC_MESSAGES/GConf2.mo
+share/locale/lt/LC_MESSAGES/GConf2.mo
+share/locale/lv/LC_MESSAGES/GConf2.mo
+share/locale/mg/LC_MESSAGES/GConf2.mo
+share/locale/mk/LC_MESSAGES/GConf2.mo
+share/locale/ml/LC_MESSAGES/GConf2.mo
+share/locale/mn/LC_MESSAGES/GConf2.mo
+share/locale/ms/LC_MESSAGES/GConf2.mo
+share/locale/nb/LC_MESSAGES/GConf2.mo
+share/locale/ne/LC_MESSAGES/GConf2.mo
+share/locale/nl/LC_MESSAGES/GConf2.mo
+share/locale/nn/LC_MESSAGES/GConf2.mo
+share/locale/or/LC_MESSAGES/GConf2.mo
+share/locale/pa/LC_MESSAGES/GConf2.mo
+share/locale/pl/LC_MESSAGES/GConf2.mo
+share/locale/pt/LC_MESSAGES/GConf2.mo
+share/locale/pt_BR/LC_MESSAGES/GConf2.mo
+share/locale/ro/LC_MESSAGES/GConf2.mo
+share/locale/ru/LC_MESSAGES/GConf2.mo
+share/locale/rw/LC_MESSAGES/GConf2.mo
+share/locale/sk/LC_MESSAGES/GConf2.mo
+share/locale/sl/LC_MESSAGES/GConf2.mo
+share/locale/sq/LC_MESSAGES/GConf2.mo
+share/locale/sr/LC_MESSAGES/GConf2.mo
+share/locale/sr@Latn/LC_MESSAGES/GConf2.mo
+share/locale/sv/LC_MESSAGES/GConf2.mo
+share/locale/ta/LC_MESSAGES/GConf2.mo
+share/locale/th/LC_MESSAGES/GConf2.mo
+share/locale/tr/LC_MESSAGES/GConf2.mo
+share/locale/uk/LC_MESSAGES/GConf2.mo
+share/locale/vi/LC_MESSAGES/GConf2.mo
+share/locale/xh/LC_MESSAGES/GConf2.mo
+share/locale/yi/LC_MESSAGES/GConf2.mo
+share/locale/zh_CN/LC_MESSAGES/GConf2.mo
+share/locale/zh_HK/LC_MESSAGES/GConf2.mo
+share/locale/zh_TW/LC_MESSAGES/GConf2.mo
+share/sgml/gconf/gconf-1.0.dtd
+@dirrm share/sgml/gconf
+@comment in xmlcatmgr: @dirrm share/sgml
+@dirrm share/gtk-doc/html/gconf
+@exec ${MKDIR} %D/share/gconf/schemas
+@dirrm share/gconf/schemas
+@unexec ${RMDIR} -p %D/share/gconf 2>/dev/null || ${TRUE}
+@dirrm share/examples/GConf
+@dirrm lib/GConf/2
+@unexec ${RMDIR} -p %D/lib/GConf 2>/dev/null || ${TRUE}
+@dirrm include/gconf/2/gconf
+@dirrm include/gconf/2
+@unexec ${RMDIR} -p %D/include/gconf 2>/dev/null || ${TRUE}
diff -r 816940e40c6e -r 1f3d6ec442c2 devel/GConf/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/GConf/buildlink3.mk Fri Sep 21 12:58:12 2007 +0000
@@ -0,0 +1,41 @@
+# $NetBSD: buildlink3.mk,v 1.14 2007/09/21 12:58:13 wiz Exp $
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+GCONF_BUILDLINK3_MK:=  ${GCONF_BUILDLINK3_MK}+



Home | Main Index | Thread Index | Old Index