]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- missing comma
authorwolf <wolf@pld-linux.org>
Wed, 2 Jul 2003 18:52:51 +0000 (18:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm-comma.patch -> 1.1
    icewm.spec -> 1.136

icewm-comma.patch [new file with mode: 0644]
icewm.spec

diff --git a/icewm-comma.patch b/icewm-comma.patch
new file mode 100644 (file)
index 0000000..23c118d
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN icewm-1.2.10pre1./src/default.h icewm-1.2.10pre1/src/default.h
+--- icewm-1.2.10pre1./src/default.h    2003-06-29 19:44:56.000000000 +0200
++++ icewm-1.2.10pre1/src/default.h     2003-07-02 20:48:01.000000000 +0200
+@@ -406,7 +406,7 @@
+ #endif
+     OBV("ConfirmLogout",                        &confirmLogout,                 "Confirm logout"),
+ #ifdef CONFIG_SHAPED_DECORATION
+-    OBV("ShapesProtectClientWindow",            &protectClientWindow,           "Don't cut client windows by shapes set trough frame corner pixmap")
++    OBV("ShapesProtectClientWindow",            &protectClientWindow,           "Don't cut client windows by shapes set trough frame corner pixmap"),
+ #endif
+     OIV("BorderSizeX",                          &wsBorderX, 0, 128,             "Horizontal window border"),
+     OIV("BorderSizeY",                          &wsBorderY, 0, 128,             "Vertical window border"),
index c7dd4c6cd429c9179f49ef13bc959b170e64830c..47b9dbe92673fccf6407a99d187cb8951e3e6f27 100644 (file)
@@ -34,6 +34,7 @@ Source4:      IceWM.RunWM
 Source5:       IceWM.wm_style
 Source6:       http://dl.sourceforge.net/icewm/netscapeicons-0.2.tar.gz
 # Source6-md5: 409aa9b02adc11309ed546c5120c01d2
+Patch0:                %{name}-comma.patch
 URL:           http://www.icewm.org/
 BuildRequires: XFree86-devel
 BuildRequires: autoconf
@@ -112,6 +113,7 @@ nice2, warp3, warp4, win95.
 
 %prep
 %setup -q -n %{name}-%{version}pre1
+%patch0 -p1
 
 cd lib/icons
 tar -xzf %{SOURCE3}
This page took 0.24291 seconds and 4 git commands to generate.