[arch-commits] Commit in meld/repos/extra-any (PKGBUILD PKGBUILD fix-dark-style.patch)

Jan de Groot jgc at archlinux.org
Fri Jun 10 11:55:00 UTC 2016


    Date: Friday, June 10, 2016 @ 13:55:00
  Author: jgc
Revision: 269285

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
    (from rev 269284, meld/trunk/PKGBUILD)
  meld/repos/extra-any/fix-dark-style.patch
    (from rev 269284, meld/trunk/fix-dark-style.patch)
Deleted:
  meld/repos/extra-any/PKGBUILD

----------------------+
 PKGBUILD             |   77 +++++++++++++++++++++++++------------------------
 fix-dark-style.patch |   25 +++++++++++++++
 2 files changed, 65 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-10 11:54:55 UTC (rev 269284)
+++ PKGBUILD	2016-06-10 11:55:00 UTC (rev 269285)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgname=meld
-pkgver=3.16.0
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-depends=(python2-gobject python2-cairo gtksourceview3 gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz")
-sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-    install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 269284, meld/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-10 11:55:00 UTC (rev 269285)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgname=meld
+pkgver=3.16.0
+pkgrel=2
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+depends=(python2-gobject python2-cairo gtksourceview3 gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz"
+	fix-dark-style.patch)
+sha1sums=('12cd5074ad23650776334cf3d1f2d803d5f2db97'
+          'b0c0d299524fb0ee57c47a723a570fc057766a51')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../fix-dark-style.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+    install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Copied: meld/repos/extra-any/fix-dark-style.patch (from rev 269284, meld/trunk/fix-dark-style.patch)
===================================================================
--- fix-dark-style.patch	                        (rev 0)
+++ fix-dark-style.patch	2016-06-10 11:55:00 UTC (rev 269285)
@@ -0,0 +1,25 @@
+From ff6f12bc870372b4409e9705c4b9f111e48b8c97 Mon Sep 17 00:00:00 2001
+From: Kai Willadsen <kai.willadsen at gmail.com>
+Date: Sat, 14 May 2016 06:51:38 +1000
+Subject: data: Fix unknown-text in meld-dark style
+
+---
+ data/styles/meld-dark.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/data/styles/meld-dark.xml b/data/styles/meld-dark.xml
+index da89251..74c49e8 100644
+--- a/data/styles/meld-dark.xml
++++ b/data/styles/meld-dark.xml
+@@ -11,7 +11,7 @@
+   <style name="meld:error" background="#fce94f" foreground="#faad3d" line-background="#fdf8cd"/>
+   <style name="meld:inline" background="#3465a4"/>
+   <style name="meld:current-line-highlight" background="#111100"/>
+-  <style name="meld:unknown-text" background="#aaaaaa"/>
++  <style name="meld:unknown-text" foreground="#aaaaaa"/>
+   <style name="meld:syncpoint-outline" foreground="#bbbbbb"/>
+   <style name="meld:current-chunk-highlight" background="#rgba(255, 255, 255, 0.1)"/>
+   <style name="meld:dimmed" foreground="#999999"/>
+-- 
+cgit v0.12
+



More information about the arch-commits mailing list