diff options
author | obache <obache@pkgsrc.org> | 2010-02-14 02:28:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-02-14 02:28:16 +0000 |
commit | 9e726af02aca2323d9fd2eefd533f6ecec9bd9ba (patch) | |
tree | 007d1985987f34e8bcdbddf7d67f3e4b03a7f7ca /pkgtools/gnome-packagekit/Makefile | |
parent | 6885903decb178a5caa5cb0926390a0428ecccc3 (diff) | |
download | pkgsrc-9e726af02aca2323d9fd2eefd533f6ecec9bd9ba.tar.gz |
* accept python26, no reason to reject it.
* include python/extension.mk and PYSITELIB in PLIST instead of hard coded python2.5.
* PKGLOCALEDIR are handled automatically, no need to use in PLIST.
* icontains *.desktop, so include desktop-file-utils/desktopdb.mk.
Bump PKGREVISION.
Diffstat (limited to 'pkgtools/gnome-packagekit/Makefile')
-rw-r--r-- | pkgtools/gnome-packagekit/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pkgtools/gnome-packagekit/Makefile b/pkgtools/gnome-packagekit/Makefile index 04df1033a9d..05f94e11900 100644 --- a/pkgtools/gnome-packagekit/Makefile +++ b/pkgtools/gnome-packagekit/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2009/09/07 19:02:14 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/02/14 02:28:16 obache Exp $ # DISTNAME= gnome-packagekit-0.4.0 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= pkgtools gnome MASTER_SITES= http://www.packagekit.org/releases/ @@ -12,8 +12,6 @@ COMMENT= GNOME frontend for PackageKit PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 25 24 - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config gmake intltool perl msgfmt @@ -21,14 +19,18 @@ USE_PKGLOCALEDIR= yes GCONF_SCHEMAS+= gnome-packagekit.schemas +PY_PATCHPLIST= yes + .include "../../devel/GConf/schemas.mk" .include "../../devel/libglade/buildlink3.mk" .include "../../devel/libsexy/buildlink3.mk" .include "../../lang/python/application.mk" +.include "../../lang/python/extension.mk" .include "../../pkgtools/packagekit/buildlink3.mk" .include "../../graphics/gnome-icon-theme/buildlink3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../security/policykit-gnome/buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../sysutils/gnome-menus/buildlink3.mk" .include "../../sysutils/libnotify/buildlink3.mk" .include "../../textproc/gnome-doc-utils/buildlink3.mk" |