Add ports for several applications.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 5ed0b6b63f
)
r14.1.x
parent
4fb77ce790
commit
3486112a8b
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713749892
|
TIMESTAMP = 1729172697
|
||||||
SHA256 (TDE/applications/development/kdbg-trinity_14.1.2.orig.tar.xz) = b176e8f11ca4cfa3d74835fe236ee065f8204a1a7b91cf58b38d16e30156eae5
|
SHA256 (TDE/applications/development/kdbg-trinity_14.1.3.orig.tar.xz) = 8430fbaf7958a0b7ad7422d451f7b29de65ec2c8f89e6ca65e8bdb92214393e0
|
||||||
SIZE (TDE/applications/development/kdbg-trinity_14.1.2.orig.tar.xz) = 218044
|
SIZE (TDE/applications/development/kdbg-trinity_14.1.3.orig.tar.xz) = 218000
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713749956
|
TIMESTAMP = 1729172792
|
||||||
SHA256 (TDE/applications/development/kdiff3-trinity_14.1.2.orig.tar.xz) = 38f5567306110e173ed65d4243aa4c9b9fe48747f7ed7554d8ef0ea077715e81
|
SHA256 (TDE/applications/development/kdiff3-trinity_14.1.3.orig.tar.xz) = daa8ee2c72601e2d23c389de60d9d819d5011075c83038a266346a3627e1cbef
|
||||||
SIZE (TDE/applications/development/kdiff3-trinity_14.1.2.orig.tar.xz) = 745324
|
SIZE (TDE/applications/development/kdiff3-trinity_14.1.3.orig.tar.xz) = 745300
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713750005
|
TIMESTAMP = 1729172858
|
||||||
SHA256 (TDE/applications/development/kscope-trinity_14.1.2.orig.tar.xz) = dc3add9e295c43a3c1f3660248faac3589e4b768634cdbff91c429eb67bbcd1e
|
SHA256 (TDE/applications/development/kscope-trinity_14.1.3.orig.tar.xz) = 2418945b06635d880b925891533dce9f280afb98a12a8e807f66daf805c04239
|
||||||
SIZE (TDE/applications/development/kscope-trinity_14.1.2.orig.tar.xz) = 1059208
|
SIZE (TDE/applications/development/kscope-trinity_14.1.3.orig.tar.xz) = 1059212
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713750051
|
TIMESTAMP = 1729172933
|
||||||
SHA256 (TDE/applications/development/kxmleditor-trinity_14.1.2.orig.tar.xz) = 297554562652c18938ac8302e9e6e3d4fee539c18a61155a507dd03464409244
|
SHA256 (TDE/applications/development/kxmleditor-trinity_14.1.3.orig.tar.xz) = c44e4b310ae009ef3fafb020d4e4dcddc536d8ac68c06cb808a73a831cc42a97
|
||||||
SIZE (TDE/applications/development/kxmleditor-trinity_14.1.2.orig.tar.xz) = 509764
|
SIZE (TDE/applications/development/kxmleditor-trinity_14.1.3.orig.tar.xz) = 509884
|
||||||
|
@ -0,0 +1,39 @@
|
|||||||
|
# -*-mode: makefile-*-
|
||||||
|
# Created by: slavek.banko@axis.cz
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# TDE port map: applications/development/universal-indent-gui-tqt
|
||||||
|
|
||||||
|
PORTSDIR?=/usr/ports
|
||||||
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
||||||
|
|
||||||
|
PORTNAME= universal-indent-gui-tqt
|
||||||
|
COMMENT= Graphical UI for multiple source code indent/format/beautify tools
|
||||||
|
TDE_PREVERSION=
|
||||||
|
MASTER_SITE_SUBDIR= u/${PORTNAME}
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= devel x11
|
||||||
|
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
|
||||||
|
DIST_SUBDIR= TDE/applications/development
|
||||||
|
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
||||||
|
|
||||||
|
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
|
||||||
|
libtqscintilla.so:devel/tqscintilla \
|
||||||
|
|
||||||
|
|
||||||
|
# Build
|
||||||
|
post-patch: tde-pathfix
|
||||||
|
|
||||||
|
do-configure: tde-cmake-prepare
|
||||||
|
${TDE_CMAKE_CONFIGURE} \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
|
||||||
|
do-build: tde-cmake-build
|
||||||
|
|
||||||
|
do-install: tde-cmake-install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1729173011
|
||||||
|
SHA256 (TDE/applications/development/universal-indent-gui-tqt_14.1.3.orig.tar.xz) = bca9d2a3a0eec27e259bc1ca1f48dda817677c12eb51d5d8046dfe987f46b37c
|
||||||
|
SIZE (TDE/applications/development/universal-indent-gui-tqt_14.1.3.orig.tar.xz) = 454264
|
@ -0,0 +1,37 @@
|
|||||||
|
GUI frontend for several code beautifiers
|
||||||
|
|
||||||
|
UniversalIndentGui is a GUI fontend for several code beautifiers, currently
|
||||||
|
supporting:
|
||||||
|
* Artistic Styler
|
||||||
|
* BCPP
|
||||||
|
* Cobol Beautify
|
||||||
|
* CSSTidy
|
||||||
|
* Fortran 90 PPR
|
||||||
|
* GNU Indent
|
||||||
|
* GreatCode
|
||||||
|
* hindent
|
||||||
|
* HTB
|
||||||
|
* Javascript Decoder
|
||||||
|
* JSPPP
|
||||||
|
* Perl Tidy
|
||||||
|
* PHP_Beautifier
|
||||||
|
* PHP Code Beautifier
|
||||||
|
* PHP Stylist
|
||||||
|
* pindent
|
||||||
|
* Ruby Beautify
|
||||||
|
* Ruby Formatter
|
||||||
|
* Shell Indent
|
||||||
|
* (HTML) Tidy
|
||||||
|
* Uncrustify
|
||||||
|
* XML Indent
|
||||||
|
|
||||||
|
UniversalIndentGui allows you to tune a beautifier's configuration and see
|
||||||
|
how the changes affects a source example live. It is especially useful to
|
||||||
|
compare different C/C++ beautifiers when you have to choose one of them.
|
||||||
|
|
||||||
|
KXML Editor is a simple program, that displays and edits the contents of an
|
||||||
|
XML file. It can be embedded in Quanta, and used with DCOP.
|
||||||
|
|
||||||
|
The left side contains a tree representing the XML document structure. The
|
||||||
|
right side contains a list of attributes for the selected XML element and its
|
||||||
|
contents.
|
@ -0,0 +1,82 @@
|
|||||||
|
bin/universal-indent-gui-tqt
|
||||||
|
%%DATADIR%%/config/UiGuiSyntaxHighlightConfig.ini
|
||||||
|
%%DATADIR%%/icons/accessories-text-editor.png
|
||||||
|
%%DATADIR%%/icons/applications-system.png
|
||||||
|
%%DATADIR%%/icons/document-open.png
|
||||||
|
%%DATADIR%%/icons/document-save-as.png
|
||||||
|
%%DATADIR%%/icons/document-save.png
|
||||||
|
%%DATADIR%%/icons/edit-clear.png
|
||||||
|
%%DATADIR%%/icons/exporthtml.png
|
||||||
|
%%DATADIR%%/icons/exportpdf.png
|
||||||
|
%%DATADIR%%/icons/help.png
|
||||||
|
%%DATADIR%%/icons/info.png
|
||||||
|
%%DATADIR%%/icons/language-de.png
|
||||||
|
%%DATADIR%%/icons/language-en.png
|
||||||
|
%%DATADIR%%/icons/language-fr.png
|
||||||
|
%%DATADIR%%/icons/language-ja.png
|
||||||
|
%%DATADIR%%/icons/language-ru.png
|
||||||
|
%%DATADIR%%/icons/language-uk.png
|
||||||
|
%%DATADIR%%/icons/language-zh_TW.png
|
||||||
|
%%DATADIR%%/icons/live-preview.png
|
||||||
|
%%DATADIR%%/icons/load_indent_cfg.png
|
||||||
|
%%DATADIR%%/icons/preferences-system.png
|
||||||
|
%%DATADIR%%/icons/save_indent_cfg.png
|
||||||
|
%%DATADIR%%/icons/shell.png
|
||||||
|
%%DATADIR%%/icons/syntax-highlight.png
|
||||||
|
%%DATADIR%%/icons/system-log-out.png
|
||||||
|
%%DATADIR%%/icons/tooltip.png
|
||||||
|
%%DATADIR%%/icons/universalIndentGUI.ico
|
||||||
|
%%DATADIR%%/icons/universalIndentGUI.svg
|
||||||
|
%%DATADIR%%/icons/universalIndentGUI_32x32.xpm
|
||||||
|
%%DATADIR%%/icons/universalIndentGUI_512x512.png
|
||||||
|
%%DATADIR%%/icons/universalIndentGUI_64x64.png
|
||||||
|
%%DATADIR%%/icons/view-refresh.png
|
||||||
|
%%DATADIR%%/indenters/example.cpp
|
||||||
|
%%DATADIR%%/indenters/examples/JsDecoder.js
|
||||||
|
%%DATADIR%%/indenters/examples/example.cbl
|
||||||
|
%%DATADIR%%/indenters/examples/example.css
|
||||||
|
%%DATADIR%%/indenters/examples/example.f90
|
||||||
|
%%DATADIR%%/indenters/examples/example.html
|
||||||
|
%%DATADIR%%/indenters/examples/example.js
|
||||||
|
%%DATADIR%%/indenters/examples/example.php
|
||||||
|
%%DATADIR%%/indenters/examples/example.pl
|
||||||
|
%%DATADIR%%/indenters/examples/example.py
|
||||||
|
%%DATADIR%%/indenters/examples/example.rb
|
||||||
|
%%DATADIR%%/indenters/examples/example.sh
|
||||||
|
%%DATADIR%%/indenters/examples/example.sql
|
||||||
|
%%DATADIR%%/indenters/examples/example.vb
|
||||||
|
%%DATADIR%%/indenters/examples/example.xml
|
||||||
|
%%DATADIR%%/indenters/examples/hindent
|
||||||
|
%%DATADIR%%/indenters/examples/hindent.html
|
||||||
|
%%DATADIR%%/indenters/examples/perltidy
|
||||||
|
%%DATADIR%%/indenters/examples/phpStylist.php
|
||||||
|
%%DATADIR%%/indenters/examples/phpStylist.txt
|
||||||
|
%%DATADIR%%/indenters/examples/pindent.py
|
||||||
|
%%DATADIR%%/indenters/examples/pindent.txt
|
||||||
|
%%DATADIR%%/indenters/examples/rbeautify.rb
|
||||||
|
%%DATADIR%%/indenters/examples/ruby_formatter.rb
|
||||||
|
%%DATADIR%%/indenters/examples/shellindent.awk
|
||||||
|
%%DATADIR%%/indenters/uigui_CblBeau.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_astyle.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_bcpp.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_csstidy.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_f90ppr.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_gnuindent.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_greatcode.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_hindent.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_htb.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_jsdecoder.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_jsppp.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_perltidy.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_phpCB.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_phpStylist.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_php_Beautifier.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_pindent.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_psti.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_rbeautify.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_rubyformatter.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_shellindent.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_tidy.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_uncrustify.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_vbsbeaut.ini
|
||||||
|
%%DATADIR%%/indenters/uigui_xmlindent.ini
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713750121
|
TIMESTAMP = 1729173074
|
||||||
SHA256 (TDE/applications/games/knights-trinity_14.1.2.orig.tar.xz) = 7a231031dae825c1e700c5052074b915f5229e39f2f0aa1dba4ed8d40ae40f4e
|
SHA256 (TDE/applications/games/knights-trinity_14.1.3.orig.tar.xz) = bb3042fc185eac834825da76099e634fadba4aaf5ddfdaff949e91bc06d5f458
|
||||||
SIZE (TDE/applications/games/knights-trinity_14.1.2.orig.tar.xz) = 1827552
|
SIZE (TDE/applications/games/knights-trinity_14.1.3.orig.tar.xz) = 1827512
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713750163
|
TIMESTAMP = 1729173115
|
||||||
SHA256 (TDE/applications/games/tdepacman-trinity_14.1.2.orig.tar.xz) = c3f6347639a6d447e5b7dca0df14469fe626877f1851aee7c0d547956a1662c9
|
SHA256 (TDE/applications/games/tdepacman-trinity_14.1.3.orig.tar.xz) = e27524dc87992c5dfbf17a2a9eec204bdb623b773239ca3764129397c89afe11
|
||||||
SIZE (TDE/applications/games/tdepacman-trinity_14.1.2.orig.tar.xz) = 109456
|
SIZE (TDE/applications/games/tdepacman-trinity_14.1.3.orig.tar.xz) = 111324
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713750218
|
TIMESTAMP = 1729173150
|
||||||
SHA256 (TDE/applications/graphics/digikam-trinity_14.1.2.orig.tar.xz) = 27a9f10f45f5bdf5f3ef8e70d1db727acaea00848e9750551d8e828db6f9c151
|
SHA256 (TDE/applications/graphics/digikam-trinity_14.1.3.orig.tar.xz) = 854811b38df03e824c4269877c9b625359b09120b09f6e7d5ae37ae031553a82
|
||||||
SIZE (TDE/applications/graphics/digikam-trinity_14.1.2.orig.tar.xz) = 54252952
|
SIZE (TDE/applications/graphics/digikam-trinity_14.1.3.orig.tar.xz) = 54253212
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714289830
|
TIMESTAMP = 1729416898
|
||||||
SHA256 (TDE/applications/graphics/gwenview-i18n-trinity_14.1.2.orig.tar.xz) = ab6d13848f7fc7ee0f992982fc5f26cd418e27c43068da26b7d6403cc1f1c429
|
SHA256 (TDE/applications/graphics/gwenview-i18n-trinity_14.1.3.orig.tar.xz) = 8a0441d8232f5930dca48d4cc0e5d586f59058f00aa948bcdb26741966ede1ad
|
||||||
SIZE (TDE/applications/graphics/gwenview-i18n-trinity_14.1.2.orig.tar.xz) = 1391976
|
SIZE (TDE/applications/graphics/gwenview-i18n-trinity_14.1.3.orig.tar.xz) = 1391944
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713753194
|
TIMESTAMP = 1729173871
|
||||||
SHA256 (TDE/applications/graphics/gwenview-trinity_14.1.2.orig.tar.xz) = 7482a9fd73a2fb288b280d7949ebd69c09d409fe00737dbe90917f550d5c7e5e
|
SHA256 (TDE/applications/graphics/gwenview-trinity_14.1.3.orig.tar.xz) = 2187c671fe780b524a856efb469e7063bf60cbf08bcef1fc11b74ef16d109b6b
|
||||||
SIZE (TDE/applications/graphics/gwenview-trinity_14.1.2.orig.tar.xz) = 734036
|
SIZE (TDE/applications/graphics/gwenview-trinity_14.1.3.orig.tar.xz) = 512200
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713753317
|
TIMESTAMP = 1729173992
|
||||||
SHA256 (TDE/applications/graphics/ksquirrel-trinity_14.1.2.orig.tar.xz) = 134370dcaf2c126af022f3c2bf9b3f10dacbecfd6fe70b67e7d266b7bf72c941
|
SHA256 (TDE/applications/graphics/ksquirrel-trinity_14.1.3.orig.tar.xz) = 506ce4a018de7c7e21016c01adb5c55c168bf0142329f38ad52511efd609ae8b
|
||||||
SIZE (TDE/applications/graphics/ksquirrel-trinity_14.1.2.orig.tar.xz) = 782388
|
SIZE (TDE/applications/graphics/ksquirrel-trinity_14.1.3.orig.tar.xz) = 782168
|
||||||
|
@ -0,0 +1,38 @@
|
|||||||
|
# -*-mode: makefile-*-
|
||||||
|
# Created by: slavek.banko@axis.cz
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# TDE port map: applications/graphics/potracegui
|
||||||
|
|
||||||
|
PORTSDIR?=/usr/ports
|
||||||
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
||||||
|
|
||||||
|
PORTNAME= potracegui-trinity
|
||||||
|
COMMENT= TDE frontend for potrace
|
||||||
|
TDE_PREVERSION=
|
||||||
|
MASTER_SITE_SUBDIR= p/${PORTNAME}
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= graphics x11
|
||||||
|
DIST_SUBDIR= TDE/applications/graphics
|
||||||
|
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
||||||
|
|
||||||
|
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
|
||||||
|
|
||||||
|
RUN_DEPENDS+= potrace:graphics/potrace
|
||||||
|
|
||||||
|
# Build
|
||||||
|
post-patch: tde-pathfix
|
||||||
|
|
||||||
|
do-configure: tde-cmake-prepare
|
||||||
|
${TDE_CMAKE_CONFIGURE} \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
|
||||||
|
do-build: tde-cmake-build
|
||||||
|
|
||||||
|
do-install: tde-cmake-install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1729174571
|
||||||
|
SHA256 (TDE/applications/graphics/potracegui-trinity_14.1.3.orig.tar.xz) = 55fb92a0e4729453b8f1fcac61ced5606eece869dd370f1835e3dffeb6fcefc9
|
||||||
|
SIZE (TDE/applications/graphics/potracegui-trinity_14.1.3.orig.tar.xz) = 50708
|
@ -0,0 +1,8 @@
|
|||||||
|
TDE frontend for potrace
|
||||||
|
|
||||||
|
A TDE interface for the commandline tracing tools potrace and/or autotrace. It
|
||||||
|
supports drag and drop as well as all image types recognized by TDE, which are
|
||||||
|
a lot more than the 4 recognized by the potrace commandline tool. Loading of
|
||||||
|
remote files (web, ftp, ...) is also supported.
|
||||||
|
|
||||||
|
Homepage: http://potracegui.sourceforge.net
|
@ -0,0 +1,11 @@
|
|||||||
|
bin/potracegui
|
||||||
|
share/applications/tde/potracegui.desktop
|
||||||
|
share/apps/potracegui/potraceguiui.rc
|
||||||
|
share/doc/tde/HTML/en/potracegui/common
|
||||||
|
share/doc/tde/HTML/en/potracegui/index.cache.bz2
|
||||||
|
share/doc/tde/HTML/en/potracegui/index.docbook
|
||||||
|
share/icons/hicolor/16x16/apps/potracegui.png
|
||||||
|
share/icons/hicolor/32x32/apps/potracegui.png
|
||||||
|
share/locale/de/LC_MESSAGES/potracegui.mo
|
||||||
|
share/locale/tr/LC_MESSAGES/potracegui.mo
|
||||||
|
share/man/man1/potracegui.1.gz
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713787860
|
TIMESTAMP = 1729174604
|
||||||
SHA256 (TDE/applications/internet/kasablanca-trinity_14.1.2.orig.tar.xz) = ba0318710cd7d6d7b4afe7a3e26b48f4b07cd84b5c68624cd546e8cc6bcbaf8f
|
SHA256 (TDE/applications/internet/kasablanca-trinity_14.1.3.orig.tar.xz) = 87bf9eadedeaae03db76c61c95f28f00f775e16b33c6165e654f86993317f59e
|
||||||
SIZE (TDE/applications/internet/kasablanca-trinity_14.1.2.orig.tar.xz) = 131744
|
SIZE (TDE/applications/internet/kasablanca-trinity_14.1.3.orig.tar.xz) = 131788
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713787977
|
TIMESTAMP = 1729174651
|
||||||
SHA256 (TDE/applications/internet/kbiff-trinity_14.1.2.orig.tar.xz) = c14e03bd380ae7d1cc81f4c12674f39e03c21646efb517f1d22db026a6ee57d7
|
SHA256 (TDE/applications/internet/kbiff-trinity_14.1.3.orig.tar.xz) = 7acb7abc5e623708635c4def41c9801197f88e9cb31bbaaa67cbd408890cb566
|
||||||
SIZE (TDE/applications/internet/kbiff-trinity_14.1.2.orig.tar.xz) = 139880
|
SIZE (TDE/applications/internet/kbiff-trinity_14.1.3.orig.tar.xz) = 139868
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713788624
|
TIMESTAMP = 1729174697
|
||||||
SHA256 (TDE/applications/internet/kftpgrabber-trinity_14.1.2.orig.tar.xz) = 1f75f03428cb5ff242d1dd557dc72428ad7dee7e82133930a79ac2d25486181f
|
SHA256 (TDE/applications/internet/kftpgrabber-trinity_14.1.3.orig.tar.xz) = 1d4312ae7e8d25a41a4850001a8d1298cabe2e7cd5c7a0fe304be955feee9ef5
|
||||||
SIZE (TDE/applications/internet/kftpgrabber-trinity_14.1.2.orig.tar.xz) = 756860
|
SIZE (TDE/applications/internet/kftpgrabber-trinity_14.1.3.orig.tar.xz) = 756864
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713788756
|
TIMESTAMP = 1729174786
|
||||||
SHA256 (TDE/applications/internet/knmap-trinity_14.1.2.orig.tar.xz) = 51e0dcf0c16aed34eccde49ef63130931d1e560165334ca548f72b429369da03
|
SHA256 (TDE/applications/internet/knmap-trinity_14.1.3.orig.tar.xz) = 606bb280f2cfdc29f4cc0510d8acbb59878dba810da1bbb8f2568c211c2eaf7b
|
||||||
SIZE (TDE/applications/internet/knmap-trinity_14.1.2.orig.tar.xz) = 983408
|
SIZE (TDE/applications/internet/knmap-trinity_14.1.3.orig.tar.xz) = 983432
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713788802
|
TIMESTAMP = 1729174850
|
||||||
SHA256 (TDE/applications/internet/konversation-trinity_14.1.2.orig.tar.xz) = 364099686b08763391d7e1527024f670121d9919f037dd0c5dd615e18e7d308e
|
SHA256 (TDE/applications/internet/konversation-trinity_14.1.3.orig.tar.xz) = b5ca7b0804dc9884c2a4f9f7c6f3e83c35e8c5d829076cab1417da0a82ef9658
|
||||||
SIZE (TDE/applications/internet/konversation-trinity_14.1.2.orig.tar.xz) = 4153116
|
SIZE (TDE/applications/internet/konversation-trinity_14.1.3.orig.tar.xz) = 4152996
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713789410
|
TIMESTAMP = 1729174928
|
||||||
SHA256 (TDE/applications/internet/kopete-otr-trinity_14.1.2.orig.tar.xz) = 097eb19c030ae312ff5e10ebb067ba0cdcc1ba624c2064c6e20053d6e23e279c
|
SHA256 (TDE/applications/internet/kopete-otr-trinity_14.1.3.orig.tar.xz) = d83cb74d45b6be876a18871a46bebaf9890fa8b9f41e6cc83fa81938cbdf3515
|
||||||
SIZE (TDE/applications/internet/kopete-otr-trinity_14.1.2.orig.tar.xz) = 57672
|
SIZE (TDE/applications/internet/kopete-otr-trinity_14.1.3.orig.tar.xz) = 57668
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713789453
|
TIMESTAMP = 1729175138
|
||||||
SHA256 (TDE/applications/internet/kshowmail-trinity_14.1.2.orig.tar.xz) = 487903b190867579fe2caeac98b4595cb54ef12fba2dbf2e95bb50c9b19cb94d
|
SHA256 (TDE/applications/internet/kshowmail-trinity_14.1.3.orig.tar.xz) = 66c495393eac4bb85918186bdfd10ed79c087e4a14eed2a3e32f4ee3d67f1632
|
||||||
SIZE (TDE/applications/internet/kshowmail-trinity_14.1.2.orig.tar.xz) = 566604
|
SIZE (TDE/applications/internet/kshowmail-trinity_14.1.3.orig.tar.xz) = 566280
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713789521
|
TIMESTAMP = 1729175210
|
||||||
SHA256 (TDE/applications/internet/kstreamripper-trinity_14.1.2.orig.tar.xz) = 453808e00e650091b5ca4cbb21e4701710a066cacb1bc5c70bfb4bf9c6ebc95c
|
SHA256 (TDE/applications/internet/kstreamripper-trinity_14.1.3.orig.tar.xz) = ad63e9e3f44d1ddddfc83f7ec6061696312c1900f3e9c593060753a6174abf08
|
||||||
SIZE (TDE/applications/internet/kstreamripper-trinity_14.1.2.orig.tar.xz) = 23712
|
SIZE (TDE/applications/internet/kstreamripper-trinity_14.1.3.orig.tar.xz) = 23700
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713789565
|
TIMESTAMP = 1729175346
|
||||||
SHA256 (TDE/applications/internet/ktorrent-trinity_14.1.2.orig.tar.xz) = c0ee278e70e7dc30ccd06680e9156a2c90b233a014de70d5325fc485cddeeb78
|
SHA256 (TDE/applications/internet/ktorrent-trinity_14.1.3.orig.tar.xz) = 0d2def66f9809a1e52b77159704b976676361e07b9fb03d4eb5af5c030851755
|
||||||
SIZE (TDE/applications/internet/ktorrent-trinity_14.1.2.orig.tar.xz) = 2058356
|
SIZE (TDE/applications/internet/ktorrent-trinity_14.1.3.orig.tar.xz) = 2058588
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713789877
|
TIMESTAMP = 1729175664
|
||||||
SHA256 (TDE/applications/internet/tork-trinity_14.1.2.orig.tar.xz) = aab9eb18344d5d3e56a9241aea577e2c461c1368de39a9d9611bbe0ece0c5773
|
SHA256 (TDE/applications/internet/tork-trinity_14.1.3.orig.tar.xz) = 0a87659279b0b024015984f9ae608dbeb3b5680a7b5da244b88d30ec4dbe1a93
|
||||||
SIZE (TDE/applications/internet/tork-trinity_14.1.2.orig.tar.xz) = 1971548
|
SIZE (TDE/applications/internet/tork-trinity_14.1.3.orig.tar.xz) = 1972792
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713800360
|
TIMESTAMP = 1729210448
|
||||||
SHA256 (TDE/applications/misc/bibletime-trinity_14.1.2.orig.tar.xz) = e2607493f8c1a83ade46d6e7964bd245888abd162e5c5bca4fed1eeb81c2f972
|
SHA256 (TDE/applications/misc/bibletime-trinity_14.1.3.orig.tar.xz) = 5bfce61048be9f9d8a3fb9cd6d3accc198789fed9fb49c31f3fe9512a58d0fed
|
||||||
SIZE (TDE/applications/misc/bibletime-trinity_14.1.2.orig.tar.xz) = 670704
|
SIZE (TDE/applications/misc/bibletime-trinity_14.1.3.orig.tar.xz) = 670724
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713800523
|
TIMESTAMP = 1729210668
|
||||||
SHA256 (TDE/applications/multimedia/amarok-trinity_14.1.2.orig.tar.xz) = 04ed8a9ab69d61ecdd4f621ea18f8e0c95abad689fc7f74f107da222cdd25093
|
SHA256 (TDE/applications/multimedia/amarok-trinity_14.1.3.orig.tar.xz) = afd1cfcb08a58877efcf522eda92a3d78796cd2c6fe9234e23c721074e05a964
|
||||||
SIZE (TDE/applications/multimedia/amarok-trinity_14.1.2.orig.tar.xz) = 10022584
|
SIZE (TDE/applications/multimedia/amarok-trinity_14.1.3.orig.tar.xz) = 10006404
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713800743
|
TIMESTAMP = 1729210903
|
||||||
SHA256 (TDE/applications/multimedia/codeine-trinity_14.1.2.orig.tar.xz) = 17d49ccecdf95c811ef04c791a82dcd2a02fb5fe4baceb6e32d22ea73074c2dc
|
SHA256 (TDE/applications/multimedia/codeine-trinity_14.1.3.orig.tar.xz) = 46df8be6de02c32c1aea9667157a556414d517928fd53e569d5fd05483b0e16c
|
||||||
SIZE (TDE/applications/multimedia/codeine-trinity_14.1.2.orig.tar.xz) = 90532
|
SIZE (TDE/applications/multimedia/codeine-trinity_14.1.3.orig.tar.xz) = 90740
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713802226
|
TIMESTAMP = 1729210942
|
||||||
SHA256 (TDE/applications/multimedia/kaffeine-trinity_14.1.2.orig.tar.xz) = 99c1f076cff96b5fb641172019bda554d8c775392b493e4201bb97aaa4e1627d
|
SHA256 (TDE/applications/multimedia/kaffeine-trinity_14.1.3.orig.tar.xz) = c13c00fec44df82787a358c00dc3783a2e3f9dd199daaec90b808671756ecfd6
|
||||||
SIZE (TDE/applications/multimedia/kaffeine-trinity_14.1.2.orig.tar.xz) = 2356100
|
SIZE (TDE/applications/multimedia/kaffeine-trinity_14.1.3.orig.tar.xz) = 2356300
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713802515
|
TIMESTAMP = 1729211017
|
||||||
SHA256 (TDE/applications/multimedia/rosegarden-trinity_14.1.2.orig.tar.xz) = 1e336605e39b12ebbd8beea76d830a62b674506f51f54a437977937a876c24a1
|
SHA256 (TDE/applications/multimedia/rosegarden-trinity_14.1.3.orig.tar.xz) = 852ba77d99071f87c7acd7233d7390a35b1720db54595efbf61ce13473c8d724
|
||||||
SIZE (TDE/applications/multimedia/rosegarden-trinity_14.1.2.orig.tar.xz) = 6139124
|
SIZE (TDE/applications/multimedia/rosegarden-trinity_14.1.3.orig.tar.xz) = 6140884
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713803368
|
TIMESTAMP = 1729212283
|
||||||
SHA256 (TDE/applications/multimedia/soundkonverter-trinity_14.1.2.orig.tar.xz) = 467e0213a90820a1ca8cbf5c1c5b742fe8dbb1a91f8c04ce7f00c0b6c3110a2f
|
SHA256 (TDE/applications/multimedia/soundkonverter-trinity_14.1.3.orig.tar.xz) = a9a3712719c38b1aadfd15b1cb1cb711a1dead20d9da2784e81f8a53706a3f07
|
||||||
SIZE (TDE/applications/multimedia/soundkonverter-trinity_14.1.2.orig.tar.xz) = 471884
|
SIZE (TDE/applications/multimedia/soundkonverter-trinity_14.1.3.orig.tar.xz) = 247628
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713804050
|
TIMESTAMP = 1729212398
|
||||||
SHA256 (TDE/applications/office/basket-trinity_14.1.2.orig.tar.xz) = 06c1d9dc49eefdf193969dd9a91c086a4ed11629ad9dc269b2abade30bc69db7
|
SHA256 (TDE/applications/office/basket-trinity_14.1.3.orig.tar.xz) = f6f9e3ab3cff06f7c68431ec95a7484da26ccd3b953fa36434c0818e5e130588
|
||||||
SIZE (TDE/applications/office/basket-trinity_14.1.2.orig.tar.xz) = 3495208
|
SIZE (TDE/applications/office/basket-trinity_14.1.3.orig.tar.xz) = 3495276
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713804576
|
TIMESTAMP = 1729212474
|
||||||
SHA256 (TDE/applications/office/kbibtex-trinity_14.1.2.orig.tar.xz) = 9e195f4d4668a3b76cfb31c822b93ab09d4e559a729b1a0686a22cc13c0906fd
|
SHA256 (TDE/applications/office/kbibtex-trinity_14.1.3.orig.tar.xz) = bc1adc04099cf598ad149c1c96d7463cf26ce419a93a908bd3f9fb10df85cefb
|
||||||
SIZE (TDE/applications/office/kbibtex-trinity_14.1.2.orig.tar.xz) = 281428
|
SIZE (TDE/applications/office/kbibtex-trinity_14.1.3.orig.tar.xz) = 281496
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713805185
|
TIMESTAMP = 1729212522
|
||||||
SHA256 (TDE/applications/office/kbookreader-trinity_14.1.2.orig.tar.xz) = 440448f35781283eaf7ee9457d54c7acdb671b6e1fce5389ea9222f39068a70e
|
SHA256 (TDE/applications/office/kbookreader-trinity_14.1.3.orig.tar.xz) = c3b5127b75a9a525a33b30838b1586bcbf8d4e75b9ac7c9fb786b7822114cfa3
|
||||||
SIZE (TDE/applications/office/kbookreader-trinity_14.1.2.orig.tar.xz) = 117296
|
SIZE (TDE/applications/office/kbookreader-trinity_14.1.3.orig.tar.xz) = 117500
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713805224
|
TIMESTAMP = 1729212555
|
||||||
SHA256 (TDE/applications/office/kile-trinity_14.1.2.orig.tar.xz) = 45f5d1d3423bd7ec21457bb5444d0364936d300e9d831690196c9bff84d1d857
|
SHA256 (TDE/applications/office/kile-trinity_14.1.3.orig.tar.xz) = 6abe8c234b6ce69852d4768c77b083d6275feaf1c8de086a7a3bf5bdc6417240
|
||||||
SIZE (TDE/applications/office/kile-trinity_14.1.2.orig.tar.xz) = 3676716
|
SIZE (TDE/applications/office/kile-trinity_14.1.3.orig.tar.xz) = 3676788
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713805473
|
TIMESTAMP = 1729212640
|
||||||
SHA256 (TDE/applications/office/kmymoney2-trinity_14.1.2.orig.tar.xz) = 09a242b2d4750e991099eadb3521665229da6d5b1aef33955cedc05d89911320
|
SHA256 (TDE/applications/office/kmymoney2-trinity_14.1.3.orig.tar.xz) = 490c060281add920eb2b43fd98fc22aa71b354884e0dfdf2e4181afa25a509a8
|
||||||
SIZE (TDE/applications/office/kmymoney2-trinity_14.1.2.orig.tar.xz) = 8635760
|
SIZE (TDE/applications/office/kmymoney2-trinity_14.1.3.orig.tar.xz) = 8636488
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713805653
|
TIMESTAMP = 1729212812
|
||||||
SHA256 (TDE/applications/office/knowit-trinity_14.1.2.orig.tar.xz) = d5390b7f30beb65ceaaf8de2845010b8106c1a08dde953ac4dc4f0245dfe08a3
|
SHA256 (TDE/applications/office/knowit-trinity_14.1.3.orig.tar.xz) = 1521a337866c1685d870654b33f475e4b855638497edef8cbde135687c34088f
|
||||||
SIZE (TDE/applications/office/knowit-trinity_14.1.2.orig.tar.xz) = 87632
|
SIZE (TDE/applications/office/knowit-trinity_14.1.3.orig.tar.xz) = 87636
|
||||||
|
@ -0,0 +1,43 @@
|
|||||||
|
# -*-mode: makefile-*-
|
||||||
|
# Created by: slavek.banko@axis.cz
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# TDE port map: applications/office/tde-ebook-reader
|
||||||
|
|
||||||
|
PORTSDIR?=/usr/ports
|
||||||
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
||||||
|
|
||||||
|
PORTNAME= tde-ebook-reader
|
||||||
|
COMMENT= eBook reader for Trinity
|
||||||
|
TDE_PREVERSION=
|
||||||
|
MASTER_SITE_SUBDIR= t/${PORTNAME}
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= deskutils x11
|
||||||
|
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
|
||||||
|
DIST_SUBDIR= TDE/applications/office
|
||||||
|
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
||||||
|
|
||||||
|
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
|
||||||
|
libbz2.so:archivers/bzip2 \
|
||||||
|
libexpat.so:textproc/expat2 \
|
||||||
|
libfribidi.so:converters/fribidi \
|
||||||
|
libiconv.so:converters/iconv \
|
||||||
|
libsqlite3.so:databases/sqlite3 \
|
||||||
|
libunibreak.so:textproc/libunibreak \
|
||||||
|
|
||||||
|
# Build
|
||||||
|
post-patch: tde-pathfix
|
||||||
|
|
||||||
|
do-configure: tde-cmake-prepare
|
||||||
|
${TDE_CMAKE_CONFIGURE} \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
|
||||||
|
do-build: tde-cmake-build
|
||||||
|
|
||||||
|
do-install: tde-cmake-install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1729212920
|
||||||
|
SHA256 (TDE/applications/office/tde-ebook-reader_14.1.3.orig.tar.xz) = f3807eb7b02f9409489edbe4fdd3cd3150401e4ea4d703cbe190993429575716
|
||||||
|
SIZE (TDE/applications/office/tde-ebook-reader_14.1.3.orig.tar.xz) = 1234192
|
@ -0,0 +1,16 @@
|
|||||||
|
tde-ebook-reader is an e-book reader for TDE. .
|
||||||
|
|
||||||
|
Main features:
|
||||||
|
* supports several open e-book formats: fb2, html, chm, plucker,
|
||||||
|
palmdoc, ztxt, tcr (psion text), rtf, oeb, openreader, non-DRM'ed
|
||||||
|
mobipocket, plain text, epub, eReader
|
||||||
|
* reads directly from tar, zip, gzip, bzip2 archives (you can have
|
||||||
|
several books in one archive)
|
||||||
|
* supports a structured view of your e-book collection
|
||||||
|
* automatically determines encodings
|
||||||
|
* automatically generates a table of contents
|
||||||
|
* keeps the last open book and the last read positions for all open books
|
||||||
|
between runs
|
||||||
|
* automatic hyphenation (patterns for several languages are included)
|
||||||
|
* searching and downloading books from www.feedbooks.com and www.litres.ru
|
||||||
|
* partial CSS support for epub files
|
@ -0,0 +1,319 @@
|
|||||||
|
bin/tde-ebook-reader
|
||||||
|
include/zlibrary-tqt/core/AsciiEncoder.h
|
||||||
|
include/zlibrary-tqt/core/DummyEncodingConverter.h
|
||||||
|
include/zlibrary-tqt/core/EncodingCollectionReader.h
|
||||||
|
include/zlibrary-tqt/core/IConvEncodingConverter.h
|
||||||
|
include/zlibrary-tqt/core/MyEncodingConverter.h
|
||||||
|
include/zlibrary-tqt/core/Utf8EncodingConverter.h
|
||||||
|
include/zlibrary-tqt/core/XMLConfig.h
|
||||||
|
include/zlibrary-tqt/core/XMLConfigDelta.h
|
||||||
|
include/zlibrary-tqt/core/XMLConfigDeltaWriter.h
|
||||||
|
include/zlibrary-tqt/core/XMLConfigReader.h
|
||||||
|
include/zlibrary-tqt/core/XMLConfigValue.h
|
||||||
|
include/zlibrary-tqt/core/XMLConfigWriter.h
|
||||||
|
include/zlibrary-tqt/core/ZLApplication.h
|
||||||
|
include/zlibrary-tqt/core/ZLApplicationWindow.h
|
||||||
|
include/zlibrary-tqt/core/ZLAsynchronousInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLBase64EncodedImage.h
|
||||||
|
include/zlibrary-tqt/core/ZLBase64InputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLBlockTreeNode.h
|
||||||
|
include/zlibrary-tqt/core/ZLBlockTreeView.h
|
||||||
|
include/zlibrary-tqt/core/ZLBoolean3.h
|
||||||
|
include/zlibrary-tqt/core/ZLBzip2InputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLCharSequence.h
|
||||||
|
include/zlibrary-tqt/core/ZLColor.h
|
||||||
|
include/zlibrary-tqt/core/ZLColorOptionBuilder.h
|
||||||
|
include/zlibrary-tqt/core/ZLConfig.h
|
||||||
|
include/zlibrary-tqt/core/ZLDesktopApplicationWindow.h
|
||||||
|
include/zlibrary-tqt/core/ZLDesktopOpenFileDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLDesktopOptionsDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLDialogContent.h
|
||||||
|
include/zlibrary-tqt/core/ZLDialogContentBuilder.h
|
||||||
|
include/zlibrary-tqt/core/ZLDialogManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLDir.h
|
||||||
|
include/zlibrary-tqt/core/ZLEncodingConverter.h
|
||||||
|
include/zlibrary-tqt/core/ZLEncodingConverterProvider.h
|
||||||
|
include/zlibrary-tqt/core/ZLExecutionUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSArchiverTar.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSArchiverZip.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSCompressorBzip2.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSCompressorGzip.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSDir.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSPlugin.h
|
||||||
|
include/zlibrary-tqt/core/ZLFSPluginManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLFile.h
|
||||||
|
include/zlibrary-tqt/core/ZLFileImage.h
|
||||||
|
include/zlibrary-tqt/core/ZLFileInfo.h
|
||||||
|
include/zlibrary-tqt/core/ZLFileUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLFontFamilyOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLGzipAsynchronousInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLHexEncodedImage.h
|
||||||
|
include/zlibrary-tqt/core/ZLHexInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLImage.h
|
||||||
|
include/zlibrary-tqt/core/ZLImageManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLKeyBindings.h
|
||||||
|
include/zlibrary-tqt/core/ZLKeyUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLLanguageDetector.h
|
||||||
|
include/zlibrary-tqt/core/ZLLanguageList.h
|
||||||
|
include/zlibrary-tqt/core/ZLLanguageMatcher.h
|
||||||
|
include/zlibrary-tqt/core/ZLLanguageOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLLanguageUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLLogger.h
|
||||||
|
include/zlibrary-tqt/core/ZLMenu.h
|
||||||
|
include/zlibrary-tqt/core/ZLMessage.h
|
||||||
|
include/zlibrary-tqt/core/ZLMimeType.h
|
||||||
|
include/zlibrary-tqt/core/ZLMirroredPaintContext.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkDownloadRequest.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkImage.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkNoActionRequest.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkReadToStringRequest.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkRequest.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLNetworkXMLParserRequest.h
|
||||||
|
include/zlibrary-tqt/core/ZLOpenFileDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLOptionView.h
|
||||||
|
include/zlibrary-tqt/core/ZLOptions.h
|
||||||
|
include/zlibrary-tqt/core/ZLOptionsDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLOutputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLPaintContext.h
|
||||||
|
include/zlibrary-tqt/core/ZLPlainAsynchronousInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLPopupData.h
|
||||||
|
include/zlibrary-tqt/core/ZLProgressDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLResource.h
|
||||||
|
include/zlibrary-tqt/core/ZLRunnable.h
|
||||||
|
include/zlibrary-tqt/core/ZLSearchUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLSimpleKeyOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLSimpleOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLSliceInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLStatistics.h
|
||||||
|
include/zlibrary-tqt/core/ZLStatisticsGenerator.h
|
||||||
|
include/zlibrary-tqt/core/ZLStatisticsItem.h
|
||||||
|
include/zlibrary-tqt/core/ZLStatisticsXMLReader.h
|
||||||
|
include/zlibrary-tqt/core/ZLStatisticsXMLWriter.h
|
||||||
|
include/zlibrary-tqt/core/ZLStreamImage.h
|
||||||
|
include/zlibrary-tqt/core/ZLStringEditOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLStringInfoEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLStringUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLTar.h
|
||||||
|
include/zlibrary-tqt/core/ZLTime.h
|
||||||
|
include/zlibrary-tqt/core/ZLTimeManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLToggleBooleanOptionEntry.h
|
||||||
|
include/zlibrary-tqt/core/ZLToolbar.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreeActionNode.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreeDialog.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreeListener.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreeNode.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreePageNode.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreeSearcher.h
|
||||||
|
include/zlibrary-tqt/core/ZLTreeTitledNode.h
|
||||||
|
include/zlibrary-tqt/core/ZLTypeId.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnicodeUtil.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnixFSDir.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnixFSManager.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnixFileInputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnixFileOutputStream.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnixMessage.h
|
||||||
|
include/zlibrary-tqt/core/ZLUnixTime.h
|
||||||
|
include/zlibrary-tqt/core/ZLUserData.h
|
||||||
|
include/zlibrary-tqt/core/ZLView.h
|
||||||
|
include/zlibrary-tqt/core/ZLViewWidget.h
|
||||||
|
include/zlibrary-tqt/core/ZLXMLNamespace.h
|
||||||
|
include/zlibrary-tqt/core/ZLXMLReader.h
|
||||||
|
include/zlibrary-tqt/core/ZLXMLReaderInternal.h
|
||||||
|
include/zlibrary-tqt/core/ZLXMLWriter.h
|
||||||
|
include/zlibrary-tqt/core/ZLZDecompressor.h
|
||||||
|
include/zlibrary-tqt/core/ZLZip.h
|
||||||
|
include/zlibrary-tqt/core/ZLZipHeader.h
|
||||||
|
include/zlibrary-tqt/core/ZLibrary.h
|
||||||
|
include/zlibrary-tqt/core/ZLibraryImplementation.h
|
||||||
|
include/zlibrary-tqt/core/allocator.h
|
||||||
|
include/zlibrary-tqt/core/shared_ptr.h
|
||||||
|
include/zlibrary-tqt/text/ZLHyperlinkType.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextAlignmentType.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextArea.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextAreaController.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextAreaStyle.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextDecoratedStyle.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextElement.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextHyphenationReader.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextHyphenator.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextKind.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextLineInfo.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextMark.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextModel.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextParagraph.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextParagraphBuilder.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextParagraphCursor.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextPositionIndicator.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextPositionIndicatorInfo.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextRectangle.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextRowMemoryAllocator.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextSelectionModel.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextSelectionScroller.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextStyle.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextStyleCollection.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextStyleEntry.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextStyleOptions.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextTeXHyphenator.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextView.h
|
||||||
|
include/zlibrary-tqt/text/ZLTextWord.h
|
||||||
|
lib/libzlcore-tqt.la
|
||||||
|
lib/libzlcore-tqt.so
|
||||||
|
lib/libzlcore-tqt.so.0
|
||||||
|
lib/libzlcore-tqt.so.0.99.4
|
||||||
|
lib/libzltext-tqt.la
|
||||||
|
lib/libzltext-tqt.so
|
||||||
|
lib/libzltext-tqt.so.0
|
||||||
|
lib/libzltext-tqt.so.0.99.4
|
||||||
|
share/applications/tde/tde-ebook-reader.desktop
|
||||||
|
share/apps/tde-ebook-reader/default/config.xml
|
||||||
|
share/apps/tde-ebook-reader/default/external.xml
|
||||||
|
share/apps/tde-ebook-reader/default/fullscreen_toolbar.xml
|
||||||
|
share/apps/tde-ebook-reader/default/keymap.xml
|
||||||
|
share/apps/tde-ebook-reader/default/styles.xml
|
||||||
|
share/apps/tde-ebook-reader/default/toolbar.xml
|
||||||
|
share/apps/tde-ebook-reader/formats/fb2/ReaderVersion.ent
|
||||||
|
share/apps/tde-ebook-reader/formats/fb2/fb2genres.xml
|
||||||
|
share/apps/tde-ebook-reader/formats/html/html.ent
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.bg.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.cs.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.de.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.en.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.es.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.fi.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.fr.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.he.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.hu.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.id.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.it.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.lt.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.nl.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.ru.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.sv.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.uk.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.vi.fb2
|
||||||
|
share/apps/tde-ebook-reader/help/MiniHelp.zh.fb2
|
||||||
|
share/apps/tde-ebook-reader/icons/addBook.png
|
||||||
|
share/apps/tde-ebook-reader/icons/advancedSearchOnNetwork.png
|
||||||
|
share/apps/tde-ebook-reader/icons/back_button.png
|
||||||
|
share/apps/tde-ebook-reader/icons/back_button_disabled.png
|
||||||
|
share/apps/tde-ebook-reader/icons/bookInfo.png
|
||||||
|
share/apps/tde-ebook-reader/icons/booktree-author.png
|
||||||
|
share/apps/tde-ebook-reader/icons/booktree-book.png
|
||||||
|
share/apps/tde-ebook-reader/icons/booktree-catalog.png
|
||||||
|
share/apps/tde-ebook-reader/icons/booktree-tag.png
|
||||||
|
share/apps/tde-ebook-reader/icons/byAuthor.png
|
||||||
|
share/apps/tde-ebook-reader/icons/byTag.png
|
||||||
|
share/apps/tde-ebook-reader/icons/fb2.png
|
||||||
|
share/apps/tde-ebook-reader/icons/findNext.png
|
||||||
|
share/apps/tde-ebook-reader/icons/findPrevious.png
|
||||||
|
share/apps/tde-ebook-reader/icons/folder.png
|
||||||
|
share/apps/tde-ebook-reader/icons/forward_button.png
|
||||||
|
share/apps/tde-ebook-reader/icons/forward_button_disabled.png
|
||||||
|
share/apps/tde-ebook-reader/icons/gotoHome.png
|
||||||
|
share/apps/tde-ebook-reader/icons/html.png
|
||||||
|
share/apps/tde-ebook-reader/icons/mobipocket.png
|
||||||
|
share/apps/tde-ebook-reader/icons/oeb.png
|
||||||
|
share/apps/tde-ebook-reader/icons/openreader.png
|
||||||
|
share/apps/tde-ebook-reader/icons/palm.png
|
||||||
|
share/apps/tde-ebook-reader/icons/plucker.png
|
||||||
|
share/apps/tde-ebook-reader/icons/preferences.png
|
||||||
|
share/apps/tde-ebook-reader/icons/redo.png
|
||||||
|
share/apps/tde-ebook-reader/icons/refresh-icon-1.png
|
||||||
|
share/apps/tde-ebook-reader/icons/refresh-icon-2.png
|
||||||
|
share/apps/tde-ebook-reader/icons/refresh-icon.svg
|
||||||
|
share/apps/tde-ebook-reader/icons/rotate.png
|
||||||
|
share/apps/tde-ebook-reader/icons/rtf.png
|
||||||
|
share/apps/tde-ebook-reader/icons/search.png
|
||||||
|
share/apps/tde-ebook-reader/icons/search_icon.png
|
||||||
|
share/apps/tde-ebook-reader/icons/searchresult.png
|
||||||
|
share/apps/tde-ebook-reader/icons/showHelp.png
|
||||||
|
share/apps/tde-ebook-reader/icons/showLibrary.png
|
||||||
|
share/apps/tde-ebook-reader/icons/showNetLibrary.png
|
||||||
|
share/apps/tde-ebook-reader/icons/showNetworkLibrary.png
|
||||||
|
share/apps/tde-ebook-reader/icons/showReading.png
|
||||||
|
share/apps/tde-ebook-reader/icons/showRecent.png
|
||||||
|
share/apps/tde-ebook-reader/icons/spinner.gif
|
||||||
|
share/apps/tde-ebook-reader/icons/tcr.png
|
||||||
|
share/apps/tde-ebook-reader/icons/tde-ebook-reader.png
|
||||||
|
share/apps/tde-ebook-reader/icons/toc.png
|
||||||
|
share/apps/tde-ebook-reader/icons/undo.png
|
||||||
|
share/apps/tde-ebook-reader/icons/unknown.png
|
||||||
|
share/apps/tde-ebook-reader/icons/upfolder.png
|
||||||
|
share/apps/tde-ebook-reader/icons/weasel.png
|
||||||
|
share/apps/tde-ebook-reader/icons/zipfolder.png
|
||||||
|
share/apps/tde-ebook-reader/resources/ar.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/bg.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/cs.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/de.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/en.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/eo.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/es.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/fi.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/fr.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/he.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/hu.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/id.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/it.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/lt.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/nl.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/pl.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/ru.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/sv.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/uk.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/vi.xml
|
||||||
|
share/apps/tde-ebook-reader/resources/zh.xml
|
||||||
|
share/man/man1/tde-ebook-reader.1.gz
|
||||||
|
share/zlibrary-tqt/default/config.xml
|
||||||
|
share/zlibrary-tqt/encodings/Big5
|
||||||
|
share/zlibrary-tqt/encodings/Encodings.xml
|
||||||
|
share/zlibrary-tqt/encodings/GBK
|
||||||
|
share/zlibrary-tqt/encodings/IBM866
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-1
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-10
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-11
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-13
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-14
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-15
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-16
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-2
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-3
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-4
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-5
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-6
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-7
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-8
|
||||||
|
share/zlibrary-tqt/encodings/ISO-8859-9
|
||||||
|
share/zlibrary-tqt/encodings/KOI8-R
|
||||||
|
share/zlibrary-tqt/encodings/windows-1251
|
||||||
|
share/zlibrary-tqt/encodings/windows-1252
|
||||||
|
share/zlibrary-tqt/hyphenationPatterns.zip
|
||||||
|
share/zlibrary-tqt/keynames.desktop-tqt.xml
|
||||||
|
share/zlibrary-tqt/languagePatterns.zip
|
||||||
|
share/zlibrary-tqt/resources/ar.xml
|
||||||
|
share/zlibrary-tqt/resources/bg.xml
|
||||||
|
share/zlibrary-tqt/resources/cs.xml
|
||||||
|
share/zlibrary-tqt/resources/de.xml
|
||||||
|
share/zlibrary-tqt/resources/en.xml
|
||||||
|
share/zlibrary-tqt/resources/eo.xml
|
||||||
|
share/zlibrary-tqt/resources/es.xml
|
||||||
|
share/zlibrary-tqt/resources/fi.xml
|
||||||
|
share/zlibrary-tqt/resources/fr.xml
|
||||||
|
share/zlibrary-tqt/resources/he.xml
|
||||||
|
share/zlibrary-tqt/resources/hu.xml
|
||||||
|
share/zlibrary-tqt/resources/id.xml
|
||||||
|
share/zlibrary-tqt/resources/it.xml
|
||||||
|
share/zlibrary-tqt/resources/lt.xml
|
||||||
|
share/zlibrary-tqt/resources/nl.xml
|
||||||
|
share/zlibrary-tqt/resources/pl.xml
|
||||||
|
share/zlibrary-tqt/resources/ru.xml
|
||||||
|
share/zlibrary-tqt/resources/sv.xml
|
||||||
|
share/zlibrary-tqt/resources/uk.xml
|
||||||
|
share/zlibrary-tqt/resources/vi.xml
|
||||||
|
share/zlibrary-tqt/resources/zh.xml
|
||||||
|
share/zlibrary-tqt/unicode.xml.gz
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713805699
|
TIMESTAMP = 1729213298
|
||||||
SHA256 (TDE/applications/office/tellico-trinity_14.1.2.orig.tar.xz) = 09b6685cd5d8cf0a41f1b3e98c2f3748d360564d7bd6037668c3b3f7f3533c51
|
SHA256 (TDE/applications/office/tellico-trinity_14.1.3.orig.tar.xz) = c53845568cda2a47d77ccc84463159f91e1f7018380fdb47ec86b6a44bbf4f73
|
||||||
SIZE (TDE/applications/office/tellico-trinity_14.1.2.orig.tar.xz) = 2855944
|
SIZE (TDE/applications/office/tellico-trinity_14.1.3.orig.tar.xz) = 2855668
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713808849
|
TIMESTAMP = 1729213478
|
||||||
SHA256 (TDE/applications/settings/kiosktool-trinity_14.1.2.orig.tar.xz) = 598781c34bfa84ce95cdd59ecb6413b5964563c8ac36f2cd2d45f02527063c10
|
SHA256 (TDE/applications/settings/kiosktool-trinity_14.1.3.orig.tar.xz) = ca4d3068493004b91bb61c9033126ec60f76d4af91bad805f10379754834ce24
|
||||||
SIZE (TDE/applications/settings/kiosktool-trinity_14.1.2.orig.tar.xz) = 270040
|
SIZE (TDE/applications/settings/kiosktool-trinity_14.1.3.orig.tar.xz) = 270024
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713808897
|
TIMESTAMP = 1729213528
|
||||||
SHA256 (TDE/applications/settings/kkbswitch-trinity_14.1.2.orig.tar.xz) = 74090bfa572b750fa6bc384e624cecfc8952c97b68489295c3e410e1725538b7
|
SHA256 (TDE/applications/settings/kkbswitch-trinity_14.1.3.orig.tar.xz) = b3f0f1d245cd64252b5f7ad6ec59ffaeab65fa3a79d6d5bc7128d278b3ed9acf
|
||||||
SIZE (TDE/applications/settings/kkbswitch-trinity_14.1.2.orig.tar.xz) = 78932
|
SIZE (TDE/applications/settings/kkbswitch-trinity_14.1.3.orig.tar.xz) = 78900
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713808951
|
TIMESTAMP = 1729213564
|
||||||
SHA256 (TDE/applications/settings/tde-systemsettings-trinity_14.1.2.orig.tar.xz) = 20b74ffc14c9639d2cd0cbbce3594d44cfba912b8822cffca242c9dc99cb8c89
|
SHA256 (TDE/applications/settings/tde-systemsettings-trinity_14.1.3.orig.tar.xz) = a84c78bbd15fb4b12d9aa04b91c8ed7d9cfa946bef787c385904b31943e6340a
|
||||||
SIZE (TDE/applications/settings/tde-systemsettings-trinity_14.1.2.orig.tar.xz) = 74076
|
SIZE (TDE/applications/settings/tde-systemsettings-trinity_14.1.3.orig.tar.xz) = 74388
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713808991
|
TIMESTAMP = 1729226846
|
||||||
SHA256 (TDE/applications/settings/tdesudo-trinity_14.1.2.orig.tar.xz) = b866f5100160f09d7b9d19be134571cfc527966a36b8ac46c474a2b9423f2a77
|
SHA256 (TDE/applications/settings/tdesudo-trinity_14.1.3.orig.tar.xz) = 137a4a7ee1fe433a38fabde46149a2e948390770aa3d8688907074cdd690b948
|
||||||
SIZE (TDE/applications/settings/tdesudo-trinity_14.1.2.orig.tar.xz) = 28944
|
SIZE (TDE/applications/settings/tdesudo-trinity_14.1.3.orig.tar.xz) = 29024
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829307
|
TIMESTAMP = 1729255459
|
||||||
SHA256 (TDE/applications/system/dolphin-trinity_14.1.2.orig.tar.xz) = 63b2b1f28a45b06389bc7e5c15f7c12cfff5c3b4eb9063732da3815fbd5142fd
|
SHA256 (TDE/applications/system/dolphin-trinity_14.1.3.orig.tar.xz) = 525accee963446e9b1083b68b30dda80e57fba9d9af5765509e8cdddffa667ab
|
||||||
SIZE (TDE/applications/system/dolphin-trinity_14.1.2.orig.tar.xz) = 1090728
|
SIZE (TDE/applications/system/dolphin-trinity_14.1.3.orig.tar.xz) = 1090792
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829446
|
TIMESTAMP = 1729255515
|
||||||
SHA256 (TDE/applications/system/katapult-trinity_14.1.2.orig.tar.xz) = 9dd53291a48a66d50a6c00000bab88b737fb00659fb5ef3b2bc40b13e193bd09
|
SHA256 (TDE/applications/system/katapult-trinity_14.1.3.orig.tar.xz) = 494c75186c8533a596367aa5eb3545c2deba15d1e858ac217547b08f9691f3e9
|
||||||
SIZE (TDE/applications/system/katapult-trinity_14.1.2.orig.tar.xz) = 249800
|
SIZE (TDE/applications/system/katapult-trinity_14.1.3.orig.tar.xz) = 249904
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829486
|
TIMESTAMP = 1729255568
|
||||||
SHA256 (TDE/applications/system/kbfx-trinity_14.1.2.orig.tar.xz) = f0e3bb61b91dcd93271996fc12032eebcbe3a82afe0f68f1577412eabb1e7441
|
SHA256 (TDE/applications/system/kbfx-trinity_14.1.3.orig.tar.xz) = 40fcdf9de8312191b05422a7ff47bfd05d18257fcca7990f84ecd203b68a7a93
|
||||||
SIZE (TDE/applications/system/kbfx-trinity_14.1.2.orig.tar.xz) = 2385632
|
SIZE (TDE/applications/system/kbfx-trinity_14.1.3.orig.tar.xz) = 2385624
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829531
|
TIMESTAMP = 1729255730
|
||||||
SHA256 (TDE/applications/system/kcontrol-autostart-trinity_14.1.2.orig.tar.xz) = 747199af9efb9eab8561b8d4a807ddcb99a167be8f776922e70a3cbaf982df12
|
SHA256 (TDE/applications/system/kcontrol-autostart-trinity_14.1.3.orig.tar.xz) = f900784201d1ee298c7d5f1ebc586266bd660497fd9e67b55884da571efaa7f6
|
||||||
SIZE (TDE/applications/system/kcontrol-autostart-trinity_14.1.2.orig.tar.xz) = 18740
|
SIZE (TDE/applications/system/kcontrol-autostart-trinity_14.1.3.orig.tar.xz) = 19156
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829562
|
TIMESTAMP = 1729255798
|
||||||
SHA256 (TDE/applications/system/kdbusnotification-trinity_14.1.2.orig.tar.xz) = 9c6d76269d268b38f37651d7f164ac822a287610faa5ad9c62e4509240835e73
|
SHA256 (TDE/applications/system/kdbusnotification-trinity_14.1.3.orig.tar.xz) = 093a359f2d4189a0b82c1e464ddc3c250d2f5f9cd987c22c0253aa8bb7a6c5ec
|
||||||
SIZE (TDE/applications/system/kdbusnotification-trinity_14.1.2.orig.tar.xz) = 7612
|
SIZE (TDE/applications/system/kdbusnotification-trinity_14.1.3.orig.tar.xz) = 7776
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
bin/notification-daemon-tde
|
bin/notification-daemon-tde
|
||||||
share/autostart/kdbusnotification-autostart.desktop
|
share/autostart/kdbusnotification-autostart.desktop
|
||||||
|
share/locale/ru/LC_MESSAGES/notification-daemon-tde.mo
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829593
|
TIMESTAMP = 1729255851
|
||||||
SHA256 (TDE/applications/system/klamav-trinity_14.1.2.orig.tar.xz) = f5a1d0c98eb289085d31e37b104f958993f7155764c2c4c791e5621beb96c002
|
SHA256 (TDE/applications/system/klamav-trinity_14.1.3.orig.tar.xz) = 37d03a91660e2c340cc70f106c0fb7999bae1f625cbf604275fc3584b7917e65
|
||||||
SIZE (TDE/applications/system/klamav-trinity_14.1.2.orig.tar.xz) = 646056
|
SIZE (TDE/applications/system/klamav-trinity_14.1.3.orig.tar.xz) = 646576
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829644
|
TIMESTAMP = 1729255901
|
||||||
SHA256 (TDE/applications/system/kooldock-trinity_14.1.2.orig.tar.xz) = 65fd427cae4865d715fcc3d6855d84edc9e98f08a251329f1545910f35b00118
|
SHA256 (TDE/applications/system/kooldock-trinity_14.1.3.orig.tar.xz) = bb436a559a608b1ba9fcf946c9c18ae1653cb702da68b2a19152df0dac31c2e0
|
||||||
SIZE (TDE/applications/system/kooldock-trinity_14.1.2.orig.tar.xz) = 105936
|
SIZE (TDE/applications/system/kooldock-trinity_14.1.3.orig.tar.xz) = 105968
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713829689
|
TIMESTAMP = 1729255938
|
||||||
SHA256 (TDE/applications/system/krusader-trinity_14.1.2.orig.tar.xz) = d8c01d81af8df337b9919ad5dd2fad540c45b2b2c002ba524f7f0d2ed544e84c
|
SHA256 (TDE/applications/system/krusader-trinity_14.1.3.orig.tar.xz) = c476b75c0bfa7d9efbf8f7e9cba1c608db2230f6236ce1c6dc7525f6857a1412
|
||||||
SIZE (TDE/applications/system/krusader-trinity_14.1.2.orig.tar.xz) = 2120164
|
SIZE (TDE/applications/system/krusader-trinity_14.1.3.orig.tar.xz) = 2120648
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713830728
|
TIMESTAMP = 1729259299
|
||||||
SHA256 (TDE/applications/system/kshutdown-trinity_14.1.2.orig.tar.xz) = 3e9bb8d4ce800edf02a73af487afb14486daf3350025e6116d7bbd5aeeddef6e
|
SHA256 (TDE/applications/system/kshutdown-trinity_14.1.3.orig.tar.xz) = 518cfcc593ca9c177cc7122822c1b4d9717894e0574b07dc4a12e0da12f63b60
|
||||||
SIZE (TDE/applications/system/kshutdown-trinity_14.1.2.orig.tar.xz) = 169428
|
SIZE (TDE/applications/system/kshutdown-trinity_14.1.3.orig.tar.xz) = 169480
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833351
|
TIMESTAMP = 1729259804
|
||||||
SHA256 (TDE/applications/system/ksystemlog-trinity_14.1.2.orig.tar.xz) = d2b5d93ef31093daf6da0a3362467df1f18fa3a37985cca66d1fc0613cf1a0ca
|
SHA256 (TDE/applications/system/ksystemlog-trinity_14.1.3.orig.tar.xz) = 2644bcffd87d32ab1b8579709793ddcd3579ff4fff13ac829d17d45d94783108
|
||||||
SIZE (TDE/applications/system/ksystemlog-trinity_14.1.2.orig.tar.xz) = 159568
|
SIZE (TDE/applications/system/ksystemlog-trinity_14.1.3.orig.tar.xz) = 159568
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833491
|
TIMESTAMP = 1729259899
|
||||||
SHA256 (TDE/applications/system/kvkbd-trinity_14.1.2.orig.tar.xz) = bdc8f87b98ee403ad0ddb706de9fc00bffcefa56e573afcb5971b107bcfe9558
|
SHA256 (TDE/applications/system/kvkbd-trinity_14.1.3.orig.tar.xz) = dcd97c1cf76078efdca34a7d5cc84c4b421ac8da698696ed89b6938105b025dd
|
||||||
SIZE (TDE/applications/system/kvkbd-trinity_14.1.2.orig.tar.xz) = 43420
|
SIZE (TDE/applications/system/kvkbd-trinity_14.1.3.orig.tar.xz) = 44044
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833560
|
TIMESTAMP = 1729259929
|
||||||
SHA256 (TDE/applications/system/polkit-agent-tde_14.1.2.orig.tar.xz) = 581e8626462c3adc739e79971f2a1d672efda323caae58841088122c3c1fa507
|
SHA256 (TDE/applications/system/polkit-agent-tde_14.1.3.orig.tar.xz) = ceb813c7b43f10e00fac66175fb5a77204ce1cefe3db94a0d4e8b813660813f2
|
||||||
SIZE (TDE/applications/system/polkit-agent-tde_14.1.2.orig.tar.xz) = 33036
|
SIZE (TDE/applications/system/polkit-agent-tde_14.1.3.orig.tar.xz) = 33048
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833634
|
TIMESTAMP = 1729259961
|
||||||
SHA256 (TDE/applications/system/tastymenu-trinity_14.1.2.orig.tar.xz) = 7cf42594768486fe105f0e9a36fac538886ba95785df75dfb7722a5c07befccd
|
SHA256 (TDE/applications/system/tastymenu-trinity_14.1.3.orig.tar.xz) = 8e1d7183721dc079334f07d6bb877e39b0ef450f4d3fa287186a133e79f9e781
|
||||||
SIZE (TDE/applications/system/tastymenu-trinity_14.1.2.orig.tar.xz) = 151636
|
SIZE (TDE/applications/system/tastymenu-trinity_14.1.3.orig.tar.xz) = 152104
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833736
|
TIMESTAMP = 1729259990
|
||||||
SHA256 (TDE/applications/system/tdedocker-trinity_14.1.2.orig.tar.xz) = 988b24d65da6008be2320114cc017f98c2deabdb17cbe354b0a26b5dfe4928d0
|
SHA256 (TDE/applications/system/tdedocker-trinity_14.1.3.orig.tar.xz) = 2b5755b391dc89a09c3aebb0dfd8e00a10555882a279350ebd395395195284f3
|
||||||
SIZE (TDE/applications/system/tdedocker-trinity_14.1.2.orig.tar.xz) = 74056
|
SIZE (TDE/applications/system/tdedocker-trinity_14.1.3.orig.tar.xz) = 74276
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833789
|
TIMESTAMP = 1729260021
|
||||||
SHA256 (TDE/applications/system/tdesshaskpass-trinity_14.1.2.orig.tar.xz) = e14095c444cfe52bb9f28b9c1ba398be0358a9f6eb381bd2af9e97fcb91af8ef
|
SHA256 (TDE/applications/system/tdesshaskpass-trinity_14.1.3.orig.tar.xz) = 1a4fdfd5e770190d70b4f247315b0c6b8dedf3a6c7466cc2a4ccb98565049061
|
||||||
SIZE (TDE/applications/system/tdesshaskpass-trinity_14.1.2.orig.tar.xz) = 11840
|
SIZE (TDE/applications/system/tdesshaskpass-trinity_14.1.3.orig.tar.xz) = 11840
|
||||||
|
@ -0,0 +1,40 @@
|
|||||||
|
# -*-mode: makefile-*-
|
||||||
|
# Created by: slavek.banko@axis.cz
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# TDE port map: applications/system/xdg-desktop-portal-tde
|
||||||
|
|
||||||
|
PORTSDIR?=/usr/ports
|
||||||
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
||||||
|
|
||||||
|
PORTNAME= xdg-desktop-portal-trinity
|
||||||
|
COMMENT= An implementation of the FreeDesktop Portals API for TDE
|
||||||
|
TDE_PREVERSION=
|
||||||
|
MASTER_SITE_SUBDIR= x/${PORTNAME}
|
||||||
|
DISTSRC= xdg-desktop-portal-tde-trinity-${TDE_VERSION}${TDE_PREVERSION}
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= deskutils x11
|
||||||
|
DIST_SUBDIR= TDE/applications/system
|
||||||
|
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
||||||
|
|
||||||
|
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface \
|
||||||
|
|
||||||
|
RUN_DEPENDS+= ${LOCALBASE}/libexec/xdg-desktop-portal:deskutils/xdg-desktop-portal \
|
||||||
|
|
||||||
|
|
||||||
|
# Build
|
||||||
|
post-patch: tde-pathfix
|
||||||
|
|
||||||
|
do-configure: tde-cmake-prepare
|
||||||
|
${TDE_CMAKE_CONFIGURE} \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
|
||||||
|
do-build: tde-cmake-build
|
||||||
|
|
||||||
|
do-install: tde-cmake-install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1729260064
|
||||||
|
SHA256 (TDE/applications/system/xdg-desktop-portal-trinity_14.1.3.orig.tar.xz) = e552a8eb923a48a0f78d8aff7f8eff2418149ff451140a8128b445b79820add7
|
||||||
|
SIZE (TDE/applications/system/xdg-desktop-portal-trinity_14.1.3.orig.tar.xz) = 14236
|
@ -0,0 +1,4 @@
|
|||||||
|
An implementation of the FreeDesktop Portals API for TDE
|
||||||
|
|
||||||
|
Exposes TDE APIs to applications which use the Portals API.
|
||||||
|
As a result, these applications can transparently use native TDE APIs and dialogs.
|
@ -0,0 +1,9 @@
|
|||||||
|
lib/trinity/libexec/xdg-desktop-portal-tde
|
||||||
|
share/applications/xdg-desktop-portal-tde.desktop
|
||||||
|
/usr/local/share/dbus-1/services/org.freedesktop.impl.portal.desktop.tde.service
|
||||||
|
/usr/share/xdg-desktop-portal/portals/tde.portal
|
||||||
|
/usr/share/xdg-desktop-portal/tde-portals.conf
|
||||||
|
@dir /usr/local/share/dbus-1/services
|
||||||
|
@dir /usr/local/share/dbus-1
|
||||||
|
@dir /usr/share/xdg-desktop-portal/portals
|
||||||
|
@dir /usr/share/xdg-desktop-portal
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713833876
|
TIMESTAMP = 1729260094
|
||||||
SHA256 (TDE/applications/system/yakuake-trinity_14.1.2.orig.tar.xz) = 28117fc93798506298ac8678ddd17b802cc3dd36a2c325f2b812fae834a1a911
|
SHA256 (TDE/applications/system/yakuake-trinity_14.1.3.orig.tar.xz) = d3ad729490cbbad07f8c4a85703ce38ee87403d4a8eba9c785518a407540ee63
|
||||||
SIZE (TDE/applications/system/yakuake-trinity_14.1.2.orig.tar.xz) = 106036
|
SIZE (TDE/applications/system/yakuake-trinity_14.1.3.orig.tar.xz) = 106072
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713834017
|
TIMESTAMP = 1729262052
|
||||||
SHA256 (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.2.orig.tar.xz) = 54da5cdb12461857dedaf135396df8b5bdd1b16135d1852383a334ef6d234535
|
SHA256 (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.3.orig.tar.xz) = ef249a9c450f40aeee815b791736a7e3005124b2795242fa0a790380c1a89b89
|
||||||
SIZE (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.2.orig.tar.xz) = 14048
|
SIZE (TDE/applications/tdeio/tdeio-appinfo-trinity_14.1.3.orig.tar.xz) = 14260
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
lib/trinity/tdeio_appinfo.la
|
lib/trinity/tdeio_appinfo.la
|
||||||
lib/trinity/tdeio_appinfo.so
|
lib/trinity/tdeio_appinfo.so
|
||||||
|
share/locale/ru/LC_MESSAGES/tdeio_appinfo.mo
|
||||||
share/services/appinfo.protocol
|
share/services/appinfo.protocol
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713834049
|
TIMESTAMP = 1729262097
|
||||||
SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.2.orig.tar.xz) = 5e9d40144cce81ef61f00b5cc420d2ad294bdac10cdb28069044d6aac2b59881
|
SHA256 (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.3.orig.tar.xz) = d5a4858093db677186dd1239622ac8896d136f2fae989af57f358275edb128b5
|
||||||
SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.2.orig.tar.xz) = 37044
|
SIZE (TDE/applications/tdeio/tdeio-ftps-trinity_14.1.3.orig.tar.xz) = 37020
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713835284
|
TIMESTAMP = 1729262124
|
||||||
SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.2.orig.tar.xz) = d76a8faab3dc8626a7b851ad22c6688da3fbe948b16b0e0b26229ef8e44b9496
|
SHA256 (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.3.orig.tar.xz) = 776fd93819e90634917b70668ec49606ee11fe6eb515c10659f2ed0ba8c65a93
|
||||||
SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.2.orig.tar.xz) = 34000
|
SIZE (TDE/applications/tdeio/tdeio-gopher-trinity_14.1.3.orig.tar.xz) = 33992
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713835316
|
TIMESTAMP = 1729262154
|
||||||
SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.2.orig.tar.xz) = 3f02db3f5e06d7aa7cd41bfbc73a1917294996db418474a0b80acd87bf1ad3f4
|
SHA256 (TDE/applications/tdeio/tdeio-locate-trinity_14.1.3.orig.tar.xz) = f94ef7af09b0d7bf6f424100cbe8327e7c6158e914a9f686c137863861eb2673
|
||||||
SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.2.orig.tar.xz) = 61788
|
SIZE (TDE/applications/tdeio/tdeio-locate-trinity_14.1.3.orig.tar.xz) = 61780
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713835343
|
TIMESTAMP = 1729262182
|
||||||
SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.1.2.orig.tar.xz) = 7c3dfa07b9ca2c10ab31fe5191e12089dd6b64be8585a3cb2c489016fc2c4147
|
SHA256 (TDE/applications/tdeio/tdeio-sword-trinity_14.1.3.orig.tar.xz) = cdd0f1d99ca0a581cd077fc621b17a7f3a1e1c5dc72b2f941ba2513fb81bdd43
|
||||||
SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.1.2.orig.tar.xz) = 101240
|
SIZE (TDE/applications/tdeio/tdeio-sword-trinity_14.1.3.orig.tar.xz) = 101172
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857199
|
TIMESTAMP = 1729262248
|
||||||
SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.1.2.orig.tar.xz) = d55125c8943fe8e68229f5b1ef78315bf70d3fc1b2e9544f3618d1435696d3f8
|
SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.1.3.orig.tar.xz) = 81da67484120536f0c6d2d36b06093c1d9e0ca0eaef4004c0084891fac293609
|
||||||
SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.1.2.orig.tar.xz) = 59392
|
SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.1.3.orig.tar.xz) = 59424
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857247
|
TIMESTAMP = 1729262319
|
||||||
SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.2.orig.tar.xz) = 0bf835f996f82e7d94015b277773bde2dd932b7566318f4cdfbde1b1f69e4ba3
|
SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.3.orig.tar.xz) = aa40509eb2f3e12b6cb210ff6c242c7278152590c805b5a39791e96e63f98e73
|
||||||
SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.2.orig.tar.xz) = 98260
|
SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.3.orig.tar.xz) = 98292
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857291
|
TIMESTAMP = 1729262366
|
||||||
SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.2.orig.tar.xz) = fa01e3ce5b6d0ed250a443fb1b3c793dc9c285341cb153ba16947e1bd3e825ef
|
SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.3.orig.tar.xz) = fb85f03b9252bc9e16445a917102ef9e481b57677a0078f89bd800a96e636393
|
||||||
SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.2.orig.tar.xz) = 1158956
|
SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.3.orig.tar.xz) = 1159368
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857342
|
TIMESTAMP = 1729262430
|
||||||
SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.1.2.orig.tar.xz) = 5a8c095abe16324e70cc0e8eb44e9e25655a05b6b38072d103338a4bb4f36154
|
SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.1.3.orig.tar.xz) = 9c523f7a3cfcf8b6c495974203491ef24b29a9fbe7d11577247b860629e9f1bd
|
||||||
SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.1.2.orig.tar.xz) = 393520
|
SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.1.3.orig.tar.xz) = 394116
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857443
|
TIMESTAMP = 1729262499
|
||||||
SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.2.orig.tar.xz) = da752facebeb4199bbd5071995f836b8e1f00b6364d8f133a7cb26ac965897d7
|
SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.3.orig.tar.xz) = ffb0c9945ffb7413cb2b013684c5630cb26fb1e21011fa5011132adfc2c81769
|
||||||
SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.2.orig.tar.xz) = 116576
|
SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.3.orig.tar.xz) = 116584
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857506
|
TIMESTAMP = 1729262532
|
||||||
SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.2.orig.tar.xz) = 1faacf0aa46714c9a3f73d4bf2771e31bed9639c871796faa44b744f6b40ea95
|
SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.3.orig.tar.xz) = 8aa36304fe1c028eb27a1fd50620aaa7220c2a367ef7c2c090d318757e6fa18e
|
||||||
SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.2.orig.tar.xz) = 62712
|
SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.3.orig.tar.xz) = 62692
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857646
|
TIMESTAMP = 1729262557
|
||||||
SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.1.2.orig.tar.xz) = d7e2a6ee0026ba8c8faf3644eacbe13597f9f50b24f87378b131488e8b2a2b85
|
SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.1.3.orig.tar.xz) = d075d85309e5529f3f1fd99c465ed4b6cddcf3faf00d60496cf8769a35bb9f8d
|
||||||
SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.1.2.orig.tar.xz) = 48796
|
SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.1.3.orig.tar.xz) = 48780
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857852
|
TIMESTAMP = 1729262664
|
||||||
SHA256 (TDE/applications/themes/tde-style-polyester-trinity_14.1.2.orig.tar.xz) = ceda4fa7a9846c9bf30704ac448e8f63a31914a100fb45c4e39b8e5d0eed7aa1
|
SHA256 (TDE/applications/themes/tde-style-polyester-trinity_14.1.3.orig.tar.xz) = cfb0788b4d193243f8f383abe948a57eec2802685758079b2a259f3818772659
|
||||||
SIZE (TDE/applications/themes/tde-style-polyester-trinity_14.1.2.orig.tar.xz) = 205688
|
SIZE (TDE/applications/themes/tde-style-polyester-trinity_14.1.3.orig.tar.xz) = 205892
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
commit 7c56e0db5cfa14b280ca25b455daae77e75eb953
|
|
||||||
Author: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
||||||
Date: Fri May 3 10:12:45 2024 +0900
|
|
||||||
|
|
||||||
Fix loading of window decoration module in twin
|
|
||||||
|
|
||||||
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
||||||
|
|
||||||
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
|
|
||||||
index 7e9d720..e505b79 100644
|
|
||||||
--- a/client/CMakeLists.txt
|
|
||||||
+++ b/client/CMakeLists.txt
|
|
||||||
@@ -63,9 +63,9 @@ add_custom_target( buttons-embed-images
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
-### twin_polyester (kpart) #####################################################
|
|
||||||
+### twin3_polyester (kpart) #####################################################
|
|
||||||
|
|
||||||
-tde_add_kpart( twin_polyester AUTOMOC
|
|
||||||
+tde_add_kpart( twin3_polyester AUTOMOC
|
|
||||||
|
|
||||||
SOURCES
|
|
||||||
polyester.cpp
|
|
||||||
diff --git a/client/polyester.desktop b/client/polyester.desktop
|
|
||||||
index 52e7c93..30f8b1d 100755
|
|
||||||
--- a/client/polyester.desktop
|
|
||||||
+++ b/client/polyester.desktop
|
|
||||||
@@ -2,4 +2,4 @@
|
|
||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
Name=Polyester
|
|
||||||
-X-TDE-Library=twin_polyester
|
|
||||||
\ No newline at end of file
|
|
||||||
+X-TDE-Library=twin3_polyester
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857882
|
TIMESTAMP = 1729262687
|
||||||
SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.2.orig.tar.xz) = 31772f50296a1d4151b16fceb365e503e8c0e25971a980cd6d02ee0ab904cf63
|
SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.3.orig.tar.xz) = 012e547ea8488e42354c0d1442435819bbaf5a7ea91e2bc4b6f2685d19296c0e
|
||||||
SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.2.orig.tar.xz) = 160900
|
SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.3.orig.tar.xz) = 161032
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857913
|
TIMESTAMP = 1729262717
|
||||||
SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.2.orig.tar.xz) = bfc42a756cbf3bda8e69342f1ee6598c40263b761c206101affec632be636239
|
SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.3.orig.tar.xz) = 4fc6dd564d2769f40fc1f6e2f0d4d13acd0bef4b1e8f7dc745daf45a84344d6a
|
||||||
SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.2.orig.tar.xz) = 24364
|
SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.3.orig.tar.xz) = 24360
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857938
|
TIMESTAMP = 1729262814
|
||||||
SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.1.2.orig.tar.xz) = cc36dfd21615cb894218ee7b2d9ba8d0434a962001fd53eac3ef3c055fe82a76
|
SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.1.3.orig.tar.xz) = 97e799ad0f7e0ec6cf4e5a568d7fcf6d9dc7e3c599c112afd1706ba0b0970fba
|
||||||
SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.1.2.orig.tar.xz) = 161000
|
SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.1.3.orig.tar.xz) = 160992
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857965
|
TIMESTAMP = 1729262847
|
||||||
SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.1.2.orig.tar.xz) = 3baea025dee703b6160b94c336c641d56000afc1176664d9dc9a26b6142eae0a
|
SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.1.3.orig.tar.xz) = f7beb916b328dca036655e07ac935ec6609428c18c545fdcfcaf641e7a317be8
|
||||||
SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.1.2.orig.tar.xz) = 118912
|
SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.1.3.orig.tar.xz) = 118908
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713857995
|
TIMESTAMP = 1729262921
|
||||||
SHA256 (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.2.orig.tar.xz) = 7b1984e6f5e50478859966ad6625f8656661c893418dda5ec6dae4c228a55cfe
|
SHA256 (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.3.orig.tar.xz) = 023065634bdb2f67d36c95fe17ffc49aa9698c350ed51f43b6fd18e760afaef6
|
||||||
SIZE (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.2.orig.tar.xz) = 20412
|
SIZE (TDE/applications/themes/twin-style-fahrenheit-trinity_14.1.3.orig.tar.xz) = 20584
|
||||||
|
@ -1,34 +0,0 @@
|
|||||||
commit 50ad465a06aae81d96efca4ee9a7468b1f303c43
|
|
||||||
Author: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
||||||
Date: Fri May 3 10:15:38 2024 +0900
|
|
||||||
|
|
||||||
Fix loading of window decoration module in twin
|
|
||||||
|
|
||||||
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
|
|
||||||
|
|
||||||
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt
|
|
||||||
index 7f35eec..494ded2 100644
|
|
||||||
--- a/client/CMakeLists.txt
|
|
||||||
+++ b/client/CMakeLists.txt
|
|
||||||
@@ -17,9 +17,9 @@ link_directories(
|
|
||||||
add_subdirectory( pics )
|
|
||||||
|
|
||||||
|
|
||||||
-##### twin_fahrenheit (kpart)
|
|
||||||
+##### twin3_fahrenheit (kpart)
|
|
||||||
|
|
||||||
-tde_add_kpart( twin_fahrenheit AUTOMOC
|
|
||||||
+tde_add_kpart( twin3_fahrenheit AUTOMOC
|
|
||||||
|
|
||||||
SOURCES
|
|
||||||
fahrenheitclient.cpp
|
|
||||||
diff --git a/client/fahrenheit.desktop b/client/fahrenheit.desktop
|
|
||||||
index 32a887b..29f78a4 100644
|
|
||||||
--- a/client/fahrenheit.desktop
|
|
||||||
+++ b/client/fahrenheit.desktop
|
|
||||||
@@ -1,4 +1,4 @@
|
|
||||||
[Desktop Entry]
|
|
||||||
Encoding=UTF-8
|
|
||||||
Name=Fahrenheit
|
|
||||||
-X-TDE-Library=twin_fahrenheit
|
|
||||||
+X-TDE-Library=twin3_fahrenheit
|
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858017
|
TIMESTAMP = 1729262947
|
||||||
SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.2.orig.tar.xz) = 41880d22ff6cf8afcec810bf4597b0ca83ae0be0cff477488b6e0a328f30bd04
|
SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.3.orig.tar.xz) = 8d2f914ce087bdafa467fe2cf8a9d905a4988aa7f0310ba81bcf3e43ab03cea3
|
||||||
SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.2.orig.tar.xz) = 25696
|
SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.3.orig.tar.xz) = 25756
|
||||||
|
@ -0,0 +1,38 @@
|
|||||||
|
# -*-mode: makefile-*-
|
||||||
|
# Created by: slavek.banko@axis.cz
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# TDE port map: applications/themes/twin-style-mallory
|
||||||
|
|
||||||
|
PORTSDIR?=/usr/ports
|
||||||
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
||||||
|
|
||||||
|
PORTNAME= twin-style-mallory-trinity
|
||||||
|
COMMENT= A twin window decoration based on the original KDE Alloyon windec theme
|
||||||
|
TDE_PREVERSION=
|
||||||
|
MASTER_SITE_SUBDIR= t/${PORTNAME}
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= x11-themes
|
||||||
|
DIST_SUBDIR= TDE/applications/themes
|
||||||
|
|
||||||
|
|
||||||
|
BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \
|
||||||
|
${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
||||||
|
|
||||||
|
LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface
|
||||||
|
|
||||||
|
|
||||||
|
# Build
|
||||||
|
post-patch: tde-pathfix
|
||||||
|
|
||||||
|
do-configure: tde-cmake-prepare
|
||||||
|
${TDE_CMAKE_CONFIGURE} \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
|
||||||
|
do-build: tde-cmake-build
|
||||||
|
|
||||||
|
do-install: tde-cmake-install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1729263058
|
||||||
|
SHA256 (TDE/applications/themes/twin-style-mallory-trinity_14.1.3.orig.tar.xz) = 11d53e5925dc1f3457ce8d770cb9989c20e42693c2b5ac6ccbadf4a04b3db46b
|
||||||
|
SIZE (TDE/applications/themes/twin-style-mallory-trinity_14.1.3.orig.tar.xz) = 25352
|
@ -0,0 +1 @@
|
|||||||
|
A twin window decoration based on the original KDE Alloyon windec theme
|
@ -0,0 +1,20 @@
|
|||||||
|
lib/trinity/twin3_mallory.la
|
||||||
|
lib/trinity/twin3_mallory.so
|
||||||
|
lib/trinity/twin_mallory_config.la
|
||||||
|
lib/trinity/twin_mallory_config.so
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory Dark Bluemoon.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory Dark Firetruck.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory Dark Jungle Dreams.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory Dark Nightshift.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Caramel.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Double.Blue.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Double.Grey.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Blue.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Green.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Grey.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Flat.Sands.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Green.Halo.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-It.s.A.Boy.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-It.s.A.Girl.kcsrc
|
||||||
|
share/apps/tdedisplay/color-schemes/Mallory-1.0-Nenuphars.kcsrc
|
||||||
|
share/apps/twin/mallory.desktop
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858063
|
TIMESTAMP = 1729263102
|
||||||
SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.1.2.orig.tar.xz) = 2feb4e6befacdf48a2a25b71b8325e62e390ea6f0b8a502becb8049f90ef51ba
|
SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.1.3.orig.tar.xz) = 351aa78177b86ef0e25c0eb9ee37f506d6ef4b64b699bd4082e51fed8e49bc7c
|
||||||
SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.1.2.orig.tar.xz) = 73540
|
SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.1.3.orig.tar.xz) = 73556
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858566
|
TIMESTAMP = 1729263229
|
||||||
SHA256 (TDE/applications/utilities/abakus-trinity_14.1.2.orig.tar.xz) = 63f241364188e831765cf4bb22bf62ce6b17afd9d97ecf5614b7453acc96ddcf
|
SHA256 (TDE/applications/utilities/abakus-trinity_14.1.3.orig.tar.xz) = 921ecb246c9d9cde961d9f5809c9ae476bc907476cca4690da5e2834534009fe
|
||||||
SIZE (TDE/applications/utilities/abakus-trinity_14.1.2.orig.tar.xz) = 250504
|
SIZE (TDE/applications/utilities/abakus-trinity_14.1.3.orig.tar.xz) = 250476
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858626
|
TIMESTAMP = 1729263312
|
||||||
SHA256 (TDE/applications/utilities/filelight-trinity_14.1.2.orig.tar.xz) = 2cb7c59919c929baeae2731e046217a047a54c0df89a47905a1e6ddc7d3710a6
|
SHA256 (TDE/applications/utilities/filelight-trinity_14.1.3.orig.tar.xz) = fce5b24e4550fbce950d35f33c17768ffc875bcd667141ccd50a2ca30cbd4380
|
||||||
SIZE (TDE/applications/utilities/filelight-trinity_14.1.2.orig.tar.xz) = 420660
|
SIZE (TDE/applications/utilities/filelight-trinity_14.1.3.orig.tar.xz) = 420712
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858683
|
TIMESTAMP = 1729263358
|
||||||
SHA256 (TDE/applications/utilities/kbarcode-trinity_14.1.2.orig.tar.xz) = d1f3859081ff0fc035ef6e0ed7c2d5f99fff23ecebd65fbb05fe0bfb93fb961a
|
SHA256 (TDE/applications/utilities/kbarcode-trinity_14.1.3.orig.tar.xz) = 90be20db912a7161a138a2cf10ce3ff1b0f11f8f5b95769d079e6ceb048f59ab
|
||||||
SIZE (TDE/applications/utilities/kbarcode-trinity_14.1.2.orig.tar.xz) = 272980
|
SIZE (TDE/applications/utilities/kbarcode-trinity_14.1.3.orig.tar.xz) = 277020
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858731
|
TIMESTAMP = 1729263467
|
||||||
SHA256 (TDE/applications/utilities/kchmviewer-trinity_14.1.2.orig.tar.xz) = cbeed4c6f81a97fa5fc1a1a77e8a1228dd6d3c9c8207777d6b619231a8148081
|
SHA256 (TDE/applications/utilities/kchmviewer-trinity_14.1.3.orig.tar.xz) = 7ceb1c9b90aaecd4ff92704e6d7d659346ce6dbeed27d2e1ba0bf03b3d02d1eb
|
||||||
SIZE (TDE/applications/utilities/kchmviewer-trinity_14.1.2.orig.tar.xz) = 188176
|
SIZE (TDE/applications/utilities/kchmviewer-trinity_14.1.3.orig.tar.xz) = 188192
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858772
|
TIMESTAMP = 1729264157
|
||||||
SHA256 (TDE/applications/utilities/kcpuload-trinity_14.1.2.orig.tar.xz) = 8230d72eaa46050e5dbd3a45ebcd03c31ef62cdd6b4513de589218953a4b81e6
|
SHA256 (TDE/applications/utilities/kcpuload-trinity_14.1.3.orig.tar.xz) = 960a16eb116f0cad4050a38a46a4e45730bdba218d921737abd1ad625c9ebef4
|
||||||
SIZE (TDE/applications/utilities/kcpuload-trinity_14.1.2.orig.tar.xz) = 35404
|
SIZE (TDE/applications/utilities/kcpuload-trinity_14.1.3.orig.tar.xz) = 35976
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858822
|
TIMESTAMP = 1729264215
|
||||||
SHA256 (TDE/applications/utilities/kdirstat-trinity_14.1.2.orig.tar.xz) = 99795eb9a2342b977ef092d9488e5d5988377897fe50604d05eb03194d3ac647
|
SHA256 (TDE/applications/utilities/kdirstat-trinity_14.1.3.orig.tar.xz) = f0a45d1ccc1c6ce9c84d252d8e716325259dd7fb4b42f700f780e688d32c1616
|
||||||
SIZE (TDE/applications/utilities/kdirstat-trinity_14.1.2.orig.tar.xz) = 207928
|
SIZE (TDE/applications/utilities/kdirstat-trinity_14.1.3.orig.tar.xz) = 207932
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858872
|
TIMESTAMP = 1729264252
|
||||||
SHA256 (TDE/applications/utilities/keep-trinity_14.1.2.orig.tar.xz) = e6fc7be42fbb2b2a4b666da83825d9ce9980c6022dc034b36c03ef8f310329f9
|
SHA256 (TDE/applications/utilities/keep-trinity_14.1.3.orig.tar.xz) = b1d455f09cbaf386dd831f3de086ae7c512b256ec238e33ea6da757c4fc0300f
|
||||||
SIZE (TDE/applications/utilities/keep-trinity_14.1.2.orig.tar.xz) = 164428
|
SIZE (TDE/applications/utilities/keep-trinity_14.1.3.orig.tar.xz) = 164676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858905
|
TIMESTAMP = 1729264289
|
||||||
SHA256 (TDE/applications/utilities/knutclient-trinity_14.1.2.orig.tar.xz) = 22c767f75d5b36c9fbcc3779e7a6ea0ea838605b1eae445a5559a5af73bc1279
|
SHA256 (TDE/applications/utilities/knutclient-trinity_14.1.3.orig.tar.xz) = 40cd497141a22e47f6f5fc7f1ed4a58cf6c6a8b624cce196761d65830ca858b3
|
||||||
SIZE (TDE/applications/utilities/knutclient-trinity_14.1.2.orig.tar.xz) = 532428
|
SIZE (TDE/applications/utilities/knutclient-trinity_14.1.3.orig.tar.xz) = 532444
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858936
|
TIMESTAMP = 1729264321
|
||||||
SHA256 (TDE/applications/utilities/kommando-trinity_14.1.2.orig.tar.xz) = 1e6d9895cce4ee5135c85c5edffdda51165232d4495ce1ce02183df1e3b6cc69
|
SHA256 (TDE/applications/utilities/kommando-trinity_14.1.3.orig.tar.xz) = 7551f6bcfa073b023ed3032f14107419d8c317c84d18d020459e53db556cf290
|
||||||
SIZE (TDE/applications/utilities/kommando-trinity_14.1.2.orig.tar.xz) = 42812
|
SIZE (TDE/applications/utilities/kommando-trinity_14.1.3.orig.tar.xz) = 42816
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858967
|
TIMESTAMP = 1729264360
|
||||||
SHA256 (TDE/applications/utilities/kompose-trinity_14.1.2.orig.tar.xz) = 905e6acfae7380d2f03a48fa5e0e3ff99439a9ff6a44573332f3d3b0ba8be95a
|
SHA256 (TDE/applications/utilities/kompose-trinity_14.1.3.orig.tar.xz) = 54daf396807de4322a6b45b9609f76bb0948c9caff89f352b8c603afd93b4f87
|
||||||
SIZE (TDE/applications/utilities/kompose-trinity_14.1.2.orig.tar.xz) = 76524
|
SIZE (TDE/applications/utilities/kompose-trinity_14.1.3.orig.tar.xz) = 76536
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713858996
|
TIMESTAMP = 1729264389
|
||||||
SHA256 (TDE/applications/utilities/krename-trinity_14.1.2.orig.tar.xz) = fae1a2fba78cd75cf7bef86aa89695319bbd3f9414ad14f29aab864095f8d49d
|
SHA256 (TDE/applications/utilities/krename-trinity_14.1.3.orig.tar.xz) = 46663288b292b0eeb993bfbf5b4cc89907ccc50ab0492fc17c6bfab533c2f88c
|
||||||
SIZE (TDE/applications/utilities/krename-trinity_14.1.2.orig.tar.xz) = 184864
|
SIZE (TDE/applications/utilities/krename-trinity_14.1.3.orig.tar.xz) = 184960
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713859030
|
TIMESTAMP = 1729264441
|
||||||
SHA256 (TDE/applications/utilities/mathemagics-trinity_14.1.2.orig.tar.xz) = 2bf34deaa71aa754e0c435f7506767e1bb93f0ed5aa9a05a6e15daccd8c80c63
|
SHA256 (TDE/applications/utilities/mathemagics-trinity_14.1.3.orig.tar.xz) = 1efb5001f634bfac0420de9376e486c026f46e29525d776258b17e4f2a1b3bb0
|
||||||
SIZE (TDE/applications/utilities/mathemagics-trinity_14.1.2.orig.tar.xz) = 32796
|
SIZE (TDE/applications/utilities/mathemagics-trinity_14.1.3.orig.tar.xz) = 32808
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713859056
|
TIMESTAMP = 1729264470
|
||||||
SHA256 (TDE/applications/utilities/qalculate-trinity_14.1.2.orig.tar.xz) = 2b8beed43efb99d9ebea21a003d2c441265a448d0fe4ded4fbe4ad26c0a7686a
|
SHA256 (TDE/applications/utilities/qalculate-trinity_14.1.3.orig.tar.xz) = bc1430fde0c821f3ca6871fc7537e951bb550879ebee1c1bb2dc5a626077d859
|
||||||
SIZE (TDE/applications/utilities/qalculate-trinity_14.1.2.orig.tar.xz) = 743752
|
SIZE (TDE/applications/utilities/qalculate-trinity_14.1.3.orig.tar.xz) = 743768
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291048
|
TIMESTAMP = 1729385486
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291118
|
TIMESTAMP = 1729408138
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291227
|
TIMESTAMP = 1729408183
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291276
|
TIMESTAMP = 1729408236
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291327
|
TIMESTAMP = 1729408309
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291380
|
TIMESTAMP = 1729408368
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291427
|
TIMESTAMP = 1729408408
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291479
|
TIMESTAMP = 1729408546
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291517
|
TIMESTAMP = 1729408587
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291607
|
TIMESTAMP = 1729408675
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291657
|
TIMESTAMP = 1729408742
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291768
|
TIMESTAMP = 1729408874
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291831
|
TIMESTAMP = 1729408920
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714291948
|
TIMESTAMP = 1729409101
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292377
|
TIMESTAMP = 1729409226
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292416
|
TIMESTAMP = 1729409279
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292571
|
TIMESTAMP = 1729409362
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292612
|
TIMESTAMP = 1729409421
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292775
|
TIMESTAMP = 1729409532
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292888
|
TIMESTAMP = 1729410073
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714292957
|
TIMESTAMP = 1729410162
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293069
|
TIMESTAMP = 1729410202
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293230
|
TIMESTAMP = 1729410256
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293400
|
TIMESTAMP = 1729410361
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293440
|
TIMESTAMP = 1729410424
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293505
|
TIMESTAMP = 1729410512
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293546
|
TIMESTAMP = 1729410556
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293583
|
TIMESTAMP = 1729410607
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293621
|
TIMESTAMP = 1729410707
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293662
|
TIMESTAMP = 1729410779
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293772
|
TIMESTAMP = 1729410842
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714293858
|
TIMESTAMP = 1729410881
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294170
|
TIMESTAMP = 1729410995
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294227
|
TIMESTAMP = 1729411056
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294266
|
TIMESTAMP = 1729411125
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294391
|
TIMESTAMP = 1729411175
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294440
|
TIMESTAMP = 1729411216
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294478
|
TIMESTAMP = 1729411281
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294516
|
TIMESTAMP = 1729411347
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294553
|
TIMESTAMP = 1729411392
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294719
|
TIMESTAMP = 1729411449
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294755
|
TIMESTAMP = 1729411498
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294861
|
TIMESTAMP = 1729411541
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714294927
|
TIMESTAMP = 1729411581
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295160
|
TIMESTAMP = 1729411706
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295200
|
TIMESTAMP = 1729411745
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295239
|
TIMESTAMP = 1729411825
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295343
|
TIMESTAMP = 1729412370
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295461
|
TIMESTAMP = 1729412510
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295566
|
TIMESTAMP = 1729412644
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714295632
|
TIMESTAMP = 1729412737
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714296233
|
TIMESTAMP = 1729413218
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714299669
|
TIMESTAMP = 1729413323
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714299745
|
TIMESTAMP = 1729413386
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714299823
|
TIMESTAMP = 1729413458
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714299891
|
TIMESTAMP = 1729413516
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714299935
|
TIMESTAMP = 1729413557
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714300001
|
TIMESTAMP = 1729413620
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714300431
|
TIMESTAMP = 1729413655
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714300608
|
TIMESTAMP = 1729413783
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714301494
|
TIMESTAMP = 1729413824
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714301635
|
TIMESTAMP = 1729413920
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714301874
|
TIMESTAMP = 1729414020
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714301960
|
TIMESTAMP = 1729414059
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302009
|
TIMESTAMP = 1729414229
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302060
|
TIMESTAMP = 1729414374
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302108
|
TIMESTAMP = 1729414480
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302226
|
TIMESTAMP = 1729414579
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302322
|
TIMESTAMP = 1729414648
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302454
|
TIMESTAMP = 1729414754
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1714302583
|
TIMESTAMP = 1729414888
|
||||||
SHA256 (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = c6e351bf5aa98c7b72d2d13cc4d75181a6d53d94aba7e08453f6ab26076b8c42
|
SHA256 (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 06991bd88bdf74b4fc8086b7499b2ba6693e3ace32919dd94916a990812e5d31
|
||||||
SIZE (TDE/core/tde-i18n-trinity_14.1.2.orig.tar.xz) = 195369312
|
SIZE (TDE/core/tde-i18n-trinity_14.1.3.orig.tar.xz) = 195500676
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713641781
|
TIMESTAMP = 1729096945
|
||||||
SHA256 (TDE/core/tdeaccessibility-trinity_14.1.2.orig.tar.xz) = 489426c1f14a202687bf71ff9f0f5efd1b46925c97bf9fbdae64219a2b50895f
|
SHA256 (TDE/core/tdeaccessibility-trinity_14.1.3.orig.tar.xz) = 8f1607b4fcccf76f997a212860e5b3edd8f68369a0aeb779df132c1f661d3b2f
|
||||||
SIZE (TDE/core/tdeaccessibility-trinity_14.1.2.orig.tar.xz) = 6191780
|
SIZE (TDE/core/tdeaccessibility-trinity_14.1.3.orig.tar.xz) = 6191976
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713641937
|
TIMESTAMP = 1729097049
|
||||||
SHA256 (TDE/core/tdeaddons-trinity_14.1.2.orig.tar.xz) = 4dd3fae9dfa40c4359b9bcb95a4a8e12a202b542d1a22b34fc8cef2f90e54e66
|
SHA256 (TDE/core/tdeaddons-trinity_14.1.3.orig.tar.xz) = 85aa52574da4f55d6c74a5bad2af1875418084c5738d030f3571a5c15e2797c6
|
||||||
SIZE (TDE/core/tdeaddons-trinity_14.1.2.orig.tar.xz) = 1464932
|
SIZE (TDE/core/tdeaddons-trinity_14.1.3.orig.tar.xz) = 1465160
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713642035
|
TIMESTAMP = 1729097147
|
||||||
SHA256 (TDE/core/tdeadmin-trinity_14.1.2.orig.tar.xz) = 1c5eb8398f7a34cad4f5869b048d801dfeb00c54921faa533dbdc96297dcacbf
|
SHA256 (TDE/core/tdeadmin-trinity_14.1.3.orig.tar.xz) = e9168a2d36525c8aaa64de779b84bd167c295d2a0a5519ba03d2f6631fed1141
|
||||||
SIZE (TDE/core/tdeadmin-trinity_14.1.2.orig.tar.xz) = 1512996
|
SIZE (TDE/core/tdeadmin-trinity_14.1.3.orig.tar.xz) = 1513164
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713642131
|
TIMESTAMP = 1729097225
|
||||||
SHA256 (TDE/core/tdeartwork-trinity_14.1.2.orig.tar.xz) = 2077ae3571bb8930b6a3ab201449399403faa05299df9cc1e805dc8a9eb61315
|
SHA256 (TDE/core/tdeartwork-trinity_14.1.3.orig.tar.xz) = b2d5f7733e2d5e2ffcb32cb9944c75eac6462ebcaeab96360ec8b675c4dbb296
|
||||||
SIZE (TDE/core/tdeartwork-trinity_14.1.2.orig.tar.xz) = 43810360
|
SIZE (TDE/core/tdeartwork-trinity_14.1.3.orig.tar.xz) = 43812612
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713516580
|
TIMESTAMP = 1728974743
|
||||||
SHA256 (TDE/core/tdebase-trinity_14.1.2.orig.tar.xz) = fd030d918805f11033d0ef315e58086b6b04c23c300160af1a95484225b3c090
|
SHA256 (TDE/core/tdebase-trinity_14.1.3.orig.tar.xz) = ed4d17d549bd50a80132a8b23f1edc6f83bebaaf1d47ee2a0fafdb564d4fa94f
|
||||||
SIZE (TDE/core/tdebase-trinity_14.1.2.orig.tar.xz) = 30747536
|
SIZE (TDE/core/tdebase-trinity_14.1.3.orig.tar.xz) = 30800456
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713522440
|
TIMESTAMP = 1729064566
|
||||||
SHA256 (TDE/core/tdeedu-trinity_14.1.2.orig.tar.xz) = 3a9f7acc46eb9d5408bbe9aabfbab90777810ff7feefcdff6e35e02f6f300fa9
|
SHA256 (TDE/core/tdeedu-trinity_14.1.3.orig.tar.xz) = 1fb27d15b18770b688003153844247ff0b6c62ce70ed37e6251308479bee68a4
|
||||||
SIZE (TDE/core/tdeedu-trinity_14.1.2.orig.tar.xz) = 24698504
|
SIZE (TDE/core/tdeedu-trinity_14.1.3.orig.tar.xz) = 24695916
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713523100
|
TIMESTAMP = 1729065006
|
||||||
SHA256 (TDE/core/tdegames-trinity_14.1.2.orig.tar.xz) = 95602944f37fe96c55d629644614319860fc135378c7132cda879c899f558e3a
|
SHA256 (TDE/core/tdegames-trinity_14.1.3.orig.tar.xz) = 1fa7691e6dfe9d4b358ed053e5a08d88a0ad83d130d98eee4a4c7a6cb75b4d47
|
||||||
SIZE (TDE/core/tdegames-trinity_14.1.2.orig.tar.xz) = 8821744
|
SIZE (TDE/core/tdegames-trinity_14.1.3.orig.tar.xz) = 8821840
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713520017
|
TIMESTAMP = 1729017914
|
||||||
SHA256 (TDE/core/tdegraphics-trinity_14.1.2.orig.tar.xz) = 8771c5c80156dd2a3747f2138d98c6a2d63fe11dc008d52022293946dd4ebe2f
|
SHA256 (TDE/core/tdegraphics-trinity_14.1.3.orig.tar.xz) = ae912fc3a4ab602a0e41409c963741bf86ef27d45189790d7abd523863781445
|
||||||
SIZE (TDE/core/tdegraphics-trinity_14.1.2.orig.tar.xz) = 5804696
|
SIZE (TDE/core/tdegraphics-trinity_14.1.3.orig.tar.xz) = 5803940
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713452465
|
TIMESTAMP = 1728958005
|
||||||
SHA256 (TDE/core/tdelibs-trinity_14.1.2.orig.tar.xz) = 69deb61281944c02da5d9518025c9069557025e6fc567c65cb30aa97ea725155
|
SHA256 (TDE/core/tdelibs-trinity_14.1.3.orig.tar.xz) = d7df694abd2bfdd16ba07ac58f5d92340332291ea89de5c36c3f306789476d0d
|
||||||
SIZE (TDE/core/tdelibs-trinity_14.1.2.orig.tar.xz) = 15289036
|
SIZE (TDE/core/tdelibs-trinity_14.1.3.orig.tar.xz) = 15285448
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713518096
|
TIMESTAMP = 1729011057
|
||||||
SHA256 (TDE/core/tdemultimedia-trinity_14.1.2.orig.tar.xz) = b9af7e9a061e74dcefc49853863970ac4da08a51ede382b4d3653b1e46b0837c
|
SHA256 (TDE/core/tdemultimedia-trinity_14.1.3.orig.tar.xz) = c7f6aa04c57dab8d00842ede42bf7470efb0a954f82fb9a169d40eb9328e20f4
|
||||||
SIZE (TDE/core/tdemultimedia-trinity_14.1.2.orig.tar.xz) = 4841208
|
SIZE (TDE/core/tdemultimedia-trinity_14.1.3.orig.tar.xz) = 4841564
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713518858
|
TIMESTAMP = 1729012110
|
||||||
SHA256 (TDE/core/tdenetwork-trinity_14.1.2.orig.tar.xz) = 8a32b4deed296001124602c75b9dcfcb2dc50f7e89a162ebddb3f9ba077ce940
|
SHA256 (TDE/core/tdenetwork-trinity_14.1.3.orig.tar.xz) = 113bf9d764ff07e7ae7e002a2cd92c922d3cad05cc407106f49bc22d19eb9573
|
||||||
SIZE (TDE/core/tdenetwork-trinity_14.1.2.orig.tar.xz) = 8046660
|
SIZE (TDE/core/tdenetwork-trinity_14.1.3.orig.tar.xz) = 8047272
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713517237
|
TIMESTAMP = 1728978081
|
||||||
SHA256 (TDE/core/tdepim-trinity_14.1.2.orig.tar.xz) = c858f4fadc5a0c224faa3123b457f0b17e8ae34c7120deed8c0cbd77cef1fa19
|
SHA256 (TDE/core/tdepim-trinity_14.1.3.orig.tar.xz) = 3734c304817c2e56e5f4768f455cecb03b165791656f31681c3376a63b5f3b3f
|
||||||
SIZE (TDE/core/tdepim-trinity_14.1.2.orig.tar.xz) = 9386984
|
SIZE (TDE/core/tdepim-trinity_14.1.3.orig.tar.xz) = 9384748
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713592727
|
TIMESTAMP = 1729034837
|
||||||
SHA256 (TDE/core/tdesdk-trinity_14.1.2.orig.tar.xz) = 5de3f0f83b5f2351f3d754777d2168a864e526c9078285aef3a74b5a8593611c
|
SHA256 (TDE/core/tdesdk-trinity_14.1.3.orig.tar.xz) = d113ce26a6046d2930aad5f825fd58361b8ce3c4e2dc26925e93caa4d00bffe5
|
||||||
SIZE (TDE/core/tdesdk-trinity_14.1.2.orig.tar.xz) = 3728524
|
SIZE (TDE/core/tdesdk-trinity_14.1.3.orig.tar.xz) = 3728384
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713522020
|
TIMESTAMP = 1729064087
|
||||||
SHA256 (TDE/core/tdetoys-trinity_14.1.2.orig.tar.xz) = 39fafddef6ef558b8c36b16a9cc5fb7f5886843f2f8bd248cf701c8771381842
|
SHA256 (TDE/core/tdetoys-trinity_14.1.3.orig.tar.xz) = e59a013846732ccd6c99d3ce61f40dd5c276120483d50dc1990ea60eab79bd5f
|
||||||
SIZE (TDE/core/tdetoys-trinity_14.1.2.orig.tar.xz) = 2522040
|
SIZE (TDE/core/tdetoys-trinity_14.1.3.orig.tar.xz) = 2522040
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713522188
|
TIMESTAMP = 1729064144
|
||||||
SHA256 (TDE/core/tdeutils-trinity_14.1.2.orig.tar.xz) = 302fefa397ef46aeba75721012c1c503d1b5c8e975a4f550835988f15816c1f8
|
SHA256 (TDE/core/tdeutils-trinity_14.1.3.orig.tar.xz) = 42775b795458d0e5571f43a5532ddbce79cdd3464f4b64016f3049bdac024192
|
||||||
SIZE (TDE/core/tdeutils-trinity_14.1.2.orig.tar.xz) = 3187588
|
SIZE (TDE/core/tdeutils-trinity_14.1.3.orig.tar.xz) = 3188760
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713654528
|
TIMESTAMP = 1729107044
|
||||||
SHA256 (TDE/core/tdevelop-trinity_14.1.2.orig.tar.xz) = 84ff0c02229a4333ab33ded550a3469b4a202e0ee8f90d17ce10949c0889f9e6
|
SHA256 (TDE/core/tdevelop-trinity_14.1.3.orig.tar.xz) = 3708b9c229fbc92ff4c7e155a633cdd9ee034657d94955fdea8703dc3d45f137
|
||||||
SIZE (TDE/core/tdevelop-trinity_14.1.2.orig.tar.xz) = 6409028
|
SIZE (TDE/core/tdevelop-trinity_14.1.3.orig.tar.xz) = 6409420
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713683668
|
TIMESTAMP = 1729117819
|
||||||
SHA256 (TDE/core/tdewebdev-trinity_14.1.2.orig.tar.xz) = 394d51e35db995745410bbeabee750effa53848eb4fa9fc15fdfd8aa6695bed0
|
SHA256 (TDE/core/tdewebdev-trinity_14.1.3.orig.tar.xz) = 3ecd253e1558c17a7945bc9e4badccd25e5002b9ca0835943f411b8e152f8831
|
||||||
SIZE (TDE/core/tdewebdev-trinity_14.1.2.orig.tar.xz) = 4136096
|
SIZE (TDE/core/tdewebdev-trinity_14.1.3.orig.tar.xz) = 4135856
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449110
|
TIMESTAMP = 1728950660
|
||||||
SHA256 (TDE/dependencies/akode_14.1.2.orig.tar.xz) = bae88bd7a6796a991860c6151a30f9d92773ed43d7e119eceb9c966820211891
|
SHA256 (TDE/dependencies/akode_14.1.3.orig.tar.xz) = b1bb6abfcb0ef2d09667eeebf06b84d43f43f54dc357e18eda0207914c9f7866
|
||||||
SIZE (TDE/dependencies/akode_14.1.2.orig.tar.xz) = 75012
|
SIZE (TDE/dependencies/akode_14.1.3.orig.tar.xz) = 75096
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449157
|
TIMESTAMP = 1728950721
|
||||||
SHA256 (TDE/dependencies/arts-trinity_14.1.2.orig.tar.xz) = da1f8c7c76444d2d184009eb0209556e102fcc4d4955571563dd163a9c8d54d7
|
SHA256 (TDE/dependencies/arts-trinity_14.1.3.orig.tar.xz) = 3aac3abedd9233a7e21ec2b3e2da8d7b01e18fe78ee2c28b9598c2b564196926
|
||||||
SIZE (TDE/dependencies/arts-trinity_14.1.2.orig.tar.xz) = 657152
|
SIZE (TDE/dependencies/arts-trinity_14.1.3.orig.tar.xz) = 657288
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449693
|
TIMESTAMP = 1728950860
|
||||||
SHA256 (TDE/dependencies/avahi-tqt_14.1.2.orig.tar.xz) = 1822c47f34efede146d81f79c971a17269ffc8454151b60f9d357cde34105de5
|
SHA256 (TDE/dependencies/avahi-tqt_14.1.3.orig.tar.xz) = 2f8f053f6dfcd647c0e900e95d80cff29191753c3c2589253ccc40fdf59c5e5f
|
||||||
SIZE (TDE/dependencies/avahi-tqt_14.1.2.orig.tar.xz) = 11752
|
SIZE (TDE/dependencies/avahi-tqt_14.1.3.orig.tar.xz) = 11756
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449721
|
TIMESTAMP = 1728950889
|
||||||
SHA256 (TDE/dependencies/dbus-1-tqt_14.1.2.orig.tar.xz) = ee2fc7da63582e35cbb454b5980af1c81307901e7f48493056c9a0389aa9ebbd
|
SHA256 (TDE/dependencies/dbus-1-tqt_14.1.3.orig.tar.xz) = 6322d0168b21575eeedb1875377ae868818e3b7e3ca805bae749b3507582b1e2
|
||||||
SIZE (TDE/dependencies/dbus-1-tqt_14.1.2.orig.tar.xz) = 90256
|
SIZE (TDE/dependencies/dbus-1-tqt_14.1.3.orig.tar.xz) = 90208
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449750
|
TIMESTAMP = 1728950933
|
||||||
SHA256 (TDE/dependencies/dbus-tqt_14.1.2.orig.tar.xz) = ede9694877a65becead76f39ae15e5d845a33bc9a82f0648bd31b011bc952845
|
SHA256 (TDE/dependencies/dbus-tqt_14.1.3.orig.tar.xz) = ed20d2e9c9e2f836bfccc3c559a75985ba72f8d9af5ec92a58ab750b62ece9f9
|
||||||
SIZE (TDE/dependencies/dbus-tqt_14.1.2.orig.tar.xz) = 136608
|
SIZE (TDE/dependencies/dbus-tqt_14.1.3.orig.tar.xz) = 136596
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449939
|
TIMESTAMP = 1728930662
|
||||||
SHA256 (TDE/dependencies/libart-lgpl_14.1.2.orig.tar.xz) = 6c482add81d794dad90751019e682db0ea712b7eaab72585949cab39ca16f31d
|
SHA256 (TDE/dependencies/libart-lgpl_14.1.3.orig.tar.xz) = 0fe0f94060bfb0cd6a1e5ef42754b6dae595e3da8adbaadce7edf2dfb25d6de3
|
||||||
SIZE (TDE/dependencies/libart-lgpl_14.1.2.orig.tar.xz) = 94204
|
SIZE (TDE/dependencies/libart-lgpl_14.1.3.orig.tar.xz) = 94192
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713449971
|
TIMESTAMP = 1728930698
|
||||||
SHA256 (TDE/dependencies/libcaldav_14.1.2.orig.tar.xz) = 95ac94f920ce95451320b8b530c60ba7432a13ad18a987af5fbd286c22978432
|
SHA256 (TDE/dependencies/libcaldav_14.1.3.orig.tar.xz) = 04fa4621b969d939a0a66099ad5cc3842330ae8f2bca52d67ca2d5ea396d4185
|
||||||
SIZE (TDE/dependencies/libcaldav_14.1.2.orig.tar.xz) = 188020
|
SIZE (TDE/dependencies/libcaldav_14.1.3.orig.tar.xz) = 188048
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713450072
|
TIMESTAMP = 1728930741
|
||||||
SHA256 (TDE/dependencies/libcarddav_14.1.2.orig.tar.xz) = b76efc9baf97024ba847e44f4978f006f2d6f0c52bd7f03ee3ca36fa43391731
|
SHA256 (TDE/dependencies/libcarddav_14.1.3.orig.tar.xz) = 4b071d4fa785852ee48aad5ff97fd2d3fa58967fa3f07724da7ec626d47a775b
|
||||||
SIZE (TDE/dependencies/libcarddav_14.1.2.orig.tar.xz) = 182196
|
SIZE (TDE/dependencies/libcarddav_14.1.3.orig.tar.xz) = 182184
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1665433941
|
TIMESTAMP = 1728681106
|
||||||
SHA256 (pinentry-1.2.1.tar.bz2) = 457a185e5a85238fb945a955dc6352ab962dc8b48720b62fc9fa48c7540a4067
|
SHA256 (pinentry-1.3.0.tar.bz2) = 9b3cd5226e7597f2fded399a3bc659923351536559e9db0826981bca316494de
|
||||||
SIZE (pinentry-1.2.1.tar.bz2) = 547698
|
SIZE (pinentry-1.3.0.tar.bz2) = 610363
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713450121
|
TIMESTAMP = 1728956608
|
||||||
SHA256 (TDE/dependencies/polkit-tqt_14.1.2.orig.tar.xz) = bbdb8f30d5b13fb5fab65e194c98b40d469f9452a81ebda8b60e03a3b86866cf
|
SHA256 (TDE/dependencies/polkit-tqt_14.1.3.orig.tar.xz) = 7b37a6b2105370980e952e69bcab4c8ff3cd61a0ba2881eb36bc187f9adfe7ba
|
||||||
SIZE (TDE/dependencies/polkit-tqt_14.1.2.orig.tar.xz) = 54180
|
SIZE (TDE/dependencies/polkit-tqt_14.1.3.orig.tar.xz) = 54208
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713443294
|
TIMESTAMP = 1728925815
|
||||||
SHA256 (TDE/dependencies/tde-cmake_14.1.2.orig.tar.xz) = 1390bf5cb300de31293b44499ed2dd5589b9cabd41eb97a5f820748eb627889a
|
SHA256 (TDE/dependencies/tde-cmake_14.1.3.orig.tar.xz) = 02a2c51ce836255a28409ec6c29a797a59c2ddcd442a584636fed0db72834fdc
|
||||||
SIZE (TDE/dependencies/tde-cmake_14.1.2.orig.tar.xz) = 37168
|
SIZE (TDE/dependencies/tde-cmake_14.1.3.orig.tar.xz) = 37236
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713451183
|
TIMESTAMP = 1728950997
|
||||||
SHA256 (TDE/dependencies/tqca_14.1.2.orig.tar.xz) = bb88faafab88eae36721f923ca96106587399d2d778c57fe869070a012040e6d
|
SHA256 (TDE/dependencies/tqca_14.1.3.orig.tar.xz) = 549dcb9ce423d88564c75e5e887925621aa32f98edacb2e2ec72d85d9d8040b9
|
||||||
SIZE (TDE/dependencies/tqca_14.1.2.orig.tar.xz) = 34964
|
SIZE (TDE/dependencies/tqca_14.1.3.orig.tar.xz) = 34908
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713451161
|
TIMESTAMP = 1728950971
|
||||||
SHA256 (TDE/dependencies/tqca_14.1.2.orig.tar.xz) = bb88faafab88eae36721f923ca96106587399d2d778c57fe869070a012040e6d
|
SHA256 (TDE/dependencies/tqca_14.1.3.orig.tar.xz) = 549dcb9ce423d88564c75e5e887925621aa32f98edacb2e2ec72d85d9d8040b9
|
||||||
SIZE (TDE/dependencies/tqca_14.1.2.orig.tar.xz) = 34964
|
SIZE (TDE/dependencies/tqca_14.1.3.orig.tar.xz) = 34908
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713407116
|
TIMESTAMP = 1729416090
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -0,0 +1,40 @@
|
|||||||
|
# -*-mode: makefile-*-
|
||||||
|
# Created by: slavek.banko@axis.cz
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
# TDE port map: dependencies/tqscintilla
|
||||||
|
|
||||||
|
PORTSDIR?=/usr/ports
|
||||||
|
.include <${PORTSDIR}/Mk/bsd.trinity.mk>
|
||||||
|
|
||||||
|
PORTNAME= tqscintilla
|
||||||
|
COMMENT= TQt source code editing component based on Scintilla
|
||||||
|
TDE_PREVERSION=
|
||||||
|
MASTER_SITE_SUBDIR= t/tqscintilla
|
||||||
|
PORTREVISION= 0
|
||||||
|
CATEGORIES= devel
|
||||||
|
DISTSRC= ${PORTNAME}-trinity-${TDE_VERSION}${TDE_PREVERSION}
|
||||||
|
DIST_SUBDIR= TDE/dependencies
|
||||||
|
PREFIX= ${LOCALBASE}
|
||||||
|
|
||||||
|
BUILD_DEPENDS += \
|
||||||
|
${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \
|
||||||
|
|
||||||
|
LIB_DEPENDS+= libtqt-mt.so:x11-toolkits/tqt3
|
||||||
|
|
||||||
|
|
||||||
|
# Build
|
||||||
|
post-patch: tde-pathfix
|
||||||
|
|
||||||
|
do-configure: tde-cmake-prepare
|
||||||
|
${TDE_CMAKE_CONFIGURE} \
|
||||||
|
-DCMAKE_INSTALL_PREFIX="${PREFIX}" \
|
||||||
|
-DPKGCONFIG_INSTALL_DIR="${PREFIX}/libdata/pkgconfig" \
|
||||||
|
-DBUILD_ALL="ON" \
|
||||||
|
-DWITH_ALL_OPTIONS="ON"
|
||||||
|
|
||||||
|
do-build: tde-cmake-build
|
||||||
|
|
||||||
|
do-install: tde-cmake-install
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
@ -0,0 +1,3 @@
|
|||||||
|
TIMESTAMP = 1728951149
|
||||||
|
SHA256 (TDE/dependencies/tqscintilla_14.1.3.orig.tar.xz) = ebc793b74e5b06493f00822d927db9edb6ded89a46294fd39f9089002d9232e4
|
||||||
|
SIZE (TDE/dependencies/tqscintilla_14.1.3.orig.tar.xz) = 654132
|
@ -0,0 +1,7 @@
|
|||||||
|
TQt source code editing component based on Scintilla
|
||||||
|
|
||||||
|
Scintilla is a free source code editing component. It has features found
|
||||||
|
in standard editing components, as well as features especially useful
|
||||||
|
when editing and debugging source code.
|
||||||
|
|
||||||
|
TQScintilla is a port or Scintilla to the TQt GUI toolkit.
|
@ -0,0 +1,180 @@
|
|||||||
|
include/tqt3/tqextscintilla.h
|
||||||
|
include/tqt3/tqextscintillaapis.h
|
||||||
|
include/tqt3/tqextscintillabase.h
|
||||||
|
include/tqt3/tqextscintillacommand.h
|
||||||
|
include/tqt3/tqextscintillacommandset.h
|
||||||
|
include/tqt3/tqextscintilladocument.h
|
||||||
|
include/tqt3/tqextscintillaglobal.h
|
||||||
|
include/tqt3/tqextscintillalexer.h
|
||||||
|
include/tqt3/tqextscintillalexerbash.h
|
||||||
|
include/tqt3/tqextscintillalexerbatch.h
|
||||||
|
include/tqt3/tqextscintillalexercpp.h
|
||||||
|
include/tqt3/tqextscintillalexercsharp.h
|
||||||
|
include/tqt3/tqextscintillalexercss.h
|
||||||
|
include/tqt3/tqextscintillalexerdiff.h
|
||||||
|
include/tqt3/tqextscintillalexerhtml.h
|
||||||
|
include/tqt3/tqextscintillalexeridl.h
|
||||||
|
include/tqt3/tqextscintillalexerjava.h
|
||||||
|
include/tqt3/tqextscintillalexerjavascript.h
|
||||||
|
include/tqt3/tqextscintillalexerlua.h
|
||||||
|
include/tqt3/tqextscintillalexermakefile.h
|
||||||
|
include/tqt3/tqextscintillalexerperl.h
|
||||||
|
include/tqt3/tqextscintillalexerpov.h
|
||||||
|
include/tqt3/tqextscintillalexerproperties.h
|
||||||
|
include/tqt3/tqextscintillalexerpython.h
|
||||||
|
include/tqt3/tqextscintillalexerruby.h
|
||||||
|
include/tqt3/tqextscintillalexersql.h
|
||||||
|
include/tqt3/tqextscintillalexertex.h
|
||||||
|
include/tqt3/tqextscintillamacro.h
|
||||||
|
include/tqt3/tqextscintillaprinter.h
|
||||||
|
lib/libtqscintilla.la
|
||||||
|
lib/libtqscintilla.so
|
||||||
|
lib/libtqscintilla.so.7
|
||||||
|
lib/libtqscintilla.so.7.0.1
|
||||||
|
lib/tqt3/plugins/designer/libtqscintillaplugin.la
|
||||||
|
lib/tqt3/plugins/designer/libtqscintillaplugin.so
|
||||||
|
libdata/pkgconfig/tqscintilla.pc
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/annotated.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintilla-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintilla.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaAPIs-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaAPIs.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaBase-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaBase.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaCommand-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaCommand.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaCommandSet-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaCommandSet.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaDocument-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaDocument.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexer-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexer.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerBash-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerBash.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerBatch-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerBatch.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerCPP-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerCPP.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerCSS-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerCSS.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerCSharp-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerCSharp.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerDiff-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerDiff.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerHTML-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerHTML.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerIDL-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerIDL.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerJava-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerJava.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerJavaScript-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerJavaScript.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerLua-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerLua.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerMakefile-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerMakefile.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerPOV-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerPOV.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerPerl-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerPerl.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerProperties-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerProperties.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerPython-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerPython.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerRuby-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerRuby.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerSQL-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerSQL.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerTeX-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaLexerTeX.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaMacro-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaMacro.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaPrinter-members.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/classTQextScintillaPrinter.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/deprecated.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/doxygen.css
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/doxygen.png
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x62.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x63.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x64.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x65.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x66.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x67.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x68.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x69.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x6a.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x6b.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x6c.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x6d.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x6e.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x6f.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x70.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x71.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x72.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x73.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x74.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x75.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x76.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x77.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x78.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x7a.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_0x7e.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_enum.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x62.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x63.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x64.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x65.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x66.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x67.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x68.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x69.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x6a.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x6b.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x6c.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x6d.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x6e.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x6f.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x70.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x71.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x72.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x73.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x74.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x75.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x76.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x77.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_eval_0x78.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x62.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x63.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x64.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x65.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x66.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x67.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x68.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x69.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x6b.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x6c.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x6d.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x70.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x71.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x72.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x73.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x74.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x75.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x76.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x77.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x7a.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/functions_func_0x7e.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/hierarchy.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/index.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/pages.html
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/tab_b.gif
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/tab_l.gif
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/tab_r.gif
|
||||||
|
share/doc/libtqscintilla/HTML/en/tqscintilla/tabs.css
|
||||||
|
translations/tqt3/tqscintilla_de.qm
|
||||||
|
translations/tqt3/tqscintilla_fr.qm
|
||||||
|
translations/tqt3/tqscintilla_pt_br.qm
|
||||||
|
translations/tqt3/tqscintilla_ru.qm
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713409886
|
TIMESTAMP = 1728930348
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713409985
|
TIMESTAMP = 1728930383
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713410018
|
TIMESTAMP = 1728930485
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713410034
|
TIMESTAMP = 1728930521
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713410052
|
TIMESTAMP = 1728930590
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713410077
|
TIMESTAMP = 1728930621
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713407061
|
TIMESTAMP = 1728925858
|
||||||
SHA256 (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 5285b974fc9f71322f86153c3b5c52b656be2f08d8f0972649d29738f5a9b8df
|
SHA256 (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 9bfaca7ba354550b9658b22b45cf60e3e2497b6916a0b906302fe981ab6ad38a
|
||||||
SIZE (TDE/dependencies/tqt-x11-free_14.1.2.orig.tar.xz) = 10911316
|
SIZE (TDE/dependencies/tqt-x11-free_14.1.3.orig.tar.xz) = 10906180
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713441564
|
TIMESTAMP = 1728944041
|
||||||
SHA256 (TDE/dependencies/libtqtinterface_14.1.2.orig.tar.xz) = 470e4a52d6b600ddd22d0b1e60790b90d2804a845dd8b6c436f6373a3fa86ab6
|
SHA256 (TDE/dependencies/libtqtinterface_14.1.3.orig.tar.xz) = 1bf2e66505cad69981830c1676d33df2427ffad44ad685cdb3b494f6f3ef6a0f
|
||||||
SIZE (TDE/dependencies/libtqtinterface_14.1.2.orig.tar.xz) = 45988
|
SIZE (TDE/dependencies/libtqtinterface_14.1.3.orig.tar.xz) = 41584
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713687424
|
TIMESTAMP = 1729100925
|
||||||
SHA256 (TDE/libraries/kipi-plugins-trinity_14.1.2.orig.tar.xz) = b542ab5fe244a2954eaeba62544273a15e1763d9f013057920eebf6bbeeb4701
|
SHA256 (TDE/libraries/kipi-plugins-trinity_14.1.3.orig.tar.xz) = 815e715d17f5ee94ae8fc56dfb7314c5f826568c892ffce6af5f3efcf19a2572
|
||||||
SIZE (TDE/libraries/kipi-plugins-trinity_14.1.2.orig.tar.xz) = 6584388
|
SIZE (TDE/libraries/kipi-plugins-trinity_14.1.3.orig.tar.xz) = 6584264
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713687287
|
TIMESTAMP = 1729035397
|
||||||
SHA256 (TDE/libraries/libkdcraw-trinity_14.1.2.orig.tar.xz) = dcaee4aaee11eecf0a4c96e2d2fb6e03ddc5b8d153b7b3f3fa5ea067aa538ea7
|
SHA256 (TDE/libraries/libkdcraw-trinity_14.1.3.orig.tar.xz) = 7e3aabaeae5bd0601abba04904627ca588da98221e5e3612fbe057f8e6161a8b
|
||||||
SIZE (TDE/libraries/libkdcraw-trinity_14.1.2.orig.tar.xz) = 271792
|
SIZE (TDE/libraries/libkdcraw-trinity_14.1.3.orig.tar.xz) = 271776
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713687318
|
TIMESTAMP = 1729035435
|
||||||
SHA256 (TDE/libraries/libkexiv2-trinity_14.1.2.orig.tar.xz) = 82dda890a0f7dbf3cd1292b00485b5a780d307de155a4139e7b6c73161cd4782
|
SHA256 (TDE/libraries/libkexiv2-trinity_14.1.3.orig.tar.xz) = 966678cf6e751866348e2d840381aa21191758afd6d51f8c2965310cd9df6de9
|
||||||
SIZE (TDE/libraries/libkexiv2-trinity_14.1.2.orig.tar.xz) = 31316
|
SIZE (TDE/libraries/libkexiv2-trinity_14.1.3.orig.tar.xz) = 31220
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713687366
|
TIMESTAMP = 1729035471
|
||||||
SHA256 (TDE/libraries/libkipi-trinity_14.1.2.orig.tar.xz) = f52884e3e25fa136d2a3d4230d33406a022201117d590990735f49a79d29127e
|
SHA256 (TDE/libraries/libkipi-trinity_14.1.3.orig.tar.xz) = e10d59903f482d697507fa21528c689d7cd227f80fc7206e0cc88110a1f99f67
|
||||||
SIZE (TDE/libraries/libkipi-trinity_14.1.2.orig.tar.xz) = 96672
|
SIZE (TDE/libraries/libkipi-trinity_14.1.3.orig.tar.xz) = 96588
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
TIMESTAMP = 1713689211
|
TIMESTAMP = 1729106934
|
||||||
SHA256 (TDE/libraries/libksquirrel-trinity_14.1.2.orig.tar.xz) = 492a1bd10f895d7c3e0e56e2af6dae47a43782443bff087dee83a2699ff333c7
|
SHA256 (TDE/libraries/libksquirrel-trinity_14.1.3.orig.tar.xz) = dea28549956ddb26297d0a650eedaeff82525c5d7b49ef79be5d3102eb9b7de3
|
||||||
SIZE (TDE/libraries/libksquirrel-trinity_14.1.2.orig.tar.xz) = 493652
|
SIZE (TDE/libraries/libksquirrel-trinity_14.1.3.orig.tar.xz) = 493944
|
||||||
|
Loading…
Reference in new issue