diff options
author | wiz <wiz@pkgsrc.org> | 2010-06-28 11:29:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-06-28 11:29:26 +0000 |
commit | a1d81a0879fe2784c9d5593ac8263561143fcdb9 (patch) | |
tree | 6f3063df6d196b787928d620729eb88d59a678a3 /x11/gtkmm | |
parent | 1163680b42c9ccf5929986588dab19640c4d00ea (diff) | |
download | pkgsrc-a1d81a0879fe2784c9d5593ac8263561143fcdb9.tar.gz |
Fix PLIST by using bsdtar for extracting.
Fixes PR 43521 by Aleksey Cheusov based on an idea by tnn.
Bump PKGREVISION.
Diffstat (limited to 'x11/gtkmm')
-rw-r--r-- | x11/gtkmm/Makefile | 6 | ||||
-rw-r--r-- | x11/gtkmm/PLIST | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile index 773306f614a..ae564fb796d 100644 --- a/x11/gtkmm/Makefile +++ b/x11/gtkmm/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2010/06/13 22:45:39 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2010/06/28 11:29:26 wiz Exp $ DISTNAME= gtkmm-2.20.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.20/} EXTRACT_SUFX= .tar.bz2 @@ -18,6 +18,8 @@ USE_TOOLS+= gmake perl:run pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-examples +EXTRACT_USING= bsdtar + PKGCONFIG_OVERRIDE= atk/atkmm-1.6.pc.in PKGCONFIG_OVERRIDE+= gdk/gdkmm-2.4.pc.in PKGCONFIG_OVERRIDE+= gtk/gtkmm-2.4.pc.in diff --git a/x11/gtkmm/PLIST b/x11/gtkmm/PLIST index daa090fa77d..e6972a95e0b 100644 --- a/x11/gtkmm/PLIST +++ b/x11/gtkmm/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.36 2010/06/02 16:45:41 adam Exp $ +@comment $NetBSD: PLIST,v 1.37 2010/06/28 11:29:26 wiz Exp $ include/atkmm-1.6/atkmm.h include/atkmm-1.6/atkmm/action.h include/atkmm-1.6/atkmm/component.h @@ -608,6 +608,9 @@ share/doc/gtkmm-2.4/reference/html/classGdk_1_1Visual__coll__graph.png share/doc/gtkmm-2.4/reference/html/classGdk_1_1Window-members.html share/doc/gtkmm-2.4/reference/html/classGdk_1_1Window.html share/doc/gtkmm-2.4/reference/html/classGdk_1_1Window__coll__graph.png +share/doc/gtkmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01Gtk_1_1RecentInfo_01_4_01_4-members.html +share/doc/gtkmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01Gtk_1_1RecentInfo_01_4_01_4.html +share/doc/gtkmm-2.4/reference/html/classGlib_1_1Value_3_01Glib_1_1RefPtr_3_01Gtk_1_1RecentInfo_01_4_01_4__coll__graph.png share/doc/gtkmm-2.4/reference/html/classGtk_1_1AboutDialog-members.html share/doc/gtkmm-2.4/reference/html/classGtk_1_1AboutDialog.html share/doc/gtkmm-2.4/reference/html/classGtk_1_1AboutDialog__coll__graph.png @@ -752,7 +755,9 @@ share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown.html share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDownItem-members.html share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDownItem.html share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDownItem__coll__graph.png +share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList-members.html share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList.html +share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__Helpers_1_1ComboDropDownList__coll__graph.png share/doc/gtkmm-2.4/reference/html/classGtk_1_1ComboDropDown__coll__graph.png share/doc/gtkmm-2.4/reference/html/classGtk_1_1Combo__coll__graph.png share/doc/gtkmm-2.4/reference/html/classGtk_1_1Container-members.html |