diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2004-09-03 09:07:13 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2004-09-03 09:07:13 +0000 |
commit | 8908d90ef0f23a6c8763a6d82b09e298286bbb78 (patch) | |
tree | 50feefaa14cc5cf0277a0983142062e0a041f53d /app-office/glabels/files | |
parent | Stable x86. (Manifest recommit) (diff) | |
download | gentoo-2-8908d90ef0f23a6c8763a6d82b09e298286bbb78.tar.gz gentoo-2-8908d90ef0f23a6c8763a6d82b09e298286bbb78.tar.bz2 gentoo-2-8908d90ef0f23a6c8763a6d82b09e298286bbb78.zip |
New version, including patch to avoid sandbox violation (bug #60545)
Diffstat (limited to 'app-office/glabels/files')
-rw-r--r-- | app-office/glabels/files/digest-glabels-2.0.0 | 1 | ||||
-rw-r--r-- | app-office/glabels/files/digest-glabels-2.0.1 | 1 | ||||
-rw-r--r-- | app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch | 12 |
3 files changed, 13 insertions, 1 deletions
diff --git a/app-office/glabels/files/digest-glabels-2.0.0 b/app-office/glabels/files/digest-glabels-2.0.0 deleted file mode 100644 index c8d8105c57b8..000000000000 --- a/app-office/glabels/files/digest-glabels-2.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 77a421ee35b64f01a0fbf5ada5944add glabels-2.0.0.tar.gz 1408734 diff --git a/app-office/glabels/files/digest-glabels-2.0.1 b/app-office/glabels/files/digest-glabels-2.0.1 new file mode 100644 index 000000000000..a0655e8e3a90 --- /dev/null +++ b/app-office/glabels/files/digest-glabels-2.0.1 @@ -0,0 +1 @@ +MD5 d6658de86c76f9f333ed28ac11ca22f9 glabels-2.0.1.tar.gz 1415676 diff --git a/app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch b/app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch new file mode 100644 index 000000000000..f35e695d3a28 --- /dev/null +++ b/app-office/glabels/files/glabels-2.0.1-sandbox_fix.patch @@ -0,0 +1,12 @@ +diff -NurdB glabels-2.0.1-orig/configure glabels-2.0.1/configure +--- glabels-2.0.1-orig/configure 2004-09-03 03:38:05 -0500 ++++ glabels-2.0.1/configure 2004-09-03 03:38:45 -0500 +@@ -9383,7 +9383,7 @@ + ;; + esac + fi +-UPDATE_DESKTOP_DATABASE=$ac_cv_path_UPDATE_DESKTOP_DATABASE ++UPDATE_DESKTOP_DATABASE=no + + if test -n "$UPDATE_DESKTOP_DATABASE"; then + echo "$as_me:$LINENO: result: $UPDATE_DESKTOP_DATABASE" >&5 |