Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Feb 2019 07:06:36 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r494131 - in head/graphics/xournalpp: . files
Message-ID:  <201902280706.x1S76aP9049244@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Thu Feb 28 07:06:36 2019
New Revision: 494131
URL: https://svnweb.freebsd.org/changeset/ports/494131

Log:
  graphics/xournalpp: Update 1.0.8-7 -> 1.0.8-83

Added:
  head/graphics/xournalpp/files/
  head/graphics/xournalpp/files/patch-src_CMakeLists.txt   (contents, props changed)
Modified:
  head/graphics/xournalpp/Makefile
  head/graphics/xournalpp/distinfo
  head/graphics/xournalpp/pkg-plist

Modified: head/graphics/xournalpp/Makefile
==============================================================================
--- head/graphics/xournalpp/Makefile	Thu Feb 28 06:59:52 2019	(r494130)
+++ head/graphics/xournalpp/Makefile	Thu Feb 28 07:06:36 2019	(r494131)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	xournalpp
-DISTVERSION=	1.0.8-7
-DISTVERSIONSUFFIX=	-g3783b7e0
+DISTVERSION=	1.0.8-83
+DISTVERSIONSUFFIX=	-g5a8b0c59
 CATEGORIES=	graphics
 
 MAINTAINER=	yuri@FreeBSD.org

Modified: head/graphics/xournalpp/distinfo
==============================================================================
--- head/graphics/xournalpp/distinfo	Thu Feb 28 06:59:52 2019	(r494130)
+++ head/graphics/xournalpp/distinfo	Thu Feb 28 07:06:36 2019	(r494131)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1550398489
-SHA256 (xournalpp-xournalpp-1.0.8-7-g3783b7e0_GH0.tar.gz) = 285760a618b516ca3e9e6d87e6301997af9ad41f3aed9433a24117990070deae
-SIZE (xournalpp-xournalpp-1.0.8-7-g3783b7e0_GH0.tar.gz) = 8485810
+TIMESTAMP = 1551336839
+SHA256 (xournalpp-xournalpp-1.0.8-83-g5a8b0c59_GH0.tar.gz) = cb82d37242c250dd50f6404ae085bc3f70b7e2a58aeea25c4596947bffe1277d
+SIZE (xournalpp-xournalpp-1.0.8-83-g5a8b0c59_GH0.tar.gz) = 8499170

Added: head/graphics/xournalpp/files/patch-src_CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/xournalpp/files/patch-src_CMakeLists.txt	Thu Feb 28 07:06:36 2019	(r494131)
@@ -0,0 +1,11 @@
+--- src/CMakeLists.txt.orig	2019-02-28 06:57:42 UTC
++++ src/CMakeLists.txt
+@@ -14,7 +14,7 @@ include_directories (
+ add_subdirectory (xoj-preview-extractor)
+ 
+ # Used for both util and xournalpp targets
+-add_definitions (-g -Wreturn-type -Wuninitialized -Wunused-value -Wunused-variable)
++add_definitions (-Wreturn-type -Wuninitialized -Wunused-value -Wunused-variable)
+ 
+ if (WIN32)
+   # optimize for size (the Windows .exe is really big)

Modified: head/graphics/xournalpp/pkg-plist
==============================================================================
--- head/graphics/xournalpp/pkg-plist	Thu Feb 28 06:59:52 2019	(r494130)
+++ head/graphics/xournalpp/pkg-plist	Thu Feb 28 07:06:36 2019	(r494131)
@@ -7,6 +7,11 @@ share/locale/pl/LC_MESSAGES/xournalpp.mo
 share/locale/zh/LC_MESSAGES/xournalpp.mo
 share/locale/zh_HK/LC_MESSAGES/xournalpp.mo
 share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
+%%DATADIR%%/plugins/Example/main.lua
+%%DATADIR%%/plugins/Example/plugin.ini
+%%DATADIR%%/plugins/Example/var_dump.lua
+%%DATADIR%%/plugins/ToggleGrid/plugin.ini
+%%DATADIR%%/plugins/ToggleGrid/togglegrid.lua
 %%DATADIR%%/ui/about.glade
 %%DATADIR%%/ui/exportSettings.glade
 %%DATADIR%%/ui/fillTransparency.glade
@@ -16,6 +21,9 @@ share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
 %%DATADIR%%/ui/icons/hicolor/index.theme
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/addPage.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/arrow-draw.svg
+%%DATADIR%%/ui/icons/hicolor/scalable/actions/audio-playback-pause.svg
+%%DATADIR%%/ui/icons/hicolor/scalable/actions/audio-playback-stop.svg
+%%DATADIR%%/ui/icons/hicolor/scalable/actions/audio-record.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/centerPage.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/circle-draw.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/coordinate-system-draw.svg
@@ -35,7 +43,6 @@ share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/nextAnnotatedPage.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/object-play.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/object-select.svg
-%%DATADIR%%/ui/icons/hicolor/scalable/actions/rec.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/rect-draw.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/rect-select.svg
 %%DATADIR%%/ui/icons/hicolor/scalable/actions/ruler.svg
@@ -60,6 +67,8 @@ share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
 %%DATADIR%%/ui/iconsDark/hicolor/icon-theme.cache
 %%DATADIR%%/ui/iconsDark/hicolor/index.theme
 %%DATADIR%%/ui/iconsDark/hicolor/scalable/actions/arrow-draw.svg
+%%DATADIR%%/ui/iconsDark/hicolor/scalable/actions/audio-playback-pause.svg
+%%DATADIR%%/ui/iconsDark/hicolor/scalable/actions/audio-playback-stop.svg
 %%DATADIR%%/ui/iconsDark/hicolor/scalable/actions/circle-draw.svg
 %%DATADIR%%/ui/iconsDark/hicolor/scalable/actions/coordinate-system-draw.svg
 %%DATADIR%%/ui/iconsDark/hicolor/scalable/actions/fill.svg
@@ -88,6 +97,8 @@ share/locale/zh_TW/LC_MESSAGES/xournalpp.mo
 %%DATADIR%%/ui/pixmaps/xopt.svg
 %%DATADIR%%/ui/pixmaps/xournalpp.png
 %%DATADIR%%/ui/pixmaps/xournalpp.svg
+%%DATADIR%%/ui/plugin.glade
+%%DATADIR%%/ui/pluginEntry.glade
 %%DATADIR%%/ui/settings.glade
 %%DATADIR%%/ui/settingsButtonConfig.glade
 %%DATADIR%%/ui/texdialog.glade



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902280706.x1S76aP9049244>