Merge lp:~elementary-dev-community/pantheon-photos/fix-1272472 into lp:~pantheon-photos/pantheon-photos/trunk

Proposed by Tristan Petersen
Status: Rejected
Rejected by: Cody Garver
Proposed branch: lp:~elementary-dev-community/pantheon-photos/fix-1272472
Merge into: lp:~pantheon-photos/pantheon-photos/trunk
Diff against target: 543 lines (+132/-132)
5 files modified
Makefile (+96/-96)
pantheon-photos.doap (+4/-4)
plugins/Makefile.plugin.mk (+9/-9)
plugins/plugins.mk (+22/-22)
pp-glade (+1/-1)
To merge this branch: bzr merge lp:~elementary-dev-community/pantheon-photos/fix-1272472
Reviewer Review Type Date Requested Status
Photos Devs Pending
Review via email: mp+207854@code.launchpad.net
To post a comment you must log in.

Unmerged revisions

2506. By Tristan Petersen

Renamed a whole bunch of files and modified some

2505. By Tristan Petersen

Makefile changes

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Makefile'
--- Makefile 2014-02-04 22:37:33 +0000
+++ Makefile 2014-02-24 01:45:14 +0000
@@ -1,6 +1,6 @@
1PROGRAM = shotwell1PROGRAM = pantheon-photos
2PROGRAM_THUMBNAILER = shotwell-video-thumbnailer2PROGRAM_THUMBNAILER = pantheon-photos-video-thumbnailer
3PROGRAM_MIGRATOR = shotwell-settings-migrator3PROGRAM_MIGRATOR = pantheon-photos-settings-migrator
44
5VERSION = 0.15.1+trunk5VERSION = 0.15.1+trunk
6GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}')6GITVER := $(shell git log -n 1 2>/dev/null | head -n 1 | awk '{print $$2}')
@@ -27,7 +27,7 @@
2727
28-include configure.mk28-include configure.mk
29ifndef LIBEXECDIR29ifndef LIBEXECDIR
30LIBEXECDIR=$(PREFIX)/libexec/shotwell30LIBEXECDIR=$(PREFIX)/libexec/pantheon-photos
31endif31endif
3232
33CORE_SUPPORTED_LANGUAGES=$(shell cat po/LINGUAS)33CORE_SUPPORTED_LANGUAGES=$(shell cat po/LINGUAS)
@@ -112,7 +112,7 @@
112 Upgrades.vala 112 Upgrades.vala
113113
114THUMBNAILER_SRC_FILES = \114THUMBNAILER_SRC_FILES = \
115 shotwell-video-thumbnailer.vala115 pantheon-photos-video-thumbnailer.vala
116116
117VAPI_FILES = \117VAPI_FILES = \
118 ExtendedPosix.vapi \118 ExtendedPosix.vapi \
@@ -152,8 +152,8 @@
152 search_bar.ui \152 search_bar.ui \
153 search_sidebar_context.ui \153 search_sidebar_context.ui \
154 set_background_dialog.glade \154 set_background_dialog.glade \
155 shotwell.glade \155 pantheon-photos.glade \
156 shotwell.xml \156 pantheon-photos.xml \
157 sidebar_default_context.ui \157 sidebar_default_context.ui \
158 tag_sidebar_context.ui \158 tag_sidebar_context.ui \
159 tags.ui \159 tags.ui \
@@ -161,12 +161,12 @@
161 trash.ui 161 trash.ui
162162
163SYS_INTEGRATION_FILES = \163SYS_INTEGRATION_FILES = \
164 shotwell.appdata.xml \164 pantheon-photos.appdata.xml \
165 shotwell.desktop.head \165 pantheon-photos.desktop.head \
166 shotwell-viewer.desktop.head \166 pantheon-photos-viewer.desktop.head \
167 org.yorba.shotwell.gschema.xml \167 org.elementaryos.pantheon-photos.gschema.xml \
168 org.yorba.shotwell-extras.gschema.xml \168 org.elementaryos.pantheon-photos-extras.gschema.xml \
169 shotwell.convert169 pantheon-photos.convert
170170
171SCHEMA_FILES := $(shell ls misc/*.gschema.xml)171SCHEMA_FILES := $(shell ls misc/*.gschema.xml)
172172
@@ -211,11 +211,11 @@
211 publish.png \211 publish.png \
212 redeye.png \212 redeye.png \
213 rejected.svg \213 rejected.svg \
214 shotwell-16.svg \214 pantheon-photos-16.svg \
215 shotwell-24.svg \215 pantheon-photos-24.svg \
216 shotwell.ico \216 pantheon-photos.ico \
217 shotwell-street.jpg \217 pantheon-photos-street.jpg \
218 shotwell.svg \218 pantheon-photos.svg \
219 sprocket.png \219 sprocket.png \
220 straighten.svg \220 straighten.svg \
221 three-star-filter-plus.svg \221 three-star-filter-plus.svg \
@@ -276,7 +276,7 @@
276 crop_thirds.jpg \276 crop_thirds.jpg \
277 editing_overview.png \277 editing_overview.png \
278 edit_toolbar.png \278 edit_toolbar.png \
279 shotwell_logo.png \279 pantheon-photos_logo.png \
280 trash_process.png280 trash_process.png
281281
282VAPI_DIRS = \282VAPI_DIRS = \
@@ -361,15 +361,15 @@
361BUILD_DIR=src361BUILD_DIR=src
362endif362endif
363363
364DESKTOP_APP_SHORT_NAME="Shotwell"364DESKTOP_APP_SHORT_NAME="Photos"
365DESKTOP_APP_FULL_NAME="Shotwell Photo Manager"365DESKTOP_APP_FULL_NAME="Pantheon Photo Manager"
366DESKTOP_APPLICATION_COMMENT="Organize your photos"366DESKTOP_APPLICATION_COMMENT="Organize your photos"
367DESKTOP_APPLICATION_CLASS="Photo Manager"367DESKTOP_APPLICATION_CLASS="Photo Manager"
368DESKTOP_APP_KEYWORDS="album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;organize;photo;photographs;photos;picture;pictures;photography;print;publish;rotate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;"368DESKTOP_APP_KEYWORDS="album;camera;cameras;crop;edit;enhance;export;gallery;image;images;import;organize;photo;photographs;photos;picture;pictures;photography;print;publish;rotate;share;tags;video;facebook;flickr;picasa;youtube;piwigo;"
369DIRECT_EDIT_DESKTOP_APP_SHORT_NAME="Shotwell"369DIRECT_EDIT_DESKTOP_APP_SHORT_NAME="Photos"
370DIRECT_EDIT_DESKTOP_APP_FULL_NAME="Shotwell Photo Viewer"370DIRECT_EDIT_DESKTOP_APP_FULL_NAME="Pantheon Photo Viewer"
371DIRECT_EDIT_DESKTOP_APPLICATION_CLASS="Photo Viewer"371DIRECT_EDIT_DESKTOP_APPLICATION_CLASS="Photo Viewer"
372TEMPORARY_DESKTOP_FILES = misc/shotwell.desktop misc/shotwell-viewer.desktop372TEMPORARY_DESKTOP_FILES = misc/pantheon-photos.desktop misc/pantheon-photos-viewer.desktop
373373
374# Process the units374# Process the units
375UNIT_MKS := $(foreach unit,$(UNITS),src/$(unit)/mk/$(notdir $(unit)).mk)375UNIT_MKS := $(foreach unit,$(UNITS),src/$(unit)/mk/$(notdir $(unit)).mk)
@@ -410,14 +410,14 @@
410VALA_STAMP := $(BUILD_DIR)/.stamp410VALA_STAMP := $(BUILD_DIR)/.stamp
411LANG_STAMP := $(LOCAL_LANG_DIR)/.langstamp411LANG_STAMP := $(LOCAL_LANG_DIR)/.langstamp
412MAKE_FILES := Makefile $(CONFIG_IN) $(UNIT_MKS) unitize.mk units.mk412MAKE_FILES := Makefile $(CONFIG_IN) $(UNIT_MKS) unitize.mk units.mk
413PC_INPUT := shotwell-plugin-dev-1.0.m4413PC_INPUT := pantheon-photos-plugin-dev-1.0.m4
414PC_FILE := $(PC_INPUT:.m4=.pc)414PC_FILE := $(PC_INPUT:.m4=.pc)
415415
416DIST_FILES = Makefile configure chkver $(EXPANDED_DIST_SRC_FILES) $(EXPANDED_VAPI_FILES) \416DIST_FILES = Makefile configure chkver $(EXPANDED_DIST_SRC_FILES) $(EXPANDED_VAPI_FILES) \
417 $(EXPANDED_DEPS_FILES) $(EXPANDED_SRC_HEADER_FILES) $(EXPANDED_RESOURCE_FILES) $(TEXT_FILES) \417 $(EXPANDED_DEPS_FILES) $(EXPANDED_SRC_HEADER_FILES) $(EXPANDED_RESOURCE_FILES) $(TEXT_FILES) \
418 $(EXPANDED_ICON_FILES) $(EXPANDED_SYS_INTEGRATION_FILES) $(EXPANDED_CORE_PO_FILES) \418 $(EXPANDED_ICON_FILES) $(EXPANDED_SYS_INTEGRATION_FILES) $(EXPANDED_CORE_PO_FILES) \
419 po/LINGUAS po/POTFILES.in po/POTFILES.skip \419 po/LINGUAS po/POTFILES.in po/POTFILES.skip \
420 $(EXPANDED_HELP_FILES) $(EXPANDED_HELP_IMAGES) apport/shotwell.py $(UNIT_RESOURCES) $(UNIT_MKS) \420 $(EXPANDED_HELP_FILES) $(EXPANDED_HELP_IMAGES) apport/pantheon-photos.py $(UNIT_RESOURCES) $(UNIT_MKS) \
421 unitize.mk units.mk $(PC_INPUT) $(PLUGINS_DIST_FILES) \421 unitize.mk units.mk $(PC_INPUT) $(PLUGINS_DIST_FILES) \
422 vapi/gphoto-2.5/libgphoto2.vapi vapi/gphoto-2.4/libgphoto2.vapi \422 vapi/gphoto-2.5/libgphoto2.vapi vapi/gphoto-2.4/libgphoto2.vapi \
423 $(EXPANDED_THUMBNAILER_SRC_FILES) $(MIGRATOR_BIN)423 $(EXPANDED_THUMBNAILER_SRC_FILES) $(MIGRATOR_BIN)
@@ -468,7 +468,7 @@
468468
469$(LANG_STAMP): $(EXPANDED_CORE_PO_FILES)469$(LANG_STAMP): $(EXPANDED_CORE_PO_FILES)
470 @$(foreach po,$(CORE_SUPPORTED_LANGUAGES),`mkdir -p $(LOCAL_LANG_DIR)/$(po)/LC_MESSAGES ; \470 @$(foreach po,$(CORE_SUPPORTED_LANGUAGES),`mkdir -p $(LOCAL_LANG_DIR)/$(po)/LC_MESSAGES ; \
471 msgfmt -c -o $(LOCAL_LANG_DIR)/$(po)/LC_MESSAGES/shotwell.mo po/$(po).po`)471 msgfmt -c -o $(LOCAL_LANG_DIR)/$(po)/LC_MESSAGES/pantheon-photos.mo po/$(po).po`)
472 @touch $(LANG_STAMP)472 @touch $(LANG_STAMP)
473473
474clean:474clean:
@@ -505,45 +505,45 @@
505 cp $(DIST_TAR_XZ) $(PACKAGE_ORIG_XZ)505 cp $(DIST_TAR_XZ) $(PACKAGE_ORIG_XZ)
506 rm -f $(DIST_TAR_XZ)506 rm -f $(DIST_TAR_XZ)
507507
508misc/shotwell.desktop: misc/shotwell.desktop.head $(EXPANDED_CORE_PO_FILES)508misc/pantheon-photos.desktop: misc/pantheon-photos.desktop.head $(EXPANDED_CORE_PO_FILES)
509 cp misc/shotwell.desktop.head misc/shotwell.desktop509 cp misc/pantheon-photos.desktop.head misc/pantheon-photos.desktop
510 @ $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack \510 @ $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack \
511 LANGUAGE=$(lang) gettext --domain=shotwell $(DESKTOP_APP_FULL_NAME)` \511 LANGUAGE=$(lang) gettext --domain=pantheon-photos $(DESKTOP_APP_FULL_NAME)` \
512 >> misc/shotwell.desktop ; \512 >> misc/pantheon-photos.desktop ; \
513 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) \513 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) \
514 gettext --domain=shotwell $(DESKTOP_APPLICATION_CLASS)` >> misc/shotwell.desktop ; \514 gettext --domain=pantheon-photos $(DESKTOP_APPLICATION_CLASS)` >> misc/pantheon-photos.desktop ; \
515 echo Comment[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \515 echo Comment[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
516 --domain=shotwell $(DESKTOP_APPLICATION_COMMENT)` >> misc/shotwell.desktop ; \516 --domain=pantheon-photos $(DESKTOP_APPLICATION_COMMENT)` >> misc/pantheon-photos.desktop ; \
517 echo Keywords[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \517 echo Keywords[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
518 --domain=shotwell $(DESKTOP_APP_KEYWORDS)` >> misc/shotwell.desktop ;) 518 --domain=pantheon-photos $(DESKTOP_APP_KEYWORDS)` >> misc/pantheon-photos.desktop ;)
519ifndef DISABLE_DESKTOP_VALIDATE519ifndef DISABLE_DESKTOP_VALIDATE
520 @ desktop-file-validate misc/shotwell.desktop 1>misc/shotwell.desktop.errors 2>&1; \520 @ desktop-file-validate misc/pantheon-photos.desktop 1>misc/pantheon-photos.desktop.errors 2>&1; \
521 if test -s misc/shotwell.desktop.errors; then \521 if test -s misc/pantheon-photos.desktop.errors; then \
522 echo -e "\nThe file misc/shotwell.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/shotwell.desktop.errors for details."; \522 echo -e "\nThe file misc/pantheon-photos.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/pantheon-photos.desktop.errors for details."; \
523 exit 1; \523 exit 1; \
524 else rm -f misc/shotwell.desktop.errors; \524 else rm -f misc/pantheon-photos.desktop.errors; \
525 fi525 fi
526endif526endif
527 527
528misc/shotwell-viewer.desktop: misc/shotwell-viewer.desktop.head $(EXPANDED_CORE_PO_FILES)528misc/pantheon-photos-viewer.desktop: misc/pantheon-photos-viewer.desktop.head $(EXPANDED_CORE_PO_FILES)
529 cp misc/shotwell-viewer.desktop.head misc/shotwell-viewer.desktop529 cp misc/pantheon-photos-viewer.desktop.head misc/pantheon-photos-viewer.desktop
530 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack \530 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES), echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack \
531 LANGUAGE=$(lang) gettext --domain=shotwell $(DESKTOP_APP_FULL_NAME)` \531 LANGUAGE=$(lang) gettext --domain=pantheon-photos $(DESKTOP_APP_FULL_NAME)` \
532 echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \532 echo X-GNOME-FullName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
533 --domain=shotwell $(DIRECT_EDIT_DESKTOP_APP_FULL_NAME)` >> misc/shotwell-viewer.desktop ; \533 --domain=pantheon-photos $(DIRECT_EDIT_DESKTOP_APP_FULL_NAME)` >> misc/pantheon-photos-viewer.desktop ; \
534 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \534 echo GenericName[$(lang)]=`TEXTDOMAINDIR=locale-langpack LANGUAGE=$(lang) gettext \
535 --domain=shotwell $(DIRECT_EDIT_DESKTOP_APPLICATION_CLASS)` >> misc/shotwell-viewer.desktop ;)535 --domain=pantheon-photos $(DIRECT_EDIT_DESKTOP_APPLICATION_CLASS)` >> misc/pantheon-photos-viewer.desktop ;)
536ifndef DISABLE_DESKTOP_VALIDATE536ifndef DISABLE_DESKTOP_VALIDATE
537 @ desktop-file-validate misc/shotwell-viewer.desktop 1>misc/shotwell-viewer.desktop.errors 2>&1; \537 @ desktop-file-validate misc/pantheon-photos-viewer.desktop 1>misc/pantheon-photos-viewer.desktop.errors 2>&1; \
538 if test -s misc/shotwell-viewer.desktop.errors; then \538 if test -s misc/pantheon-photos-viewer.desktop.errors; then \
539 echo -e S"\nThe file misc/shotwell-viewer.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/shotwell-viewer.desktop.errors for details."; \539 echo -e S"\nThe file misc/pantheon-photos-viewer.desktop.head or one of the .po files contains errors and may need to be edited.\nPlease see the file misc/pantheon-photos-viewer.desktop.errors for details."; \
540 exit 1; \540 exit 1; \
541 else rm -f misc/shotwell-viewer.desktop.errors; \541 else rm -f misc/pantheon-photos-viewer.desktop.errors; \
542 fi542 fi
543endif543endif
544544
545.PHONY: desktop545.PHONY: desktop
546desktop: misc/shotwell.desktop misc/shotwell-viewer.desktop546desktop: misc/pantheon-photos.desktop misc/pantheon-photos-viewer.desktop
547547
548.PHONY: dist548.PHONY: dist
549dist:549dist:
@@ -565,64 +565,64 @@
565 mkdir -p $(DESTDIR)$(LIBEXECDIR)565 mkdir -p $(DESTDIR)$(LIBEXECDIR)
566 $(INSTALL_PROGRAM) $(THUMBNAILER_BIN) $(DESTDIR)$(LIBEXECDIR)566 $(INSTALL_PROGRAM) $(THUMBNAILER_BIN) $(DESTDIR)$(LIBEXECDIR)
567 $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(LIBEXECDIR)567 $(INSTALL_PROGRAM) $(MIGRATOR_BIN) $(DESTDIR)$(LIBEXECDIR)
568 mkdir -p $(DESTDIR)$(PREFIX)/share/shotwell/icons568 mkdir -p $(DESTDIR)$(PREFIX)/share/pantheon-photos/icons
569 $(INSTALL_DATA) icons/* $(DESTDIR)$(PREFIX)/share/shotwell/icons569 $(INSTALL_DATA) icons/* $(DESTDIR)$(PREFIX)/share/pantheon-photos/icons
570 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps570 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps
571 $(INSTALL_DATA) icons/shotwell.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps571 $(INSTALL_DATA) icons/pantheon-photos.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps
572 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps572 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps
573 $(INSTALL_DATA) icons/shotwell-16.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/shotwell.svg573 $(INSTALL_DATA) icons/pantheon-photos-16.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/pantheon-photos.svg
574 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps574 mkdir -p $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps
575 $(INSTALL_DATA) icons/shotwell-24.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps/shotwell.svg575 $(INSTALL_DATA) icons/pantheon-photos-24.svg $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps/pantheon-photos.svg
576 mkdir -p $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas576 mkdir -p $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
577 $(INSTALL_DATA) misc/org.yorba.shotwell.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas577 $(INSTALL_DATA) misc/org.elementaryos.pantheon-photos.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
578 $(INSTALL_DATA) misc/org.yorba.shotwell-extras.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas578 $(INSTALL_DATA) misc/org.elementaryos.pantheon-photos-extras.gschema.xml $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
579ifndef DISABLE_SCHEMAS_COMPILE579ifndef DISABLE_SCHEMAS_COMPILE
580 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas580 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
581endif581endif
582ifndef DISABLE_GSETTINGS_CONVERT_INSTALL582ifndef DISABLE_GSETTINGS_CONVERT_INSTALL
583 mkdir -p $(DESTDIR)/usr/share/GConf/gsettings583 mkdir -p $(DESTDIR)/usr/share/GConf/gsettings
584 $(INSTALL_DATA) misc/shotwell.convert $(DESTDIR)/usr/share/GConf/gsettings584 $(INSTALL_DATA) misc/pantheon-photos.convert $(DESTDIR)/usr/share/GConf/gsettings
585endif585endif
586ifndef DISABLE_ICON_UPDATE586ifndef DISABLE_ICON_UPDATE
587 -gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || :587 -gtk-update-icon-cache -t -f $(DESTDIR)$(PREFIX)/share/icons/hicolor || :
588endif588endif
589 mkdir -p $(DESTDIR)$(PREFIX)/share/shotwell/ui589 mkdir -p $(DESTDIR)$(PREFIX)/share/pantheon-photos/ui
590 $(INSTALL_DATA) ui/* $(DESTDIR)$(PREFIX)/share/shotwell/ui590 $(INSTALL_DATA) ui/* $(DESTDIR)$(PREFIX)/share/pantheon-photos/ui
591 mkdir -p $(DESTDIR)$(PREFIX)/share/applications591 mkdir -p $(DESTDIR)$(PREFIX)/share/applications
592 mkdir -p $(DESTDIR)$(PREFIX)/share/appdata592 mkdir -p $(DESTDIR)$(PREFIX)/share/appdata
593 $(INSTALL_DATA) misc/shotwell.desktop $(DESTDIR)$(PREFIX)/share/applications593 $(INSTALL_DATA) misc/pantheon-photos.desktop $(DESTDIR)$(PREFIX)/share/applications
594 $(INSTALL_DATA) misc/shotwell-viewer.desktop $(DESTDIR)$(PREFIX)/share/applications594 $(INSTALL_DATA) misc/pantheon-photos-viewer.desktop $(DESTDIR)$(PREFIX)/share/applications
595 $(INSTALL_DATA) misc/shotwell.appdata.xml $(DESTDIR)$(PREFIX)/share/appdata595 $(INSTALL_DATA) misc/pantheon-photos.appdata.xml $(DESTDIR)$(PREFIX)/share/appdata
596ifndef DISABLE_DESKTOP_UPDATE596ifndef DISABLE_DESKTOP_UPDATE
597 -update-desktop-database || :597 -update-desktop-database || :
598endif598endif
599ifdef ENABLE_APPORT_HOOK_INSTALL599ifdef ENABLE_APPORT_HOOK_INSTALL
600 mkdir -p $(DESTDIR)$(PREFIX)/share/apport/package-hooks600 mkdir -p $(DESTDIR)$(PREFIX)/share/apport/package-hooks
601 $(INSTALL_DATA) apport/shotwell.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks601 $(INSTALL_DATA) apport/pantheon-photos.py $(DESTDIR)$(PREFIX)/share/apport/package-hooks
602endif602endif
603ifndef DISABLE_HELP_INSTALL603ifndef DISABLE_HELP_INSTALL
604 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C604 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C
605 $(INSTALL_DATA) $(EXPANDED_HELP_FILES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C605 $(INSTALL_DATA) $(EXPANDED_HELP_FILES) $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C
606 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures606 mkdir -p $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C/figures
607 $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell/C/figures607 $(INSTALL_DATA) $(EXPANDED_HELP_IMAGES) $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos/C/figures
608endif608endif
609 -$(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \609 -$(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`mkdir -p $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES ; \
610 $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo \610 $(INSTALL_DATA) $(LOCAL_LANG_DIR)/$(lang)/LC_MESSAGES/pantheon-photos.mo \
611 $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)611 $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/pantheon-photos.mo`)
612 mkdir -p $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin612 mkdir -p $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
613 $(INSTALL_PROGRAM) $(PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin613 $(INSTALL_PROGRAM) $(PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
614ifdef PLUGINS_RC614ifdef PLUGINS_RC
615 $(INSTALL_DATA) $(PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin615 $(INSTALL_DATA) $(PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
616endif616endif
617ifndef DISABLE_EXTRA_PLUGINS_INSTALL617ifndef DISABLE_EXTRA_PLUGINS_INSTALL
618 $(INSTALL_PROGRAM) $(EXTRA_PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin618 $(INSTALL_PROGRAM) $(EXTRA_PLUGINS_SO) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
619ifdef EXTRA_PLUGINS_RC619ifdef EXTRA_PLUGINS_RC
620 $(INSTALL_DATA) $(EXTRA_PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin620 $(INSTALL_DATA) $(EXTRA_PLUGINS_RC) $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
621endif621endif
622endif622endif
623ifdef INSTALL_HEADERS623ifdef INSTALL_HEADERS
624 mkdir -p $(DESTDIR)$(PREFIX)/include/shotwell/plugins624 mkdir -p $(DESTDIR)$(PREFIX)/include/pantheon-photos/plugins
625 $(INSTALL_DATA) $(PLUGIN_HEADER) $(DESTDIR)$(PREFIX)/include/shotwell/plugins625 $(INSTALL_DATA) $(PLUGIN_HEADER) $(DESTDIR)$(PREFIX)/include/pantheon-photos/plugins
626 mkdir -p $(DESTDIR)$(PREFIX)/share/vala/vapi626 mkdir -p $(DESTDIR)$(PREFIX)/share/vala/vapi
627 $(INSTALL_DATA) $(PLUGIN_VAPI) $(DESTDIR)$(PREFIX)/share/vala/vapi627 $(INSTALL_DATA) $(PLUGIN_VAPI) $(DESTDIR)$(PREFIX)/share/vala/vapi
628 $(INSTALL_DATA) $(PLUGIN_DEPS) $(DESTDIR)$(PREFIX)/share/vala/vapi628 $(INSTALL_DATA) $(PLUGIN_DEPS) $(DESTDIR)$(PREFIX)/share/vala/vapi
@@ -637,37 +637,37 @@
637 rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_MIGRATOR)637 rm -f $(DESTDIR)$(PREFIX)/bin/$(PROGRAM_MIGRATOR)
638 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_THUMBNAILER)638 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_THUMBNAILER)
639 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_MIGRATOR)639 rm -f $(DESTDIR)$(LIBEXECDIR)/$(PROGRAM_MIGRATOR)
640 rm -fr $(DESTDIR)$(PREFIX)/share/shotwell640 rm -fr $(DESTDIR)$(PREFIX)/share/pantheon-photos
641 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/shotwell.svg641 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/scalable/apps/pantheon-photos.svg
642 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/shotwell.svg642 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/16x16/apps/pantheon-photos.svg
643 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps/shotwell.svg643 rm -f $(DESTDIR)$(PREFIX)/share/icons/hicolor/24x24/apps/pantheon-photos.svg
644 rm -f $(DESTDIR)$(PREFIX)/share/applications/shotwell.desktop644 rm -f $(DESTDIR)$(PREFIX)/share/applications/pantheon-photos.desktop
645 rm -f $(DESTDIR)$(PREFIX)/share/applications/shotwell-viewer.desktop645 rm -f $(DESTDIR)$(PREFIX)/share/applications/pantheon-photos-viewer.desktop
646 rm -f $(DESTDIR)$(PREFIX)/share/appdata/shotwell.appdata.xml646 rm -f $(DESTDIR)$(PREFIX)/share/appdata/pantheon-photos.appdata.xml
647ifndef DISABLE_DESKTOP_UPDATE647ifndef DISABLE_DESKTOP_UPDATE
648 -update-desktop-database || :648 -update-desktop-database || :
649endif649endif
650ifndef DISABLE_HELP_INSTALL650ifndef DISABLE_HELP_INSTALL
651 rm -rf $(DESTDIR)$(PREFIX)/share/gnome/help/shotwell651 rm -rf $(DESTDIR)$(PREFIX)/share/gnome/help/pantheon-photos
652endif652endif
653ifdef ENABLE_APPORT_HOOK_INSTALL653ifdef ENABLE_APPORT_HOOK_INSTALL
654 rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/shotwell.py654 rm -f $(DESTDIR)$(PREFIX)/share/apport/package-hooks/pantheon-photos.py
655endif655endif
656 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/shotwell.mo`)656 $(foreach lang,$(CORE_SUPPORTED_LANGUAGES),`rm -f $(SYSTEM_LANG_DIR)/$(lang)/LC_MESSAGES/pantheon-photos.mo`)
657 rm -rf $(DESTDIR)$(PREFIX)/$(LIB)/shotwell/plugins/builtin657 rm -rf $(DESTDIR)$(PREFIX)/$(LIB)/pantheon-photos/plugins/builtin
658ifdef INSTALL_HEADERS658ifdef INSTALL_HEADERS
659 rm -rf $(DESTDIR)$(PREFIX)/include/shotwell659 rm -rf $(DESTDIR)$(PREFIX)/include/pantheon-photos
660 rm -f $(foreach vapi,$(PLUGIN_VAPI),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(vapi)))660 rm -f $(foreach vapi,$(PLUGIN_VAPI),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(vapi)))
661 rm -f $(foreach dep,$(PLUGIN_DEPS),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(dep)))661 rm -f $(foreach dep,$(PLUGIN_DEPS),$(DESTDIR)$(PREFIX)/share/vala/vapi/$(notdir $(dep)))
662 rm -f $(DESTDIR)$(PREFIX)/$(LIB)/pkgconfig/$(PC_FILE)662 rm -f $(DESTDIR)$(PREFIX)/$(LIB)/pkgconfig/$(PC_FILE)
663endif663endif
664 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.yorba.shotwell.gschema.xml664 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.elementaryos.pantheon-photos.gschema.xml
665 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.yorba.shotwell-extras.gschema.xml665 rm -f $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas/org.elementaryos.pantheon-photos-extras.gschema.xml
666ifndef DISABLE_SCHEMAS_COMPILE666ifndef DISABLE_SCHEMAS_COMPILE
667 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas667 glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
668endif668endif
669ifndef DISABLE_GSETTINGS_CONVERT_INSTALL669ifndef DISABLE_GSETTINGS_CONVERT_INSTALL
670 rm -f $(DESTDIR)/usr/share/GConf/gsettings/shotwell.convert670 rm -f $(DESTDIR)/usr/share/GConf/gsettings/pantheon-photos.convert
671endif671endif
672672
673$(PC_FILE): $(PC_INPUT) $(MAKE_FILES)673$(PC_FILE): $(PC_INPUT) $(MAKE_FILES)
@@ -729,7 +729,7 @@
729docs:729docs:
730# valadoc complains if the directory already exists730# valadoc complains if the directory already exists
731 @rm -rf docs731 @rm -rf docs
732 valadoc --directory=docs --package-name=shotwell-plugin-dev --package-version=$(VERSION) --verbose \732 valadoc --directory=docs --package-name=pantheon-photos-plugin-dev --package-version=$(VERSION) --verbose \
733 --no-protected \733 --no-protected \
734 $(foreach def,$(DEFINES),--define=$(def)) \734 $(foreach def,$(DEFINES),--define=$(def)) \
735 $(foreach pkg,$(VALA_PKGS),--pkg=$(pkg)) \735 $(foreach pkg,$(VALA_PKGS),--pkg=$(pkg)) \
@@ -747,10 +747,10 @@
747747
748.PHONY: valacheck748.PHONY: valacheck
749valacheck:749valacheck:
750 @ $(VALAC) --version >/dev/null 2>/dev/null || ( echo 'Shotwell requires Vala compiler $(MIN_VALAC_VERSION) or greater. No valac found in path or $$VALAC.'; exit 1 )750 @ $(VALAC) --version >/dev/null 2>/dev/null || ( echo 'Photos requires Vala compiler $(MIN_VALAC_VERSION) or greater. No valac found in path or $$VALAC.'; exit 1 )
751 @ ./chkver min $(VALAC_VERSION) $(MIN_VALAC_VERSION) || ( echo 'Shotwell requires Vala compiler $(MIN_VALAC_VERSION) or greater. You are running' $(VALAC_VERSION) '\b.'; exit 1 )751 @ ./chkver min $(VALAC_VERSION) $(MIN_VALAC_VERSION) || ( echo 'Photos requires Vala compiler $(MIN_VALAC_VERSION) or greater. You are running' $(VALAC_VERSION) '\b.'; exit 1 )
752 $(if $(MAX_VALAC_VERSION),\752 $(if $(MAX_VALAC_VERSION),\
753 @ ./chkver max $(VALAC_VERSION) $(MAX_VALAC_VERSION) || ( echo 'Shotwell cannot be built by Vala compiler $(MAX_VALAC_VERSION) or greater. You are running' $(VALAC_VERSION) '\b.'; exit 1 ),)753 @ ./chkver max $(VALAC_VERSION) $(MAX_VALAC_VERSION) || ( echo 'Photos cannot be built by Vala compiler $(MAX_VALAC_VERSION) or greater. You are running' $(VALAC_VERSION) '\b.'; exit 1 ),)
754754
755755
756756
@@ -762,7 +762,7 @@
762 @pkg-config --print-errors --exists $(EXT_PKGS) $(DIRECT_LIBS_VERSIONS)762 @pkg-config --print-errors --exists $(EXT_PKGS) $(DIRECT_LIBS_VERSIONS)
763endif763endif
764endif764endif
765 @ type msgfmt > /dev/null || ( echo 'msgfmt (usually found in the gettext package) is missing and is required to build Shotwell. ' ; exit 1 )765 @ type msgfmt > /dev/null || ( echo 'msgfmt (usually found in the gettext package) is missing and is required to build Photos. ' ; exit 1 )
766ifndef DISABLE_DESKTOP_VALIDATE766ifndef DISABLE_DESKTOP_VALIDATE
767 @ type desktop-file-validate > /dev/null || ( echo 'desktop-file-validate (usually found in the desktop-file-utils package) is missing and is required to build Shotwell. ' ; exit 1 )767 @ type desktop-file-validate > /dev/null || ( echo 'desktop-file-validate (usually found in the desktop-file-utils package) is missing and is required to build Photos. ' ; exit 1 )
768endif768endif
769769
=== renamed file 'apport/shotwell.py' => 'apport/pantheon-photos.py'
=== renamed file 'misc/org.yorba.shotwell-extras.gschema.xml' => 'misc/org.elementaryos.pantheon-photos-extras.gschema.xml'
=== renamed file 'misc/org.yorba.shotwell.gschema.xml' => 'misc/org.elementaryos.pantheon-photos.gschema.xml'
=== renamed file 'misc/shotwell-viewer.desktop.head' => 'misc/pantheon-photos-viewer.desktop.head'
=== renamed file 'misc/shotwell.appdata.xml' => 'misc/pantheon-photos.appdata.xml'
=== renamed file 'misc/shotwell.convert' => 'misc/pantheon-photos.convert'
=== renamed file 'misc/shotwell.desktop.head' => 'misc/pantheon-photos.desktop.head'
=== renamed file 'shotwell-plugin-dev-1.0.m4' => 'pantheon-photos-plugin-dev-1.0.m4'
=== renamed file 'shotwell.doap' => 'pantheon-photos.doap'
--- shotwell.doap 2013-11-19 00:01:30 +0000
+++ pantheon-photos.doap 2014-02-24 01:45:14 +0000
@@ -5,11 +5,11 @@
5 xmlns:gnome="http://api.gnome.org/doap-extensions#"5 xmlns:gnome="http://api.gnome.org/doap-extensions#"
6 xmlns="http://usefulinc.com/ns/doap#">6 xmlns="http://usefulinc.com/ns/doap#">
77
8 <name xml:lang="en">shotwell</name>8 <name xml:lang="en">pantheon-photos</name>
9 <shortdesc xml:lang="en">Digital photo organizer</shortdesc>9 <shortdesc xml:lang="en">Digital photo organizer</shortdesc>
10 <homepage rdf:resource="http://www.yorba.org/projects/shotwell/" />10 <homepage rdf:resource="https://launchpad.net/pantheon-photos" />
11 <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/shotwell-list" />11 <mailing-list rdf:resource="https://launchpad.net/pantheon-photos/+subscribe" />
12 <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=shotwell" />12 <bug-database rdf:resource="https://bugs.launchpad.net/pantheon-photos" />
13 <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />13 <category rdf:resource="http://api.gnome.org/doap-extensions#desktop" />
1414
15 <maintainer>15 <maintainer>
1616
=== modified file 'plugins/Makefile.plugin.mk'
--- plugins/Makefile.plugin.mk 2013-09-24 22:08:27 +0000
+++ plugins/Makefile.plugin.mk 2014-02-24 01:45:14 +0000
@@ -1,7 +1,7 @@
11
2# Generic plug-in Makefile for Shotwell standard plugins.2# Generic plug-in Makefile for Photos standard plugins.
3#3#
4# Requires PLUGIN and SRC_FILES be set to the name of the plugin binary (minus extension) and that 4# Requires PLUGIN and SRC_FILES be set to the name of the plugin binary (minus extension) and that
5# the directory is registered in plugins.mk.5# the directory is registered in plugins.mk.
6#6#
7# To use, include this file in each plug-in directory's Makefile after setting appropriate variables.7# To use, include this file in each plug-in directory's Makefile after setting appropriate variables.
@@ -14,19 +14,19 @@
14VALAC := valac14VALAC := valac
15endif15endif
16MAKE_FILES := Makefile ../Makefile.plugin.mk ../plugins.mk16MAKE_FILES := Makefile ../Makefile.plugin.mk ../plugins.mk
17HEADER_FILES := ../shotwell-plugin-dev-1.0.vapi ../shotwell-plugin-dev-1.0.h \17HEADER_FILES := ../pantheon-photos-plugin-dev-1.0.vapi ../pantheon-photos-plugin-dev-1.0.h \
18 ../shotwell-plugin-dev-1.0.deps18 ../pantheon-photos-plugin-dev-1.0.deps
1919
20include ../plugins.mk20include ../plugins.mk
2121
22# automatically include shotwell-plugin-dev-1.0's dependencies22# automatically include pantheon-photos-plugin-dev-1.0's dependencies
23# NOTE: This line will generate an error when running "make dist" from the master Makefile.23# NOTE: This line will generate an error when running "make dist" from the master Makefile.
24# It can be safely ignored.24# It can be safely ignored.
25PKGS := $(shell sed ':a;N;$$!ba;s/\n/ /g' ../shotwell-plugin-dev-1.0.deps) $(PKGS)25PKGS := $(shell sed ':a;N;$$!ba;s/\n/ /g' ../pantheon-photos-plugin-dev-1.0.deps) $(PKGS)
2626
27# automatically include the shotwell-plugin-dev-1.0 package as a local dependency27# automatically include the pantheon-photos-plugin-dev-1.0 package as a local dependency
28EXT_PKGS := $(PKGS)28EXT_PKGS := $(PKGS)
29PKGS := shotwell-plugin-dev-1.0 $(PKGS) $(PLUGIN_PKGS)29PKGS := pantheon-photos-plugin-dev-1.0 $(PKGS) $(PLUGIN_PKGS)
3030
31# automatically include the Resources.vala common file31# automatically include the Resources.vala common file
32SRC_FILES := ../common/Resources.vala $(SRC_FILES)32SRC_FILES := ../common/Resources.vala $(SRC_FILES)
@@ -36,7 +36,7 @@
3636
37CFLAGS := `pkg-config --print-errors --cflags $(EXT_PKGS) $(PLUGIN_PKGS)` -nostdlib -export-dynamic $(PLUGIN_CFLAGS)37CFLAGS := `pkg-config --print-errors --cflags $(EXT_PKGS) $(PLUGIN_PKGS)` -nostdlib -export-dynamic $(PLUGIN_CFLAGS)
38LIBS := `pkg-config --print-errors --libs $(EXT_PKGS) $(PLUGIN_PKGS)`38LIBS := `pkg-config --print-errors --libs $(EXT_PKGS) $(PLUGIN_PKGS)`
39DEFINES := -D_VERSION='"$(PLUGINS_VERSION)"' -DGETTEXT_PACKAGE='"shotwell"'39DEFINES := -D_VERSION='"$(PLUGINS_VERSION)"' -DGETTEXT_PACKAGE='"pantheon-photos"'
4040
41all: $(PLUGIN).so41all: $(PLUGIN).so
4242
4343
=== renamed directory 'plugins/shotwell-data-imports' => 'plugins/pantheon-photos-data-imports'
=== renamed file 'plugins/shotwell-data-imports/shotwell-data-imports.vala' => 'plugins/pantheon-photos-data-imports/pantheon-photos-data-imports.vala'
=== renamed directory 'plugins/shotwell-publishing' => 'plugins/pantheon-photos-publishing'
=== renamed directory 'plugins/shotwell-publishing-extras' => 'plugins/pantheon-photos-publishing-extras'
=== renamed file 'plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala' => 'plugins/pantheon-photos-publishing-extras/pantheon-photos-publishing-extras.vala'
=== renamed file 'plugins/shotwell-publishing/shotwell-publishing.vala' => 'plugins/pantheon-photos-publishing/pantheon-photos-publishing.vala'
=== renamed directory 'plugins/shotwell-transitions' => 'plugins/pantheon-photos-transitions'
=== renamed file 'plugins/shotwell-transitions/shotwell-transitions.vala' => 'plugins/pantheon-photos-transitions/pantheon-photos-transitions.vala'
=== modified file 'plugins/plugins.mk'
--- plugins/plugins.mk 2013-11-14 22:27:35 +0000
+++ plugins/plugins.mk 2014-02-24 01:45:14 +0000
@@ -1,33 +1,33 @@
11
2PLUGINS := \2PLUGINS := \
3 shotwell-transitions \3 pantheon-photos-transitions \
4 shotwell-publishing \4 pantheon-photos-publishing \
5 shotwell-data-imports5 pantheon-photos-data-imports
66
7PLUGINS_RC := \7PLUGINS_RC := \
8 plugins/shotwell-publishing/facebook.png \8 plugins/pantheon-photos-publishing/facebook.png \
9 plugins/shotwell-publishing/facebook_publishing_options_pane.glade \9 plugins/pantheon-photos-publishing/facebook_publishing_options_pane.glade \
10 plugins/shotwell-publishing/flickr.png \10 plugins/pantheon-photos-publishing/flickr.png \
11 plugins/shotwell-publishing/flickr_publishing_options_pane.glade \11 plugins/pantheon-photos-publishing/flickr_publishing_options_pane.glade \
12 plugins/shotwell-publishing/flickr_pin_entry_pane.glade \12 plugins/pantheon-photos-publishing/flickr_pin_entry_pane.glade \
13 plugins/shotwell-publishing/picasa.png \13 plugins/pantheon-photos-publishing/picasa.png \
14 plugins/shotwell-publishing/picasa_publishing_options_pane.glade \14 plugins/pantheon-photos-publishing/picasa_publishing_options_pane.glade \
15 plugins/shotwell-publishing/youtube.png \15 plugins/pantheon-photos-publishing/youtube.png \
16 plugins/shotwell-publishing/youtube_publishing_options_pane.glade \16 plugins/pantheon-photos-publishing/youtube_publishing_options_pane.glade \
17 plugins/shotwell-publishing/piwigo.png \17 plugins/pantheon-photos-publishing/piwigo.png \
18 plugins/shotwell-publishing/piwigo_authentication_pane.glade \18 plugins/pantheon-photos-publishing/piwigo_authentication_pane.glade \
19 plugins/shotwell-publishing/piwigo_publishing_options_pane.glade \19 plugins/pantheon-photos-publishing/piwigo_publishing_options_pane.glade \
20 plugins/shotwell-transitions/slideshow-plugin.png20 plugins/pantheon-photos-transitions/slideshow-plugin.png
2121
22EXTRA_PLUGINS := \22EXTRA_PLUGINS := \
23 shotwell-publishing-extras23 pantheon-photos-publishing-extras
2424
25EXTRA_PLUGINS_RC := \25EXTRA_PLUGINS_RC := \
26 plugins/shotwell-publishing-extras/yandex_publish_model.glade \26 plugins/pantheon-photos-publishing-extras/yandex_publish_model.glade \
27 plugins/shotwell-data-imports/f-spot-24.png \27 plugins/pantheon-photos-data-imports/f-spot-24.png \
28 plugins/shotwell-publishing-extras/tumblr.png \28 plugins/pantheon-photos-publishing-extras/tumblr.png \
29 plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade \29 plugins/pantheon-photos-publishing-extras/tumblr_authentication_pane.glade \
30 plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade30 plugins/pantheon-photos-publishing-extras/tumblr_publishing_options_pane.glade
3131
32ALL_PLUGINS := $(PLUGINS) $(EXTRA_PLUGINS)32ALL_PLUGINS := $(PLUGINS) $(EXTRA_PLUGINS)
3333
3434
=== renamed file 'sw-glade' => 'pp-glade'
--- sw-glade 2011-02-18 04:00:18 +0000
+++ pp-glade 2014-02-24 01:45:14 +0000
@@ -2,7 +2,7 @@
2shared_lib="libshotwell.so"2shared_lib="libshotwell.so"
33
4if [ -f $shared_lib ]; then4if [ -f $shared_lib ]; then
5 GLADE_CATALOG_PATH=ui/ GLADE_MODULE_PATH=. glade ui/shotwell.glade &5 GLADE_CATALOG_PATH=ui/ GLADE_MODULE_PATH=. glade ui/pantheon-photos.glade &
6else6else
7 echo "Run './configure --enable-build-for-glade' and then 'make' to generate shared library."7 echo "Run './configure --enable-build-for-glade' and then 'make' to generate shared library."
8fi8fi
99
=== renamed file 'settings-migrator/shotwell-settings-migrator' => 'settings-migrator/pantheon-photos-settings-migrator'
=== renamed file 'src/libshotwell.deps' => 'src/libpantheon-photos.deps'
=== renamed file 'thumbnailer/shotwell-video-thumbnailer.vala' => 'thumbnailer/pantheon-photos-video-thumbnailer.vala'
=== renamed file 'ui/shotwell.glade' => 'ui/pantheon-photos.glade'
=== renamed file 'ui/shotwell.xml' => 'ui/pantheon-photos.xml'

Subscribers

People subscribed via source and target branches