r51853 - in /packages/unstable/gnome-builder/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Dec 22 10:48:43 UTC 2016


Author: biebl
Date: Thu Dec 22 10:48:43 2016
New Revision: 51853

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51853
Log:
* Update configure switches
  - Rename xdg-app-plugin → flatpak-plugin
  - Rename library-template-plugin → autotools-templates
  - Explicitly enable cargo, color-picker, meson and quick-highlight plugin

Modified:
    packages/unstable/gnome-builder/debian/changelog
    packages/unstable/gnome-builder/debian/rules

Modified: packages/unstable/gnome-builder/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/changelog?rev=51853&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/changelog	[utf-8] Thu Dec 22 10:48:43 2016
@@ -6,6 +6,10 @@
   * Add Build-Depends on libsoup2.4-dev as required by the flatpak plugin.
   * Bump Build-Depends on libflatpak-dev to (>= 0.6.9) as required by the
     flatpak plugin.
+  * Update configure switches
+    - Rename xdg-app-plugin → flatpak-plugin
+    - Rename library-template-plugin → autotools-templates
+    - Explicitly enable cargo, color-picker, meson and quick-highlight plugin
 
  -- Michael Biebl <biebl at debian.org>  Thu, 22 Dec 2016 11:15:24 +0100
 

Modified: packages/unstable/gnome-builder/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-builder/debian/rules?rev=51853&op=diff
==============================================================================
--- packages/unstable/gnome-builder/debian/rules	[utf-8] (original)
+++ packages/unstable/gnome-builder/debian/rules	[utf-8] Thu Dec 22 10:48:43 2016
@@ -39,7 +39,10 @@
 override_dh_auto_configure:
 	dh_auto_configure -- --disable-static \
 		--enable-autotools-plugin \
+		--enable-autotools-templates \
 		--enable-build-tools-plugin \
+		--enable-cargo-plugin \
+		--enable-color-picker-plugin \
 		--enable-command-bar-plugin \
 		--enable-comment-code-plugin \
 		--enable-contributing-plugin \
@@ -48,6 +51,7 @@
 		--enable-ctags-plugin \
 		--enable-devhelp-plugin \
 		--enable-file-search-plugin \
+		--enable-flatpak-plugin \
 		--enable-fpaste-plugin \
 		--enable-gcc-plugin \
 		--enable-gettext-plugin \
@@ -57,18 +61,18 @@
 		--enable-html-preview-plugin \
 		--enable-jedi-plugin \
 		--enable-jhbuild-plugin \
-		--enable-library-template-plugin \
+		--enable-meson-plugin \
 		--disable-mingw-plugin \
 		--enable-project-tree-plugin \
 		--enable-python-gi-imports-completion-plugin \
 		--enable-python-pack-plugin \
+		--enable-quick-highlight \
 		--enable-support-plugin \
 		--enable-symbol-tree-plugin \
 		--enable-sysmon-plugin \
 		--enable-terminal-plugin \
 		--enable-todo-plugin \
 		--enable-vala-pack-plugin \
-		--enable-xdg-app-plugin \
 		--enable-xml-pack-plugin \
 		$(CLANG_PLUGIN) \
 		$(SYSPROF_PLUGIN)




More information about the pkg-gnome-commits mailing list