sync ports with The Matrix
This commit is contained in:
parent
02776f1507
commit
a0fe1892c0
885 changed files with 6817 additions and 4874 deletions
|
@ -11,6 +11,7 @@
|
|||
SUBDIR += angr
|
||||
SUBDIR += apache-ant
|
||||
SUBDIR += apktool
|
||||
SUBDIR += appstream
|
||||
SUBDIR += appstream-glib
|
||||
SUBDIR += apr
|
||||
SUBDIR += apr-util
|
||||
|
|
90
devel/appstream/Makefile
Normal file
90
devel/appstream/Makefile
Normal file
|
@ -0,0 +1,90 @@
|
|||
# XXX if we start providing OpenBSD appstream data files into
|
||||
# PREFIX/share/app-info, turn the @exec into a @tag (and add to portcheck);
|
||||
# for an example, see:
|
||||
# https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-appstream-data/-/blob/main/PKGBUILD
|
||||
|
||||
COMMENT-main= standard for creating app stores across distributions
|
||||
COMMENT-qt5= Qt5 interface for AppStream
|
||||
|
||||
V= 0.16.3
|
||||
DISTNAME= AppStream-${V}
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
PKGNAME-main= ${DISTNAME:L}
|
||||
PKGNAME-qt5= appstream-qt5-${V}
|
||||
|
||||
SHARED_LIBS += appstream 0.0 # 0.16.3
|
||||
SHARED_LIBS += appstream-compose 0.0 # 0.16.3
|
||||
SHARED_LIBS += AppStreamQt 0.0 # 0.16.3
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
HOMEPAGE= https://www.freedesktop.org/wiki/Distributions/AppStream/
|
||||
|
||||
# LGPLv2.1
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB-main += c cairo curl fontconfig freetype gdk_pixbuf-2.0 gio-2.0
|
||||
WANTLIB-main += glib-2.0 gobject-2.0 intl m pango-1.0 rsvg-2 stemmer
|
||||
WANTLIB-main += xml2 xmlb yaml-0
|
||||
|
||||
WANTLIB-qt5 += ${COMPILER_LIBCXX} Qt5Core appstream gio-2.0 glib-2.0
|
||||
WANTLIB-qt5 += gobject-2.0
|
||||
|
||||
MASTER_SITES= https://www.freedesktop.org/software/appstream/releases/
|
||||
|
||||
MULTI_PACKAGES= -main -qt5
|
||||
|
||||
MODULES= devel/meson \
|
||||
x11/qt5
|
||||
|
||||
BUILD_DEPENDS= devel/gettext,-tools \
|
||||
devel/gobject-introspection \
|
||||
lang/vala \
|
||||
textproc/gtk-doc
|
||||
|
||||
LIB_DEPENDS-main= devel/libyaml \
|
||||
net/curl \
|
||||
textproc/libstemmer \
|
||||
textproc/libxml \
|
||||
textproc/libxmlb \
|
||||
x11/gnome/librsvg
|
||||
|
||||
LIB_DEPENDS-qt5= ${BASE_PKGPATH},-main \
|
||||
${MODQT5_LIB_DEPENDS}
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
|
||||
CONFIGURE_ARGS= -Dsystemd=false \
|
||||
-Dqt=true \
|
||||
-Dvapi=true \
|
||||
-Dcompose=true
|
||||
|
||||
# /usr/include/sys/sysctl.h:504:2: error: unknown type name 'u_long'
|
||||
# src/as-system-info.c:466:23: error: use of undeclared identifier 'DT_LNK'
|
||||
# src/as-system-info.c:466:23: error: use of undeclared identifier 'DT_DIR'
|
||||
CFLAGS += -D_BSD_SOURCE
|
||||
|
||||
# needed for `make test'
|
||||
PORTHOME= ${WRKDIST}
|
||||
|
||||
pre-configure:
|
||||
sed -i \
|
||||
-e "s,/usr/share,${LOCALBASE}/share,g" \
|
||||
-e "s,/var/lib,/var/db,g" \
|
||||
${WRKSRC}/compose/asc-hint-tags.c \
|
||||
${WRKSRC}/compose/asc-utils-fonts.c \
|
||||
${WRKSRC}/src/as-distro-extras.c \
|
||||
${WRKSRC}/src/as-pool.c \
|
||||
${WRKSRC}/src/as-utils.c \
|
||||
${WRKSRC}/src/as-utils.h \
|
||||
${WRKSRC}/src/as-validator-issue-tag.h
|
||||
sed -i "s,/usr,${LOCALBASE},g" ${WRKSRC}/tools/appstream-compose.c
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/appstream
|
||||
mv ${WRKINST}${SYSCONFDIR}/appstream.conf ${PREFIX}/share/examples/appstream
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/appstream/distinfo
Normal file
2
devel/appstream/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (AppStream-0.16.3.tar.xz) = CByRdkbpTXIhyeSq5U2s2pWifGB/qTzY5jRKKzGLmLE=
|
||||
SIZE (AppStream-0.16.3.tar.xz) = 2568192
|
23
devel/appstream/patches/patch-src_as-system-info_c
Normal file
23
devel/appstream/patches/patch-src_as-system-info_c
Normal file
|
@ -0,0 +1,23 @@
|
|||
Index: src/as-system-info.c
|
||||
--- src/as-system-info.c.orig
|
||||
+++ src/as-system-info.c
|
||||
@@ -45,7 +45,7 @@
|
||||
|
||||
#if defined(__linux__)
|
||||
#include <sys/sysinfo.h>
|
||||
-#elif defined(__FreeBSD__)
|
||||
+#elif defined(__FreeBSD__) || defined(__OpenBSD__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
@@ -408,6 +408,10 @@ as_get_physical_memory_total (void)
|
||||
#elif defined(__FreeBSD__)
|
||||
unsigned long physmem;
|
||||
sysctl ((int[]){ CTL_HW, HW_PHYSMEM }, 2, &physmem, &(size_t){ sizeof (physmem) }, NULL, 0);
|
||||
+ return physmem / MB_IN_BYTES;
|
||||
+#elif defined(__OpenBSD__)
|
||||
+ unsigned long physmem;
|
||||
+ sysctl ((int[]){ CTL_HW, HW_PHYSMEM64 }, 2, &physmem, &(size_t){ sizeof (physmem) }, NULL, 0);
|
||||
return physmem / MB_IN_BYTES;
|
||||
#else
|
||||
#error "Implementation of as_get_physical_memory_total() missing for this OS."
|
19
devel/appstream/pkg/DESCR-main
Normal file
19
devel/appstream/pkg/DESCR-main
Normal file
|
@ -0,0 +1,19 @@
|
|||
AppStream is a collaborative effort for making machine-readable software
|
||||
metadata easily available to programs that need it.
|
||||
It is part of the Freedesktop ecosystem and provides a convenient way to
|
||||
retrieve information about available software, making it one of the building
|
||||
blocks for modern software centers.
|
||||
|
||||
AppStream consists of a specification to describe individual software component
|
||||
metadata in XML (so-called MetaInfo files), as well as a derived specification
|
||||
for a metadata-collection format to provide a list of these metadata entries in
|
||||
XML or YAML for easy consumption by software centers and other tools which need
|
||||
to know about available software in a repository.
|
||||
In addition to the metadata specification, AppStream specifies a set of related
|
||||
eatures to help providing better metadata for software repositories (primarily
|
||||
in Linux distributions).
|
||||
|
||||
This reference implementation of AppStream provides a shared library to work
|
||||
with these metadata files, features to index and query their data quickly, as
|
||||
well as other useful related functionality to make building programs which work
|
||||
with software metadata very easy.
|
1
devel/appstream/pkg/DESCR-qt5
Normal file
1
devel/appstream/pkg/DESCR-qt5
Normal file
|
@ -0,0 +1 @@
|
|||
appstream-qt5 provides the Qt5 interface for AppStream.
|
272
devel/appstream/pkg/PLIST-main
Normal file
272
devel/appstream/pkg/PLIST-main
Normal file
|
@ -0,0 +1,272 @@
|
|||
@bin bin/appstreamcli
|
||||
include/appstream/
|
||||
include/appstream-compose/
|
||||
include/appstream-compose/appstream-compose.h
|
||||
include/appstream-compose/asc-canvas.h
|
||||
include/appstream-compose/asc-compose.h
|
||||
include/appstream-compose/asc-directory-unit.h
|
||||
include/appstream-compose/asc-enums-types.h
|
||||
include/appstream-compose/asc-globals.h
|
||||
include/appstream-compose/asc-hint.h
|
||||
include/appstream-compose/asc-icon-policy.h
|
||||
include/appstream-compose/asc-image.h
|
||||
include/appstream-compose/asc-result.h
|
||||
include/appstream-compose/asc-unit.h
|
||||
include/appstream-compose/asc-utils.h
|
||||
include/appstream/appstream.h
|
||||
include/appstream/as-agreement-section.h
|
||||
include/appstream/as-agreement.h
|
||||
include/appstream/as-artifact.h
|
||||
include/appstream/as-branding.h
|
||||
include/appstream/as-bundle.h
|
||||
include/appstream/as-category-gir.h
|
||||
include/appstream/as-category.h
|
||||
include/appstream/as-checksum.h
|
||||
include/appstream/as-component.h
|
||||
include/appstream/as-content-rating.h
|
||||
include/appstream/as-context.h
|
||||
include/appstream/as-distro-details.h
|
||||
include/appstream/as-enum-types.h
|
||||
include/appstream/as-enums.h
|
||||
include/appstream/as-icon.h
|
||||
include/appstream/as-image.h
|
||||
include/appstream/as-issue.h
|
||||
include/appstream/as-launchable.h
|
||||
include/appstream/as-metadata.h
|
||||
include/appstream/as-pool-gir.h
|
||||
include/appstream/as-pool.h
|
||||
include/appstream/as-provided.h
|
||||
include/appstream/as-relation.h
|
||||
include/appstream/as-release.h
|
||||
include/appstream/as-review.h
|
||||
include/appstream/as-screenshot.h
|
||||
include/appstream/as-spdx.h
|
||||
include/appstream/as-suggested.h
|
||||
include/appstream/as-system-info.h
|
||||
include/appstream/as-translation.h
|
||||
include/appstream/as-utils.h
|
||||
include/appstream/as-validator-issue.h
|
||||
include/appstream/as-validator.h
|
||||
include/appstream/as-vercmp.h
|
||||
include/appstream/as-version.h
|
||||
include/appstream/as-video.h
|
||||
lib/girepository-1.0/AppStream-1.0.typelib
|
||||
lib/girepository-1.0/AppStreamCompose-1.0.typelib
|
||||
@lib lib/libappstream-compose.so.${LIBappstream-compose_VERSION}
|
||||
@lib lib/libappstream.so.${LIBappstream_VERSION}
|
||||
lib/pkgconfig/appstream-compose.pc
|
||||
lib/pkgconfig/appstream.pc
|
||||
@bin libexec/appstreamcli-compose
|
||||
@man man/man1/appstreamcli-compose.1
|
||||
@man man/man1/appstreamcli.1
|
||||
share/doc/appstream/
|
||||
share/doc/appstream/html/
|
||||
share/doc/appstream/html/api/
|
||||
share/doc/appstream/html/api/annotation-glossary.html
|
||||
share/doc/appstream/html/api/api-index-full.html
|
||||
share/doc/appstream/html/api/appstream-AsAgreement.html
|
||||
share/doc/appstream/html/api/appstream-AsAgreementSection.html
|
||||
share/doc/appstream/html/api/appstream-AsArtifact.html
|
||||
share/doc/appstream/html/api/appstream-AsBranding.html
|
||||
share/doc/appstream/html/api/appstream-AsBundle.html
|
||||
share/doc/appstream/html/api/appstream-AsCategory.html
|
||||
share/doc/appstream/html/api/appstream-AsChecksum.html
|
||||
share/doc/appstream/html/api/appstream-AsComponent.html
|
||||
share/doc/appstream/html/api/appstream-AsContentRating.html
|
||||
share/doc/appstream/html/api/appstream-AsContext.html
|
||||
share/doc/appstream/html/api/appstream-AsDistroDetails.html
|
||||
share/doc/appstream/html/api/appstream-AsIcon.html
|
||||
share/doc/appstream/html/api/appstream-AsImage.html
|
||||
share/doc/appstream/html/api/appstream-AsIssue.html
|
||||
share/doc/appstream/html/api/appstream-AsLaunchable.html
|
||||
share/doc/appstream/html/api/appstream-AsMetadata.html
|
||||
share/doc/appstream/html/api/appstream-AsPool.html
|
||||
share/doc/appstream/html/api/appstream-AsProvided.html
|
||||
share/doc/appstream/html/api/appstream-AsRelation.html
|
||||
share/doc/appstream/html/api/appstream-AsRelease.html
|
||||
share/doc/appstream/html/api/appstream-AsReview.html
|
||||
share/doc/appstream/html/api/appstream-AsScreenshot.html
|
||||
share/doc/appstream/html/api/appstream-AsSuggested.html
|
||||
share/doc/appstream/html/api/appstream-AsSystemInfo.html
|
||||
share/doc/appstream/html/api/appstream-AsTranslation.html
|
||||
share/doc/appstream/html/api/appstream-AsValidator.html
|
||||
share/doc/appstream/html/api/appstream-AsValidatorIssue.html
|
||||
share/doc/appstream/html/api/appstream-AsVideo.html
|
||||
share/doc/appstream/html/api/appstream-as-enums.html
|
||||
share/doc/appstream/html/api/appstream-as-spdx.html
|
||||
share/doc/appstream/html/api/appstream-as-utils.html
|
||||
share/doc/appstream/html/api/appstream.devhelp2
|
||||
share/doc/appstream/html/api/ch01.html
|
||||
share/doc/appstream/html/api/deprecated-api-index.html
|
||||
share/doc/appstream/html/api/home.png
|
||||
share/doc/appstream/html/api/index.html
|
||||
share/doc/appstream/html/api/left-insensitive.png
|
||||
share/doc/appstream/html/api/left.png
|
||||
share/doc/appstream/html/api/manpages.html
|
||||
share/doc/appstream/html/api/re32.html
|
||||
share/doc/appstream/html/api/re33.html
|
||||
share/doc/appstream/html/api/right-insensitive.png
|
||||
share/doc/appstream/html/api/right.png
|
||||
share/doc/appstream/html/api/style.css
|
||||
share/doc/appstream/html/api/up-insensitive.png
|
||||
share/doc/appstream/html/api/up.png
|
||||
share/doc/appstream/html/chap-AppStream-API.html
|
||||
share/doc/appstream/html/chap-AppStream-About.html
|
||||
share/doc/appstream/html/chap-AppStream-ManualPages.html
|
||||
share/doc/appstream/html/chap-AppStream-Misc.html
|
||||
share/doc/appstream/html/chap-CatalogData.html
|
||||
share/doc/appstream/html/chap-Metadata.html
|
||||
share/doc/appstream/html/chap-Quickstart.html
|
||||
share/doc/appstream/html/compose-api/
|
||||
share/doc/appstream/html/compose-api/annotation-glossary.html
|
||||
share/doc/appstream/html/compose-api/api-index-full.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-AscCompose.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-AscDirectoryUnit.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-AscHint.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-AscIconPolicy.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-AscResult.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-AscUnit.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-asc-canvas.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-asc-globals.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-asc-image.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose-asc-utils.html
|
||||
share/doc/appstream/html/compose-api/appstream-compose.devhelp2
|
||||
share/doc/appstream/html/compose-api/ch01.html
|
||||
share/doc/appstream/html/compose-api/deprecated-api-index.html
|
||||
share/doc/appstream/html/compose-api/home.png
|
||||
share/doc/appstream/html/compose-api/index.html
|
||||
share/doc/appstream/html/compose-api/left-insensitive.png
|
||||
share/doc/appstream/html/compose-api/left.png
|
||||
share/doc/appstream/html/compose-api/right-insensitive.png
|
||||
share/doc/appstream/html/compose-api/right.png
|
||||
share/doc/appstream/html/compose-api/style.css
|
||||
share/doc/appstream/html/compose-api/up-insensitive.png
|
||||
share/doc/appstream/html/compose-api/up.png
|
||||
share/doc/appstream/html/images/
|
||||
share/doc/appstream/html/images/appstream-button1.svg
|
||||
share/doc/appstream/html/images/appstream-button2.svg
|
||||
share/doc/appstream/html/images/appstream-logo.svg
|
||||
share/doc/appstream/html/images/architecture.png
|
||||
share/doc/appstream/html/images/screxample_gameconqueror-bad.png
|
||||
share/doc/appstream/html/images/screxample_geany-good.png
|
||||
share/doc/appstream/html/images/screxample_wireshark-good.png
|
||||
share/doc/appstream/html/images/screxample_xmedcon-bad.png
|
||||
share/doc/appstream/html/images/screxample_xonotic-good.png
|
||||
share/doc/appstream/html/images/screxample_xterm-bad.png
|
||||
share/doc/appstream/html/index.html
|
||||
share/doc/appstream/html/ix01.html
|
||||
share/doc/appstream/html/sect-AppStream-IconCache.html
|
||||
share/doc/appstream/html/sect-AppStream-Misc-URIHandler.html
|
||||
share/doc/appstream/html/sect-AppStream-YAML.html
|
||||
share/doc/appstream/html/sect-Metadata-Addon.html
|
||||
share/doc/appstream/html/sect-Metadata-Application.html
|
||||
share/doc/appstream/html/sect-Metadata-Codec.html
|
||||
share/doc/appstream/html/sect-Metadata-ConsoleApplication.html
|
||||
share/doc/appstream/html/sect-Metadata-Driver.html
|
||||
share/doc/appstream/html/sect-Metadata-Firmware.html
|
||||
share/doc/appstream/html/sect-Metadata-Fonts.html
|
||||
share/doc/appstream/html/sect-Metadata-IconTheme.html
|
||||
share/doc/appstream/html/sect-Metadata-InputMethod.html
|
||||
share/doc/appstream/html/sect-Metadata-Localization.html
|
||||
share/doc/appstream/html/sect-Metadata-OS.html
|
||||
share/doc/appstream/html/sect-Metadata-Releases.html
|
||||
share/doc/appstream/html/sect-Metadata-Repository.html
|
||||
share/doc/appstream/html/sect-Metadata-Runtime.html
|
||||
share/doc/appstream/html/sect-Metadata-Service.html
|
||||
share/doc/appstream/html/sect-Metadata-WebApplication.html
|
||||
share/doc/appstream/html/sect-Quickstart-Addons.html
|
||||
share/doc/appstream/html/sect-Quickstart-Distros.html
|
||||
share/doc/appstream/html/sect-Quickstart-Translation.html
|
||||
share/doc/appstream/html/static/
|
||||
share/doc/appstream/html/static/css/
|
||||
share/doc/appstream/html/static/css/highlight.css
|
||||
share/doc/appstream/html/static/css/style.css
|
||||
share/doc/appstream/html/static/images/
|
||||
share/doc/appstream/html/static/images/arrow.png
|
||||
share/doc/appstream/html/static/images/dots-blue.png
|
||||
share/doc/appstream/html/static/images/dots-darkgray.png
|
||||
share/doc/appstream/html/static/images/dots-gray.png
|
||||
share/doc/appstream/html/static/images/dots-orange.png
|
||||
share/doc/appstream/html/static/images/dots-red.png
|
||||
share/doc/appstream/html/static/images/draft.png
|
||||
share/doc/appstream/html/static/images/icon-important.png
|
||||
share/doc/appstream/html/static/images/icon-note.png
|
||||
share/doc/appstream/html/static/images/icon-tip.png
|
||||
share/doc/appstream/html/static/images/icon-warning.png
|
||||
share/doc/appstream/html/static/images/icons.png
|
||||
share/doc/appstream/html/static/images/logo.png
|
||||
share/doc/appstream/html/static/images/tick.png
|
||||
share/doc/appstream/html/static/js/
|
||||
share/doc/appstream/html/static/js/INFO.md
|
||||
share/examples/appstream/
|
||||
share/examples/appstream/appstream.conf
|
||||
@sample ${SYSCONFDIR}/appstream.conf
|
||||
share/gettext/its/metainfo.its
|
||||
share/gettext/its/metainfo.loc
|
||||
share/gir-1.0/AppStream-1.0.gir
|
||||
share/gir-1.0/AppStreamCompose-1.0.gir
|
||||
share/gtk-doc/html/appstream
|
||||
share/gtk-doc/html/appstream-compose
|
||||
share/installed-tests/appstream/
|
||||
share/installed-tests/appstream/metainfo-validate.test
|
||||
share/locale/ain/
|
||||
share/locale/ain/LC_MESSAGES/
|
||||
share/locale/ain/LC_MESSAGES/appstream.mo
|
||||
share/locale/ar/LC_MESSAGES/appstream.mo
|
||||
share/locale/bn/LC_MESSAGES/appstream.mo
|
||||
share/locale/bn_BD/
|
||||
share/locale/bn_BD/LC_MESSAGES/
|
||||
share/locale/bn_BD/LC_MESSAGES/appstream.mo
|
||||
share/locale/ca/LC_MESSAGES/appstream.mo
|
||||
share/locale/ckb/
|
||||
share/locale/ckb/LC_MESSAGES/
|
||||
share/locale/ckb/LC_MESSAGES/appstream.mo
|
||||
share/locale/cs/LC_MESSAGES/appstream.mo
|
||||
share/locale/da/LC_MESSAGES/appstream.mo
|
||||
share/locale/de/LC_MESSAGES/appstream.mo
|
||||
share/locale/en_GB/LC_MESSAGES/appstream.mo
|
||||
share/locale/eo/LC_MESSAGES/appstream.mo
|
||||
share/locale/es/LC_MESSAGES/appstream.mo
|
||||
share/locale/et/LC_MESSAGES/appstream.mo
|
||||
share/locale/eu/LC_MESSAGES/appstream.mo
|
||||
share/locale/fi/LC_MESSAGES/appstream.mo
|
||||
share/locale/fr/LC_MESSAGES/appstream.mo
|
||||
share/locale/gd/LC_MESSAGES/appstream.mo
|
||||
share/locale/gl/LC_MESSAGES/appstream.mo
|
||||
share/locale/he/LC_MESSAGES/appstream.mo
|
||||
share/locale/hi/LC_MESSAGES/appstream.mo
|
||||
share/locale/hr/LC_MESSAGES/appstream.mo
|
||||
share/locale/hu/LC_MESSAGES/appstream.mo
|
||||
share/locale/id/LC_MESSAGES/appstream.mo
|
||||
share/locale/it/LC_MESSAGES/appstream.mo
|
||||
share/locale/ja/LC_MESSAGES/appstream.mo
|
||||
share/locale/ka/LC_MESSAGES/appstream.mo
|
||||
share/locale/ko/LC_MESSAGES/appstream.mo
|
||||
share/locale/lt/LC_MESSAGES/appstream.mo
|
||||
share/locale/nb/LC_MESSAGES/appstream.mo
|
||||
share/locale/nl/LC_MESSAGES/appstream.mo
|
||||
share/locale/oc/LC_MESSAGES/appstream.mo
|
||||
share/locale/pl/LC_MESSAGES/appstream.mo
|
||||
share/locale/pt/LC_MESSAGES/appstream.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/appstream.mo
|
||||
share/locale/ro/LC_MESSAGES/appstream.mo
|
||||
share/locale/rom/
|
||||
share/locale/rom/LC_MESSAGES/
|
||||
share/locale/rom/LC_MESSAGES/appstream.mo
|
||||
share/locale/ru/LC_MESSAGES/appstream.mo
|
||||
share/locale/sk/LC_MESSAGES/appstream.mo
|
||||
share/locale/sl/LC_MESSAGES/appstream.mo
|
||||
share/locale/sr/LC_MESSAGES/appstream.mo
|
||||
share/locale/sr@latin/LC_MESSAGES/appstream.mo
|
||||
share/locale/sv/LC_MESSAGES/appstream.mo
|
||||
share/locale/tr/LC_MESSAGES/appstream.mo
|
||||
share/locale/uk/LC_MESSAGES/appstream.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/appstream.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/appstream.mo
|
||||
share/metainfo/
|
||||
share/metainfo/org.freedesktop.appstream.cli.metainfo.xml
|
||||
share/metainfo/org.freedesktop.appstream.compose.metainfo.xml
|
||||
share/vala/vapi/appstream.deps
|
||||
share/vala/vapi/appstream.vapi
|
||||
@exec %D/bin/appstreamcli refresh --force >/dev/null 2>&1 || true
|
||||
@unexec rm -rf /var/cache/swcatalog
|
26
devel/appstream/pkg/PLIST-qt5
Normal file
26
devel/appstream/pkg/PLIST-qt5
Normal file
|
@ -0,0 +1,26 @@
|
|||
include/AppStreamQt/
|
||||
include/AppStreamQt/appstreamqt_export.h
|
||||
include/AppStreamQt/bundle.h
|
||||
include/AppStreamQt/category.h
|
||||
include/AppStreamQt/component.h
|
||||
include/AppStreamQt/contentrating.h
|
||||
include/AppStreamQt/icon.h
|
||||
include/AppStreamQt/image.h
|
||||
include/AppStreamQt/launchable.h
|
||||
include/AppStreamQt/metadata.h
|
||||
include/AppStreamQt/pool.h
|
||||
include/AppStreamQt/provided.h
|
||||
include/AppStreamQt/relation.h
|
||||
include/AppStreamQt/release.h
|
||||
include/AppStreamQt/screenshot.h
|
||||
include/AppStreamQt/spdx.h
|
||||
include/AppStreamQt/suggested.h
|
||||
include/AppStreamQt/systeminfo.h
|
||||
include/AppStreamQt/translation.h
|
||||
include/AppStreamQt/utils.h
|
||||
include/AppStreamQt/version.h
|
||||
include/AppStreamQt/video.h
|
||||
lib/cmake/AppStreamQt/
|
||||
lib/cmake/AppStreamQt/AppStreamQtConfig.cmake
|
||||
lib/cmake/AppStreamQt/AppStreamQtConfigVersion.cmake
|
||||
@lib lib/libAppStreamQt.so.${LIBAppStreamQt_VERSION}
|
|
@ -2,7 +2,7 @@ ONLY_FOR_ARCHS = aarch64
|
|||
|
||||
COMMENT = Arm compute library
|
||||
|
||||
V = 23.05.1
|
||||
V = 23.08
|
||||
PKGNAME = arm-compute-library-${V}
|
||||
|
||||
GH_ACCOUNT = ARM-software
|
||||
|
@ -16,8 +16,8 @@ HOMEPAGE = https://github.com/ARM-software/ComputeLibrary
|
|||
MAINTAINER = Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
CORE_SO_V = 2.0
|
||||
GRAPH_SO_V = 2.2
|
||||
COMPUTE_SO_V = 3.4
|
||||
GRAPH_SO_V = 2.3
|
||||
COMPUTE_SO_V = 3.5
|
||||
|
||||
SHARED_LIBS += arm_compute ${COMPUTE_SO_V}
|
||||
SHARED_LIBS += arm_compute_core ${CORE_SO_V}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (ComputeLibrary-23.05.1.tar.gz) = xMoymnjaOAFjsthukbpyg0m28O6X1m4mCmlO838LDZM=
|
||||
SIZE (ComputeLibrary-23.05.1.tar.gz) = 13615969
|
||||
SHA256 (ComputeLibrary-23.08.tar.gz) = YvUUpVVAnUQB5SULKQzfjPFnbk63deW9YepqdAqM4k8=
|
||||
SIZE (ComputeLibrary-23.08.tar.gz) = 13902839
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: SConscript
|
||||
--- SConscript.orig
|
||||
+++ SConscript
|
||||
@@ -650,7 +650,7 @@ else:
|
||||
@@ -700,7 +700,7 @@ else:
|
||||
elif 'sve' in env['arch']:
|
||||
lib_files += lib_files_sve
|
||||
|
||||
|
@ -10,7 +10,7 @@ Index: SConscript
|
|||
|
||||
Export('arm_compute_a')
|
||||
|
||||
@@ -669,7 +669,7 @@ if env['os'] == 'macos':
|
||||
@@ -719,7 +719,7 @@ if env['os'] == 'macos':
|
||||
# macos static library archiver fails if given an empty list of files
|
||||
arm_compute_core_a = build_library('arm_compute_core-static', arm_compute_env, lib_files, static=True)
|
||||
else:
|
||||
|
@ -19,12 +19,12 @@ Index: SConscript
|
|||
|
||||
Export('arm_compute_core_a')
|
||||
|
||||
@@ -682,7 +682,7 @@ arm_compute_graph_env = arm_compute_env.Clone()
|
||||
@@ -732,7 +732,7 @@ arm_compute_graph_env = arm_compute_env.Clone()
|
||||
# Build graph libraries
|
||||
arm_compute_graph_env.Append(CXXFLAGS = ['-Wno-redundant-move', '-Wno-pessimizing-move'])
|
||||
|
||||
-arm_compute_graph_a = build_library('arm_compute_graph-static', arm_compute_graph_env, graph_files, static=True, libs = [ arm_compute_a ])
|
||||
+arm_compute_graph_a = build_library('arm_compute_graph', arm_compute_graph_env, graph_files, static=True, libs = [ arm_compute_a ])
|
||||
-arm_compute_graph_a = build_library('arm_compute_graph-static', arm_compute_graph_env, graph_files, static=True)
|
||||
+arm_compute_graph_a = build_library('arm_compute_graph', arm_compute_graph_env, graph_files, static=True)
|
||||
Export('arm_compute_graph_a')
|
||||
|
||||
if env['os'] != 'bare_metal' and not env['standalone']:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Index: SConstruct
|
||||
--- SConstruct.orig
|
||||
+++ SConstruct
|
||||
@@ -253,17 +253,8 @@ c_compiler = os.environ.get('CC', default_c_compiler)
|
||||
@@ -258,17 +258,8 @@ c_compiler = os.environ.get('CC', default_c_compiler)
|
||||
if env['os'] == 'android' and ( 'clang++' not in cpp_compiler or 'clang' not in c_compiler ):
|
||||
print( "WARNING: Only clang is officially supported to build the Compute Library for Android")
|
||||
|
||||
|
@ -20,7 +20,7 @@ Index: SConstruct
|
|||
if env['cppthreads']:
|
||||
env.Append(CPPDEFINES = [('ARM_COMPUTE_CPP_SCHEDULER', 1)])
|
||||
|
||||
@@ -424,25 +415,6 @@ if not GetOption("help"):
|
||||
@@ -474,25 +465,6 @@ if not GetOption("help"):
|
||||
except OSError:
|
||||
print("ERROR: Compiler '%s' not found" % env['CXX'])
|
||||
Exit(1)
|
||||
|
|
|
@ -49,6 +49,7 @@ include/arm_compute/core/CPP/kernels/CPPPermuteKernel.h
|
|||
include/arm_compute/core/CPP/kernels/CPPTopKVKernel.h
|
||||
include/arm_compute/core/CPP/kernels/CPPUpsampleKernel.h
|
||||
include/arm_compute/core/Coordinates.h
|
||||
include/arm_compute/core/CoreTypes.h
|
||||
include/arm_compute/core/Dimensions.h
|
||||
include/arm_compute/core/Error.h
|
||||
include/arm_compute/core/GPUTarget.h
|
||||
|
@ -85,7 +86,14 @@ include/arm_compute/core/experimental/IPostOp.h
|
|||
include/arm_compute/core/experimental/PostOps.h
|
||||
include/arm_compute/core/experimental/Types.h
|
||||
include/arm_compute/core/utils/
|
||||
include/arm_compute/core/utils/ActivationFunctionUtils.h
|
||||
include/arm_compute/core/utils/DataLayoutUtils.h
|
||||
include/arm_compute/core/utils/DataTypeUtils.h
|
||||
include/arm_compute/core/utils/FormatUtils.h
|
||||
include/arm_compute/core/utils/InterpolationPolicyUtils.h
|
||||
include/arm_compute/core/utils/StringUtils.h
|
||||
include/arm_compute/core/utils/helpers/
|
||||
include/arm_compute/core/utils/helpers/AdjustVecSize.h
|
||||
include/arm_compute/core/utils/helpers/tensor_transform.h
|
||||
include/arm_compute/core/utils/io/
|
||||
include/arm_compute/core/utils/io/FileHandler.h
|
||||
|
@ -101,6 +109,7 @@ include/arm_compute/core/utils/logging/Printers.h
|
|||
include/arm_compute/core/utils/logging/StdPrinter.h
|
||||
include/arm_compute/core/utils/logging/Types.h
|
||||
include/arm_compute/core/utils/math/
|
||||
include/arm_compute/core/utils/math/Math.h
|
||||
include/arm_compute/core/utils/math/SafeOps.h
|
||||
include/arm_compute/core/utils/misc/
|
||||
include/arm_compute/core/utils/misc/InfoHelpers.h
|
||||
|
@ -145,6 +154,12 @@ include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSigmoid.h
|
|||
include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSoftmax.h
|
||||
include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuSub.h
|
||||
include/arm_compute/dynamic_fusion/sketch/gpu/operators/GpuTanh.h
|
||||
include/arm_compute/function_info/
|
||||
include/arm_compute/function_info/ActivationLayerInfo.h
|
||||
include/arm_compute/function_info/ConvolutionInfo.h
|
||||
include/arm_compute/function_info/FullyConnectedLayerInfo.h
|
||||
include/arm_compute/function_info/GEMMInfo.h
|
||||
include/arm_compute/function_info/MatMulInfo.h
|
||||
include/arm_compute/graph/
|
||||
include/arm_compute/graph.h
|
||||
include/arm_compute/graph/DataLayerVisitor.h
|
||||
|
|
|
@ -36,6 +36,9 @@ MODCARGO_WANTLIB += c++abi
|
|||
MODCARGO_WANTLIB +=
|
||||
.endif
|
||||
|
||||
CHECK_LIB_DEPENDS_ARGS += -S MODCARGO_WANTLIB="${MODCARGO_WANTLIB}"
|
||||
CHECK_LIB_DEPENDS_ARGS += -F c++abi
|
||||
|
||||
# Define MASTER_SITES_CRATESIO for crates.io
|
||||
MASTER_SITES.cargo = https://crates.io/api/v1/crates/
|
||||
|
||||
|
|
|
@ -2,8 +2,7 @@ COMMENT = C bindings generator from rust code
|
|||
|
||||
GH_ACCOUNT = eqrion
|
||||
GH_PROJECT = cbindgen
|
||||
GH_TAGNAME = v0.24.3
|
||||
REVISION = 1
|
||||
GH_TAGNAME = v0.26.0
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
|
|
@ -2,41 +2,42 @@ MODCARGO_CRATES += atty 0.2.14 # MIT
|
|||
MODCARGO_CRATES += autocfg 1.1.0 # Apache-2.0 OR MIT
|
||||
MODCARGO_CRATES += bitflags 1.3.2 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += cfg-if 1.0.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += clap 3.1.6 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += fastrand 1.7.0 # Apache-2.0 OR MIT
|
||||
MODCARGO_CRATES += hashbrown 0.11.2 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += heck 0.4.0 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += clap 3.2.25 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += clap_lex 0.2.4 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += fastrand 1.9.0 # Apache-2.0 OR MIT
|
||||
MODCARGO_CRATES += hashbrown 0.12.3 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += heck 0.4.1 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += hermit-abi 0.1.19 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += indexmap 1.8.0 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += indexmap 1.9.3 # Apache-2.0 OR MIT
|
||||
MODCARGO_CRATES += instant 0.1.12 # BSD-3-Clause
|
||||
MODCARGO_CRATES += itoa 1.0.1 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += itoa 1.0.6 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += lazy_static 1.4.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += libc 0.2.121 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += lock_api 0.4.6 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += log 0.4.16 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += memchr 2.4.1 # Unlicense/MIT
|
||||
MODCARGO_CRATES += os_str_bytes 6.0.0 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += libc 0.2.144 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += lock_api 0.4.9 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += log 0.4.17 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += os_str_bytes 6.5.0 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += parking_lot 0.11.2 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += parking_lot_core 0.8.5 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += proc-macro2 1.0.36 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += quote 1.0.17 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += redox_syscall 0.2.12 # MIT
|
||||
MODCARGO_CRATES += parking_lot_core 0.8.6 # Apache-2.0/MIT
|
||||
MODCARGO_CRATES += proc-macro2 1.0.66 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += quote 1.0.27 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += redox_syscall 0.2.16 # MIT
|
||||
MODCARGO_CRATES += remove_dir_all 0.5.3 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += ryu 1.0.9 # Apache-2.0 OR BSL-1.0
|
||||
MODCARGO_CRATES += ryu 1.0.13 # Apache-2.0 OR BSL-1.0
|
||||
MODCARGO_CRATES += scopeguard 1.1.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += serde 1.0.136 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_derive 1.0.136 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_json 1.0.79 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde 1.0.163 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_derive 1.0.163 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serde_json 1.0.96 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += serial_test 0.5.1 # MIT
|
||||
MODCARGO_CRATES += serial_test_derive 0.5.1 # MIT
|
||||
MODCARGO_CRATES += smallvec 1.8.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += smallvec 1.10.0 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += strsim 0.10.0 # MIT
|
||||
MODCARGO_CRATES += syn 1.0.89 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += syn 1.0.109 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += syn 2.0.16 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += tempfile 3.3.0 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += termcolor 1.1.3 # Unlicense OR MIT
|
||||
MODCARGO_CRATES += textwrap 0.15.0 # MIT
|
||||
MODCARGO_CRATES += toml 0.5.8 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += unicode-xid 0.2.2 # MIT OR Apache-2.0
|
||||
MODCARGO_CRATES += termcolor 1.2.0 # Unlicense OR MIT
|
||||
MODCARGO_CRATES += textwrap 0.16.0 # MIT
|
||||
MODCARGO_CRATES += toml 0.5.11 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += unicode-ident 1.0.8 # (MIT OR Apache-2.0) AND Unicode-DFS-2016
|
||||
MODCARGO_CRATES += winapi 0.3.9 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += winapi-i686-pc-windows-gnu 0.4.0 # MIT/Apache-2.0
|
||||
MODCARGO_CRATES += winapi-util 0.1.5 # Unlicense/MIT
|
||||
|
|
|
@ -2,87 +2,89 @@ SHA256 (cargo/atty-0.2.14.tar.gz) = 2bOb4Ydw0RQhzbG5lHpF3T836TCSy/N3YUgooxnV/ug=
|
|||
SHA256 (cargo/autocfg-1.1.0.tar.gz) = 1GiAK6sXy8DMV16bBT9B5yqja/prf1XjUp/6QxYbl/o=
|
||||
SHA256 (cargo/bitflags-1.3.2.tar.gz) = vvONRRY8Lx3eCUp9/TPM9ZXJKQXI+PT9wY0G+xA3cYo=
|
||||
SHA256 (cargo/cfg-if-1.0.0.tar.gz) = uvHeQzl2FYi8Bhnjy8ASDuWC67dLU7Tvv3kRe9LaQP0=
|
||||
SHA256 (cargo/clap-3.1.6.tar.gz) = 2Mk0NsIeRpi6yt9CkX2yiyMBcCek3syzXb5Hp+eEASM=
|
||||
SHA256 (cargo/fastrand-1.7.0.tar.gz) = w/zwzuU1GchmwJtd4fbFb/nWRxAfgcGWT6Yy4UiJbN8=
|
||||
SHA256 (cargo/hashbrown-0.11.2.tar.gz) = q17w1JCe83JMyMzmzMhXLFyBdZLpKF9UZPjob4vTcm4=
|
||||
SHA256 (cargo/heck-0.4.0.tar.gz) = JUB3HmX8jLg81uiiN/cMMZvVwp947RCEul1Q7qyG9/k=
|
||||
SHA256 (cargo/clap-3.2.25.tar.gz) = TqGBv1ZvccuaXRelnhhxr2OBgKGPsANckq5itwUgcSM=
|
||||
SHA256 (cargo/clap_lex-0.2.4.tar.gz) = KFDy9agsv0N91a9NSYSPvfwnwVfD0BA0V3b5UnZSYcU=
|
||||
SHA256 (cargo/fastrand-1.9.0.tar.gz) = 5RCT4nsHl8NZeDKUyk8KkRwnAYTLEPhXg7EYYUoVAb4=
|
||||
SHA256 (cargo/hashbrown-0.12.3.tar.gz) = ip7nDEOq9BfJFDlmRaD6hSYkgBsk67eueP6CcoiayIg=
|
||||
SHA256 (cargo/heck-0.4.1.tar.gz) = lVBcOLRXKy2RDOywKBVg9UtEChkzbLvLJ79s5q3G9ag=
|
||||
SHA256 (cargo/hermit-abi-0.1.19.tar.gz) = YrRnNDuUukdtyyUA0kLa27OVV9+IkxCsd8XZkQCqrDM=
|
||||
SHA256 (cargo/indexmap-1.8.0.tar.gz) = KCpiR3Isq6QEwGUBa7+lIoBuUXFMNPXfw+SjpG/LQiM=
|
||||
SHA256 (cargo/indexmap-1.9.3.tar.gz) = vQcOOTNTeW6AHSCa0znolZbrTI1DDRjt5qHM7Y+vvZk=
|
||||
SHA256 (cargo/instant-0.1.12.tar.gz) = elu+gkxQfF2llWNV6Gp0bYLg4UZPZdhizF5x2nDpSyw=
|
||||
SHA256 (cargo/itoa-1.0.1.tar.gz) = GquPw2dYi4nc7oOrD9ZrcrULcvoZBNcJUEWs4rDIHDU=
|
||||
SHA256 (cargo/itoa-1.0.6.tar.gz) = RTrZ9YKkQZWeXw0IiwLOBM/o1RqOrwd/EqxtPpQWTKY=
|
||||
SHA256 (cargo/lazy_static-1.4.0.tar.gz) = 4qutI/vEKzcA8vJ5hE3IMq2ysusGmy35GPRVxOGMxkY=
|
||||
SHA256 (cargo/libc-0.2.121.tar.gz) = 76p7MA87X+jra/Ic44leF1HZZlCGry1ktC8ZcBAV/08=
|
||||
SHA256 (cargo/lock_api-0.4.6.tar.gz) = iJQ91+9KLlpL+idTqqswE+NM4lM9GZb7GO9ZHjFeKzs=
|
||||
SHA256 (cargo/log-0.4.16.tar.gz) = Y4nEkISf9bwWvpBa4kvJE6nIiS4ZsjQdvBdeFMNBwrg=
|
||||
SHA256 (cargo/memchr-2.4.1.tar.gz) = MIzDm+Abc9DRj4Kg57Kj34UkX4Svlv3dxdIC0n5HuGo=
|
||||
SHA256 (cargo/os_str_bytes-6.0.0.tar.gz) = jiJEPRZDqQRgJZW6HNj32Jav5W0mcSUxxf9zoVsvv2Q=
|
||||
SHA256 (cargo/libc-0.2.144.tar.gz) = KwDMHCKKZ4LQ8HbnsjKALgxWidQbtd82byprZiHP3+E=
|
||||
SHA256 (cargo/lock_api-0.4.9.tar.gz) = Q1ARNm/lZYOxbPlW+d8AlbQFuC12QlvImBwOIuYOxN8=
|
||||
SHA256 (cargo/log-0.4.17.tar.gz) = q7EuaHz7RKpA9B/Dl473ZEj5tgOMrWrvQlnTwJWiOC4=
|
||||
SHA256 (cargo/os_str_bytes-6.5.0.tar.gz) = zu30T7APLRmEsLyYECYnzmIuCD5JpbrNs+UU+kI44mc=
|
||||
SHA256 (cargo/parking_lot-0.11.2.tar.gz) = fRe3gDamBmO3l63q7kb1yd/ruGlI0SVQB6HWvgJx/5k=
|
||||
SHA256 (cargo/parking_lot_core-0.8.5.tar.gz) = 126OFJO8rA0nZsQnN/NEWPHIxQwNI7yyTqlTr/snMhY=
|
||||
SHA256 (cargo/proc-macro2-1.0.36.tar.gz) = xzQtWIP7zK4cw3ojU7Cch8mw86/XP1+5u6aHofczsCk=
|
||||
SHA256 (cargo/quote-1.0.17.tar.gz) = Yy0Cv/f4dKNvM+qLtBbNSEuQzGbBGUsaERDQZ6cBP1g=
|
||||
SHA256 (cargo/redox_syscall-0.2.12.tar.gz) = iuGD/BsGwUnwwXk+HrRHyLBL/kbUjp5Iv7jS1+1k7PA=
|
||||
SHA256 (cargo/parking_lot_core-0.8.6.tar.gz) = YKLP5vCtK/wWrvpGO0l9XHpezUSiPvpyqjQtkBdzVtw=
|
||||
SHA256 (cargo/proc-macro2-1.0.66.tar.gz) = GPsx2z+b3bLqghzeMKn3ARfj8RmTi17mMLdAOqbi6tk=
|
||||
SHA256 (cargo/quote-1.0.27.tar.gz) = j08p0UUmXsHEg8fGVEUO3eC/4EPTk41pcmMGYzVtlQA=
|
||||
SHA256 (cargo/redox_syscall-0.2.16.tar.gz) = +1pYwYVbS2gZ1ZASFVYD8LIq0wytdSYAqt/LaVJlUZo=
|
||||
SHA256 (cargo/remove_dir_all-0.5.3.tar.gz) = Os0SVmVCKXOjOsnT3S34XtrQ9K6bANr7GgXkOp9e+Oc=
|
||||
SHA256 (cargo/ryu-1.0.9.tar.gz) = c7S3UMeCllwhG0LwIvWa8fvOq90CZiNxTxBBUvHsFJ8=
|
||||
SHA256 (cargo/ryu-1.0.13.tar.gz) = +RM5wEZ95iNgZJ+NPhhcqN5CJP8oH2YADeXrKnenkEE=
|
||||
SHA256 (cargo/scopeguard-1.1.0.tar.gz) = 0pqwxtP8Dukv5m4tmfcA6rF6jVfRwdO3SDgPsguqeM0=
|
||||
SHA256 (cargo/serde-1.0.136.tar.gz) = zjHiSwHh5STflvHC/dBUQF+Nc3YkmlEQiG+0tlhIR4k=
|
||||
SHA256 (cargo/serde_derive-1.0.136.tar.gz) = CFl+cVL80wb0GDjtPje+nq7tK2HELiEXJmpVT6tGYvk=
|
||||
SHA256 (cargo/serde_json-1.0.79.tar.gz) = jo2fpcOzBHZc4f2cTIo94sjbNlpbkb5S8YbvxnVoHZU=
|
||||
SHA256 (cargo/serde-1.0.163.tar.gz) = IROrUbh6U5rgCLXGwC3AIP+jmv0tg8/8s/TrJyLOvsI=
|
||||
SHA256 (cargo/serde_derive-1.0.163.tar.gz) = jIBXd+OTDIiDOJxgIxWiQiS8xzi2OQXvh80UIDU+qT4=
|
||||
SHA256 (cargo/serde_json-1.0.96.tar.gz) = BX05SlBAO8rBJnKysY+zh6ttKJ2Vfatn3SAYdTkeUvE=
|
||||
SHA256 (cargo/serial_test-0.5.1.tar.gz) = 4LzLz0DIk4GWlEo9oOEz4DGjP01rcts72jzFVuNhkF0=
|
||||
SHA256 (cargo/serial_test_derive-0.5.1.tar.gz) = sqzW3v7dtB62C7Ro+IJdDP0MKna8A7/SNbah3E9qGtU=
|
||||
SHA256 (cargo/smallvec-1.8.0.tar.gz) = 8t1XRiaDkQbDIKMjMIYp3LGs/JbjKoy6Nk3cYawj7oM=
|
||||
SHA256 (cargo/smallvec-1.10.0.tar.gz) = pQe+/nlUBEVjQd+rEM72bq1MBB9iuLEbu5K//l0JU+A=
|
||||
SHA256 (cargo/strsim-0.10.0.tar.gz) = c0c8Dlnm1YEsXf4qBkpkRJSfCJ4g7smi5VBllklORiM=
|
||||
SHA256 (cargo/syn-1.0.89.tar.gz) = 6il74iDVI5jcwHzhWiCfzkNtNhc1rB23AMqzts37n1Q=
|
||||
SHA256 (cargo/syn-1.0.109.tar.gz) = crZBkbJ1tm/+JGnorywc/juvpntSnq15Km0BYIiLQjc=
|
||||
SHA256 (cargo/syn-2.0.16.tar.gz) = pvZx1LX/246t7BnArmf+JjnfhoS9e8S4PZhrjbVJzwE=
|
||||
SHA256 (cargo/tempfile-3.3.0.tar.gz) = XNse9OrurdyPvTceUBcFcGSvCRGQLvNrOYAfZ8xteeQ=
|
||||
SHA256 (cargo/termcolor-1.1.3.tar.gz) = urJNMLkRsjdvOhPMLNRDFC8Mgd2gTBGGk+NbODV1d1U=
|
||||
SHA256 (cargo/textwrap-0.15.0.tar.gz) = sRQdTWEJWyhBniLLC78CdV9eVOBSb5fx49HRYOYIhfs=
|
||||
SHA256 (cargo/toml-0.5.8.tar.gz) = oxFClwgmcz34JB7zXcBA75jGeasU18PlTYJwmbOs7Ko=
|
||||
SHA256 (cargo/unicode-xid-0.2.2.tar.gz) = jMuC1h+ApmPv4feHpRsWtaUeMxTWrDZbCGOfUjh7M/M=
|
||||
SHA256 (cargo/termcolor-1.2.0.tar.gz) = vlXPiUL+rFx2XCyZNCKAaEPJqaRdTVxAetbdLqleubY=
|
||||
SHA256 (cargo/textwrap-0.16.0.tar.gz) = IioiKlv+G7pKd7RexIinQbPLiHLl5JlFH9fQEpycfD0=
|
||||
SHA256 (cargo/toml-0.5.11.tar.gz) = 9Pfw3Y1QqFOlMcQmNZBFsZmPBCGdiHmYEHYs1K0xQjQ=
|
||||
SHA256 (cargo/unicode-ident-1.0.8.tar.gz) = 5UZKh7I58TpjpQHycBVldUuuktJD1Lt+sS9tV9Imm/Q=
|
||||
SHA256 (cargo/winapi-0.3.9.tar.gz) = XIOaZ0/NepiVLlkyQupACr6TmSdGdh44ZBQF0osA9Bk=
|
||||
SHA256 (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = rDuHxjYgQm3ZuZHlzgMp7/VFvMu7NPO+Cf9vtqtRt7Y=
|
||||
SHA256 (cargo/winapi-util-0.1.5.tar.gz) = cOxs6FuxWBUcrl5ch/lajpfSwMSwASI/M6M0485d4Xg=
|
||||
SHA256 (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = cS4ieEHQV8HuHNL7Ivp+WlRhro5I+iynnsQs/BkxGD8=
|
||||
SHA256 (cbindgen-0.24.3.tar.gz) = XWk6tUrMCFufLbr7zwofCJc39+DLFob6M4wqqgXcdwU=
|
||||
SHA256 (cbindgen-0.26.0.tar.gz) = tF4aZIdbYVcCqGrDCE72muMpJiQc0raHowwSR0vhUQU=
|
||||
SIZE (cargo/atty-0.2.14.tar.gz) = 5470
|
||||
SIZE (cargo/autocfg-1.1.0.tar.gz) = 13272
|
||||
SIZE (cargo/bitflags-1.3.2.tar.gz) = 23021
|
||||
SIZE (cargo/cfg-if-1.0.0.tar.gz) = 7934
|
||||
SIZE (cargo/clap-3.1.6.tar.gz) = 202211
|
||||
SIZE (cargo/fastrand-1.7.0.tar.gz) = 11265
|
||||
SIZE (cargo/hashbrown-0.11.2.tar.gz) = 85713
|
||||
SIZE (cargo/heck-0.4.0.tar.gz) = 11161
|
||||
SIZE (cargo/clap-3.2.25.tar.gz) = 219403
|
||||
SIZE (cargo/clap_lex-0.2.4.tar.gz) = 9652
|
||||
SIZE (cargo/fastrand-1.9.0.tar.gz) = 11910
|
||||
SIZE (cargo/hashbrown-0.12.3.tar.gz) = 102968
|
||||
SIZE (cargo/heck-0.4.1.tar.gz) = 11567
|
||||
SIZE (cargo/hermit-abi-0.1.19.tar.gz) = 9979
|
||||
SIZE (cargo/indexmap-1.8.0.tar.gz) = 52583
|
||||
SIZE (cargo/indexmap-1.9.3.tar.gz) = 54653
|
||||
SIZE (cargo/instant-0.1.12.tar.gz) = 6128
|
||||
SIZE (cargo/itoa-1.0.1.tar.gz) = 11059
|
||||
SIZE (cargo/itoa-1.0.6.tar.gz) = 10410
|
||||
SIZE (cargo/lazy_static-1.4.0.tar.gz) = 10443
|
||||
SIZE (cargo/libc-0.2.121.tar.gz) = 574702
|
||||
SIZE (cargo/lock_api-0.4.6.tar.gz) = 25215
|
||||
SIZE (cargo/log-0.4.16.tar.gz) = 37758
|
||||
SIZE (cargo/memchr-2.4.1.tar.gz) = 64977
|
||||
SIZE (cargo/os_str_bytes-6.0.0.tar.gz) = 21046
|
||||
SIZE (cargo/libc-0.2.144.tar.gz) = 682092
|
||||
SIZE (cargo/lock_api-0.4.9.tar.gz) = 25685
|
||||
SIZE (cargo/log-0.4.17.tar.gz) = 38028
|
||||
SIZE (cargo/os_str_bytes-6.5.0.tar.gz) = 23166
|
||||
SIZE (cargo/parking_lot-0.11.2.tar.gz) = 39869
|
||||
SIZE (cargo/parking_lot_core-0.8.5.tar.gz) = 32466
|
||||
SIZE (cargo/proc-macro2-1.0.36.tar.gz) = 41411
|
||||
SIZE (cargo/quote-1.0.17.tar.gz) = 28629
|
||||
SIZE (cargo/redox_syscall-0.2.12.tar.gz) = 24081
|
||||
SIZE (cargo/parking_lot_core-0.8.6.tar.gz) = 32567
|
||||
SIZE (cargo/proc-macro2-1.0.66.tar.gz) = 43575
|
||||
SIZE (cargo/quote-1.0.27.tar.gz) = 28416
|
||||
SIZE (cargo/redox_syscall-0.2.16.tar.gz) = 24012
|
||||
SIZE (cargo/remove_dir_all-0.5.3.tar.gz) = 9184
|
||||
SIZE (cargo/ryu-1.0.9.tar.gz) = 48391
|
||||
SIZE (cargo/ryu-1.0.13.tar.gz) = 46823
|
||||
SIZE (cargo/scopeguard-1.1.0.tar.gz) = 11470
|
||||
SIZE (cargo/serde-1.0.136.tar.gz) = 76158
|
||||
SIZE (cargo/serde_derive-1.0.136.tar.gz) = 54776
|
||||
SIZE (cargo/serde_json-1.0.79.tar.gz) = 144451
|
||||
SIZE (cargo/serde-1.0.163.tar.gz) = 77030
|
||||
SIZE (cargo/serde_derive-1.0.163.tar.gz) = 54447
|
||||
SIZE (cargo/serde_json-1.0.96.tar.gz) = 144652
|
||||
SIZE (cargo/serial_test-0.5.1.tar.gz) = 2993
|
||||
SIZE (cargo/serial_test_derive-0.5.1.tar.gz) = 3609
|
||||
SIZE (cargo/smallvec-1.8.0.tar.gz) = 27992
|
||||
SIZE (cargo/smallvec-1.10.0.tar.gz) = 31564
|
||||
SIZE (cargo/strsim-0.10.0.tar.gz) = 11355
|
||||
SIZE (cargo/syn-1.0.89.tar.gz) = 235966
|
||||
SIZE (cargo/syn-1.0.109.tar.gz) = 237611
|
||||
SIZE (cargo/syn-2.0.16.tar.gz) = 240928
|
||||
SIZE (cargo/tempfile-3.3.0.tar.gz) = 27578
|
||||
SIZE (cargo/termcolor-1.1.3.tar.gz) = 17242
|
||||
SIZE (cargo/textwrap-0.15.0.tar.gz) = 52998
|
||||
SIZE (cargo/toml-0.5.8.tar.gz) = 54219
|
||||
SIZE (cargo/unicode-xid-0.2.2.tar.gz) = 14955
|
||||
SIZE (cargo/termcolor-1.2.0.tar.gz) = 17917
|
||||
SIZE (cargo/textwrap-0.16.0.tar.gz) = 53722
|
||||
SIZE (cargo/toml-0.5.11.tar.gz) = 54910
|
||||
SIZE (cargo/unicode-ident-1.0.8.tar.gz) = 41962
|
||||
SIZE (cargo/winapi-0.3.9.tar.gz) = 1200382
|
||||
SIZE (cargo/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815
|
||||
SIZE (cargo/winapi-util-0.1.5.tar.gz) = 10164
|
||||
SIZE (cargo/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998
|
||||
SIZE (cbindgen-0.24.3.tar.gz) = 207890
|
||||
SIZE (cbindgen-0.26.0.tar.gz) = 219975
|
||||
|
|
|
@ -3,7 +3,7 @@ supposed to read CXX & CC from env, but for some reason this doesnt work ?
|
|||
Index: tests/tests.rs
|
||||
--- tests/tests.rs.orig
|
||||
+++ tests/tests.rs
|
||||
@@ -69,8 +69,8 @@ fn compile(
|
||||
@@ -113,8 +113,8 @@ fn compile(
|
||||
skip_warning_as_error: bool,
|
||||
) {
|
||||
let cc = match language {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
COMMENT = various tools for the Go programming language
|
||||
|
||||
MODGO_MODNAME = golang.org/x/tools
|
||||
MODGO_VERSION = v0.9.0
|
||||
MODGO_VERSION = v0.13.0
|
||||
|
||||
DISTNAME = go-tools-${MODGO_VERSION}
|
||||
EPOCH = 0
|
||||
|
@ -18,12 +18,16 @@ MODULES = lang/go
|
|||
|
||||
RUN_DEPENDS = ${MODGO_RUN_DEPENDS}
|
||||
|
||||
_SUBPKGS = benchcmp \
|
||||
# deprecated in favour of golang.org/x/perf/cmd/benchstat
|
||||
_SUBPKGS = benchcmp
|
||||
|
||||
_SUBPKGS += bisect \
|
||||
bundle \
|
||||
callgraph \
|
||||
compilebench \
|
||||
digraph \
|
||||
eg \
|
||||
file2fuzz \
|
||||
fiximports \
|
||||
go-contrib-init \
|
||||
godex \
|
||||
|
|
|
@ -1,32 +1,36 @@
|
|||
SHA256 (go-tools-v0.9.0.zip) = do5ITBH7lm16O50uesNx/2etMyoqI0EXAlOlKWjLFaM=
|
||||
SHA256 (go-tools-v0.13.0.zip) = b9HiUBEiFXCUVEaOrVPDHFJLBcyQpi7YF9DUeA/bZCk=
|
||||
SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.4.13.mod) = 7n/kRmIDoB06wZrcE0zeyZvG3nGZLCjz3Zp0SAv/BgM=
|
||||
SHA256 (go_modules/github.com/yuin/goldmark/@v/v1.4.13.zip) = u0GmArF0NF/aOSyK2D/MkyF8KFx2NplndjC+kP63peM=
|
||||
SHA256 (go_modules/golang.org/x/mod/@v/v0.10.0.mod) = YkVnRZxumUesSr3gtwNO5h3Ltqk3P1lwCUwLs+gSGWQ=
|
||||
SHA256 (go_modules/golang.org/x/mod/@v/v0.10.0.zip) = +HZHOsJ/HG47D/+XHIT7689nDbCz6PKB4DFJ/PY2/iU=
|
||||
SHA256 (go_modules/golang.org/x/net/@v/v0.10.0.mod) = 07fiNv8J5jIr5IkXAhbgGNMiGGLxoFPctj5T6rhTPBc=
|
||||
SHA256 (go_modules/golang.org/x/net/@v/v0.10.0.zip) = +S+bJlUiam0BWvenYnmhH7VWeOQQuFGxWPyEZUb4BzM=
|
||||
SHA256 (go_modules/golang.org/x/sync/@v/v0.2.0.mod) = Qh9hOWhtWJHz3FpWPQmVeA0yefZcrU0iXOpSaGeUFhw=
|
||||
SHA256 (go_modules/golang.org/x/sync/@v/v0.2.0.zip) = 7g30Vy3XNmV2eWT/gJsS8NQeOgdAIg1E1BihmYmgNjs=
|
||||
SHA256 (go_modules/golang.org/x/sys/@v/v0.8.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
|
||||
SHA256 (go_modules/golang.org/x/sys/@v/v0.8.0.zip) = JYizpkWDg5DjQfEAf4Z59eERe11ayUZ++DLRSLIhmjg=
|
||||
SHA256 (go_modules/golang.org/x/term/@v/v0.8.0.mod) = XTYtaoNFP3Akcl6CTAXFlJYk749MsT9dfj1Lfxygsyc=
|
||||
SHA256 (go_modules/golang.org/x/term/@v/v0.8.0.zip) = GWHf6lnOUx4tbmoyKHgfWViyfG2dnAmTL1/8VMTZzfk=
|
||||
SHA256 (go_modules/golang.org/x/text/@v/v0.9.0.mod) = Q29ZLne1k7AvvqN04jrTNpyGI/8NKckd594eZnLbmkE=
|
||||
SHA256 (go_modules/golang.org/x/text/@v/v0.9.0.zip) = wcvmhOrwHAU78SMnOGl9EEAyelyK1i2t/JULWF0bTKo=
|
||||
SHA256 (go_modules/golang.org/x/crypto/@v/v0.13.0.mod) = 5/Nu6cqqredrdWX8aGItzI/a9tBd3uPn1cyuSWiNn00=
|
||||
SHA256 (go_modules/golang.org/x/crypto/@v/v0.13.0.zip) = tY2QL0in9ZWihYm27UvoteLuGjSW7KR3A56A625+ulc=
|
||||
SHA256 (go_modules/golang.org/x/mod/@v/v0.12.0.mod) = YkVnRZxumUesSr3gtwNO5h3Ltqk3P1lwCUwLs+gSGWQ=
|
||||
SHA256 (go_modules/golang.org/x/mod/@v/v0.12.0.zip) = ebf3n2i8gt/V3l9Yxam0dQEgvBsV+yAaGfJ/HX+071U=
|
||||
SHA256 (go_modules/golang.org/x/net/@v/v0.15.0.mod) = PRBkbW8I2OioVtbyLyzXBsPivgES63dyY8/ROSx25LQ=
|
||||
SHA256 (go_modules/golang.org/x/net/@v/v0.15.0.zip) = 6JGUHwqD38hfgpkOKcvxk53KWVLQQkFmbIoifUGf3tM=
|
||||
SHA256 (go_modules/golang.org/x/sync/@v/v0.3.0.mod) = 7Q/wxQgadUz8vnaMvPYMY5dbNddufXuZxayb+m2YKFE=
|
||||
SHA256 (go_modules/golang.org/x/sync/@v/v0.3.0.zip) = GHDnoZb3EZ1Mbtun3pzfxJ7hPIy3kh86lHVoFxxhUuA=
|
||||
SHA256 (go_modules/golang.org/x/sys/@v/v0.12.0.mod) = 8DMzMJb+GY8xUd7tk/LeunTlC7/nc5E0BFvDt85KUCQ=
|
||||
SHA256 (go_modules/golang.org/x/sys/@v/v0.12.0.zip) = iSJdnmYDwJD/2TKGt8oSSEn63+QyDDsYpr3MxKwIZyw=
|
||||
SHA256 (go_modules/golang.org/x/term/@v/v0.12.0.mod) = wpIGWJdMmcgFJ4+azIRDYmbw9101cToIjB80DiZFM10=
|
||||
SHA256 (go_modules/golang.org/x/term/@v/v0.12.0.zip) = 9LvEuqDJsFP30lKwbk6Lqr1oapqH2CAls0F5binznGA=
|
||||
SHA256 (go_modules/golang.org/x/text/@v/v0.13.0.mod) = FR5qGDlJHEtQ3+nDNFHwYyjVUYvY7koAYd4Ct60zL7I=
|
||||
SHA256 (go_modules/golang.org/x/text/@v/v0.13.0.zip) = 7VRPsBfpZ8BTiS33sGhhL85we6MrV/NYJMsEHjHGrg8=
|
||||
SHA256 (go_modules/golang.org/x/tools/@v/v0.1.12.mod) = KouTZYmPCCL6zmW6CJoTU+aKZdNC8wDKMXzOzN5kIfM=
|
||||
SIZE (go-tools-v0.9.0.zip) = 3119578
|
||||
SIZE (go-tools-v0.13.0.zip) = 3071376
|
||||
SIZE (go_modules/github.com/yuin/goldmark/@v/v1.4.13.mod) = 41
|
||||
SIZE (go_modules/github.com/yuin/goldmark/@v/v1.4.13.zip) = 229017
|
||||
SIZE (go_modules/golang.org/x/mod/@v/v0.10.0.mod) = 84
|
||||
SIZE (go_modules/golang.org/x/mod/@v/v0.10.0.zip) = 162521
|
||||
SIZE (go_modules/golang.org/x/net/@v/v0.10.0.mod) = 123
|
||||
SIZE (go_modules/golang.org/x/net/@v/v0.10.0.zip) = 1564890
|
||||
SIZE (go_modules/golang.org/x/sync/@v/v0.2.0.mod) = 25
|
||||
SIZE (go_modules/golang.org/x/sync/@v/v0.2.0.zip) = 27919
|
||||
SIZE (go_modules/golang.org/x/sys/@v/v0.8.0.mod) = 33
|
||||
SIZE (go_modules/golang.org/x/sys/@v/v0.8.0.zip) = 1894928
|
||||
SIZE (go_modules/golang.org/x/term/@v/v0.8.0.mod) = 67
|
||||
SIZE (go_modules/golang.org/x/term/@v/v0.8.0.zip) = 19924
|
||||
SIZE (go_modules/golang.org/x/text/@v/v0.9.0.mod) = 215
|
||||
SIZE (go_modules/golang.org/x/text/@v/v0.9.0.zip) = 8614767
|
||||
SIZE (go_modules/golang.org/x/crypto/@v/v0.13.0.mod) = 190
|
||||
SIZE (go_modules/golang.org/x/crypto/@v/v0.13.0.zip) = 1785967
|
||||
SIZE (go_modules/golang.org/x/mod/@v/v0.12.0.mod) = 84
|
||||
SIZE (go_modules/golang.org/x/mod/@v/v0.12.0.zip) = 166176
|
||||
SIZE (go_modules/golang.org/x/net/@v/v0.15.0.mod) = 155
|
||||
SIZE (go_modules/golang.org/x/net/@v/v0.15.0.zip) = 1791878
|
||||
SIZE (go_modules/golang.org/x/sync/@v/v0.3.0.mod) = 34
|
||||
SIZE (go_modules/golang.org/x/sync/@v/v0.3.0.zip) = 29766
|
||||
SIZE (go_modules/golang.org/x/sys/@v/v0.12.0.mod) = 33
|
||||
SIZE (go_modules/golang.org/x/sys/@v/v0.12.0.zip) = 1908262
|
||||
SIZE (go_modules/golang.org/x/term/@v/v0.12.0.mod) = 68
|
||||
SIZE (go_modules/golang.org/x/term/@v/v0.12.0.zip) = 19958
|
||||
SIZE (go_modules/golang.org/x/text/@v/v0.13.0.mod) = 197
|
||||
SIZE (go_modules/golang.org/x/text/@v/v0.13.0.zip) = 9237329
|
||||
SIZE (go_modules/golang.org/x/tools/@v/v0.1.12.mod) = 327
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
MODGO_MODULES = \
|
||||
github.com/yuin/goldmark v1.4.13 \
|
||||
golang.org/x/mod v0.10.0 \
|
||||
golang.org/x/net v0.10.0 \
|
||||
golang.org/x/sync v0.2.0 \
|
||||
golang.org/x/sys v0.8.0 \
|
||||
golang.org/x/term v0.8.0 \
|
||||
golang.org/x/text v0.9.0
|
||||
golang.org/x/crypto v0.13.0 \
|
||||
golang.org/x/mod v0.12.0 \
|
||||
golang.org/x/net v0.15.0 \
|
||||
golang.org/x/sync v0.3.0 \
|
||||
golang.org/x/sys v0.12.0 \
|
||||
golang.org/x/term v0.12.0 \
|
||||
golang.org/x/text v0.13.0
|
||||
|
||||
MODGO_MODFILES = \
|
||||
golang.org/x/tools v0.1.12
|
||||
|
|
|
@ -3,11 +3,13 @@
|
|||
@pkgpath textproc/godoc
|
||||
@rcscript ${RCDIR}/godoc
|
||||
@bin bin/benchcmp
|
||||
@bin bin/bisect
|
||||
@bin bin/bundle
|
||||
@bin bin/callgraph
|
||||
@bin bin/compilebench
|
||||
@bin bin/digraph
|
||||
@bin bin/eg
|
||||
@bin bin/file2fuzz
|
||||
@bin bin/fiximports
|
||||
@bin bin/go-contrib-init
|
||||
@bin bin/godex
|
||||
|
|
|
@ -13,9 +13,9 @@ MODULES := devel/kf5 ${MODULES}
|
|||
|
||||
IS_PORTING_AID ?= No
|
||||
.if ${IS_PORTING_AID:L} == "yes"
|
||||
MASTER_SITES ?= ${MASTER_SITE_KDE:=stable/frameworks/${VERSION:R}/portingAids/}
|
||||
SITES ?= ${MASTER_SITE_KDE:=stable/frameworks/${VERSION:R}/portingAids/}
|
||||
.else
|
||||
MASTER_SITES ?= ${MASTER_SITE_KDE:=stable/frameworks/${VERSION:R}/}
|
||||
SITES ?= ${MASTER_SITE_KDE:=stable/frameworks/${VERSION:R}/}
|
||||
.endif
|
||||
|
||||
DIST_SUBDIR = kde
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/attica-5.109.0.tar.xz) = cynsbaz9gUwOpqY9mwj0iWPC/SHX0LfRPLq8y+t0APE=
|
||||
SIZE (kde/attica-5.109.0.tar.xz) = 69468
|
||||
SHA256 (kde/attica-5.110.0.tar.xz) = pvWrsYNK+gvMEuMxVIk3ekkrGKJvusDZHGlfOzLw59I=
|
||||
SIZE (kde/attica-5.110.0.tar.xz) = 69476
|
||||
|
|
|
@ -2,7 +2,6 @@ COMMENT = KDE file search and metadata handling framework
|
|||
DISTNAME = baloo-${VERSION}
|
||||
PKGNAME = kf5-${DISTNAME}
|
||||
EPOCH = 0
|
||||
REVISION = 1
|
||||
|
||||
SHARED_LIBS += KF5Baloo 5.0 # 4.0
|
||||
SHARED_LIBS += KF5BalooEngine 7.0 # 5.0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/baloo-5.109.0.tar.xz) = k2+WWXuyWiP0/1643ysI5/5ER0GmgajXZvLyNHIKW+Y=
|
||||
SIZE (kde/baloo-5.109.0.tar.xz) = 310124
|
||||
SHA256 (kde/baloo-5.110.0.tar.xz) = NqhdccrMc4RTHoT382PL9K0MQWN8oWePmjXcf6634i0=
|
||||
SIZE (kde/baloo-5.110.0.tar.xz) = 310248
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/bluez-qt-5.109.0.tar.xz) = icI2kVLfyYzZVGFQNOAsCdCyfvg8VcGE9ws2kHGodJw=
|
||||
SIZE (kde/bluez-qt-5.109.0.tar.xz) = 114800
|
||||
SHA256 (kde/bluez-qt-5.110.0.tar.xz) = n4Gat0k2T5dtolxNAfe/TB2mFean/UaMYrdNCmJBefc=
|
||||
SIZE (kde/bluez-qt-5.110.0.tar.xz) = 114824
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/breeze-icons-5.109.0.tar.xz) = 4HoL6F9P5nV2IEM5vprJxoCWGLFpY/sUfVmjJTgMVLI=
|
||||
SIZE (kde/breeze-icons-5.109.0.tar.xz) = 2172836
|
||||
SHA256 (kde/breeze-icons-5.110.0.tar.xz) = GjztF6w097fLFlAX5s7ucaAYSmRf+WKs45vGnc9Dv9Q=
|
||||
SIZE (kde/breeze-icons-5.110.0.tar.xz) = 2173008
|
||||
|
|
|
@ -112,6 +112,8 @@ share/icons/breeze-dark/actions/16/bookmark-new-list.svg
|
|||
share/icons/breeze-dark/actions/16/bookmark-new.svg
|
||||
share/icons/breeze-dark/actions/16/bookmark-remove.svg
|
||||
share/icons/breeze-dark/actions/16/bookmark-toolbar.svg
|
||||
share/icons/breeze-dark/actions/16/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze-dark/actions/16/bookmarks-bookmarked.svg
|
||||
share/icons/breeze-dark/actions/16/bookmarks-organize.svg
|
||||
share/icons/breeze-dark/actions/16/bookmarks.svg
|
||||
share/icons/breeze-dark/actions/16/borderpainter.svg
|
||||
|
@ -1885,6 +1887,8 @@ share/icons/breeze-dark/actions/22/bookmark-new-list.svg
|
|||
share/icons/breeze-dark/actions/22/bookmark-new.svg
|
||||
share/icons/breeze-dark/actions/22/bookmark-remove.svg
|
||||
share/icons/breeze-dark/actions/22/bookmark-toolbar.svg
|
||||
share/icons/breeze-dark/actions/22/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze-dark/actions/22/bookmarks-bookmarked.svg
|
||||
share/icons/breeze-dark/actions/22/bookmarks-organize.svg
|
||||
share/icons/breeze-dark/actions/22/bookmarks.svg
|
||||
share/icons/breeze-dark/actions/22/borderpainter.svg
|
||||
|
@ -5651,6 +5655,8 @@ share/icons/breeze-dark/actions/32/autocorrection.svg
|
|||
share/icons/breeze-dark/actions/32/blurimage.svg
|
||||
share/icons/breeze-dark/actions/32/bookmark-new.svg
|
||||
share/icons/breeze-dark/actions/32/bookmark-remove.svg
|
||||
share/icons/breeze-dark/actions/32/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze-dark/actions/32/bookmarks-bookmarked.svg
|
||||
share/icons/breeze-dark/actions/32/bookmarks.svg
|
||||
share/icons/breeze-dark/actions/32/bordertool.svg
|
||||
share/icons/breeze-dark/actions/32/call-start.svg
|
||||
|
@ -11201,6 +11207,8 @@ share/icons/breeze/actions/16/bookmark-new-list.svg
|
|||
share/icons/breeze/actions/16/bookmark-new.svg
|
||||
share/icons/breeze/actions/16/bookmark-remove.svg
|
||||
share/icons/breeze/actions/16/bookmark-toolbar.svg
|
||||
share/icons/breeze/actions/16/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze/actions/16/bookmarks-bookmarked.svg
|
||||
share/icons/breeze/actions/16/bookmarks-organize.svg
|
||||
share/icons/breeze/actions/16/bookmarks.svg
|
||||
share/icons/breeze/actions/16/borderpainter.svg
|
||||
|
@ -12967,6 +12975,8 @@ share/icons/breeze/actions/22/bookmark-new-list.svg
|
|||
share/icons/breeze/actions/22/bookmark-new.svg
|
||||
share/icons/breeze/actions/22/bookmark-remove.svg
|
||||
share/icons/breeze/actions/22/bookmark-toolbar.svg
|
||||
share/icons/breeze/actions/22/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze/actions/22/bookmarks-bookmarked.svg
|
||||
share/icons/breeze/actions/22/bookmarks-organize.svg
|
||||
share/icons/breeze/actions/22/bookmarks.svg
|
||||
share/icons/breeze/actions/22/borderpainter.svg
|
||||
|
@ -14913,6 +14923,8 @@ share/icons/breeze/actions/24/bookmark-new-list.svg
|
|||
share/icons/breeze/actions/24/bookmark-new.svg
|
||||
share/icons/breeze/actions/24/bookmark-remove.svg
|
||||
share/icons/breeze/actions/24/bookmark-toolbar.svg
|
||||
share/icons/breeze/actions/24/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze/actions/24/bookmarks-bookmarked.svg
|
||||
share/icons/breeze/actions/24/bookmarks-organize.svg
|
||||
share/icons/breeze/actions/24/bookmarks.svg
|
||||
share/icons/breeze/actions/24/borderpainter.svg
|
||||
|
@ -16787,6 +16799,8 @@ share/icons/breeze/actions/32/autocorrection.svg
|
|||
share/icons/breeze/actions/32/blurimage.svg
|
||||
share/icons/breeze/actions/32/bookmark-new.svg
|
||||
share/icons/breeze/actions/32/bookmark-remove.svg
|
||||
share/icons/breeze/actions/32/bookmarks-bookmarked-symbolic.svg
|
||||
share/icons/breeze/actions/32/bookmarks-bookmarked.svg
|
||||
share/icons/breeze/actions/32/bookmarks.svg
|
||||
share/icons/breeze/actions/32/bordertool.svg
|
||||
share/icons/breeze/actions/32/call-start.svg
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/extra-cmake-modules-5.109.0.tar.xz) = FSa1V8+XGOTTvzH/JBV4F40e5gvfuGMRDJfUPUeLf7c=
|
||||
SIZE (kde/extra-cmake-modules-5.109.0.tar.xz) = 331684
|
||||
SHA256 (kde/extra-cmake-modules-5.110.0.tar.xz) = d0b12z4jDuJIXmA1gMxMfOxjbDJYwKkJdm+ygZE/ZDg=
|
||||
SIZE (kde/extra-cmake-modules-5.110.0.tar.xz) = 331584
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/frameworkintegration-5.109.0.tar.xz) = nU0fG28YEQ2PEVQveqqKYDl/3vyxt8qfCnmhJeRiRCc=
|
||||
SIZE (kde/frameworkintegration-5.109.0.tar.xz) = 1760448
|
||||
SHA256 (kde/frameworkintegration-5.110.0.tar.xz) = WIN/gOhq0dGM/MbNuUFG6QIKFsFc+s/LkU2OF8AtFD4=
|
||||
SIZE (kde/frameworkintegration-5.110.0.tar.xz) = 1760436
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kactivities-stats-5.109.0.tar.xz) = 29AWxhkDWrzhxnj+I30nPh+WHWqWn0U3IS9bOXsy0nA=
|
||||
SIZE (kde/kactivities-stats-5.109.0.tar.xz) = 84500
|
||||
SHA256 (kde/kactivities-stats-5.110.0.tar.xz) = pH/EUB9Sd2ZuUwdPa214yEHyGk6uEZ7e/Zm+ul7T+Kk=
|
||||
SIZE (kde/kactivities-stats-5.110.0.tar.xz) = 84484
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kactivities-5.109.0.tar.xz) = HH7vcaiHxhKviexoEygqE9zBqbB2LFlBKo74tUGaUvE=
|
||||
SIZE (kde/kactivities-5.109.0.tar.xz) = 73576
|
||||
SHA256 (kde/kactivities-5.110.0.tar.xz) = RWX4IW+BNLkdWKBpfViS4MZnX75v1jmooOzowaQpJLA=
|
||||
SIZE (kde/kactivities-5.110.0.tar.xz) = 73556
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kapidox-5.109.0.tar.xz) = G821B/XE1qS/ZwH8C/5e9lL/5S5NXPPFgd0eUi+hKsA=
|
||||
SIZE (kde/kapidox-5.109.0.tar.xz) = 198848
|
||||
SHA256 (kde/kapidox-5.110.0.tar.xz) = RLRCMpNOS4sWvx64DhuSAbg4HqTo4HIN6/oBTjWrIuI=
|
||||
SIZE (kde/kapidox-5.110.0.tar.xz) = 198852
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/karchive-5.109.0.tar.xz) = nEoBwuQZCCTpAdSHqqjOaycxqoJU/d2cGiXuHRu7yWY=
|
||||
SIZE (kde/karchive-5.109.0.tar.xz) = 1022440
|
||||
SHA256 (kde/karchive-5.110.0.tar.xz) = /MZYPAvlq7uXRL+tjT5nOlsJB70Hh/faM4zD2YkEDN8=
|
||||
SIZE (kde/karchive-5.110.0.tar.xz) = 1022448
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kauth-5.109.0.tar.xz) = P32B/MvJM2MGqIrlIBbN42RbO/n+0WrD0X/G74XXoK4=
|
||||
SIZE (kde/kauth-5.109.0.tar.xz) = 2307448
|
||||
SHA256 (kde/kauth-5.110.0.tar.xz) = 4bNXs29TiOzZZDC7mHgNhCnQDMzKClb8bTw/DLev1fs=
|
||||
SIZE (kde/kauth-5.110.0.tar.xz) = 2307544
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kbookmarks-5.109.0.tar.xz) = TZebayUEyA8rTbdFHtgurAg9Z2QWBxRrn4l/PwTQHwY=
|
||||
SIZE (kde/kbookmarks-5.109.0.tar.xz) = 1125032
|
||||
SHA256 (kde/kbookmarks-5.110.0.tar.xz) = cBP2lvZDw1GPQAQeQTLt3fGEwsF3vsIxwW/syByrBMw=
|
||||
SIZE (kde/kbookmarks-5.110.0.tar.xz) = 1125036
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcalendarcore-5.109.0.tar.xz) = hYHg4qxUDOTI6nb7YcYSNMhcPJCOcLi1r9C4yiRO2tQ=
|
||||
SIZE (kde/kcalendarcore-5.109.0.tar.xz) = 266968
|
||||
SHA256 (kde/kcalendarcore-5.110.0.tar.xz) = olD7G6AJE1LYhQoG67IDIJepUpcLGq/YJh7HRckL66c=
|
||||
SIZE (kde/kcalendarcore-5.110.0.tar.xz) = 269040
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcmutils-5.109.0.tar.xz) = AJ5rmwBlgzJbBEDR7OEOcpa8fkYcS/FNmzYt+lUBC0Y=
|
||||
SIZE (kde/kcmutils-5.109.0.tar.xz) = 2483492
|
||||
SHA256 (kde/kcmutils-5.110.0.tar.xz) = WP2baQUs21hdHiJgE8adMRq8fdKBS7UtSIjzU07LjzE=
|
||||
SIZE (kde/kcmutils-5.110.0.tar.xz) = 2483528
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcodecs-5.109.0.tar.xz) = lkj+BSIsB1VEGiCR5Pl/17ZWSby6ovuMEg6Q2ciTTKU=
|
||||
SIZE (kde/kcodecs-5.109.0.tar.xz) = 2505732
|
||||
SHA256 (kde/kcodecs-5.110.0.tar.xz) = O2yPMV+yNHnBX8Npu19OEMNKYHpbtvS6Fse28CbCJcQ=
|
||||
SIZE (kde/kcodecs-5.110.0.tar.xz) = 2506168
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcompletion-5.109.0.tar.xz) = csSmAmZLiPFtE4zTanCa++6GpVVgkjIITindsMKkqvE=
|
||||
SIZE (kde/kcompletion-5.109.0.tar.xz) = 2337908
|
||||
SHA256 (kde/kcompletion-5.110.0.tar.xz) = TwTxpB9OSaFbBqYDBNdfeUW1BrEtZfA7Jwc8N9M1NCk=
|
||||
SIZE (kde/kcompletion-5.110.0.tar.xz) = 2337804
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kconfig-5.109.0.tar.xz) = W6kVUftoLT4dU2vDc1tWzsqle7aYqzLdj2YuHMePetg=
|
||||
SIZE (kde/kconfig-5.109.0.tar.xz) = 294128
|
||||
SHA256 (kde/kconfig-5.110.0.tar.xz) = rSuIvbt4jtDfXL3JXr0kwZfQ/uNcCPeKzz4jmAFsMcU=
|
||||
SIZE (kde/kconfig-5.110.0.tar.xz) = 294168
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kconfigwidgets-5.109.0.tar.xz) = Hmf6lP0akc63gABhuA56SY2AMbddi6q+EJnp5izWFL8=
|
||||
SIZE (kde/kconfigwidgets-5.109.0.tar.xz) = 2613840
|
||||
SHA256 (kde/kconfigwidgets-5.110.0.tar.xz) = Tw/JQbrk60FDaitdvEW/MRYmj36YsVrtw0ff1gPhtBI=
|
||||
SIZE (kde/kconfigwidgets-5.110.0.tar.xz) = 2613772
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcontacts-5.109.0.tar.xz) = CR1XZ9FniyocrxDqOnRD2Re4dKVofK1y/WFm7m7Vzq8=
|
||||
SIZE (kde/kcontacts-5.109.0.tar.xz) = 213864
|
||||
SHA256 (kde/kcontacts-5.110.0.tar.xz) = hAwDImEPEd/YuntckUlajfjdOVXGbdw8XDMVHalFKz4=
|
||||
SIZE (kde/kcontacts-5.110.0.tar.xz) = 213944
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
COMMENT = core KDE extensions to Qt classes
|
||||
DISTNAME = kcoreaddons-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
SHARED_LIBS = KF5CoreAddons 9.0
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcoreaddons-5.109.0.tar.xz) = /2R/wdTdYjcPJhhUrwhw8qHHunq+fiduWkxC2SPxUwA=
|
||||
SIZE (kde/kcoreaddons-5.109.0.tar.xz) = 2608396
|
||||
SHA256 (kde/kcoreaddons-5.110.0.tar.xz) = bo3oDMwANgavf4nDVHGdASvatd3hVsVQXfMoYeAVjXU=
|
||||
SIZE (kde/kcoreaddons-5.110.0.tar.xz) = 2609812
|
||||
|
|
|
@ -215,6 +215,9 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/
|
|||
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
share/locale/sr@latin/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
share/locale/sv/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
share/locale/sw/
|
||||
share/locale/sw/LC_MESSAGES/
|
||||
share/locale/sw/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
share/locale/ta/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
share/locale/te/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
share/locale/tg/LC_MESSAGES/kcoreaddons5_qt.qm
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kcrash-5.109.0.tar.xz) = LpbRR4A/T7T5o6/8nr9pFJ0iGrSeePhWHvgM3PWydvs=
|
||||
SIZE (kde/kcrash-5.109.0.tar.xz) = 28308
|
||||
SHA256 (kde/kcrash-5.110.0.tar.xz) = z0DVu4MIgg23j4mnAR3C8yUE6BH5EBDI8xQwp0wGR5Y=
|
||||
SIZE (kde/kcrash-5.110.0.tar.xz) = 28300
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdav-5.109.0.tar.xz) = yLadILonlK1RV+DtT/txCxMCZwCvMvX2IZDolmqQFiA=
|
||||
SIZE (kde/kdav-5.109.0.tar.xz) = 66196
|
||||
SHA256 (kde/kdav-5.110.0.tar.xz) = ynSPrPz5Kpk9pcAevbO32wCW+zywccLPD3OH6BKO5WM=
|
||||
SIZE (kde/kdav-5.110.0.tar.xz) = 66184
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdbusaddons-5.109.0.tar.xz) = JRh2vBoABnQaMkBr9S1PADT2nE3smEKkc1P1Ihll8DU=
|
||||
SIZE (kde/kdbusaddons-5.109.0.tar.xz) = 48916
|
||||
SHA256 (kde/kdbusaddons-5.110.0.tar.xz) = EK0OwmsacHYRCg/UMeWkom289i2gcIiOk7mzAo+Zn0Y=
|
||||
SIZE (kde/kdbusaddons-5.110.0.tar.xz) = 48916
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdeclarative-5.109.0.tar.xz) = oiVFuy5sL3KmDpJgvsmuyv2GN9d5BwUntL5Sz0sRN+M=
|
||||
SIZE (kde/kdeclarative-5.109.0.tar.xz) = 2492048
|
||||
SHA256 (kde/kdeclarative-5.110.0.tar.xz) = UlrE9HVGgPhtcDgq88DPPJvIzwtX0LhL5SdFSUlsmO0=
|
||||
SIZE (kde/kdeclarative-5.110.0.tar.xz) = 2492408
|
||||
|
|
|
@ -70,6 +70,7 @@ lib/qt5/qml/org/kde/kcm/SettingStateBinding.qml
|
|||
lib/qt5/qml/org/kde/kcm/SimpleKCM.qml
|
||||
@so lib/qt5/qml/org/kde/kcm/libkcmcontrolsplugin.so
|
||||
lib/qt5/qml/org/kde/kcm/private/
|
||||
lib/qt5/qml/org/kde/kcm/private/GridDelegateMenu.qml
|
||||
lib/qt5/qml/org/kde/kcm/private/GridViewInternal.qml
|
||||
lib/qt5/qml/org/kde/kcm/qmldir
|
||||
lib/qt5/qml/org/kde/kconfig/
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kded-5.109.0.tar.xz) = PjtdfRI6HHticTiAPvfdwijv8jrpBTkJKDrsXJwwYpM=
|
||||
SIZE (kde/kded-5.109.0.tar.xz) = 40996
|
||||
SHA256 (kde/kded-5.110.0.tar.xz) = 1L/s1kC+0avcvVAI5QW6jOofgHrTYqjOqqRnDPn8ENk=
|
||||
SIZE (kde/kded-5.110.0.tar.xz) = 41012
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdelibs4support-5.109.0.tar.xz) = IJqCxjIxz52+TgYWr8LmjCYQv1hAo+O5f95MryMp6hs=
|
||||
SIZE (kde/kdelibs4support-5.109.0.tar.xz) = 3721824
|
||||
SHA256 (kde/kdelibs4support-5.110.0.tar.xz) = xCkxrzlqXQiaYmz2ojoOlNGOVnqXZupK/lMY5ACDMIU=
|
||||
SIZE (kde/kdelibs4support-5.110.0.tar.xz) = 3722220
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdesignerplugin-5.109.0.tar.xz) = LcGoPXyeFKq36RQHZ+ifdU92n6lR6bQN7yjxPCGQyyk=
|
||||
SIZE (kde/kdesignerplugin-5.109.0.tar.xz) = 2286768
|
||||
SHA256 (kde/kdesignerplugin-5.110.0.tar.xz) = zBJOngqGe2IXXKKAr7lvYdiGIkbkAxT6AFCqnJNF0ZA=
|
||||
SIZE (kde/kdesignerplugin-5.110.0.tar.xz) = 2286860
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdesu-5.109.0.tar.xz) = /iMAMwtJ4cPzUIgnDAoDoBn/wX2e8LazQ4GIrEhQ1BU=
|
||||
SIZE (kde/kdesu-5.109.0.tar.xz) = 56800
|
||||
SHA256 (kde/kdesu-5.110.0.tar.xz) = KWcfGW44gTB9RNEmVLL4bsavMfBT8GIGW2QHeymZhVI=
|
||||
SIZE (kde/kdesu-5.110.0.tar.xz) = 56808
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdewebkit-5.109.0.tar.xz) = lIfA6sWZ1Jn2dbXHyydbSuJpcOxHZrpK2/JuKK39VRQ=
|
||||
SIZE (kde/kdewebkit-5.109.0.tar.xz) = 29788
|
||||
SHA256 (kde/kdewebkit-5.110.0.tar.xz) = u5iHrGIWA2FDUe18NgTxq/N4iJghVTpCkaNrdvyiCVw=
|
||||
SIZE (kde/kdewebkit-5.110.0.tar.xz) = 29788
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdnssd-5.109.0.tar.xz) = N1dqx/Owp6aQNJjguD5o1x2XFjoxryBZuGmC/XvliD0=
|
||||
SIZE (kde/kdnssd-5.109.0.tar.xz) = 2280836
|
||||
SHA256 (kde/kdnssd-5.110.0.tar.xz) = hUgFSz1F5ocZl6XHcJLNU+RDGVVOkUaiRFCJU+yDqnY=
|
||||
SIZE (kde/kdnssd-5.110.0.tar.xz) = 2280888
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kdoctools-5.109.0.tar.xz) = pE5bXgK6WFfZ2r45FnLoiaHLzRjktqB5T5d4r1JQ5p0=
|
||||
SIZE (kde/kdoctools-5.109.0.tar.xz) = 465404
|
||||
SHA256 (kde/kdoctools-5.110.0.tar.xz) = kjx+LtvpSCdTFwFKw8V4l+vGV/VWodDDU/Njw+59Bbw=
|
||||
SIZE (kde/kdoctools-5.110.0.tar.xz) = 465388
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kemoticons-5.109.0.tar.xz) = 8KId1LYh8jEtN3hlXngsLnpyf24+h7zJztAai/wyyGs=
|
||||
SIZE (kde/kemoticons-5.109.0.tar.xz) = 1700800
|
||||
SHA256 (kde/kemoticons-5.110.0.tar.xz) = IvgPrgw1YSjTDy7tozOp1TKYlmCReJ7wHIZ/bvgcLeQ=
|
||||
SIZE (kde/kemoticons-5.110.0.tar.xz) = 1700720
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
MODKF5_VERSION = 5.109.0
|
||||
MODKF5_VERSION = 5.110.0
|
||||
|
||||
.if empty(GH_ACCOUNT)
|
||||
EXTRACT_SUFX ?= .tar.xz
|
||||
|
@ -39,7 +39,9 @@ MODULES += x11/qt5
|
|||
MODKF5_EXAMPLES_DIR = ${PREFIX}/share/examples/${PKGNAME:C/-[0-9].*//}/
|
||||
MODKF5_post-install += \
|
||||
cd ${WRKINST}; \
|
||||
find etc -type d -empty -delete; \
|
||||
if [ -d ${WRKINST}/etc ]; then \
|
||||
find etc -type d -empty -delete; \
|
||||
fi; \
|
||||
if [ -d ${WRKINST}/etc ]; then \
|
||||
cd ${WRKINST}/etc; \
|
||||
${INSTALL_DATA_DIR} ${MODKF5_EXAMPLES_DIR}; \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kfilemetadata-5.109.0.tar.xz) = tSTagsu7ad7gCs8eMJErRIzMCu0ORV1AkeHpfQiQtOo=
|
||||
SIZE (kde/kfilemetadata-5.109.0.tar.xz) = 473052
|
||||
SHA256 (kde/kfilemetadata-5.110.0.tar.xz) = iS7IgXq291/1vIbH76buEOdhVdKjQh3SkPbugiMiqh4=
|
||||
SIZE (kde/kfilemetadata-5.110.0.tar.xz) = 472980
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kglobalaccel-5.109.0.tar.xz) = pY5ep7Nij01Wy+STkVE2rrHXYG4wtTRCRBiSuuLRqeI=
|
||||
SIZE (kde/kglobalaccel-5.109.0.tar.xz) = 2339040
|
||||
SHA256 (kde/kglobalaccel-5.110.0.tar.xz) = 91Ml9fe55tJU6CxY7EOVCRUU0XWbBQI1+/eAmf0Wgsc=
|
||||
SIZE (kde/kglobalaccel-5.110.0.tar.xz) = 2339028
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kguiaddons-5.109.0.tar.xz) = IH1mw7GyYw82bLa6tAi+YOP4KZrFa+NbJKPI8zbOf70=
|
||||
SIZE (kde/kguiaddons-5.109.0.tar.xz) = 78372
|
||||
SHA256 (kde/kguiaddons-5.110.0.tar.xz) = LKFV3sFrej15aMO33AG6ccHBHU6amMYhcUZHaJHsVSo=
|
||||
SIZE (kde/kguiaddons-5.110.0.tar.xz) = 78360
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kholidays-5.109.0.tar.xz) = Aloao2U8eH4xe2zXN3k7zyNA5P0/ByOa/B+QBsM7b00=
|
||||
SIZE (kde/kholidays-5.109.0.tar.xz) = 255152
|
||||
SHA256 (kde/kholidays-5.110.0.tar.xz) = TFY0a1BHxyLkOlRJ4f732tKmg3G3GJT8w3wkFqtUM34=
|
||||
SIZE (kde/kholidays-5.110.0.tar.xz) = 255492
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/khtml-5.109.0.tar.xz) = WannRIMhitSJTKdMTw07crBH/asua3TcXr0JgnonJec=
|
||||
SIZE (kde/khtml-5.109.0.tar.xz) = 4011640
|
||||
SHA256 (kde/khtml-5.110.0.tar.xz) = Nh6G99D1ZfhQM7CbWDt5uColyEj0pxY0sFWMGuU+qJ0=
|
||||
SIZE (kde/khtml-5.110.0.tar.xz) = 4011536
|
||||
|
|
|
@ -4,7 +4,7 @@ DISTNAME = ki18n-${VERSION}
|
|||
SHARED_LIBS = KF5I18n 7.0
|
||||
SHARED_LIBS += KF5I18nLocaleData 1.0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml intl m
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Qml m
|
||||
|
||||
MODULES += lang/python
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/ki18n-5.109.0.tar.xz) = 3YtsuUsILB4uVkGZMVywjJgu2yKifsDbSBiExItc30U=
|
||||
SIZE (kde/ki18n-5.109.0.tar.xz) = 3128912
|
||||
SHA256 (kde/ki18n-5.110.0.tar.xz) = vOqkyGHeNyt32l6FClDt8oFa/pPZ1/G5wF9tZmfSEw8=
|
||||
SIZE (kde/ki18n-5.110.0.tar.xz) = 3129428
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kiconthemes-5.109.0.tar.xz) = 0xn7s9vo4IAiaQaDt/4nNZ3SsDbqUuEPdnpjNU9o5mw=
|
||||
SIZE (kde/kiconthemes-5.109.0.tar.xz) = 1312048
|
||||
SHA256 (kde/kiconthemes-5.110.0.tar.xz) = DYSiEG1o/gQEWOoxqPtjZz0MxIiS5galh17aqeTJZi0=
|
||||
SIZE (kde/kiconthemes-5.110.0.tar.xz) = 1312164
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kidletime-5.109.0.tar.xz) = RDsapucDhnhzYqBFxuCnKjucQ5uNBBTGfFUPyIEiKt8=
|
||||
SIZE (kde/kidletime-5.109.0.tar.xz) = 30944
|
||||
SHA256 (kde/kidletime-5.110.0.tar.xz) = hPwfD2t9GlUaql91jMTQ3K7ShmOoXI1J3WCGhs4Bg0E=
|
||||
SIZE (kde/kidletime-5.110.0.tar.xz) = 30932
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
COMMENT = KDE plugins for QImage supporting extra file formats
|
||||
DISTNAME = kimageformats-${VERSION}
|
||||
REVISION = 0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Iex-3_2 IlmThread-3_2 Imath-3_1
|
||||
WANTLIB += KF5Archive OpenEXR-3_2 Qt5Core Qt5Gui Qt5PrintSupport
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kimageformats-5.109.0.tar.xz) = FVM+G6D6GH8NoAlLjqE184qc6//ZEYoS/NIwA+tZFoc=
|
||||
SIZE (kde/kimageformats-5.109.0.tar.xz) = 13161052
|
||||
SHA256 (kde/kimageformats-5.110.0.tar.xz) = jWn72Kj7YhK8Ne5cukXBtbaz4OhkAQvyNaK9KZjQc0c=
|
||||
SIZE (kde/kimageformats-5.110.0.tar.xz) = 15652452
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
@so lib/qt5/plugins/imageformats/kimg_pcx.so
|
||||
@so lib/qt5/plugins/imageformats/kimg_pic.so
|
||||
@so lib/qt5/plugins/imageformats/kimg_psd.so
|
||||
@so lib/qt5/plugins/imageformats/kimg_qoi.so
|
||||
@so lib/qt5/plugins/imageformats/kimg_ras.so
|
||||
@so lib/qt5/plugins/imageformats/kimg_raw.so
|
||||
@so lib/qt5/plugins/imageformats/kimg_rgb.so
|
||||
|
@ -29,6 +30,7 @@ share/kservices5/qimageioplugins/ora.desktop
|
|||
share/kservices5/qimageioplugins/pcx.desktop
|
||||
share/kservices5/qimageioplugins/pic.desktop
|
||||
share/kservices5/qimageioplugins/psd.desktop
|
||||
share/kservices5/qimageioplugins/qoi.desktop
|
||||
share/kservices5/qimageioplugins/ras.desktop
|
||||
share/kservices5/qimageioplugins/raw.desktop
|
||||
share/kservices5/qimageioplugins/rgb.desktop
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kinit-5.109.0.tar.xz) = XZEtT5gCypngYo9LvC+N+uiWLuXIPa3T2WgQ25dB4aI=
|
||||
SIZE (kde/kinit-5.109.0.tar.xz) = 2405188
|
||||
SHA256 (kde/kinit-5.110.0.tar.xz) = ZdM475RaIQiw+biLWtlmq9Ul6SKLhZP0214AB1MSQl8=
|
||||
SIZE (kde/kinit-5.110.0.tar.xz) = 2404984
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kio-5.109.0.tar.xz) = 9lpp7xZ/WTLE8PZi/46xUKujZHb7y9gGdEMgoQScDGI=
|
||||
SIZE (kde/kio-5.109.0.tar.xz) = 3794048
|
||||
SHA256 (kde/kio-5.110.0.tar.xz) = Io+avN/OGyPerMqX6d1o0BnmsgYH3f4ilQUDM+kPyWs=
|
||||
SIZE (kde/kio-5.110.0.tar.xz) = 3795996
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kirigami2-5.109.0.tar.xz) = zItrGIwYYwETVdvsiXHHVMLHW8Jof+AOUZIGb9DPwP0=
|
||||
SIZE (kde/kirigami2-5.109.0.tar.xz) = 382956
|
||||
SHA256 (kde/kirigami2-5.110.0.tar.xz) = /T3ZsCIFcO5zTO5QoYx/V0bs1RpEznfVSZgPBS34SY4=
|
||||
SIZE (kde/kirigami2-5.110.0.tar.xz) = 382524
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kitemmodels-5.109.0.tar.xz) = FvDlmnY2hSTr3JDM5i5M6tQRQpU4iTEqqw7hV7U6sPA=
|
||||
SIZE (kde/kitemmodels-5.109.0.tar.xz) = 407360
|
||||
SHA256 (kde/kitemmodels-5.110.0.tar.xz) = Ejp/RRH3T0ogrr9NcZS/5GxxvfPTw8xIZNcSYsao/hk=
|
||||
SIZE (kde/kitemmodels-5.110.0.tar.xz) = 407364
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kitemviews-5.109.0.tar.xz) = TVn7ufB3N6nRBKv2Z446w0M4heyjedGAsbIvJRTYwqk=
|
||||
SIZE (kde/kitemviews-5.109.0.tar.xz) = 2264996
|
||||
SHA256 (kde/kitemviews-5.110.0.tar.xz) = 12O2k5Zi3J8jeBwxi9ziKC9cEXTgp9CRwmplBuz1C9s=
|
||||
SIZE (kde/kitemviews-5.110.0.tar.xz) = 2264824
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kjobwidgets-5.109.0.tar.xz) = hg7VuA2GjEL/lXydEAPVQvm3/gJsh3eG3BSWnVCnwrc=
|
||||
SIZE (kde/kjobwidgets-5.109.0.tar.xz) = 2301536
|
||||
SHA256 (kde/kjobwidgets-5.110.0.tar.xz) = AoYcZiqztw4TfrgFOVYByTsjHdJFv1hVvDHAOtWLh64=
|
||||
SIZE (kde/kjobwidgets-5.110.0.tar.xz) = 2301408
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kjs-5.109.0.tar.xz) = pfS+yFZiwcVUz05//zxsfZ4M5X5GshOfnIFAiRaIEz4=
|
||||
SIZE (kde/kjs-5.109.0.tar.xz) = 339880
|
||||
SHA256 (kde/kjs-5.110.0.tar.xz) = JWxSfnfgDPbCUxsC4XHxSFBi5V6nIniQu7EcjU9sk3Y=
|
||||
SIZE (kde/kjs-5.110.0.tar.xz) = 339808
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kjsembed-5.109.0.tar.xz) = Oa0LUbV63vF4CyVvTUQHjVBxjq5g5A+vL7e25S3AeN0=
|
||||
SIZE (kde/kjsembed-5.109.0.tar.xz) = 2490940
|
||||
SHA256 (kde/kjsembed-5.110.0.tar.xz) = Fbs/a02O4pvNyEZEN8OvPGupj+PjSwq+rCq9xBSS1fo=
|
||||
SIZE (kde/kjsembed-5.110.0.tar.xz) = 2491320
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kmediaplayer-5.109.0.tar.xz) = jGKpd9MyrG4/GED+Qvvf7I/waaayO1TK20WGUlznVic=
|
||||
SIZE (kde/kmediaplayer-5.109.0.tar.xz) = 9964
|
||||
SHA256 (kde/kmediaplayer-5.110.0.tar.xz) = 4wu0sqkbzbMxu3izdEuOXNjeavg2PK5hhiKuuPQbEMo=
|
||||
SIZE (kde/kmediaplayer-5.110.0.tar.xz) = 9956
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/knewstuff-5.109.0.tar.xz) = P8jnDB+KFOAsTwuV7FZMrETi8ssGaXZLtWFpiO+hB24=
|
||||
SIZE (kde/knewstuff-5.109.0.tar.xz) = 3386440
|
||||
SHA256 (kde/knewstuff-5.110.0.tar.xz) = dK2V6hi0KwD0s9Ub/gvc/r9eQMJqJ8Vpw8D842VEjWI=
|
||||
SIZE (kde/knewstuff-5.110.0.tar.xz) = 3386288
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/knotifications-5.109.0.tar.xz) = ErG0HIBznc3aDP8dgSiDI7i1y4JJ2kXs7kt4XGBNwT0=
|
||||
SIZE (kde/knotifications-5.109.0.tar.xz) = 2373104
|
||||
SHA256 (kde/knotifications-5.110.0.tar.xz) = 9RlfLW3pIeRSkjn1hBHA0D17uTBJXt7uWPi1tM1oo34=
|
||||
SIZE (kde/knotifications-5.110.0.tar.xz) = 2372852
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/knotifyconfig-5.109.0.tar.xz) = mp6e/WJI8ZkLYyfOfG/hpolCSq4RRGevmWs+Wx3vSNE=
|
||||
SIZE (kde/knotifyconfig-5.109.0.tar.xz) = 2401840
|
||||
SHA256 (kde/knotifyconfig-5.110.0.tar.xz) = lx9rCHFdODUUvfflu9SE8Xq09I+yjVUzupiirQDMoZg=
|
||||
SIZE (kde/knotifyconfig-5.110.0.tar.xz) = 2402024
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kpackage-5.109.0.tar.xz) = eC2svmHJBLs++sI+3yYT1yL3FQnCER3QzeSY8GKtvzs=
|
||||
SIZE (kde/kpackage-5.109.0.tar.xz) = 187520
|
||||
SHA256 (kde/kpackage-5.110.0.tar.xz) = LSZETc2AFha3IAHHmVdB3Ua9ubYi/rFMS1D9fk8tqMk=
|
||||
SIZE (kde/kpackage-5.110.0.tar.xz) = 187512
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kparts-5.109.0.tar.xz) = ax2l+MAMIgTp2h62dn4A9yqWbRFSBzUVu2d/Dnc0954=
|
||||
SIZE (kde/kparts-5.109.0.tar.xz) = 2473692
|
||||
SHA256 (kde/kparts-5.110.0.tar.xz) = I6OB7jFnMO5fzHyu6dcbDw2M0JJWvW7R9nu9N8VGW40=
|
||||
SIZE (kde/kparts-5.110.0.tar.xz) = 2473804
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kpeople-5.109.0.tar.xz) = PV5xETKuP3zluEE60u4DUL6fUMIRGelgnoapl9D0ub4=
|
||||
SIZE (kde/kpeople-5.109.0.tar.xz) = 63288
|
||||
SHA256 (kde/kpeople-5.110.0.tar.xz) = 9wDkgmn8XftfVuhFVvVITVsLD1idRadpgxgAzqRjuYE=
|
||||
SIZE (kde/kpeople-5.110.0.tar.xz) = 63280
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kplotting-5.109.0.tar.xz) = 0hFUB7x//9BrNhfVLrYCnktEpf5ZPWYvN3SQMaDiBhQ=
|
||||
SIZE (kde/kplotting-5.109.0.tar.xz) = 33768
|
||||
SHA256 (kde/kplotting-5.110.0.tar.xz) = czWIjmKz+uELENZU4H0AbNCqsEMstKYxMiT0B2byf7k=
|
||||
SIZE (kde/kplotting-5.110.0.tar.xz) = 33736
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kpty-5.109.0.tar.xz) = mAZiuQLOr2J18yQIbaABliG8hq1unH+eYLuwdzwFHPA=
|
||||
SIZE (kde/kpty-5.109.0.tar.xz) = 2416944
|
||||
SHA256 (kde/kpty-5.110.0.tar.xz) = +oq04DKaYOJXzf9brV83AOBV14Pp87Q28Ir+FL/mqbM=
|
||||
SIZE (kde/kpty-5.110.0.tar.xz) = 2416804
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kquickcharts-5.109.0.tar.xz) = dDOH9WNZtXFwjA/mj6TBK5jlmd1oZZ6AFOj2uj3Zoa0=
|
||||
SIZE (kde/kquickcharts-5.109.0.tar.xz) = 113396
|
||||
SHA256 (kde/kquickcharts-5.110.0.tar.xz) = u8iXxwHcbTVqMW0X5Pcc2QvGLf+t1eqO5aaKDqu2HWk=
|
||||
SIZE (kde/kquickcharts-5.110.0.tar.xz) = 113408
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kross-5.109.0.tar.xz) = D4aALSNRA1Qtrll0OR7iTx+c3/353Uy5/SMDuf5y9b8=
|
||||
SIZE (kde/kross-5.109.0.tar.xz) = 2440840
|
||||
SHA256 (kde/kross-5.110.0.tar.xz) = pRfheyy4estAJOHQBxGy8OGhBA2ucqCN7WW3VXPXP5k=
|
||||
SIZE (kde/kross-5.110.0.tar.xz) = 2440032
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/krunner-5.109.0.tar.xz) = XAyhx0VkShZZDzKZOE9AsEvXP0hCpj8ijhZq+rJG818=
|
||||
SIZE (kde/krunner-5.109.0.tar.xz) = 88680
|
||||
SHA256 (kde/krunner-5.110.0.tar.xz) = oYwY4lL4o2u4ZrDfiEbVXWcDNv0R9tlykdhyzQSGcmA=
|
||||
SIZE (kde/krunner-5.110.0.tar.xz) = 88708
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kservice-5.109.0.tar.xz) = Xu/oeggNiNLo1gvBnknvklq0wsPN/7Ke22Prkds6aZU=
|
||||
SIZE (kde/kservice-5.109.0.tar.xz) = 2539140
|
||||
SHA256 (kde/kservice-5.110.0.tar.xz) = 78HW4zOIErIXCnqTGdoQBqFwnilcI/7bKLyyatI2NmY=
|
||||
SIZE (kde/kservice-5.110.0.tar.xz) = 2539228
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/ktexteditor-5.109.0.tar.xz) = 3KG8Up5xVuuxxM4jYa287T+OJhn9cg/anwQhtXmS8q0=
|
||||
SIZE (kde/ktexteditor-5.109.0.tar.xz) = 2780188
|
||||
SHA256 (kde/ktexteditor-5.110.0.tar.xz) = ir7o+1ddydmVgOrFshNwzLG90u+VBLXbRLmOOkPhn0c=
|
||||
SIZE (kde/ktexteditor-5.110.0.tar.xz) = 2789296
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/ktextwidgets-5.109.0.tar.xz) = OA0C597v4zywyoxRJd0eFjZRCghDtFWpmb4sRVceHaA=
|
||||
SIZE (kde/ktextwidgets-5.109.0.tar.xz) = 2552512
|
||||
SHA256 (kde/ktextwidgets-5.110.0.tar.xz) = +FyZSSXrU6If2UqmPmNVIHEgb8gaYq99QyJNVVGxJzM=
|
||||
SIZE (kde/ktextwidgets-5.110.0.tar.xz) = 2552540
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kunitconversion-5.109.0.tar.xz) = FLoJYjzHyGw2lkiJvP9nYL/d757lJXyVeLOOqozEhtg=
|
||||
SIZE (kde/kunitconversion-5.109.0.tar.xz) = 931936
|
||||
SHA256 (kde/kunitconversion-5.110.0.tar.xz) = qv0/u/d6OuGpYAwbgZlTHBXM8cB+gPoxekKeEv4DfCA=
|
||||
SIZE (kde/kunitconversion-5.110.0.tar.xz) = 931736
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kwallet-5.109.0.tar.xz) = jGhwDE6DVe3dGXjschuYN1M4DS9+VxOax3FeQSKnZOg=
|
||||
SIZE (kde/kwallet-5.109.0.tar.xz) = 349624
|
||||
SHA256 (kde/kwallet-5.110.0.tar.xz) = H0+7/MFXypzVnoXTWKg5pJol9NXX9uL94Efvvxny5VU=
|
||||
SIZE (kde/kwallet-5.110.0.tar.xz) = 349616
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kwayland-5.109.0.tar.xz) = 2IsmaTjtCASWzX9MB6T12cXk2VKqE++CO/7Gr2EJJd4=
|
||||
SIZE (kde/kwayland-5.109.0.tar.xz) = 337396
|
||||
SHA256 (kde/kwayland-5.110.0.tar.xz) = BWUEHvCrauwtKvvlE8edXFbAfQPJgjPKghA6vLnf/T0=
|
||||
SIZE (kde/kwayland-5.110.0.tar.xz) = 337456
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (kde/kwidgetsaddons-5.109.0.tar.xz) = 1oBy+fNRtxoJyG8oVqqmtog+RoHlQhEcQvqhIZaS4uI=
|
||||
SIZE (kde/kwidgetsaddons-5.109.0.tar.xz) = 4271984
|
||||
SHA256 (kde/kwidgetsaddons-5.110.0.tar.xz) = ynSw6bGpN+5vkc7XDxa0FInUurGrpsjvSFvIkoGG17M=
|
||||
SIZE (kde/kwidgetsaddons-5.110.0.tar.xz) = 4270960
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue