Thu Feb 11 18:19:13 2010 UTC ()
update to 2.28.1
changes:
-misc fixes
-translation updates


(drochner)
diff -r1.84 -r1.85 pkgsrc/wm/metacity/Makefile
diff -r1.31 -r1.32 pkgsrc/wm/metacity/PLIST
diff -r1.40 -r1.41 pkgsrc/wm/metacity/distinfo
diff -r0 -r1.1 pkgsrc/wm/metacity/patches/patch-ac

cvs diff -r1.84 -r1.85 pkgsrc/wm/metacity/Attic/Makefile (switch to unified diff)

--- pkgsrc/wm/metacity/Attic/Makefile 2009/12/15 22:14:28 1.84
+++ pkgsrc/wm/metacity/Attic/Makefile 2010/02/11 18:19:13 1.85
@@ -1,59 +1,58 @@ @@ -1,59 +1,58 @@
1# $NetBSD: Makefile,v 1.84 2009/12/15 22:14:28 joerg Exp $ 1# $NetBSD: Makefile,v 1.85 2010/02/11 18:19:13 drochner Exp $
2# 2#
3 3
4DISTNAME= metacity-2.28.0 4DISTNAME= metacity-2.28.1
5PKGREVISION= 1 
6CATEGORIES= wm x11 gnome 5CATEGORIES= wm x11 gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.28/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/metacity/2.28/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity/ 10HOMEPAGE= http://www.gnome.org/softwaremap/projects/Metacity/
12COMMENT= GNOME-compliant window manager 11COMMENT= GNOME-compliant window manager
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16USE_PKGLOCALEDIR= YES 15USE_PKGLOCALEDIR= YES
17USE_TOOLS+= gmake intltool msgfmt pkg-config 16USE_TOOLS+= gmake intltool msgfmt pkg-config
18GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
19USE_LIBTOOL= YES 18USE_LIBTOOL= YES
20 19
21PKGCONFIG_OVERRIDE= src/libmetacity-private.pc.in 20PKGCONFIG_OVERRIDE= src/libmetacity-private.pc.in
22 21
23GCONF_SCHEMAS= metacity.schemas 22GCONF_SCHEMAS= metacity.schemas
24 23
25.include "../../mk/bsd.prefs.mk" 24.include "../../mk/bsd.prefs.mk"
26 25
27.if ${X11_TYPE} != "native" 26.if ${X11_TYPE} != "native"
28.include "../../x11/libXinerama/buildlink3.mk" 27.include "../../x11/libXinerama/buildlink3.mk"
29.elif !exists(${X11BASE}/lib/libXinerama.so) 28.elif !exists(${X11BASE}/lib/libXinerama.so)
30CONFIGURE_ARGS+= --disable-xinerama 29CONFIGURE_ARGS+= --disable-xinerama
31.endif 30.endif
32 31
33.if ${X11_TYPE} != "modular" && !exists(${X11BASE}/lib/libXdamage.so) 32.if ${X11_TYPE} != "modular" && !exists(${X11BASE}/lib/libXdamage.so)
34CONFIGURE_ARGS+= --disable-compositor 33CONFIGURE_ARGS+= --disable-compositor
35.endif 34.endif
36 35
37BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0 36BUILDLINK_API_DEPENDS.glib2+= glib2>=2.6.0
38BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0 37BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.10.0
39BUILDLINK_API_DEPENDS.startup-notification+= startup-notification>=0.7 38BUILDLINK_API_DEPENDS.startup-notification+= startup-notification>=0.7
40 39
41BUILDLINK_DEPMETHOD.libXt?= build 40BUILDLINK_DEPMETHOD.libXt?= build
42 41
43.include "../../audio/libcanberra/buildlink3.mk" 42.include "../../audio/libcanberra/buildlink3.mk"
44.include "../../devel/GConf/schemas.mk" 43.include "../../devel/GConf/schemas.mk"
45.include "../../devel/glib2/buildlink3.mk" 44.include "../../devel/glib2/buildlink3.mk"
46.include "../../devel/gettext-lib/buildlink3.mk" 45.include "../../devel/gettext-lib/buildlink3.mk"
47.include "../../devel/pango/buildlink3.mk" 46.include "../../devel/pango/buildlink3.mk"
48.include "../../sysutils/desktop-file-utils/desktopdb.mk" 47.include "../../sysutils/desktop-file-utils/desktopdb.mk"
49.include "../../textproc/gnome-doc-utils/buildlink3.mk" 48.include "../../textproc/gnome-doc-utils/buildlink3.mk"
50.include "../../x11/gtk2/buildlink3.mk" 49.include "../../x11/gtk2/buildlink3.mk"
51.include "../../x11/libSM/buildlink3.mk" 50.include "../../x11/libSM/buildlink3.mk"
52.include "../../x11/libXcomposite/buildlink3.mk" 51.include "../../x11/libXcomposite/buildlink3.mk"
53.include "../../x11/libXcursor/buildlink3.mk" 52.include "../../x11/libXcursor/buildlink3.mk"
54.include "../../x11/libXdamage/buildlink3.mk" 53.include "../../x11/libXdamage/buildlink3.mk"
55.include "../../x11/libXrender/buildlink3.mk" 54.include "../../x11/libXrender/buildlink3.mk"
56.include "../../x11/libXt/buildlink3.mk" 55.include "../../x11/libXt/buildlink3.mk"
57.include "../../x11/startup-notification/buildlink3.mk" 56.include "../../x11/startup-notification/buildlink3.mk"
58DEPENDS+= zenity-[0-9]*:../../x11/zenity 57DEPENDS+= zenity-[0-9]*:../../x11/zenity
59.include "../../mk/bsd.pkg.mk" 58.include "../../mk/bsd.pkg.mk"

