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

Jan Steffens heftig at archlinux.org
Sun Jun 19 01:40:00 UTC 2016


    Date: Sunday, June 19, 2016 @ 01:39:59
  Author: heftig
Revision: 270192

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-19 01:39:12 UTC (rev 270191)
+++ PKGBUILD	2016-06-19 01:39:59 UTC (rev 270192)
@@ -1,40 +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=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/PKGBUILD (from rev 270191, meld/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-19 01:39:59 UTC (rev 270192)
@@ -0,0 +1,37 @@
+# $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.1
+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=('fe003ba49433a735713bf93f06994e480b45384d')
+
+# 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
+}

Deleted: fix-dark-style.patch
===================================================================
--- fix-dark-style.patch	2016-06-19 01:39:12 UTC (rev 270191)
+++ fix-dark-style.patch	2016-06-19 01:39:59 UTC (rev 270192)
@@ -1,25 +0,0 @@
-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