Author: patrys Date: Wed Nov 1 20:09:50 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - add experimental menu patch (disabled by default)
---- Files affected: SPECS: gtk+2.spec (1.232 -> 1.233) ---- Diffs: ================================================================ Index: SPECS/gtk+2.spec diff -u SPECS/gtk+2.spec:1.232 SPECS/gtk+2.spec:1.233 --- SPECS/gtk+2.spec:1.232 Fri Oct 6 00:13:31 2006 +++ SPECS/gtk+2.spec Wed Nov 1 21:09:45 2006 @@ -1,6 +1,7 @@ # $Revision$, $Date$ # # Conditional build: +%bcond_with macmenu # experimental mac/kde-like %bcond_without apidocs # disable gtk-doc %bcond_without cups # disable CUPS support %bcond_without static_libs # don't build static library @@ -23,6 +24,7 @@ Source0: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.10/gtk+-%{version}.tar.bz2 # Source0-md5: 13c62b610c910255934452d0617403f7 Patch0: %{name}-insensitive-iain.patch +Patch1: %{name}-menu-mac.patch URL: http://www.gtk.org/ BuildRequires: atk-devel >= 1:1.12.3 BuildRequires: autoconf >= 2.54 @@ -177,6 +179,7 @@ %prep %setup -q -n gtk+-%{version} %patch0 -p1 +%{?with_macmenu:%patch1 -p0} %build %{?with_apidocs:%{__gtkdocize}} @@ -318,6 +321,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.233 2006/11/01 20:09:45 patrys +- add experimental menu patch (disabled by default) + Revision 1.232 2006/10/05 22:13:31 grzegol - package tk lang files (languages added in glibc-2.5) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/gtk+2.spec?r1=1.232&r2=1.233&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
