astro/siril: Update 0.9.10 -> 0.9.12
Reported by: portscout
This commit is contained in:
parent
76f6f959e9
commit
35319e3f6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=524459
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= siril
|
||||
DISTVERSION= 0.9.10
|
||||
PORTREVISION= 7
|
||||
DISTVERSION= 0.9.12
|
||||
CATEGORIES= astro graphics
|
||||
MASTER_SITES= https://free-astro.org/download/
|
||||
|
||||
@ -34,8 +33,6 @@ GNU_CONFIGURE= yes
|
||||
USE_GNOME= atk cairo gdkpixbuf2 gtk30 intltool pango
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
OPTIONS_DEFINE= OPENMP
|
||||
OPTIONS_DEFAULT= OPENMP
|
||||
|
||||
@ -44,8 +41,8 @@ OPENMP_LIB_DEPENDS= libomp.so:devel/openmp
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}${PREFIX}/share/appdata ${STAGEDIR}${PREFIX}/share/mime/packages
|
||||
${INSTALL_DATA} ${WRKSRC}/platform-specific/linux/org.free-astro.siril.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
|
||||
${INSTALL_DATA} ${WRKSRC}/platform-specific/linux/org.free-astro.siril.appdata.xml ${STAGEDIR}${PREFIX}/share/appdata/${PORTNAME}.appdata.xml
|
||||
${INSTALL_DATA} ${WRKSRC}/platform-specific/linux/org.free_astro.siril.desktop ${STAGEDIR}${PREFIX}/share/applications/${PORTNAME}.desktop
|
||||
${INSTALL_DATA} ${WRKSRC}/platform-specific/linux/org.free_astro.siril.appdata.xml ${STAGEDIR}${PREFIX}/share/appdata/${PORTNAME}.appdata.xml
|
||||
${INSTALL_DATA} ${WRKSRC}/platform-specific/linux/siril.xml ${STAGEDIR}${PREFIX}/share/mime/packages/
|
||||
cd ${WRKSRC}/pixmaps && ${COPYTREE_SHARE} icons ${STAGEDIR}${PREFIX}/share/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1548046440
|
||||
SHA256 (siril-0.9.10.tar.bz2) = caf9800a442bbe3991e820ffc66f41b453c6866f510e2934d236788c78f5be29
|
||||
SIZE (siril-0.9.10.tar.bz2) = 2318151
|
||||
TIMESTAMP = 1580186182
|
||||
SHA256 (siril-0.9.12.tar.bz2) = 9fb7f8a10630ea028137e8f213727519ae9916ea1d88cd8d0cc87f336d8d53b1
|
||||
SIZE (siril-0.9.12.tar.bz2) = 2650137
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- Makefile.am.orig 2019-01-16 08:56:00 UTC
|
||||
--- Makefile.am.orig 2019-05-27 09:16:07 UTC
|
||||
+++ Makefile.am
|
||||
@@ -20,8 +20,6 @@ install-data-local:
|
||||
$(INSTALL_DATA) src/gui/siril3.glade $(DESTDIR)$(pkgdatadir)
|
||||
$(INSTALL_DATA) src/gui/gtk_old.css $(DESTDIR)$(pkgdatadir)
|
||||
$(INSTALL_DATA) src/gui/gtk.css $(DESTDIR)$(pkgdatadir)
|
||||
- $(mkinstalldirs) $(DESTDIR)$(docdir)
|
||||
- $(INSTALL_DATA) AUTHORS LICENSE.md $(DESTDIR)$(docdir)
|
||||
$(mkinstalldirs) $(DESTDIR)$(mandir)/man1
|
||||
$(INSTALL_DATA) siril.1.gz $(DESTDIR)$(mandir)/man1
|
||||
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/scripts/
|
||||
@@ -21,7 +21,7 @@ scripts_DATA = scripts/DSLR_preprocessing.ssf \
|
||||
3rdparty/scripts/en/DSLR_Preprocessing_NoFlat_NoDark.ssf \
|
||||
3rdparty/scripts/en/DSLR_Preprocessing_NoFlat.ssf
|
||||
|
||||
-doc_DATA = AUTHORS \
|
||||
+#doc_DATA = AUTHORS \
|
||||
LICENSE.md
|
||||
|
||||
man_MANS = siril.1.gz
|
||||
|
@ -2,13 +2,19 @@ bin/siril
|
||||
man/man1/siril.1.gz
|
||||
share/appdata/siril.appdata.xml
|
||||
share/applications/siril.desktop
|
||||
share/icons/Makefile
|
||||
share/icons/Makefile.am
|
||||
share/icons/Makefile.in
|
||||
share/icons/hicolor/16x16/apps/siril.png
|
||||
share/icons/hicolor/24x24/apps/siril.png
|
||||
share/icons/hicolor/256x256/apps/siril.png
|
||||
share/icons/hicolor/32x32/apps/siril.png
|
||||
share/icons/hicolor/48x48/apps/siril.png
|
||||
share/icons/hicolor/512x512/apps/siril.png
|
||||
share/icons/hicolor/scalable/mimetypes/text-x-seq.svg
|
||||
share/icons/hicolor/symbolic/apps/siril-symbolic.svg
|
||||
share/icons/icon-list.mk
|
||||
share/locale/de/LC_MESSAGES/siril.mo
|
||||
share/locale/el/LC_MESSAGES/siril.mo
|
||||
share/locale/es_ES/LC_MESSAGES/siril.mo
|
||||
share/locale/fr/LC_MESSAGES/siril.mo
|
||||
@ -19,30 +25,37 @@ share/locale/zh_CN/LC_MESSAGES/siril.mo
|
||||
share/mime/packages/siril.xml
|
||||
%%DATADIR%%/gtk.css
|
||||
%%DATADIR%%/gtk_old.css
|
||||
%%DATADIR%%/pixmaps/b.png
|
||||
%%DATADIR%%/pixmaps/chain.png
|
||||
%%DATADIR%%/pixmaps/cm.png
|
||||
%%DATADIR%%/pixmaps/curve.png
|
||||
%%DATADIR%%/pixmaps/export.png
|
||||
%%DATADIR%%/pixmaps/export_dark.png
|
||||
%%DATADIR%%/pixmaps/g.png
|
||||
%%DATADIR%%/pixmaps/grid.png
|
||||
%%DATADIR%%/pixmaps/histo.png
|
||||
%%DATADIR%%/pixmaps/histo_dark.png
|
||||
%%DATADIR%%/pixmaps/list.png
|
||||
%%DATADIR%%/pixmaps/list_dark.png
|
||||
%%DATADIR%%/pixmaps/mirrorx.png
|
||||
%%DATADIR%%/pixmaps/mirrorx_dark.png
|
||||
%%DATADIR%%/pixmaps/mirrory.png
|
||||
%%DATADIR%%/pixmaps/mirrory_dark.png
|
||||
%%DATADIR%%/pixmaps/monochrome.png
|
||||
%%DATADIR%%/pixmaps/monochrome_dark.png
|
||||
%%DATADIR%%/pixmaps/mtf.png
|
||||
%%DATADIR%%/pixmaps/mtf_dark.png
|
||||
%%DATADIR%%/pixmaps/neg.png
|
||||
%%DATADIR%%/pixmaps/remove1.png
|
||||
%%DATADIR%%/pixmaps/neg_dark.png
|
||||
%%DATADIR%%/pixmaps/r.png
|
||||
%%DATADIR%%/pixmaps/rotate-acw.png
|
||||
%%DATADIR%%/pixmaps/rotate-acw_dark.png
|
||||
%%DATADIR%%/pixmaps/rotate-cw.png
|
||||
%%DATADIR%%/pixmaps/rotate-cw_dark.png
|
||||
%%DATADIR%%/pixmaps/scale-slider-horz.png
|
||||
%%DATADIR%%/pixmaps/siril.svg
|
||||
%%DATADIR%%/pixmaps/siril_logo.svg
|
||||
%%DATADIR%%/pixmaps/starfinder.png
|
||||
%%DATADIR%%/pixmaps/starfinder_dark.png
|
||||
%%DATADIR%%/pixmaps/sum.png
|
||||
%%DATADIR%%/pixmaps/sum_dark.png
|
||||
%%DATADIR%%/scripts/DSLR_Preprocessing_Drizzle.ssf
|
||||
%%DATADIR%%/scripts/DSLR_Preprocessing_NoDark.ssf
|
||||
%%DATADIR%%/scripts/DSLR_Preprocessing_NoFlat.ssf
|
||||
|
Loading…
Reference in New Issue
Block a user