]> git.pld-linux.org Git - packages/gnome-panel.git/commitdiff
- back %bcond_with menu_stripe
authorMarcin Krzyżanowski <marcin.krzyzanowski@hakore.com>
Mon, 16 Aug 2004 18:51:32 +0000 (18:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gnome-panel.spec -> 1.146

gnome-panel.spec

index d73e022d5bd990ef87479480192f7d3954f61705..34e58c4b5722b0f36ce20f60815ec229ef2a7aa5 100644 (file)
@@ -1,8 +1,12 @@
+#
+# Conditional build:
+%bcond_with     menu_stripe    # build with menu-stripe.patch
+
 Summary:       The core programs for the GNOME GUI desktop environment
 Summary(pl):   Podstawowe programy ¶rodowiska graficznego GNOME
 Name:          gnome-panel
 Version:       2.6.2
-Release:       5
+Release:       5.1
 License:       LGPL
 Group:         X11/Applications
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.6/%{name}-%{version}.tar.bz2
@@ -12,7 +16,7 @@ Source1:      pld-desktop-stripe.png
 Patch0:                %{name}-no_launchers_on_panel.patch
 Patch1:                %{name}-finalize-memleak.patch
 Patch2:                %{name}-locale-names.patch
-#Patch3:               %{name}-menu-stripe.patch
+%{?with_menu_stripe:Patch3:            %{name}-menu-stripe.patch}
 Patch4:                %{name}-notification_area_applet.patch
 Patch5:                %{name}-applet-categories.patch
 Patch6:                %{name}-schemas.patch
@@ -101,7 +105,7 @@ Statyczne biblioteki panelu GNOME.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-#%patch3 -p1
+%{?with_menu_stripe:%patch3 -p1}
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
This page took 0.038804 seconds and 4 git commands to generate.