Bugfix update to shotwell-0.13.1.
This commit is contained in:
parent
5344ad0b60
commit
f391f458b9
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2012/09/24 20:32:49 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2013/01/13 15:42:10 ajacoutot Exp $
|
||||
|
||||
# needs to allocate 512M
|
||||
VMEM_WARNING = Yes
|
||||
|
||||
COMMENT = digital photo organizer
|
||||
|
||||
DISTNAME = shotwell-0.13.0
|
||||
DISTNAME = shotwell-0.13.1
|
||||
CATEGORIES = graphics
|
||||
MASTER_SITES = http://yorba.org/download/shotwell/stable/
|
||||
HOMEPAGE = http://yorba.org/shotwell/
|
||||
@ -56,8 +56,6 @@ CONFIGURE_ARGS = --disable-schemas-compile \
|
||||
--disable-desktop-update \
|
||||
--disable-icon-update
|
||||
|
||||
MODGCONF2_SCHEMAS_DIR = shotwell
|
||||
|
||||
pre-configure:
|
||||
${SUBST_CMD} ${WRKSRC}/Makefile \
|
||||
${WRKSRC}/plugins/Makefile.plugin.mk
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (shotwell-0.13.0.tar.xz) = 1ZBXnRnXyXrkXfgS1RTkP5E42ezA44/cvI2awXt/huA=
|
||||
SIZE (shotwell-0.13.0.tar.xz) = 1493248
|
||||
SHA256 (shotwell-0.13.1.tar.xz) = 5UjDJ0QQ4Glv/NBR6r04yipQcDHza3IDweaJZoFfpzU=
|
||||
SIZE (shotwell-0.13.1.tar.xz) = 1497664
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-Makefile,v 1.9 2012/09/24 20:32:49 jasper Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.10 2013/01/13 15:42:10 ajacoutot Exp $
|
||||
|
||||
remove gudev requirement
|
||||
|
||||
--- Makefile.orig Thu Sep 20 01:24:26 2012
|
||||
+++ Makefile Mon Sep 24 21:30:15 2012
|
||||
--- Makefile.orig Fri Oct 5 20:07:37 2012
|
||||
+++ Makefile Sun Jan 13 16:24:12 2013
|
||||
@@ -37,7 +37,7 @@ EXTRAS_SUPPORTED_LANGUAGES=fr de it es pl et sv sk lv
|
||||
LOCAL_LANG_DIR=locale-langpack
|
||||
SYSTEM_LANG_DIR := $(DESTDIR)$(PREFIX)/share/locale
|
||||
@ -41,7 +41,7 @@ remove gudev requirement
|
||||
endef
|
||||
|
||||
define check_valadate_version
|
||||
@@ -574,8 +571,8 @@ ifndef DISABLE_SCHEMAS_COMPILE
|
||||
@@ -575,8 +572,8 @@ ifndef DISABLE_SCHEMAS_COMPILE
|
||||
glib-compile-schemas $(DESTDIR)$(PREFIX)/share/glib-2.0/schemas
|
||||
endif
|
||||
ifndef DISABLE_GSETTINGS_CONVERT_INSTALL
|
||||
|
@ -1,5 +1,4 @@
|
||||
$OpenBSD: patch-src_camera_CameraTable_vala,v 1.3 2012/09/24 20:32:49 jasper Exp $
|
||||
|
||||
$OpenBSD: patch-src_camera_CameraTable_vala,v 1.4 2013/01/13 15:42:10 ajacoutot Exp $
|
||||
--- src/camera/CameraTable.vala.orig Wed Sep 19 21:08:59 2012
|
||||
+++ src/camera/CameraTable.vala Mon Sep 24 21:30:15 2012
|
||||
@@ -26,7 +26,6 @@ public class CameraTable {
|
||||
|
@ -1,7 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2012/09/24 20:32:49 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2013/01/13 15:42:10 ajacoutot Exp $
|
||||
%%SHARED%%
|
||||
@bin bin/shotwell
|
||||
bin/shotwell-settings-migrator
|
||||
@bin bin/shotwell-video-thumbnailer
|
||||
lib/shotwell/
|
||||
lib/shotwell/plugins/
|
||||
@ -23,6 +22,8 @@ lib/shotwell/plugins/builtin/slideshow-plugin.png
|
||||
lib/shotwell/plugins/builtin/yandex_publish_model.glade
|
||||
lib/shotwell/plugins/builtin/youtube.png
|
||||
lib/shotwell/plugins/builtin/youtube_publishing_options_pane.glade
|
||||
libexec/shotwell/
|
||||
libexec/shotwell/shotwell-settings-migrator
|
||||
share/GConf/
|
||||
share/GConf/gsettings/
|
||||
share/GConf/gsettings/shotwell.convert
|
||||
@ -132,8 +133,6 @@ share/locale/ja/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ja/LC_MESSAGES/shotwell.mo
|
||||
share/locale/kk/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/kk/LC_MESSAGES/shotwell.mo
|
||||
share/locale/km/
|
||||
share/locale/km/LC_MESSAGES/
|
||||
share/locale/km/LC_MESSAGES/shotwell.mo
|
||||
share/locale/ko/LC_MESSAGES/shotwell-extras.mo
|
||||
share/locale/ko/LC_MESSAGES/shotwell.mo
|
||||
|
Loading…
Reference in New Issue
Block a user