summaryrefslogtreecommitdiff
path: root/x11/gnome2-applets/patches/patch-af
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-04-17 17:59:06 +0000
committerdrochner <drochner@pkgsrc.org>2007-04-17 17:59:06 +0000
commit68c669d67d223f1e40cbaae88ab0c32ef9f8d49c (patch)
tree202d6c16c983ee0ccaccc9a07b93da10f845075e /x11/gnome2-applets/patches/patch-af
parent6d80e7cf485b1232c21d084d3da65066e94aea2e (diff)
downloadpkgsrc-68c669d67d223f1e40cbaae88ab0c32ef9f8d49c.tar.gz
-to avoid a different set of applets to be built if py-gnome2-desktop
is installed, require it and build invest-applet properly -patch bashisms in makefiles so that .svg icons are installed properly -bump PKGREVISION
Diffstat (limited to 'x11/gnome2-applets/patches/patch-af')
-rw-r--r--x11/gnome2-applets/patches/patch-af13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gnome2-applets/patches/patch-af b/x11/gnome2-applets/patches/patch-af
new file mode 100644
index 00000000000..99aac463d0e
--- /dev/null
+++ b/x11/gnome2-applets/patches/patch-af
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.3 2007/04/17 17:59:07 drochner Exp $
+
+--- ./stickynotes/pixmaps/Makefile.in.orig 2007-04-17 18:13:05.000000000 +0200
++++ ./stickynotes/pixmaps/Makefile.in
+@@ -563,7 +563,7 @@ install-data-local:
+ for icon in $(icons); do \
+ SIZE=`echo $$icon | cut -d. -f2`; \
+ FILE=`echo $$icon | cut -d. -f1,3`; \
+- if [ "$$SIZE" == "svg" ]; then \
++ if [ "$$SIZE" = "svg" ]; then \
+ SIZE="scalable"; \
+ FILE="$$FILE.svg"; \
+ else \