[arch-commits] Commit in atom/trunk (PKGBUILD fix-pane-resize-handle.patch)

Nicola Squartini tensor5 at archlinux.org
Wed Aug 31 11:37:52 UTC 2016


    Date: Wednesday, August 31, 2016 @ 11:37:52
  Author: tensor5
Revision: 188117

upgpkg: atom 1.9.9-3

Fix pane resize handle.

Added:
  atom/trunk/fix-pane-resize-handle.patch
Modified:
  atom/trunk/PKGBUILD

------------------------------+
 PKGBUILD                     |    7 ++++++-
 fix-pane-resize-handle.patch |   18 ++++++++++++++++++
 2 files changed, 24 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-31 10:24:52 UTC (rev 188116)
+++ PKGBUILD	2016-08-31 11:37:52 UTC (rev 188117)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -20,6 +20,7 @@
         'fix-license-path.patch'
         'fix-marker-index.patch'
         'fix-oniguruma.patch'
+        'fix-pane-resize-handle.patch'
         'run-as-node.patch'
         'settings-view-fix-height.patch'
         'symbols-view-use-system-ctags.patch'
@@ -34,6 +35,7 @@
             'ffd67934c3f80b87dfe7706191c9afad79289b6640b2876f1439701d6827a759'
             '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
             'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
+            '41aaa35b638e29d28b5d92077b7b242725046cc11d4c51d3eca589eaed977ec5'
             '1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
             'abafa58a3a9c81b7ecaf0d5ac001b0a164d016db4521fab9ad954f4ccbc8c6dc'
             'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
@@ -55,6 +57,9 @@
   # Fix for Electron 1.2.0
   patch -Np1 -i "${srcdir}"/beforeunload.patch
   patch -Np1 -i "${srcdir}"/run-as-node.patch
+
+  # Fix for Electron 1.3.0
+  patch -Np1 -i "${srcdir}"/fix-pane-resize-handle.patch
 }
 
 build() {

Added: fix-pane-resize-handle.patch
===================================================================
--- fix-pane-resize-handle.patch	                        (rev 0)
+++ fix-pane-resize-handle.patch	2016-08-31 11:37:52 UTC (rev 188117)
@@ -0,0 +1,18 @@
+--- a/static/panes.less
++++ b/static/panes.less
+@@ -15,7 +15,6 @@ atom-pane-container {
+     min-width: 0;
+ 
+     & > atom-pane-resize-handle {
+-      position: absolute;
+       z-index: 3;
+     }
+   }
+@@ -39,6 +38,7 @@ atom-pane-container {
+       width: 8px;
+       height: 100%;
+       margin-left: -4px;
++      margin-right: -4px;
+       cursor: col-resize;
+       border-right: none;
+     }



More information about the arch-commits mailing list