cvs diff -r1.31 -r1.32 pkgsrc/wm/metacity/Attic/PLIST (switch to unified diff)

--- pkgsrc/wm/metacity/Attic/PLIST 2009/10/22 17:33:57 1.31
+++ pkgsrc/wm/metacity/Attic/PLIST 2010/02/11 18:19:13 1.32
@@ -1,216 +1,218 @@ @@ -1,216 +1,218 @@
1@comment $NetBSD: PLIST,v 1.31 2009/10/22 17:33:57 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.32 2010/02/11 18:19:13 drochner Exp $
2bin/metacity 2bin/metacity
3bin/metacity-message 3bin/metacity-message
4bin/metacity-theme-viewer 4bin/metacity-theme-viewer
5bin/metacity-window-demo 5bin/metacity-window-demo
6include/metacity-1/metacity-private/boxes.h 6include/metacity-1/metacity-private/boxes.h
7include/metacity-1/metacity-private/common.h 7include/metacity-1/metacity-private/common.h
8include/metacity-1/metacity-private/gradient.h 8include/metacity-1/metacity-private/gradient.h
9include/metacity-1/metacity-private/preview-widget.h 9include/metacity-1/metacity-private/preview-widget.h
10include/metacity-1/metacity-private/theme-parser.h 10include/metacity-1/metacity-private/theme-parser.h
11include/metacity-1/metacity-private/theme.h 11include/metacity-1/metacity-private/theme.h
12include/metacity-1/metacity-private/util.h 12include/metacity-1/metacity-private/util.h
13lib/libmetacity-private.la 13lib/libmetacity-private.la
14lib/pkgconfig/libmetacity-private.pc 14lib/pkgconfig/libmetacity-private.pc
 15man/man1/metacity-message.1
15man/man1/metacity-theme-viewer.1 16man/man1/metacity-theme-viewer.1
16man/man1/metacity-window-demo.1 17man/man1/metacity-window-demo.1
17man/man1/metacity-message.1 
18man/man1/metacity.1 18man/man1/metacity.1
19share/applications/metacity.desktop 19share/applications/metacity.desktop
20share/gconf/schemas/metacity.schemas 20share/gconf/schemas/metacity.schemas
21share/gnome-control-center/keybindings/50-metacity-desktop-key.xml 21share/gnome-control-center/keybindings/50-metacity-desktop-key.xml
22share/gnome-control-center/keybindings/50-metacity-key.xml 22share/gnome-control-center/keybindings/50-metacity-key.xml
23share/gnome/help/creating-metacity-themes/C/creating-metacity-themes.xml 23share/gnome/help/creating-metacity-themes/C/creating-metacity-themes.xml
24share/gnome/wm-properties/metacity-wm.desktop 24share/gnome/wm-properties/metacity-wm.desktop
25share/locale/am/LC_MESSAGES/metacity.mo 25share/locale/am/LC_MESSAGES/metacity.mo
26share/locale/ar/LC_MESSAGES/metacity.mo 26share/locale/ar/LC_MESSAGES/metacity.mo
27share/locale/as/LC_MESSAGES/metacity.mo 27share/locale/as/LC_MESSAGES/metacity.mo
28share/locale/ast/LC_MESSAGES/metacity.mo 28share/locale/ast/LC_MESSAGES/metacity.mo
29share/locale/az/LC_MESSAGES/metacity.mo 29share/locale/az/LC_MESSAGES/metacity.mo
30share/locale/be/LC_MESSAGES/metacity.mo 30share/locale/be/LC_MESSAGES/metacity.mo
31share/locale/be@latin/LC_MESSAGES/metacity.mo 31share/locale/be@latin/LC_MESSAGES/metacity.mo
32share/locale/bg/LC_MESSAGES/metacity.mo 32share/locale/bg/LC_MESSAGES/metacity.mo
33share/locale/bn/LC_MESSAGES/metacity.mo 33share/locale/bn/LC_MESSAGES/metacity.mo
34share/locale/bn_IN/LC_MESSAGES/metacity.mo 34share/locale/bn_IN/LC_MESSAGES/metacity.mo
35share/locale/br/LC_MESSAGES/metacity.mo 35share/locale/br/LC_MESSAGES/metacity.mo
36share/locale/bs/LC_MESSAGES/metacity.mo 36share/locale/bs/LC_MESSAGES/metacity.mo
37share/locale/ca/LC_MESSAGES/metacity.mo 37share/locale/ca/LC_MESSAGES/metacity.mo
38share/locale/ca@valencia/LC_MESSAGES/metacity.mo 38share/locale/ca@valencia/LC_MESSAGES/metacity.mo
 39share/locale/crh/LC_MESSAGES/metacity.mo
