]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- menu fix
authorwolf <wolf@pld-linux.org>
Thu, 19 Jun 2003 22:14:44 +0000 (22:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- nls doesn't work for me

Changed files:
    icewm.spec -> 1.127

icewm.spec

index 89dae5475c6cbaa8ce5d91bb807ada81832281f2..b33bb32277e22ba05d61f05f082702d7b7a215b6 100644 (file)
@@ -127,11 +127,12 @@ rm -f missing
        %{!?_without_antialiasing:--enable-antialiasing} \
        %{?_without_freetype:--disable-xfreetype} \
        %{!?_without_guievents:--enable-guievents} \
-       %{!?_without_gnome:--with-gnome-menus} \
+       %{!?_without_gnome:--enable-menus-gnome1} \
        %{?_without_imlib:--without-imlib} \
        --enable-shaped-decorations \
        --with-cfgdir=%{_sysconfdir}/X11/%{name} \
-       --with-docdir=%{_docdir}
+       --with-docdir=%{_docdir} \
+       --disable-nls
 %{__make}
 
 %install
@@ -154,7 +155,8 @@ ln -s %{_datadir}/icewm/icons $RPM_BUILD_ROOT%{_pixmapsdir}/icewm
 
 echo "menuprog \"Programs\" %{_datadir}/icewm/icons/folder_16x16.xpm icewm-menu-gnome1 --list \"%{_applnkdir}\"" > $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/menu
 
-%find_lang %{name}
+#%find_lang %{name}
+touch %{name}.lang
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.097844 seconds and 4 git commands to generate.