r42694 - in /packages/unstable/anjuta-extras/debian: changelog control control.in patches/30_fix-syntax-highlighting-for-Gtk-types.patch patches/series

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Tue Sep 9 10:56:36 UTC 2014


Author: bigon
Date: Tue Sep  9 10:56:36 2014
New Revision: 42694

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42694
Log:
* debian/control.in:
  - Bump Standards-Version to 3.9.5 (no further changes)
  - Also bump build-dependency against libanjuta-dev
  - Use canonical URL for Vcs-Svn field
* Add d/p/30_fix-syntax-highlighting-for-Gtk-types.patch: Fix
  highlighting for Gtk types, taken from upstream.

Added:
    packages/unstable/anjuta-extras/debian/patches/30_fix-syntax-highlighting-for-Gtk-types.patch
Modified:
    packages/unstable/anjuta-extras/debian/changelog
    packages/unstable/anjuta-extras/debian/control
    packages/unstable/anjuta-extras/debian/control.in
    packages/unstable/anjuta-extras/debian/patches/series

Modified: packages/unstable/anjuta-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/changelog?rev=42694&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/changelog	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/changelog	[utf-8] Tue Sep  9 10:56:36 2014
@@ -1,8 +1,17 @@
 anjuta-extras (3.10.0-2) UNRELEASED; urgency=medium
 
+  [ Jackson Doak ]
   * Force depends on anjuta 3.12 to allow migration. Closes: #755575
 
- -- Jackson Doak <noskcaj at ubuntu.com>  Mon, 01 Sep 2014 06:13:40 +1000
+  [ Laurent Bigonville ]
+  * debian/control.in:
+    - Bump Standards-Version to 3.9.5 (no further changes)
+    - Also bump build-dependency against libanjuta-dev
+    - Use canonical URL for Vcs-Svn field
+  * Add d/p/30_fix-syntax-highlighting-for-Gtk-types.patch: Fix
+    highlighting for Gtk types, taken from upstream.
+
+ -- Laurent Bigonville <bigon at debian.org>  Tue, 09 Sep 2014 11:46:37 +0200
 
 anjuta-extras (3.10.0-1) unstable; urgency=medium
 

Modified: packages/unstable/anjuta-extras/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control?rev=42694&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control	[utf-8] Tue Sep  9 10:56:36 2014
@@ -2,7 +2,7 @@
 Section: gnome
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Jordi Mallach <jordi at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: cdbs,
                debhelper (>= 8),
                autotools-dev,
@@ -10,15 +10,15 @@
                gnome-common,
                gnome-doc-utils (>= 0.18),
                intltool (>= 0.35.0),
-               libanjuta-dev (>= 2:3.8.0),
+               libanjuta-dev (>= 2:3.12),
                libgdl-3-dev,
                libglib2.0-dev (>= 2.16.0),
                libgtk-3-dev (>= 3.0.0),
                libxml2-dev,
                pkg-config,
                yelp-tools
-Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/anjuta-extras
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/anjuta-extras
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/anjuta-extras
 Homepage: http://www.anjuta.org/
 
@@ -33,7 +33,4 @@
  anjuta-extras contain a set of plugins for anjuta, GNOME development IDE.
  .
  The following plugins are included:
-  * Sample Plugin: Sample Plugin for Anjuta.
-  * Scintilla Editor: An alternate editor based on Scintilla
-  * Scratchbox: Change build commands to use scratchbox 1 or 2
  

Modified: packages/unstable/anjuta-extras/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/control.in?rev=42694&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/control.in	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/control.in	[utf-8] Tue Sep  9 10:56:36 2014
@@ -10,15 +10,15 @@
                gnome-common,
                gnome-doc-utils (>= 0.18),
                intltool (>= 0.35.0),
-               libanjuta-dev (>= 2:3.8.0),
+               libanjuta-dev (>= 2:3.12),
                libgdl-3-dev,
                libglib2.0-dev (>= 2.16.0),
                libgtk-3-dev (>= 3.0.0),
                libxml2-dev,
                pkg-config,
                yelp-tools
-Standards-Version: 3.9.4
-Vcs-Svn: svn://svn.debian.org/pkg-gnome/packages/unstable/anjuta-extras
+Standards-Version: 3.9.5
+Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/anjuta-extras
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/anjuta-extras
 Homepage: http://www.anjuta.org/
 

Added: packages/unstable/anjuta-extras/debian/patches/30_fix-syntax-highlighting-for-Gtk-types.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/patches/30_fix-syntax-highlighting-for-Gtk-types.patch?rev=42694&op=file
==============================================================================
--- packages/unstable/anjuta-extras/debian/patches/30_fix-syntax-highlighting-for-Gtk-types.patch	(added)
+++ packages/unstable/anjuta-extras/debian/patches/30_fix-syntax-highlighting-for-Gtk-types.patch	[utf-8] Tue Sep  9 10:56:36 2014
@@ -0,0 +1,25 @@
+From 088d3da478e876836efb386bfafd0b23c0de8d82 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?S=C3=A9bastien=20Granjoux?= <seb.sfo at free.fr>
+Date: Sat, 9 Nov 2013 22:34:18 +0100
+Subject: cintilla: bgo #690373 - The syntax-highlighting for Gtk types does
+ not work from version 3.x
+
+
+diff --git a/plugins/scintilla/properties/styles.properties b/plugins/scintilla/properties/styles.properties
+index 6d6e455..3e5331f 100644
+--- a/plugins/scintilla/properties/styles.properties
++++ b/plugins/scintilla/properties/styles.properties
+@@ -8222,8 +8222,8 @@ keywords.$(file.patterns.yaml)=true false yes no
+ 	style.cpp.17=$(style.anjuta.comment)
+ # Comment keyword error
+ 	style.cpp.18=$(style.anjuta.comment)
+-# Libraries symbols
+-#style.cpp.19=$(style.anjuta.syskeyword)
++# Libraries symbols (needed to highlight library functions by example GTK+)
++	style.cpp.19=$(style.anjuta.syskeyword)
+ # Raw strings for C++0x
+ 	style.cpp.20=$(style.anjuta.string)
+ # Triple-quoted strings for Vala
+-- 
+cgit v0.10.1
+

Modified: packages/unstable/anjuta-extras/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/anjuta-extras/debian/patches/series?rev=42694&op=diff
==============================================================================
--- packages/unstable/anjuta-extras/debian/patches/series	[utf-8] (original)
+++ packages/unstable/anjuta-extras/debian/patches/series	[utf-8] Tue Sep  9 10:56:36 2014
@@ -1,2 +1,3 @@
 10_scratchbox_path.patch
+30_fix-syntax-highlighting-for-Gtk-types.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list