39share/locale/cs/LC_MESSAGES/metacity.mo 40share/locale/cs/LC_MESSAGES/metacity.mo
40share/locale/cy/LC_MESSAGES/metacity.mo 41share/locale/cy/LC_MESSAGES/metacity.mo
41share/locale/da/LC_MESSAGES/metacity.mo 42share/locale/da/LC_MESSAGES/metacity.mo
42share/locale/de/LC_MESSAGES/metacity.mo 43share/locale/de/LC_MESSAGES/metacity.mo
43share/locale/dz/LC_MESSAGES/metacity.mo 44share/locale/dz/LC_MESSAGES/metacity.mo
44share/locale/el/LC_MESSAGES/metacity.mo 45share/locale/el/LC_MESSAGES/metacity.mo
 46share/locale/en@shaw/LC_MESSAGES/metacity.mo
45share/locale/en_CA/LC_MESSAGES/metacity.mo 47share/locale/en_CA/LC_MESSAGES/metacity.mo
46share/locale/en_GB/LC_MESSAGES/metacity.mo 48share/locale/en_GB/LC_MESSAGES/metacity.mo
47share/locale/es/LC_MESSAGES/metacity.mo 49share/locale/es/LC_MESSAGES/metacity.mo
48share/locale/et/LC_MESSAGES/metacity.mo 50share/locale/et/LC_MESSAGES/metacity.mo
49share/locale/eu/LC_MESSAGES/metacity.mo 51share/locale/eu/LC_MESSAGES/metacity.mo
50share/locale/fa/LC_MESSAGES/metacity.mo 52share/locale/fa/LC_MESSAGES/metacity.mo
51share/locale/fi/LC_MESSAGES/metacity.mo 53share/locale/fi/LC_MESSAGES/metacity.mo
52share/locale/fr/LC_MESSAGES/metacity.mo 54share/locale/fr/LC_MESSAGES/metacity.mo
53share/locale/ga/LC_MESSAGES/metacity.mo 55share/locale/ga/LC_MESSAGES/metacity.mo
54share/locale/gl/LC_MESSAGES/metacity.mo 56share/locale/gl/LC_MESSAGES/metacity.mo
55share/locale/gu/LC_MESSAGES/metacity.mo 57share/locale/gu/LC_MESSAGES/metacity.mo
56share/locale/ha/LC_MESSAGES/metacity.mo 58share/locale/ha/LC_MESSAGES/metacity.mo
57share/locale/he/LC_MESSAGES/metacity.mo 59share/locale/he/LC_MESSAGES/metacity.mo
58share/locale/hi/LC_MESSAGES/metacity.mo 60share/locale/hi/LC_MESSAGES/metacity.mo
59share/locale/hr/LC_MESSAGES/metacity.mo 61share/locale/hr/LC_MESSAGES/metacity.mo
60share/locale/hu/LC_MESSAGES/metacity.mo 62share/locale/hu/LC_MESSAGES/metacity.mo
61share/locale/hy/LC_MESSAGES/metacity.mo 63share/locale/hy/LC_MESSAGES/metacity.mo
62share/locale/id/LC_MESSAGES/metacity.mo 64share/locale/id/LC_MESSAGES/metacity.mo
63share/locale/ig/LC_MESSAGES/metacity.mo 65share/locale/ig/LC_MESSAGES/metacity.mo
64share/locale/is/LC_MESSAGES/metacity.mo 66share/locale/is/LC_MESSAGES/metacity.mo
65share/locale/it/LC_MESSAGES/metacity.mo 67share/locale/it/LC_MESSAGES/metacity.mo
66share/locale/ja/LC_MESSAGES/metacity.mo 68share/locale/ja/LC_MESSAGES/metacity.mo
67share/locale/ka/LC_MESSAGES/metacity.mo 69share/locale/ka/LC_MESSAGES/metacity.mo
68share/locale/kn/LC_MESSAGES/metacity.mo 70share/locale/kn/LC_MESSAGES/metacity.mo
69share/locale/ko/LC_MESSAGES/metacity.mo 71share/locale/ko/LC_MESSAGES/metacity.mo
70share/locale/ku/LC_MESSAGES/metacity.mo 72share/locale/ku/LC_MESSAGES/metacity.mo
71share/locale/la/LC_MESSAGES/metacity.mo 73share/locale/la/LC_MESSAGES/metacity.mo
72share/locale/lt/LC_MESSAGES/metacity.mo 74share/locale/lt/LC_MESSAGES/metacity.mo
73share/locale/lv/LC_MESSAGES/metacity.mo 75share/locale/lv/LC_MESSAGES/metacity.mo
74share/locale/mai/LC_MESSAGES/metacity.mo 76share/locale/mai/LC_MESSAGES/metacity.mo
75share/locale/mg/LC_MESSAGES/metacity.mo 77share/locale/mg/LC_MESSAGES/metacity.mo
76share/locale/mk/LC_MESSAGES/metacity.mo 78share/locale/mk/LC_MESSAGES/metacity.mo
77share/locale/ml/LC_MESSAGES/metacity.mo 79share/locale/ml/LC_MESSAGES/metacity.mo
78share/locale/mn/LC_MESSAGES/metacity.mo 80share/locale/mn/LC_MESSAGES/metacity.mo
79share/locale/mr/LC_MESSAGES/metacity.mo 81share/locale/mr/LC_MESSAGES/metacity.mo
80share/locale/ms/LC_MESSAGES/metacity.mo 82share/locale/ms/LC_MESSAGES/metacity.mo
81share/locale/nb/LC_MESSAGES/metacity.mo 83share/locale/nb/LC_MESSAGES/metacity.mo
82share/locale/ne/LC_MESSAGES/metacity.mo 84share/locale/ne/LC_MESSAGES/metacity.mo
83share/locale/nl/LC_MESSAGES/metacity.mo 85share/locale/nl/LC_MESSAGES/metacity.mo
84share/locale/nn/LC_MESSAGES/metacity.mo 86share/locale/nn/LC_MESSAGES/metacity.mo
85share/locale/oc/LC_MESSAGES/metacity.mo 87share/locale/oc/LC_MESSAGES/metacity.mo
86share/locale/or/LC_MESSAGES/metacity.mo 88share/locale/or/LC_MESSAGES/metacity.mo
87share/locale/pa/LC_MESSAGES/metacity.mo 89share/locale/pa/LC_MESSAGES/metacity.mo
88share/locale/pl/LC_MESSAGES/metacity.mo 90share/locale/pl/LC_MESSAGES/metacity.mo
89share/locale/pt/LC_MESSAGES/metacity.mo 91share/locale/pt/LC_MESSAGES/metacity.mo
90share/locale/pt_BR/LC_MESSAGES/metacity.mo 92share/locale/pt_BR/LC_MESSAGES/metacity.mo
91share/locale/ro/LC_MESSAGES/metacity.mo 93share/locale/ro/LC_MESSAGES/metacity.mo
92share/locale/ru/LC_MESSAGES/metacity.mo 94share/locale/ru/LC_MESSAGES/metacity.mo
93share/locale/rw/LC_MESSAGES/metacity.mo 95share/locale/rw/LC_MESSAGES/metacity.mo
94share/locale/si/LC_MESSAGES/metacity.mo 96share/locale/si/LC_MESSAGES/metacity.mo
95share/locale/sk/LC_MESSAGES/metacity.mo 97share/locale/sk/LC_MESSAGES/metacity.mo
96share/locale/sl/LC_MESSAGES/metacity.mo 98share/locale/sl/LC_MESSAGES/metacity.mo
97share/locale/sq/LC_MESSAGES/metacity.mo 99share/locale/sq/LC_MESSAGES/metacity.mo
98share/locale/sr/LC_MESSAGES/metacity.mo 100share/locale/sr/LC_MESSAGES/metacity.mo
99share/locale/sr@latin/LC_MESSAGES/metacity.mo 101share/locale/sr@latin/LC_MESSAGES/metacity.mo
100share/locale/sv/LC_MESSAGES/metacity.mo 102share/locale/sv/LC_MESSAGES/metacity.mo
101share/locale/ta/LC_MESSAGES/metacity.mo 103share/locale/ta/LC_MESSAGES/metacity.mo
102share/locale/te/LC_MESSAGES/metacity.mo 104share/locale/te/LC_MESSAGES/metacity.mo
103share/locale/th/LC_MESSAGES/metacity.mo 105share/locale/th/LC_MESSAGES/metacity.mo
104share/locale/tk/LC_MESSAGES/metacity.mo 106share/locale/tk/LC_MESSAGES/metacity.mo
105share/locale/tr/LC_MESSAGES/metacity.mo 107share/locale/tr/LC_MESSAGES/metacity.mo
106share/locale/uk/LC_MESSAGES/metacity.mo 108share/locale/uk/LC_MESSAGES/metacity.mo
107share/locale/vi/LC_MESSAGES/metacity.mo 109share/locale/vi/LC_MESSAGES/metacity.mo
108share/locale/wa/LC_MESSAGES/metacity.mo 110share/locale/wa/LC_MESSAGES/metacity.mo
109share/locale/xh/LC_MESSAGES/metacity.mo 111share/locale/xh/LC_MESSAGES/metacity.mo
110share/locale/yo/LC_MESSAGES/metacity.mo 112share/locale/yo/LC_MESSAGES/metacity.mo
111share/locale/zh_CN/LC_MESSAGES/metacity.mo 113share/locale/zh_CN/LC_MESSAGES/metacity.mo
112share/locale/zh_HK/LC_MESSAGES/metacity.mo 114share/locale/zh_HK/LC_MESSAGES/metacity.mo
113share/locale/zh_TW/LC_MESSAGES/metacity.mo 115share/locale/zh_TW/LC_MESSAGES/metacity.mo
114share/metacity/icons/metacity-window-demo.png 116share/metacity/icons/metacity-window-demo.png
115share/themes/AgingGorilla/metacity-1/active-button.png 117share/themes/AgingGorilla/metacity-1/active-button.png
116share/themes/AgingGorilla/metacity-1/active-close-button.png 118share/themes/AgingGorilla/metacity-1/active-close-button.png
117share/themes/AgingGorilla/metacity-1/active-close-menu-icon.png 119share/themes/AgingGorilla/metacity-1/active-close-menu-icon.png
118share/themes/AgingGorilla/metacity-1/active-maximize-button.png 120share/themes/AgingGorilla/metacity-1/active-maximize-button.png
119share/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png 121share/themes/AgingGorilla/metacity-1/active-maximize-menu-icon.png
120share/themes/AgingGorilla/metacity-1/active-menu-button.png 122share/themes/AgingGorilla/metacity-1/active-menu-button.png
121share/themes/AgingGorilla/metacity-1/active-minimize-button.png 123share/themes/AgingGorilla/metacity-1/active-minimize-button.png
122share/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png 124share/themes/AgingGorilla/metacity-1/active-minimize-menu-icon.png
123share/themes/AgingGorilla/metacity-1/inactive-close-button.png 125share/themes/AgingGorilla/metacity-1/inactive-close-button.png
124share/themes/AgingGorilla/metacity-1/inactive-maximize-button.png 126share/themes/AgingGorilla/metacity-1/inactive-maximize-button.png
125share/themes/AgingGorilla/metacity-1/inactive-menu-button.png 127share/themes/AgingGorilla/metacity-1/inactive-menu-button.png
126share/themes/AgingGorilla/metacity-1/inactive-minimize-button.png 128share/themes/AgingGorilla/metacity-1/inactive-minimize-button.png
127share/themes/AgingGorilla/metacity-1/metacity-theme-1.xml 129share/themes/AgingGorilla/metacity-1/metacity-theme-1.xml
128share/themes/Atlanta/metacity-1/metacity-theme-1.xml 130share/themes/Atlanta/metacity-1/metacity-theme-1.xml
129share/themes/Bright/metacity-1/metacity-theme-1.xml 131share/themes/Bright/metacity-1/metacity-theme-1.xml
130share/themes/Bright/metacity-1/metacity-theme-2.xml 132share/themes/Bright/metacity-1/metacity-theme-2.xml
131share/themes/Crux/metacity-1/active-above-button.png 133share/themes/Crux/metacity-1/active-above-button.png
132share/themes/Crux/metacity-1/active-border-top-left-border.png 134share/themes/Crux/metacity-1/active-border-top-left-border.png
133share/themes/Crux/metacity-1/active-border-top-right-border.png 135share/themes/Crux/metacity-1/active-border-top-right-border.png
134share/themes/Crux/metacity-1/active-bottom-left-border.png 136share/themes/Crux/metacity-1/active-bottom-left-border.png
135share/themes/Crux/metacity-1/active-bottom-left-corner.png 137share/themes/Crux/metacity-1/active-bottom-left-corner.png
136share/themes/Crux/metacity-1/active-bottom-mid-left-border.png 138share/themes/Crux/metacity-1/active-bottom-mid-left-border.png
137share/themes/Crux/metacity-1/active-bottom-mid-right-border.png 139share/themes/Crux/metacity-1/active-bottom-mid-right-border.png
138share/themes/Crux/metacity-1/active-bottom-right-border.png 140share/themes/Crux/metacity-1/active-bottom-right-border.png
139share/themes/Crux/metacity-1/active-bottom-right-corner.png 141share/themes/Crux/metacity-1/active-bottom-right-corner.png
140share/themes/Crux/metacity-1/active-button-prelight.png 142share/themes/Crux/metacity-1/active-button-prelight.png
141share/themes/Crux/metacity-1/active-button-pressed.png 143share/themes/Crux/metacity-1/active-button-pressed.png
142share/themes/Crux/metacity-1/active-button.png 144share/themes/Crux/metacity-1/active-button.png
143share/themes/Crux/metacity-1/active-close-button.png 145share/themes/Crux/metacity-1/active-close-button.png
144share/themes/Crux/metacity-1/active-left-border.png 146share/themes/Crux/metacity-1/active-left-border.png
145share/themes/Crux/metacity-1/active-left-top-border-shaded.png 147share/themes/Crux/metacity-1/active-left-top-border-shaded.png
146share/themes/Crux/metacity-1/active-left-top-border.png 148share/themes/Crux/metacity-1/active-left-top-border.png
147share/themes/Crux/metacity-1/active-maximize-button.png 149share/themes/Crux/metacity-1/active-maximize-button.png
148share/themes/Crux/metacity-1/active-menu-button-prelight.png 150share/themes/Crux/metacity-1/active-menu-button-prelight.png
149share/themes/Crux/metacity-1/active-menu-button-pressed.png 151share/themes/Crux/metacity-1/active-menu-button-pressed.png
150share/themes/Crux/metacity-1/active-menu-button.png 152share/themes/Crux/metacity-1/active-menu-button.png
151share/themes/Crux/metacity-1/active-minimize-button.png 153share/themes/Crux/metacity-1/active-minimize-button.png
152share/themes/Crux/metacity-1/active-restore-button.png 154share/themes/Crux/metacity-1/active-restore-button.png
153share/themes/Crux/metacity-1/active-right-border.png 155share/themes/Crux/metacity-1/active-right-border.png
154share/themes/Crux/metacity-1/active-right-top-border-shaded.png 156share/themes/Crux/metacity-1/active-right-top-border-shaded.png
155share/themes/Crux/metacity-1/active-right-top-border.png 157share/themes/Crux/metacity-1/active-right-top-border.png
156share/themes/Crux/metacity-1/active-shade-button.png 158share/themes/Crux/metacity-1/active-shade-button.png
157share/themes/Crux/metacity-1/active-stick-button.png 159share/themes/Crux/metacity-1/active-stick-button.png
158share/themes/Crux/metacity-1/active-top-center-left.png 160share/themes/Crux/metacity-1/active-top-center-left.png
159share/themes/Crux/metacity-1/active-top-center-mid-left.png 161share/themes/Crux/metacity-1/active-top-center-mid-left.png
160share/themes/Crux/metacity-1/active-top-center-mid-right.png 162share/themes/Crux/metacity-1/active-top-center-mid-right.png
161share/themes/Crux/metacity-1/active-top-center-right.png 163share/themes/Crux/metacity-1/active-top-center-right.png
162share/themes/Crux/metacity-1/active-top-left-border.png 164share/themes/Crux/metacity-1/active-top-left-border.png
163share/themes/Crux/metacity-1/active-top-left-corner.png 165share/themes/Crux/metacity-1/active-top-left-corner.png
164share/themes/Crux/metacity-1/active-top-mid-left-border.png 166share/themes/Crux/metacity-1/active-top-mid-left-border.png
165share/themes/Crux/metacity-1/active-top-mid-right-border.png 167share/themes/Crux/metacity-1/active-top-mid-right-border.png
166share/themes/Crux/metacity-1/active-top-right-border.png 168share/themes/Crux/metacity-1/active-top-right-border.png
167share/themes/Crux/metacity-1/active-top-right-corner.png 169share/themes/Crux/metacity-1/active-top-right-corner.png
168share/themes/Crux/metacity-1/active-unabove-button.png 170share/themes/Crux/metacity-1/active-unabove-button.png
169share/themes/Crux/metacity-1/active-unshade-button.png 171share/themes/Crux/metacity-1/active-unshade-button.png
170share/themes/Crux/metacity-1/active-unstick-button.png 172share/themes/Crux/metacity-1/active-unstick-button.png
171share/themes/Crux/metacity-1/inactive-above-button.png 173share/themes/Crux/metacity-1/inactive-above-button.png
172share/themes/Crux/metacity-1/inactive-border-top-left-border.png 174share/themes/Crux/metacity-1/inactive-border-top-left-border.png
173share/themes/Crux/metacity-1/inactive-border-top-right-border.png 175share/themes/Crux/metacity-1/inactive-border-top-right-border.png
174share/themes/Crux/metacity-1/inactive-bottom-left-border.png 176share/themes/Crux/metacity-1/inactive-bottom-left-border.png
175share/themes/Crux/metacity-1/inactive-bottom-left-corner.png 177share/themes/Crux/metacity-1/inactive-bottom-left-corner.png
176share/themes/Crux/metacity-1/inactive-bottom-mid-border.png 178share/themes/Crux/metacity-1/inactive-bottom-mid-border.png
177share/themes/Crux/metacity-1/inactive-bottom-right-border.png 179share/themes/Crux/metacity-1/inactive-bottom-right-border.png
178share/themes/Crux/metacity-1/inactive-bottom-right-corner.png 180share/themes/Crux/metacity-1/inactive-bottom-right-corner.png
179share/themes/Crux/metacity-1/inactive-button-prelight.png 181share/themes/Crux/metacity-1/inactive-button-prelight.png
180share/themes/Crux/metacity-1/inactive-button-pressed.png 182share/themes/Crux/metacity-1/inactive-button-pressed.png
181share/themes/Crux/metacity-1/inactive-button.png 183share/themes/Crux/metacity-1/inactive-button.png
182share/themes/Crux/metacity-1/inactive-close-button.png 184share/themes/Crux/metacity-1/inactive-close-button.png
183share/themes/Crux/metacity-1/inactive-left-border.png 185share/themes/Crux/metacity-1/inactive-left-border.png
184share/themes/Crux/metacity-1/inactive-left-top-border-shaded.png 186share/themes/Crux/metacity-1/inactive-left-top-border-shaded.png
185share/themes/Crux/metacity-1/inactive-left-top-border.png 187share/themes/Crux/metacity-1/inactive-left-top-border.png
186share/themes/Crux/metacity-1/inactive-maximize-button.png 188share/themes/Crux/metacity-1/inactive-maximize-button.png
187share/themes/Crux/metacity-1/inactive-menu-button-prelight.png 189share/themes/Crux/metacity-1/inactive-menu-button-prelight.png
188share/themes/Crux/metacity-1/inactive-menu-button-pressed.png 190share/themes/Crux/metacity-1/inactive-menu-button-pressed.png
189share/themes/Crux/metacity-1/inactive-menu-button.png 191share/themes/Crux/metacity-1/inactive-menu-button.png
190share/themes/Crux/metacity-1/inactive-minimize-button.png 192share/themes/Crux/metacity-1/inactive-minimize-button.png
191share/themes/Crux/metacity-1/inactive-restore-button.png 193share/themes/Crux/metacity-1/inactive-restore-button.png
192share/themes/Crux/metacity-1/inactive-right-border.png 194share/themes/Crux/metacity-1/inactive-right-border.png
193share/themes/Crux/metacity-1/inactive-right-top-border-shaded.png 195share/themes/Crux/metacity-1/inactive-right-top-border-shaded.png
194share/themes/Crux/metacity-1/inactive-right-top-border.png 196share/themes/Crux/metacity-1/inactive-right-top-border.png
195share/themes/Crux/metacity-1/inactive-shade-button.png 197share/themes/Crux/metacity-1/inactive-shade-button.png
196share/themes/Crux/metacity-1/inactive-stick-button.png 198share/themes/Crux/metacity-1/inactive-stick-button.png
197share/themes/Crux/metacity-1/inactive-top-center-left.png 199share/themes/Crux/metacity-1/inactive-top-center-left.png
198share/themes/Crux/metacity-1/inactive-top-center-mid.png 200share/themes/Crux/metacity-1/inactive-top-center-mid.png
199share/themes/Crux/metacity-1/inactive-top-center-right.png 201share/themes/Crux/metacity-1/inactive-top-center-right.png
200share/themes/Crux/metacity-1/inactive-top-left-border.png 202share/themes/Crux/metacity-1/inactive-top-left-border.png
201share/themes/Crux/metacity-1/inactive-top-left-corner.png 203share/themes/Crux/metacity-1/inactive-top-left-corner.png
202share/themes/Crux/metacity-1/inactive-top-mid-border.png 204share/themes/Crux/metacity-1/inactive-top-mid-border.png
203share/themes/Crux/metacity-1/inactive-top-right-border.png 205share/themes/Crux/metacity-1/inactive-top-right-border.png
204share/themes/Crux/metacity-1/inactive-top-right-corner.png 206share/themes/Crux/metacity-1/inactive-top-right-corner.png
205share/themes/Crux/metacity-1/inactive-unabove-button.png 207share/themes/Crux/metacity-1/inactive-unabove-button.png
206share/themes/Crux/metacity-1/inactive-unshade-button.png 208share/themes/Crux/metacity-1/inactive-unshade-button.png
207share/themes/Crux/metacity-1/inactive-unstick-button.png 209share/themes/Crux/metacity-1/inactive-unstick-button.png
208share/themes/Crux/metacity-1/metacity-theme-1.xml 210share/themes/Crux/metacity-1/metacity-theme-1.xml
209share/themes/Crux/metacity-1/metacity-theme-2.xml 211share/themes/Crux/metacity-1/metacity-theme-2.xml
210share/themes/Esco/metacity-1/metacity-theme-1.xml 212share/themes/Esco/metacity-1/metacity-theme-1.xml
211share/themes/Metabox/metacity-1/metacity-theme-1.xml 213share/themes/Metabox/metacity-1/metacity-theme-1.xml
212share/themes/Simple/metacity-1/close.png 214share/themes/Simple/metacity-1/close.png
213share/themes/Simple/metacity-1/maximize.png 215share/themes/Simple/metacity-1/maximize.png
214share/themes/Simple/metacity-1/maximized.png 216share/themes/Simple/metacity-1/maximized.png
215share/themes/Simple/metacity-1/metacity-theme-1.xml 217share/themes/Simple/metacity-1/metacity-theme-1.xml
216share/themes/Simple/metacity-1/minimize.png 218share/themes/Simple/metacity-1/minimize.png

