diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2009-01-11 04:22:10 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2009-01-11 04:22:10 +0000 |
commit | ba0d4a12c7c49f04e2ecd3abb0555b61d4b870f1 (patch) | |
tree | e1876468daa8538218ab5a55af4fcdac6c175068 /pkgtools | |
parent | d1cb833cf592156e8533ddb3edf3a67045c4577a (diff) | |
download | pkgsrc-ba0d4a12c7c49f04e2ecd3abb0555b61d4b870f1.tar.gz |
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 (limited to 'pkgtools')
-rw-r--r-- | pkgtools/packagekit/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/packagekit/PLIST | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/pkgtools/packagekit/Makefile b/pkgtools/packagekit/Makefile index e38a6c78a33..b54b1ea627c 100644 --- a/pkgtools/packagekit/Makefile +++ b/pkgtools/packagekit/Makefile @@ -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 @@ pre-configure: .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 --git a/pkgtools/packagekit/PLIST b/pkgtools/packagekit/PLIST index 1834104ebba..889b14a2dbf 100644 --- a/pkgtools/packagekit/PLIST +++ b/pkgtools/packagekit/PLIST @@ -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-service-pack.h 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 |