[arch-commits] Commit in nemo/trunk (PKGBUILD adwaita_style.patch)

Balló György bgyorgy at archlinux.org
Thu Jul 31 15:12:05 UTC 2014


    Date: Thursday, July 31, 2014 @ 17:12:05
  Author: bgyorgy
Revision: 116638

upgpkg: nemo 2.2.3-2

Remove workaround that no longer needed (fixed by upstream)

Modified:
  nemo/trunk/PKGBUILD
Deleted:
  nemo/trunk/adwaita_style.patch

---------------------+
 PKGBUILD            |   11 +++--------
 adwaita_style.patch |   10 ----------
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-31 14:36:01 UTC (rev 116637)
+++ PKGBUILD	2014-07-31 15:12:05 UTC (rev 116638)
@@ -4,7 +4,7 @@
 
 pkgname=nemo
 pkgver=2.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Cinnamon file manager (Nautilus fork)"
 arch=('i686' 'x86_64')
 url="https://github.com/linuxmint/nemo"
@@ -15,10 +15,8 @@
 makedepends=('gtk-doc' 'gobject-introspection' 'intltool' 'gnome-common' 'python2-gobject' 'python2-polib')
 options=('!emptydirs')
 install=nemo.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver"
-        "adwaita_style.patch")
-sha256sums=('c326bbae39b0cdf4b646eb557e9d72e8135501226be0399429de62612421ebea'
-            '21555779bc9d2cc87f73042039bcffd43a3d858a7f1f3a93ec27c91cdf69d4ce')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/nemo/tarball/$pkgver")
+sha256sums=('c326bbae39b0cdf4b646eb557e9d72e8135501226be0399429de62612421ebea')
 
 prepare() {
   cd linuxmint-nemo-*
@@ -27,9 +25,6 @@
   sed -i 's/bin\/python/bin\/python2/g' files/usr/share/nemo/actions/myaction.py
   find -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
 
-  # Fix white text on breadcrumb with Adwaita theme
-  patch -Np1 -i ../adwaita_style.patch
-
   # Fix desktop style with Adwaita theme
   sed -i 's/add_class (\(.*\), "nemo-/add_class (\1, "nautilus-/' \
     libnemo-private/nemo-icon-{canvas-item,container}.c

Deleted: adwaita_style.patch
===================================================================
--- adwaita_style.patch	2014-07-31 14:36:01 UTC (rev 116637)
+++ adwaita_style.patch	2014-07-31 15:12:05 UTC (rev 116638)
@@ -1,10 +0,0 @@
---- a/src/nemo-style-fallback.css
-+++ b/src/nemo-style-fallback.css
-@@ -8,7 +8,6 @@ NemoPathbarButton {
-                                      color-stop (.7, shade(alpha(@bg_color, 0.8), 0.90)),
-                                      color-stop (1, shade(alpha(@bg_color, 0.8), 0.80)));
-     border-color: #808080;
--    color: @theme_fg_color;
-     -NemoPathbarButton-border-radius: 3px;
- }
- 




More information about the arch-commits mailing list