[gnome-ostree] manifest: Add desktop-file-utils



commit 29612308506ffd1a1cfa26099cc66a31ea7b5d9a
Author: Colin Walters <walters verbum org>
Date:   Mon May 20 16:11:43 2013 -0400

    manifest: Add desktop-file-utils
    
    Needed by GLib at least for update-desktop-database.

 manifest.json                            |    3 +++
 patches/desktop-file-utils-autogen.patch |   30 ++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index 818559e..c175641 100644
--- a/manifest.json
+++ b/manifest.json
@@ -754,6 +754,9 @@
                 "patches": ["default-icon-theme-autogen.patch",
                             "default-icon-theme-no-builddir.patch"]},
 
+               {"src": "fd-xdg:desktop-file-utils",
+                "patches": ["desktop-file-utils-autogen.patch"]},
+
                {"src": "fd-xdg:shared-mime-info",
                 "config-opts": ["--disable-default-make-check"]},
 
diff --git a/patches/desktop-file-utils-autogen.patch b/patches/desktop-file-utils-autogen.patch
new file mode 100644
index 0000000..b36cc72
--- /dev/null
+++ b/patches/desktop-file-utils-autogen.patch
@@ -0,0 +1,30 @@
+From 52f268e7d48c3f5780ced15392ab0b3f81c7fdd9 Mon Sep 17 00:00:00 2001
+From: Colin Walters <walters verbum org>
+Date: Mon, 20 May 2013 16:01:35 -0400
+Subject: [PATCH] autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+---
+ autogen.sh |    9 +++++----
+ 1 files changed, 5 insertions(+), 4 deletions(-)
+
+diff --git a/autogen.sh b/autogen.sh
+index 0a4f98a..77e6151 100755
+--- a/autogen.sh
++++ b/autogen.sh
+@@ -57,7 +57,8 @@ autoconf || echo "autoconf failed - version 2.5x is probably required"
+ 
+ cd $ORIGDIR
+ 
+-$srcdir/configure "$@"
+-
+-echo 
+-echo "Now type 'make' to compile $PROJECT."
++if test -z "$NOCONFIGURE"; then
++    $srcdir/configure "$@"
++    echo 
++    echo "Now type 'make' to compile $PROJECT."
++fi
+-- 
+1.7.1
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]