[arch-commits] Commit in atom/trunk (PKGBUILD settings-view-fix-height.patch)

Nicola Squartini tensor5 at archlinux.org
Sat Aug 20 08:42:49 UTC 2016


    Date: Saturday, August 20, 2016 @ 08:42:48
  Author: tensor5
Revision: 187139

upgpkg: atom 1.9.9-2

Fix height of panels in settings-view.

Added:
  atom/trunk/settings-view-fix-height.patch
Modified:
  atom/trunk/PKGBUILD

--------------------------------+
 PKGBUILD                       |    9 ++++++++-
 settings-view-fix-height.patch |   10 ++++++++++
 2 files changed, 18 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-20 07:22:05 UTC (rev 187138)
+++ PKGBUILD	2016-08-20 08:42:48 UTC (rev 187139)
@@ -3,7 +3,7 @@
 
 pkgname=atom
 pkgver=1.9.9
-pkgrel=1
+pkgrel=2
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('i686' 'x86_64')
 url='https://github.com/atom/atom'
@@ -21,6 +21,7 @@
         'fix-marker-index.patch'
         'fix-oniguruma.patch'
         'run-as-node.patch'
+        'settings-view-fix-height.patch'
         'symbols-view-use-system-ctags.patch'
         'tree-view.patch'
         'use-system-apm.patch'
@@ -34,6 +35,7 @@
             '2569702bee0508ee38a181f28bc99d6844725de206362a010705d84da09735c3'
             'c0ae6c64802bc20219bc9142bd6e62e65853044b4a678d3f7ec72dcb61d22274'
             '1533581eeede375924a3431fed7e6641a156f765bf252590d73da4259f07343f'
+            'abafa58a3a9c81b7ecaf0d5ac001b0a164d016db4521fab9ad954f4ccbc8c6dc'
             'a5a2b1fefa29799b3225c4aa3fe0e5b057b2b320f98ad7bc28d3596923e52b41'
             '109af01ceae45615994f2ac08292c44db339bf7ef89369b077e04fcfc35aa3dd'
             '7771ff6ddf06bedeb37ff47bf98f685cc67585e6f831d2add9a31078383a6fbe'
@@ -64,6 +66,11 @@
   apm clean
   apm install
 
+  # Fix height of "Choose a Theme" and "Install Packages" panels
+  cd node_modules/settings-view
+  patch -Np1 -i "${srcdir}"/settings-view-fix-height.patch
+  cd ../..
+
   # Use system ctags
   cd node_modules/symbols-view
   patch -Np1 -i "${srcdir}"/symbols-view-use-system-ctags.patch

Added: settings-view-fix-height.patch
===================================================================
--- settings-view-fix-height.patch	                        (rev 0)
+++ settings-view-fix-height.patch	2016-08-20 08:42:48 UTC (rev 187139)
@@ -0,0 +1,10 @@
+--- a/styles/settings-view.less
++++ b/styles/settings-view.less
+@@ -541,7 +541,6 @@
+   }
+ 
+   .packages {
+-    height: 100%;
+     display: flex;
+     flex-flow: column;
+ 



More information about the arch-commits mailing list