Update to f-spot 0.7.0; ok ajacoutot@
This commit is contained in:
parent
6c7849e848
commit
38bc0e1aa1
@ -1,17 +1,14 @@
|
|||||||
# $OpenBSD: Makefile,v 1.30 2010/05/17 11:30:23 ajacoutot Exp $
|
# $OpenBSD: Makefile,v 1.31 2010/06/30 19:08:37 robert Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
COMMENT= personal photo management application for GNOME
|
COMMENT= personal photo management application for GNOME
|
||||||
|
|
||||||
GNOME_VERSION= 0.6.2
|
GNOME_VERSION= 0.7.0
|
||||||
GNOME_PROJECT= f-spot
|
GNOME_PROJECT= f-spot
|
||||||
PKGNAME= ${DISTNAME}p0
|
|
||||||
|
|
||||||
CATEGORIES= graphics
|
CATEGORIES= graphics
|
||||||
|
|
||||||
SHARED_LIBS += gphoto2glue 0.0 # .0.0
|
|
||||||
|
|
||||||
HOMEPAGE= http://www.f-spot.org/
|
HOMEPAGE= http://www.f-spot.org/
|
||||||
|
|
||||||
# GPLv2
|
# GPLv2
|
||||||
@ -29,9 +26,9 @@ WANTLIB += crypto dbus-1 dbus-glib-1 eggdbus-1 expat fontconfig
|
|||||||
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
WANTLIB += freetype gailutil gcrypt gdk-x11-2.0 gdk_pixbuf-2.0
|
||||||
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring
|
WANTLIB += gio-2.0 glib-2.0 glitz gmodule-2.0 gnome-2 gnome-keyring
|
||||||
WANTLIB += gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 gpg-error
|
WANTLIB += gnomecanvas-2 gnomeui-2 gnomevfs-2 gobject-2.0 gpg-error
|
||||||
WANTLIB += gthread-2.0 gtk-x11-2.0 jpeg ltdl m pango-1.0 pangocairo-1.0
|
WANTLIB += gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0
|
||||||
WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread-stubs ssl
|
WANTLIB += pangoft2-1.0 pcre pixman-1 png popt pthread-stubs ssl
|
||||||
WANTLIB += usb util xcb xcb-render xcb-render-util xml2 z
|
WANTLIB += util xcb xcb-render xcb-render-util xml2 z
|
||||||
|
|
||||||
MODULES= devel/gettext \
|
MODULES= devel/gettext \
|
||||||
lang/mono \
|
lang/mono \
|
||||||
@ -46,14 +43,13 @@ MODGNOME_HELP_FILES= Yes
|
|||||||
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
BUILD_DEPENDS= ${RUN_DEPENDS} \
|
||||||
::shells/bash \
|
::shells/bash \
|
||||||
::x11/gnome/screensaver
|
::x11/gnome/screensaver
|
||||||
RUN_DEPENDS= ::graphics/libgphoto2 \
|
RUN_DEPENDS= ::devel/mono-addins \
|
||||||
::x11/gnome/mono-gnome \
|
::x11/gnome/mono-gnome \
|
||||||
::sysutils/ndesk-dbus-glib \
|
::sysutils/ndesk-dbus-glib \
|
||||||
::devel/mono-addins \
|
::devel/mono-addins \
|
||||||
::devel/libunique
|
::devel/mono-flickrnet
|
||||||
LIB_DEPENDS+= exif::graphics/libexif \
|
LIB_DEPENDS+= exif::graphics/libexif \
|
||||||
lcms::graphics/lcms \
|
lcms::graphics/lcms
|
||||||
gphoto2.>=3,gphoto2_port.>=6::graphics/libgphoto2
|
|
||||||
|
|
||||||
MODGCONF2_SCHEMAS_DIR= f-spot
|
MODGCONF2_SCHEMAS_DIR= f-spot
|
||||||
|
|
||||||
@ -66,13 +62,21 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
DLLMAP_FILES= lib/unique-sharp/unique/unique-sharp.dll.config \
|
DLLMAP_FILES= lib/unique-sharp/unique/unique-sharp.dll.config \
|
||||||
lib/gio-sharp/gio/gio-sharp.dll.config \
|
|
||||||
lib/gtk-sharp-beans/gtk-sharp-beans.dll.config \
|
lib/gtk-sharp-beans/gtk-sharp-beans.dll.config \
|
||||||
lib/libgphoto2-sharp/libgphoto2-sharp.dll.config \
|
lib/gio-sharp/gio/gio-sharp.dll.config \
|
||||||
src/Cms.dll.config \
|
lib/Hyena/src/Hyena.Gui/Hyena.Gui.dll.config \
|
||||||
src/FSpot.Utils.dll.config \
|
src/Core/FSpot.Core.dll.config \
|
||||||
src/FSpot.Widgets.dll.config \
|
src/Widgets/FSpot.Widgets.dll.config \
|
||||||
src/f-spot.exe.config
|
src/Utils/FSpot.Utils.dll.config \
|
||||||
|
src/f-spot.exe.config \
|
||||||
|
src/Cms/FSpot.Cms.dll.config \
|
||||||
|
bin/Hyena.Gui.dll.config \
|
||||||
|
bin/FSpot.Cms.dll.config \
|
||||||
|
bin/FSpot.Utils.dll.config \
|
||||||
|
bin/FSpot.Core.dll.config \
|
||||||
|
bin/FSpot.Widgets.dll.config \
|
||||||
|
bin/f-spot.exe.config
|
||||||
|
|
||||||
|
|
||||||
FAKE_FLAGS= schemadir=${PREFIX}/${SCHEMAS_INSTDIR}
|
FAKE_FLAGS= schemadir=${PREFIX}/${SCHEMAS_INSTDIR}
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
MD5 (gnome/f-spot-0.6.2.tar.bz2) = gtKB62xcaxDnUxOolyUERA==
|
MD5 (gnome/f-spot-0.7.0.tar.bz2) = nvaIvnf7+4xpc2jQRqbNaw==
|
||||||
RMD160 (gnome/f-spot-0.6.2.tar.bz2) = 7SbvcoySDl/gXpuwtZUeoLTsP0k=
|
RMD160 (gnome/f-spot-0.7.0.tar.bz2) = NSxre3GyVo1gDH6McwrlyRPSXo4=
|
||||||
SHA1 (gnome/f-spot-0.6.2.tar.bz2) = uv0+36xxZ2msbyMMXZ81lVDmJOE=
|
SHA1 (gnome/f-spot-0.7.0.tar.bz2) = zWs4FNj60tWAlE0HwajB+dsnsT0=
|
||||||
SHA256 (gnome/f-spot-0.6.2.tar.bz2) = 99g2wRSvnX9QkDzXlxDwebAl8fi4SV2RF7FQ1udGxn4=
|
SHA256 (gnome/f-spot-0.7.0.tar.bz2) = Lti5k7N07MzjqJyDb2Sn+pR2h95CB8WuFMJfHfL8kgM=
|
||||||
SIZE (gnome/f-spot-0.6.2.tar.bz2) = 2913007
|
SIZE (gnome/f-spot-0.7.0.tar.bz2) = 2938691
|
||||||
|
@ -1,39 +0,0 @@
|
|||||||
$OpenBSD: patch-f-spot_schemas_in,v 1.1 2010/05/15 10:07:46 ajacoutot Exp $
|
|
||||||
--- f-spot.schemas.in.orig Sat May 15 11:56:10 2010
|
|
||||||
+++ f-spot.schemas.in Sat May 15 11:57:08 2010
|
|
||||||
@@ -53,7 +53,7 @@
|
|
||||||
<key>/schemas/desktop/gnome/f-spot/ui/main_window_x</key>
|
|
||||||
<applyto>/desktop/gnome/f-spot/ui/main_window_x</applyto>
|
|
||||||
<type>int</type>
|
|
||||||
- <default></default>
|
|
||||||
+ <default>0</default>
|
|
||||||
<locale name="C">
|
|
||||||
<short>X position of the main window.</short>
|
|
||||||
<long>The X position to use for the main window.</long>
|
|
||||||
@@ -64,7 +64,7 @@
|
|
||||||
<key>/schemas/desktop/gnome/f-spot/ui/main_window_y</key>
|
|
||||||
<applyto>/desktop/gnome/f-spot/ui/main_window_y</applyto>
|
|
||||||
<type>int</type>
|
|
||||||
- <default></default>
|
|
||||||
+ <default>0</default>
|
|
||||||
<locale name="C">
|
|
||||||
<short>Y position of the main window.</short>
|
|
||||||
<long>The Y position to use for the main window.</long>
|
|
||||||
@@ -253,7 +253,7 @@
|
|
||||||
<key>/schemas/desktop/gnome/f-spot/ui/viewer_x</key>
|
|
||||||
<applyto>/desktop/gnome/f-spot/ui/viewer_x</applyto>
|
|
||||||
<type>int</type>
|
|
||||||
- <default></default>
|
|
||||||
+ <default>0</default>
|
|
||||||
<locale name="C">
|
|
||||||
<short>X position of the photo viewer window.</short>
|
|
||||||
<long>The X position to use for the photo viewer window.</long>
|
|
||||||
@@ -264,7 +264,7 @@
|
|
||||||
<key>/schemas/desktop/gnome/f-spot/ui/viewer_y</key>
|
|
||||||
<applyto>/desktop/gnome/f-spot/ui/viewer_y</applyto>
|
|
||||||
<type>int</type>
|
|
||||||
- <default></default>
|
|
||||||
+ <default>0</default>
|
|
||||||
<locale name="C">
|
|
||||||
<short>Y position of the photo viewer window.</short>
|
|
||||||
<long>The Y position to use for the photo viewer window.</long>
|
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-lib_libfspot_Makefile_in,v 1.7 2010/05/15 10:07:46 ajacoutot Exp $
|
$OpenBSD: patch-lib_libfspot_Makefile_in,v 1.8 2010/06/30 19:08:37 robert Exp $
|
||||||
--- lib/libfspot/Makefile.in.orig Fri May 14 20:39:38 2010
|
--- lib/libfspot/Makefile.in.orig Wed Jun 16 10:54:39 2010
|
||||||
+++ lib/libfspot/Makefile.in Sat May 15 10:17:31 2010
|
+++ lib/libfspot/Makefile.in Tue Jun 29 01:40:23 2010
|
||||||
@@ -90,7 +90,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
|
@@ -96,7 +96,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
|
||||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_libfspot_Makefile_in,v 1.7 2010/05/15 10:07:46 ajacoutot Exp
|
|||||||
$(LDFLAGS) -o $@
|
$(LDFLAGS) -o $@
|
||||||
SOURCES = $(libfspot_la_SOURCES)
|
SOURCES = $(libfspot_la_SOURCES)
|
||||||
DIST_SOURCES = $(libfspot_la_SOURCES)
|
DIST_SOURCES = $(libfspot_la_SOURCES)
|
||||||
@@ -338,6 +338,8 @@ libfspot_la_SOURCES = \
|
@@ -357,6 +357,8 @@ libfspot_la_SOURCES = \
|
||||||
f-utils.h
|
f-utils.h
|
||||||
|
|
||||||
libfspot_la_LIBADD = \
|
libfspot_la_LIBADD = \
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
$OpenBSD: patch-lib_libjpegtran_Makefile_in,v 1.5 2010/05/15 10:07:46 ajacoutot Exp $
|
$OpenBSD: patch-lib_libjpegtran_Makefile_in,v 1.6 2010/06/30 19:08:37 robert Exp $
|
||||||
--- lib/libjpegtran/Makefile.in.orig Fri May 14 20:39:39 2010
|
--- lib/libjpegtran/Makefile.in.orig Wed Jun 16 10:54:40 2010
|
||||||
+++ lib/libjpegtran/Makefile.in Sat May 15 10:17:31 2010
|
+++ lib/libjpegtran/Makefile.in Tue Jun 29 01:40:23 2010
|
||||||
@@ -71,7 +71,7 @@ am__base_list = \
|
@@ -77,7 +77,7 @@ am__base_list = \
|
||||||
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
|
||||||
am__installdirs = "$(DESTDIR)$(fspotlibdir)"
|
am__installdirs = "$(DESTDIR)$(fspotlibdir)"
|
||||||
LTLIBRARIES = $(fspotlib_LTLIBRARIES)
|
LTLIBRARIES = $(fspotlib_LTLIBRARIES)
|
||||||
@ -10,7 +10,7 @@ $OpenBSD: patch-lib_libjpegtran_Makefile_in,v 1.5 2010/05/15 10:07:46 ajacoutot
|
|||||||
am__objects_1 = jpeg-data.lo jpeg-marker.lo jpegtran.lo transupp.lo
|
am__objects_1 = jpeg-data.lo jpeg-marker.lo jpegtran.lo transupp.lo
|
||||||
am_libfspotjpegtran_la_OBJECTS = $(am__objects_1)
|
am_libfspotjpegtran_la_OBJECTS = $(am__objects_1)
|
||||||
libfspotjpegtran_la_OBJECTS = $(am_libfspotjpegtran_la_OBJECTS)
|
libfspotjpegtran_la_OBJECTS = $(am_libfspotjpegtran_la_OBJECTS)
|
||||||
@@ -86,7 +86,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
|
@@ -92,7 +92,7 @@ LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(L
|
||||||
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||||
CCLD = $(CC)
|
CCLD = $(CC)
|
||||||
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
$OpenBSD: patch-src_f-spot_in,v 1.5 2010/05/17 11:30:23 ajacoutot Exp $
|
$OpenBSD: patch-src_f-spot_in,v 1.6 2010/06/30 19:08:37 robert Exp $
|
||||||
--- src/f-spot.in.orig Fri May 14 20:38:21 2010
|
--- src/f-spot.in.orig Tue Jun 15 20:23:10 2010
|
||||||
+++ src/f-spot.in Mon May 17 12:41:39 2010
|
+++ src/f-spot.in Wed Jun 30 21:07:45 2010
|
||||||
@@ -1,10 +1,11 @@
|
@@ -1,10 +1,11 @@
|
||||||
-#!/bin/bash
|
-#!/bin/bash
|
||||||
+#!/bin/sh
|
+#!/bin/sh
|
||||||
@ -14,7 +14,7 @@ $OpenBSD: patch-src_f-spot_in,v 1.5 2010/05/17 11:30:23 ajacoutot Exp $
|
|||||||
EXE_TO_RUN="$libdir/f-spot/f-spot.exe"
|
EXE_TO_RUN="$libdir/f-spot/f-spot.exe"
|
||||||
|
|
||||||
if test "x$DBUS_SESSION_BUS_ADDRESS" == "x"; then
|
if test "x$DBUS_SESSION_BUS_ADDRESS" == "x"; then
|
||||||
@@ -94,5 +95,5 @@ elif $run_valgrind; then
|
@@ -95,5 +96,5 @@ elif $run_valgrind; then
|
||||||
elif $run_strace; then
|
elif $run_strace; then
|
||||||
strace -ttt -f -o /tmp/f-spot.strace mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
strace -ttt -f -o /tmp/f-spot.strace mono $MONO_OPTIONS $EXE_TO_RUN "$@"
|
||||||
else
|
else
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
$OpenBSD: patch-tools_Makefile_in,v 1.7 2010/05/15 10:07:46 ajacoutot Exp $
|
$OpenBSD: patch-tools_Makefile_in,v 1.8 2010/06/30 19:08:37 robert Exp $
|
||||||
|
|
||||||
The f-spot-import script needs HAL to work, which we don't have.
|
The f-spot-import script needs HAL to work, which we don't have.
|
||||||
|
|
||||||
--- tools/Makefile.in.orig Fri May 14 20:39:39 2010
|
--- tools/Makefile.in.orig Wed Jun 16 10:54:41 2010
|
||||||
+++ tools/Makefile.in Sat May 15 10:17:31 2010
|
+++ tools/Makefile.in Tue Jun 29 01:40:23 2010
|
||||||
@@ -302,8 +302,7 @@ DISTCLEANFILES = \
|
@@ -321,8 +321,7 @@ DISTCLEANFILES = \
|
||||||
|
|
||||||
saverdir = @GNOME_SCREENSAVER_SAVERDIR@
|
saverdir = @GNOME_SCREENSAVER_SAVERDIR@
|
||||||
saver_SCRIPTS = f-spot-screensaver
|
saver_SCRIPTS = f-spot-screensaver
|
||||||
|
@ -1,13 +1,57 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.15 2010/05/15 10:07:46 ajacoutot Exp $
|
@comment $OpenBSD: PLIST,v 1.16 2010/06/30 19:08:37 robert Exp $
|
||||||
bin/f-spot
|
bin/f-spot
|
||||||
bin/f-spot-sqlite-upgrade
|
bin/f-spot-sqlite-upgrade
|
||||||
lib/f-spot/
|
lib/f-spot/
|
||||||
lib/f-spot/Cms.dll
|
lib/f-spot/Extensions/
|
||||||
lib/f-spot/Cms.dll.config
|
lib/f-spot/Extensions/FSpot.Exporters.CDExport.dll
|
||||||
lib/f-spot/Cms.dll.mdb
|
lib/f-spot/Extensions/FSpot.Exporters.CDExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.ChangePhotoPath.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.ChangePhotoPath.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.CoverTransition.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.CoverTransition.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.DevelopInUFRaw.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.DevelopInUFRaw.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.FacebookExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.FacebookExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.FlickrExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.FlickrExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.FolderExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.FolderExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.GalleryExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.GalleryExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.HashJob.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.HashJob.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.LiveWebGallery.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.LiveWebGallery.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.MergeDb.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.MergeDb.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.PicasaWeb.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.PicasaWeb.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.RawPlusJpeg.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.RawPlusJpeg.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.RetroactiveRoll.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.RetroactiveRoll.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.ScreensaverConfig.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.ScreensaverConfig.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.SmugMugExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.SmugMugExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.TabbloExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.TabbloExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.ZipExport.dll
|
||||||
|
lib/f-spot/Extensions/FSpot.Exporters.ZipExport.dll.mdb
|
||||||
|
lib/f-spot/Extensions/Mono.Google.dll
|
||||||
|
lib/f-spot/Extensions/Mono.Google.dll.mdb
|
||||||
|
lib/f-spot/Extensions/Mono.Tabblo.dll
|
||||||
|
lib/f-spot/Extensions/Mono.Tabblo.dll.mdb
|
||||||
|
lib/f-spot/Extensions/SmugMugNet.dll
|
||||||
|
lib/f-spot/Extensions/SmugMugNet.dll.mdb
|
||||||
lib/f-spot/FSpot.Bling.dll
|
lib/f-spot/FSpot.Bling.dll
|
||||||
lib/f-spot/FSpot.Bling.dll.mdb
|
lib/f-spot/FSpot.Bling.dll.mdb
|
||||||
|
lib/f-spot/FSpot.Cms.dll
|
||||||
|
lib/f-spot/FSpot.Cms.dll.config
|
||||||
|
lib/f-spot/FSpot.Cms.dll.mdb
|
||||||
lib/f-spot/FSpot.Core.dll
|
lib/f-spot/FSpot.Core.dll
|
||||||
|
lib/f-spot/FSpot.Core.dll.config
|
||||||
lib/f-spot/FSpot.Core.dll.mdb
|
lib/f-spot/FSpot.Core.dll.mdb
|
||||||
lib/f-spot/FSpot.JobScheduler.dll
|
lib/f-spot/FSpot.JobScheduler.dll
|
||||||
lib/f-spot/FSpot.JobScheduler.dll.mdb
|
lib/f-spot/FSpot.JobScheduler.dll.mdb
|
||||||
@ -21,31 +65,17 @@ lib/f-spot/FSpot.Utils.dll.mdb
|
|||||||
lib/f-spot/FSpot.Widgets.dll
|
lib/f-spot/FSpot.Widgets.dll
|
||||||
lib/f-spot/FSpot.Widgets.dll.config
|
lib/f-spot/FSpot.Widgets.dll.config
|
||||||
lib/f-spot/FSpot.Widgets.dll.mdb
|
lib/f-spot/FSpot.Widgets.dll.mdb
|
||||||
lib/f-spot/FlickrNet.dll
|
lib/f-spot/Hyena.Data.Sqlite.dll
|
||||||
lib/f-spot/Mono.Google.dll
|
lib/f-spot/Hyena.Data.Sqlite.dll.mdb
|
||||||
lib/f-spot/Mono.Tabblo.dll
|
lib/f-spot/Hyena.Gui.dll
|
||||||
|
lib/f-spot/Hyena.Gui.dll.config
|
||||||
|
lib/f-spot/Hyena.Gui.dll.mdb
|
||||||
|
lib/f-spot/Hyena.dll
|
||||||
|
lib/f-spot/Hyena.dll.mdb
|
||||||
|
lib/f-spot/Mono.Data.Sqlite.dll
|
||||||
|
lib/f-spot/Mono.Data.Sqlite.dll.mdb
|
||||||
lib/f-spot/SemWeb.dll
|
lib/f-spot/SemWeb.dll
|
||||||
lib/f-spot/SmugMugNet.dll
|
lib/f-spot/SemWeb.dll.mdb
|
||||||
lib/f-spot/extensions/
|
|
||||||
lib/f-spot/extensions/CDExport.dll
|
|
||||||
lib/f-spot/extensions/ChangePhotoPath.dll
|
|
||||||
lib/f-spot/extensions/CoverTransition.dll
|
|
||||||
lib/f-spot/extensions/DBusService.dll
|
|
||||||
lib/f-spot/extensions/DevelopInUFRaw.dll
|
|
||||||
lib/f-spot/extensions/FacebookExport.dll
|
|
||||||
lib/f-spot/extensions/FlickrExport.dll
|
|
||||||
lib/f-spot/extensions/FolderExport.dll
|
|
||||||
lib/f-spot/extensions/GalleryExport.dll
|
|
||||||
lib/f-spot/extensions/HashJob.dll
|
|
||||||
lib/f-spot/extensions/LiveWebGallery.dll
|
|
||||||
lib/f-spot/extensions/MergeDb.dll
|
|
||||||
lib/f-spot/extensions/PicasaWebExport.dll
|
|
||||||
lib/f-spot/extensions/RawPlusJpeg.dll
|
|
||||||
lib/f-spot/extensions/RetroactiveRoll.dll
|
|
||||||
lib/f-spot/extensions/ScreensaverConfig.dll
|
|
||||||
lib/f-spot/extensions/SmugMugExport.dll
|
|
||||||
lib/f-spot/extensions/TabbloExport.dll
|
|
||||||
lib/f-spot/extensions/ZipExport.dll
|
|
||||||
lib/f-spot/f-spot.exe
|
lib/f-spot/f-spot.exe
|
||||||
lib/f-spot/f-spot.exe.config
|
lib/f-spot/f-spot.exe.config
|
||||||
lib/f-spot/f-spot.exe.mdb
|
lib/f-spot/f-spot.exe.mdb
|
||||||
@ -53,17 +83,12 @@ lib/f-spot/f-spot.global.addins
|
|||||||
lib/f-spot/gio-sharp.dll
|
lib/f-spot/gio-sharp.dll
|
||||||
lib/f-spot/gio-sharp.dll.config
|
lib/f-spot/gio-sharp.dll.config
|
||||||
lib/f-spot/gkeyfile-sharp.dll
|
lib/f-spot/gkeyfile-sharp.dll
|
||||||
lib/f-spot/gnome-keyring-sharp.dll
|
|
||||||
lib/f-spot/gtk-sharp-beans.dll
|
lib/f-spot/gtk-sharp-beans.dll
|
||||||
lib/f-spot/gtk-sharp-beans.dll.config
|
lib/f-spot/gtk-sharp-beans.dll.config
|
||||||
@comment lib/f-spot/libfspot.la
|
@comment lib/f-spot/libfspot.la
|
||||||
lib/f-spot/libfspot.so
|
lib/f-spot/libfspot.so
|
||||||
@comment lib/f-spot/libfspotjpegtran.la
|
@comment lib/f-spot/libfspotjpegtran.la
|
||||||
lib/f-spot/libfspotjpegtran.so
|
lib/f-spot/libfspotjpegtran.so
|
||||||
lib/f-spot/libgphoto2-sharp.dll
|
|
||||||
lib/f-spot/libgphoto2-sharp.dll.config
|
|
||||||
@comment lib/f-spot/libgphoto2glue.la
|
|
||||||
@lib lib/f-spot/libgphoto2glue.so.${LIBgphoto2glue_VERSION}
|
|
||||||
lib/f-spot/unique-sharp.dll
|
lib/f-spot/unique-sharp.dll
|
||||||
lib/f-spot/unique-sharp.dll.config
|
lib/f-spot/unique-sharp.dll.config
|
||||||
lib/pkgconfig/f-spot.pc
|
lib/pkgconfig/f-spot.pc
|
||||||
@ -77,6 +102,9 @@ share/applications/screensavers/f-spot-screensaver.desktop
|
|||||||
share/f-spot/
|
share/f-spot/
|
||||||
share/f-spot/icons/
|
share/f-spot/icons/
|
||||||
share/f-spot/icons/hicolor/
|
share/f-spot/icons/hicolor/
|
||||||
|
share/f-spot/icons/hicolor/128x128/
|
||||||
|
share/f-spot/icons/hicolor/128x128/apps/
|
||||||
|
share/f-spot/icons/hicolor/128x128/apps/f-spot.png
|
||||||
share/f-spot/icons/hicolor/16x16/
|
share/f-spot/icons/hicolor/16x16/
|
||||||
share/f-spot/icons/hicolor/16x16/actions/
|
share/f-spot/icons/hicolor/16x16/actions/
|
||||||
share/f-spot/icons/hicolor/16x16/actions/adjust-colors.png
|
share/f-spot/icons/hicolor/16x16/actions/adjust-colors.png
|
||||||
@ -206,7 +234,14 @@ share/f-spot/icons/hicolor/scalable/status/
|
|||||||
share/f-spot/icons/hicolor/scalable/status/mode-browse.svg
|
share/f-spot/icons/hicolor/scalable/status/mode-browse.svg
|
||||||
share/gnome/help/f-spot/
|
share/gnome/help/f-spot/
|
||||||
share/gnome/help/f-spot/C/
|
share/gnome/help/f-spot/C/
|
||||||
share/gnome/help/f-spot/C/f-spot.xml
|
share/gnome/help/f-spot/C/23hq.page
|
||||||
|
share/gnome/help/f-spot/C/adjust-color.page
|
||||||
|
share/gnome/help/f-spot/C/cd.page
|
||||||
|
share/gnome/help/f-spot/C/colors.page
|
||||||
|
share/gnome/help/f-spot/C/date-search.page
|
||||||
|
share/gnome/help/f-spot/C/enhancements.page
|
||||||
|
share/gnome/help/f-spot/C/extensions.page
|
||||||
|
share/gnome/help/f-spot/C/facebook.page
|
||||||
share/gnome/help/f-spot/C/figures/
|
share/gnome/help/f-spot/C/figures/
|
||||||
share/gnome/help/f-spot/C/figures/f-spot-adjust-colors.png
|
share/gnome/help/f-spot/C/figures/f-spot-adjust-colors.png
|
||||||
share/gnome/help/f-spot/C/figures/f-spot-autocolor.png
|
share/gnome/help/f-spot/C/figures/f-spot-autocolor.png
|
||||||
@ -218,162 +253,28 @@ share/gnome/help/f-spot/C/figures/f-spot-sepia.png
|
|||||||
share/gnome/help/f-spot/C/figures/f-spot-slideshow.png
|
share/gnome/help/f-spot/C/figures/f-spot-slideshow.png
|
||||||
share/gnome/help/f-spot/C/figures/f-spot-soft-focus.png
|
share/gnome/help/f-spot/C/figures/f-spot-soft-focus.png
|
||||||
share/gnome/help/f-spot/C/figures/f-spot-straighten.png
|
share/gnome/help/f-spot/C/figures/f-spot-straighten.png
|
||||||
share/gnome/help/f-spot/cs/
|
share/gnome/help/f-spot/C/file-management.page
|
||||||
share/gnome/help/f-spot/cs/f-spot.xml
|
share/gnome/help/f-spot/C/flickr.page
|
||||||
share/gnome/help/f-spot/cs/figures/
|
share/gnome/help/f-spot/C/folder.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-adjust-colors.png
|
share/gnome/help/f-spot/C/general-editing.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-autocolor.png
|
share/gnome/help/f-spot/C/import-photos.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-crop.png
|
share/gnome/help/f-spot/C/import-roll-search.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-desaturate.png
|
share/gnome/help/f-spot/C/index.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-fullscreen.png
|
share/gnome/help/f-spot/C/introduction.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-red-eye.png
|
share/gnome/help/f-spot/C/picasa.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-sepia.png
|
share/gnome/help/f-spot/C/rate-search.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-slideshow.png
|
share/gnome/help/f-spot/C/ratings.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-soft-focus.png
|
share/gnome/help/f-spot/C/smugmug.page
|
||||||
share/gnome/help/f-spot/cs/figures/f-spot-straighten.png
|
share/gnome/help/f-spot/C/tag-attach.page
|
||||||
share/gnome/help/f-spot/da/
|
share/gnome/help/f-spot/C/tag-creation.page
|
||||||
share/gnome/help/f-spot/da/f-spot.xml
|
share/gnome/help/f-spot/C/tag-delete.page
|
||||||
share/gnome/help/f-spot/da/figures/
|
share/gnome/help/f-spot/C/tag-remove.page
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-adjust-colors.png
|
share/gnome/help/f-spot/C/tag-search.page
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-autocolor.png
|
share/gnome/help/f-spot/C/tags.page
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-crop.png
|
share/gnome/help/f-spot/C/upload-to-web.page
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-desaturate.png
|
share/gnome/help/f-spot/C/versioning.page
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-fullscreen.png
|
share/gnome/help/f-spot/C/zooomr.page
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-red-eye.png
|
share/icons/hicolor/128x128/apps/f-spot.png
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/da/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/de/
|
|
||||||
share/gnome/help/f-spot/de/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/de/figures/
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/de/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/es/
|
|
||||||
share/gnome/help/f-spot/es/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/es/figures/
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/es/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/fr/
|
|
||||||
share/gnome/help/f-spot/fr/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/fr/figures/
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/fr/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/it/
|
|
||||||
share/gnome/help/f-spot/it/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/it/figures/
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/it/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/oc/
|
|
||||||
share/gnome/help/f-spot/oc/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/oc/figures/
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/oc/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/
|
|
||||||
share/gnome/help/f-spot/pt_BR/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/pt_BR/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/ru/
|
|
||||||
share/gnome/help/f-spot/ru/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/ru/figures/
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/ru/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/sl/
|
|
||||||
share/gnome/help/f-spot/sl/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/sl/figures/
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/sl/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/sv/
|
|
||||||
share/gnome/help/f-spot/sv/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/sv/figures/
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/sv/figures/f-spot-straighten.png
|
|
||||||
share/gnome/help/f-spot/uk/
|
|
||||||
share/gnome/help/f-spot/uk/f-spot.xml
|
|
||||||
share/gnome/help/f-spot/uk/figures/
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-adjust-colors.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-autocolor.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-crop.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-desaturate.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-fullscreen.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-red-eye.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-sepia.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-slideshow.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-soft-focus.png
|
|
||||||
share/gnome/help/f-spot/uk/figures/f-spot-straighten.png
|
|
||||||
share/icons/hicolor/16x16/apps/f-spot.png
|
share/icons/hicolor/16x16/apps/f-spot.png
|
||||||
share/icons/hicolor/22x22/apps/f-spot.png
|
share/icons/hicolor/22x22/apps/f-spot.png
|
||||||
share/icons/hicolor/24x24/apps/f-spot.png
|
share/icons/hicolor/24x24/apps/f-spot.png
|
||||||
@ -404,6 +305,7 @@ share/locale/gu/LC_MESSAGES/f-spot.mo
|
|||||||
share/locale/he/LC_MESSAGES/f-spot.mo
|
share/locale/he/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/hi/LC_MESSAGES/f-spot.mo
|
share/locale/hi/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/hu/LC_MESSAGES/f-spot.mo
|
share/locale/hu/LC_MESSAGES/f-spot.mo
|
||||||
|
share/locale/id/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/it/LC_MESSAGES/f-spot.mo
|
share/locale/it/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/ja/LC_MESSAGES/f-spot.mo
|
share/locale/ja/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/ka/LC_MESSAGES/f-spot.mo
|
share/locale/ka/LC_MESSAGES/f-spot.mo
|
||||||
@ -438,20 +340,6 @@ share/locale/vi/LC_MESSAGES/f-spot.mo
|
|||||||
share/locale/zh_CN/LC_MESSAGES/f-spot.mo
|
share/locale/zh_CN/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/zh_HK/LC_MESSAGES/f-spot.mo
|
share/locale/zh_HK/LC_MESSAGES/f-spot.mo
|
||||||
share/locale/zh_TW/LC_MESSAGES/f-spot.mo
|
share/locale/zh_TW/LC_MESSAGES/f-spot.mo
|
||||||
share/omf/f-spot/
|
|
||||||
share/omf/f-spot/f-spot-C.omf
|
|
||||||
share/omf/f-spot/f-spot-cs.omf
|
|
||||||
share/omf/f-spot/f-spot-da.omf
|
|
||||||
share/omf/f-spot/f-spot-de.omf
|
|
||||||
share/omf/f-spot/f-spot-es.omf
|
|
||||||
share/omf/f-spot/f-spot-fr.omf
|
|
||||||
share/omf/f-spot/f-spot-it.omf
|
|
||||||
share/omf/f-spot/f-spot-oc.omf
|
|
||||||
share/omf/f-spot/f-spot-pt_BR.omf
|
|
||||||
share/omf/f-spot/f-spot-ru.omf
|
|
||||||
share/omf/f-spot/f-spot-sl.omf
|
|
||||||
share/omf/f-spot/f-spot-sv.omf
|
|
||||||
share/omf/f-spot/f-spot-uk.omf
|
|
||||||
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
@unexec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-uninstall-rule %D/${SCHEMAS_INSTDIR}/*.schemas > /dev/null
|
||||||
${SCHEMAS_INSTDIR}/
|
${SCHEMAS_INSTDIR}/
|
||||||
${SCHEMAS_INSTDIR}/f-spot.schemas
|
${SCHEMAS_INSTDIR}/f-spot.schemas
|
||||||
|
Loading…
x
Reference in New Issue
Block a user