cvs diff -r1.40 -r1.41 pkgsrc/wm/metacity/Attic/distinfo (switch to unified diff)

--- pkgsrc/wm/metacity/Attic/distinfo 2009/10/22 17:33:57 1.40
+++ pkgsrc/wm/metacity/Attic/distinfo 2010/02/11 18:19:13 1.41
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.40 2009/10/22 17:33:57 drochner Exp $ 1$NetBSD: distinfo,v 1.41 2010/02/11 18:19:13 drochner Exp $
2 2
3SHA1 (metacity-2.28.0.tar.bz2) = d64dc861ac00fffc503bf9acdc705b67b772d772 3SHA1 (metacity-2.28.1.tar.bz2) = 752d1aff3a1a96d63069bcf58de5cc21de9a240d
4RMD160 (metacity-2.28.0.tar.bz2) = 0eec1900fad87604bc531757d0e878d2da8cb89d 4RMD160 (metacity-2.28.1.tar.bz2) = 3d93c7f0a771f8ba2d82ef03b13d79e90af4b62c
5Size (metacity-2.28.0.tar.bz2) = 2288241 bytes 5Size (metacity-2.28.1.tar.bz2) = 2348762 bytes
6SHA1 (patch-aa) = e57853437a8485399f302553a4a4289e607d3780 6SHA1 (patch-aa) = e57853437a8485399f302553a4a4289e607d3780
7SHA1 (patch-ab) = 6e3f56831d152a2144a8970a5c17b37be70ca117 7SHA1 (patch-ab) = 6e3f56831d152a2144a8970a5c17b37be70ca117
 8SHA1 (patch-ac) = bfdb91948f619a7021a6d1d7d0ff4b7995c8e91d

File Added: pkgsrc/wm/metacity/patches/Attic/patch-ac
$NetBSD: patch-ac,v 1.1 2010/02/11 18:19:13 drochner Exp $

--- src/core/delete.c.orig	2010-01-26 11:11:27.000000000 +0000
+++ src/core/delete.c
@@ -38,6 +38,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <sys/wait.h>
 
 static void meta_window_present_delete_dialog (MetaWindow *window,
                                                guint32     timestamp);