diff options
author | reed <reed> | 2009-09-16 01:06:30 +0000 |
---|---|---|
committer | reed <reed> | 2009-09-16 01:06:30 +0000 |
commit | 8406a9d0b61c5cb8f38f3b06e7972e715d366690 (patch) | |
tree | b89c78533931918795d6174cb88e42be42399352 /devel | |
parent | 26e7736fa0c8a97ba0aa0575a8a9012898c64ba2 (diff) | |
download | pkgsrc-8406a9d0b61c5cb8f38f3b06e7972e715d366690.tar.gz |
Add new package: xfconf
Simple client-server configuration storage and query system for Xfce.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/xfconf/DESCR | 1 | ||||
-rw-r--r-- | devel/xfconf/Makefile | 28 | ||||
-rw-r--r-- | devel/xfconf/PLIST | 53 | ||||
-rw-r--r-- | devel/xfconf/buildlink3.mk | 19 | ||||
-rw-r--r-- | devel/xfconf/distinfo | 5 |
5 files changed, 106 insertions, 0 deletions
diff --git a/devel/xfconf/DESCR b/devel/xfconf/DESCR new file mode 100644 index 00000000000..dedc11110b5 --- /dev/null +++ b/devel/xfconf/DESCR @@ -0,0 +1 @@ +Simple client-server configuration storage and query system for Xfce. diff --git a/devel/xfconf/Makefile b/devel/xfconf/Makefile new file mode 100644 index 00000000000..d7b30ee8eec --- /dev/null +++ b/devel/xfconf/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/09/16 01:06:30 reed Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir + +.include "../../meta-pkgs/xfce4/Makefile.common" + +DISTNAME= xfconf-${XFCE4_VERSION} +CATEGORIES= devel +COMMENT= Xfce client-server configuration storage and query system + +PKGCONFIG_OVERRIDE= xfconf/libxfconf-0.pc.in + +PERL5_CONFIGURE= no +PERL5_PACKLIST= auto/Xfce4/Xfconf/.packlist + +CONFIGURE_ARGS+= --with-perl-options=${MAKE_PARAMS} + +MAKE_DIRS+= ${PREFIX}/include/xfce4 + +BUILDLINK_API_DEPENDS.dbus+= dbus>=1.0.0 +BUILDLINK_API_DEPENDS.dbus-glib+= dbus-glib>=0.72 + +.include "../../devel/p5-glib2/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../x11/libxfce4util/buildlink3.mk" +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/xfconf/PLIST b/devel/xfconf/PLIST new file mode 100644 index 00000000000..20c7fbd6edd --- /dev/null +++ b/devel/xfconf/PLIST @@ -0,0 +1,53 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/09/16 01:06:30 reed Exp $ +bin/xfconf-query +include/xfce4/xfconf-0/xfconf/xfconf-binding.h +include/xfce4/xfconf-0/xfconf/xfconf-channel.h +include/xfce4/xfconf-0/xfconf/xfconf-errors.h +include/xfce4/xfconf-0/xfconf/xfconf-types.h +include/xfce4/xfconf-0/xfconf/xfconf.h +lib/libxfconf-0.la +lib/pkgconfig/libxfconf-0.pc +libexec/xfconfd +share/dbus-1/services/org.xfce.Xfconf.service +share/gtk-doc/html/xfconf/ch01.html +share/gtk-doc/html/xfconf/ch02.html +share/gtk-doc/html/xfconf/ch03.html +share/gtk-doc/html/xfconf/home.png +share/gtk-doc/html/xfconf/index.html +share/gtk-doc/html/xfconf/index.sgml +share/gtk-doc/html/xfconf/left.png +share/gtk-doc/html/xfconf/right.png +share/gtk-doc/html/xfconf/style.css +share/gtk-doc/html/xfconf/up.png +share/gtk-doc/html/xfconf/xfconf-xfconf-backend.html +share/gtk-doc/html/xfconf/xfconf-xfconf-binding.html +share/gtk-doc/html/xfconf/xfconf-xfconf-channel.html +share/gtk-doc/html/xfconf/xfconf-xfconf-errors.html +share/gtk-doc/html/xfconf/xfconf-xfconf-types.html +share/gtk-doc/html/xfconf/xfconf-xfconf.html +share/gtk-doc/html/xfconf/xfconf.devhelp +share/gtk-doc/html/xfconf/xfconf.devhelp2 +share/locale/ca/LC_MESSAGES/xfconf.mo +share/locale/cs/LC_MESSAGES/xfconf.mo +share/locale/da/LC_MESSAGES/xfconf.mo +share/locale/de/LC_MESSAGES/xfconf.mo +share/locale/es/LC_MESSAGES/xfconf.mo +share/locale/eu/LC_MESSAGES/xfconf.mo +share/locale/fi/LC_MESSAGES/xfconf.mo +share/locale/fr/LC_MESSAGES/xfconf.mo +share/locale/gl/LC_MESSAGES/xfconf.mo +share/locale/hu/LC_MESSAGES/xfconf.mo +share/locale/id/LC_MESSAGES/xfconf.mo +share/locale/it/LC_MESSAGES/xfconf.mo +share/locale/ja/LC_MESSAGES/xfconf.mo +share/locale/nb/LC_MESSAGES/xfconf.mo +share/locale/nl/LC_MESSAGES/xfconf.mo +share/locale/pl/LC_MESSAGES/xfconf.mo +share/locale/pt/LC_MESSAGES/xfconf.mo +share/locale/pt_BR/LC_MESSAGES/xfconf.mo +share/locale/ro/LC_MESSAGES/xfconf.mo +share/locale/ru/LC_MESSAGES/xfconf.mo +share/locale/sv/LC_MESSAGES/xfconf.mo +share/locale/tr/LC_MESSAGES/xfconf.mo +share/locale/uk/LC_MESSAGES/xfconf.mo +share/locale/zh_CN/LC_MESSAGES/xfconf.mo diff --git a/devel/xfconf/buildlink3.mk b/devel/xfconf/buildlink3.mk new file mode 100644 index 00000000000..22a24f8332c --- /dev/null +++ b/devel/xfconf/buildlink3.mk @@ -0,0 +1,19 @@ +# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/09/16 01:06:30 reed Exp $ + +BUILDLINK_TREE+= xfconf + +.if !defined(XFCONF_BUILDLINK3_MK) +XFCONF_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.xfconf+= xfconf>=4.6.0 +BUILDLINK_PKGSRCDIR.xfconf?= ../../devel/xfconf + +.include "../../devel/glib2/buildlink3.mk" +.include "../../sysutils/dbus-glib/buildlink3.mk" +.include "../../sysutils/dbus/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libxfce4util/buildlink3.mk" +.endif # XFCONF_BUILDLINK3_MK + +BUILDLINK_TREE+= -xfconf diff --git a/devel/xfconf/distinfo b/devel/xfconf/distinfo new file mode 100644 index 00000000000..412204f1e52 --- /dev/null +++ b/devel/xfconf/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/09/16 01:06:30 reed Exp $ + +SHA1 (xfconf-4.6.1.tar.bz2) = 6df092942c5c5af5d65a58589fb85e29755a37ee +RMD160 (xfconf-4.6.1.tar.bz2) = 970d3bf8bdd18c211b82fd0eb6ad2784cb8c52ef +Size (xfconf-4.6.1.tar.bz2) = 440499 bytes |