diff options
author | lx <lx@FreeBSD.org> | 2012-03-15 05:36:35 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2012-03-15 05:36:35 +0800 |
commit | d8eb4cd2cd028c582c82924f3a798c0d99e45412 (patch) | |
tree | a3c24feca0b7d390eaad7164cdde96281bdb91ee /graphics | |
parent | 727a0ae2134373ee8b18052364e5d9963fd40112 (diff) | |
download | freebsd-ports-gnome-d8eb4cd2cd028c582c82924f3a798c0d99e45412.tar.gz freebsd-ports-gnome-d8eb4cd2cd028c582c82924f3a798c0d99e45412.tar.zst freebsd-ports-gnome-d8eb4cd2cd028c582c82924f3a798c0d99e45412.zip |
Fix handling of gsettings conversion file.
Submitted by: pointy
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/shotwell/files/patch-Makefile | 11 | ||||
-rw-r--r-- | graphics/shotwell/pkg-plist | 1 |
2 files changed, 11 insertions, 1 deletions
diff --git a/graphics/shotwell/files/patch-Makefile b/graphics/shotwell/files/patch-Makefile index c11cbfa70b0c..5fe47683c05f 100644 --- a/graphics/shotwell/files/patch-Makefile +++ b/graphics/shotwell/files/patch-Makefile @@ -1,5 +1,5 @@ --- Makefile.orig 2011-11-03 14:39:05.000000000 -0700 -+++ Makefile 2012-03-07 11:47:18.000000000 -0800 ++++ Makefile 2012-03-14 14:07:24.000000000 -0700 @@ -273,7 +273,6 @@ gstreamer-base-0.10 \ gstreamer-pbutils-0.10 \ @@ -36,6 +36,15 @@ endif ifndef DISABLE_ICON_UPDATE -gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || : +@@ -640,7 +638,7 @@ + glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas + endif + ifndef DISABLE_GSETTINGS_CONVERT_INSTALL +- rm -f $(DESTDIR)/usr/share/GConf/gsettings/shotwell.convert ++ rm -f $(DESTDIR)$(PREFIX)/share/GConf/gsettings/shotwell.convert + endif + + $(PC_FILE): $(PC_INPUT) $(MAKE_FILES) @@ -660,7 +658,6 @@ # EXPANDED_SRC_FILES includes UNITIZE_INITS and UNITIZE_ENTRY diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist index 2d06ce94430a..5e735a9d8296 100644 --- a/graphics/shotwell/pkg-plist +++ b/graphics/shotwell/pkg-plist @@ -54,6 +54,7 @@ share/gnome/help/shotwell/C/share-upload.page share/gnome/help/shotwell/C/view-displaying.page share/gnome/help/shotwell/C/view-information.page share/gnome/help/shotwell/C/view-sidebar.page +share/GConf/gsettings/shotwell.convert share/icons/hicolor/16x16/apps/shotwell.svg share/icons/hicolor/24x24/apps/shotwell.svg share/icons/hicolor/scalable/apps/shotwell.svg |