pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/packagekit Build and install libpk-gtk-module...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd0fdb143573
branches:  trunk
changeset: 552863:cd0fdb143573
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Jan 11 04:22:10 2009 +0000

description:
Build and install libpk-gtk-module. From the README:

The GTK+ module is designed to be loaded using gnome-settings-daemon by the
gnome-packagekit package.

It can however be launched for testing using:

GTK_MODULES="$GTK_MODULES:/usr/lib/gtk-2.0/modules/pk-gtk-module.so" application

The module installs a custom default pangocairo font map during gtk_init().
Pango will then call back with any languages which need installing, and these
are queued up. In an idle callback these are emitted as an asyncronous D-BUS
method to the session PackageKit InstallFonts() method.

If configured to do so, this will prompt the user to install new fonts.

diffstat:

 pkgtools/packagekit/Makefile |  4 +++-
 pkgtools/packagekit/PLIST    |  3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r f6a6c233674f -r cd0fdb143573 pkgtools/packagekit/Makefile
--- a/pkgtools/packagekit/Makefile      Sun Jan 11 03:24:59 2009 +0000
+++ b/pkgtools/packagekit/Makefile      Sun Jan 11 04:22:10 2009 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/08 00:21:00 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2009/01/11 04:22:10 jmcneill Exp $
 #
 
 DISTNAME=      PackageKit-0.4.0
+PKGREVISION=   1
 PKGNAME=       ${DISTNAME:S/PackageKit/packagekit/}
 CATEGORIES=    pkgtools
 MASTER_SITES=  http://www.packagekit.org/releases/
@@ -60,4 +61,5 @@
 .include "../../security/policykit/buildlink3.mk"
 .include "../../sysutils/dbus/buildlink3.mk"
 .include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f6a6c233674f -r cd0fdb143573 pkgtools/packagekit/PLIST
--- a/pkgtools/packagekit/PLIST Sun Jan 11 03:24:59 2009 +0000
+++ b/pkgtools/packagekit/PLIST Sun Jan 11 04:22:10 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/08 00:21:00 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/01/11 04:22:10 jmcneill Exp $
 bin/packagekit-bugreport.sh
 bin/pkcon
 bin/pkgenpack
@@ -26,6 +26,7 @@
 include/PackageKit/packagekit-glib/pk-task-list.h
 include/PackageKit/packagekit-glib/pk-transaction-obj.h
 include/PackageKit/packagekit-glib/pk-update-detail-obj.h
+lib/gtk-2.0/modules/libpk-gtk-module.la
 lib/libpackagekit-glib.la
 lib/packagekit-backend/libpk_backend_dummy.la
 lib/packagekit-backend/libpk_backend_pkgsrc.la



Home | Main Index | Thread Index | Old Index