r53072 - in /desktop/unstable/nautilus/debian: changelog control.in rules

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Wed Aug 30 12:11:15 UTC 2017


Author: jbicha-guest
Date: Wed Aug 30 12:11:15 2017
New Revision: 53072

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53072
Log:
Build with meson

Modified:
    desktop/unstable/nautilus/debian/changelog
    desktop/unstable/nautilus/debian/control.in
    desktop/unstable/nautilus/debian/rules

Modified: desktop/unstable/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/changelog?rev=53072&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/changelog	[utf-8] (original)
+++ desktop/unstable/nautilus/debian/changelog	[utf-8] Wed Aug 30 12:11:15 2017
@@ -1,6 +1,7 @@
 nautilus (3.25.90-1) UNRELEASED; urgency=medium
 
   * New upstream release
+  * Build with meson
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Wed, 30 Aug 2017 07:54:13 -0400
 

Modified: desktop/unstable/nautilus/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/control.in?rev=53072&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/control.in	[utf-8] (original)
+++ desktop/unstable/nautilus/debian/control.in	[utf-8] Wed Aug 30 12:11:15 2017
@@ -23,6 +23,7 @@
                libxrender-dev,
                libxext-dev,
                x11proto-core-dev,
+               meson (>= 0.40.0),
                shared-mime-info (>= 0.50),
                gobject-introspection (>= 0.9.12-4~),
                libgirepository1.0-dev (>= 0.10.7-1~),

Modified: desktop/unstable/nautilus/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/rules?rev=53072&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/rules	[utf-8] (original)
+++ desktop/unstable/nautilus/debian/rules	[utf-8] Wed Aug 30 12:11:15 2017
@@ -12,9 +12,9 @@
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-ENABLE_SELINUX := --enable-selinux
+ENABLE_SELINUX := -Denable-selinux=true
 else
-ENABLE_SELINUX := --disable-selinux
+ENABLE_SELINUX := -Denable-selinux=false
 endif
 
 %:
@@ -25,10 +25,14 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-		--disable-update-mimedb \
-		--enable-packagekit \
-		--enable-desktop \
-		--enable-introspection \
+		-Denable-packagekit=true \
+		-Denable-desktop=true \
+		-Denable-exif=true \
+		-Denable-gtk-doc=true \
+		-Denable-packagekit=true \
+		-Denable-nst-extension=true \
+		-Denable-unity=true \
+		-Denable-xmp=true \
 		$(ENABLE_SELINUX) \
 		$(ENABLE_TRACKER)
 




More information about the pkg-gnome-commits mailing list