build: Clean up a bit more of the gtk2 and --enable-python leftovers

This commit is contained in:
JosephMcc 2016-12-26 10:08:11 -08:00
parent cab79801ca
commit 2ddd92171c
3 changed files with 3 additions and 6 deletions

View File

@ -1,7 +1,6 @@
#!/bin/sh #!/bin/sh
PKG_CONFIG_MODULES="glib-2.0 gtk+-2.0 gtksourceview-2.0 \ PKG_CONFIG_MODULES="glib-2.0 gtk+-3.0 gtksourceview-3.0 enchant iso-codes"
enchant iso-codes"
echo_padded () echo_padded ()
{ {

View File

@ -6,7 +6,7 @@ pluginsdir=@libdir@/xed/plugins
Name: xed Name: xed
Description: xed Description: xed
Requires: gtksourceview-@GTK_API_VERSION@ Requires: gtksourceview-3.0
Version: @VERSION@ Version: @VERSION@
Cflags: -I${includedir}/xed Cflags: -I${includedir}/xed
Libs: -L${libdir} Libs: -L${libdir}

4
debian/rules vendored
View File

@ -16,9 +16,7 @@ override_dh_auto_configure:
dh_auto_configure $(DHFLAGS) -- \ dh_auto_configure $(DHFLAGS) -- \
--disable-silent-rules \ --disable-silent-rules \
--libexecdir=/usr/lib/ \ --libexecdir=/usr/lib/ \
--disable-python \ --enable-gtk-doc
--enable-gtk-doc \
--with-gtk=3.0
override_dh_installchangelogs: override_dh_installchangelogs:
dh_installchangelogs NEWS dh_installchangelogs NEWS