mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
deskutils/treeline: Update to 3.1.3
This commit is contained in:
parent
16602fb28d
commit
6592feeb69
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=546374
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= treeline
|
||||
PORTVERSION= 3.1.2
|
||||
PORTVERSION= 3.1.3
|
||||
CATEGORIES= deskutils python
|
||||
MASTER_SITES= https://github.com/doug-101/TreeLine/releases/download/v${PORTVERSION}/ \
|
||||
SF/${PORTNAME}/${PORTVERSION}
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1593751738
|
||||
SHA256 (treeline-3.1.2.tar.gz) = bfe4055562c20a9d71a244ca9e188c00010760d014ef8ab718e96036948df689
|
||||
SIZE (treeline-3.1.2.tar.gz) = 643123
|
||||
TIMESTAMP = 1598548985
|
||||
SHA256 (treeline-3.1.3.tar.gz) = 8a24262ea97991960fadaba5bfe1e465931baf42b9276496f855cf57aa044c22
|
||||
SIZE (treeline-3.1.3.tar.gz) = 691943
|
||||
|
@ -17,6 +17,8 @@ share/icons/hicolor/48x48/apps/treeline-icon.png
|
||||
share/icons/hicolor/scalable/apps/treeline-icon.svg
|
||||
%%DATADIR%%/__pycache__/breadcrumbview.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/__pycache__/breadcrumbview.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/__pycache__/colorset.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/__pycache__/colorset.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/__pycache__/conditional.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/__pycache__/conditional.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/__pycache__/configdialog.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
@ -100,6 +102,7 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg
|
||||
%%DATADIR%%/__pycache__/urltools.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc
|
||||
%%DATADIR%%/__pycache__/urltools.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
%%DATADIR%%/breadcrumbview.py
|
||||
%%DATADIR%%/colorset.py
|
||||
%%DATADIR%%/conditional.py
|
||||
%%DATADIR%%/configdialog.py
|
||||
%%DATADIR%%/dataeditors.py
|
||||
@ -184,6 +187,7 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg
|
||||
%%DATADIR%%/icons/toolbar/32x32/printpreviewzoomin.png
|
||||
%%DATADIR%%/icons/toolbar/32x32/printpreviewzoomout.png
|
||||
%%DATADIR%%/icons/toolbar/32x32/printpreviewzoomwidth.png
|
||||
%%DATADIR%%/icons/toolbar/32x32/toolscolors.png
|
||||
%%DATADIR%%/icons/toolbar/32x32/toolsfiltercondition.png
|
||||
%%DATADIR%%/icons/toolbar/32x32/toolsfiltertext.png
|
||||
%%DATADIR%%/icons/toolbar/32x32/toolsfindcondition.png
|
||||
@ -309,9 +313,11 @@ share/icons/hicolor/scalable/apps/treeline-icon.svg
|
||||
%%DATADIR%%/titlelistview.py
|
||||
%%NLS%%%%DATADIR%%/translations/qt_de.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qt_es.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qt_pt.qm
|
||||
%%NLS%%%%DATADIR%%/translations/qt_zh.qm
|
||||
%%NLS%%%%DATADIR%%/translations/treeline_de.qm
|
||||
%%NLS%%%%DATADIR%%/translations/treeline_es.qm
|
||||
%%NLS%%%%DATADIR%%/translations/treeline_pt.qm
|
||||
%%NLS%%%%DATADIR%%/translations/treeline_zh.qm
|
||||
%%DATADIR%%/treeformats.py
|
||||
%%DATADIR%%/treeline.py
|
||||
|
Loading…
Reference in New Issue
Block a user