diff --git a/accessibility/sctd/Makefile b/accessibility/sctd/Makefile index d7b8e25a945..b75d877ea76 100644 --- a/accessibility/sctd/Makefile +++ b/accessibility/sctd/Makefile @@ -1,6 +1,6 @@ PORTNAME= sctd DISTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= accessibility MAINTAINER= 0mp@FreeBSD.org diff --git a/accessibility/sctd/files/patch-powerpc b/accessibility/sctd/files/patch-powerpc new file mode 100644 index 00000000000..fd868416edb --- /dev/null +++ b/accessibility/sctd/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.68/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index 1c9d98640b3..8404ce506f1 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,7 +1,7 @@ # Created by: Will Andrews PORTNAME= makeself -DISTVERSION= 2.4.4 +DISTVERSION= 2.4.5 CATEGORIES= archivers MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/ EXTRACT_SUFX= .run diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo index f99902bd140..99f13a1c92e 100644 --- a/archivers/makeself/distinfo +++ b/archivers/makeself/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623150139 -SHA256 (makeself-2.4.4.run) = 597ede01fc75808b5edc0f89923fb24bc9a87426ff68ca481d97caaf0be38129 -SIZE (makeself-2.4.4.run) = 58494 +TIMESTAMP = 1624524617 +SHA256 (makeself-2.4.5.run) = f7f5f9757654111d3387d7c26fe24c10dce2a6356e6bf9ff2930990d7a0145eb +SIZE (makeself-2.4.5.run) = 58623 diff --git a/astro/mkgmap-splitter/Makefile b/astro/mkgmap-splitter/Makefile index 62732f0a01d..72ab0ff230d 100644 --- a/astro/mkgmap-splitter/Makefile +++ b/astro/mkgmap-splitter/Makefile @@ -1,5 +1,5 @@ PORTNAME= splitter -PORTVERSION= r598 +PORTVERSION= r602 CATEGORIES= astro converters java MASTER_SITES= http://www.mkgmap.org.uk/download/ \ https://mirror.amdmi3.ru/distfiles/ diff --git a/astro/mkgmap-splitter/distinfo b/astro/mkgmap-splitter/distinfo index 559954ee441..d02756d8612 100644 --- a/astro/mkgmap-splitter/distinfo +++ b/astro/mkgmap-splitter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612357302 -SHA256 (splitter-r598.tar.gz) = 52acc835eaa83b4bf3d3dda75eafb6734efb8a125867e0b38db89c22605a32b7 -SIZE (splitter-r598.tar.gz) = 1567970 +TIMESTAMP = 1624368900 +SHA256 (splitter-r602.tar.gz) = cc12ec00345bc195fa61e1c21a2634ee3db44cc7abdeb0147369d7de1b69f26d +SIZE (splitter-r602.tar.gz) = 1568232 diff --git a/astro/mkgmap/Makefile b/astro/mkgmap/Makefile index 6bd96aaa915..8ef38010af1 100644 --- a/astro/mkgmap/Makefile +++ b/astro/mkgmap/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkgmap -PORTVERSION= r4693 +PORTVERSION= r4786 CATEGORIES= astro converters java MASTER_SITES= https://www.mkgmap.org.uk/download/ \ https://mirror.amdmi3.ru/distfiles/ diff --git a/astro/mkgmap/distinfo b/astro/mkgmap/distinfo index d94ef4e5bad..a3d3e1b2638 100644 --- a/astro/mkgmap/distinfo +++ b/astro/mkgmap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620670496 -SHA256 (mkgmap-r4693.tar.gz) = 7e345e3aedda12b057ce263c16304e99bc5e0acd65aac4d245b2eb7fe7895db1 -SIZE (mkgmap-r4693.tar.gz) = 3484916 +TIMESTAMP = 1624546594 +SHA256 (mkgmap-r4786.tar.gz) = 378aa05e7aead083eab673a7aacefbb12b455ac3ac7a8fdb2f665dedb5b1fbd0 +SIZE (mkgmap-r4786.tar.gz) = 3514586 diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile index 799839de098..e50420f7e8a 100644 --- a/astro/stellarium/Makefile +++ b/astro/stellarium/Makefile @@ -1,9 +1,11 @@ # Created by: Jean-Yves Lefort PORTNAME= stellarium -PORTVERSION= 0.21.0 +PORTVERSION= 0.21.1 DISTVERSIONPREFIX= v CATEGORIES= astro +MASTER_SITES= http://www.etwright.org/astro/:alm +DISTFILES= almstars-1.1.tar.gz:alm EXTRACT_ONLY= ${_DISTFILES:Nstars_*.cat:N*.pdf} MAINTAINER= danfe@FreeBSD.org @@ -76,6 +78,10 @@ post-extract-DOCS-on: @${LN} -sf ${_DISTDIR}/stellarium_user_guide-${GUIDE_VERSION}-1.pdf \ ${WRKSRC} +post-install: + ${INSTALL_DATA} ${WRKDIR}/almstars-1.1/*.dat \ + ${STAGEDIR}${DATADIR}/skycultures/almagest/almstars + post-install-MORE_STARS-on: ${INSTALL_DATA} ${DISTDIR}/stars_4_1v0_2.cat \ ${DISTDIR}/stars_[5678]_2v0_1.cat \ diff --git a/astro/stellarium/distinfo b/astro/stellarium/distinfo index 2cf9c68cb66..902abd127a7 100644 --- a/astro/stellarium/distinfo +++ b/astro/stellarium/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1617003021 -SHA256 (Stellarium-stellarium-v0.21.0_GH0.tar.gz) = c50bb8be684b5098ff21883faf6cb0c7d3c4186ceb7854d8c3eb0a3c52912a38 -SIZE (Stellarium-stellarium-v0.21.0_GH0.tar.gz) = 353979343 -SHA256 (stellarium_user_guide-0.21.0-1.pdf) = 3e42b4619e82e27a101aa67427bd067543dd1eeb951ebd2b2b1da77ec6db8218 -SIZE (stellarium_user_guide-0.21.0-1.pdf) = 31132367 +TIMESTAMP = 1624510125 +SHA256 (Stellarium-stellarium-v0.21.1_GH0.tar.gz) = 0c36880e366b0a993ec427887223a1fe2a8712e68d6efce2ab8019e0696b7b68 +SIZE (Stellarium-stellarium-v0.21.1_GH0.tar.gz) = 362252261 +SHA256 (stellarium_user_guide-0.21.1-1.pdf) = 9b1d960fef5cc3fc8db8e5c02b0aca05dbca763142a9855af5963609099bd00c +SIZE (stellarium_user_guide-0.21.1-1.pdf) = 31256531 +SHA256 (almstars-1.1.tar.gz) = 62f69b92352d9aaccf5393153ac1954adf09be83b6994caae8cc6f318f668f16 +SIZE (almstars-1.1.tar.gz) = 505529 SHA256 (stars_4_1v0_2.cat) = 15589d9193b850cac68a031bd02dcb59da36c03946ca1be373fbabdb6b1edd63 SIZE (stars_4_1v0_2.cat) = 16948302 SHA256 (stars_5_2v0_1.cat) = c4ebd18d05a805308cfac85fe224e3f0a75db6579cae65c935a0954da13f4164 diff --git a/astro/stellarium/pkg-plist b/astro/stellarium/pkg-plist index 5cd21475e5f..9c406425fd9 100644 --- a/astro/stellarium/pkg-plist +++ b/astro/stellarium/pkg-plist @@ -867,6 +867,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n2467.png %%DATADIR%%/nebulae/default/n247.png %%DATADIR%%/nebulae/default/n2477.png +%%DATADIR%%/nebulae/default/n2506-vasey.png %%DATADIR%%/nebulae/default/n2516-dss.png %%DATADIR%%/nebulae/default/n253.png %%DATADIR%%/nebulae/default/n2547.png @@ -890,6 +891,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n2997.png %%DATADIR%%/nebulae/default/n300.png %%DATADIR%%/nebulae/default/n3077.png +%%DATADIR%%/nebulae/default/n3079-vasey.png %%DATADIR%%/nebulae/default/n3109.png %%DATADIR%%/nebulae/default/n3114.png %%DATADIR%%/nebulae/default/n3115.png @@ -901,6 +903,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n3198-sdss.png %%DATADIR%%/nebulae/default/n3199.png %%DATADIR%%/nebulae/default/n3201-dss.png +%%DATADIR%%/nebulae/default/n3227-vasey.png %%DATADIR%%/nebulae/default/n3242.png %%DATADIR%%/nebulae/default/n3293.png %%DATADIR%%/nebulae/default/n3310-vasey.png @@ -982,6 +985,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/n5286.png %%DATADIR%%/nebulae/default/n5307.png %%DATADIR%%/nebulae/default/n5315.png +%%DATADIR%%/nebulae/default/n5363-vasey.png %%DATADIR%%/nebulae/default/n5367.png %%DATADIR%%/nebulae/default/n5426.png %%DATADIR%%/nebulae/default/n5466.png @@ -1142,6 +1146,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/nebulae/default/sh2-136.png %%DATADIR%%/nebulae/default/sh2-155.png %%DATADIR%%/nebulae/default/sh2-170.png +%%DATADIR%%/nebulae/default/sh2-188-vasey.png %%DATADIR%%/nebulae/default/sh2-240.png %%DATADIR%%/nebulae/default/sh2-261.png %%DATADIR%%/nebulae/default/sh2-263.png @@ -1361,11 +1366,16 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/al-sufi/description.en.utf8 %%DATADIR%%/skycultures/al-sufi/description.es.utf8 %%DATADIR%%/skycultures/al-sufi/description.gl.utf8 +%%DATADIR%%/skycultures/al-sufi/description.ru.utf8 %%DATADIR%%/skycultures/al-sufi/description.sk.utf8 %%DATADIR%%/skycultures/al-sufi/description.uk.utf8 %%DATADIR%%/skycultures/al-sufi/dso_names.fab %%DATADIR%%/skycultures/al-sufi/info.ini %%DATADIR%%/skycultures/al-sufi/star_names.fab +%%DATADIR%%/skycultures/almagest/almstars/cat1.dat +%%DATADIR%%/skycultures/almagest/almstars/cat2.dat +%%DATADIR%%/skycultures/almagest/almstars/cat3.dat +%%DATADIR%%/skycultures/almagest/almstars/catpick.dat %%DATADIR%%/skycultures/almagest/constellation_names.eng.fab %%DATADIR%%/skycultures/almagest/constellationship.fab %%DATADIR%%/skycultures/almagest/corvus_s.png @@ -1376,6 +1386,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/almagest/description.gl.utf8 %%DATADIR%%/skycultures/almagest/description.ja.utf8 %%DATADIR%%/skycultures/almagest/description.nl.utf8 +%%DATADIR%%/skycultures/almagest/description.ru.utf8 %%DATADIR%%/skycultures/almagest/description.sk.utf8 %%DATADIR%%/skycultures/almagest/description.uk.utf8 %%DATADIR%%/skycultures/almagest/dso_names.fab @@ -1390,6 +1401,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/anutan/description.gl.utf8 %%DATADIR%%/skycultures/anutan/description.ja.utf8 %%DATADIR%%/skycultures/anutan/description.nl.utf8 +%%DATADIR%%/skycultures/anutan/description.ru.utf8 %%DATADIR%%/skycultures/anutan/description.sk.utf8 %%DATADIR%%/skycultures/anutan/description.uk.utf8 %%DATADIR%%/skycultures/anutan/dso_names.fab @@ -1876,6 +1888,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/japanese_moon_stations/description.gl.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.ja.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.nl.utf8 +%%DATADIR%%/skycultures/japanese_moon_stations/description.ru.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.sk.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.uk.utf8 %%DATADIR%%/skycultures/japanese_moon_stations/description.zh_CN.utf8 @@ -1988,6 +2001,7 @@ share/mime/packages/stellarium.xml %%DATADIR%%/skycultures/macedonian/description.es.utf8 %%DATADIR%%/skycultures/macedonian/description.gl.utf8 %%DATADIR%%/skycultures/macedonian/description.nl.utf8 +%%DATADIR%%/skycultures/macedonian/description.ru.utf8 %%DATADIR%%/skycultures/macedonian/description.sk.utf8 %%DATADIR%%/skycultures/macedonian/description.uk.utf8 %%DATADIR%%/skycultures/macedonian/description.zh_CN.utf8 diff --git a/audio/Makefile b/audio/Makefile index 81162b7b420..e6e8631bac7 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -48,6 +48,7 @@ SUBDIR += aylet SUBDIR += bambootracker SUBDIR += bamp-lv2 + SUBDIR += bangr-lv2 SUBDIR += baresip SUBDIR += baudline SUBDIR += bcg729 @@ -292,7 +293,6 @@ SUBDIR += gula-plugins-lv2 SUBDIR += guspat SUBDIR += gvolwheel - SUBDIR += gxmms2 SUBDIR += gxplugins-lv2 SUBDIR += harp SUBDIR += headsetcontrol @@ -452,7 +452,6 @@ SUBDIR += lv2lint SUBDIR += lv2proc SUBDIR += lvtk - SUBDIR += lxmusic SUBDIR += mac SUBDIR += madfufw SUBDIR += madplay @@ -626,6 +625,7 @@ SUBDIR += pragha SUBDIR += prelude-lv2 SUBDIR += protracker + SUBDIR += psindustrializer SUBDIR += pulseaudio SUBDIR += pulseaudio-module-sndio SUBDIR += pulseaudio-module-xrdp @@ -737,6 +737,7 @@ SUBDIR += sox SUBDIR += spc2it SUBDIR += spectacle-lv2 + SUBDIR += spectmorph SUBDIR += spectrogram SUBDIR += speech-denoiser-lv2 SUBDIR += speex @@ -858,7 +859,6 @@ SUBDIR += xmix SUBDIR += xmixer SUBDIR += xmmix - SUBDIR += xmms2 SUBDIR += xmp SUBDIR += xmradio SUBDIR += xoscope diff --git a/audio/asterisk-espeak/Makefile b/audio/asterisk-espeak/Makefile index 2d6064414c7..c79b99781a0 100644 --- a/audio/asterisk-espeak/Makefile +++ b/audio/asterisk-espeak/Makefile @@ -12,7 +12,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libespeak.so:audio/espeak \ libsamplerate.so:audio/libsamplerate -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/audio/asterisk-flite/Makefile b/audio/asterisk-flite/Makefile index 94a15b9f67a..9ca51fa2540 100644 --- a/audio/asterisk-flite/Makefile +++ b/audio/asterisk-flite/Makefile @@ -11,7 +11,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libflite.so:audio/flite -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/audio/bangr-lv2/Makefile b/audio/bangr-lv2/Makefile new file mode 100644 index 00000000000..3453a81ed78 --- /dev/null +++ b/audio/bangr-lv2/Makefile @@ -0,0 +1,36 @@ +PORTNAME= bangr +DISTVERSION= 1.2.0 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Multi-dimensional dynamicly distorted staggered multi-bandpass + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 \ + cmake:devel/cmake +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 + +USES= compiler:c++11-lang gmake gnome pkgconfig xorg +USE_GNOME= cairo +USE_XORG= x11 + +USE_GITHUB= yes +GH_ACCOUNT= sjaehn +GH_PROJECT= BAngr + +MAKEFILE= makefile + +PLIST_FILES= lib/lv2/BAngr.lv2/BAngr.so \ + lib/lv2/BAngr.lv2/BAngr.ttl \ + lib/lv2/BAngr.lv2/BAngrGUI.so \ + lib/lv2/BAngr.lv2/inc/surface.png \ + lib/lv2/BAngr.lv2/manifest.ttl + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BAngr.lv2/LICENSE + +.include diff --git a/audio/bangr-lv2/distinfo b/audio/bangr-lv2/distinfo new file mode 100644 index 00000000000..10a58a7f910 --- /dev/null +++ b/audio/bangr-lv2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624812024 +SHA256 (sjaehn-BAngr-1.2.0_GH0.tar.gz) = fb71f64adb7f5cb8e9d6c39dc433e1ca01a13ba616fa4e619bec325534773335 +SIZE (sjaehn-BAngr-1.2.0_GH0.tar.gz) = 297242 diff --git a/audio/bangr-lv2/pkg-descr b/audio/bangr-lv2/pkg-descr new file mode 100644 index 00000000000..4a2e4c86c9f --- /dev/null +++ b/audio/bangr-lv2/pkg-descr @@ -0,0 +1,9 @@ +A multi-dimensional dynamicly distorted staggered multi-bandpass LV2 plugin, for +extreme soundmangling. Based on Airwindows XRegion. + +Key features: +* Multi-bandpass / distortion +* Cross-fading between four instances +* Automatic or user-controlled + +WWW: https://github.com/sjaehn/BAngr diff --git a/audio/boops-lv2/Makefile b/audio/boops-lv2/Makefile index 557cd915920..55b092b3fd2 100644 --- a/audio/boops-lv2/Makefile +++ b/audio/boops-lv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= boops -DISTVERSION= 1.6.2 +DISTVERSION= 1.6.4 CATEGORIES= audio PKGNAMESUFFIX= -lv2 diff --git a/audio/boops-lv2/distinfo b/audio/boops-lv2/distinfo index 58dd8ef0c80..43ce5b88a46 100644 --- a/audio/boops-lv2/distinfo +++ b/audio/boops-lv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624030957 -SHA256 (sjaehn-BOops-1.6.2_GH0.tar.gz) = a74f5d1e82fc32f576bf8f60984f54f83df9274fb6e0a05820ba1588609227c8 -SIZE (sjaehn-BOops-1.6.2_GH0.tar.gz) = 19000972 +TIMESTAMP = 1624916966 +SHA256 (sjaehn-BOops-1.6.4_GH0.tar.gz) = 7061574b4e953fbe5684dc681cd6501a9f12f1aed8c9cfbbe3426802e763bd72 +SIZE (sjaehn-BOops-1.6.4_GH0.tar.gz) = 19000373 diff --git a/audio/gxmms2/Makefile b/audio/gxmms2/Makefile deleted file mode 100644 index 58f09caf2e2..00000000000 --- a/audio/gxmms2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Alexander Botero-Lowry - -PORTNAME= gxmms2 -PORTVERSION= 0.7.1 -PORTREVISION= 2 -CATEGORIES= audio -MASTER_SITES= DEBIAN -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig - -MAINTAINER= madpilot@FreeBSD.org -COMMENT= GTK2 based XMMS2 client, written in C - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via audio/xmms2 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libxmmsclient.so:audio/xmms2 - -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} - -USE_GNOME= gtk20 -USES= gmake gnome pkgconfig -ALL_TARGET= ${PORTNAME} - -PLIST_FILES= bin/gxmms2 \ - %%DATADIR%%/gxmms2_mini.xpm - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/gxmms2src/gxmms2_mini.xpm ${STAGEDIR}${DATADIR} - -.include diff --git a/audio/gxmms2/distinfo b/audio/gxmms2/distinfo deleted file mode 100644 index 99c62e45d1d..00000000000 --- a/audio/gxmms2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gxmms2_0.7.1.orig.tar.gz) = fa3fef28935d29665bd7d788db2dcd131e177c7d9ee71423c096a410bfc05a27 -SIZE (gxmms2_0.7.1.orig.tar.gz) = 76473 diff --git a/audio/gxmms2/files/patch-Makefile b/audio/gxmms2/files/patch-Makefile deleted file mode 100644 index fc3f45c9b6f..00000000000 --- a/audio/gxmms2/files/patch-Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.orig 2009-01-04 18:30:38 UTC -+++ Makefile -@@ -1,8 +1,6 @@ - # Makefile for gxmms2 and gkrellxmms2 - - # Installation directory --PREFIX=/usr/local --KRELLPREFIX=/usr - - ALLFILES=gkrellxmms2/*.c gkrellxmms2/*.h gkrellxmms2/*.xpm gmedialib/*.c gmedialib/*.h gmedialib/*.xpm gtrackinfo/*.c gtrackinfo/*.h gxmms2src/*.c gxmms2src/*.h gxmms2src/*.xpm sdecode/*.c sdecode/*.h xmms2ctrl/*.c xmms2ctrl/*.h Makefile README COPYING CHANGELOG - -@@ -13,7 +11,7 @@ XMMS2_LIB=$(shell pkg-config xmms2-clien - - CFLAGS ?= -O2 - CFLAGS := -Wall -fPIC $(GTK_CFLAGS) $(XMMS2_CFLAGS) -I. $(CFLAGS) --LIBS = $(GTK_LIB) $(XMMS2_LIB) -+LIBS = $(GTK_LIB) $(XMMS2_LIB) -lX11 - - KRELLLFLAGS=-shared - diff --git a/audio/gxmms2/pkg-descr b/audio/gxmms2/pkg-descr deleted file mode 100644 index 89acec5b80b..00000000000 --- a/audio/gxmms2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gxmms2 is a GTK2 based XMMS2 client, written in C. Its main window is small and -simple. It includes a playlist editor and a file details dialog. - -WWW: http://wejp.k.vu/projects/xmms2/ diff --git a/audio/id3lib/Makefile b/audio/id3lib/Makefile index 77a5f0ff5c4..86950627b33 100644 --- a/audio/id3lib/Makefile +++ b/audio/id3lib/Makefile @@ -20,7 +20,8 @@ USES= compiler:c11 iconv libtool localbase GNU_CONFIGURE= yes USE_LDCONFIG= yes -post-extract: - @${RM} -r ${WRKSRC}/zlib +post-patch: +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/ogr/ogrsf_frmts/geojson/libjson/ .include diff --git a/audio/lxmusic/Makefile b/audio/lxmusic/Makefile deleted file mode 100644 index 0023aec4415..00000000000 --- a/audio/lxmusic/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Created by: Eric Turgeon - -PORTNAME= lxmusic -PORTVERSION= 0.4.7 -CATEGORIES= audio -MASTER_SITES= SF/lxde/LXMusic%20%28music%20player%29/LXMusic%20${PORTVERSION:R}.x/ - -MAINTAINER= ericbsd@FreeBSD.org -COMMENT= LXDE music player based on xmms2 - -LICENSE= MIT GPLv2+ -LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via audio/xmms2 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libxmmsclient.so:audio/xmms2 \ - libnotify.so:devel/libnotify - -USES= desktop-file-utils gettext-tools gmake gnome localbase \ - pkgconfig tar:xz -USE_GNOME= gtk20 intltool -GNU_CONFIGURE= yes -INSTALLS_ICONS= yes -INSTALL_TARGET= install-strip - -LDFLAGS+= -lpthread - -PORTDOCS= AUTHORS README - -OPTIONS_DEFINE= DOCS NLS -OPTIONS_SUB= yes - -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE=nls - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} - -.include diff --git a/audio/lxmusic/distinfo b/audio/lxmusic/distinfo deleted file mode 100644 index 4eeb56ca3be..00000000000 --- a/audio/lxmusic/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1464014391 -SHA256 (lxmusic-0.4.7.tar.xz) = 4933987338eb6e8c77d63b14cea5a8886146e75acbc38a21438c6c3f47bc06ba -SIZE (lxmusic-0.4.7.tar.xz) = 180300 diff --git a/audio/lxmusic/files/patch-configure b/audio/lxmusic/files/patch-configure deleted file mode 100644 index b38ff0a5037..00000000000 --- a/audio/lxmusic/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2016-02-21 00:00:57 UTC -+++ configure -@@ -6815,7 +6815,7 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >> - - fi - fi -- USE_NLS=yes -+ #USE_NLS=yes - - - gt_cv_have_gettext=no diff --git a/audio/lxmusic/pkg-descr b/audio/lxmusic/pkg-descr deleted file mode 100644 index da4796aa0a0..00000000000 --- a/audio/lxmusic/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -LXMusic is the minimalist music player for LXDE. This is based on -xmms2, which is lightweight and has server/client design. LXMusic -has very few features, it can do nothing more than just playing a -list of music files. - -WWW: https://wiki.lxde.org/en/LXMusic diff --git a/audio/lxmusic/pkg-plist b/audio/lxmusic/pkg-plist deleted file mode 100644 index d49dbfb4259..00000000000 --- a/audio/lxmusic/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -bin/lxmusic -man/man1/lxmusic.1.gz -share/applications/lxmusic.desktop -%%NLS%%share/locale/af/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ar/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/be/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/bg/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/bn/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/bn_IN/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ca/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/cs/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/da/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/de/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/el/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/es/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/et/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/eu/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fa/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fi/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fo/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/fr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/frp/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/gl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/he/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/hr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/hu/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/id/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/is/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/it/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ja/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/kk/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ko/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/lg/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/lt/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ml/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ms/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/nb/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/nl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/nn/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pa/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ps/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pt/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ro/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ru/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sk/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sl/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/sv/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/te/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/th/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/tr/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/tt_RU/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ug/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/uk/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ur/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/ur_PK/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/vi/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/lxmusic.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/lxmusic.mo -%%DATADIR%%/lxmusic.ui.glade -%%DATADIR%%/pref-dlg.ui.glade -%%DATADIR%%/track-info.ui.glade -share/pixmaps/lxmusic.png diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 832ed89b8bb..b9b78abf0bb 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,5 +1,5 @@ PORTNAME= musicpd -PORTVERSION= 0.22.8 +PORTVERSION= 0.22.9 CATEGORIES= audio MASTER_SITES= https://www.musicpd.org/download/mpd/${PORTVERSION:R}/ DISTNAME= mpd-${PORTVERSION} diff --git a/audio/musicpd/distinfo b/audio/musicpd/distinfo index 5f27a804ba3..2685e051fc3 100644 --- a/audio/musicpd/distinfo +++ b/audio/musicpd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621766947 -SHA256 (mpd-0.22.8.tar.xz) = 9617ed08c9ffafcf5f925819251f6b90df3f4f73cf2838c41033e1962104286d -SIZE (mpd-0.22.8.tar.xz) = 737368 +TIMESTAMP = 1624793348 +SHA256 (mpd-0.22.9.tar.xz) = f937403297c2240bd4a569f4b937ee7ab17398a5284ba9df4d6d4c3a0512bc64 +SIZE (mpd-0.22.9.tar.xz) = 738432 diff --git a/audio/musicpd/files/patch-meson.build b/audio/musicpd/files/patch-meson.build index 8301949a8f5..588e13b1050 100644 --- a/audio/musicpd/files/patch-meson.build +++ b/audio/musicpd/files/patch-meson.build @@ -1,22 +1,22 @@ ---- meson.build.orig 2020-11-06 15:12:54 UTC +--- meson.build.orig 2021-06-23 18:56:13 UTC +++ meson.build -@@ -79,10 +79,14 @@ test_cxxflags = test_common_flags + [ - '-Wno-non-virtual-dtor', - ] +@@ -28,6 +28,14 @@ elif compiler.get_id() == 'clang' and compiler.version + warning('Your clang version is too old. You need at least version 7.') + endif +test_ldflags = [ +] + - if compiler.get_id() == 'clang' - # Workaround for clang bug - # https://bugs.llvm.org/show_bug.cgi?id=32611 - test_cxxflags += '-funwind-tables' ++if compiler.get_id() == 'clang' ++ # This can probably go away after FreeBSD 11 is EOL'd + test_ldflags += '-fuse-ld=%%MPD_CLANG_LD%%' - endif - - test_cflags = test_common_flags + [ -@@ -95,7 +99,7 @@ test_cflags = test_common_flags + [ - '-pedantic', ++endif ++ + version_conf = configuration_data() + version_conf.set_quoted('PACKAGE', meson.project_name()) + version_conf.set_quoted('PACKAGE_NAME', meson.project_name()) +@@ -102,7 +110,7 @@ test_cflags = test_common_flags + [ + '-Wwrite-strings', ] -test_ldflags = [ diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index ae21a7733cb..f54b3f8b045 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 77cb3e537c9..1e97596ca9a 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,7 +1,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/ncspot/files/patch-powerpc b/audio/ncspot/files/patch-powerpc new file mode 100644 index 00000000000..4a416caf6ff --- /dev/null +++ b/audio/ncspot/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/audio/plasma5-plasma-pa/distinfo b/audio/plasma5-plasma-pa/distinfo index eb5952cb466..b5829baf019 100644 --- a/audio/plasma5-plasma-pa/distinfo +++ b/audio/plasma5-plasma-pa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866570 -SHA256 (KDE/plasma/5.22.1/plasma-pa-5.22.1.tar.xz) = bd8d5655ae3e188b1c48ac3c0019a0c303b95060576836f70232448b5955e9f2 -SIZE (KDE/plasma/5.22.1/plasma-pa-5.22.1.tar.xz) = 127304 +TIMESTAMP = 1624729958 +SHA256 (KDE/plasma/5.22.2.1/plasma-pa-5.22.2.1.tar.xz) = 1ffe082079cc71bd55839f385c30c5af54bed5e9cfd804209fd58f614622d164 +SIZE (KDE/plasma/5.22.2.1/plasma-pa-5.22.2.1.tar.xz) = 127284 diff --git a/audio/protracker/Makefile b/audio/protracker/Makefile index 4264892943b..b9cef895cc0 100644 --- a/audio/protracker/Makefile +++ b/audio/protracker/Makefile @@ -1,7 +1,7 @@ # Created by: Emanuel Haupt PORTNAME= protracker -PORTVERSION= 1.29 +PORTVERSION= 1.31 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= audio diff --git a/audio/protracker/distinfo b/audio/protracker/distinfo index 7cc82977bc2..5c71b5a76f4 100644 --- a/audio/protracker/distinfo +++ b/audio/protracker/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1616956049 +TIMESTAMP = 1624895757 SHA256 (protracker-extras-1.tar.gz) = 51a078f344611f6a41e44bab9a8640f363224c41a8a5432f55aeba3bb49fbdbf SIZE (protracker-extras-1.tar.gz) = 1267 -SHA256 (8bitbubsy-pt2-clone-v1.29_GH0.tar.gz) = 852515e8ac84d52ab0fb84832e508ce0ae912776e843820f640c77cee7a693dc -SIZE (8bitbubsy-pt2-clone-v1.29_GH0.tar.gz) = 7496144 +SHA256 (8bitbubsy-pt2-clone-v1.31_GH0.tar.gz) = caa4aec54c6a9f8872ef27d825080e4f33ea85bad0f8a0b5239b8e131a69ce47 +SIZE (8bitbubsy-pt2-clone-v1.31_GH0.tar.gz) = 7497178 diff --git a/audio/psindustrializer/Makefile b/audio/psindustrializer/Makefile new file mode 100644 index 00000000000..6f69f724b5c --- /dev/null +++ b/audio/psindustrializer/Makefile @@ -0,0 +1,44 @@ +PORTNAME= psindustrializer +DISTVERSION= 0.2.7 +DISTVERSIONSUFFIX= -pre2 +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= SF/industrializer/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Percussion sounds synthesizer using physical modelling + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libaudiofile.so:audio/libaudiofile \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 \ + libgtkglext-x11-1.0.so:x11-toolkits/gtkglext \ + libharfbuzz.so:print/harfbuzz + +USES= gettext-runtime gl gmake gnome libtool pkgconfig tar:xz xorg +USE_GNOME= atk cairo gdkpixbuf2 gtk20 libxml2 pango pangox-compat +USE_GL= gl glu +USE_XORG= x11 +USE_LDCONFIG= yes + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-alsa + +INSTALL_TARGET= install-strip + +OPTIONS_MULTI= BACKEND +OPTIONS_MULTI_BACKEND= JACK PULSE +OPTIONS_DEFAULT= PULSE + +BACKEND_DESC= Audio Backend + +JACK_CONFIGURE_ENABLE= jack +JACK_LIB_DEPENDS= libjack.so:audio/jack + +PULSE_DESC= PulseAudio support +PULSE_CONFIGURE_ENABLE= pulse +PULSE_LIB_DEPENDS= libpulse.so:audio/pulseaudio + +.include diff --git a/audio/psindustrializer/distinfo b/audio/psindustrializer/distinfo new file mode 100644 index 00000000000..62d3ea8c576 --- /dev/null +++ b/audio/psindustrializer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624758402 +SHA256 (psindustrializer-0.2.7-pre2.tar.xz) = 13a3489f11773eb6deb06f5ea93a6ad01387f4b357ceba1149fc863afc780a1f +SIZE (psindustrializer-0.2.7-pre2.tar.xz) = 354252 diff --git a/audio/psindustrializer/pkg-descr b/audio/psindustrializer/pkg-descr new file mode 100644 index 00000000000..e197dee4cbf --- /dev/null +++ b/audio/psindustrializer/pkg-descr @@ -0,0 +1,6 @@ +Industrializer is a program for generating percussion sounds for musical +purposes. This program is great for generating new techno and industrial +sounds. It also can produce chimes, bubbles, gongs, hammer hits on different +materials and so on. + +WWW: https://sourceforge.net/projects/industrializer/ diff --git a/audio/psindustrializer/pkg-plist b/audio/psindustrializer/pkg-plist new file mode 100644 index 00000000000..e6ec83c1753 --- /dev/null +++ b/audio/psindustrializer/pkg-plist @@ -0,0 +1,16 @@ +bin/psindustrializer +include/psphymod/psmetalobj.h +include/psphymod/psphymod.h +lib/libpsphymod.a +lib/libpsphymod.so +lib/libpsphymod.so.0 +lib/libpsphymod.so.0.0.0 +share/appdata/psindustrializer.appdata.xml +share/applications/psindustrializer.desktop +share/locale/en@boldquot/LC_MESSAGES/psindustrializer.mo +share/locale/en@quot/LC_MESSAGES/psindustrializer.mo +share/locale/ru/LC_MESSAGES/psindustrializer.mo +share/pixmaps/psindustrializer.png +%%DATADIR%%/power_station_logo.xpm +%%DATADIR%%/save-wav-22.png +%%DATADIR%%/save-wav-32.png diff --git a/audio/rubberband/Makefile b/audio/rubberband/Makefile index 227840ce548..06d7504a9bb 100644 --- a/audio/rubberband/Makefile +++ b/audio/rubberband/Makefile @@ -1,7 +1,7 @@ # Created by: mathias.picker@gmx.de PORTNAME= rubberband -DISTVERSION= 1.9.1 +DISTVERSION= 1.9.2 CATEGORIES= audio MASTER_SITES= https://breakfastquay.com/files/releases/ diff --git a/audio/rubberband/distinfo b/audio/rubberband/distinfo index 0e3c78529e5..bce2bb31466 100644 --- a/audio/rubberband/distinfo +++ b/audio/rubberband/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621266846 -SHA256 (rubberband-1.9.1.tar.bz2) = fc474878f6823c27ef5df1f9616a8c8b6a4c01346132ea7d1498fe5245e549e3 -SIZE (rubberband-1.9.1.tar.bz2) = 164644 +TIMESTAMP = 1623304677 +SHA256 (rubberband-1.9.2.tar.bz2) = b3cff5968517141fcf9e1ef6b5a1fdb06a5511f148000609216cf182ff4ab612 +SIZE (rubberband-1.9.2.tar.bz2) = 164178 diff --git a/audio/rubberband/pkg-plist b/audio/rubberband/pkg-plist index 474bb239bb2..02f44f09f28 100644 --- a/audio/rubberband/pkg-plist +++ b/audio/rubberband/pkg-plist @@ -6,7 +6,7 @@ lib/ladspa/ladspa-rubberband.so lib/librubberband.a lib/librubberband.so lib/librubberband.so.2 -lib/librubberband.so.2.1.3 +lib/librubberband.so.2.1.4 lib/vamp/vamp-rubberband.cat lib/vamp/vamp-rubberband.so libdata/pkgconfig/rubberband.pc diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile new file mode 100644 index 00000000000..e1f12104f16 --- /dev/null +++ b/audio/spectmorph/Makefile @@ -0,0 +1,45 @@ +PORTNAME= spectmorph +DISTVERSION= 0.5.2 +PORTREVISION= 1 +CATEGORIES= audio +MASTER_SITES= https://spectmorph.org/files/releases/ + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Analyze and combine samples of musical instruments + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= fftw3>0:math/fftw3 +LIB_DEPENDS= libao.so:audio/libao \ + libfftw3f.so:math/fftw3-float \ + libfreetype.so:print/freetype2 \ + libsndfile.so:audio/libsndfile + +USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg +USE_QT= core gui widgets buildtools_build +USE_GNOME= cairo glib20 +USE_GL= gl +USE_XORG= x11 +USE_LDCONFIG= yes + +SHEBANG_FILES= tools/sminstbuilder.in + +GNU_CONFIGURE= yes + +LDFLAGS+= -L${LOCALBASE}/lib -lfftw3f_threads + +INSTALL_TARGET= install-strip + +OPTIONS_DEFINE= JACK LV2 +OPTIONS_DEFAULT= JACK LV2 +OPTIONS_SUB= yes + +JACK_CONFIGURE_WITH= jack +JACK_LIB_DEPENDS= libjack.so:audio/jack + +LV2_DESC= Build the LV2 plugin +LV2_CONFIGURE_WITH= lv2 +LV2_BUILD_DEPENDS= lv2>0:audio/lv2 + +.include diff --git a/audio/spectmorph/distinfo b/audio/spectmorph/distinfo new file mode 100644 index 00000000000..3d873c12251 --- /dev/null +++ b/audio/spectmorph/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624784043 +SHA256 (spectmorph-0.5.2.tar.bz2) = 2ed06e46e0396723621b21a89e81a2850bc5b9590383ae1d37094c68673d387b +SIZE (spectmorph-0.5.2.tar.bz2) = 30920194 diff --git a/audio/spectmorph/files/patch-configure.ac b/audio/spectmorph/files/patch-configure.ac new file mode 100644 index 00000000000..88768dc9888 --- /dev/null +++ b/audio/spectmorph/files/patch-configure.ac @@ -0,0 +1,12 @@ +--- configure.ac.orig 2021-06-27 09:08:51 UTC ++++ configure.ac +@@ -363,6 +363,9 @@ case "${host_os}" in + linux*) + build_linux=yes + ;; ++ freebsd*) ++ build_linux=yes ++ ;; + cygwin*|mingw*) + build_windows=yes + ;; diff --git a/audio/spectmorph/files/patch-lib_smutils.hh b/audio/spectmorph/files/patch-lib_smutils.hh new file mode 100644 index 00000000000..59f1342787f --- /dev/null +++ b/audio/spectmorph/files/patch-lib_smutils.hh @@ -0,0 +1,11 @@ +--- lib/smutils.hh.orig 2021-06-27 09:10:34 UTC ++++ lib/smutils.hh +@@ -13,6 +13,8 @@ + #define SM_OS_MACOS + #elif __linux__ + #define SM_OS_LINUX ++#elif __FreeBSD__ ++ #define SM_OS_LINUX + #else + #error "unsupported platform" + #endif diff --git a/audio/spectmorph/files/patch-tools_smenccache.cc b/audio/spectmorph/files/patch-tools_smenccache.cc new file mode 100644 index 00000000000..87311917bc3 --- /dev/null +++ b/audio/spectmorph/files/patch-tools_smenccache.cc @@ -0,0 +1,10 @@ +--- tools/smenccache.cc.orig 2021-06-27 09:40:09 UTC ++++ tools/smenccache.cc +@@ -4,6 +4,7 @@ + #include "smutils.hh" + #include + #include ++#include // for WEXITSTATUS + + using std::string; + using std::vector; diff --git a/audio/spectmorph/pkg-descr b/audio/spectmorph/pkg-descr new file mode 100644 index 00000000000..3bdb34d41fd --- /dev/null +++ b/audio/spectmorph/pkg-descr @@ -0,0 +1,8 @@ +SpectMorph is a free software project which allows to analyze samples of musical +instruments, and to combine them (morphing). It can be used to construct hybrid +sounds, for instance a sound between a trumpet and a flute; or smooth +transitions, for instance a sound that starts as a trumpet and then gradually +changes to a flute. In its current version, SpectMorph ships with many +ready-to-use instruments which can be combined using morphing. + +WWW: https://spectmorph.org/ diff --git a/audio/spectmorph/pkg-plist b/audio/spectmorph/pkg-plist new file mode 100644 index 00000000000..d274d0ae05b --- /dev/null +++ b/audio/spectmorph/pkg-plist @@ -0,0 +1,211 @@ +bin/smenc +%%JACK%%bin/smenccache +%%JACK%%bin/sminspector +%%JACK%%bin/sminstbuilder +%%JACK%%bin/smjack +%%JACK%%bin/smplay +%%JACK%%bin/smsampleedit +%%JACK%%bin/smsfimport +bin/smstrip +bin/smtool +bin/smwavset +include/spectmorph/smcore/smadsrenvelope.hh +include/spectmorph/smcore/smalignedarray.hh +include/spectmorph/smcore/smaudio.hh +include/spectmorph/smcore/smaudiotool.hh +include/spectmorph/smcore/smbinbuffer.hh +include/spectmorph/smcore/smblockutils.hh +include/spectmorph/smcore/smbuilderthread.hh +include/spectmorph/smcore/smconfig.hh +include/spectmorph/smcore/smdebug.hh +include/spectmorph/smcore/smeffectdecoder.hh +include/spectmorph/smcore/smencoder.hh +include/spectmorph/smcore/smfft.hh +include/spectmorph/smcore/smgenericin.hh +include/spectmorph/smcore/smgenericout.hh +include/spectmorph/smcore/smhexstring.hh +include/spectmorph/smcore/smifftsynth.hh +include/spectmorph/smcore/smindex.hh +include/spectmorph/smcore/sminfile.hh +include/spectmorph/smcore/sminsteditsynth.hh +include/spectmorph/smcore/sminstenccache.hh +include/spectmorph/smcore/sminstencoder.hh +include/spectmorph/smcore/sminstrument.hh +include/spectmorph/smcore/smjobqueue.hh +include/spectmorph/smcore/smleakdebugger.hh +include/spectmorph/smcore/smlivedecoder.hh +include/spectmorph/smcore/smlivedecodersource.hh +include/spectmorph/smcore/smmain.hh +include/spectmorph/smcore/smmath.hh +include/spectmorph/smcore/smmemout.hh +include/spectmorph/smcore/smmicroconf.hh +include/spectmorph/smcore/smmidisynth.hh +include/spectmorph/smcore/smminiresampler.hh +include/spectmorph/smcore/smmmapin.hh +include/spectmorph/smcore/smmorphgrid.hh +include/spectmorph/smcore/smmorphgridmodule.hh +include/spectmorph/smcore/smmorphlfo.hh +include/spectmorph/smcore/smmorphlfomodule.hh +include/spectmorph/smcore/smmorphlinear.hh +include/spectmorph/smcore/smmorphlinearmodule.hh +include/spectmorph/smcore/smmorphoperator.hh +include/spectmorph/smcore/smmorphoperatormodule.hh +include/spectmorph/smcore/smmorphoutput.hh +include/spectmorph/smcore/smmorphoutputmodule.hh +include/spectmorph/smcore/smmorphplan.hh +include/spectmorph/smcore/smmorphplansynth.hh +include/spectmorph/smcore/smmorphplanvoice.hh +include/spectmorph/smcore/smmorphsource.hh +include/spectmorph/smcore/smmorphsourcemodule.hh +include/spectmorph/smcore/smmorphutils.hh +include/spectmorph/smcore/smmorphwavsource.hh +include/spectmorph/smcore/smmorphwavsourcemodule.hh +include/spectmorph/smcore/smnoisebandpartition.hh +include/spectmorph/smcore/smnoisedecoder.hh +include/spectmorph/smcore/smobject.hh +include/spectmorph/smcore/smoutfile.hh +include/spectmorph/smcore/smpcg32rng.hh +include/spectmorph/smcore/smpolyphaseinter.hh +include/spectmorph/smcore/smproject.hh +include/spectmorph/smcore/smproperty.hh +include/spectmorph/smcore/smrandom.hh +include/spectmorph/smcore/smsignal.hh +include/spectmorph/smcore/smsinedecoder.hh +include/spectmorph/smcore/smstdioin.hh +include/spectmorph/smcore/smstdioout.hh +include/spectmorph/smcore/smstdiosubin.hh +include/spectmorph/smcore/smsynthinterface.hh +include/spectmorph/smcore/smuserinstrumentindex.hh +include/spectmorph/smcore/smutils.hh +include/spectmorph/smcore/smwavdata.hh +include/spectmorph/smcore/smwavset.hh +include/spectmorph/smcore/smwavsetbuilder.hh +include/spectmorph/smcore/smwavsetrepo.hh +include/spectmorph/smcore/smzip.hh +include/spectmorph/smcore/spectmorph.hh +include/spectmorph/smglui/pugl/cairo_gl.h +include/spectmorph/smglui/pugl/gl.h +include/spectmorph/smglui/pugl/glew.h +include/spectmorph/smglui/pugl/glu.h +include/spectmorph/smglui/pugl/pugl.h +include/spectmorph/smglui/pugl/pugl_internal.h +include/spectmorph/smglui/smaboutdialog.hh +include/spectmorph/smglui/smbutton.hh +include/spectmorph/smglui/smcheckbox.hh +include/spectmorph/smglui/smcombobox.hh +include/spectmorph/smglui/smcomboboxoperator.hh +include/spectmorph/smglui/smcontrolview.hh +include/spectmorph/smglui/smdialog.hh +include/spectmorph/smglui/smdrawutils.hh +include/spectmorph/smglui/smenumview.hh +include/spectmorph/smglui/smeventloop.hh +include/spectmorph/smglui/smfixedgrid.hh +include/spectmorph/smglui/smframe.hh +include/spectmorph/smglui/sminsteditnote.hh +include/spectmorph/smglui/sminsteditparams.hh +include/spectmorph/smglui/sminsteditwindow.hh +include/spectmorph/smglui/smlabel.hh +include/spectmorph/smglui/smled.hh +include/spectmorph/smglui/smlineedit.hh +include/spectmorph/smglui/smlistbox.hh +include/spectmorph/smglui/smmenubar.hh +include/spectmorph/smglui/smmessagebox.hh +include/spectmorph/smglui/smmorphgridview.hh +include/spectmorph/smglui/smmorphgridwidget.hh +include/spectmorph/smglui/smmorphlfoview.hh +include/spectmorph/smglui/smmorphlinearview.hh +include/spectmorph/smglui/smmorphoperatorview.hh +include/spectmorph/smglui/smmorphoutputview.hh +include/spectmorph/smglui/smmorphplancontrol.hh +include/spectmorph/smglui/smmorphplanview.hh +include/spectmorph/smglui/smmorphplanwindow.hh +include/spectmorph/smglui/smmorphsourceview.hh +include/spectmorph/smglui/smmorphwavsourceview.hh +include/spectmorph/smglui/smnativefiledialog.hh +include/spectmorph/smglui/smoperatorlayout.hh +include/spectmorph/smglui/smoperatorrolemap.hh +include/spectmorph/smglui/smoutputadsrwidget.hh +include/spectmorph/smglui/smparamlabel.hh +include/spectmorph/smglui/smprogressbar.hh +include/spectmorph/smglui/smpropertyview.hh +include/spectmorph/smglui/smrenameopwindow.hh +include/spectmorph/smglui/smsamplewidget.hh +include/spectmorph/smglui/smscrollbar.hh +include/spectmorph/smglui/smscrollview.hh +include/spectmorph/smglui/smshortcut.hh +include/spectmorph/smglui/smsimplelines.hh +include/spectmorph/smglui/smslider.hh +include/spectmorph/smglui/smtimer.hh +include/spectmorph/smglui/smtoolbutton.hh +include/spectmorph/smglui/smwidget.hh +include/spectmorph/smglui/smwindow.hh +include/spectmorph/smglui/spectmorphglui.hh +include/spectmorph/smgui/smsampleview.hh +include/spectmorph/smgui/smzoomcontroller.hh +include/spectmorph/smgui/spectmorphgui.hh +lib/libspectmorph.a +lib/libspectmorph.so +lib/libspectmorph.so.0 +lib/libspectmorph.so.0.0.0 +lib/libspectmorphglui.a +lib/libspectmorphglui.so +lib/libspectmorphglui.so.0 +lib/libspectmorphglui.so.0.0.0 +lib/libspectmorphgui.a +lib/libspectmorphgui.so +lib/libspectmorphgui.so.0 +lib/libspectmorphgui.so.0.0.0 +%%JACK%%lib/libspectmorphjack.a +%%JACK%%lib/libspectmorphjack.so +%%JACK%%lib/libspectmorphjack.so.0 +%%JACK%%lib/libspectmorphjack.so.0.0.0 +%%LV2%%lib/lv2/spectmorph.lv2/manifest.ttl +%%LV2%%lib/lv2/spectmorph.lv2/spectmorph.ttl +%%LV2%%lib/lv2/spectmorph.lv2/spectmorph_lv2.so +lib/vst/spectmorph_vst.so +libdata/pkgconfig/spectmorph.pc +libdata/pkgconfig/spectmorphglui.pc +libdata/pkgconfig/spectmorphgui.pc +man/man1/smenc.1.gz +man/man1/sminspector.1.gz +man/man1/sminstbuilder.1.gz +man/man1/smjack.1.gz +man/man1/smplay.1.gz +man/man1/smsfimport.1.gz +man/man1/smstrip.1.gz +man/man1/smtool.1.gz +man/man1/smwavset.1.gz +man/man1/spectmorphoscgui.1.gz +share/applications/smjack.desktop +share/pixmaps/smjack.png +%%DATADIR%%/instruments/standard/alto-flute.smset +%%DATADIR%%/instruments/standard/alto-saxophone.smset +%%DATADIR%%/instruments/standard/bass-trombone.smset +%%DATADIR%%/instruments/standard/bassoon.smset +%%DATADIR%%/instruments/standard/cello.smset +%%DATADIR%%/instruments/standard/claudia-ah.smset +%%DATADIR%%/instruments/standard/claudia-ih.smset +%%DATADIR%%/instruments/standard/claudia-oh.smset +%%DATADIR%%/instruments/standard/french-horn.smset +%%DATADIR%%/instruments/standard/index.smindex +%%DATADIR%%/instruments/standard/mirko-ah.smset +%%DATADIR%%/instruments/standard/mirko-oh.smset +%%DATADIR%%/instruments/standard/oboe.smset +%%DATADIR%%/instruments/standard/pan-flute.smset +%%DATADIR%%/instruments/standard/reed-organ.smset +%%DATADIR%%/instruments/standard/sven-ah.smset +%%DATADIR%%/instruments/standard/sven-ih.smset +%%DATADIR%%/instruments/standard/sven-oh.smset +%%DATADIR%%/instruments/standard/synth-saw.smset +%%DATADIR%%/instruments/standard/trumpet.smset +%%DATADIR%%/instruments/standard/violin.smset +%%DATADIR%%/templates/1-instrument.smplan +%%DATADIR%%/templates/2-instruments-linear-gui.smplan +%%DATADIR%%/templates/2-instruments-linear-lfo.smplan +%%DATADIR%%/templates/2-instruments-unison.smplan +%%DATADIR%%/templates/2x2-instruments-grid-gui.smplan +%%DATADIR%%/templates/aurora.smplan +%%DATADIR%%/templates/empty.smplan +%%DATADIR%%/templates/index.smpindex +%%DATADIR%%/templates/mars.smplan +%%DATADIR%%/templates/saturn.smplan diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index a63d54ca6c2..b8aaf10a1fb 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-tui DISTVERSIONPREFIX= v DISTVERSION= 0.24.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index c0ff6de307e..52b7ed1642c 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/spotifyd/files/patch-powerpc b/audio/spotifyd/files/patch-powerpc new file mode 100644 index 00000000000..3f7362a7240 --- /dev/null +++ b/audio/spotifyd/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.73/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.73/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.73/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.73/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index aa1bebc7e89..788a2b239f9 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -1,5 +1,5 @@ PORTNAME= visp-go -DISTVERSION= g20210527 +DISTVERSION= g20210723 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org @@ -12,8 +12,9 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ambientsound GH_PROJECT= ${PORTNAME:C/-go//} -GH_TAGNAME= a474043 -GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ +GH_TAGNAME= 2585747 +GH_TUPLE= beorn7:perks:v1.0.0:beorn7_perks/vendor/github.com/beorn7/perks \ + davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ gdamore:encoding:v1.0.0:gdamore_encoding/vendor/github.com/gdamore/encoding \ gdamore:tcell:v2.2.0:gdamore_tcell_v2/vendor/github.com/gdamore/tcell/v2 \ @@ -23,10 +24,10 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp go-yaml:yaml:v2.2.4:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ golang:appengine:v1.6.7:golang_appengine/vendor/google.golang.org/appengine \ golang:crypto:75b288015ac9:golang_crypto/vendor/golang.org/x/crypto \ - golang:net:afb366fc7cd1:golang_net/vendor/golang.org/x/net \ - golang:oauth2:2e8d93401602:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ + golang:oauth2:d04028783cf1:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ - golang:sys:66c3f260301c:golang_sys/vendor/golang.org/x/sys \ + golang:sys:04245dca01da:golang_sys/vendor/golang.org/x/sys \ golang:term:2321bbc49cbf:golang_term/vendor/golang.org/x/term \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ @@ -36,9 +37,14 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp lucasb-eyer:go-colorful:v1.2.0:lucasb_eyer_go_colorful/vendor/github.com/lucasb-eyer/go-colorful \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-runewidth:v0.0.12:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ pelletier:go-toml:v1.2.0:pelletier_go_toml/vendor/github.com/pelletier/go-toml \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ + prometheus:client_golang:v0.9.3:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:14fe0d1b01d4:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:v0.4.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:5867b95ac084:prometheus_procfs/vendor/github.com/prometheus/procfs \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ sirupsen:logrus:v1.2.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ @@ -51,7 +57,7 @@ GH_TUPLE= davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-sp stretchr:objx:v0.1.1:stretchr_objx/vendor/github.com/stretchr/objx \ stretchr:testify:v1.7.0:stretchr_testify/vendor/github.com/stretchr/testify \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ - zmb3:spotify:v1.1.2:zmb3_spotify/vendor/github.com/zmb3/spotify + zmb3:spotify:v1.3.0:zmb3_spotify/vendor/github.com/zmb3/spotify _BUILD_VERSION= ${GH_TAGNAME} _BUILD_DATE= $$(date +%s) diff --git a/audio/visp-go/distinfo b/audio/visp-go/distinfo index bf4e56579ee..56e023cea5e 100644 --- a/audio/visp-go/distinfo +++ b/audio/visp-go/distinfo @@ -1,6 +1,8 @@ -TIMESTAMP = 1622125759 -SHA256 (ambientsound-visp-g20210527-a474043_GH0.tar.gz) = 0cec76c1f821c431acfbaaa94d1a5508019a30645dc143cde2b0f8c78b631f86 -SIZE (ambientsound-visp-g20210527-a474043_GH0.tar.gz) = 278798 +TIMESTAMP = 1624708329 +SHA256 (ambientsound-visp-g20210723-2585747_GH0.tar.gz) = e70177483187b93a77783159a3bd886ca7215eaf8d5b18806f78e8a84aa8149a +SIZE (ambientsound-visp-g20210723-2585747_GH0.tar.gz) = 281972 +SHA256 (beorn7-perks-v1.0.0_GH0.tar.gz) = b69d92e2e84b7d510dfa6110d3ac4ada0096a6c81190c5e174aa888bfe475cbc +SIZE (beorn7-perks-v1.0.0_GH0.tar.gz) = 10866 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd @@ -21,14 +23,14 @@ SHA256 (golang-appengine-v1.6.7_GH0.tar.gz) = c623d81235f7c9699e299b328191d81333 SIZE (golang-appengine-v1.6.7_GH0.tar.gz) = 333007 SHA256 (golang-crypto-75b288015ac9_GH0.tar.gz) = 6e74e21bf9dfdbf0a8dac8cb205fbc3bfd8dff308a24080b9d6093a3858f0db2 SIZE (golang-crypto-75b288015ac9_GH0.tar.gz) = 1729931 -SHA256 (golang-net-afb366fc7cd1_GH0.tar.gz) = 897c59e6bb8851550cdaa131e1d0c51502f537194de846918f532c463a4518ca -SIZE (golang-net-afb366fc7cd1_GH0.tar.gz) = 1249394 -SHA256 (golang-oauth2-2e8d93401602_GH0.tar.gz) = 666f0dd6ef39ba66a52c7fc02c8730be742a5f14419fc7c3a70f0442f6a5bc92 -SIZE (golang-oauth2-2e8d93401602_GH0.tar.gz) = 79381 +SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d +SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 +SHA256 (golang-oauth2-d04028783cf1_GH0.tar.gz) = b963a3ce8248c8ca192d9c7c4ffdbe4adddfe7599b0a58fdfe9271e58547e217 +SIZE (golang-oauth2-d04028783cf1_GH0.tar.gz) = 79980 SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 -SHA256 (golang-sys-66c3f260301c_GH0.tar.gz) = c694fdfa95b4b21d3bc777019b1f2422e56c5f57f049bd8f485bab5fa19cbba1 -SIZE (golang-sys-66c3f260301c_GH0.tar.gz) = 1219296 +SHA256 (golang-sys-04245dca01da_GH0.tar.gz) = b90ec2bae1f7e395eb368638a6627199efdc28fa9c592a72aac0ae32351fd5d7 +SIZE (golang-sys-04245dca01da_GH0.tar.gz) = 1231301 SHA256 (golang-term-2321bbc49cbf_GH0.tar.gz) = 72896f6aa3deb053da5b597ab072ba5c3540b29d0fb56f350397b7f94c010e21 SIZE (golang-term-2321bbc49cbf_GH0.tar.gz) = 15281 SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 @@ -47,12 +49,22 @@ SHA256 (magiconair-properties-v1.8.1_GH0.tar.gz) = 4449df3d2be86608bfc997228f66f SIZE (magiconair-properties-v1.8.1_GH0.tar.gz) = 29735 SHA256 (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 5fe59a999a3dffe33595d8e40806bcba11aa447cd73eb60a8b9a7f8b724a232f SIZE (mattn-go-runewidth-v0.0.12_GH0.tar.gz) = 17354 +SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b +SIZE (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 37184 SHA256 (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 53fbc06b125ff1c9c73a4eb1764346932671a29c67a45a92e2ebc6855635069b SIZE (mitchellh-mapstructure-v1.1.2_GH0.tar.gz) = 20980 SHA256 (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 1a5a620f680033f17e34148bee8f26d96d8c27ff1d7f56f0fe1c7253595b5244 SIZE (pelletier-go-toml-v1.2.0_GH0.tar.gz) = 57496 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 +SHA256 (prometheus-client_golang-v0.9.3_GH0.tar.gz) = 691646522cee404fc8d48bf830309bb75e7b36ceca31d8dc2febe142e66a9ca8 +SIZE (prometheus-client_golang-v0.9.3_GH0.tar.gz) = 138415 +SHA256 (prometheus-client_model-14fe0d1b01d4_GH0.tar.gz) = e86922566dae5bd684e2b77baabfaee9df34ce11cd7c8bae688b512b3a496f03 +SIZE (prometheus-client_model-14fe0d1b01d4_GH0.tar.gz) = 57495 +SHA256 (prometheus-common-v0.4.0_GH0.tar.gz) = 5fbad5f7332e40e1e1a75da389e81cf51300c26efff8dfe894eb814d2db5062e +SIZE (prometheus-common-v0.4.0_GH0.tar.gz) = 98312 +SHA256 (prometheus-procfs-5867b95ac084_GH0.tar.gz) = e7a790683185905621d3ea93fc605a38957b3a5e4a16ff90dee557d2e714c842 +SIZE (prometheus-procfs-5867b95ac084_GH0.tar.gz) = 72672 SHA256 (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 26218474bcf776ecf32d7d194c6bfaca8e7b4f0c087e5b595fd50fbb31409676 SIZE (protocolbuffers-protobuf-go-v1.26.0_GH0.tar.gz) = 1270215 SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9150ebbced402f4f70be106197 @@ -77,5 +89,5 @@ SHA256 (stretchr-testify-v1.7.0_GH0.tar.gz) = 560c0984072cb436b17bbce5699b205d5a SIZE (stretchr-testify-v1.7.0_GH0.tar.gz) = 91073 SHA256 (subosito-gotenv-v1.2.0_GH0.tar.gz) = 5f6826992c11981018c77377f33dbc56d0be932e0d38a2f51e795c99725e7ba5 SIZE (subosito-gotenv-v1.2.0_GH0.tar.gz) = 7359 -SHA256 (zmb3-spotify-v1.1.2_GH0.tar.gz) = 108a5918c6a34b90c275427b9a4181ca2ac1ca49b369a54ac9eef053b2c002cc -SIZE (zmb3-spotify-v1.1.2_GH0.tar.gz) = 116812 +SHA256 (zmb3-spotify-v1.3.0_GH0.tar.gz) = a5c7f6ee75fc635a44fcd712fcb38236b36ae20330f993ed97c5e3744995e7a8 +SIZE (zmb3-spotify-v1.3.0_GH0.tar.gz) = 147692 diff --git a/audio/xmms2/Makefile b/audio/xmms2/Makefile deleted file mode 100644 index 116f7203c74..00000000000 --- a/audio/xmms2/Makefile +++ /dev/null @@ -1,223 +0,0 @@ -# Created by: Alexander Botero-Lowry - -PORTNAME?= xmms2 -PORTVERSION= 0.8 -DISTVERSIONSUFFIX= DrO_o -PORTREVISION?= 35 -CATEGORIES?= audio -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20${DISTVERSIONSUFFIX} - -MAINTAINER?= madpilot@FreeBSD.org -COMMENT?= Rewrite of xmms as a client/server system (developer release) - -USES+= pkgconfig tar:bzip2 waf - -CONFIGURE_ARGS+= --conf-prefix=${LOCALBASE} \ - --mandir=${MANPREFIX}/man \ - --without-plugins="ofa" -INSTALL_TARGET= install --without-ldconfig - -.if !defined(XMMS2_SLAVE) -USE_GNOME= glib20 -USES+= gnome python:2.7,build readline sqlite - -USE_LDCONFIG= yes - -PLIST_SUB+= INCLUDEDIR="include/${PORTNAME}" LIBDIR="lib/${PORTNAME}" - -CPPFLAGS+= -I${LOCALBASE}/include - -OPTIONS_DEFINE= AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \ - GME GVFS ICES JACK MAD MDNS MMS \ - MODPLUG MPG123 MUSEPACK PULSEAUDIO SAMBA SID \ - SNDFILE SPEEX TREMOR VISUAL VOCODER VORBIS WAVPACK XML -OPTIONS_SINGLE= MDNS -OPTIONS_SINGLE_MDNS= MDNS_APPLE MDNS_AVAHI -OPTIONS_DEFAULT= CURL FAAD FLAC MPG123 MDNS MDNS_AVAHI VORBIS - -AIRPLAY_DESC= Support output via Airport Express -AVCODEC_DESC= Avcodevc playback support -ET_DESC= Install usage feedback reporting client -FAM_DESC= Support to update Media Library on file change -GME_DESC= Video game music files support -GVFS_DESC= Playback files via GVFS -ICES_DESC= Playback files to an icecast server -MDNS_DESC= Announce XMMS2d via mDNS (Choose implementation) -MDNS_APPLE_DESC= Use Apple mDNS implementation -MDNS_AVAHI_DESC= Use Avahi mDNS implementation -SAMBA_DESC= Playback files via SMB -SID_DESC= Playback SID files -VISUAL_DESC= Visualization plugins support -VOCODER_DESC= Phase Vocoder effect plugin -XML_DESC= Support XML based playlists (XSPF, RSS) - -OPTIONS_SUB= yes - -AIRPLAY_USES= ssl -AIRPLAY_CONFIGURE_OFF= --without-plugins="airplay" - -AO_LIB_DEPENDS= libao.so:audio/libao -AO_CONFIGURE_OFF= --without-plugins="ao" - -APE_LIB_DEPENDS= libmac.so:audio/mac -APE_CONFIGURE_OFF= --without-plugins="mac" - -AVCODEC_LIB_DEPENDS= libavutil.so:multimedia/ffmpeg -AVCODEC_CONFIGURE_OFF= --without-plugins="avcodec" - -CDDA_LIB_DEPENDS= libcdio.so:sysutils/libcdio \ - libcdio_cdda.so:sysutils/libcdio-paranoia \ - libdiscid.so:audio/libdiscid -CDDA_CONFIGURE_OFF= --without-plugins="cdda" - -CURL_LIB_DEPENDS= libcurl.so:ftp/curl -CURL_CONFIGURE_OFF= --without-plugins="curl" --without-plugins="icymetaint" - -FAAD_LIB_DEPENDS= libfaad.so:audio/faad -FAAD_CONFIGURE_OFF= --without-plugins="faad" --without-plugins="mp4" - -FAM_USES= fam:gamin -FAM_CONFIGURE_OFF= --without-optionals="medialib-updater" - -FLAC_LIB_DEPENDS= libFLAC.so:audio/flac - -GME_LIB_DEPENDS= libgme.so:audio/libgme -GME_CONFIGURE_OFF= --without-plugins="gme" - -GVFS_USE= GNOME=gvfs -GVFS_CONFIGURE_OFF= --without-plugins="gvfs" - -ICES_LIB_DEPENDS= libshout.so:audio/libshout -ICES_CONFIGURE_OFF= --without-plugins="ices" - -JACK_LIB_DEPENDS= libjack.so:audio/jack -JACK_CONFIGURE_OFF= --without-plugins="jack" - -MAD_LIB_DEPENDS= libmad.so:audio/libmad -MAD_CONFIGURE_OFF= --without-plugins="mad" - -MDNS_CONFIGURE_OFF= --without-optionals="mdns" - -MDNS_APPLE_CONFIGURE_ON= --with-mdns-backend="dns_sd" -MDNS_APPLE_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder - -MDNS_AVAHI_CONFIGURE_ON= --with-mdns-backend="avahi" -MDNS_AVAHI_LIB_DEPENDS= libavahi-core.so:net/avahi-app - -MMS_LIB_DEPENDS= libmms.so:net/libmms -MMS_CONFIGURE_OFF= --without-plugins="mms" - -MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug -MODPLUG_CONFIGURE_OFF= --without-plugins="modplug" - -MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 -MPG123_CONFIGURE_OFF= --without-plugins="mpg123" - -MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack -MUSEPACK_CONFIGURE_OFF= --without-plugins="musepack" - -PULSEAUDIO_LIB_DEPENDS= libpulse.so:audio/pulseaudio -PULSEAUDIO_CONFIGURE_OFF= --without-plugins="pulse" - -SAMBA_USES= samba:lib -SAMBA_CPPFLAGS= -I${SAMBAINCLUDES} -SAMBA_LDFLAGS= -L${SAMBALIBS} -SAMBA_CONFIGURE_OFF= --without-plugins="samba" - -SID_LIB_DEPENDS= libsidplay2.so:audio/libsidplay2 -SID_CONFIGURE_OFF= --without-plugins="sid" - -SNDFILE_LIB_DEPENDS= libsndfile.so:audio/libsndfile -SNDFILE_CONFIGURE_OFF= --without-plugins="sndfile" - -SPEEX_LIB_DEPENDS= libspeex.so:audio/speex -SPEEX_CONFIGURE_OFF= --without-plugins="speex" - -TREMOR_LIB_DEPENDS= libvorbisidec.so:audio/libtremor -TREMOR_CONFIGURE_OFF= --without-plugins="tremor" - -VISUAL_USES= sdl -VISUAL_USE= SDL=sdl -VISUAL_LIB_DEPENDS= libvisual-0.4.so:graphics/libvisual04 -VISUAL_CONFIGURE_OFF= --without-optionals="vistest" -VISUAL_CONFIGURE_ON= --with-vis-reference-clients - -VOCODER_LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ - libsamplerate.so:audio/libsamplerate -VOCODER_CONFIGURE_OFF= --without-plugins="vocoder" - -VORBIS_LIB_DEPENDS= libvorbis.so:audio/libvorbis -VORBIS_CONFIGURE_OFF= --without-plugins="vorbis" - -WAVPACK_LIB_DEPENDS= libwavpack.so:audio/wavpack -WAVPACK_CONFIGURE_OFF= --without-plugins="wavpack" - -XML_USE= GNOME=libxml2 -XML_CONFIGURE_OFF= --without-plugins="xml" --without-plugins="rss" \ - --without-plugins="xspf" - -ET_CONFIGURE_OFF= --without-optionals="et" - -.endif # !XMMS2_SLAVE - -.include - -.if defined(XMMS2_SLAVE) -CONFIGURE_ARGS+= --without-xmms2d - -.if ${XMMS2_SLAVE} == "python" -CONFIGURE_ARGS+= --with-optionals="python" -.elif ${XMMS2_SLAVE} == "ruby" -CONFIGURE_ARGS+= --with-optionals="ruby" -.elif ${XMMS2_SLAVE} == "perl" -CONFIGURE_ARGS+= --with-optionals="perl" -.elif ${XMMS2_SLAVE} == "ruby-ecore" -CONFIGURE_ARGS+= --with-optionals="ruby" --with-optionals="xmmsclient-ecore" -.elif ${XMMS2_SLAVE} == "cpp" -CONFIGURE_ARGS+= --with-optionals="xmmsclient++" \ - --with-optionals="xmmsclient++-glib" -.endif - -.else # XMMS2_SLAVE -CONFIGURE_ARGS+= --without-optionals="python" \ - --without-optionals="ruby" \ - --without-optionals="xmmsclient-ecore" \ - --without-optionals="xmmsclient++" \ - --without-optionals="xmmsclient++-glib" \ - --without-optionals="perl" -.endif # XMMS2_SLAVE - -.if !defined(XMMS2_SLAVE) - -# xmms2-ripper -.if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= libvorbisenc.so:audio/libvorbis -.else -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-clients-vistest-wscript -.endif - -.endif # !XMMS2_SLAVE - -# Force to nothing to avoid bsd.openssl.mk adding definitions -# to it when AIRPLAY option is active, waf does not understand it anyway. -MAKE_ARGS= - -post-patch: - @${REINPLACE_CMD} -e "s|%%WRKSRC%%|${WRKSRC}|" ${WRKSRC}/wscript -.if ${PORT_OPTIONS:MVISUAL} && ${PORT_OPTIONS:MVORBIS} - @${REINPLACE_CMD} -e "s|'vorbisenc',|'vorbisenc vorbis ogg',|" \ - ${WRKSRC}/src/clients/vistest/wscript -.endif - -post-install: -.if !defined(XMMS2_SLAVE) - ${MKDIR} ${STAGEDIR}${DATADIR}/scripts/startup.d - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxmmsclient* -.else - ${RM} -R ${STAGEDIR}${PREFIX}/lib/xmms2 - ${FIND} ${STAGEDIR}${PREFIX}/lib -name '*.so*' | ${XARGS} ${STRIP_CMD} -.endif - -.include diff --git a/audio/xmms2/distinfo b/audio/xmms2/distinfo deleted file mode 100644 index 0db108e337b..00000000000 --- a/audio/xmms2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (xmms2-0.8DrO_o.tar.bz2) = c77e41e7bd5788889d5a2f78331ca8c748b8721bd2e59f36c36ad4c7cae8694a -SIZE (xmms2-0.8DrO_o.tar.bz2) = 1670726 diff --git a/audio/xmms2/files/extra-patch-src-clients-vistest-wscript b/audio/xmms2/files/extra-patch-src-clients-vistest-wscript deleted file mode 100644 index db0c7495c7b..00000000000 --- a/audio/xmms2/files/extra-patch-src-clients-vistest-wscript +++ /dev/null @@ -1,30 +0,0 @@ ---- src/clients/vistest/wscript~ -+++ src/clients/vistest/wscript -@@ -23,17 +23,6 @@ def build(bld): - t.install_path = None - - -- if bld.env.LIB_vorbisenc: -- t = bld(features = 'c cprogram', -- target = 'xmms2-ripper', -- source = 'ripper.c', -- includes = '. ../../.. ../../include', -- uselib = 'vorbisenc', -- use = 'xmmsclient' -- ) -- if not bld.env.INSTALL_VIS_REFERENCE_CLIENTS: -- t.install_path = None -- - if bld.env.LIB_visual and bld.env.LIB_sdl: - t = bld(features = 'c cprogram', - target = 'xmms2-libvisual', -@@ -53,9 +42,6 @@ def configure(conf): - - conf.check_cc(lib="m", uselib_store="math", mandatory=False) - -- conf.check_cfg(package='vorbisenc', uselib_store='vorbisenc', -- args='--cflags --libs', mandatory=False) -- - if conf.check_cfg(package='libvisual-0.4', uselib_store='visual', - args='--cflags --libs', mandatory=False): - conf.check_cfg(package='sdl', uselib_store='sdl', diff --git a/audio/xmms2/files/patch-src_clients_lib_xmmsclient-glib_wscript b/audio/xmms2/files/patch-src_clients_lib_xmmsclient-glib_wscript deleted file mode 100644 index 782a4b98caf..00000000000 --- a/audio/xmms2/files/patch-src_clients_lib_xmmsclient-glib_wscript +++ /dev/null @@ -1,34 +0,0 @@ ---- src/clients/lib/xmmsclient-glib/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/clients/lib/xmmsclient-glib/wscript -@@ -1,19 +1,21 @@ - from waftools import tool - - def build(bld): -- obj = bld(features='c cshlib', -- target = 'xmmsclient-glib', -- includes = '../../../.. ../../../include', -- source = 'xmmsclient-glib.c', -- uselib = 'glib2', -- use = 'xmmsclient', -- vnum = '1.0.0' -- ) -+ if bld.env.BUILD_XMMS2D: -+ obj = bld(features='c cshlib', -+ target = 'xmmsclient-glib', -+ includes = '../../../.. ../../../include', -+ source = 'xmmsclient-glib.c', -+ uselib = 'glib2', -+ use = 'xmmsclient', -+ vnum = '1.0.0' -+ ) - -- tool.add_install_flag(bld, obj) -+ tool.add_install_flag(bld, obj) - - def configure(conf): -- conf.env.XMMS_PKGCONF_FILES.append(('xmms2-client-glib', '-lxmmsclient-glib')) -+ if not conf.options.without_xmms2d: -+ conf.env.XMMS_PKGCONF_FILES.append(('xmms2-client-glib', '-lxmmsclient-glib')) - - return True - diff --git a/audio/xmms2/files/patch-src_clients_lib_xmmsclient_wscript b/audio/xmms2/files/patch-src_clients_lib_xmmsclient_wscript deleted file mode 100644 index a8135f56f56..00000000000 --- a/audio/xmms2/files/patch-src_clients_lib_xmmsclient_wscript +++ /dev/null @@ -1,34 +0,0 @@ ---- src/clients/lib/xmmsclient/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/clients/lib/xmmsclient/wscript -@@ -25,19 +25,21 @@ def build(bld): - else: - source.extend(["visualization/dummy.c"]) - -- obj = bld(features = 'c cshlib', -- target = 'xmmsclient', -- includes = '../../../.. ../../../include ../../../includepriv', -- source = source, -- uselib = 'socket time', -- use = 'xmmsipc xmmssocket xmmsutils xmmstypes xmmsvisualization', -- vnum = '6.0.0' -- ) -+ if bld.env.BUILD_XMMS2D: -+ obj = bld(features = 'c cshlib', -+ target = 'xmmsclient', -+ includes = '../../../.. ../../../include ../../../includepriv', -+ source = source, -+ uselib = 'socket time', -+ use = 'xmmsipc xmmssocket xmmsutils xmmstypes xmmsvisualization', -+ vnum = '6.0.0' -+ ) - -- tool.add_install_flag(bld, obj) -+ tool.add_install_flag(bld, obj) - - def configure(conf): -- conf.env.XMMS_PKGCONF_FILES.append(("xmms2-client", "-lxmmsclient")) -+ if not conf.options.without_xmms2d: -+ conf.env.XMMS_PKGCONF_FILES.append(("xmms2-client", "-lxmmsclient")) - - conf.check_cc(function_name="semtimedop", - header_name=["sys/types.h", "sys/ipc.h", "sys/sem.h"], diff --git a/audio/xmms2/files/patch-src_include_wscript b/audio/xmms2/files/patch-src_include_wscript deleted file mode 100644 index a4e84c9edaa..00000000000 --- a/audio/xmms2/files/patch-src_include_wscript +++ /dev/null @@ -1,22 +0,0 @@ ---- src/include/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/include/wscript -@@ -2,12 +2,13 @@ import os - - def build(bld): - # FIXME: This is a test that should work. -- for d in bld.path.ant_glob('**', dir=True, src=False): -- rpath = d.path_from(bld.path) -- bld.recurse(rpath) -- f = d.ant_glob('*.h') -- if f: -- bld.install_files(os.path.join(bld.env.INCLUDEDIR, 'xmms2', rpath), f) -+ if bld.env.BUILD_XMMS2D: -+ for d in bld.path.ant_glob('**', dir=True, src=False): -+ rpath = d.path_from(bld.path) -+ bld.recurse(rpath) -+ f = d.ant_glob('*.h') -+ if f: -+ bld.install_files(os.path.join(bld.env.INCLUDEDIR, 'xmms2', rpath), f) - - #paths = ['xmms', 'xmmsc', 'xmmsclient', 'xmmsclient/xmmsclient++'] - #for p in paths: diff --git a/audio/xmms2/files/patch-src_include_xmmsclient_xmmsclient++_coll.h b/audio/xmms2/files/patch-src_include_xmmsclient_xmmsclient++_coll.h deleted file mode 100644 index f237eea4085..00000000000 --- a/audio/xmms2/files/patch-src_include_xmmsclient_xmmsclient++_coll.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/include/xmmsclient/xmmsclient++/coll.h.orig 2011-10-20 19:26:08 UTC -+++ src/include/xmmsclient/xmmsclient++/coll.h -@@ -612,7 +612,7 @@ namespace Xmms - - template< typename keyT, typename valT > - AbstractElement< keyT, valT >::AbstractElement( const Coll& coll, keyT index ) -- : coll_ (coll), index_( index ) -+ : coll_ ( const_cast< Coll& >( coll ) ), index_( index ) - { - xmmsv_coll_ref( coll_.getColl() ); - } diff --git a/audio/xmms2/files/patch-src_plugins_airplay_raop__client.c b/audio/xmms2/files/patch-src_plugins_airplay_raop__client.c deleted file mode 100644 index ddf7db6376c..00000000000 --- a/audio/xmms2/files/patch-src_plugins_airplay_raop__client.c +++ /dev/null @@ -1,25 +0,0 @@ ---- src/plugins/airplay/raop_client.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/airplay/raop_client.c -@@ -1,6 +1,8 @@ - #include - #include - -+#include -+#include - #include - #include - #include -@@ -137,8 +139,13 @@ raop_rsa_encrypt (guchar *text, gint len, guchar *res) - static const guchar exp[] = {0x01, 0x00, 0x01}; - - rsa = RSA_new (); -+ -+#if OPENSSL_VERSION_NUMBER < 0x10100000L - rsa->n = BN_bin2bn (mod, 256, NULL); - rsa->e = BN_bin2bn (exp, 3, NULL); -+#else -+ RSA_set0_key(rsa, BN_bin2bn (mod, 256, NULL), BN_bin2bn (exp, 3, NULL), NULL); -+#endif - - size = RSA_public_encrypt (len, text, res, rsa, RSA_PKCS1_OAEP_PADDING); - diff --git a/audio/xmms2/files/patch-src_plugins_airplay_wscript b/audio/xmms2/files/patch-src_plugins_airplay_wscript deleted file mode 100644 index 5b1e9bf8700..00000000000 --- a/audio/xmms2/files/patch-src_plugins_airplay_wscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/airplay/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/airplay/wscript -@@ -12,8 +12,6 @@ rtspmessage.c - def plugin_configure(conf): - # MinGW doesn't ship sys/select.h - conf.check_cc(header_name='sys/select.h') -- conf.check_cfg(package="openssl", args="--cflags --libs", -- uselib_store="openssl") - - configure, build = plugin("airplay", configure=plugin_configure, - source = source, libs=["openssl"], output_prio=4) diff --git a/audio/xmms2/files/patch-src_plugins_ao_ao.c b/audio/xmms2/files/patch-src_plugins_ao_ao.c deleted file mode 100644 index 972ef05bbfe..00000000000 --- a/audio/xmms2/files/patch-src_plugins_ao_ao.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/plugins/ao/ao.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/ao/ao.c -@@ -162,6 +162,7 @@ xmms_ao_new (xmms_output_t *output) - - /* let's just use some common format to check if the device - * name is valid */ -+ memset(&format, 0, sizeof(format)); - format.bits = 16; - format.rate = 44100; - format.channels = 2; diff --git a/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c b/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c deleted file mode 100644 index da9bd420ba5..00000000000 --- a/audio/xmms2/files/patch-src_plugins_avcodec_avcodec.c +++ /dev/null @@ -1,527 +0,0 @@ ---- src/plugins/avcodec/avcodec.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/avcodec/avcodec.c -@@ -1,7 +1,7 @@ - /** @file avcodec.c - * Decoder plugin for ffmpeg avcodec formats - * -- * Copyright (C) 2006-2011 XMMS2 Team -+ * Copyright (C) 2006-2014 XMMS2 Team - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public -@@ -14,15 +14,16 @@ - * Lesser General Public License for more details. - */ - --#include "xmms_configuration.h" --#include "xmms/xmms_xformplugin.h" --#include "xmms/xmms_sample.h" --#include "xmms/xmms_log.h" -+#include -+#include -+#include -+#include - - #include - #include - #include - #include -+#include - - #include "avcodec_compat.h" - -@@ -36,6 +37,8 @@ typedef struct { - guint buffer_size; - gboolean no_demuxer; - -+ AVFrame *read_out_frame; -+ - guint channels; - guint samplerate; - xmms_sample_format_t sampleformat; -@@ -53,10 +56,14 @@ typedef struct { - static gboolean xmms_avcodec_plugin_setup (xmms_xform_plugin_t *xform_plugin); - static gboolean xmms_avcodec_init (xmms_xform_t *xform); - static void xmms_avcodec_destroy (xmms_xform_t *xform); -+static gint xmms_avcodec_internal_read_some (xmms_xform_t *xform, xmms_avcodec_data_t *data, xmms_error_t *error); -+static gint xmms_avcodec_internal_decode_some (xmms_avcodec_data_t *data); -+static void xmms_avcodec_internal_append (xmms_avcodec_data_t *data); - static gint xmms_avcodec_read (xmms_xform_t *xform, xmms_sample_t *buf, gint len, - xmms_error_t *error); - static gint64 xmms_avcodec_seek (xmms_xform_t *xform, gint64 samples, - xmms_xform_seek_mode_t whence, xmms_error_t *err); -+static xmms_sample_format_t xmms_avcodec_translate_sample_format (enum AVSampleFormat av_sample_format); - - /* - * Plugin header -@@ -85,13 +92,23 @@ xmms_avcodec_plugin_setup (xmms_xform_pl - xmms_magic_add ("A/52 (AC-3) header", "audio/x-ffmpeg-ac3", - "0 beshort 0x0b77", NULL); - xmms_magic_add ("DTS header", "audio/x-ffmpeg-dca", -- "0 belong 0x7ffe8001", NULL); -+ "0 belong 0x7ffe8001", NULL); - - xmms_xform_plugin_indata_add (xform_plugin, - XMMS_STREAM_TYPE_MIMETYPE, - "audio/x-ffmpeg-*", - NULL); - -+ XMMS_DBG ("avcodec version at build time is %d.%d.%d", -+ (LIBAVCODEC_VERSION_INT >> 16), -+ (LIBAVCODEC_VERSION_INT >> 8) & 0xff, -+ LIBAVCODEC_VERSION_INT & 0xff); -+ XMMS_DBG ("avcodec version at run time is %d.%d.%d", -+ (avcodec_version() >> 16), -+ (avcodec_version() >> 8) & 0xff, -+ avcodec_version() & 0xff); -+ XMMS_DBG ("avcodec configuration is %s", avcodec_configuration()); -+ - return TRUE; - } - -@@ -107,6 +124,7 @@ xmms_avcodec_destroy (xmms_xform_t *xfor - - avcodec_close (data->codecctx); - av_free (data->codecctx); -+ av_frame_free (&data->read_out_frame); - - g_string_free (data->outbuf, TRUE); - g_free (data->buffer); -@@ -132,9 +150,10 @@ xmms_avcodec_init (xmms_xform_t *xform) - data->buffer_size = AVCODEC_BUFFER_SIZE; - data->codecctx = NULL; - -+ data->read_out_frame = av_frame_alloc (); -+ - xmms_xform_private_data_set (xform, data); - -- avcodec_init (); - avcodec_register_all (); - - mimetype = xmms_xform_indata_get_str (xform, -@@ -161,12 +180,12 @@ xmms_avcodec_init (xmms_xform_t *xform) - data->channels = ret; - } - -- /* bitrate required for WMA files */ -+ /* Required by WMA xform. */ - xmms_xform_auxdata_get_int (xform, - "bitrate", - &data->bitrate); - -- /* ALAC and MAC require bits per sample field to be 16 */ -+ /* Required by tta and apefile xforms. */ - xmms_xform_auxdata_get_int (xform, - "samplebits", - &data->samplebits); -@@ -188,7 +207,8 @@ xmms_avcodec_init (xmms_xform_t *xform) - !strcmp (data->codec_id, "adpcm_swf") || - !strcmp (data->codec_id, "pcm_s16le") || - !strcmp (data->codec_id, "ac3") || -- !strcmp (data->codec_id, "dca")) { -+ !strcmp (data->codec_id, "dca") || -+ !strcmp (data->codec_id, "nellymoser")) { - /* number 1024 taken from libavformat raw.c RAW_PACKET_SIZE */ - data->extradata = g_malloc0 (1024); - data->extradata_size = 1024; -@@ -196,22 +216,22 @@ xmms_avcodec_init (xmms_xform_t *xform) - } else { - /* A demuxer plugin forgot to give decoder config? */ - xmms_log_error ("Decoder config data not found!"); -- return FALSE; -+ goto err; - } - } - -- data->codecctx = avcodec_alloc_context (); -+ data->codecctx = avcodec_alloc_context3 (codec); - data->codecctx->sample_rate = data->samplerate; - data->codecctx->channels = data->channels; - data->codecctx->bit_rate = data->bitrate; -- CONTEXT_BPS (data->codecctx) = data->samplebits; -+ data->codecctx->bits_per_coded_sample = data->samplebits; - data->codecctx->block_align = data->block_align; - data->codecctx->extradata = data->extradata; - data->codecctx->extradata_size = data->extradata_size; - data->codecctx->codec_id = codec->id; - data->codecctx->codec_type = codec->type; - -- if (avcodec_open (data->codecctx, codec) < 0) { -+ if (avcodec_open2 (data->codecctx, codec, NULL) < 0) { - XMMS_DBG ("Opening decoder '%s' failed", codec->name); - goto err; - } else { -@@ -220,7 +240,7 @@ xmms_avcodec_init (xmms_xform_t *xform) - - /* some codecs need to have something read before they set - * the samplerate and channels correctly, unfortunately... */ -- if ((ret = xmms_avcodec_read (xform, buf, 42, &error)) > 0) { -+ if ((ret = xmms_avcodec_read (xform, buf, sizeof (buf), &error)) > 0) { - g_string_insert_len (data->outbuf, 0, buf, ret); - } else { - XMMS_DBG ("First read failed, codec is not working..."); -@@ -231,19 +251,27 @@ xmms_avcodec_init (xmms_xform_t *xform) - - data->samplerate = data->codecctx->sample_rate; - data->channels = data->codecctx->channels; -+ data->sampleformat = xmms_avcodec_translate_sample_format (data->codecctx->sample_fmt); -+ if (data->sampleformat == XMMS_SAMPLE_FORMAT_UNKNOWN) { -+ avcodec_close (data->codecctx); -+ goto err; -+ } - - xmms_xform_outdata_type_add (xform, - XMMS_STREAM_TYPE_MIMETYPE, - "audio/pcm", - XMMS_STREAM_TYPE_FMT_FORMAT, -- XMMS_SAMPLE_FORMAT_S16, -+ data->sampleformat, - XMMS_STREAM_TYPE_FMT_CHANNELS, - data->channels, - XMMS_STREAM_TYPE_FMT_SAMPLERATE, - data->samplerate, - XMMS_STREAM_TYPE_END); - -- XMMS_DBG ("Decoder '%s' initialized successfully!", codec->name); -+ XMMS_DBG ("Decoder %s at rate %d with %d channels of format %s initialized", -+ codec->name, data->codecctx->sample_rate, -+ data->codecctx->channels, -+ av_get_sample_fmt_name (data->codecctx->sample_fmt)); - - return TRUE; - -@@ -251,6 +279,9 @@ err: - if (data->codecctx) { - av_free (data->codecctx); - } -+ if (data->read_out_frame) { -+ avcodec_free_frame (&data->read_out_frame); -+ } - g_string_free (data->outbuf, TRUE); - g_free (data->extradata); - g_free (data); -@@ -263,102 +294,24 @@ xmms_avcodec_read (xmms_xform_t *xform, - xmms_error_t *error) - { - xmms_avcodec_data_t *data; -- char outbuf[AVCODEC_MAX_AUDIO_FRAME_SIZE]; -- gint outbufsize, bytes_read = 0; - guint size; - - data = xmms_xform_private_data_get (xform); - g_return_val_if_fail (data, -1); - -- size = MIN (data->outbuf->len, len); -- while (size == 0) { -- AVPacket packet; -- av_init_packet (&packet); -+ while (0 == (size = MIN (data->outbuf->len, len))) { -+ gint res; - - if (data->no_demuxer || data->buffer_length == 0) { -- gint read_total; -- -- bytes_read = xmms_xform_read (xform, -- (gchar *) (data->buffer + data->buffer_length), -- data->buffer_size - data->buffer_length, -- error); -- -- if (bytes_read < 0) { -- XMMS_DBG ("Error while reading data"); -- return bytes_read; -- } else if (bytes_read == 0) { -- XMMS_DBG ("EOF"); -- return 0; -- } -- -- read_total = bytes_read; -- -- /* If we have a demuxer plugin, make sure we read the whole packet */ -- while (read_total == data->buffer_size && !data->no_demuxer) { -- /* multiply the buffer size and try to read again */ -- data->buffer = g_realloc (data->buffer, data->buffer_size * 2); -- bytes_read = xmms_xform_read (xform, -- (gchar *) data->buffer + -- data->buffer_size, -- data->buffer_size, -- error); -- data->buffer_size *= 2; -- -- if (bytes_read < 0) { -- XMMS_DBG ("Error while reading data"); -- return bytes_read; -- } -- -- read_total += bytes_read; -- -- if (read_total < data->buffer_size) { -- /* finally double the buffer size for performance reasons, the -- * hotspot handling likes to fit two frames in the buffer */ -- data->buffer = g_realloc (data->buffer, data->buffer_size * 2); -- data->buffer_size *= 2; -- XMMS_DBG ("Reallocated avcodec internal buffer to be %d bytes", -- data->buffer_size); -- -- break; -- } -- } -- -- /* Update the buffer length */ -- data->buffer_length += read_total; -- } -- -- packet.data = data->buffer; -- packet.size = data->buffer_length; -- -- outbufsize = sizeof (outbuf); -- bytes_read = avcodec_decode_audio3 (data->codecctx, (short *) outbuf, -- &outbufsize, &packet); -- -- /* The DTS decoder of ffmpeg is buggy and always returns -- * the input buffer length, get frame length from header */ -- if (!strcmp (data->codec_id, "dca") && bytes_read > 0) { -- bytes_read = ((int)data->buffer[5] << 12) | -- ((int)data->buffer[6] << 4) | -- ((int)data->buffer[7] >> 4); -- bytes_read = (bytes_read & 0x3fff) + 1; -- } -- -- if (bytes_read < 0 || bytes_read > data->buffer_length) { -- XMMS_DBG ("Error decoding data!"); -- return -1; -- } else if (bytes_read != data->buffer_length) { -- g_memmove (data->buffer, -- data->buffer + bytes_read, -- data->buffer_length - bytes_read); -- } -- -- data->buffer_length -= bytes_read; -+ gint bytes_read; - -- if (outbufsize > 0) { -- g_string_append_len (data->outbuf, outbuf, outbufsize); -+ bytes_read = xmms_avcodec_internal_read_some (xform, data, error); -+ if (bytes_read <= 0) { return bytes_read; } - } - -- size = MIN (data->outbuf->len, len); -+ res = xmms_avcodec_internal_decode_some (data); -+ if (res < 0) { return res; } -+ if (res > 0) { xmms_avcodec_internal_append (data); } - } - - memcpy (buf, data->outbuf->str, size); -@@ -371,8 +324,6 @@ static gint64 - xmms_avcodec_seek (xmms_xform_t *xform, gint64 samples, xmms_xform_seek_mode_t whence, xmms_error_t *err) - { - xmms_avcodec_data_t *data; -- char outbuf[AVCODEC_MAX_AUDIO_FRAME_SIZE]; -- gint outbufsize, bytes_read = 0; - gint64 ret = -1; - - g_return_val_if_fail (xform, -1); -@@ -390,23 +341,11 @@ xmms_avcodec_seek (xmms_xform_t *xform, - - /* The buggy ape decoder doesn't flush buffers, so we need to finish decoding - * the frame before seeking to avoid segfaults... this hack sucks */ -+ /* FIXME: Is ^^^ still true? */ - while (data->buffer_length > 0) { -- AVPacket packet; -- av_init_packet (&packet); -- packet.data = data->buffer; -- packet.size = data->buffer_length; -- -- outbufsize = sizeof (outbuf); -- bytes_read = avcodec_decode_audio3 (data->codecctx, (short *) outbuf, -- &outbufsize, &packet); -- -- if (bytes_read < 0 || bytes_read > data->buffer_length) { -- XMMS_DBG ("Error decoding data!"); -+ if (xmms_avcodec_internal_decode_some (data) < 0) { - return -1; - } -- -- data->buffer_length -= bytes_read; -- g_memmove (data->buffer, data->buffer + bytes_read, data->buffer_length); - } - - ret = xmms_xform_seek (xform, samples, whence, err); -@@ -420,3 +359,178 @@ xmms_avcodec_seek (xmms_xform_t *xform, - - return ret; - } -+ -+static xmms_sample_format_t -+xmms_avcodec_translate_sample_format (enum AVSampleFormat av_sample_format) -+{ -+ switch (av_sample_format) { -+ case AV_SAMPLE_FMT_U8: -+ case AV_SAMPLE_FMT_U8P: -+ return XMMS_SAMPLE_FORMAT_U8; -+ case AV_SAMPLE_FMT_S16: -+ case AV_SAMPLE_FMT_S16P: -+ return XMMS_SAMPLE_FORMAT_S16; -+ case AV_SAMPLE_FMT_S32: -+ case AV_SAMPLE_FMT_S32P: -+ return XMMS_SAMPLE_FORMAT_S32; -+ case AV_SAMPLE_FMT_FLT: -+ case AV_SAMPLE_FMT_FLTP: -+ return XMMS_SAMPLE_FORMAT_FLOAT; -+ case AV_SAMPLE_FMT_DBL: -+ case AV_SAMPLE_FMT_DBLP: -+ return XMMS_SAMPLE_FORMAT_DOUBLE; -+ default: -+ XMMS_DBG ("AVSampleFormat (%i: %s) not supported.", av_sample_format, -+ av_get_sample_fmt_name (av_sample_format)); -+ return XMMS_SAMPLE_FORMAT_UNKNOWN; -+ } -+} -+ -+/* -+Read some data from our source of data to data->buffer, updating buffer_length -+and buffer_size as needed. -+ -+Returns: on error: negative -+ on EOF: zero -+ otherwise: number of bytes read. -+*/ -+static gint -+xmms_avcodec_internal_read_some (xmms_xform_t *xform, -+ xmms_avcodec_data_t *data, -+ xmms_error_t *error) -+{ -+ gint bytes_read, read_total; -+ -+ bytes_read = xmms_xform_read (xform, -+ (gchar *) (data->buffer + data->buffer_length), -+ data->buffer_size - data->buffer_length, -+ error); -+ -+ if (bytes_read < 0) { -+ XMMS_DBG ("Error while reading data"); -+ return bytes_read; -+ } else if (bytes_read == 0) { -+ XMMS_DBG ("EOF"); -+ return 0; -+ } -+ -+ read_total = bytes_read; -+ -+ /* If we have a demuxer plugin, make sure we read the whole packet */ -+ while (read_total == data->buffer_size && !data->no_demuxer) { -+ /* multiply the buffer size and try to read again */ -+ data->buffer = g_realloc (data->buffer, data->buffer_size * 2); -+ bytes_read = xmms_xform_read (xform, -+ (gchar *) data->buffer + -+ data->buffer_size, -+ data->buffer_size, -+ error); -+ data->buffer_size *= 2; -+ -+ if (bytes_read < 0) { -+ XMMS_DBG ("Error while reading data"); -+ return bytes_read; -+ } -+ -+ read_total += bytes_read; -+ -+ if (read_total < data->buffer_size) { -+ /* finally double the buffer size for performance reasons, the -+ * hotspot handling likes to fit two frames in the buffer */ -+ data->buffer = g_realloc (data->buffer, data->buffer_size * 2); -+ data->buffer_size *= 2; -+ XMMS_DBG ("Reallocated avcodec internal buffer to be %d bytes", -+ data->buffer_size); -+ -+ break; -+ } -+ } -+ -+ /* Update the buffer length */ -+ data->buffer_length += read_total; -+ -+ return read_total; -+} -+ -+/* -+Decode some data from data->buffer[0..data->buffer_length-1] to -+data->read_out_frame -+ -+Returns: on error: negative -+ on no new data produced: zero -+ otherwise: positive -+ -+FIXME: data->buffer should be at least data->buffer_length + -+FF_INPUT_BUFFER_PADDING_SIZE long. -+*/ -+static gint -+xmms_avcodec_internal_decode_some (xmms_avcodec_data_t *data) -+{ -+ int got_frame = 0; -+ gint bytes_read = 0; -+ AVPacket packet; -+ -+ av_init_packet (&packet); -+ packet.data = data->buffer; -+ packet.size = data->buffer_length; -+ -+ /* clear buffers and reset fields to defaults */ -+ av_frame_unref (data->read_out_frame); -+ -+ bytes_read = avcodec_decode_audio4 ( -+ data->codecctx, data->read_out_frame, &got_frame, &packet); -+ -+ /* The DTS decoder of ffmpeg is buggy and always returns -+ * the input buffer length, get frame length from header */ -+ /* FIXME: Is ^^^^ still true? */ -+ if (!strcmp (data->codec_id, "dca") && bytes_read > 0) { -+ bytes_read = ((int)data->buffer[5] << 12) | -+ ((int)data->buffer[6] << 4) | -+ ((int)data->buffer[7] >> 4); -+ bytes_read = (bytes_read & 0x3fff) + 1; -+ } -+ -+ if (bytes_read < 0 || bytes_read > data->buffer_length) { -+ XMMS_DBG ("Error decoding data!"); -+ return -1; -+ } -+ -+ if (bytes_read < data->buffer_length) { -+ data->buffer_length -= bytes_read; -+ g_memmove (data->buffer, -+ data->buffer + bytes_read, -+ data->buffer_length); -+ } else { -+ data->buffer_length = 0; -+ } -+ -+ return got_frame ? 1 : 0; -+} -+ -+static void -+xmms_avcodec_internal_append (xmms_avcodec_data_t *data) -+{ -+ enum AVSampleFormat fmt = (enum AVSampleFormat) data->read_out_frame->format; -+ int samples = data->read_out_frame->nb_samples; -+ int channels = data->codecctx->channels; -+ int bps = av_get_bytes_per_sample (fmt); -+ -+ if (av_sample_fmt_is_planar (fmt)) { -+ /* Convert from planar to packed format */ -+ gint i, j; -+ -+ for (i = 0; i < samples; i++) { -+ for (j = 0; j < channels; j++) { -+ g_string_append_len ( -+ data->outbuf, -+ (gchar *) (data->read_out_frame->extended_data[j] + i*bps), -+ bps -+ ); -+ } -+ } -+ } else { -+ g_string_append_len (data->outbuf, -+ (gchar *) data->read_out_frame->extended_data[0], -+ samples * channels * bps); -+ } -+} diff --git a/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h b/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h deleted file mode 100644 index 665c4a6f01d..00000000000 --- a/audio/xmms2/files/patch-src_plugins_avcodec_avcodec__compat.h +++ /dev/null @@ -1,69 +0,0 @@ ---- src/plugins/avcodec/avcodec_compat.h.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/avcodec/avcodec_compat.h -@@ -1,7 +1,7 @@ - /** @file avcodec_compat.h - * Compatibility header for libavcodec backwards compatibility - * -- * Copyright (C) 2011 XMMS2 Team -+ * Copyright (C) 2011-2014 XMMS2 Team - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public -@@ -21,47 +21,16 @@ - # include "avcodec.h" - #endif - --/* Map avcodec_decode_audio2 into the deprecated version -- * avcodec_decode_audio in versions earlier than 51.28 */ --#if LIBAVCODEC_VERSION_INT < 0x331c00 --# define avcodec_decode_audio2 avcodec_decode_audio --#endif -- --/* Handle API change that happened in libavcodec 52.00 */ --#if LIBAVCODEC_VERSION_INT < 0x340000 --# define CONTEXT_BPS(codecctx) (codecctx)->bits_per_sample --#else --# define CONTEXT_BPS(codecctx) (codecctx)->bits_per_coded_sample --#endif -- --/* Before 52.23 AVPacket was defined in avformat.h which we -- * do not want to depend on, so we define part of it manually -- * on versions smaller than 52.23 (this makes me cry) */ --#if LIBAVCODEC_VERSION_INT < 0x341700 --typedef struct AVPacket { -- uint8_t *data; -- int size; --} AVPacket; --#endif -- --/* Same thing as above for av_init_packet and version 52.25 */ --#if LIBAVCODEC_VERSION_INT < 0x341900 --# define av_init_packet(pkt) do { \ -- (pkt)->data = NULL; \ -- (pkt)->size = 0; \ -- } while(0) --#endif -- --/* Map avcodec_decode_audio3 into the deprecated version -- * avcodec_decode_audio2 in versions earlier than 52.26 */ --#if LIBAVCODEC_VERSION_INT < 0x341a00 --# define avcodec_decode_audio3(avctx, samples, frame_size_ptr, avpkt) \ -- avcodec_decode_audio2(avctx, samples, frame_size_ptr, \ -- (avpkt)->data, (avpkt)->size) -+/* Map avcodec_free_frame to av_freep if the former doesn't exist. -+ * (This is in versions earlier than 54.28.0 (libav) or 54.59.100 (ffmpeg)) */ -+#if ! HAVE_AVCODEC_FREE_FRAME -+# define avcodec_free_frame av_freep - #endif - --/* Handle API change that happened in libavcodec 52.64 */ --#if LIBAVCODEC_VERSION_INT < 0x344000 --# define AVMEDIA_TYPE_AUDIO CODEC_TYPE_AUDIO -+/* Map av_frame_alloc, av_frame_unref, av_frame_free into their -+ * deprecated versions in versions earlier than 55.28.1 */ -+#if LIBAVCODEC_VERSION_INT < 0x371c01 -+# define av_frame_alloc avcodec_alloc_frame -+# define av_frame_unref avcodec_get_frame_defaults -+# define av_frame_free avcodec_free_frame - #endif -- diff --git a/audio/xmms2/files/patch-src_plugins_cdda_cdda.c b/audio/xmms2/files/patch-src_plugins_cdda_cdda.c deleted file mode 100644 index f7b55f5cf91..00000000000 --- a/audio/xmms2/files/patch-src_plugins_cdda_cdda.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/cdda/cdda.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/cdda/cdda.c -@@ -18,7 +18,7 @@ - #include "xmms/xmms_log.h" - #include "xmms/xmms_util.h" - --#include -+#include - #include - #include - #include diff --git a/audio/xmms2/files/patch-src_plugins_file_wscript b/audio/xmms2/files/patch-src_plugins_file_wscript deleted file mode 100644 index a09b4fbbd95..00000000000 --- a/audio/xmms2/files/patch-src_plugins_file_wscript +++ /dev/null @@ -1,19 +0,0 @@ ---- src/plugins/file/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/file/wscript -@@ -1,7 +1,7 @@ - from waftools.plugin import plugin - - def plugin_build(bld, obj): -- if bld.env.HAVE_FSTATAT and bld.env.HAVE_DIRFD: -+ if bld.env.HAVE_FSTATAT: - obj.source.append('browse/fstatat.c') - else: - obj.source.append('browse/gdir.c') -@@ -9,7 +9,6 @@ def plugin_build(bld, obj): - def plugin_configure(conf): - conf.check_cc(function_name='fstatat', header_name=['fcntl.h','sys/stat.h'], - defines=['_ATFILE_SOURCE=1']) -- conf.check_cc(function_name='dirfd', header_name=['dirent.h','sys/types.h']) - - configure, build = plugin("file", - configure=plugin_configure, build=plugin_build, diff --git a/audio/xmms2/files/patch-src_plugins_modplug_modplug.c b/audio/xmms2/files/patch-src_plugins_modplug_modplug.c deleted file mode 100644 index 4f4d24268f6..00000000000 --- a/audio/xmms2/files/patch-src_plugins_modplug_modplug.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/modplug/modplug.c.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/modplug/modplug.c -@@ -9,7 +9,7 @@ - #include "xmms/xmms_sample.h" - #include "xmms/xmms_medialib.h" - #include "xmms/xmms_log.h" --#include -+#include - - #include - #include diff --git a/audio/xmms2/files/patch-src_plugins_musepack_wscript b/audio/xmms2/files/patch-src_plugins_musepack_wscript deleted file mode 100644 index 8c5f646cfeb..00000000000 --- a/audio/xmms2/files/patch-src_plugins_musepack_wscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/plugins/musepack/wscript.orig 2011-10-20 19:26:08 UTC -+++ src/plugins/musepack/wscript -@@ -8,7 +8,7 @@ def plugin_configure(conf): - conf.check_cc(header_name="mpcdec/mpcdec.h", defines="HAVE_MPCDEC_OLD", - uselib_store="mpcdec") - -- conf.check_cc(lib="mpcdec", uselib_store="mpcdec") -+ conf.check_cc(lib="mpcdec", uselib="math", uselib_store="mpcdec") - - configure, build = plugin("musepack", configure=plugin_configure, - libs=["mpcdec"]) diff --git a/audio/xmms2/files/patch-wscript b/audio/xmms2/files/patch-wscript deleted file mode 100644 index de05e67ce91..00000000000 --- a/audio/xmms2/files/patch-wscript +++ /dev/null @@ -1,40 +0,0 @@ ---- wscript.orig 2011-10-20 19:26:08 UTC -+++ wscript -@@ -131,7 +131,8 @@ def build(bld): - VERSION = bld.env.VERSION - ) - -- bld.install_files('${SHAREDDIR}', "mind.in.a.box-lament_snipplet.ogg") -+ if bld.env.BUILD_XMMS2D: -+ bld.install_files('${SHAREDDIR}', "mind.in.a.box-lament_snipplet.ogg") - - bld.add_post_fun(shutdown) - -@@ -295,9 +296,6 @@ def configure(conf): - conf.msg("uncommited changed", changed and "yes" or "no") - conf.env.VERSION = "%s (git commit: %s%s)" % (BASEVERSION, nam, dirty) - -- conf.env.append_unique('CFLAGS', ['-g', '-O0']) -- conf.env.append_unique('CXXFLAGS', ['-g', '-O0']) -- - if conf.options.with_profiling: - conf.env.with_profiling = True - conf.env.append_unique('CFLAGS', ['--coverage']) -@@ -330,7 +328,7 @@ def configure(conf): - conf.env.PKGCONFIGDIR = conf.options.pkgconfigdir - Logs.pprint('Normal', conf.env.PKGCONFIGDIR) #XXX What is it ? - else: -- conf.env.PKGCONFIGDIR = os.path.join(conf.env.LIBDIR, 'pkgconfig') -+ conf.env.PKGCONFIGDIR = os.path.join(conf.env.PREFIX, 'libdata', 'pkgconfig') - - if conf.options.config_prefix: - for d in conf.options.config_prefix: -@@ -339,6 +337,8 @@ def configure(conf): - conf.env.prepend_value('LIBPATH', os.path.join(d, 'lib')) - conf.env.prepend_value('CPPPATH', os.path.join(d, 'include')) - -+ conf.env.prepend_value('LIBPATH', "%%WRKSRC%%/_build_/src/clients/lib/xmmsclient") -+ - if Options.platform != 'win32': - conf.env.append_unique('CFLAGS_cstlib', ['-fPIC', '-DPIC']) - conf.env.append_unique('CPPFLAGS_cxxshlib', ['-fPIC', '-DPIC']) diff --git a/audio/xmms2/pkg-descr b/audio/xmms2/pkg-descr deleted file mode 100644 index 2a23b090515..00000000000 --- a/audio/xmms2/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -XMMS2 is a redesign of the XMMS music player. It features a client-server -model, allowing multiple (even simultaneous!) user interfaces, both textual -and graphical. All common audio formats are supported using plugins. On top -of this, there is a flexible media library to organize your music. - -WWW: https://github.com/xmms2/wiki/wiki diff --git a/audio/xmms2/pkg-plist b/audio/xmms2/pkg-plist deleted file mode 100644 index b651b2b2ff2..00000000000 --- a/audio/xmms2/pkg-plist +++ /dev/null @@ -1,153 +0,0 @@ -bin/nyxmms2 -%%VISUAL%%bin/vistest -%%VISUAL%%bin/vistest-fft -bin/xmms2 -%%ET%%bin/xmms2-et -%%MDNS%%%%MDNS_AVAHI%%bin/xmms2-find-avahi -bin/xmms2-launcher -%%VISUAL%%bin/xmms2-libvisual -%%MDNS%%%%MDNS_AVAHI%%bin/xmms2-mdns-avahi -%%MDNS%%%%MDNS_APPLE%%bin/xmms2-mdns-dnssd -%%FAM%%bin/xmms2-mlib-updater -%%VISUAL%%%%VORBIS%%bin/xmms2-ripper -bin/xmms2d -%%INCLUDEDIR%%/xmms/xmms_bindata.h -%%INCLUDEDIR%%/xmms/xmms_config.h -%%INCLUDEDIR%%/xmms/xmms_error.h -%%INCLUDEDIR%%/xmms/xmms_ipc.h -%%INCLUDEDIR%%/xmms/xmms_log.h -%%INCLUDEDIR%%/xmms/xmms_medialib.h -%%INCLUDEDIR%%/xmms/xmms_object.h -%%INCLUDEDIR%%/xmms/xmms_outputplugin.h -%%INCLUDEDIR%%/xmms/xmms_plugin.h -%%INCLUDEDIR%%/xmms/xmms_sample.h -%%INCLUDEDIR%%/xmms/xmms_streamtype.h -%%INCLUDEDIR%%/xmms/xmms_util.h -%%INCLUDEDIR%%/xmms/xmms_xformplugin.h -%%INCLUDEDIR%%/xmmsc/xmmsc_compiler.h -%%INCLUDEDIR%%/xmmsc/xmmsc_errorcodes.h -%%INCLUDEDIR%%/xmmsc/xmmsc_idnumbers.h -%%INCLUDEDIR%%/xmmsc/xmmsc_ipc_msg.h -%%INCLUDEDIR%%/xmmsc/xmmsc_ipc_transport.h -%%INCLUDEDIR%%/xmmsc/xmmsc_sockets.h -%%INCLUDEDIR%%/xmmsc/xmmsc_stdbool.h -%%INCLUDEDIR%%/xmmsc/xmmsc_stdint.h -%%INCLUDEDIR%%/xmmsc/xmmsc_stringport.h -%%INCLUDEDIR%%/xmmsc/xmmsc_strlist.h -%%INCLUDEDIR%%/xmmsc/xmmsc_unistd.h -%%INCLUDEDIR%%/xmmsc/xmmsc_util.h -%%INCLUDEDIR%%/xmmsc/xmmsc_visualization.h -%%INCLUDEDIR%%/xmmsc/xmmsv.h -%%INCLUDEDIR%%/xmmsc/xmmsv_bitbuffer.h -%%INCLUDEDIR%%/xmmsc/xmmsv_build.h -%%INCLUDEDIR%%/xmmsc/xmmsv_coll.h -%%INCLUDEDIR%%/xmmsc/xmmsv_deprecated.h -%%INCLUDEDIR%%/xmmsc/xmmsv_dict.h -%%INCLUDEDIR%%/xmmsc/xmmsv_general.h -%%INCLUDEDIR%%/xmmsc/xmmsv_list.h -%%INCLUDEDIR%%/xmmsc/xmmsv_util.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++-glib.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/bindata.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/client.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/coll.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/collection.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/config.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/dict.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/exceptions.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/helpers.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/list.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/listener.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/mainloop.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/medialib.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/playback.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/playlist.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/result.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/signal.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/stats.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/typedefs.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient++/xform.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient-cf.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient-ecore.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient-glib.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient-qt.h -%%INCLUDEDIR%%/xmmsclient/xmmsclient.h -lib/libxmmsclient-glib.so -lib/libxmmsclient-glib.so.1 -lib/libxmmsclient-glib.so.1.0.0 -lib/libxmmsclient.so -lib/libxmmsclient.so.6 -lib/libxmmsclient.so.6.0.0 -%%AIRPLAY%%%%LIBDIR%%/libxmms_airplay.so -%%AO%%%%LIBDIR%%/libxmms_ao.so -%%LIBDIR%%/libxmms_apefile.so -%%LIBDIR%%/libxmms_asf.so -%%LIBDIR%%/libxmms_asx.so -%%AVCODEC%%%%LIBDIR%%/libxmms_avcodec.so -%%CDDA%%%%LIBDIR%%/libxmms_cdda.so -%%LIBDIR%%/libxmms_cue.so -%%CURL%%%%LIBDIR%%/libxmms_curl.so -%%LIBDIR%%/libxmms_daap.so -%%LIBDIR%%/libxmms_diskwrite.so -%%LIBDIR%%/libxmms_equalizer.so -%%FAAD%%%%LIBDIR%%/libxmms_faad.so -%%LIBDIR%%/libxmms_file.so -%%FLAC%%%%LIBDIR%%/libxmms_flac.so -%%LIBDIR%%/libxmms_flv.so -%%GME%%%%LIBDIR%%/libxmms_gme.so -%%GVFS%%%%LIBDIR%%/libxmms_gvfs.so -%%LIBDIR%%/libxmms_html.so -%%ICES%%%%LIBDIR%%/libxmms_ices.so -%%CURL%%%%LIBDIR%%/libxmms_icymetaint.so -%%LIBDIR%%/libxmms_id3v2.so -%%JACK%%%%LIBDIR%%/libxmms_jack.so -%%LIBDIR%%/libxmms_karaoke.so -%%LIBDIR%%/libxmms_m3u.so -%%APE%%%%LIBDIR%%/libxmms_mac.so -%%MAD%%%%LIBDIR%%/libxmms_mad.so -%%MMS%%%%LIBDIR%%/libxmms_mms.so -%%MODPLUG%%%%LIBDIR%%/libxmms_modplug.so -%%MPG123%%%%LIBDIR%%/libxmms_mpg123.so -%%MUSEPACK%%%%LIBDIR%%/libxmms_musepack.so -%%FAAD%%%%LIBDIR%%/libxmms_mp4.so -%%LIBDIR%%/libxmms_normalize.so -%%LIBDIR%%/libxmms_null.so -%%LIBDIR%%/libxmms_nulstripper.so -%%LIBDIR%%/libxmms_oss.so -%%LIBDIR%%/libxmms_pls.so -%%PULSEAUDIO%%%%LIBDIR%%/libxmms_pulse.so -%%LIBDIR%%/libxmms_replaygain.so -%%XML%%%%LIBDIR%%/libxmms_rss.so -%%SAMBA%%%%LIBDIR%%/libxmms_samba.so -%%SID%%%%LIBDIR%%/libxmms_sid.so -%%SNDFILE%%%%LIBDIR%%/libxmms_sndfile.so -%%SPEEX%%%%LIBDIR%%/libxmms_speex.so -%%TREMOR%%%%LIBDIR%%/libxmms_tremor.so -%%LIBDIR%%/libxmms_tta.so -%%VOCODER%%%%LIBDIR%%/libxmms_vocoder.so -%%VORBIS%%%%LIBDIR%%/libxmms_vorbis.so -%%LIBDIR%%/libxmms_wave.so -%%WAVPACK%%%%LIBDIR%%/libxmms_wavpack.so -%%XML%%%%LIBDIR%%/libxmms_xml.so -%%XML%%%%LIBDIR%%/libxmms_xspf.so -libdata/pkgconfig/xmms2-client-glib.pc -libdata/pkgconfig/xmms2-client.pc -libdata/pkgconfig/xmms2-plugin.pc -%%ET%%man/man1/xmms2-et.1.gz -man/man1/xmms2-launcher.1.gz -%%MDNS%%%%MDNS_AVAHI%%man/man1/xmms2-mdns-avahi.1.gz -man/man1/xmms2.1.gz -man/man1/xmms2d.1.gz -share/pixmaps/xmms2-128.png -share/pixmaps/xmms2-16.png -share/pixmaps/xmms2-32.png -share/pixmaps/xmms2-48.png -share/pixmaps/xmms2-black-on-white.svg -share/pixmaps/xmms2-white-on-black.svg -share/pixmaps/xmms2.svg -%%DATADIR%%/mind.in.a.box-lament_snipplet.ogg -%%ET%%%%DATADIR%%/scripts/startup.d/xmms2-et-launcher.sh -%%MDNS%%%%MDNS_AVAHI%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh -%%MDNS%%%%MDNS_APPLE%%%%DATADIR%%/scripts/startup.d/xmms2-mdns-launcher.sh -%%FAM%%%%DATADIR%%/scripts/startup.d/xmms2-mlib-updater.sh -@dir %%DATADIR%%/scripts/startup.d diff --git a/audio/zrythm/Makefile b/audio/zrythm/Makefile index c90eb287a25..02ccfc9b24e 100644 --- a/audio/zrythm/Makefile +++ b/audio/zrythm/Makefile @@ -1,6 +1,6 @@ PORTNAME= zrythm DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0-alpha.18.2.1 +DISTVERSION= 1.0.0-alpha.19.0.1 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/zrythm/distinfo b/audio/zrythm/distinfo index d05c1eb22b9..05dbf5fa2d3 100644 --- a/audio/zrythm/distinfo +++ b/audio/zrythm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623435989 -SHA256 (zrythm-zrythm-v1.0.0-alpha.18.2.1_GH0.tar.gz) = 9b42acd4e4b552b27a07b94054599a71331577f16fd37d10e06a646023b3e86b -SIZE (zrythm-zrythm-v1.0.0-alpha.18.2.1_GH0.tar.gz) = 10519191 +TIMESTAMP = 1624779971 +SHA256 (zrythm-zrythm-v1.0.0-alpha.19.0.1_GH0.tar.gz) = 849c288c78685c951c0cd99ce910084f05d8e0664909732a8c055c89d0019bf0 +SIZE (zrythm-zrythm-v1.0.0-alpha.19.0.1_GH0.tar.gz) = 10811023 diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index f2f7aa81e52..e1f47949b85 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.11.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org diff --git a/benchmarks/hyperfine/files/patch-powerpc b/benchmarks/hyperfine/files/patch-powerpc new file mode 100644 index 00000000000..42b298e3eb6 --- /dev/null +++ b/benchmarks/hyperfine/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index 1ee2d7a2e14..90911148478 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,6 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.10.6 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org diff --git a/biology/Makefile b/biology/Makefile index 158eb70ede1..55ed6b8c273 100644 --- a/biology/Makefile +++ b/biology/Makefile @@ -77,6 +77,7 @@ SUBDIR += mapm3 SUBDIR += migrate SUBDIR += minimap2 + SUBDIR += mmseqs2 SUBDIR += molden SUBDIR += mopac SUBDIR += mothur diff --git a/biology/biostar-tools/pkg-message b/biology/biostar-tools/pkg-message index cd4162b8884..4adbdc12480 100644 --- a/biology/biostar-tools/pkg-message +++ b/biology/biostar-tools/pkg-message @@ -6,13 +6,6 @@ If you need bedGraphToBigWig, run: cd ${PORTSDIR}/biology/ucsc-userapps && make install clean -sra-tools is using Linux compatibility for now, until the native FreeBSD -port is complete. - -For a quick and proper configuration, run the following: - -pkg install -y auto-admin -auto-install-linux_base EOM } ] diff --git a/biology/igv/Makefile b/biology/igv/Makefile index d514583cb41..2b23dc18806 100644 --- a/biology/igv/Makefile +++ b/biology/igv/Makefile @@ -14,7 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt BUILD_DEPENDS= openjfx14>0:java/openjfx14 \ - gradle:devel/gradle + gradle:devel/gradle6 RUN_DEPENDS= openjfx14>0:java/openjfx14 USES= gettext-runtime diff --git a/biology/jalview/Makefile b/biology/jalview/Makefile index 67bee6fe651..b41d1b9abf2 100644 --- a/biology/jalview/Makefile +++ b/biology/jalview/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_FreeBSD_11= gradle daemon systematically fails on 11: The message received from the daemon indicates that the daemon has disappeared. -BUILD_DEPENDS= gradle:devel/gradle +BUILD_DEPENDS= gradle:devel/gradle6 USE_JAVA= yes JAVA_VERSION= 11 diff --git a/biology/linux-foldingathome/Makefile b/biology/linux-foldingathome/Makefile index 09a06fabccc..2c019027e65 100644 --- a/biology/linux-foldingathome/Makefile +++ b/biology/linux-foldingathome/Makefile @@ -1,7 +1,7 @@ # Created by: Yonatan PORTNAME= foldingathome -DISTVERSION= 7.6.13 +DISTVERSION= 7.6.21 CATEGORIES= biology linux MASTER_SITES= https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v${DISTVERSION:R}/ PKGNAMEPREFIX= linux- diff --git a/biology/linux-foldingathome/distinfo b/biology/linux-foldingathome/distinfo index 98804e70cb9..33d4bcc5607 100644 --- a/biology/linux-foldingathome/distinfo +++ b/biology/linux-foldingathome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1589030361 -SHA256 (fahclient-7.6.13-1.x86_64.rpm) = 5abb3288a052890555c5b823f4a283593e122aadffbb0790879f58e266fcc28f -SIZE (fahclient-7.6.13-1.x86_64.rpm) = 3679564 +TIMESTAMP = 1624640434 +SHA256 (fahclient-7.6.21-1.x86_64.rpm) = a9f8b5073cd800cc63e32c623a8b4d7487c4e19a1e84760202e451b997d95073 +SIZE (fahclient-7.6.21-1.x86_64.rpm) = 3779272 diff --git a/biology/linux-foldingathome/files/fahclient.in b/biology/linux-foldingathome/files/fahclient.in index 7d8e72bfcbd..6b42171980f 100644 --- a/biology/linux-foldingathome/files/fahclient.in +++ b/biology/linux-foldingathome/files/fahclient.in @@ -76,7 +76,9 @@ load_rc_config 'fahclient' : "${fahclient_logfile:=%%FAHCLIENT_WORK_DIR%%/log.txt}" pidfile="${fahclient_pidfile}" -command='%%FAHCLIENT_PROGRAM%%' +procname="%%FAHCLIENT_PROGRAM%%" +command="/usr/sbin/daemon" +command_args="-o ${fahclient_logfile} -p ${pidfile} -- ${procname}" # Some notes on the specified options: # - fahclient_flags are passed in before other options by the rc # framework. @@ -86,26 +88,20 @@ command='%%FAHCLIENT_PROGRAM%%' # precedence). # - --config is necessary to point the program to the correct configuration # file. -# - --log sets the log file location (takes precedence over config file), -# log is special in this respect. # - --chdir is used to switch to a desired work directory. The program is going # to create a lot of files in its current working directory so should not be # just any directory on the system. -# - --pid-file specifies the location for the PID file. -# - --daemon is to detach the program from the terminal and run it -# in the background. # - fahclient_extra_flags are passed in after all other options. - -command_args="${command_args} --user=${fahclient_donor}" -command_args="${command_args} --team=${fahclient_team}" -command_args="${command_args} --config=${fahclient_config}" -command_args="${command_args} --log=${fahclient_logfile}" -command_args="${command_args} --chdir=${fahclient_chdir}" -command_args="${command_args} --pid-file=${pidfile} --daemon" -command_args="${command_args} ${fahclient_extra_flags}" +_fahclient_command_args= +_fahclient_command_args="${_fahclient_command_args} --user=${fahclient_donor}" +_fahclient_command_args="${_fahclient_command_args} --team=${fahclient_team}" +_fahclient_command_args="${_fahclient_command_args} --config=${fahclient_config}" +_fahclient_command_args="${_fahclient_command_args} --chdir=${fahclient_chdir}" +_fahclient_command_args="${_fahclient_command_args} ${fahclient_extra_flags}" +command_args="${command_args} ${_fahclient_command_args}" extra_commands="log showconfig" log_cmd="tail -F -- ${fahclient_logfile}" -showconfig_cmd="${command} ${fahclient_flags} ${command_args} --print" +showconfig_cmd="${procname} ${fahclient_flags} ${_fahclient_command_args} --print" if [ -n "$fahclient_user" ]; then showconfig_cmd="su -m $fahclient_user -c 'sh -c \"$showconfig_cmd\"'" fi diff --git a/biology/mmseqs2/Makefile b/biology/mmseqs2/Makefile new file mode 100644 index 00000000000..755ed6f7aaa --- /dev/null +++ b/biology/mmseqs2/Makefile @@ -0,0 +1,47 @@ +PORTNAME= MMseqs2 +DISTVERSION= 13-45111 +PORTREVISION= 1 +CATEGORIES= biology + +MAINTAINER= jwb@FreeBSD.org +COMMENT= Ultra fast and sensitive sequence search and clustering suite + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +BROKEN_i386= https://github.com/soedinglab/MMseqs2/issues/418 + +LIB_DEPENDS= libzstd.so:archivers/zstd + +USES= cmake perl5 shebangfix +USE_GITHUB= yes +USE_PERL5= build + +SHEBANG_GLOB= *.sh +GH_ACCOUNT= soedinglab + +CMAKE_ARGS+= -DUSE_SYSTEM_ZSTD:BOOL=ON +LDFLAGS+= -lpthread + +PLIST_FILES= bin/mmseqs ${DATADIR}/bash-completion.sh + +.include + +# Hangs when built with clang and SSE or x86-64 only. Works fine with +# -march=native. Upstream is investigating. To build fully optimized, +# non-portable binary with clang: env CFLAGS='-O2 -march=native' make +.if ${ARCH} == "amd64" && empty(CFLAGS:M*march=native*) +USE_GCC= yes +# Need at least SSE2 for decent performance. x86-64 groups SSE2 with other +# common features in low-end AMD64 CPUs. +CFLAGS+= -march=x86-64 +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|MMSEQS_HOME/util|${DATADIR}|g' \ + ${WRKSRC}/src/commons/Application.cpp + +post-stage: + ${MV} ${STAGEDIR}${PREFIX}/util ${STAGEDIR}${DATADIR} + +.include diff --git a/biology/mmseqs2/distinfo b/biology/mmseqs2/distinfo new file mode 100644 index 00000000000..e29d9fdcbf9 --- /dev/null +++ b/biology/mmseqs2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624667730 +SHA256 (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 6444bb682ebf5ced54b2eda7a301fa3e933c2a28b7661f96ef5bdab1d53695a2 +SIZE (soedinglab-MMseqs2-13-45111_GH0.tar.gz) = 10196433 diff --git a/biology/mmseqs2/files/patch-CMakeLists.txt b/biology/mmseqs2/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..90898497264 --- /dev/null +++ b/biology/mmseqs2/files/patch-CMakeLists.txt @@ -0,0 +1,53 @@ +--- CMakeLists.txt.orig 2021-06-24 14:37:49 UTC ++++ CMakeLists.txt +@@ -50,30 +50,19 @@ set(MMSEQS_CXX_FLAGS "-fsigned-char") + # SIMD instruction sets support + set(MMSEQS_ARCH "") + if (HAVE_AVX2) +- if (CMAKE_COMPILER_IS_CLANG) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mavx2 -mcx16") +- else () +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mavx2 -mcx16 -Wa,-q") +- endif () + set(X64 1) + elseif (HAVE_SSE4_1) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -msse4.1 -mcx16") + set(X64 1) + elseif (HAVE_SSE2) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -msse2") + set(DISABLE_IPS4O 1) + set(X64 1) + elseif (HAVE_POWER9) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mcpu=power9 -mvsx") + set(PPC64 1) + elseif (HAVE_POWER8) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mcpu=power8 -mvsx") + set(PPC64 1) + elseif (HAVE_ARM8) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -march=armv8-a+simd") + set(ARM 1) + elseif (HAVE_S390X) +- set(MMSEQS_ARCH "${MMSEQS_ARCH} -mzarch -march=z14") + set(ZARCH 1) + endif () + +@@ -105,19 +94,6 @@ if (NATIVE_ARCH AND (MMSEQS_ARCH STREQUAL "")) + endif () + if (PPC64) + set(MMSEQS_ARCH "-mcpu=native") +- else () +- # clang has a problem with march=native on travis +- if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSION_LESS "4.0.0") +- set(MMSEQS_ARCH "${SSE_FLAGS}") +- else() +- set(MMSEQS_ARCH "-march=native") +- endif() +- endif () +- else () +- if (PPC64) +- set(MMSEQS_ARCH "-mcpu=native") +- else () +- set(MMSEQS_ARCH "-march=native") + endif () + endif () + endif () diff --git a/biology/mmseqs2/files/patch-data_workflow_createtaxdb.sh b/biology/mmseqs2/files/patch-data_workflow_createtaxdb.sh new file mode 100644 index 00000000000..762b7a1addc --- /dev/null +++ b/biology/mmseqs2/files/patch-data_workflow_createtaxdb.sh @@ -0,0 +1,21 @@ +--- data/workflow/createtaxdb.sh.orig 2021-06-25 01:33:07 UTC ++++ data/workflow/createtaxdb.sh +@@ -27,6 +27,8 @@ STRATEGY="" + if hasCommand aria2c; then STRATEGY="$STRATEGY ARIA"; fi + if hasCommand curl; then STRATEGY="$STRATEGY CURL"; fi + if hasCommand wget; then STRATEGY="$STRATEGY WGET"; fi ++# Part of FreeBSD base, need not be installed separately ++if hasCommand fetch; then STRATEGY="$STRATEGY FETCH"; fi + if [ "$STRATEGY" = "" ]; then + fail "No download tool found in PATH. Please install aria2c, curl or wget." + fi +@@ -47,6 +49,9 @@ downloadFile() { + ;; + WGET) + wget -O "$OUTPUT" "$URL" && return 0 ++ ;; ++ FETCH) ++ fetch -o "$OUTPUT" "$URL" && return 0 + ;; + esac + done diff --git a/biology/mmseqs2/files/patch-data_workflow_databases.sh b/biology/mmseqs2/files/patch-data_workflow_databases.sh new file mode 100644 index 00000000000..2b0a3042795 --- /dev/null +++ b/biology/mmseqs2/files/patch-data_workflow_databases.sh @@ -0,0 +1,21 @@ +--- data/workflow/databases.sh.orig 2021-06-25 01:34:08 UTC ++++ data/workflow/databases.sh +@@ -27,6 +27,8 @@ STRATEGY="" + if hasCommand aria2c; then STRATEGY="$STRATEGY ARIA"; fi + if hasCommand curl; then STRATEGY="$STRATEGY CURL"; fi + if hasCommand wget; then STRATEGY="$STRATEGY WGET"; fi ++# Part of FreeBSD base, need not be installed separately ++if hasCommand fetch; then STRATEGY="$STRATEGY FETCH"; fi + if [ "$STRATEGY" = "" ]; then + fail "No download tool found in PATH. Please install aria2c, curl or wget." + fi +@@ -47,6 +49,9 @@ downloadFile() { + ;; + WGET) + wget -O "$OUTPUT" "$URL" && return 0 ++ ;; ++ FETCH) ++ fetch -o "$OUTPUT" "$URL" && return 0 + ;; + esac + done diff --git a/biology/mmseqs2/files/patch-src_commons_DBReader.cpp b/biology/mmseqs2/files/patch-src_commons_DBReader.cpp new file mode 100644 index 00000000000..212b3e2ecf5 --- /dev/null +++ b/biology/mmseqs2/files/patch-src_commons_DBReader.cpp @@ -0,0 +1,11 @@ +--- src/commons/DBReader.cpp.orig 2021-06-25 22:40:36 UTC ++++ src/commons/DBReader.cpp +@@ -1004,7 +1004,7 @@ void DBReader::setSequentialAdvice() { + #ifdef HAVE_POSIX_MADVISE + for(size_t i = 0; i < dataFileCnt; i++){ + size_t dataSize = dataSizeOffset[i+1] - dataSizeOffset[i]; +- if (posix_madvise (dataFiles[i], dataSize, POSIX_MADV_SEQUENTIAL) != 0){ ++ if (dataSize > 0 && posix_madvise (dataFiles[i], dataSize, POSIX_MADV_SEQUENTIAL) != 0){ + Debug(Debug::ERROR) << "posix_madvise returned an error " << dataFileName << "\n"; + } + } diff --git a/biology/mmseqs2/pkg-descr b/biology/mmseqs2/pkg-descr new file mode 100644 index 00000000000..128056f15f3 --- /dev/null +++ b/biology/mmseqs2/pkg-descr @@ -0,0 +1,10 @@ +MMseqs2 (Many-against-Many sequence searching) is a software suite to search +and cluster huge protein and nucleotide sequence sets. MMseqs2 is open source +GPL-licensed software implemented in C++ for Linux, MacOS, and (as beta +version, via cygwin) Windows. The software is designed to run on multiple cores +and servers and exhibits very good scalability. MMseqs2 can run 10000 times +faster than BLAST. At 100 times its speed it achieves almost the same +sensitivity. It can perform profile searches with the same sensitivity as +PSI-BLAST at over 400 times its speed. + +WWW: https://github.com/soedinglab/MMseqs2 diff --git a/biology/mmseqs2/pkg-message b/biology/mmseqs2/pkg-message new file mode 100644 index 00000000000..d6094266133 --- /dev/null +++ b/biology/mmseqs2/pkg-message @@ -0,0 +1,13 @@ +[ +{ type: install + message: < PORTNAME= ugene -PORTVERSION= 38.1 -PORTREVISION= 1 +PORTVERSION= 39.0 CATEGORIES= biology science MAINTAINER= h2+fbsdports@fsfe.org @@ -58,6 +57,11 @@ post-patch: ${WRKSRC}/src/ugeneui/ugeneui.pri @${REINPLACE_CMD} -e '218,220s|NULL)|false)|' \ ${WRKSRC}/src/plugins/GUITestBase/src/GTUtilsMdi.cpp + @${REINPLACE_CMD} -e '/--no-pie/s,unix:!macx,linux-g++,' \ + ${WRKSRC}/src/plugins_checker/plugins_checker.pri \ + ${WRKSRC}/src/ugenecl/ugenecl.pri \ + ${WRKSRC}/src/ugenem/ugenem.pro \ + ${WRKSRC}/src/ugeneui/ugeneui.pri post-stage: @cd ${STAGEDIR}${PREFIX} && ${RM} bin/ecp.* lib/ugene/ecp.* diff --git a/biology/ugene/distinfo b/biology/ugene/distinfo index dfd53e61071..de58bef3c1a 100644 --- a/biology/ugene/distinfo +++ b/biology/ugene/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616742529 -SHA256 (ugeneunipro-ugene-38.1_GH0.tar.gz) = f5e208df0481c2dfe804817d6bc7e8a1d6236e8cbff3d8b874745873492a56d6 -SIZE (ugeneunipro-ugene-38.1_GH0.tar.gz) = 23446767 +TIMESTAMP = 1623340087 +SHA256 (ugeneunipro-ugene-39.0_GH0.tar.gz) = 1e5141c097b22735497d91d59a47356a6fc132f8355c0a0bc97e26097c43570a +SIZE (ugeneunipro-ugene-39.0_GH0.tar.gz) = 24940304 diff --git a/biology/ugene/pkg-plist b/biology/ugene/pkg-plist index eb0a6e5bb04..1787b082f22 100644 --- a/biology/ugene/pkg-plist +++ b/biology/ugene/pkg-plist @@ -146,8 +146,8 @@ lib/ugene/plugins/wevote_support.plugin lib/ugene/plugins/workflow_designer.license lib/ugene/plugins/workflow_designer.plugin lib/ugene/plugins_checker -lib/ugene/transl_en.qm lib/ugene/transl_ru.qm +lib/ugene/transl_tr.qm lib/ugene/ugene lib/ugene/ugenecl lib/ugene/ugenem diff --git a/biology/unikmer/Makefile b/biology/unikmer/Makefile index fa7eec68c77..97b9df586bc 100644 --- a/biology/unikmer/Makefile +++ b/biology/unikmer/Makefile @@ -1,6 +1,6 @@ PORTNAME= unikmer DISTVERSIONPREFIX= v -DISTVERSION= 0.18.0 +DISTVERSION= 0.18.1 CATEGORIES= biology MAINTAINER= yuri@FreeBSD.org diff --git a/biology/unikmer/distinfo b/biology/unikmer/distinfo index 934330ac60c..b33504deba1 100644 --- a/biology/unikmer/distinfo +++ b/biology/unikmer/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622064837 -SHA256 (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.mod) = 6ccade17e0fdfc86ebaa0683f7aab4e3c94019032e0d0f4c78bf957a2a8f9c1b -SIZE (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.mod) = 881 -SHA256 (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.zip) = ff1d28fc6c79d62fc1a240bec03acc604f9ef7375f22548e0cc472c41b5b349d -SIZE (go/biology_unikmer/unikmer-v0.18.0/v0.18.0.zip) = 4273162 +TIMESTAMP = 1624569243 +SHA256 (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.mod) = 6ccade17e0fdfc86ebaa0683f7aab4e3c94019032e0d0f4c78bf957a2a8f9c1b +SIZE (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.mod) = 881 +SHA256 (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.zip) = a41e3c4770574bc07780ef9a5cdae1f6fcff6b2867232eda76d9ce13242cd1cf +SIZE (go/biology_unikmer/unikmer-v0.18.1/v0.18.1.zip) = 4271648 diff --git a/cad/openfpgaloader/Makefile b/cad/openfpgaloader/Makefile index f37711f9c2d..45768b0c75d 100644 --- a/cad/openfpgaloader/Makefile +++ b/cad/openfpgaloader/Makefile @@ -1,6 +1,6 @@ PORTNAME= openfpgaloader DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 +DISTVERSION= 0.4.0 CATEGORIES= cad MAINTAINER= yuri@FreeBSD.org diff --git a/cad/openfpgaloader/distinfo b/cad/openfpgaloader/distinfo index 6eddb2ccb98..bb303cbe22d 100644 --- a/cad/openfpgaloader/distinfo +++ b/cad/openfpgaloader/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624270521 -SHA256 (trabucayre-openFPGALoader-v0.3.0_GH0.tar.gz) = 1eff32927f93f86fbbd123101aaa3bf14360946f45969a74872cd6de81f59320 -SIZE (trabucayre-openFPGALoader-v0.3.0_GH0.tar.gz) = 258772 +TIMESTAMP = 1624854233 +SHA256 (trabucayre-openFPGALoader-v0.4.0_GH0.tar.gz) = f2a67761a6fc66b5f1ba61618ea73852e3d4d7ea7166f32ea0a3274a908c6d11 +SIZE (trabucayre-openFPGALoader-v0.4.0_GH0.tar.gz) = 251255 diff --git a/chinese/Makefile b/chinese/Makefile index 99ee965b2b2..c6ee7b42574 100644 --- a/chinese/Makefile +++ b/chinese/Makefile @@ -30,7 +30,6 @@ SUBDIR += fcitx-configtool SUBDIR += fcitx-libpinyin SUBDIR += fcitx-rime - SUBDIR += fcitx-sunpinyin SUBDIR += fcitx-table-extra SUBDIR += fcitx-ui-light SUBDIR += fcitx5-chewing @@ -127,7 +126,6 @@ SUBDIR += sourcehansans-tc-otf SUBDIR += sourcehanserif-sc-otf SUBDIR += sourcehanserif-tc-otf - SUBDIR += sunpinyin SUBDIR += taipeisanstc SUBDIR += tin SUBDIR += tintin++ diff --git a/chinese/fcitx-sunpinyin/Makefile b/chinese/fcitx-sunpinyin/Makefile deleted file mode 100644 index 0555fd94576..00000000000 --- a/chinese/fcitx-sunpinyin/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Zhihao Yuan - -PORTNAME= fcitx-sunpinyin -PORTVERSION= 0.4.2 -PORTREVISION= 1 -CATEGORIES= chinese -MASTER_SITES= http://download.fcitx-im.org/${PORTNAME}/ -DIST_SUBDIR= fcitx - -MAINTAINER= lichray@gmail.com -COMMENT= SunPinyin support for Fcitx - -LICENSE= GPLv2 - -DEPRECATED= Uses EOL Python 2.7 via chinese/fcitx -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libfcitx-config.so:chinese/fcitx \ - libsunpinyin.so:chinese/sunpinyin - -USES= cmake gettext gnome pkgconfig tar:xz -INSTALLS_ICONS= yes - -.include diff --git a/chinese/fcitx-sunpinyin/distinfo b/chinese/fcitx-sunpinyin/distinfo deleted file mode 100644 index 43615a6e743..00000000000 --- a/chinese/fcitx-sunpinyin/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1536753006 -SHA256 (fcitx/fcitx-sunpinyin-0.4.2.tar.xz) = 0bf2d72d77732f06e7f04c119507c08b9618b21c4027e3997186bd7e4d0788c4 -SIZE (fcitx/fcitx-sunpinyin-0.4.2.tar.xz) = 42984 diff --git a/chinese/fcitx-sunpinyin/pkg-descr b/chinese/fcitx-sunpinyin/pkg-descr deleted file mode 100644 index ffa06da488f..00000000000 --- a/chinese/fcitx-sunpinyin/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -fcitx-sunpinyin provides SunPinyin, a statistical language model based -input method engine, as a back-end to the Fcitx IM framework. - -WWW: https://fcitx-im.org/wiki/Fcitx diff --git a/chinese/fcitx-sunpinyin/pkg-message b/chinese/fcitx-sunpinyin/pkg-message deleted file mode 100644 index bbdb50c0a1e..00000000000 --- a/chinese/fcitx-sunpinyin/pkg-message +++ /dev/null @@ -1,9 +0,0 @@ -[ -{ type: install - message: < - -PORTNAME= sunpinyin -DISTVERSION= 2.0.4rc3 -PORTREVISION= 1 -CATEGORIES= chinese devel -MASTER_SITES= SF/open-gram:2 -DISTFILES= lm_sc.3gm.arpa-20140820.tar.bz2:2 dict.utf8-20131214.tar.bz2:2 - -MAINTAINER= lichray@gmail.com -COMMENT= Statistical language model based input method engine - -LICENSE= LGPL21 CDDL -LICENSE_COMB= dual - -NOT_FOR_ARCHS= riscv64 -NOT_FOR_ARCHS_REASON= ./config.h:119:3: can not detect the endianness! - -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 - -USES= gmake iconv perl5 pkgconfig python:2.7 scons shebangfix - -USE_GITHUB= yes -GH_TAGNAME= a8bd811 - -MAKE_ARGS+= --prefix=${PREFIX} -USE_LDCONFIG= yes -USE_PERL5= build -SHEBANG_FILES= python/*.py -LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -INSTALL_TARGET= install-lib install-headers --install-sandbox=${STAGEDIR} - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsunpinyin.so.3.0 - ${SETENV} PATH=${WRKSRC}/src:$${PATH} ${GMAKE} -C ${WRKDIR} \ - -f ${WRKSRC}/src/sunpinyin-dictgen.mk STAGEDIR=${STAGEDIR} - ${INSTALL} -d ${STAGEDIR}${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/lm_sc.t3g ${WRKDIR}/pydict_sc.bin \ - ${STAGEDIR}${DATADIR} - -.include diff --git a/chinese/sunpinyin/distinfo b/chinese/sunpinyin/distinfo deleted file mode 100644 index 40a469cdf7b..00000000000 --- a/chinese/sunpinyin/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -SHA256 (sunpinyin-sunpinyin-2.0.4rc3-a8bd811_GH0.tar.gz) = 762575e71a5e24c4efc291407302a161ad51b8bf8902d952b54076f4511997ef -SIZE (sunpinyin-sunpinyin-2.0.4rc3-a8bd811_GH0.tar.gz) = 547083 -SHA256 (lm_sc.3gm.arpa-20140820.tar.bz2) = 751bab7c55ea93a2cedfb0fbb7eb09f67d4da9c2c55496e5f31eb8580f1d1e2f -SIZE (lm_sc.3gm.arpa-20140820.tar.bz2) = 36623028 -SHA256 (dict.utf8-20131214.tar.bz2) = af70bc2bcd7af7468495774fed9e3a2de434650119fbc3d3388c2bcf7e0acb01 -SIZE (dict.utf8-20131214.tar.bz2) = 674512 diff --git a/chinese/sunpinyin/files/patch-SConstruct b/chinese/sunpinyin/files/patch-SConstruct deleted file mode 100644 index 561817e520f..00000000000 --- a/chinese/sunpinyin/files/patch-SConstruct +++ /dev/null @@ -1,51 +0,0 @@ ---- SConstruct.orig 2014-11-14 14:17:48 UTC -+++ SConstruct -@@ -1,6 +1,7 @@ - import platform - import os - import sys -+from functools import reduce - - - version = "2.0.4" -@@ -215,10 +216,11 @@ def CreateEnvironment(): - make = 'gmake' - tar = 'gtar' - libln_builder = Builder(action='cd ${TARGET.dir} && ln -s ${SOURCE.name} ${TARGET.name}') -- env = Environment(ENV=os.environ, CFLAGS=cflags, CXXFLAGS='', -+ env = Environment(ENV=os.environ, - MAKE=make, WGET=wget, W3M=w3m, TAR=tar, -- CPPPATH=['.'] + allinc(), -- tools=['default', 'textfile']) -+ tools=['default', 'textfile'], -+ **ARGUMENTS) -+ env['CPPPATH'] = ['.'] + allinc() - env.Append(BUILDERS={'InstallAsSymlink': libln_builder}) - env['ENDIANNESS'] = "be" if sys.byteorder == "big" else "le" - return env -@@ -227,7 +229,7 @@ def CreateEnvironment(): - def PassVariables(envvar, env): - for (x, y) in envvar: - if x in os.environ: -- print 'Warning: you\'ve set %s in the environmental variable!' % x -+ print('Warning: you\'ve set %s in the environmental variable!' % x) - env[y] = os.environ[x] - - env = CreateEnvironment() -@@ -375,7 +377,6 @@ def DoConfigure(): - conf.CheckFunc('getopt_long') - conf.CheckFunc('getpagesize') - conf.CheckFunc('get_opt') -- conf.CheckCHeader('iconv.h') - conf.CheckCHeader('inttypes.h') - conf.CheckCHeader('locale.h') - conf.CheckCHeader('libintl.h') -@@ -463,7 +464,7 @@ def DoInstall(): - lib_target_bin), - ] - -- lib_pkgconfig_target = env.Install(os.path.join(libdir, 'pkgconfig'), -+ lib_pkgconfig_target = env.Install(os.path.join(env['PREFIX'], 'libdata/pkgconfig'), - ['sunpinyin-2.0.pc']) - bin_target = env.Install(bindir, bins) - man1_target = env.Install(man1dir, man1s) diff --git a/chinese/sunpinyin/files/patch-man_SConscript b/chinese/sunpinyin/files/patch-man_SConscript deleted file mode 100644 index e04f8c8623a..00000000000 --- a/chinese/sunpinyin/files/patch-man_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- man/SConscript.orig 2014-11-14 14:17:48 UTC -+++ man/SConscript -@@ -1,7 +1,7 @@ - import os - Import('env') - --pod2man = Builder(action = 'pod2man < $SOURCE > $TARGET') -+pod2man = Builder(action = 'pod2man $SOURCE $TARGET') - env.Append(BUILDERS = {'Man': pod2man}) - - env.Man('mmseg.1', 'mmseg.pod') diff --git a/chinese/sunpinyin/files/patch-src_SConscript b/chinese/sunpinyin/files/patch-src_SConscript deleted file mode 100644 index b579ebd107b..00000000000 --- a/chinese/sunpinyin/files/patch-src_SConscript +++ /dev/null @@ -1,11 +0,0 @@ ---- src/SConscript.orig 2014-11-14 14:17:48 UTC -+++ src/SConscript -@@ -53,7 +53,7 @@ env.Substfile('sunpinyin-dictgen.mk.in', SUBST_DICT={ - }) - env.Command('sunpinyin-dictgen', 'sunpinyin-dictgen.mk', [ - Copy("$TARGET", "$SOURCE"), -- Chmod("$TARGET", 0755), -+ Chmod("$TARGET", 0o755), - ]) - - # -*- indent-tabs-mode: nil -*- vim:et:ts=4 diff --git a/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp b/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp deleted file mode 100644 index 74fdf4f2fa5..00000000000 --- a/chinese/sunpinyin/files/patch-src_ime-core_imi__winHandler.cpp +++ /dev/null @@ -1,18 +0,0 @@ ---- src/ime-core/imi_winHandler.cpp.orig 2014-11-14 14:17:48 UTC -+++ src/ime-core/imi_winHandler.cpp -@@ -87,6 +87,7 @@ CIMIWinHandler::throwBackKey(unsigned ke - void - CIMIWinHandler::updateStatus(int key, int value) - { -+#ifdef DEBUG - switch (key) { - case STATUS_ID_CN: - printf("CN status is "); break; -@@ -101,6 +102,7 @@ CIMIWinHandler::updateStatus(int key, in - - printf("%d\n", value); - fflush(stdout); -+#endif - } - - // -*- indent-tabs-mode: nil -*- vim:et:ts=4 diff --git a/chinese/sunpinyin/files/patch-src_portability.h b/chinese/sunpinyin/files/patch-src_portability.h deleted file mode 100644 index 93c117af2c6..00000000000 --- a/chinese/sunpinyin/files/patch-src_portability.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/portability.h.orig 2014-11-14 14:17:48 UTC -+++ src/portability.h -@@ -42,6 +42,7 @@ - #include - #include - #include -+#include - #include - #include - diff --git a/chinese/sunpinyin/files/patch-src_slm_thread_slmthread.cpp b/chinese/sunpinyin/files/patch-src_slm_thread_slmthread.cpp deleted file mode 100644 index 723c45843d7..00000000000 --- a/chinese/sunpinyin/files/patch-src_slm_thread_slmthread.cpp +++ /dev/null @@ -1,17 +0,0 @@ ---- src/slm/thread/slmthread.cpp.orig 2014-11-14 14:17:48 UTC -+++ src/slm/thread/slmthread.cpp -@@ -250,10 +250,10 @@ main(int argc, char* argv[]) - - bool usingLogPr = slm.isUseLogPr(); - -- #define EffectivePr(a) (float((usingLogPr) ? ((a) / log(2.0)) : (-log2((a))))) -- #define OriginalPr(b) (float((usingLogPr) ? ((b) * log(2.0)) : (exp2(-(b))))) -- #define EffectiveBow(a) (float((usingLogPr) ? (exp(-(a))) : ((a)))) -- #define OriginalBow(b) (float((usingLogPr) ? (-log((b))) : ((b)))) -+ #define EffectivePr(a) (float((usingLogPr) ? ((a) / logf(2.0f)) : (-log2f((a))))) -+ #define OriginalPr(b) (float((usingLogPr) ? ((b) * logf(2.0f)) : (exp2f(-(b))))) -+ #define EffectiveBow(a) (float((usingLogPr) ? (expf(-(a))) : ((a)))) -+ #define OriginalBow(b) (float((usingLogPr) ? (-logf((b))) : ((b)))) - - printf("\nfirst pass..."); fflush(stdout); - for (int lvl = 0; lvl <= slm.getN(); ++lvl) { diff --git a/chinese/sunpinyin/files/patch-src_sunpinyin-dictgen.mk.in b/chinese/sunpinyin/files/patch-src_sunpinyin-dictgen.mk.in deleted file mode 100644 index 4372c17738e..00000000000 --- a/chinese/sunpinyin/files/patch-src_sunpinyin-dictgen.mk.in +++ /dev/null @@ -1,26 +0,0 @@ ---- src/sunpinyin-dictgen.mk.in.orig 2014-11-14 14:17:48 UTC -+++ src/sunpinyin-dictgen.mk.in -@@ -42,22 +42,7 @@ DL_ROOT = ${DL_HOST}/open-gram - DICT_PAT = 'dict\.utf8-[0-9]\+.tar.bz2' - SLM_PAT = 'lm_sc\.3gm\.arpa-[0-9]\+.tar.bz2' - --DICT_AR = $(shell ${W3M} ${DL_LIST} | grep -o ${DICT_PAT} | sort | tail -n 1) --SLM_AR = $(shell ${W3M} ${DL_LIST} | grep -o ${SLM_PAT} | sort | tail -n 1) -- --all: install -- --${DICT_AR}: -- ${WGET} ${DL_ROOT}/$@ -- --dict.utf8: ${DICT_AR} -- ${TAR} xmf $^ -- --${SLM_AR}: -- ${WGET} ${DL_ROOT}/$@ -- --lm_sc.3gm.arpa: ${SLM_AR} -- ${TAR} xmf $^ -+all: lm_sc.t3g pydict_sc.bin - - lm_sc.3gm: lm_sc.3gm.arpa dict.utf8 - slmpack $^ $@ diff --git a/chinese/sunpinyin/files/patch-xdg b/chinese/sunpinyin/files/patch-xdg deleted file mode 100644 index 452c3aacb46..00000000000 --- a/chinese/sunpinyin/files/patch-xdg +++ /dev/null @@ -1,35 +0,0 @@ ---- src/ime-core/imi_options.cpp.orig 2014-11-14 14:17:48 UTC -+++ src/ime-core/imi_options.cpp -@@ -73,12 +73,15 @@ CSimplifiedChinesePolicy::loadResources( - - if (!m_user_data_dir.size()) { - char path[256]; -- const char *home = getenv("HOME"); -- snprintf(path, -- sizeof(path), -- "%s/%s", -- home, -- SUNPINYIN_USERDATA_DIR_PREFIX); -+ const char *home = getenv("XDG_CONFIG_HOME"); -+ if (home == NULL) -+ snprintf(path, sizeof(path), -+ "%s/.config/%s", getenv("HOME"), -+ SUNPINYIN_USERDATA_DIR_PREFIX); -+ else -+ snprintf(path, sizeof(path), -+ "%s/%s", home, -+ SUNPINYIN_USERDATA_DIR_PREFIX); - m_user_data_dir = path; - } - ---- src/ime-core/imi_options.h.orig 2014-11-14 14:17:48 UTC -+++ src/ime-core/imi_options.h -@@ -52,7 +52,7 @@ - #include "pinyin/hunpin_seg.h" - - #ifndef SUNPINYIN_USERDATA_DIR_PREFIX --#define SUNPINYIN_USERDATA_DIR_PREFIX ".sunpinyin" -+#define SUNPINYIN_USERDATA_DIR_PREFIX "sunpinyin" - #endif - - struct CSimplifiedChinesePolicy : public IConfigurable { diff --git a/chinese/sunpinyin/pkg-descr b/chinese/sunpinyin/pkg-descr deleted file mode 100644 index 5e010cf93aa..00000000000 --- a/chinese/sunpinyin/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -SunPinyin is a statistical language model based Chinese input method, which -was firstly developed by Sun Beijing Globalization team, and opensource'd -to community with OpenSolaris project, with LGPLv2 and CDDL dual-licenses. - -WWW: http://code.google.com/p/sunpinyin/ diff --git a/chinese/sunpinyin/pkg-plist b/chinese/sunpinyin/pkg-plist deleted file mode 100644 index 9d178553e76..00000000000 --- a/chinese/sunpinyin/pkg-plist +++ /dev/null @@ -1,51 +0,0 @@ -include/sunpinyin-2.0/ime-core/ic_history.h -include/sunpinyin-2.0/ime-core/imi_context.h -include/sunpinyin-2.0/ime-core/imi_data.h -include/sunpinyin-2.0/ime-core/imi_defines.h -include/sunpinyin-2.0/ime-core/imi_funcobjs.h -include/sunpinyin-2.0/ime-core/imi_glibHandler.h -include/sunpinyin-2.0/ime-core/imi_keys.h -include/sunpinyin-2.0/ime-core/imi_option_event.h -include/sunpinyin-2.0/ime-core/imi_option_keys.h -include/sunpinyin-2.0/ime-core/imi_options.h -include/sunpinyin-2.0/ime-core/imi_uiobjects.h -include/sunpinyin-2.0/ime-core/imi_view.h -include/sunpinyin-2.0/ime-core/imi_view_classic.h -include/sunpinyin-2.0/ime-core/imi_winHandler.h -include/sunpinyin-2.0/ime-core/lattice_states.h -include/sunpinyin-2.0/ime-core/userdict.h -include/sunpinyin-2.0/ime-core/utils.h -include/sunpinyin-2.0/lexicon/pytrie.h -include/sunpinyin-2.0/lexicon/pytrie_gen.h -include/sunpinyin-2.0/lexicon/trie_writer.h -include/sunpinyin-2.0/pinyin/datrie.h -include/sunpinyin-2.0/pinyin/datrie_impl.h -include/sunpinyin-2.0/pinyin/hunpin_seg.h -include/sunpinyin-2.0/pinyin/pinyin_data.h -include/sunpinyin-2.0/pinyin/pinyin_seg.h -include/sunpinyin-2.0/pinyin/quanpin_trie.h -include/sunpinyin-2.0/pinyin/segmentor.h -include/sunpinyin-2.0/pinyin/shuangpin_data.h -include/sunpinyin-2.0/pinyin/shuangpin_seg.h -include/sunpinyin-2.0/pinyin/syllable.h -include/sunpinyin-2.0/portability.h -include/sunpinyin-2.0/slm/ids2ngram/idngram.h -include/sunpinyin-2.0/slm/ids2ngram/idngram_merge.h -include/sunpinyin-2.0/slm/sim_dict.h -include/sunpinyin-2.0/slm/sim_fmerge.h -include/sunpinyin-2.0/slm/sim_sen.h -include/sunpinyin-2.0/slm/sim_slm.h -include/sunpinyin-2.0/slm/slm.h -include/sunpinyin-2.0/slm/slmbuild/sim_slmbuilder.h -include/sunpinyin-2.0/slm/slmpack/arpa_slm.h -include/sunpinyin-2.0/slm/slmpack/common.h -include/sunpinyin-2.0/slm/thread/ValueCompress.h -include/sunpinyin-2.0/slm/tslmendian/slm_file.h -include/sunpinyin-2.0/slm/tslmendian/writer.h -include/sunpinyin-2.0/sunpinyin.h -lib/libsunpinyin.so -lib/libsunpinyin.so.3 -lib/libsunpinyin.so.3.0 -libdata/pkgconfig/sunpinyin-2.0.pc -%%DATADIR%%/lm_sc.t3g -%%DATADIR%%/pydict_sc.bin diff --git a/converters/p5-Convert-ASN1/Makefile b/converters/p5-Convert-ASN1/Makefile index 8547fc911ec..03d2e4bc718 100644 --- a/converters/p5-Convert-ASN1/Makefile +++ b/converters/p5-Convert-ASN1/Makefile @@ -1,7 +1,7 @@ # Created by: Marc Fournier PORTNAME= Convert-ASN1 -PORTVERSION= 0.29 +PORTVERSION= 0.31 CATEGORIES= converters perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/converters/p5-Convert-ASN1/distinfo b/converters/p5-Convert-ASN1/distinfo index d0c1e1353ab..fb8fc44f8b2 100644 --- a/converters/p5-Convert-ASN1/distinfo +++ b/converters/p5-Convert-ASN1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622038054 -SHA256 (Convert-ASN1-0.29.tar.gz) = b8ddc337eee460dfaad090b88cbe108d808ad1bfce5b97f98f23f605308277c0 -SIZE (Convert-ASN1-0.29.tar.gz) = 79039 +TIMESTAMP = 1624189713 +SHA256 (Convert-ASN1-0.31.tar.gz) = 6fe4c1ba744c3a8212bf2c9b2703d93530acc153435cf2f93633540b439fbbeb +SIZE (Convert-ASN1-0.31.tar.gz) = 79188 diff --git a/databases/Makefile b/databases/Makefile index 7b00de9342c..3ebbe65b894 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -63,7 +63,6 @@ SUBDIR += elixir-ecto SUBDIR += elixir-geo SUBDIR += elixir-mariaex - SUBDIR += elixir-mongo SUBDIR += elixir-postgrex SUBDIR += elixir-timex_ecto SUBDIR += emacsql @@ -74,7 +73,11 @@ SUBDIR += evolution-data-server SUBDIR += fastdb SUBDIR += firebird25-client + SUBDIR += firebird30-client + SUBDIR += firebird40-client SUBDIR += firebird25-server + SUBDIR += firebird30-server + SUBDIR += firebird40-server SUBDIR += fortytwo-bdb SUBDIR += foundationdb SUBDIR += foundationdb-devel @@ -834,8 +837,6 @@ SUBDIR += py-xapian SUBDIR += py-zodbpickle SUBDIR += pymongo - SUBDIR += pypy-gdbm - SUBDIR += pypy-sqlite3 SUBDIR += qdbm SUBDIR += qdbm-plus SUBDIR += qof diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index 74cbc66ece2..de1d85c8448 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= RMySQL -DISTVERSION= 0.10.21 +DISTVERSION= 0.10.22 CATEGORIES= databases DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/databases/R-cran-RMySQL/distinfo b/databases/R-cran-RMySQL/distinfo index 8450ec80270..d9c275b2498 100644 --- a/databases/R-cran-RMySQL/distinfo +++ b/databases/R-cran-RMySQL/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608774430 -SHA256 (RMySQL_0.10.21.tar.gz) = 3a6bf06d32d66c7c958d4f89ed517614171a7fd254ef6f4d40f4c5982c2d6b31 -SIZE (RMySQL_0.10.21.tar.gz) = 53075 +TIMESTAMP = 1624537359 +SHA256 (RMySQL_0.10.22.tar.gz) = d4326d920d106edb383c328d791e17c3a285b4cedd7b22549e217c3815e61116 +SIZE (RMySQL_0.10.22.tar.gz) = 53215 diff --git a/databases/elixir-mongo/Makefile b/databases/elixir-mongo/Makefile deleted file mode 100644 index 93fbd274561..00000000000 --- a/databases/elixir-mongo/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= elixir-mongo -PORTVERSION= 0.5.4 -CATEGORIES= databases - -MAINTAINER= vanilla@FreeBSD.org -COMMENT= Database driver for MongoDB written in Elixir - -LICENSE= MIT - -DEPRECATED= Upsupported by upstream -EXPIRATION_DATE= 2021-06-23 - -BROKEN= does not build: Compilation error in file lib/mongo.ex - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= checkiz - -ELIXIR_APP_NAME=mongo - -MIX_BUILD_DEPS= devel/elixir-bson -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include diff --git a/databases/elixir-mongo/distinfo b/databases/elixir-mongo/distinfo deleted file mode 100644 index 2af3ce57db8..00000000000 --- a/databases/elixir-mongo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (checkiz-elixir-mongo-0.5.4_GH0.tar.gz) = d2d9b24c9e80183dd921b0dec63b5f4f9909814591a04e0e211a10c2daffc4c8 -SIZE (checkiz-elixir-mongo-0.5.4_GH0.tar.gz) = 15673 diff --git a/databases/elixir-mongo/files/patch-mix.exs b/databases/elixir-mongo/files/patch-mix.exs deleted file mode 100644 index 623dbca8310..00000000000 --- a/databases/elixir-mongo/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2015-12-01 21:16:44 UTC -+++ mix.exs -@@ -8,7 +8,6 @@ defmodule Mongo.Mixfile do - elixir: "~> 1.0 or ~> 1.1", - source_url: "https://github.com/checkiz/elixir-mongo", - description: "MongoDB driver for Elixir", -- deps: deps(Mix.env), - package: package, - docs: &docs/0 ] - end diff --git a/databases/elixir-mongo/pkg-descr b/databases/elixir-mongo/pkg-descr deleted file mode 100644 index 6df799a4177..00000000000 --- a/databases/elixir-mongo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A database driver for MongoDB written in pure Elixir. - -WWW: https://github.com/checkiz/elixir-mongo diff --git a/databases/elixir-mongo/pkg-plist b/databases/elixir-mongo/pkg-plist deleted file mode 100644 index 6a3bb241fa9..00000000000 --- a/databases/elixir-mongo/pkg-plist +++ /dev/null @@ -1,25 +0,0 @@ -lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Cursor.beam -lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Find.beam -lib/elixir/lib/mongo/ebin/Elixir.Enumerable.Mongo.Response.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Bang.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Collection.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Cursor.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Db.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Error.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Find.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Helpers.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Request.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Response.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.Server.beam -lib/elixir/lib/mongo/ebin/Elixir.Mongo.beam -lib/elixir/lib/mongo/ebin/mongo.app -lib/elixir/lib/mongo/lib/mongo.ex -lib/elixir/lib/mongo/lib/mongo_collection.ex -lib/elixir/lib/mongo/lib/mongo_cursor.ex -lib/elixir/lib/mongo/lib/mongo_db.ex -lib/elixir/lib/mongo/lib/mongo_find.ex -lib/elixir/lib/mongo/lib/mongo_helpers.ex -lib/elixir/lib/mongo/lib/mongo_request.ex -lib/elixir/lib/mongo/lib/mongo_response.ex -lib/elixir/lib/mongo/lib/mongo_server.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/databases/firebird30-client/Makefile b/databases/firebird30-client/Makefile new file mode 100644 index 00000000000..c7370ab840d --- /dev/null +++ b/databases/firebird30-client/Makefile @@ -0,0 +1,12 @@ +PORTNAME= firebird +PKGNAMESUFFIX= ${PORTVERSION:R:S/.//}-client + +COMMENT= Firebird-3 database client + +MASTERDIR= ${.CURDIR}/../firebird30-server + +PLIST= ${PKGDIR}/pkg-plist.client + +CLIENT_ONLY= yes + +.include "${MASTERDIR}/Makefile" diff --git a/databases/firebird30-server/Makefile b/databases/firebird30-server/Makefile new file mode 100644 index 00000000000..8e74b0891a7 --- /dev/null +++ b/databases/firebird30-server/Makefile @@ -0,0 +1,198 @@ +PORTNAME= firebird +PORTVERSION= 3.0.7 +CATEGORIES?= databases +MASTER_SITES= https://github.com/FirebirdSQL/${PORTNAME}/releases/download/R3_0_7/ +PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server +DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.33374-0 +DIST_SUBDIR= ${PORTNAME} + +MAINTAINER= acm@FreeBSD.org +COMMENT?= Firebird-3 relational database (server) + +LICENSE= IDPL IPL +LICENSE_COMB= multi +LICENSE_NAME_IDPL= Initial Developer's Public License +LICENSE_NAME_IPL= InterBase Public License +LICENSE_FILE_IDPL= ${WRKSRC}/builds/install/misc/IDPLicense.txt +LICENSE_FILE_IPL= ${WRKSRC}/builds/install/misc/IPLicense.txt +LICENSE_PERMS_IDPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept +LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + +LIB_DEPENDS= libicuuc.so:devel/icu \ + libtommath.so:math/libtommath + +CONFLICTS_INSTALL= firebird25-* firebird40-* + +USES= cpe gmake pkgconfig localbase:ldflags libedit tar:bzip2 +USE_CXXSTD= gnu++03 +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes + +CONFIGURE_ARGS= --prefix=${LOCALSTATEDIR} \ + --exec-prefix=${PREFIX} \ + --with-fbbin=${PREFIX}/bin \ + --with-fblib=${PREFIX}/lib \ + --with-fbconf=${PREFIX}/${CONFDIR} \ + --with-fbglock=${LOCALSTATEDIR} \ + --with-fbhelp=${LOCALSTATEDIR}/help \ + --with-fbintl=${LIBEXECDIR}/intl \ + --with-fblog=${LOCALSTATEDIR} \ + --with-fbmsg=${DATADIR} \ + --with-fbplugins=${LIBEXECDIR}/plugins \ + --with-fbsbin=${PREFIX}/sbin \ + --with-fbsecure-db=${LOCALSTATEDIR} \ + --with-fbsample-db=${EXAMPLESDIR} \ + --with-fbudf=${LIBEXECDIR}/UDF +CONFIGURE_ENV+= PTHREAD_LIBS="-lpthread" \ + ac_cv_header_atomic_ops_h="no" \ + ac_cv_lib_atomic_ops_main="no" +CPPFLAGS+= -DU_NOEXCEPT= # For USE_CXXSTD=gnu++98 + +LOCALSTATEDIR= /var/db/firebird +CONFDIR= etc/firebird +LIBEXECDIR= ${PREFIX}/libexec/firebird +PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} \ + LOCALSTATEDIR="var/db/firebird" CONFDIR="${CONFDIR}" + +# Don't use ld for linking, use gcc +LD= ${CC} + +# Don't strip binary files +STRIP= + +ONLY_FOR_ARCHS= i386 amd64 +# sparc64 fails due to lack of valid AtomicCounter implementation in +# src/common/classes/fb_atomic.h; presumably other tier-2s would as well + +INSTALL_FB= ${INSTALL} ${COPY} + +.if !defined(CLIENT_ONLY) +# Server part stuff +USES+= firebird:3.0 + +CONFIGURE_ARGS+=--without-editline + +USE_RC_SUBR= firebird +SUB_FILES= pkg-message + +UTIL_SBIN= fbguard firebird +UTIL_BIN= fb_lock_print fbsplit fbstat fbsvcmgr fbtracemgr gbak gfix gsec \ + nbackup +UDF_SO= ib_udf.so fbudf.so +UDF_SQL= ib_udf.sql ib_udf2.sql fbudf.sql +PLUGIN_SO= libEngine12.so libfbtrace.so libLegacy_Auth.so \ + libLegacy_UserManager.so libSrp.so libudr_engine.so + +PKGINSTALL?= ${PKGDIR}/pkg-install-server +.else +# Client part stuff +USES+= libedit + +CONFIGURE_ARGS+= --with-system-editline +CONFIGURE_ENV+= ac_cv_lib_edit_readline="yes" + +USE_LDCONFIG= yes +CLIENT_BIN= gpre isql-fb qli +CLIENT_HEADER= extlib/ib_util.h include/ibase.h include/iberror.h yvalve/perf.h + +OPTIONS_DEFINE= DOCS + +DOCS_PORTDOCS= * + +FB_DOCS_FILES= WhatsNew README.* Firebird* ambiguity.txt \ + ods11-index-structure.html +FB_DOCS_DIRS= sql.extensions license upgrade +.endif + +MAKE_ENV+= FIREBIRD_TMP="${WRKDIR}" FIREBIRD_LOCK="${WRKDIR}" +MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}" + +.include + +.if ${ARCH} == "amd64" +CFLAGS+= -DAMD64 +.endif + +.if !defined(CLIENT_ONLY) +USERS= ${PORTNAME} +GROUPS= ${USERS} + +MAKE_ENV+= IsServer=Y +.endif + +post-patch: + ${FIND} ${WRKSRC} -name "*.sh" -exec ${CHMOD} +x {} \+ + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/builds/install/misc/firebird.conf.in + +pre-build: +.if !defined(CLIENT_ONLY) + @${SETENV} PKG_PREFIX="${STAGEDIR}${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL +.endif + ${MAKE} -C ${WRKSRC}/extern/btyacc + +do-install: +.if !defined(CLIENT_ONLY) + ${INSTALL_PROGRAM} ${UTIL_BIN:S!^!${WRKSRC}/gen/Release/firebird/bin/!} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${UTIL_SBIN:S!^!${WRKSRC}/gen/Release/firebird/bin/!} ${STAGEDIR}${PREFIX}/sbin + + @${MKDIR} ${STAGEDIR}${PREFIX}/${CONFDIR} + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/databases.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/databases.conf.sample + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/fbtrace.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/fbtrace.conf + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/plugins.conf.sample + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins/udr_engine.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/udr_engine.conf.sample + + ${MKDIR} ${STAGEDIR}${LIBEXECDIR}/udf ${STAGEDIR}${LOCALSTATEDIR}/help ${STAGEDIR}${LIBEXECDIR}/intl \ + ${STAGEDIR}${LIBEXECDIR}/plugins ${STAGEDIR}${EXAMPLESDIR} + + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/lib/libib_util.so ${STAGEDIR}${PREFIX}/lib + + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/intl/fbintl.conf ${STAGEDIR}${LIBEXECDIR}/intl/fbintl.conf + ${INSTALL_FB} -m 0555 ${UDF_SO:S!^!${WRKSRC}/gen/Release/firebird/UDF/!} ${STAGEDIR}${LIBEXECDIR}/udf + ${INSTALL_FB} -m 0444 ${UDF_SQL:S!^!${WRKSRC}/gen/Release/firebird/UDF/!} ${STAGEDIR}${LIBEXECDIR}/udf + ${INSTALL_FB} -m 0555 ${PLUGIN_SO:S!^!${WRKSRC}/gen/Release/firebird/plugins/!} ${STAGEDIR}${LIBEXECDIR}/plugins + + ${INSTALL_FB} -m 0660 ${WRKSRC}/gen/Release/firebird/security3.fdb ${STAGEDIR}${LOCALSTATEDIR}/security3.fdb.sample + ${INSTALL_FB} -m 0660 ${WRKSRC}/gen/Release/firebird/examples/empbuild/employee.fdb ${STAGEDIR}${EXAMPLESDIR}/employee.fdb + + ${INSTALL_FB} -m 0440 ${WRKSRC}/gen/Release/firebird/help/help.fdb ${STAGEDIR}${LOCALSTATEDIR}/help + + ${INSTALL_FB} -m 0555 ${WRKSRC}/gen/Release/firebird/intl/libfbintl.so ${STAGEDIR}${LIBEXECDIR}/intl/libfbintl.so +.else +# defined CLIENT_ONLY + ${INSTALL_PROGRAM} ${CLIENT_BIN:S!^!${WRKSRC}/gen/Release/firebird/bin/!} ${STAGEDIR}${PREFIX}/bin + + ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${WRKSRC}/gen/Release/firebird/firebird.conf > ${WRKDIR}/firebird.conf + + @${MKDIR} ${STAGEDIR}${PREFIX}/${CONFDIR} + ${INSTALL_DATA} ${WRKDIR}/firebird.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/firebird.conf.sample + + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/lib/libfbclient.so.${PORTVERSION} \ + ${STAGEDIR}${PREFIX}/lib + + ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so.3 + ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so + + @${MKDIR} ${STAGEDIR}${PREFIX}/include/firebird + ${INSTALL_DATA} ${CLIENT_HEADER:S!^!${WRKSRC}/src/!} ${STAGEDIR}${PREFIX}/include + + @cd ${WRKSRC}/src/include/firebird && \ + ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/include/firebird/{}" \; + + @cd ${WRKSRC}/src/include/firebird && \ + ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${PREFIX}/include/firebird/{}" \; + + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/*.msg ${STAGEDIR}${DATADIR} + +post-install-DOCS-on: + @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" + @${MKDIR} ${FB_DOCS_DIRS:S!^!${STAGEDIR}${DOCSDIR}/!} + ${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${STAGEDIR}${DOCSDIR} + ${LN} -sf README.user ${STAGEDIR}${DOCSDIR}/README + ${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* ${STAGEDIR}${DOCSDIR}/sql.extensions + ${INSTALL_DATA} ${WRKSRC}/doc/license/* ${STAGEDIR}${DOCSDIR}/license + ${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v3.0/* ${STAGEDIR}${DOCSDIR}/upgrade +.endif + +.include diff --git a/databases/firebird30-server/distinfo b/databases/firebird30-server/distinfo new file mode 100644 index 00000000000..e18a632d743 --- /dev/null +++ b/databases/firebird30-server/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621726682 +SHA256 (firebird/Firebird-3.0.7.33374-0.tar.bz2) = acb85cedafa10ce106b1823fb236b1b3e5d942a5741e8f8435cc8ccfec0afe76 +SIZE (firebird/Firebird-3.0.7.33374-0.tar.bz2) = 9841457 diff --git a/databases/firebird30-server/files/firebird.in b/databases/firebird30-server/files/firebird.in new file mode 100644 index 00000000000..f054b265940 --- /dev/null +++ b/databases/firebird30-server/files/firebird.in @@ -0,0 +1,61 @@ +#!/bin/sh + +# PROVIDE: firebird +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf to enable Firebird Database: +# +# +# firebird_enable: Set it to "YES" to enable firebird. +# Default is "NO". +# firebird_flags: Set options to run firebird. +# Default is "-el /var/db/firebird". +# firebird_pidfile: Set full path to pid file. +# Default is "/var/run/firebird.pid". +# + +. /etc/rc.subr + +name=firebird +rcvar=firebird_enable + +load_rc_config $name + +firebird_enable=${firebird_enable:-"NO"} +firebird_flags=${firebird_flags:-"-el /var/db/firebird"} +firebird_pidfile=${firebird_pidfile:-"/var/run/${name}.pid"} +firebird_user=firebird + +command=%%PREFIX%%/sbin/firebird +command_args="${firebird_flags} &" +pidfile=${firebird_pidfile} +start_precmd="start_precmd" +start_postcmd="start_postcmd" +stop_postcmd="stop_postcmd" +reload_postcmd="reload_postcmd" + +start_precmd() +{ + touch ${firebird_pidfile} + chown "${firebird_user}:wheel" ${firebird_pidfile} || + err 1 "Cannot chown ${firebird_pidfile}" +} + +start_postcmd() +{ + pgrep -u ${firebird_user} ${name} > ${firebird_pidfile} +} + +stop_postcmd() +{ + rm -f ${pidfile} +} + +reload_postcmd() +{ + rm -f ${pidfile} + run_rc_command start +} + +run_rc_command "$1" diff --git a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd new file mode 100644 index 00000000000..3da3ac70283 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd @@ -0,0 +1,20 @@ +--- builds/posix/prefix.freebsd.orig 2021-03-27 18:59:05 UTC ++++ builds/posix/prefix.freebsd +@@ -20,5 +20,14 @@ + + EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib + +-PROD_FLAGS=-O -fno-builtin -DFREEBSD -pipe -MMD -fPIC +-DEV_FLAGS=-ggdb -DFREEBSD -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor ++COMMON_FLAGS=-DFREEBSD -pipe -MMD -fPIC ++PROD_FLAGS=$(COMMON_FLAGS) -O0 -g -fno-builtin -Wno-deprecated ++DEV_FLAGS=$(COMMON_FLAGS) -ggdb -p -Wall -Wno-non-virtual-dtor ++ ++# This file must be compiled with SSE4.2 support ++%/CRC32C.o: COMMON_FLAGS += -msse4 ++ ++# These files are generated incorrectly (e.g. array.epp => array.cpp) ++%/array.o %/blob.o %/alice_meta.o %/restore.o %/backup.o: COMMON_FLAGS += -Wno-narrowing ++%/OdsDetection.o %/dba.o: COMMON_FLAGS += -Wno-narrowing ++ + diff --git a/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 new file mode 100644 index 00000000000..dd0f1ae3922 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds-posix-prefix.freebsd_amd64 @@ -0,0 +1,19 @@ +--- builds/posix/prefix.freebsd_amd64.orig 2020-10-20 08:40:05 UTC ++++ builds/posix/prefix.freebsd_amd64 +@@ -20,5 +20,13 @@ + + EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib + +-PROD_FLAGS=-O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC +-DEV_FLAGS=-ggdb -DFREEBSD -DAMD64 -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor ++COMMON_FLAGS=-DFREEBSD -DAMD64 -pipe -MMD -fPIC ++PROD_FLAGS=$(COMMON_FLAGS) -O0 -g -fno-builtin -Wno-deprecated ++DEV_FLAGS=$(COMMON_FLAGS) -ggdb -p -Wall -Wno-non-virtual-dtor ++ ++# This file must be compiled with SSE4.2 support ++%/CRC32C.o: COMMON_FLAGS += -msse4 ++ ++# These files are generated incorrectly (e.g. array.epp => array.cpp) ++%/array.o %/blob.o %/alice_meta.o %/restore.o %/backup.o: COMMON_FLAGS += -Wno-narrowing ++%/OdsDetection.o %/dba.o: COMMON_FLAGS += -Wno-narrowing + diff --git a/databases/firebird30-server/files/patch-builds-posix_Makefile.in b/databases/firebird30-server/files/patch-builds-posix_Makefile.in new file mode 100644 index 00000000000..3957c91179a --- /dev/null +++ b/databases/firebird30-server/files/patch-builds-posix_Makefile.in @@ -0,0 +1,34 @@ +--- builds/posix/Makefile.in 2020-10-20 03:40:05.000000000 -0500 ++++ builds/posix/Makefile.in 2021-06-25 00:25:25.389776000 -0500 +@@ -186,16 +186,18 @@ + $(MAKE) preliminaryCheck + $(MAKE) boot + $(MAKE) yvalve ++ $(MAKE) engine + ifeq ($(IsDeveloper), Y) + # In developer mode we must regenerate various files in include/gen + $(MAKE) ids + endif +- $(MAKE) engine ++ifeq ($(IsServer), Y) + $(MAKE) fbintl + $(MAKE) utilities ++endif + # Now having ready such useful tools as gbak and isql, we may restore / create + # required databases and switch to full-featured gpre +- $(MAKE) gpre ++ $(MAKE) gbak gfix gpre + # Pay attention - after build force gpre_current to point to gpre + # even if gpre itself was not rebuilt + -$(RM) $(GPRE_CURRENT) +@@ -204,8 +206,10 @@ + # In developer mode we must regenerate various files in include/gen + $(MAKE) codes + endif ++ifeq ($(IsServer), Y) + $(MAKE) plugins + $(MAKE) examples ++endif + $(MAKE) rest + + diff --git a/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples b/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples new file mode 100644 index 00000000000..4a58a2a2fe2 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds-posix_Makefile.in.plugins_examples @@ -0,0 +1,12 @@ +--- builds/posix/Makefile.in.plugins_examples.orig 2021-03-27 11:14:37 UTC ++++ builds/posix/Makefile.in.plugins_examples +@@ -99,7 +99,7 @@ AllObjects += $(CA_Objects) + crypt_app: $(CRYPT_APP) + + $(CRYPT_APP): $(CA_Objects) +- $(EXE_LINK) $^ -o $@ $(FIREBIRD_LIBRARY_LINK) ++ $(EXE_LINK) $^ -o $@ $(LDFLAGS) $(FIREBIRD_LIBRARY_LINK) + + + include $(ROOT)/gen/make.shared.targets + diff --git a/databases/firebird30-server/files/patch-builds_install_misc_firebird.conf.in b/databases/firebird30-server/files/patch-builds_install_misc_firebird.conf.in new file mode 100644 index 00000000000..953e438de69 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds_install_misc_firebird.conf.in @@ -0,0 +1,12 @@ +--- builds/install/misc/firebird.conf.in.orig 2020-10-12 00:02:22 UTC ++++ builds/install/misc/firebird.conf.in +@@ -189,7 +189,7 @@ + # + # Type: string (special format) + # +-#UdfAccess = Restrict UDF ++UdfAccess = Restrict %%PREFIX%%/libexec/firebird/udf + + + # ---------------------------- + diff --git a/databases/firebird30-server/files/patch-builds_posix_empty.vers b/databases/firebird30-server/files/patch-builds_posix_empty.vers new file mode 100644 index 00000000000..598107119be --- /dev/null +++ b/databases/firebird30-server/files/patch-builds_posix_empty.vers @@ -0,0 +1,9 @@ +--- builds/posix/empty.vers.orig 2020-10-12 00:02:22 UTC ++++ builds/posix/empty.vers +@@ -21,3 +21,5 @@ + # Contributor(s): ______________________________________. + + main ++__progname ++environ + diff --git a/databases/firebird30-server/files/patch-builds_posix_make.defaults b/databases/firebird30-server/files/patch-builds_posix_make.defaults new file mode 100644 index 00000000000..b30b259a684 --- /dev/null +++ b/databases/firebird30-server/files/patch-builds_posix_make.defaults @@ -0,0 +1,64 @@ +--- builds/posix/make.defaults 2020-10-20 03:40:05.000000000 -0500 ++++ builds/posix/make.defaults 2021-06-25 00:23:49.718147000 -0500 +@@ -134,7 +134,7 @@ + MATHLIB=@MATHLIB@ + + # switch to make sed edit files inplace +-INLINE_EDIT_SED:= -i ++INLINE_EDIT_SED:= -i "" + + # Default programs and tools to be used in the build process + +@@ -144,7 +144,7 @@ + CHMOD= chmod + CHMOD_6= chmod 666 + CHMOD_7= chmod 777 +-CHMOD_S7= chmod 06777 ++CHMOD_S7= chmod 04555 + MV= mv -f + TOUCH= touch + CP= cp +@@ -219,7 +219,7 @@ + #LibraryFileName=libfbclient + LibraryFileName=libfbclient + LibraryFullName=$(LibraryFileName).${SHRLIB_EXT}.${FirebirdVersion} +-LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.2 ++LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.3 + LibraryBaseName=$(LibraryFileName).${SHRLIB_EXT} + + LIBFIREBIRD_FULLNAME = $(LIB)/$(LibraryFullName) +@@ -240,7 +240,7 @@ + + ifeq ($(EDITLINE_FLG),Y) + ifeq ($(STD_EDITLINE), true) +- LIBEDITLINE := -l$(READLINE) ++ LIBEDITLINE := $(shell pkgconf libedit --libs) + else + LIBEDITLINE := $(LIB)/libedit.a + endif +@@ -362,7 +362,7 @@ + GDS_DROP = $(BIN)/gds_drop$(EXEC_EXT) + FBSVCMGR = $(BIN)/fbsvcmgr$(EXEC_EXT) + FBTRACEMGR = $(BIN)/fbtracemgr$(EXEC_EXT) +-GSTAT = $(BIN)/gstat$(EXEC_EXT) ++GSTAT = $(BIN)/fbstat$(EXEC_EXT) + NBACKUP = $(BIN)/nbackup$(EXEC_EXT) + LOCKPRINT = $(BIN)/fb_lock_print$(EXEC_EXT) + GSEC = $(BIN)/gsec$(EXEC_EXT) +@@ -383,13 +383,13 @@ + QLI = $(BIN)/qli$(EXEC_EXT) + + # From isql +-ISQL = $(BIN)/isql$(EXEC_EXT) +-RUN_ISQL = $(RBIN)/isql$(EXEC_EXT) ++ISQL = $(BIN)/isql-fb$(EXEC_EXT) ++RUN_ISQL = $(RBIN)/isql-fb$(EXEC_EXT) + + # From burp + GBAK = $(BIN)/gbak$(EXEC_EXT) + RUN_GBAK = $(RBIN)/gbak$(EXEC_EXT) +-GSPLIT = $(BIN)/gsplit$(EXEC_EXT) ++GSPLIT = $(BIN)/fbsplit$(EXEC_EXT) + + # From gpre + # (gpre current is a link to one of the others) diff --git a/databases/firebird30-server/files/patch-extern_btyacc_Makefile b/databases/firebird30-server/files/patch-extern_btyacc_Makefile new file mode 100644 index 00000000000..defaa3243e5 --- /dev/null +++ b/databases/firebird30-server/files/patch-extern_btyacc_Makefile @@ -0,0 +1,12 @@ +--- extern/btyacc/Makefile.orig 2020-10-12 00:02:22 UTC ++++ extern/btyacc/Makefile +@@ -42,7 +42,7 @@ OTHERS = README README.BYACC \ + all: $(PROGRAM) + + $(PROGRAM): $(OBJS) $(LIBS) +- $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) + + clean:; rm -f $(OBJS) + + diff --git a/databases/firebird30-server/files/patch-extern_cloop_Makefile b/databases/firebird30-server/files/patch-extern_cloop_Makefile new file mode 100644 index 00000000000..8c4b33ba7da --- /dev/null +++ b/databases/firebird30-server/files/patch-extern_cloop_Makefile @@ -0,0 +1,24 @@ +--- extern/cloop/Makefile 2020-10-12 00:02:22 UTC ++++ extern/cloop/Makefile +@@ -6,7 +6,7 @@ TARGET := release + + CC := $(CC) + CXX := $(CXX) +-LD := $(CXX) ++LD := $(CXX) $(LDFLAGS) + + SRC_DIR := src + BUILD_DIR := build +@@ -27,8 +27,9 @@ SRCS_CPP := $(foreach sdir,$(SRC_DIRS),$ + OBJS_C := $(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.o,$(SRCS_C)) + OBJS_CPP := $(patsubst $(SRC_DIR)/%.cpp,$(OBJ_DIR)/%.o,$(SRCS_CPP)) + +-C_FLAGS := -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter +-CXX_FLAGS := $(C_FLAGS) ++COMMON_C_FLAGS := -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter ++C_FLAGS := $(COMMON_C_FLAGS) $(CFLAGS) $(CPPFLAGS) ++CXX_FLAGS := $(COMMON_C_FLAGS) $(CXXFLAGS) $(CPPFLAGS) + FPC_FLAGS := -Mdelphi + + ifeq ($(TARGET),release) + diff --git a/databases/firebird30-server/files/patch-src-jrd-os-posix_unix.cpp b/databases/firebird30-server/files/patch-src-jrd-os-posix_unix.cpp new file mode 100644 index 00000000000..6c9dc50ba31 --- /dev/null +++ b/databases/firebird30-server/files/patch-src-jrd-os-posix_unix.cpp @@ -0,0 +1,25 @@ +--- src/jrd/os/posix/unix.cpp 2021-06-22 00:38:07.434896000 -0500 ++++ src/jrd/os/posix/unix.cpp 2021-06-22 00:43:54.988645000 -0500 +@@ -56,6 +56,13 @@ + #include + #endif + ++#ifdef FREEBSD ++#include ++#define BLKGETSIZE64 DIOCGMEDIASIZE ++#define BLKGETSIZE DIOCGMEDIASIZE ++#define BLKSSZGET DIOCGSECTORSIZE ++#endif ++ + #endif //SUPPORT_RAW_DEVICES + + #include "../jrd/jrd.h" +@@ -495,7 +502,7 @@ + // Looks like any OS needs own ioctl() to determine raw device size + #undef HAS_RAW_SIZE + +-#ifdef LINUX ++#if defined(LINUX) || defined(FREEBSD) + #ifdef BLKGETSIZE64 + if (ioctl(file->fil_desc, BLKGETSIZE64, &length) != 0) + #endif /*BLKGETSIZE64*/ diff --git a/databases/firebird30-server/files/patch-src_common_os_posix_SyncSignals.cpp b/databases/firebird30-server/files/patch-src_common_os_posix_SyncSignals.cpp new file mode 100644 index 00000000000..159ee13a99c --- /dev/null +++ b/databases/firebird30-server/files/patch-src_common_os_posix_SyncSignals.cpp @@ -0,0 +1,13 @@ +--- src/common/os/posix/SyncSignals.cpp.orig 2020-10-12 00:02:22 UTC ++++ src/common/os/posix/SyncSignals.cpp +@@ -54,9 +54,6 @@ + #include + #include + +-#if defined FREEBSD || defined NETBSD || defined DARWIN || defined HPUX +-#define sigset signal +-#endif + + namespace { + + diff --git a/databases/firebird30-server/files/patch-src_remote_SockAddr.h b/databases/firebird30-server/files/patch-src_remote_SockAddr.h new file mode 100644 index 00000000000..30297137c2c --- /dev/null +++ b/databases/firebird30-server/files/patch-src_remote_SockAddr.h @@ -0,0 +1,25 @@ +--- src/remote/SockAddr.h.orig 2020-10-12 00:02:22 UTC ++++ src/remote/SockAddr.h +@@ -112,11 +112,13 @@ public: + + #define AF_INET6_POSIX 10 + #define AF_INET6_WINDOWS 23 ++#define AF_INET6_BSD 28 + #define AF_INET6_DARWIN 30 + + #if AF_INET6 == AF_INET6_POSIX + #elif AF_INET6 == AF_INET6_WINDOWS + #elif AF_INET6 == AF_INET6_DARWIN ++#elif AF_INET6 == AF_INET6_BSD + #else + #error Unknown value of AF_INET6 ! + #endif +@@ -132,6 +134,7 @@ inline void SockAddr::checkAndFixFamily( + case AF_INET6_POSIX: + case AF_INET6_WINDOWS: + case AF_INET6_DARWIN: ++ case AF_INET6_BSD: + data.sock.sa_family = AF_INET6; + fb_assert(len == sizeof(sockaddr_in6)); + break; + diff --git a/databases/firebird30-server/files/patch-src_remote_inet.cpp b/databases/firebird30-server/files/patch-src_remote_inet.cpp new file mode 100644 index 00000000000..6b45a4f61e7 --- /dev/null +++ b/databases/firebird30-server/files/patch-src_remote_inet.cpp @@ -0,0 +1,25 @@ +--- src/remote/inet.cpp.orig 2020-10-20 08:40:05 UTC ++++ src/remote/inet.cpp +@@ -962,7 +962,7 @@ rem_port* INET_connect(const TEXT* name, + gai_hints.ai_family = ((host.hasData() || !ipv6) ? AF_UNSPEC : AF_INET6); + gai_hints.ai_socktype = SOCK_STREAM; + +-#if !defined(WIN_NT) && !defined(__clang__) ++#if !defined(WIN_NT) && !defined(__FreeBSD__) && !defined(__DragonFly__) + gai_hints.ai_protocol = SOL_TCP; + #else + gai_hints.ai_protocol = IPPROTO_TCP; +@@ -1176,6 +1176,12 @@ static rem_port* listener_socket(rem_port* port, USHOR + setFastLoopbackOption(port); + + inet_ports->registerPort(port); ++ ++ char *parent_pid; ++ if (parent_pid = getenv("FB_SIGNAL_PROCESS")) ++ { ++ kill(atoi(parent_pid), SIGUSR1); ++ } + + if (flag & SRVR_multi_client) + { + diff --git a/databases/firebird30-server/files/pkg-message.in b/databases/firebird30-server/files/pkg-message.in new file mode 100644 index 00000000000..1e5b3814139 --- /dev/null +++ b/databases/firebird30-server/files/pkg-message.in @@ -0,0 +1,43 @@ +[ +{ type: install + message: < modify SYSDBA -pw newpassword + GSEC> quit + +before doing anything serious with Firebird. + +5) See documentation in %%DOCSDIR%%/ for more information. + +6) Some firebird tools were renamed for avoid conflicts with some other ports + + %%PREFIX%%/bin/isql -> %%PREFIX%%/bin/isql-fb + %%PREFIX%%/bin/gstat -> %%PREFIX%%/bin/fbstat + %%PREFIX%%/bin/gsplit -> %%PREFIX%%/bin/fbsplit + +6) Enjoy it ;) +EOM +} +] diff --git a/databases/firebird30-server/pkg-descr b/databases/firebird30-server/pkg-descr new file mode 100644 index 00000000000..f57481ef1af --- /dev/null +++ b/databases/firebird30-server/pkg-descr @@ -0,0 +1,12 @@ +Firebird is a relational database offering many ANSI SQL-99 features +that runs on Linux, Windows, and a variety of Unix platforms. Firebird +offers excellent concurrency, high performance, and powerful language +support for stored procedures and triggers. It has been used in +production systems, under a variety of names since 1981. + +Firebird is completely free of any registration, licensing or deployment +fees. It may be deployed freely for use with any third-party software, +whether commercial or not. + +WWW: https://sourceforge.net/projects/firebird/ +WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird30-server/pkg-install-server b/databases/firebird30-server/pkg-install-server new file mode 100644 index 00000000000..a8edb1989fc --- /dev/null +++ b/databases/firebird30-server/pkg-install-server @@ -0,0 +1,41 @@ +#!/bin/sh + +PATH=/bin:/usr/bin:/usr/sbin + +buildwarning() { +cat < + +.if ${ARCH} == "amd64" +CFLAGS+= -DAMD64 +.endif + +.if !defined(CLIENT_ONLY) +USERS= ${PORTNAME} +GROUPS= ${USERS} + +MAKE_ENV+= IsServer=Y +.endif + +post-patch: + ${FIND} ${WRKSRC} -name "*.sh" -exec ${CHMOD} +x {} \+ + ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${WRKSRC}/builds/install/misc/firebird.conf + +pre-build: +.if !defined(CLIENT_ONLY) + @${SETENV} PKG_PREFIX="${STAGEDIR}${PREFIX}" ${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL +.endif + ${MAKE} -C ${WRKSRC}/extern/btyacc + +do-install: +.if !defined(CLIENT_ONLY) + ${INSTALL_PROGRAM} ${UTIL_BIN:S!^!${WRKSRC}/gen/Release/firebird/bin/!} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${UTIL_SBIN:S!^!${WRKSRC}/gen/Release/firebird/bin/!} ${STAGEDIR}${PREFIX}/sbin + + @${MKDIR} ${STAGEDIR}${PREFIX}/${CONFDIR} + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/databases.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/databases.conf.sample + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/fbtrace.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/fbtrace.conf + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/replication.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/replication.conf.sample + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/plugins.conf.sample + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/plugins/udr_engine.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/udr_engine.conf.sample + + ${MKDIR} ${STAGEDIR}${LIBEXECDIR}/plugins/udr ${STAGEDIR}${LOCALSTATEDIR}/help ${STAGEDIR}${LIBEXECDIR}/intl \ + ${STAGEDIR}${LIBEXECDIR}/tzdata ${STAGEDIR}${EXAMPLESDIR} + + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/lib/libib_util.so ${STAGEDIR}${PREFIX}/lib + + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/intl/fbintl.conf ${STAGEDIR}${LIBEXECDIR}/intl/fbintl.conf + ${INSTALL_FB} -m 0555 ${UDR_SO:S!^!${WRKSRC}/gen/Release/firebird/plugins/udr/!} ${STAGEDIR}${LIBEXECDIR}/plugins/udr + ${INSTALL_FB} -m 0444 ${UDR_SQL:S!^!${WRKSRC}/gen/Release/firebird/plugins/udr/!} ${STAGEDIR}${LIBEXECDIR}/plugins/udr + ${INSTALL_FB} -m 0555 ${PLUGIN_SO:S!^!${WRKSRC}/gen/Release/firebird/plugins/!} ${STAGEDIR}${LIBEXECDIR}/plugins + ${INSTALL_FB} -m 0444 ${TZDATA_FILES:S!^!${WRKSRC}/gen/Release/firebird/tzdata/!} ${STAGEDIR}${LIBEXECDIR}/tzdata + + ${INSTALL_FB} -m 0660 ${WRKSRC}/gen/Release/firebird/security4.fdb ${STAGEDIR}${LOCALSTATEDIR}/security4.fdb.sample + ${INSTALL_FB} -m 0660 ${WRKSRC}/gen/Release/firebird/examples/empbuild/employee.fdb ${STAGEDIR}${EXAMPLESDIR}/employee.fdb + ${INSTALL_FB} -m 0660 ${WRKSRC}/gen/Release/firebird/examples/empbuild/employe2.sql ${STAGEDIR}${EXAMPLESDIR}/employe2.sql + + ${INSTALL_FB} -m 0440 ${WRKSRC}/gen/Release/firebird/help/help.fdb ${STAGEDIR}${LOCALSTATEDIR}/help + + ${INSTALL_FB} -m 0555 ${WRKSRC}/gen/Release/firebird/intl/libfbintl.so ${STAGEDIR}${LIBEXECDIR}/intl/libfbintl.so +.else +# defined CLIENT_ONLY + ${INSTALL_PROGRAM} ${CLIENT_BIN:S!^!${WRKSRC}/gen/Release/firebird/bin/!} ${STAGEDIR}${PREFIX}/bin + + ${SED} -e "s=%%PREFIX%%=${PREFIX}=g" ${WRKSRC}/gen/Release/firebird/firebird.conf > ${WRKDIR}/firebird.conf + + @${MKDIR} ${STAGEDIR}${PREFIX}/${CONFDIR} + ${INSTALL_DATA} ${WRKDIR}/firebird.conf ${STAGEDIR}${PREFIX}/${CONFDIR}/firebird.conf.sample + + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/lib/libfbclient.so.${PORTVERSION} \ + ${STAGEDIR}${PREFIX}/lib + + ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so.4 + ${LN} -fs libfbclient.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/libfbclient.so + + @${MKDIR} ${STAGEDIR}${PREFIX}/include/firebird + ${INSTALL_DATA} ${CLIENT_HEADER:S!^!${WRKSRC}/src/!} ${STAGEDIR}${PREFIX}/include + + @cd ${WRKSRC}/src/include/firebird && \ + ${FIND} * -type d -exec ${MKDIR} "${STAGEDIR}${PREFIX}/include/firebird/{}" \; + + @cd ${WRKSRC}/src/include/firebird && \ + ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${STAGEDIR}${PREFIX}/include/firebird/{}" \; + + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/gen/Release/firebird/*.msg ${STAGEDIR}${DATADIR} + +post-install-DOCS-on: + @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" + @${MKDIR} ${FB_DOCS_DIRS:S!^!${STAGEDIR}${DOCSDIR}/!} + ${INSTALL_DATA} ${FB_DOCS_FILES:S!^!${WRKSRC}/doc/!} ${STAGEDIR}${DOCSDIR} + ${LN} -sf README.user ${STAGEDIR}${DOCSDIR}/README + ${INSTALL_DATA} ${WRKSRC}/doc/sql.extensions/* ${STAGEDIR}${DOCSDIR}/sql.extensions + ${INSTALL_DATA} ${WRKSRC}/doc/license/* ${STAGEDIR}${DOCSDIR}/license + ${INSTALL_DATA} ${WRKSRC}/src/misc/upgrade/v3.0/* ${STAGEDIR}${DOCSDIR}/upgrade +.endif + +.include diff --git a/databases/firebird40-server/distinfo b/databases/firebird40-server/distinfo new file mode 100644 index 00000000000..f106b999cca --- /dev/null +++ b/databases/firebird40-server/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624676837 +SHA256 (firebird/Firebird-4.0.0.2496-0.tar.xz) = c155b8893e39d27c90f164d4865a7940749f47e971c7da6cf4828c980c708a57 +SIZE (firebird/Firebird-4.0.0.2496-0.tar.xz) = 30522192 diff --git a/databases/firebird40-server/files/firebird.in b/databases/firebird40-server/files/firebird.in new file mode 100644 index 00000000000..f054b265940 --- /dev/null +++ b/databases/firebird40-server/files/firebird.in @@ -0,0 +1,61 @@ +#!/bin/sh + +# PROVIDE: firebird +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following line to /etc/rc.conf to enable Firebird Database: +# +# +# firebird_enable: Set it to "YES" to enable firebird. +# Default is "NO". +# firebird_flags: Set options to run firebird. +# Default is "-el /var/db/firebird". +# firebird_pidfile: Set full path to pid file. +# Default is "/var/run/firebird.pid". +# + +. /etc/rc.subr + +name=firebird +rcvar=firebird_enable + +load_rc_config $name + +firebird_enable=${firebird_enable:-"NO"} +firebird_flags=${firebird_flags:-"-el /var/db/firebird"} +firebird_pidfile=${firebird_pidfile:-"/var/run/${name}.pid"} +firebird_user=firebird + +command=%%PREFIX%%/sbin/firebird +command_args="${firebird_flags} &" +pidfile=${firebird_pidfile} +start_precmd="start_precmd" +start_postcmd="start_postcmd" +stop_postcmd="stop_postcmd" +reload_postcmd="reload_postcmd" + +start_precmd() +{ + touch ${firebird_pidfile} + chown "${firebird_user}:wheel" ${firebird_pidfile} || + err 1 "Cannot chown ${firebird_pidfile}" +} + +start_postcmd() +{ + pgrep -u ${firebird_user} ${name} > ${firebird_pidfile} +} + +stop_postcmd() +{ + rm -f ${pidfile} +} + +reload_postcmd() +{ + rm -f ${pidfile} + run_rc_command start +} + +run_rc_command "$1" diff --git a/databases/firebird40-server/files/patch-builds-posix-prefix.freebsd b/databases/firebird40-server/files/patch-builds-posix-prefix.freebsd new file mode 100644 index 00000000000..2cebaf3f937 --- /dev/null +++ b/databases/firebird40-server/files/patch-builds-posix-prefix.freebsd @@ -0,0 +1,19 @@ +--- builds/posix/prefix.freebsd 2021-05-29 10:05:05.000000000 -0500 ++++ builds/posix/prefix.freebsd 2021-06-25 23:06:32.268522000 -0500 +@@ -20,5 +20,14 @@ + + EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib + +-PROD_FLAGS=-O -fno-builtin -DFREEBSD -pipe -MMD -fPIC +-DEV_FLAGS=-ggdb -DFREEBSD -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor ++COMMON_FLAGS=-DFREEBSD -pipe -MMD -fPIC ++PROD_FLAGS=$(COMMON_FLAGS) -O0 -g -fno-builtin -Wno-deprecated ++DEV_FLAGS=$(COMMON_FLAGS) -ggdb -p -Wall -Wno-non-virtual-dtor ++ ++# This file must be compiled with SSE4.2 support ++%/CRC32C.o: COMMON_FLAGS += -msse4 ++ ++# These files are generated incorrectly (e.g. array.epp => array.cpp) ++%/array.o %/blob.o %/alice_meta.o %/restore.o %/backup.o: COMMON_FLAGS += -Wno-narrowing ++%/OdsDetection.o %/dba.o: COMMON_FLAGS += -Wno-narrowing ++ diff --git a/databases/firebird40-server/files/patch-builds-posix-prefix.freebsd_amd64 b/databases/firebird40-server/files/patch-builds-posix-prefix.freebsd_amd64 new file mode 100644 index 00000000000..dd0f1ae3922 --- /dev/null +++ b/databases/firebird40-server/files/patch-builds-posix-prefix.freebsd_amd64 @@ -0,0 +1,19 @@ +--- builds/posix/prefix.freebsd_amd64.orig 2020-10-20 08:40:05 UTC ++++ builds/posix/prefix.freebsd_amd64 +@@ -20,5 +20,13 @@ + + EXE_LINK_OPTIONS+=-Wl,-rpath,../gen/firebird/lib + +-PROD_FLAGS=-O -fno-builtin -DFREEBSD -DAMD64 -pipe -MMD -fPIC +-DEV_FLAGS=-ggdb -DFREEBSD -DAMD64 -pipe -MMD -p -fPIC -Wall -Wno-non-virtual-dtor ++COMMON_FLAGS=-DFREEBSD -DAMD64 -pipe -MMD -fPIC ++PROD_FLAGS=$(COMMON_FLAGS) -O0 -g -fno-builtin -Wno-deprecated ++DEV_FLAGS=$(COMMON_FLAGS) -ggdb -p -Wall -Wno-non-virtual-dtor ++ ++# This file must be compiled with SSE4.2 support ++%/CRC32C.o: COMMON_FLAGS += -msse4 ++ ++# These files are generated incorrectly (e.g. array.epp => array.cpp) ++%/array.o %/blob.o %/alice_meta.o %/restore.o %/backup.o: COMMON_FLAGS += -Wno-narrowing ++%/OdsDetection.o %/dba.o: COMMON_FLAGS += -Wno-narrowing + diff --git a/databases/firebird40-server/files/patch-builds-posix_Makefile.in b/databases/firebird40-server/files/patch-builds-posix_Makefile.in new file mode 100644 index 00000000000..db17745394e --- /dev/null +++ b/databases/firebird40-server/files/patch-builds-posix_Makefile.in @@ -0,0 +1,28 @@ +--- builds/posix/Makefile.in 2021-05-29 10:05:05.000000000 -0500 ++++ builds/posix/Makefile.in 2021-06-25 22:10:51.733207000 -0500 +@@ -277,11 +277,13 @@ + $(MAKE) boot + $(MAKE) yvalve + $(MAKE) engine ++ifeq ($(IsServer), Y) + $(MAKE) fbintl + $(MAKE) utilities ++endif + # Now having ready such useful tools as gbak and isql, we may restore / create + # required databases and switch to full-featured gpre +- $(MAKE) gpre ++ $(MAKE) gbak gfix gpre + # Pay attention - after build force gpre_current to point to gpre + # even if gpre itself was not rebuilt + -$(RM) $(GPRE_CURRENT) +@@ -290,8 +292,10 @@ + # In developer mode we must regenerate various files in include/gen + $(MAKE) codes + endif ++ifeq ($(IsServer), Y) + $(MAKE) plugins + $(MAKE) examples ++endif + $(MAKE) rest + + diff --git a/databases/firebird40-server/files/patch-builds-posix_Makefile.in.plugins_examples b/databases/firebird40-server/files/patch-builds-posix_Makefile.in.plugins_examples new file mode 100644 index 00000000000..f822d3e5132 --- /dev/null +++ b/databases/firebird40-server/files/patch-builds-posix_Makefile.in.plugins_examples @@ -0,0 +1,11 @@ +--- builds/posix/Makefile.in.plugins_examples 2021-05-29 10:05:05.000000000 -0500 ++++ builds/posix/Makefile.in.plugins_examples 2021-06-25 22:13:32.653450000 -0500 +@@ -101,7 +101,7 @@ + crypt_app: $(CRYPT_APP) + + $(CRYPT_APP): $(CA_Objects) +- $(EXE_LINK) $(LSB_UNDEF) $^ -o $@ $(FIREBIRD_LIBRARY_LINK) ++ $(EXE_LINK) $(LSB_UNDEF) $^ -o $@ $(LDFLAGS) $(FIREBIRD_LIBRARY_LINK) + + + include $(ROOT)/gen/make.shared.targets diff --git a/databases/firebird40-server/files/patch-builds_posix_empty.vers b/databases/firebird40-server/files/patch-builds_posix_empty.vers new file mode 100644 index 00000000000..598107119be --- /dev/null +++ b/databases/firebird40-server/files/patch-builds_posix_empty.vers @@ -0,0 +1,9 @@ +--- builds/posix/empty.vers.orig 2020-10-12 00:02:22 UTC ++++ builds/posix/empty.vers +@@ -21,3 +21,5 @@ + # Contributor(s): ______________________________________. + + main ++__progname ++environ + diff --git a/databases/firebird40-server/files/patch-builds_posix_make.defaults b/databases/firebird40-server/files/patch-builds_posix_make.defaults new file mode 100644 index 00000000000..2959d2fa028 --- /dev/null +++ b/databases/firebird40-server/files/patch-builds_posix_make.defaults @@ -0,0 +1,64 @@ +--- builds/posix/make.defaults 2020-10-20 03:40:05.000000000 -0500 ++++ builds/posix/make.defaults 2021-06-25 00:23:49.718147000 -0500 +@@ -134,7 +134,7 @@ + MATHLIB=@MATHLIB@ + + # switch to make sed edit files inplace +-INLINE_EDIT_SED:= -i ++INLINE_EDIT_SED:= -i "" + + # Default programs and tools to be used in the build process + +@@ -144,7 +144,7 @@ + CHMOD= chmod + CHMOD_6= chmod 666 + CHMOD_7= chmod 777 +-CHMOD_S7= chmod 06777 ++CHMOD_S7= chmod 04555 + MV= mv -f + TOUCH= touch + CP= cp +@@ -219,7 +219,7 @@ + #LibraryFileName=libfbclient + LibraryFileName=libfbclient + LibraryFullName=$(LibraryFileName).${SHRLIB_EXT}.${FirebirdVersion} +-LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.2 ++LibrarySoName=$(LibraryFileName).${SHRLIB_EXT}.4 + LibraryBaseName=$(LibraryFileName).${SHRLIB_EXT} + + LIBFIREBIRD_FULLNAME = $(LIB)/$(LibraryFullName) +@@ -240,7 +240,7 @@ + + ifeq ($(EDITLINE_FLG),Y) + ifeq ($(STD_EDITLINE), true) +- LIBEDITLINE := -l$(READLINE) ++ LIBEDITLINE := $(shell pkgconf libedit --libs) + else + LIBEDITLINE := $(LIB)/libedit.a + endif +@@ -362,7 +362,7 @@ + GDS_DROP = $(BIN)/gds_drop$(EXEC_EXT) + FBSVCMGR = $(BIN)/fbsvcmgr$(EXEC_EXT) + FBTRACEMGR = $(BIN)/fbtracemgr$(EXEC_EXT) +-GSTAT = $(BIN)/gstat$(EXEC_EXT) ++GSTAT = $(BIN)/fbstat$(EXEC_EXT) + NBACKUP = $(BIN)/nbackup$(EXEC_EXT) + LOCKPRINT = $(BIN)/fb_lock_print$(EXEC_EXT) + GSEC = $(BIN)/gsec$(EXEC_EXT) +@@ -383,13 +383,13 @@ + QLI = $(BIN)/qli$(EXEC_EXT) + + # From isql +-ISQL = $(BIN)/isql$(EXEC_EXT) +-RUN_ISQL = $(RBIN)/isql$(EXEC_EXT) ++ISQL = $(BIN)/isql-fb$(EXEC_EXT) ++RUN_ISQL = $(RBIN)/isql-fb$(EXEC_EXT) + + # From burp + GBAK = $(BIN)/gbak$(EXEC_EXT) + RUN_GBAK = $(RBIN)/gbak$(EXEC_EXT) +-GSPLIT = $(BIN)/gsplit$(EXEC_EXT) ++GSPLIT = $(BIN)/fbsplit$(EXEC_EXT) + + # From gpre + # (gpre current is a link to one of the others) diff --git a/databases/firebird40-server/files/patch-examples-exauth_Makefile b/databases/firebird40-server/files/patch-examples-exauth_Makefile new file mode 100644 index 00000000000..f3dbff0604e --- /dev/null +++ b/databases/firebird40-server/files/patch-examples-exauth_Makefile @@ -0,0 +1,13 @@ +--- examples/extauth/Makefile 2021-05-29 10:05:05.000000000 -0500 ++++ examples/extauth/Makefile 2021-06-27 18:10:21.360951000 -0500 +@@ -61,8 +61,8 @@ + TCWRAP_objects=$(INTERMED)/TcWrapper.o + KEY_AUTH_objects=$(INTERMED)/ExtAuth.o + +-CXXFLAGS=-std=c++11 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE) +-LDFLAGS=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK) ++CXXFLAGS=-std=c++11 -pthread -I$(ROOT)/include -fPIC $(TOMCRYPT_COMPILE) ${CFLAGS} ++LDFLAGS+=-pthread -L$(LIB) -Wl,-rpath,'$$ORIGIN/../lib' $(TOMCRYPT_LINK) + + LINK_LIBS=-lfbclient -ltomcrypt -ltommath + diff --git a/databases/firebird40-server/files/patch-extern_btyacc_Makefile b/databases/firebird40-server/files/patch-extern_btyacc_Makefile new file mode 100644 index 00000000000..defaa3243e5 --- /dev/null +++ b/databases/firebird40-server/files/patch-extern_btyacc_Makefile @@ -0,0 +1,12 @@ +--- extern/btyacc/Makefile.orig 2020-10-12 00:02:22 UTC ++++ extern/btyacc/Makefile +@@ -42,7 +42,7 @@ OTHERS = README README.BYACC \ + all: $(PROGRAM) + + $(PROGRAM): $(OBJS) $(LIBS) +- $(CC) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) ++ $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROGRAM) $(OBJS) $(LIBS) + + clean:; rm -f $(OBJS) + + diff --git a/databases/firebird40-server/files/patch-extern_cloop_Makefile b/databases/firebird40-server/files/patch-extern_cloop_Makefile new file mode 100644 index 00000000000..ccc6f08bcc0 --- /dev/null +++ b/databases/firebird40-server/files/patch-extern_cloop_Makefile @@ -0,0 +1,24 @@ +--- extern/cloop/Makefile.orig 2020-10-12 00:02:22 UTC ++++ extern/cloop/Makefile +@@ -6,7 +6,7 @@ TARGET := release + + CC := $(CC) + CXX := $(CXX) +-LD := $(CXX) ++LD := $(CXX) $(LDFLAGS) + + SRC_DIR := src + BUILD_DIR := build +@@ -27,8 +27,9 @@ SRCS_CPP := $(foreach sdir,$(SRC_DIRS),$ + OBJS_C := $(patsubst $(SRC_DIR)/%.c,$(OBJ_DIR)/%.o,$(SRCS_C)) + OBJS_CPP := $(patsubst $(SRC_DIR)/%.cpp,$(OBJ_DIR)/%.o,$(SRCS_CPP)) + +-C_FLAGS := -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter +-CXX_FLAGS := $(C_FLAGS) ++COMMON_C_FLAGS := -ggdb -fPIC -MMD -MP -W -Wall -Wno-unused-parameter ++C_FLAGS := $(COMMON_C_FLAGS) $(CFLAGS) $(CPPFLAGS) ++CXX_FLAGS := $(COMMON_C_FLAGS) $(CXXFLAGS) $(CPPFLAGS) + FPC_FLAGS := -Mdelphi + + ifeq ($(TARGET),release) + diff --git a/databases/firebird40-server/files/patch-src-jrd-os-posix_unix.cpp b/databases/firebird40-server/files/patch-src-jrd-os-posix_unix.cpp new file mode 100644 index 00000000000..6c9dc50ba31 --- /dev/null +++ b/databases/firebird40-server/files/patch-src-jrd-os-posix_unix.cpp @@ -0,0 +1,25 @@ +--- src/jrd/os/posix/unix.cpp 2021-06-22 00:38:07.434896000 -0500 ++++ src/jrd/os/posix/unix.cpp 2021-06-22 00:43:54.988645000 -0500 +@@ -56,6 +56,13 @@ + #include + #endif + ++#ifdef FREEBSD ++#include ++#define BLKGETSIZE64 DIOCGMEDIASIZE ++#define BLKGETSIZE DIOCGMEDIASIZE ++#define BLKSSZGET DIOCGSECTORSIZE ++#endif ++ + #endif //SUPPORT_RAW_DEVICES + + #include "../jrd/jrd.h" +@@ -495,7 +502,7 @@ + // Looks like any OS needs own ioctl() to determine raw device size + #undef HAS_RAW_SIZE + +-#ifdef LINUX ++#if defined(LINUX) || defined(FREEBSD) + #ifdef BLKGETSIZE64 + if (ioctl(file->fil_desc, BLKGETSIZE64, &length) != 0) + #endif /*BLKGETSIZE64*/ diff --git a/databases/firebird40-server/files/patch-src_remote_SockAddr.h b/databases/firebird40-server/files/patch-src_remote_SockAddr.h new file mode 100644 index 00000000000..30297137c2c --- /dev/null +++ b/databases/firebird40-server/files/patch-src_remote_SockAddr.h @@ -0,0 +1,25 @@ +--- src/remote/SockAddr.h.orig 2020-10-12 00:02:22 UTC ++++ src/remote/SockAddr.h +@@ -112,11 +112,13 @@ public: + + #define AF_INET6_POSIX 10 + #define AF_INET6_WINDOWS 23 ++#define AF_INET6_BSD 28 + #define AF_INET6_DARWIN 30 + + #if AF_INET6 == AF_INET6_POSIX + #elif AF_INET6 == AF_INET6_WINDOWS + #elif AF_INET6 == AF_INET6_DARWIN ++#elif AF_INET6 == AF_INET6_BSD + #else + #error Unknown value of AF_INET6 ! + #endif +@@ -132,6 +134,7 @@ inline void SockAddr::checkAndFixFamily( + case AF_INET6_POSIX: + case AF_INET6_WINDOWS: + case AF_INET6_DARWIN: ++ case AF_INET6_BSD: + data.sock.sa_family = AF_INET6; + fb_assert(len == sizeof(sockaddr_in6)); + break; + diff --git a/databases/firebird40-server/files/patch-src_remote_inet.cpp b/databases/firebird40-server/files/patch-src_remote_inet.cpp new file mode 100644 index 00000000000..6b45a4f61e7 --- /dev/null +++ b/databases/firebird40-server/files/patch-src_remote_inet.cpp @@ -0,0 +1,25 @@ +--- src/remote/inet.cpp.orig 2020-10-20 08:40:05 UTC ++++ src/remote/inet.cpp +@@ -962,7 +962,7 @@ rem_port* INET_connect(const TEXT* name, + gai_hints.ai_family = ((host.hasData() || !ipv6) ? AF_UNSPEC : AF_INET6); + gai_hints.ai_socktype = SOCK_STREAM; + +-#if !defined(WIN_NT) && !defined(__clang__) ++#if !defined(WIN_NT) && !defined(__FreeBSD__) && !defined(__DragonFly__) + gai_hints.ai_protocol = SOL_TCP; + #else + gai_hints.ai_protocol = IPPROTO_TCP; +@@ -1176,6 +1176,12 @@ static rem_port* listener_socket(rem_port* port, USHOR + setFastLoopbackOption(port); + + inet_ports->registerPort(port); ++ ++ char *parent_pid; ++ if (parent_pid = getenv("FB_SIGNAL_PROCESS")) ++ { ++ kill(atoi(parent_pid), SIGUSR1); ++ } + + if (flag & SRVR_multi_client) + { + diff --git a/databases/firebird40-server/files/pkg-message.in b/databases/firebird40-server/files/pkg-message.in new file mode 100644 index 00000000000..912b494e7c0 --- /dev/null +++ b/databases/firebird40-server/files/pkg-message.in @@ -0,0 +1,43 @@ +[ +{ type: install + message: < modify SYSDBA -pw newpassword + GSEC> quit + +before doing anything serious with Firebird. + +5) See documentation in %%DOCSDIR%%/ for more information. + +6) Some firebird tools were renamed for avoid conflicts with some other ports + + %%PREFIX%%/bin/isql -> %%PREFIX%%/bin/isql-fb + %%PREFIX%%/bin/gstat -> %%PREFIX%%/bin/fbstat + %%PREFIX%%/bin/gsplit -> %%PREFIX%%/bin/fbsplit + +7) Enjoy it ;) +EOM +} +] diff --git a/databases/firebird40-server/pkg-descr b/databases/firebird40-server/pkg-descr new file mode 100644 index 00000000000..f57481ef1af --- /dev/null +++ b/databases/firebird40-server/pkg-descr @@ -0,0 +1,12 @@ +Firebird is a relational database offering many ANSI SQL-99 features +that runs on Linux, Windows, and a variety of Unix platforms. Firebird +offers excellent concurrency, high performance, and powerful language +support for stored procedures and triggers. It has been used in +production systems, under a variety of names since 1981. + +Firebird is completely free of any registration, licensing or deployment +fees. It may be deployed freely for use with any third-party software, +whether commercial or not. + +WWW: https://sourceforge.net/projects/firebird/ +WWW: http://www.firebirdsql.org/ diff --git a/databases/firebird40-server/pkg-install-server b/databases/firebird40-server/pkg-install-server new file mode 100644 index 00000000000..b4d11c67b57 --- /dev/null +++ b/databases/firebird40-server/pkg-install-server @@ -0,0 +1,41 @@ +#!/bin/sh + +PATH=/bin:/usr/bin:/usr/sbin + +buildwarning() { +cat <0:archivers/liblz4 \ ${BUILD_DEPENDS_${ARCH}} BUILD_DEPENDS_aarch64= libunwind>0:devel/libunwind BUILD_DEPENDS_amd64= libunwind>0:devel/libunwind +BUILD_DEPENDS_armv7= libunwind>0:devel/libunwind BUILD_DEPENDS_i386= libunwind>0:devel/libunwind BUILD_DEPENDS_powerpc64= libunwind>0:devel/libunwind BUILD_DEPENDS_powerpc64le= libunwind>0:devel/libunwind diff --git a/databases/ods2sql/Makefile b/databases/ods2sql/Makefile index 332fd367b9c..f004e9bff10 100644 --- a/databases/ods2sql/Makefile +++ b/databases/ods2sql/Makefile @@ -1,6 +1,6 @@ PORTNAME= ods2sql DISTVERSION= 0.4.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= databases MAINTAINER= yuri@FreeBSD.org diff --git a/databases/ods2sql/files/patch-powerpc b/databases/ods2sql/files/patch-powerpc new file mode 100644 index 00000000000..42b298e3eb6 --- /dev/null +++ b/databases/ods2sql/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/databases/p5-DBIx-Connector/Makefile b/databases/p5-DBIx-Connector/Makefile index 74b8797c540..f9b688df0be 100644 --- a/databases/p5-DBIx-Connector/Makefile +++ b/databases/p5-DBIx-Connector/Makefile @@ -14,4 +14,6 @@ TEST_DEPENDS= p5-Test-MockModule>=0:devel/p5-Test-MockModule USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include diff --git a/databases/plpgsql_check/Makefile b/databases/plpgsql_check/Makefile index ac6fdb990de..8f3806e2d16 100644 --- a/databases/plpgsql_check/Makefile +++ b/databases/plpgsql_check/Makefile @@ -1,7 +1,7 @@ # Created by: Jov PORTNAME= plpgsql_check -PORTVERSION= 1.16.0 +PORTVERSION= 1.16.1 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= postgresql${PGSQL_VER_NODOT}- diff --git a/databases/plpgsql_check/distinfo b/databases/plpgsql_check/distinfo index 38c4ab3eee9..f7d39db26c3 100644 --- a/databases/plpgsql_check/distinfo +++ b/databases/plpgsql_check/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618319930 -SHA256 (okbob-plpgsql_check-v1.16.0_GH0.tar.gz) = a0dbaacb60373f2b9808611a69886778c4354507f5c5274f668d01574bafa63f -SIZE (okbob-plpgsql_check-v1.16.0_GH0.tar.gz) = 288709 +TIMESTAMP = 1624189675 +SHA256 (okbob-plpgsql_check-v1.16.1_GH0.tar.gz) = 354bd29a46c68a2f9b4e6d99bad6bdfee942f46fc70731f5b9d4bc7a34a5907d +SIZE (okbob-plpgsql_check-v1.16.1_GH0.tar.gz) = 289481 diff --git a/databases/postgresql14-server/Makefile b/databases/postgresql14-server/Makefile index 5a81904ba74..ad926e7d919 100644 --- a/databases/postgresql14-server/Makefile +++ b/databases/postgresql14-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier PORTNAME?= postgresql -DISTVERSION?= 14beta1 +DISTVERSION?= 14beta2 # PORTREVISION must be ?= otherwise, all slave ports get this PORTREVISION and # not their own. Probably best to keep it at ?=0 when reset here too. PORTREVISION?= 2 diff --git a/databases/postgresql14-server/distinfo b/databases/postgresql14-server/distinfo index d6266bbce9b..7d9d0104fcb 100644 --- a/databases/postgresql14-server/distinfo +++ b/databases/postgresql14-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620992128 -SHA256 (postgresql/postgresql-14beta1.tar.bz2) = c490ddf325444bd1381e1691e8e96814867a10b81ef73a74dc10323f7d143052 -SIZE (postgresql/postgresql-14beta1.tar.bz2) = 22521041 +TIMESTAMP = 1624362482 +SHA256 (postgresql/postgresql-14beta2.tar.bz2) = ffe64a76f50a2363443c1c9dc2195138933e931e351b74fb35a7935eae7c60a5 +SIZE (postgresql/postgresql-14beta2.tar.bz2) = 22555641 diff --git a/databases/postgresql14-server/pkg-plist-server b/databases/postgresql14-server/pkg-plist-server index 841fadeb92b..f4614a1219b 100644 --- a/databases/postgresql14-server/pkg-plist-server +++ b/databases/postgresql14-server/pkg-plist-server @@ -789,9 +789,11 @@ lib/postgresql/utf8_and_win.so %%NLS%%share/locale/el/LC_MESSAGES/initdb-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_archivecleanup-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_checksums-14.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_controldata-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_ctl-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_test_fsync-14.mo %%NLS%%share/locale/el/LC_MESSAGES/pg_test_timing-14.mo +%%NLS%%share/locale/el/LC_MESSAGES/pg_waldump-14.mo %%NLS%%share/locale/es/LC_MESSAGES/initdb-14.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-14.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-14.mo diff --git a/databases/puppetdb-terminus6/Makefile b/databases/puppetdb-terminus6/Makefile index 7a5e5085772..0570035ec2e 100644 --- a/databases/puppetdb-terminus6/Makefile +++ b/databases/puppetdb-terminus6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb-terminus -PORTVERSION= 6.16.1 +PORTVERSION= 6.17.0 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 diff --git a/databases/puppetdb-terminus6/distinfo b/databases/puppetdb-terminus6/distinfo index e7097c2e087..f9e24d134d0 100644 --- a/databases/puppetdb-terminus6/distinfo +++ b/databases/puppetdb-terminus6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808092 -SHA256 (puppetdb-6.16.1.tar.gz) = 7a0dac5e179c4bf794ff1eb056ba30428d6038eaa68020d8415ea07e73e998f4 -SIZE (puppetdb-6.16.1.tar.gz) = 47183696 +TIMESTAMP = 1624643062 +SHA256 (puppetdb-6.17.0.tar.gz) = 18ed449cfe943b8ac98ed9e53da5e1dcd0b6b4e76ce7fce20a17cc8d1acbd907 +SIZE (puppetdb-6.17.0.tar.gz) = 47451344 diff --git a/databases/puppetdb-terminus6/files/patch-Makefile b/databases/puppetdb-terminus6/files/patch-Makefile index 9b0c30d8777..9776d79eb66 100644 --- a/databases/puppetdb-terminus6/files/patch-Makefile +++ b/databases/puppetdb-terminus6/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 15:58:02 UTC +--- Makefile.orig 2021-06-17 22:24:51 UTC +++ Makefile @@ -1,7 +1,7 @@ prefix = /usr/local @@ -13,22 +13,22 @@ install-puppetdb-termini: -- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" - install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" - install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" - install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" +- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" +- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" +- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" +- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" +- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" +- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" +- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" +- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" +- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" +- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" +- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" +- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" +- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" @@ -41,22 +41,22 @@ + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" -+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" + install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -+ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" + install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" + install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" ++ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" ++ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" ++ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" ++ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" ++ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" ++ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" ++ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" ++ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" ++ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" ++ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" ++ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" ++ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" ++ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" install-rpm-sysv-init: install-rpm-preinst install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/puppetdb-terminus7/Makefile b/databases/puppetdb-terminus7/Makefile index 2db85ab2d95..e044188ca42 100644 --- a/databases/puppetdb-terminus7/Makefile +++ b/databases/puppetdb-terminus7/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb-terminus -PORTVERSION= 7.3.1 +PORTVERSION= 7.4.1 CATEGORIES= databases ruby MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 7 diff --git a/databases/puppetdb-terminus7/distinfo b/databases/puppetdb-terminus7/distinfo index 9216df15aaa..55e4d1a8241 100644 --- a/databases/puppetdb-terminus7/distinfo +++ b/databases/puppetdb-terminus7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808236 -SHA256 (puppetdb-7.3.1.tar.gz) = 182856800949e87129008db00bd20171ca310ef7d7b3556ab0c39fb029dae69c -SIZE (puppetdb-7.3.1.tar.gz) = 47173502 +TIMESTAMP = 1624643197 +SHA256 (puppetdb-7.4.1.tar.gz) = b7f69991fc953c950dfff479601ee4b9feb651c06515a024fec6a4b834e0a055 +SIZE (puppetdb-7.4.1.tar.gz) = 47409868 diff --git a/databases/puppetdb-terminus7/files/patch-Makefile b/databases/puppetdb-terminus7/files/patch-Makefile index 10b1f7cdbe0..fc5b9e5800e 100644 --- a/databases/puppetdb-terminus7/files/patch-Makefile +++ b/databases/puppetdb-terminus7/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 16:01:00 UTC +--- Makefile.orig 2021-06-17 22:24:06 UTC +++ Makefile @@ -1,7 +1,7 @@ prefix = /usr/local @@ -13,22 +13,22 @@ install-puppetdb-termini: -- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" - install -Dm 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" - install -Dm 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" - install -Dm 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" +- install -Dm 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" +- install -Dm 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" +- install -Dm 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" +- install -Dm 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" +- install -Dm 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" +- install -Dm 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" +- install -Dm 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" +- install -Dm 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" +- install -Dm 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" +- install -Dm 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" +- install -Dm 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" +- install -Dm 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" +- install -Dm 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/face/node" @@ -41,22 +41,22 @@ + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/reports" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util" + install -d -m 0755 "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb" -+ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" -+ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" -+ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" -+ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" -+ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" -+ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" -+ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" -+ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" + install -m 0644 puppet/functions/puppetdb_query.rb "$(DESTDIR)$(rubylibdir)/puppet/functions/puppetdb_query.rb" -+ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" -+ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" -+ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" -+ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" + install -m 0644 puppet/face/node/status.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/status.rb" + install -m 0644 puppet/face/node/deactivate.rb "$(DESTDIR)$(rubylibdir)/puppet/face/node/deactivate.rb" ++ install -m 0644 puppet/indirector/facts/puppetdb_apply.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb_apply.rb" ++ install -m 0644 puppet/indirector/facts/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/facts/puppetdb.rb" ++ install -m 0644 puppet/indirector/node/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/node/puppetdb.rb" ++ install -m 0644 puppet/indirector/catalog/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/catalog/puppetdb.rb" ++ install -m 0644 puppet/indirector/resource/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/indirector/resource/puppetdb.rb" ++ install -m 0644 puppet/reports/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/reports/puppetdb.rb" ++ install -m 0644 puppet/util/puppetdb/char_encoding.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/char_encoding.rb" ++ install -m 0644 puppet/util/puppetdb/http.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/http.rb" ++ install -m 0644 puppet/util/puppetdb/command.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command.rb" ++ install -m 0644 puppet/util/puppetdb/config.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/config.rb" ++ install -m 0644 puppet/util/puppetdb/command_names.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/command_names.rb" ++ install -m 0644 puppet/util/puppetdb/atom.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb/atom.rb" ++ install -m 0644 puppet/util/puppetdb.rb "$(DESTDIR)$(rubylibdir)/puppet/util/puppetdb.rb" install-rpm-sysv-init: install-rpm-preinst install -d -m 0755 "$(DESTDIR)$(initdir)" diff --git a/databases/puppetdb6/Makefile b/databases/puppetdb6/Makefile index c30f3f6915d..99b19d09dd5 100644 --- a/databases/puppetdb6/Makefile +++ b/databases/puppetdb6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb -PORTVERSION= 6.16.1 +PORTVERSION= 6.17.0 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 6 diff --git a/databases/puppetdb6/distinfo b/databases/puppetdb6/distinfo index 5058c2f03e5..d4c87c752f3 100644 --- a/databases/puppetdb6/distinfo +++ b/databases/puppetdb6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808076 -SHA256 (puppetdb-6.16.1.tar.gz) = 7a0dac5e179c4bf794ff1eb056ba30428d6038eaa68020d8415ea07e73e998f4 -SIZE (puppetdb-6.16.1.tar.gz) = 47183696 +TIMESTAMP = 1624643019 +SHA256 (puppetdb-6.17.0.tar.gz) = 18ed449cfe943b8ac98ed9e53da5e1dcd0b6b4e76ce7fce20a17cc8d1acbd907 +SIZE (puppetdb-6.17.0.tar.gz) = 47451344 diff --git a/databases/puppetdb6/files/patch-Makefile b/databases/puppetdb6/files/patch-Makefile index 807dfefd876..5ac09daa257 100644 --- a/databases/puppetdb6/files/patch-Makefile +++ b/databases/puppetdb6/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 15:58:02 UTC +--- Makefile.orig 2021-06-17 22:24:51 UTC +++ Makefile @@ -1,24 +1,24 @@ -prefix = /usr/local @@ -17,23 +17,23 @@ install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb" install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb" - install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d" -- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" -- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" -- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" -- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" -- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" - install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml" - install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml" - install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg" +- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" +- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" +- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" +- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" +- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" + install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d" -+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" -+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" -+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" -+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" -+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" + install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample" + install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample" + install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample" ++ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" ++ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" ++ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" ++ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" ++ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps" install -d -m 0755 "$(DESTDIR)$(bindir)" diff --git a/databases/puppetdb7/Makefile b/databases/puppetdb7/Makefile index 6b3e91aeef3..2a6fc854862 100644 --- a/databases/puppetdb7/Makefile +++ b/databases/puppetdb7/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetdb -PORTVERSION= 7.3.1 +PORTVERSION= 7.4.1 CATEGORIES= databases java MASTER_SITES= https://downloads.puppetlabs.com/puppetdb/ PKGNAMESUFFIX= 7 diff --git a/databases/puppetdb7/distinfo b/databases/puppetdb7/distinfo index 4bb8bf9e0d1..528b3495fba 100644 --- a/databases/puppetdb7/distinfo +++ b/databases/puppetdb7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808254 -SHA256 (puppetdb-7.3.1.tar.gz) = 182856800949e87129008db00bd20171ca310ef7d7b3556ab0c39fb029dae69c -SIZE (puppetdb-7.3.1.tar.gz) = 47173502 +TIMESTAMP = 1624643211 +SHA256 (puppetdb-7.4.1.tar.gz) = b7f69991fc953c950dfff479601ee4b9feb651c06515a024fec6a4b834e0a055 +SIZE (puppetdb-7.4.1.tar.gz) = 47409868 diff --git a/databases/puppetdb7/files/patch-Makefile b/databases/puppetdb7/files/patch-Makefile index 4cc572232ed..dc106373bd5 100644 --- a/databases/puppetdb7/files/patch-Makefile +++ b/databases/puppetdb7/files/patch-Makefile @@ -1,4 +1,4 @@ ---- Makefile.orig 2021-04-21 16:01:00 UTC +--- Makefile.orig 2021-06-17 22:24:06 UTC +++ Makefile @@ -1,24 +1,24 @@ -prefix = /usr/local @@ -17,23 +17,23 @@ install -m 0774 ext/ezbake-functions.sh "$(DESTDIR)$(datadir)/puppetdb" install -m 0644 ext/ezbake.manifest "$(DESTDIR)$(datadir)/puppetdb" - install -d -m 0755 "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d" -- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" -- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" -- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" -- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" -- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" - install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/request-logging.xml" - install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/logback.xml" - install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/bootstrap.cfg" +- install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/auth.conf" +- install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/config.ini" +- install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/repl.ini" +- install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/database.ini" +- install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetlabs/puppetdb/conf.d/jetty.ini" + install -d -m 0755 "$(DESTDIR)$(confdir)/puppetdb/conf.d" -+ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" -+ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" -+ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" -+ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" -+ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" + install -m 0644 ext/config/request-logging.xml "$(DESTDIR)$(confdir)/puppetdb/request-logging.xml.sample" + install -m 0644 ext/config/logback.xml "$(DESTDIR)$(confdir)/puppetdb/logback.xml.sample" + install -m 0644 ext/config/bootstrap.cfg "$(DESTDIR)$(confdir)/puppetdb/bootstrap.cfg.sample" ++ install -m 0644 ext/config/conf.d/auth.conf "$(DESTDIR)$(confdir)/puppetdb/conf.d/auth.conf.sample" ++ install -m 0644 ext/config/conf.d/config.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/config.ini.sample" ++ install -m 0644 ext/config/conf.d/repl.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/repl.ini.sample" ++ install -m 0644 ext/config/conf.d/database.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/database.ini.sample" ++ install -m 0644 ext/config/conf.d/jetty.ini "$(DESTDIR)$(confdir)/puppetdb/conf.d/jetty.ini.sample" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli" install -d -m 0755 "$(DESTDIR)$(datadir)/puppetdb/cli/apps" install -d -m 0755 "$(DESTDIR)$(bindir)" diff --git a/databases/pypy-gdbm/Makefile b/databases/pypy-gdbm/Makefile deleted file mode 100644 index 34924154524..00000000000 --- a/databases/pypy-gdbm/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: David Naylor - -PORTNAME= gdbm -PORTREVISION= 1 -CATEGORIES= databases python - -MAINTAINER= python@FreeBSD.org -COMMENT= PyPy bindings to the GNU dbm library - -LICENSE= GPLv2+ - -DEPRECATED= Uses EOL Python 2.7 via lang/pypy -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libgdbm.so:databases/gdbm - -CFFI_NAME= ffi - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" -.include diff --git a/databases/pypy-gdbm/pkg-descr b/databases/pypy-gdbm/pkg-descr deleted file mode 100644 index df0b3614ce1..00000000000 --- a/databases/pypy-gdbm/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -PyPy bindings to the GNU dbm library. diff --git a/databases/pypy-sqlite3/Makefile b/databases/pypy-sqlite3/Makefile deleted file mode 100644 index 98a79601520..00000000000 --- a/databases/pypy-sqlite3/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Created by: David Naylor - -PORTNAME= sqlite3 -CATEGORIES= databases python - -MAINTAINER= python@FreeBSD.org -COMMENT= Standard PyPy binding to the SQLite3 library - -DEPRECATED= Uses EOL Python 2.7 via lang/pypy -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libsqlite3.so:databases/sqlite3 - -CFFI_NAME= _ffi - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" -.include diff --git a/databases/pypy-sqlite3/pkg-descr b/databases/pypy-sqlite3/pkg-descr deleted file mode 100644 index 8d91da89239..00000000000 --- a/databases/pypy-sqlite3/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -SQLite is a library that provides a SQL-language database that -stores data in disk files without requiring a separate server -process. pysqlite provides a SQL interface compliant with the DB-API -2.0 specification described by PEP 249. This means that it should -be possible to write the first version of your applications using -SQLite for data storage. If switching to a larger database such as -PostgreSQL or Oracle is later necessary, the switch should be -relatively easy. diff --git a/databases/speedtables/Makefile b/databases/speedtables/Makefile index c894041c1e5..964cce9448f 100644 --- a/databases/speedtables/Makefile +++ b/databases/speedtables/Makefile @@ -1,7 +1,7 @@ # Created by: gahr PORTNAME= speedtables -PORTVERSION= 1.13.11 +PORTVERSION= 1.13.12 DISTVERSIONPREFIX= v PORTREVISION= 0 CATEGORIES= databases diff --git a/databases/speedtables/distinfo b/databases/speedtables/distinfo index 07b8fa6151f..aae65f1cd87 100644 --- a/databases/speedtables/distinfo +++ b/databases/speedtables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619105863 -SHA256 (flightaware-speedtables-v1.13.11_GH0.tar.gz) = 55e5fa9676c99859a5f72a1bda2eaf00d70c73a3dca6d11f171baf8865670339 -SIZE (flightaware-speedtables-v1.13.11_GH0.tar.gz) = 738962 +TIMESTAMP = 1624867979 +SHA256 (flightaware-speedtables-v1.13.12_GH0.tar.gz) = 1a6a5eeddf2ed5abdd3baf6f68f8b53676211faa93202a41274d3a8147539618 +SIZE (flightaware-speedtables-v1.13.12_GH0.tar.gz) = 739207 diff --git a/databases/tdbc/Makefile b/databases/tdbc/Makefile index e35afbf49fd..31f34ab3890 100644 --- a/databases/tdbc/Makefile +++ b/databases/tdbc/Makefile @@ -1,10 +1,10 @@ # Created by: Pietro Cerutti PORTNAME= tdbc -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.2 PORTREVISION= 0 CATEGORIES= databases -MASTER_SITES= SF/tcl/Tcl/8.6.10 +MASTER_SITES= SF/tcl/Tcl/8.6.11 DISTFILES= ${PORTNAME}${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= tcltk@FreeBSD.org diff --git a/databases/tdbc/distinfo b/databases/tdbc/distinfo index 82a39325fba..27403de1b20 100644 --- a/databases/tdbc/distinfo +++ b/databases/tdbc/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1572857829 -SHA256 (tdbc1.1.1.tar.gz) = 0df2132b0c783df094aba8d24d8f3277d906b83d738c0f53868e0b8c564a7631 -SIZE (tdbc1.1.1.tar.gz) = 184232 -SHA256 (tdbcmysql1.1.1.tar.gz) = f828bdabf304cee868fb0752adf95111277f256f4e2e49da74ea327f46f1866a -SIZE (tdbcmysql1.1.1.tar.gz) = 179401 -SHA256 (tdbcodbc1.1.1.tar.gz) = 9dbf5930ccd46c92d8d5da264e165f7c78fd8e91ac30f30e8ff464455b2807d1 -SIZE (tdbcodbc1.1.1.tar.gz) = 196488 -SHA256 (tdbcpostgres1.1.1.tar.gz) = b020601456e7a34e5c6d9a69ffdb093d1570734ae4f4422160441f5a6f022d85 -SIZE (tdbcpostgres1.1.1.tar.gz) = 174437 -SHA256 (tdbcsqlite3-1.1.1.tar.gz) = 186772e519d161951aecdf37e13366f3bdc8f13161e8c748b7cc36f6d89f9d99 -SIZE (tdbcsqlite3-1.1.1.tar.gz) = 142260 +TIMESTAMP = 1624881373 +SHA256 (tdbc1.1.2.tar.gz) = 9c1f4aff19f65c05b32549aea910b6aef21e2ef4d630f20bc4848230a6cc1983 +SIZE (tdbc1.1.2.tar.gz) = 184547 +SHA256 (tdbcmysql1.1.2.tar.gz) = 13d5a0d9fd438520f5b360ba738bd16feffac94514e19348393446cf0c23dad3 +SIZE (tdbcmysql1.1.2.tar.gz) = 179456 +SHA256 (tdbcodbc1.1.2.tar.gz) = ffe9f10c525047f6742b547a861c7a8950d25da9262098cee07030b459836862 +SIZE (tdbcodbc1.1.2.tar.gz) = 196596 +SHA256 (tdbcpostgres1.1.2.tar.gz) = 9731ae756f1c8bb12e03870885120d2f949a545ecb996526053c484a05dc2a1a +SIZE (tdbcpostgres1.1.2.tar.gz) = 174458 +SHA256 (tdbcsqlite3-1.1.2.tar.gz) = 664cdc5f831724fa42247009f1377aa97d956b0e8cfc8b4973818813aafdd925 +SIZE (tdbcsqlite3-1.1.2.tar.gz) = 141698 diff --git a/databases/xls2txt/Makefile b/databases/xls2txt/Makefile index 102ae71c350..4d3222d5820 100644 --- a/databases/xls2txt/Makefile +++ b/databases/xls2txt/Makefile @@ -1,6 +1,6 @@ PORTNAME= xls2txt DISTVERSION= 1.0.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= databases textproc MAINTAINER= yuri@FreeBSD.org diff --git a/databases/xls2txt/files/patch-powerpc b/databases/xls2txt/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/databases/xls2txt/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/deskutils/calibre/Makefile b/deskutils/calibre/Makefile index eecbe45cdfd..93a43b9c430 100644 --- a/deskutils/calibre/Makefile +++ b/deskutils/calibre/Makefile @@ -1,8 +1,7 @@ # Created by: stas PORTNAME= calibre -PORTVERSION= 5.21.0 -PORTREVISION= 1 +PORTVERSION= 5.22.1 CATEGORIES= deskutils python MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/ @@ -23,7 +22,8 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libmtp.so:multimedia/libmtp \ libfreetype.so:print/freetype2 \ libhunspell-1.7.so:textproc/hunspell \ - libhyphen.so:textproc/hyphen + libhyphen.so:textproc/hyphen \ + libstemmer.so:textproc/snowballstemmer BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \ diff --git a/deskutils/calibre/distinfo b/deskutils/calibre/distinfo index 03e379d4359..c96cd1ea48a 100644 --- a/deskutils/calibre/distinfo +++ b/deskutils/calibre/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623400758 -SHA256 (calibre-5.21.0.tar.xz) = 458b6b2dcc6bcf63676c327277192e88333cf9545d89806855d31b4c17e20257 -SIZE (calibre-5.21.0.tar.xz) = 36749232 +TIMESTAMP = 1624652194 +SHA256 (calibre-5.22.1.tar.xz) = 93c5e30ff08159694283d08a6b43c37e01a8454c6e7eb66a071e677c2681b516 +SIZE (calibre-5.22.1.tar.xz) = 36703544 diff --git a/deskutils/calibre/pkg-plist b/deskutils/calibre/pkg-plist index 700ee966753..c86940d851f 100644 --- a/deskutils/calibre/pkg-plist +++ b/deskutils/calibre/pkg-plist @@ -74,6 +74,7 @@ lib/calibre/calibre/db/tests/__init__.py lib/calibre/calibre/db/tests/add_remove.py lib/calibre/calibre/db/tests/base.py lib/calibre/calibre/db/tests/filesystem.py +lib/calibre/calibre/db/tests/fts.py lib/calibre/calibre/db/tests/legacy.py lib/calibre/calibre/db/tests/locking.py lib/calibre/calibre/db/tests/main.py @@ -753,14 +754,6 @@ lib/calibre/calibre/gui2/cover_flow.py lib/calibre/calibre/gui2/covers.py lib/calibre/calibre/gui2/css_transform_rules.py lib/calibre/calibre/gui2/custom_column_widgets.py -lib/calibre/calibre/gui2/dbus_export/__init__.py -lib/calibre/calibre/gui2/dbus_export/demo.py -lib/calibre/calibre/gui2/dbus_export/gtk.py -lib/calibre/calibre/gui2/dbus_export/menu.py -lib/calibre/calibre/gui2/dbus_export/menu2.py -lib/calibre/calibre/gui2/dbus_export/tray.py -lib/calibre/calibre/gui2/dbus_export/utils.py -lib/calibre/calibre/gui2/dbus_export/widgets.py lib/calibre/calibre/gui2/device.py lib/calibre/calibre/gui2/device_drivers/__init__.py lib/calibre/calibre/gui2/device_drivers/configwidget.py @@ -1179,6 +1172,7 @@ lib/calibre/calibre/plugins/podofo.so lib/calibre/calibre/plugins/progress_indicator.so lib/calibre/calibre/plugins/speedup.so lib/calibre/calibre/plugins/sqlite_custom.so +lib/calibre/calibre/plugins/sqlite_extension.so lib/calibre/calibre/plugins/tokenizer.so lib/calibre/calibre/plugins/unicode_names.so lib/calibre/calibre/prints.py @@ -1246,7 +1240,6 @@ lib/calibre/calibre/utils/complete.py lib/calibre/calibre/utils/config.py lib/calibre/calibre/utils/config_base.py lib/calibre/calibre/utils/date.py -lib/calibre/calibre/utils/dbus_service.py lib/calibre/calibre/utils/exim.py lib/calibre/calibre/utils/file_type_icons.py lib/calibre/calibre/utils/filenames.py diff --git a/deskutils/just/Makefile b/deskutils/just/Makefile index cc762450a36..7f0cc477ce4 100644 --- a/deskutils/just/Makefile +++ b/deskutils/just/Makefile @@ -1,5 +1,6 @@ PORTNAME= just DISTVERSION= 0.9.5 +PORTREVISION= 1 CATEGORIES= deskutils MAINTAINER= yuri@FreeBSD.org diff --git a/deskutils/just/files/patch-powerpc b/deskutils/just/files/patch-powerpc new file mode 100644 index 00000000000..6289d3e5be9 --- /dev/null +++ b/deskutils/just/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/deskutils/plasma5-milou/distinfo b/deskutils/plasma5-milou/distinfo index eb9f98f2b7b..6ad4e95979d 100644 --- a/deskutils/plasma5-milou/distinfo +++ b/deskutils/plasma5-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866571 -SHA256 (KDE/plasma/5.22.1/milou-5.22.1.tar.xz) = 98ed1f0fe0f4dbc73645a04512593d129a1ff5367b9fb43660922fa9540f0d44 -SIZE (KDE/plasma/5.22.1/milou-5.22.1.tar.xz) = 52584 +TIMESTAMP = 1624729959 +SHA256 (KDE/plasma/5.22.2.1/milou-5.22.2.1.tar.xz) = 4d582d966fd3eb338a2a57c04fe37ffcfed9d24e20c503dfe77236b031550f8f +SIZE (KDE/plasma/5.22.2.1/milou-5.22.2.1.tar.xz) = 52676 diff --git a/deskutils/plasma5-sddm-kcm/distinfo b/deskutils/plasma5-sddm-kcm/distinfo index 994f7c7ae21..032f7a491e0 100644 --- a/deskutils/plasma5-sddm-kcm/distinfo +++ b/deskutils/plasma5-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866572 -SHA256 (KDE/plasma/5.22.1/sddm-kcm-5.22.1.tar.xz) = c4f4afbce00d7c280753f4b35998ae3df1e81d2f3bcee0d13f5be5fad2477e41 -SIZE (KDE/plasma/5.22.1/sddm-kcm-5.22.1.tar.xz) = 64460 +TIMESTAMP = 1624729960 +SHA256 (KDE/plasma/5.22.2.1/sddm-kcm-5.22.2.1.tar.xz) = df2d13e23554f73246ea13e419a9774cf011e5258a2bfb324bade0ff7d368981 +SIZE (KDE/plasma/5.22.2.1/sddm-kcm-5.22.2.1.tar.xz) = 64468 diff --git a/deskutils/remind/Makefile b/deskutils/remind/Makefile index 79a727c81a0..949ff47ac36 100644 --- a/deskutils/remind/Makefile +++ b/deskutils/remind/Makefile @@ -1,17 +1,34 @@ # Created by: Lewis Thompson PORTNAME= remind -PORTVERSION= 3.1.16 +DISTVERSION= 03.03.07 CATEGORIES= deskutils MASTER_SITES= https://dianne.skoll.ca/projects/remind/download/ -DISTNAME= ${PORTNAME}-03.01.16 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@fuz.su COMMENT= Sophisticated calendar and alarm program LICENSE= GPLv2 -OPTIONS_DEFINE= TCLTK +OPTIONS_DEFINE= TCLTK A4 +OPTIONS_RADIO= LANGUAGE +OPTIONS_RADIO_LANGUAGE= LANG_DE LANG_NL LANG_FI LANG_FR LANG_NN \ + LANG_DA LANG_PL LANG_PBR LANG_IT LANG_RO LANG_ES LANG_IS + +A4_DESC= Use A4 instead of Letter paper + +LANG.DE= GERMAN +LANG.NL= DUTCH +LANG.FI= FINNISH +LANG.FR= FRENCH +LANG.NN= NORWEGIAN +LANG.DA= DANISH +LANG.PL= POLISH +LANG.BPR= BRAZPORT +LANG.IT= ITALIAN +LANG.RO= ROMANIAN +LANG.ES= SPANISH +LANG.IS= ICELANDIC GNU_CONFIGURE= yes MAKE_ARGS= INSTALL_SCRIPT="${INSTALL_SCRIPT}" @@ -23,12 +40,17 @@ PLIST_FILES= bin/rem \ man/man1/rem2ps.1.gz \ man/man1/remind.1.gz +TCLTK_USES= tk +TCLTK_RUN_DEPENDS= dtplite:devel/tcllib +TCLTK_PLIST_FILES= bin/cm2rem.tcl \ + bin/tkremind \ + man/man1/cm2rem.1.gz \ + man/man1/tkremind.1.gz + .include -.if ${PORT_OPTIONS:MTCLTK} -USES= tk -RUN_DEPENDS+= dtplite:devel/tcllib -PLIST_FILES+= bin/cm2rem.tcl bin/tkremind +.if ${PORT_OPTIONS:MLANG_??} +CFLAGS+= -DLANG=${${PORT_OPTIONS:MLANG_??:S/_/./}} .endif post-patch: @@ -54,7 +76,7 @@ post-patch: .if defined(LOCATION) @${REINPLACE_CMD} -e 's#Ottawa#${LOCATION}#' ${WRKSRC}/src/custom.h .endif -.if defined(A4) +.if defined(A4) || ${PORT_OPTIONS:MA4} @${REINPLACE_CMD} -e 's#"Letter", 612, 792#"A4", 595, 842#' ${WRKSRC}/src/custom.h .endif .if ${PORT_OPTIONS:MTCLTK} diff --git a/deskutils/remind/distinfo b/deskutils/remind/distinfo index 09a71a5529d..5b1575b4ee7 100644 --- a/deskutils/remind/distinfo +++ b/deskutils/remind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559907097 -SHA256 (remind-03.01.16.tar.gz) = eeb79bd4019d23a033fe3e86c672d960399db6a27c747e5b466ad55831dfca93 -SIZE (remind-03.01.16.tar.gz) = 354521 +TIMESTAMP = 1624644769 +SHA256 (remind-03.03.07.tar.gz) = 87c94e29d1e18954ff5d22247d7eca307ce621e11d22c14208f903f68a3b8a3d +SIZE (remind-03.03.07.tar.gz) = 404576 diff --git a/devel/Makefile b/devel/Makefile index 510475116a5..4865e103c5c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -579,7 +579,6 @@ SUBDIR += elixir-quantum SUBDIR += elixir-smppex SUBDIR += elixir-timex - SUBDIR += elixir-tirexs SUBDIR += elixir-trailing_format_plug SUBDIR += elixir-tzdata SUBDIR += elixir-unsafe @@ -843,7 +842,6 @@ SUBDIR += glui SUBDIR += gmake SUBDIR += gn - SUBDIR += gnatpython SUBDIR += gnome-builder SUBDIR += gnome-common SUBDIR += gnu-efi @@ -887,6 +885,7 @@ SUBDIR += gradle SUBDIR += gradle-completion SUBDIR += gradle5 + SUBDIR += gradle6 SUBDIR += gradle62 SUBDIR += grantlee5 SUBDIR += grcov @@ -1224,7 +1223,6 @@ SUBDIR += libgudev SUBDIR += libgutenfetch SUBDIR += libhash - SUBDIR += libhid SUBDIR += libhoard SUBDIR += libhtp SUBDIR += libhyve-remote @@ -1256,6 +1254,7 @@ SUBDIR += libmba SUBDIR += libmill SUBDIR += libmimedir + SUBDIR += libmodi SUBDIR += libmowgli SUBDIR += libmowgli2 SUBDIR += libmpcbdm @@ -1277,8 +1276,6 @@ SUBDIR += libopkele SUBDIR += liborcus SUBDIR += libosinfo - SUBDIR += libosmo-abis - SUBDIR += libosmocore SUBDIR += libowfat SUBDIR += libpafe SUBDIR += libpafe-ruby @@ -4323,6 +4320,7 @@ SUBDIR += py-cson SUBDIR += py-csv23 SUBDIR += py-ctags + SUBDIR += py-ctypesgen SUBDIR += py-curio SUBDIR += py-cursive SUBDIR += py-curtsies @@ -4580,6 +4578,7 @@ SUBDIR += py-jsondiff SUBDIR += py-jsonform SUBDIR += py-jsonlines + SUBDIR += py-jsonnet SUBDIR += py-jsonpatch SUBDIR += py-jsonpath-rw SUBDIR += py-jsonpickle @@ -5199,6 +5198,9 @@ SUBDIR += py-txaio SUBDIR += py-typechecks SUBDIR += py-typed-ast + SUBDIR += py-types-PyYAML + SUBDIR += py-types-protobuf + SUBDIR += py-types-requests SUBDIR += py-typing-extensions SUBDIR += py-typing-inspect SUBDIR += py-tzlocal @@ -6980,7 +6982,6 @@ SUBDIR += vcglib SUBDIR += vera++ SUBDIR += vexcl - SUBDIR += viewvc SUBDIR += viewvc-devel SUBDIR += violet SUBDIR += vitables diff --git a/devel/R-cran-broom/Makefile b/devel/R-cran-broom/Makefile index 470fbfe3efa..398524a139e 100644 --- a/devel/R-cran-broom/Makefile +++ b/devel/R-cran-broom/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= broom -DISTVERSION= 0.7.7 +DISTVERSION= 0.7.8 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-broom/distinfo b/devel/R-cran-broom/distinfo index 7856782a289..12e88a38441 100644 --- a/devel/R-cran-broom/distinfo +++ b/devel/R-cran-broom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623660897 -SHA256 (broom_0.7.7.tar.gz) = b05286dd46ae2bb96c796c51729f00bd48807f32ab426f426a9adac68b183aa0 -SIZE (broom_0.7.7.tar.gz) = 632928 +TIMESTAMP = 1624615399 +SHA256 (broom_0.7.8.tar.gz) = 757a670a272917864278d8fc34f69fa213e28b8f00f0ab94874d445b8a8a6241 +SIZE (broom_0.7.8.tar.gz) = 632611 diff --git a/devel/R-cran-cpp11/Makefile b/devel/R-cran-cpp11/Makefile index 21364489579..51d54afa8bd 100644 --- a/devel/R-cran-cpp11/Makefile +++ b/devel/R-cran-cpp11/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpp11 -PORTVERSION= 0.2.7 +PORTVERSION= 0.3.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-cpp11/distinfo b/devel/R-cran-cpp11/distinfo index 70b4d4f1bb6..d12ec8405fc 100644 --- a/devel/R-cran-cpp11/distinfo +++ b/devel/R-cran-cpp11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617092968 -SHA256 (cpp11_0.2.7.tar.gz) = 1d4154c0d8ef4b564eea828ebebc836b7dbdc89a0848a840dd98173b07f661d4 -SIZE (cpp11_0.2.7.tar.gz) = 199530 +TIMESTAMP = 1624679029 +SHA256 (cpp11_0.3.1.tar.gz) = 478d421b07c5cb022dafb2ad1fcec474e8afec5f6f983258505ac5d54f015af0 +SIZE (cpp11_0.3.1.tar.gz) = 217952 diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile index cfaaf8b3885..f9f555b3663 100644 --- a/devel/bingrep/Makefile +++ b/devel/bingrep/Makefile @@ -1,7 +1,7 @@ PORTNAME= bingrep DISTVERSIONPREFIX= v DISTVERSION= 0.8.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/bingrep/files/patch-powerpc b/devel/bingrep/files/patch-powerpc new file mode 100644 index 00000000000..9b827e1ca4f --- /dev/null +++ b/devel/bingrep/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/cargo-c/Makefile b/devel/cargo-c/Makefile index 7a7c879a6ee..c3b9e19996b 100644 --- a/devel/cargo-c/Makefile +++ b/devel/cargo-c/Makefile @@ -1,6 +1,7 @@ PORTNAME= cargo-c DISTVERSION= 0.8.3 DISTVERSIONSUFFIX= +cargo-0.54 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/devel/cargo-generate/Makefile b/devel/cargo-generate/Makefile index 46ce57d8fa8..0afc36f7bf7 100644 --- a/devel/cargo-generate/Makefile +++ b/devel/cargo-generate/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-generate DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/cargo-generate/files/patch-powerpc b/devel/cargo-generate/files/patch-powerpc new file mode 100644 index 00000000000..3f39bfd451c --- /dev/null +++ b/devel/cargo-generate/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.92/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/cmake-doc/Makefile b/devel/cmake-doc/Makefile index a5e004eb144..0b9576bcc92 100644 --- a/devel/cmake-doc/Makefile +++ b/devel/cmake-doc/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmake -DISTVERSION= 3.20.3 +DISTVERSION= 3.20.4 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -doc diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 45eeab53c6a..b5b89f38153 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -1,5 +1,5 @@ PORTNAME= cmake -DISTVERSION= 3.20.3 +DISTVERSION= 3.20.4 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile index 6b96b302f39..b8b79c29ebb 100644 --- a/devel/dbus-tcl/Makefile +++ b/devel/dbus-tcl/Makefile @@ -1,8 +1,8 @@ # Created by: gahr PORTNAME= dbus-tcl -PORTVERSION= 2.1 -PORTREVISION= 2 +PORTVERSION= 2.2 +PORTREVISION= 0 CATEGORIES= devel MASTER_SITES= https://chiselapp.com/user/schelte/repository/dbus/uv/ DISTNAME= dbus-${PORTVERSION} @@ -23,14 +23,13 @@ PORTDOCS= * TEST_TARGET= do-test -PLIST_FILES= lib/dbus/libdbus21.so.1 \ +PLIST_FILES= lib/dbus/lib${TCL_PKG}.so.1 \ lib/dbus/pkgIndex.tcl \ man/mann/dbus.n.gz post-patch: ${REINPLACE_CMD} \ -e '/^INSTALL_PROGRAM/s|$$| -s|' \ - -e 's|\$$\+|$$>|' \ ${WRKSRC}/Makefile.in do-test: diff --git a/devel/dbus-tcl/distinfo b/devel/dbus-tcl/distinfo index c7922772180..a986ca62750 100644 --- a/devel/dbus-tcl/distinfo +++ b/devel/dbus-tcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588663324 -SHA256 (dbus-2.1.tar.gz) = 03f5314d5ba334a498ca30dac492a88ba9300480a0c0a4d39231c54b21654bb8 -SIZE (dbus-2.1.tar.gz) = 159437 +TIMESTAMP = 1624883352 +SHA256 (dbus-2.2.tar.gz) = 651863ce10563084f09b01d9a13bbeabc5cd359946fa47c942e23a4bd8ac1500 +SIZE (dbus-2.2.tar.gz) = 164288 diff --git a/devel/desed/Makefile b/devel/desed/Makefile index 73e11e543f0..c366f7f2b52 100644 --- a/devel/desed/Makefile +++ b/devel/desed/Makefile @@ -1,6 +1,6 @@ PORTNAME= desed DISTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/dtool/Makefile b/devel/dtool/Makefile index ec5e4105da6..1f75d9d9eef 100644 --- a/devel/dtool/Makefile +++ b/devel/dtool/Makefile @@ -1,7 +1,7 @@ PORTNAME= dtool DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 72e206671b8..06057e4053a 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -2,7 +2,7 @@ PORTNAME= efl DISTVERSION= 1.25.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment @@ -326,7 +326,7 @@ MESON_ARGS+= -Degl=true USE_GL= egl .endif -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/devel/elixir-tirexs/Makefile b/devel/elixir-tirexs/Makefile deleted file mode 100644 index 5b4b4ad678f..00000000000 --- a/devel/elixir-tirexs/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -PORTNAME= tirexs -PORTVERSION= 0.8.15 -DISTVERSIONPREFIX= v -CATEGORIES= devel -PKGNAMEPREFIX= elixir- - -MAINTAINER= erlang@FreeBSD.org -COMMENT= ElasticSearch client library for Elixir - -LICENSE= APACHE20 - -IGNORE= does not build with Elixir 1.5 - -USES= elixir -USE_GITHUB= yes -GH_ACCOUNT= Zatvobor - -MIX_BUILD_DEPS= devel/elixir-exjsx -MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} - -OPTIONS_DEFINE= DOCS - -.include diff --git a/devel/elixir-tirexs/distinfo b/devel/elixir-tirexs/distinfo deleted file mode 100644 index efd335dd4f8..00000000000 --- a/devel/elixir-tirexs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1493057648 -SHA256 (Zatvobor-tirexs-v0.8.15_GH0.tar.gz) = 4a2b8fcddb34547f083bff0c6b37006c958bcb896f0b3857f1e132def0af3867 -SIZE (Zatvobor-tirexs-v0.8.15_GH0.tar.gz) = 43300 diff --git a/devel/elixir-tirexs/files/patch-mix.exs b/devel/elixir-tirexs/files/patch-mix.exs deleted file mode 100644 index 8c1876a04c5..00000000000 --- a/devel/elixir-tirexs/files/patch-mix.exs +++ /dev/null @@ -1,10 +0,0 @@ ---- mix.exs.orig 2017-02-11 13:08:56 UTC -+++ mix.exs -@@ -11,7 +11,6 @@ defmodule Tirexs.Mixfile do - elixir: "~> 1.3.0 or ~> 1.4.1", - description: description(), - package: package(), -- deps: deps(), - docs: [extras: ["README.md", "CONTRIBUTING.md"]] - ] - end diff --git a/devel/elixir-tirexs/pkg-descr b/devel/elixir-tirexs/pkg-descr deleted file mode 100644 index 441e13a7cfc..00000000000 --- a/devel/elixir-tirexs/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An Elixir flavored HTTP client and DSL library for ElasticSearch. - -WWW: https://github.com/Zatvobor/tirexs diff --git a/devel/elixir-tirexs/pkg-plist b/devel/elixir-tirexs/pkg-plist deleted file mode 100644 index 61923c08ba4..00000000000 --- a/devel/elixir-tirexs/pkg-plist +++ /dev/null @@ -1,58 +0,0 @@ -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Bulk.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.Behaviour.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.Logic.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.ENV.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.ElasticSearch.Settings.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.HTTP.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Index.Logic.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Index.Settings.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Logger.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Manage.Aliases.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Mapping.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.MultiGet.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Percolator.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.Filter.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.Logic.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.APIs.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Document.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Indices.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Search.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Aggs.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Rescore.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Suggest.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Warmer.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.beam -lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.beam -lib/elixir/lib/tirexs/ebin/tirexs.app -lib/elixir/lib/tirexs/lib/tirexs.ex -lib/elixir/lib/tirexs/lib/tirexs/bulk.ex -lib/elixir/lib/tirexs/lib/tirexs/dsl.ex -lib/elixir/lib/tirexs/lib/tirexs/dsl/behaviour.ex -lib/elixir/lib/tirexs/lib/tirexs/dsl/logic.ex -lib/elixir/lib/tirexs/lib/tirexs/elastic_search/settings.ex -lib/elixir/lib/tirexs/lib/tirexs/env.ex -lib/elixir/lib/tirexs/lib/tirexs/http.ex -lib/elixir/lib/tirexs/lib/tirexs/index/logic.ex -lib/elixir/lib/tirexs/lib/tirexs/index/settings.ex -lib/elixir/lib/tirexs/lib/tirexs/logger.ex -lib/elixir/lib/tirexs/lib/tirexs/manage/aliases.ex -lib/elixir/lib/tirexs/lib/tirexs/mapping.ex -lib/elixir/lib/tirexs/lib/tirexs/multi_get.ex -lib/elixir/lib/tirexs/lib/tirexs/percolator.ex -lib/elixir/lib/tirexs/lib/tirexs/query.ex -lib/elixir/lib/tirexs/lib/tirexs/query/filter.ex -lib/elixir/lib/tirexs/lib/tirexs/query/logic.ex -lib/elixir/lib/tirexs/lib/tirexs/resources.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/apis.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/document.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/indices.ex -lib/elixir/lib/tirexs/lib/tirexs/resources/search.ex -lib/elixir/lib/tirexs/lib/tirexs/search.ex -lib/elixir/lib/tirexs/lib/tirexs/search/aggs.ex -lib/elixir/lib/tirexs/lib/tirexs/search/rescore.ex -lib/elixir/lib/tirexs/lib/tirexs/search/suggest.ex -lib/elixir/lib/tirexs/lib/tirexs/search/warmer.ex -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/devel/fatal/Makefile b/devel/fatal/Makefile index 014aa8d4970..21ac38eb5e2 100644 --- a/devel/fatal/Makefile +++ b/devel/fatal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fatal DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fatal/distinfo b/devel/fatal/distinfo index 3900df1440b..9c3b847ea22 100644 --- a/devel/fatal/distinfo +++ b/devel/fatal/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779446 -SHA256 (facebook-fatal-v2021.06.14.00_GH0.tar.gz) = 6e17844580d01b22ae444e0895a9efd0f72035f0a3cea992fc2414fa9521d813 -SIZE (facebook-fatal-v2021.06.14.00_GH0.tar.gz) = 655065 +TIMESTAMP = 1624773451 +SHA256 (facebook-fatal-v2021.06.21.00_GH0.tar.gz) = 0d431ed74bb2b4e5e80a697893de965b6a79f90344b255d56dbcf0105dec1915 +SIZE (facebook-fatal-v2021.06.21.00_GH0.tar.gz) = 655035 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index d9862cd1a32..56947ab1e39 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/fbthrift/distinfo b/devel/fbthrift/distinfo index 868ed130299..0d50001fa35 100644 --- a/devel/fbthrift/distinfo +++ b/devel/fbthrift/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779441 -SHA256 (facebook-fbthrift-v2021.06.14.00_GH0.tar.gz) = febfead042464fb50692efc5114c044c1bed6e9f327bf5eaccce888cbac35250 -SIZE (facebook-fbthrift-v2021.06.14.00_GH0.tar.gz) = 5642360 +TIMESTAMP = 1624773444 +SHA256 (facebook-fbthrift-v2021.06.21.00_GH0.tar.gz) = dc91db95318f59ea32144169974b049a40f8de18019f35ed1d6340d7d89787e4 +SIZE (facebook-fbthrift-v2021.06.21.00_GH0.tar.gz) = 5642004 diff --git a/devel/gbump/Makefile b/devel/gbump/Makefile index ce01b2a184d..7301f19961d 100644 --- a/devel/gbump/Makefile +++ b/devel/gbump/Makefile @@ -1,6 +1,6 @@ PORTNAME= gbump PORTVERSION= 1.0.1 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/devel/gbump/files/patch-powerpc b/devel/gbump/files/patch-powerpc new file mode 100644 index 00000000000..b075cabe539 --- /dev/null +++ b/devel/gbump/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/git-absorb/Makefile b/devel/git-absorb/Makefile index a320c929d18..cd1f4c4e9c5 100644 --- a/devel/git-absorb/Makefile +++ b/devel/git-absorb/Makefile @@ -1,6 +1,6 @@ PORTNAME= git-absorb DISTVERSION= 0.5.0 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= devel MAINTAINER= greg@unrelenting.technology diff --git a/devel/git-absorb/files/patch-powerpc b/devel/git-absorb/files/patch-powerpc new file mode 100644 index 00000000000..393d4ed4cad --- /dev/null +++ b/devel/git-absorb/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.59/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.59/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.59/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.59/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/git-delta/Makefile b/devel/git-delta/Makefile index aee9fca9360..2908dc1673e 100644 --- a/devel/git-delta/Makefile +++ b/devel/git-delta/Makefile @@ -1,6 +1,6 @@ PORTNAME= delta DISTVERSION= 0.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel PKGNAMEPREFIX= git- diff --git a/devel/git-delta/files/patch-powerpc b/devel/git-delta/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/devel/git-delta/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/gitui/Makefile b/devel/gitui/Makefile index 93241ce4f23..c3d8408319a 100644 --- a/devel/gitui/Makefile +++ b/devel/gitui/Makefile @@ -1,6 +1,7 @@ PORTNAME= gitui DISTVERSIONPREFIX= v DISTVERSION= 0.16.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/glab/Makefile b/devel/glab/Makefile index 6c43d90c719..6ebb2f75052 100644 --- a/devel/glab/Makefile +++ b/devel/glab/Makefile @@ -1,6 +1,6 @@ PORTNAME= glab DISTVERSIONPREFIX= v -DISTVERSION= 1.18.0 +DISTVERSION= 1.18.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/glab/distinfo b/devel/glab/distinfo index 15f5c665f04..1b02b3a8273 100644 --- a/devel/glab/distinfo +++ b/devel/glab/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623172417 -SHA256 (go/devel_glab/glab-v1.18.0/v1.18.0.mod) = 14d80fca0ff67aa1df77f1d9a2bb1992e299595ae5475ae5460d2b57b3d8836d -SIZE (go/devel_glab/glab-v1.18.0/v1.18.0.mod) = 1583 -SHA256 (go/devel_glab/glab-v1.18.0/v1.18.0.zip) = 5f81626236dac92a0265df0d7705a360eb0a0fcbd6856d9b976eaacbd29d658f -SIZE (go/devel_glab/glab-v1.18.0/v1.18.0.zip) = 16657455 +TIMESTAMP = 1624707605 +SHA256 (go/devel_glab/glab-v1.18.1/v1.18.1.mod) = 8b58be168f78caf48942c5149b05e63f08d64f0f7934d813a4725e93db1d34f9 +SIZE (go/devel_glab/glab-v1.18.1/v1.18.1.mod) = 1583 +SHA256 (go/devel_glab/glab-v1.18.1/v1.18.1.zip) = 4ddf0a04db9f0734b9389ba59bab99e64c3bc19271496a6c4285a57b8a30f095 +SIZE (go/devel_glab/glab-v1.18.1/v1.18.1.zip) = 16661803 diff --git a/devel/gnatpython/Makefile b/devel/gnatpython/Makefile deleted file mode 100644 index ef105ce5cd2..00000000000 --- a/devel/gnatpython/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: John Marino - -PORTNAME= gnatpython -PORTVERSION= ${SNAPSHOT} -CATEGORIES= devel -MASTER_SITES= http://downloads.dragonlace.net/src/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python package used in Ada testsuites - -LICENSE= GPLv3+ -LICENSE_FILE= ${WRKSRC}/COPYING3 - -SNAPSHOT= 20140224 -USES= python:2.7 tar:bzip2 -USE_PYTHON= distutils autoplist - -.include diff --git a/devel/gnatpython/distinfo b/devel/gnatpython/distinfo deleted file mode 100644 index 9c2ef792d02..00000000000 --- a/devel/gnatpython/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (gnatpython-20140224.tar.bz2) = a622c790dfcdb8c7b6fb77cdef8ce3b0fe96649bf5dd422216d21bacf34e12a8 -SIZE (gnatpython-20140224.tar.bz2) = 102940 diff --git a/devel/gnatpython/files/patch-setup__helpers.py b/devel/gnatpython/files/patch-setup__helpers.py deleted file mode 100644 index f2f2d841b2f..00000000000 --- a/devel/gnatpython/files/patch-setup__helpers.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup_helpers.py.orig 2015-06-21 09:00:45 UTC -+++ setup_helpers.py -@@ -28,7 +28,7 @@ def build_scripts_gnatpython(root_dir='' - os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit-NT.c' % - (root_dir, root_dir)) - else: -- os.system('gcc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % -+ os.system('cc -o %sscripts/rlimit %ssrc/rlimit/rlimit.c' % - (root_dir, root_dir)) - - # Update the scripts list diff --git a/devel/gnatpython/pkg-descr b/devel/gnatpython/pkg-descr deleted file mode 100644 index 6be9b6b2d19..00000000000 --- a/devel/gnatpython/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -GNATPython is a python package to ease development of testsuites and/or -build scripts in a portable way. It is an extension to Ada which exports -GNAT.Expect.TTY and requires the GNAT AUX compiler. - -WWW: https://forge.open-do.org/projects/gnatpython diff --git a/devel/golangci-lint/Makefile b/devel/golangci-lint/Makefile index b625a0d6277..a3352e65fce 100644 --- a/devel/golangci-lint/Makefile +++ b/devel/golangci-lint/Makefile @@ -1,6 +1,6 @@ PORTNAME= golangci-lint DISTVERSIONPREFIX= v -DISTVERSION= 1.40.1 +DISTVERSION= 1.41.1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USES= go:modules _BUILD_VERSION= ${DISTVERSION} -_BUILD_COMMIT= 625445b +_BUILD_COMMIT= a207480 _BUILD_DATE= $$(date -u "+%Y-%m-%dT%H:%M:%SZ") GO_MODULE= github.com/${PORTNAME:S/-lint//}/${PORTNAME} @@ -23,28 +23,32 @@ GO_BUILDFLAGS= -ldflags "\ -X main.commit=${_BUILD_COMMIT} \ -X main.date=${_BUILD_DATE}" -PLIST_FILES= bin/${PORTNAME} \ - etc/bash_completion.d/${PORTNAME} \ - share/zsh/site_functions/_${PORTNAME} PORTDOCS= CHANGELOG.md README.md PORTEXAMPLES= .golangci.example.yml -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= COMPLETIONS DOCS EXAMPLES +OPTIONS_DEFAULT= COMPLETIONS +OPTIONS_SUB= yes -post-build: -.for SHELL in bash zsh +COMPLETIONS_DESC= Build and install shell completions + +do-build-COMPLETIONS-on: +.for SHELL in bash fish zsh ${SETENV} ${MAKE_ENV} ${GO_ENV} ${GO_WRKDIR_BIN}/${PORTNAME} completion \ ${SHELL} > ${WRKSRC}/${SHELL} .endfor -post-install: +post-install-COMPLETIONS-on: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d \ - ${STAGEDIR}${PREFIX}/share/zsh/site_functions + ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d \ + ${STAGEDIR}${PREFIX}/share/zsh/site-functions ${INSTALL_DATA} ${WRKSRC}/bash \ ${STAGEDIR}${PREFIX}/etc/bash_completion.d/${PORTNAME} + ${INSTALL_DATA} ${WRKSRC}/fish \ + ${STAGEDIR}${PREFIX}/share/fish/vendor_completions.d/${PORTNAME}.fish ${INSTALL_DATA} ${WRKSRC}/zsh \ - ${STAGEDIR}${PREFIX}/share/zsh/site_functions/_${PORTNAME} + ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_${PORTNAME} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/devel/golangci-lint/distinfo b/devel/golangci-lint/distinfo index 9ffb48f20f0..b7f14846f52 100644 --- a/devel/golangci-lint/distinfo +++ b/devel/golangci-lint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621093352 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.mod) = c14eb3ef337cb54ad7ff100926887349beb291eaca3fbc9384f1269fcfd9283c -SIZE (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.mod) = 3988 -SHA256 (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.zip) = f046aa1013b7468d72020fe3f28acf394dd9a5dc9b03789bc322531705d63a5e -SIZE (go/devel_golangci-lint/golangci-lint-v1.40.1/v1.40.1.zip) = 1715628 +TIMESTAMP = 1624705749 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.mod) = 2b0111e279511bae28b0bd65e5c51774f1db8ecf317bbe65dbcaff71b4fd184b +SIZE (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.mod) = 3961 +SHA256 (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.zip) = 3840b6d200ea46ff1939415795b43fb73181d2ac5cebc5a4775c25697d68e0b2 +SIZE (go/devel_golangci-lint/golangci-lint-v1.41.1/v1.41.1.zip) = 1714680 diff --git a/devel/golangci-lint/pkg-plist b/devel/golangci-lint/pkg-plist new file mode 100644 index 00000000000..8942fc26095 --- /dev/null +++ b/devel/golangci-lint/pkg-plist @@ -0,0 +1,4 @@ +bin/golangci-lint +%%COMPLETIONS%%etc/bash_completion.d/golangci-lint +%%COMPLETIONS%%share/fish/vendor_completions.d/golangci-lint.fish +%%COMPLETIONS%%share/zsh/site-functions/_golangci-lint diff --git a/devel/google-perftools/Makefile b/devel/google-perftools/Makefile index ce48341c914..0c0ebbb68db 100644 --- a/devel/google-perftools/Makefile +++ b/devel/google-perftools/Makefile @@ -3,6 +3,7 @@ PORTNAME= google-perftools DISTVERSIONPREFIX= gperftools- DISTVERSION= 2.9.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= https://github.com/gperftools/gperftools/releases/download/gperftools-${PORTVERSION}/ DISTNAME= gperftools-${PORTVERSION} @@ -59,7 +60,7 @@ CONFIGURE_ARGS+=--enable-frame-pointers .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == amd64 || ${ARCH} == i386) +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/devel/goredo/Makefile b/devel/goredo/Makefile index d19076b9d49..4b8758ecb96 100644 --- a/devel/goredo/Makefile +++ b/devel/goredo/Makefile @@ -1,5 +1,5 @@ PORTNAME= goredo -DISTVERSION= 1.6.0 +DISTVERSION= 1.7.0 CATEGORIES= devel MASTER_SITES= http://www.goredo.cypherpunks.ru/download/ EXTRACT_SUFX= .tar.zst diff --git a/devel/goredo/distinfo b/devel/goredo/distinfo index 7ea4cfba294..3ca7651ad6c 100644 --- a/devel/goredo/distinfo +++ b/devel/goredo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624476535 -SHA256 (goredo-1.6.0.tar.zst) = afa9748bcc3185c68ef617ff8c71b229930eaace478943621fb52e398a83a898 -SIZE (goredo-1.6.0.tar.zst) = 396959 +TIMESTAMP = 1624569253 +SHA256 (goredo-1.7.0.tar.zst) = 88b22b311e43c5c4a6a114b0e837c8e7d710e264bc15a7592a8aa50d1de74243 +SIZE (goredo-1.7.0.tar.zst) = 399092 diff --git a/devel/gradle/Makefile b/devel/gradle/Makefile index 70053dc1163..1d86f4045ce 100644 --- a/devel/gradle/Makefile +++ b/devel/gradle/Makefile @@ -1,7 +1,7 @@ # Created by: Gasol Wu PORTNAME= gradle -PORTVERSION= 6.8.3 +PORTVERSION= 7.1 CATEGORIES= devel java MASTER_SITES= https://downloads.gradle.org/distributions/ EXTRACT_SUFX= -bin.zip diff --git a/devel/gradle/distinfo b/devel/gradle/distinfo index 9872c89e2e6..98dade6d438 100644 --- a/devel/gradle/distinfo +++ b/devel/gradle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614236462 -SHA256 (gradle-6.8.3-bin.zip) = 7faa7198769f872826c8ef4f1450f839ec27f0b4d5d1e51bade63667cbccd205 -SIZE (gradle-6.8.3-bin.zip) = 107843517 +TIMESTAMP = 1624785086 +SHA256 (gradle-7.1-bin.zip) = 2debee19271e1b82c6e41137d78e44e6e841035230a1a169ca47fd3fb09ed87b +SIZE (gradle-7.1-bin.zip) = 112229529 diff --git a/devel/gradle6/Makefile b/devel/gradle6/Makefile new file mode 100644 index 00000000000..e54a53479b1 --- /dev/null +++ b/devel/gradle6/Makefile @@ -0,0 +1,29 @@ +PORTNAME= gradle +PORTVERSION= 6.9 +CATEGORIES= devel java +MASTER_SITES= https://downloads.gradle.org/distributions/ +PKGNAMESUFFIX= 6 +EXTRACT_SUFX= -bin.zip + +MAINTAINER= ygy@FreeBSD.org +COMMENT= Project automation tool + +LICENSE= APACHE20 BSD3CLAUSE CDDL EPL LGPL21+ MIT MPL20 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= zip +USE_JAVA= yes +NO_ARCH= yes +NO_BUILD= yes +SUB_FILES= gradle +SUB_LIST= JAVA=${JAVA} \ + PORTVERSION=${PORTVERSION} +PLIST_FILES= bin/gradle +PORTDATA= * + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/gradle ${STAGEDIR}${PREFIX}/bin/gradle + (cd ${WRKSRC} && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR}) + +.include diff --git a/devel/gradle6/distinfo b/devel/gradle6/distinfo new file mode 100644 index 00000000000..377857ed10c --- /dev/null +++ b/devel/gradle6/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624750882 +SHA256 (gradle-6.9-bin.zip) = 765442b8069c6bee2ea70713861c027587591c6b1df2c857a23361512560894e +SIZE (gradle-6.9-bin.zip) = 108129558 diff --git a/devel/gradle6/files/gradle.in b/devel/gradle6/files/gradle.in new file mode 100644 index 00000000000..25d4d31d87f --- /dev/null +++ b/devel/gradle6/files/gradle.in @@ -0,0 +1,2 @@ +#!/bin/sh +exec "java" -Dorg.gradle.native=false $JAVA_OPTS -classpath "%%DATADIR%%/lib/gradle-launcher-%%PORTVERSION%%.jar" org.gradle.launcher.GradleMain "$@" diff --git a/devel/gradle6/pkg-descr b/devel/gradle6/pkg-descr new file mode 100644 index 00000000000..9ca5da488bc --- /dev/null +++ b/devel/gradle6/pkg-descr @@ -0,0 +1,16 @@ +Gradle is build automation evolved. + +Gradle can automate the building, testing, publishing, deployment +and more of software packages or other types of projects such as +generated static websites, generated documentation or indeed anything +else. + +Gradle combines the power and flexibility of Ant with the dependency +management and conventions of Maven into a more effective way to +build. Powered by a Groovy DSL and packed with innovation, Gradle +provides a declarative way to describe all kinds of builds through +sensible defaults. Gradle is quickly becoming the build system of +choice for many open source projects, leading edge enterprises and +legacy automation challenges. + +WWW: https://www.gradle.org/ diff --git a/devel/grcov/Makefile b/devel/grcov/Makefile index a8257ebb6c8..511c65de3e5 100644 --- a/devel/grcov/Makefile +++ b/devel/grcov/Makefile @@ -1,7 +1,7 @@ PORTNAME= grcov DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/grcov/files/patch-powerpc b/devel/grcov/files/patch-powerpc new file mode 100644 index 00000000000..9b827e1ca4f --- /dev/null +++ b/devel/grcov/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/grex/Makefile b/devel/grex/Makefile index b146a4deb1a..705469f2cf1 100644 --- a/devel/grex/Makefile +++ b/devel/grex/Makefile @@ -1,7 +1,7 @@ PORTNAME= grex DISTVERSIONPREFIX=v DISTVERSION= 1.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/grex/files/patch-powerpc b/devel/grex/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/devel/grex/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index d4b40017a85..9301e4e4198 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -1,7 +1,7 @@ # Created by: vanilla@ PORTNAME= grpc -PORTVERSION= 1.38.0 +PORTVERSION= 1.38.1 DISTVERSIONPREFIX= v PORTEPOCH= 2 CATEGORIES= devel diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index 80029a53eee..264947cb01e 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621699707 -SHA256 (grpc-grpc-v1.38.0_GH0.tar.gz) = abd9e52c69000f2c051761cfa1f12d52d8b7647b6c66828a91d462e796f2aede -SIZE (grpc-grpc-v1.38.0_GH0.tar.gz) = 8296425 +TIMESTAMP = 1624189677 +SHA256 (grpc-grpc-v1.38.1_GH0.tar.gz) = f60e5b112913bf776a22c16a3053cc02cf55e60bf27a959fd54d7aaf8e2da6e8 +SIZE (grpc-grpc-v1.38.1_GH0.tar.gz) = 8294961 diff --git a/devel/hadoop2/Makefile b/devel/hadoop2/Makefile index 24be028c904..c71ecf2442f 100644 --- a/devel/hadoop2/Makefile +++ b/devel/hadoop2/Makefile @@ -6,7 +6,7 @@ # no problems encountered so far. Thanks. PORTNAME= hadoop PORTVERSION= 2.7.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel java MASTER_SITES= APACHE/${PORTNAME}/common/hadoop-${PORTVERSION} \ LOCAL/demon/:maven \ @@ -28,7 +28,7 @@ BUILD_DEPENDS= ${LOCALBASE}/share/java/maven3/bin/mvn:devel/maven3 \ ${LOCALBASE}/protobuf25/bin/protoc:devel/protobuf25 LIB_DEPENDS= libsnappy.so:archivers/snappy RUN_DEPENDS= bash:shells/bash \ - ssid:sysutils/ssid + setsid:sysutils/setsid CONFLICTS_INSTALL= hadoop-1* yarn diff --git a/devel/hadoop2/files/patch-hadoop-common-project-hadoop-common-src-main-java-org-apache-hadoop-util-Shell.java b/devel/hadoop2/files/patch-hadoop-common-project-hadoop-common-src-main-java-org-apache-hadoop-util-Shell.java deleted file mode 100644 index 89a0fa4ded2..00000000000 --- a/devel/hadoop2/files/patch-hadoop-common-project-hadoop-common-src-main-java-org-apache-hadoop-util-Shell.java +++ /dev/null @@ -1,21 +0,0 @@ ---- ./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java.orig 2014-06-21 09:40:07.000000000 +0400 -+++ ./hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/Shell.java 2015-01-06 01:21:22.000000000 +0300 -@@ -348,15 +348,15 @@ abstract public class Shell { - ShellCommandExecutor shexec = null; - boolean setsidSupported = true; - try { -- String[] args = {"setsid", "bash", "-c", "echo $$"}; -+ String[] args = {"ssid", "bash", "-c", "echo $$"}; - shexec = new ShellCommandExecutor(args); - shexec.execute(); - } catch (IOException ioe) { -- LOG.debug("setsid is not available on this machine. So not using it."); -+ LOG.debug("ssid is not available on this machine. So not using it."); - setsidSupported = false; - } finally { // handle the exit code - if (LOG.isDebugEnabled()) { -- LOG.debug("setsid exited with exit code " -+ LOG.debug("ssid exited with exit code " - + (shexec != null ? shexec.getExitCode() : "(null executor)")); - } - } diff --git a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapred-TaskLog.java b/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapred-TaskLog.java deleted file mode 100644 index 86928a25ba4..00000000000 --- a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapred-TaskLog.java +++ /dev/null @@ -1,11 +0,0 @@ ---- ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/TaskLog.java.orig 2015-01-06 01:14:31.000000000 +0300 -+++ ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapred/TaskLog.java 2015-01-06 01:14:47.000000000 +0300 -@@ -538,7 +538,7 @@ public class TaskLog { - mergedCmd.append("("); - } else if(ProcessTree.isSetsidAvailable && useSetsid && - !Shell.WINDOWS) { -- mergedCmd.append("exec setsid "); -+ mergedCmd.append("exec ssid "); - } else { - mergedCmd.append("exec "); - } diff --git a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapreduce-util-ProcessTree.java b/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapreduce-util-ProcessTree.java deleted file mode 100644 index 5cea6111db9..00000000000 --- a/devel/hadoop2/files/patch-hadoop-mapreduce-client-core-src-main-java-org-apache-hadoop-mapreduce-util-ProcessTree.java +++ /dev/null @@ -1,20 +0,0 @@ ---- ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/util/ProcessTree.java.orig 2015-01-06 01:16:49.000000000 +0300 -+++ ./hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/util/ProcessTree.java 2015-01-06 01:17:24.000000000 +0300 -@@ -54,14 +54,14 @@ public class ProcessTree { - ShellCommandExecutor shexec = null; - boolean setsidSupported = true; - try { -- String[] args = {"setsid", "bash", "-c", "echo $$"}; -+ String[] args = {"ssid", "bash", "-c", "echo $$"}; - shexec = new ShellCommandExecutor(args); - shexec.execute(); - } catch (IOException ioe) { -- LOG.warn("setsid is not available on this machine. So not using it."); -+ LOG.warn("ssid is not available on this machine. So not using it."); - setsidSupported = false; - } finally { // handle the exit code -- LOG.info("setsid exited with exit code " + shexec.getExitCode()); -+ LOG.info("ssid exited with exit code " + shexec.getExitCode()); - } - return setsidSupported; - } diff --git a/devel/hadoop2/files/patch-src-main-java-org-apache-hadoop-yarn-server-nodemanager-DefaultContainerExecutor.java b/devel/hadoop2/files/patch-src-main-java-org-apache-hadoop-yarn-server-nodemanager-DefaultContainerExecutor.java deleted file mode 100644 index 75c06a29cb3..00000000000 --- a/devel/hadoop2/files/patch-src-main-java-org-apache-hadoop-yarn-server-nodemanager-DefaultContainerExecutor.java +++ /dev/null @@ -1,11 +0,0 @@ ---- hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DefaultContainerExecutor.java.orig 2015-02-27 14:36:18.000000000 +0300 -+++ hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/main/java/org/apache/hadoop/yarn/server/nodemanager/DefaultContainerExecutor.java 2015-02-27 14:36:48.000000000 +0300 -@@ -353,7 +353,7 @@ public class DefaultContainerExecutor ex - pout.println(); - pout.println("echo $$ > " + pidFile.toString() + ".tmp"); - pout.println("/bin/mv -f " + pidFile.toString() + ".tmp " + pidFile); -- String exec = Shell.isSetsidAvailable? "exec setsid" : "exec"; -+ String exec = Shell.isSetsidAvailable? "exec ssid" : "exec"; - pout.println(exec + " /bin/bash \"" + - launchDst.toUri().getPath().toString() + "\""); - } finally { diff --git a/devel/hs-darcs/Makefile b/devel/hs-darcs/Makefile index ae6d124ac70..82e760399bc 100644 --- a/devel/hs-darcs/Makefile +++ b/devel/hs-darcs/Makefile @@ -1,8 +1,7 @@ # Created by: Oliver Braun PORTNAME= darcs -PORTVERSION= 2.16.3 -PORTREVISION= 1 +PORTVERSION= 2.16.4 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -14,92 +13,97 @@ LIB_DEPENDS= libcurl.so:ftp/curl USES= cabal pkgconfig -USE_CABAL= aeson-1.5.4.1 \ - asn1-encoding-0.9.6_1 \ +USE_CABAL= aeson-1.5.6.0_1 \ + appar-0.1.8 \ + asn1-encoding-0.9.6_2 \ asn1-parse-0.9.5 \ asn1-types-0.3.4 \ - assoc-1.0.2 \ - async-2.2.2_1 \ - attoparsec-0.13.2.4_1 \ + assoc-1.0.2_1 \ + async-2.2.3 \ + attoparsec-0.13.2.5_1 \ base-compat-0.11.2 \ base-compat-batteries-0.11.2 \ base-orphans-0.8.4 \ base16-bytestring-1.0.1.0 \ - basement-0.0.11_2 \ - bifunctors-5.5.9 \ - blaze-builder-0.4.1.0_1 \ + base64-bytestring-1.2.0.1 \ + basement-0.0.12_1 \ + bifunctors-5.5.11 \ + blaze-builder-0.4.2.1 \ + byteorder-1.0.4 \ case-insensitive-1.2.1.0 \ cereal-0.5.8.1 \ comonad-5.0.8 \ - conduit-1.3.4 \ + conduit-1.3.4.1 \ conduit-extra-1.3.5 \ connection-0.3.1_1 \ constraints-0.12 \ cookie-0.4.5 \ - cryptonite-0.27 \ + cryptonite-0.27_1 \ data-default-class-0.1.2.0 \ - data-fix-0.3.0 \ + data-fix-0.3.1 \ data-ordlist-0.4.7.0 \ digest-0.0.1.2 \ distributive-0.6.2.1 \ dlist-1.0 \ fgl-5.7.0.3 \ filtrable-0.1.6.0 \ - hashable-1.3.0.0_2 \ + hashable-1.3.2.0 \ hourglass-0.2.12 \ - hsc2hs-0.68.7 \ + hsc2hs-0.68.7_1 \ html-1.0.1.2 \ - http-client-0.7.3 \ + http-client-0.7.8 \ http-client-tls-0.3.5.3_1 \ - http-conduit-2.3.7.4 \ + http-conduit-2.3.8 \ http-types-0.12.3 \ indexed-traversable-0.1.1 \ integer-logarithms-1.0.3.1 \ - memory-0.15.0_1 \ + iproute-1.7.11 \ + memory-0.15.0_2 \ mime-types-0.1.0.9 \ mmap-0.5.9 \ mono-traversable-1.0.15.1 \ - network-3.1.2.1_1 \ - network-uri-2.6.3.0 \ + network-3.1.2.2 \ + network-uri-2.6.4.1 \ old-locale-1.0.0.7_2 \ old-time-1.1.0.3_2 \ pem-0.2.4 \ - primitive-0.7.1.0_1 \ - random-1.2.0_3 \ + primitive-0.7.1.0_3 \ + random-1.2.0_5 \ regex-applicative-0.3.4 \ - regex-base-0.94.0.0_1 \ + regex-base-0.94.0.1 \ regex-compat-tdfa-0.95.1.4 \ - regex-tdfa-1.3.1.0_1 \ + regex-tdfa-1.3.1.1 \ resourcet-1.2.4.2 \ - scientific-0.3.6.2 \ + scientific-0.3.7.0 \ semigroups-0.19.1 \ socks-0.6.1 \ - split-0.2.3.4 \ + split-0.2.3.4_1 \ splitmix-0.1.0.3 \ streaming-commons-0.2.2.1 \ strict-0.4.0.1 \ - tagged-0.8.6.1 \ - tar-0.5.1.1_2 \ + tagged-0.8.6.1_1 \ + tar-0.5.1.1_3 \ temporary-1.3 \ - th-abstraction-0.4.2.0 \ - these-1.1.1.1 \ - time-compat-1.9.5 \ - tls-1.5.4 \ + th-abstraction-0.4.2.0_1 \ + th-compat-0.1.2 \ + these-1.1.1.1_1 \ + time-compat-1.9.6 \ + tls-1.5.5 \ transformers-compat-0.6.6 \ - type-equality-1_1 \ + type-equality-1_2 \ typed-process-0.2.6.0 \ - unix-compat-0.5.2_1 \ + unix-compat-0.5.3 \ unliftio-core-0.2.0.1_1 \ - unordered-containers-0.2.13.0 \ - utf8-string-1.0.1.1_3 \ - uuid-types-1.0.3_3 \ - vector-0.12.1.2 \ - vector-algorithms-0.8.0.4 \ + unordered-containers-0.2.14.0 \ + utf8-string-1.0.2 \ + uuid-types-1.0.5 \ + vector-0.12.3.0 \ + vector-algorithms-0.8.0.4_1 \ x509-1.7.5_1 \ x509-store-1.6.7_1 \ x509-system-1.6.6 \ x509-validation-1.6.11 \ zip-archive-0.4.1_1 \ - zlib-0.6.2.2 + zlib-0.6.2.3 .include diff --git a/devel/hs-darcs/distinfo b/devel/hs-darcs/distinfo index 5636435940c..f74f688eca8 100644 --- a/devel/hs-darcs/distinfo +++ b/devel/hs-darcs/distinfo @@ -1,26 +1,30 @@ -TIMESTAMP = 1609418965 -SHA256 (cabal/darcs-2.16.3.tar.gz) = 8925ee87e2a7b4f3d87b3867dddf68344f879ba18486b156eaee4cf39b0dc1ad -SIZE (cabal/darcs-2.16.3.tar.gz) = 1244848 -SHA256 (cabal/aeson-1.5.4.1/aeson-1.5.4.1.tar.gz) = 0dacdc8a8c7f62942010b17b09cd33fa68879c138bc19b9b717497105566fefd -SIZE (cabal/aeson-1.5.4.1/aeson-1.5.4.1.tar.gz) = 298607 +TIMESTAMP = 1624703429 +SHA256 (cabal/darcs-2.16.4.tar.gz) = e4166252bc403ffc2518edff48801796b8dab73fd9e0da1fcdda916b207fbe1d +SIZE (cabal/darcs-2.16.4.tar.gz) = 1271864 +SHA256 (cabal/aeson-1.5.6.0/aeson-1.5.6.0.tar.gz) = 0361c34be3d2ec945201f02501693436fbda10dcc549469481a084b2de22bfe8 +SIZE (cabal/aeson-1.5.6.0/aeson-1.5.6.0.tar.gz) = 286364 +SHA256 (cabal/aeson-1.5.6.0/revision/1.cabal) = d3e76872f8634c9cd33eb128d6c4dd1bf0cc8d71d1f32055d774490d5f6dedf8 +SIZE (cabal/aeson-1.5.6.0/revision/1.cabal) = 6786 +SHA256 (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = c4ceeddc26525b58d82c41b6d3e32141371a200a6794aae185b6266ccc81631f +SIZE (cabal/appar-0.1.8/appar-0.1.8.tar.gz) = 4037 SHA256 (cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz) = d9f8deabd3b908e5cf83c0d813c08dc0143b3ec1c0d97f660d2cfa02c1c8da0a SIZE (cabal/asn1-encoding-0.9.6/asn1-encoding-0.9.6.tar.gz) = 17343 -SHA256 (cabal/asn1-encoding-0.9.6/revision/1.cabal) = 3655d9a68c8c082e0d22f33456d968ad8c484d4e95308ad9217788b1c343d8a6 -SIZE (cabal/asn1-encoding-0.9.6/revision/1.cabal) = 2067 +SHA256 (cabal/asn1-encoding-0.9.6/revision/2.cabal) = 27ed8f6043aed79630313bb931f7c8e2b510f0b4586cd55c16ae040c7d1ea098 +SIZE (cabal/asn1-encoding-0.9.6/revision/2.cabal) = 2060 SHA256 (cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz) = 8f1fe1344d30b39dc594d74df2c55209577722af1497204b4c2b6d6e8747f39e SIZE (cabal/asn1-parse-0.9.5/asn1-parse-0.9.5.tar.gz) = 2951 SHA256 (cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz) = 78ee92a251379298ca820fa53edbf4b33c539b9fcd887c86f520c30e3b4e21a8 SIZE (cabal/asn1-types-0.3.4/asn1-types-0.3.4.tar.gz) = 6472 SHA256 (cabal/assoc-1.0.2/assoc-1.0.2.tar.gz) = d8988dc6e8718c7a3456515b769c9336aeeec730cf86fc5175247969ff8f144f SIZE (cabal/assoc-1.0.2/assoc-1.0.2.tar.gz) = 3047 -SHA256 (cabal/async-2.2.2/async-2.2.2.tar.gz) = 4b4ab1ac82c45144d82c6daf6cb6ba45eab9957dad44787fa5e869e23d73bbff -SIZE (cabal/async-2.2.2/async-2.2.2.tar.gz) = 12927 -SHA256 (cabal/async-2.2.2/revision/1.cabal) = a178c166856da7ff22fe4500337b54812e94fd2059409452187d72e057ede9cd -SIZE (cabal/async-2.2.2/revision/1.cabal) = 2934 -SHA256 (cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz) = ba66cd6de1749ec92568db1b9c905b43a849f0ad918d45d7b594407a02ebefb2 -SIZE (cabal/attoparsec-0.13.2.4/attoparsec-0.13.2.4.tar.gz) = 163431 -SHA256 (cabal/attoparsec-0.13.2.4/revision/1.cabal) = 5941a05141a61239e8d6c4f2c9876bec3765d786766721b8474b8625febf914a -SIZE (cabal/attoparsec-0.13.2.4/revision/1.cabal) = 5796 +SHA256 (cabal/assoc-1.0.2/revision/1.cabal) = a824e4f615469a27ad949dbf4907ba258bd6b459deebec00524c7bcb3f65cc9f +SIZE (cabal/assoc-1.0.2/revision/1.cabal) = 1205 +SHA256 (cabal/async-2.2.3/async-2.2.3.tar.gz) = 467af3a0037947a5232ecf5f4efbd4cf2118aaa2310566d7f40ac82b0e32935c +SIZE (cabal/async-2.2.3/async-2.2.3.tar.gz) = 14056 +SHA256 (cabal/attoparsec-0.13.2.5/attoparsec-0.13.2.5.tar.gz) = 21e0f38eaa1957bf471276afa17651c125a38924575f12c2cbd2fa534b45686f +SIZE (cabal/attoparsec-0.13.2.5/attoparsec-0.13.2.5.tar.gz) = 163876 +SHA256 (cabal/attoparsec-0.13.2.5/revision/1.cabal) = 7c88195c3f3243c6abe356c1bc872cf40818a8c7b0e261a8f8e6868fe42819a0 +SIZE (cabal/attoparsec-0.13.2.5/revision/1.cabal) = 6171 SHA256 (cabal/base-compat-0.11.2/base-compat-0.11.2.tar.gz) = 53a6b5145442fba5a4bad6db2bcdede17f164642b48bc39b95015422a39adbdb SIZE (cabal/base-compat-0.11.2/base-compat-0.11.2.tar.gz) = 34625 SHA256 (cabal/base-compat-batteries-0.11.2/base-compat-batteries-0.11.2.tar.gz) = 31e066a5aa96af94fe6465adb959c38d63a49e01357641aa4322c754a94d3023 @@ -29,24 +33,26 @@ SHA256 (cabal/base-orphans-0.8.4/base-orphans-0.8.4.tar.gz) = 37b2b59356c03400a2 SIZE (cabal/base-orphans-0.8.4/base-orphans-0.8.4.tar.gz) = 22573 SHA256 (cabal/base16-bytestring-1.0.1.0/base16-bytestring-1.0.1.0.tar.gz) = c0c70a4b58be53d36971bd7361ba300f82a5d5ebf7f50e1a2d7bfc8838bdd6fa SIZE (cabal/base16-bytestring-1.0.1.0/base16-bytestring-1.0.1.0.tar.gz) = 7256 -SHA256 (cabal/basement-0.0.11/basement-0.0.11.tar.gz) = 67582b3475a5547925399f719df21f8bbbd0ca4d4db27795c22a474f8ee6346b -SIZE (cabal/basement-0.0.11/basement-0.0.11.tar.gz) = 134032 -SHA256 (cabal/basement-0.0.11/revision/2.cabal) = af43e2e334e515b52ca309919b135c51b5e9411e6d4c68d0e8950d61eb5f25d1 -SIZE (cabal/basement-0.0.11/revision/2.cabal) = 5711 -SHA256 (cabal/bifunctors-5.5.9/bifunctors-5.5.9.tar.gz) = 056c597c5d2927f5ef7f9af664b938915fde496009fb9094fd4615046caa1f30 -SIZE (cabal/bifunctors-5.5.9/bifunctors-5.5.9.tar.gz) = 45414 -SHA256 (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 91fc8b966f3e9dc9461e1675c7566b881740f99abc906495491a3501630bc814 -SIZE (cabal/blaze-builder-0.4.1.0/blaze-builder-0.4.1.0.tar.gz) = 61365 -SHA256 (cabal/blaze-builder-0.4.1.0/revision/1.cabal) = 3231635f58df8f62a4e791d3ccade450d07dd370bf97729a8d0fabf113acc6dc -SIZE (cabal/blaze-builder-0.4.1.0/revision/1.cabal) = 3558 +SHA256 (cabal/base64-bytestring-1.2.0.1/base64-bytestring-1.2.0.1.tar.gz) = af09b17d072eb1391d91e30b4186dd1797330647ef79268ecd7fcce8f5afc638 +SIZE (cabal/base64-bytestring-1.2.0.1/base64-bytestring-1.2.0.1.tar.gz) = 13650 +SHA256 (cabal/basement-0.0.12/basement-0.0.12.tar.gz) = 53c4435b17b7df398c730406263957977fe0616b66529dafa8d1a0fd66b7fa8b +SIZE (cabal/basement-0.0.12/basement-0.0.12.tar.gz) = 134142 +SHA256 (cabal/basement-0.0.12/revision/1.cabal) = cbb9187d3575b78ee1165b7a49a0e8570ee563820330a944a67cd09e1cfe23bf +SIZE (cabal/basement-0.0.12/revision/1.cabal) = 5516 +SHA256 (cabal/bifunctors-5.5.11/bifunctors-5.5.11.tar.gz) = 2b6b9672faab649995cf4c885f353b6638b6daee467a9ace40a7fc773831091c +SIZE (cabal/bifunctors-5.5.11/bifunctors-5.5.11.tar.gz) = 46003 +SHA256 (cabal/blaze-builder-0.4.2.1/blaze-builder-0.4.2.1.tar.gz) = 6e6889bc9c3ff92062a17f3825dcc1b28510d261334d4d4e177232d904ea0b06 +SIZE (cabal/blaze-builder-0.4.2.1/blaze-builder-0.4.2.1.tar.gz) = 60704 +SHA256 (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = bd20bbb586947f99c38a4c93d9d0266f49f6fc581767b51ba568f6d5d52d2919 +SIZE (cabal/byteorder-1.0.4/byteorder-1.0.4.tar.gz) = 2030 SHA256 (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 296dc17e0c5f3dfb3d82ced83e4c9c44c338ecde749b278b6eae512f1d04e406 SIZE (cabal/case-insensitive-1.2.1.0/case-insensitive-1.2.1.0.tar.gz) = 53609 SHA256 (cabal/cereal-0.5.8.1/cereal-0.5.8.1.tar.gz) = 2d9e88ac934b9ebc058097c72011ff59f3f146176310e1c957a0e4cf63681bd7 SIZE (cabal/cereal-0.5.8.1/cereal-0.5.8.1.tar.gz) = 20114 SHA256 (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = ef6cdf2cc292cc43ee6aa96c581b235fdea8ab44a0bffb24dc79ae2b2ef33d13 SIZE (cabal/comonad-5.0.8/comonad-5.0.8.tar.gz) = 15227 -SHA256 (cabal/conduit-1.3.4/conduit-1.3.4.tar.gz) = 9f02831aadea24489c1d1820018edadd6d97000e11f35d05da13fa8c216460f0 -SIZE (cabal/conduit-1.3.4/conduit-1.3.4.tar.gz) = 88861 +SHA256 (cabal/conduit-1.3.4.1/conduit-1.3.4.1.tar.gz) = 85743b8d5f2d5779ccb7459b5a919c5786707af23fe7a065d281ee8e6dc226f1 +SIZE (cabal/conduit-1.3.4.1/conduit-1.3.4.1.tar.gz) = 88893 SHA256 (cabal/conduit-extra-1.3.5/conduit-extra-1.3.5.tar.gz) = 8a648dee203c01e647fa386bfe7a5b293ce552f8b5cab9c0dd5cb71c7cd012d9 SIZE (cabal/conduit-extra-1.3.5/conduit-extra-1.3.5.tar.gz) = 33189 SHA256 (cabal/connection-0.3.1/connection-0.3.1.tar.gz) = 5d759589c532c34d87bfc4f6fcb732bf55b55a93559d3b94229e8347a15375d9 @@ -59,10 +65,12 @@ SHA256 (cabal/cookie-0.4.5/cookie-0.4.5.tar.gz) = 707f94d1b31018b91d6a1e9e19ef54 SIZE (cabal/cookie-0.4.5/cookie-0.4.5.tar.gz) = 6048 SHA256 (cabal/cryptonite-0.27/cryptonite-0.27.tar.gz) = c82745a8930c36a81a0772dc18c86f8b7505e25fc2ab96b08c2f9125ece6c8b0 SIZE (cabal/cryptonite-0.27/cryptonite-0.27.tar.gz) = 611768 +SHA256 (cabal/cryptonite-0.27/revision/1.cabal) = c3a9c8ce11e654a9d5bee827b089d4b50587272828d0c52a85362a58667a916c +SIZE (cabal/cryptonite-0.27/revision/1.cabal) = 18163 SHA256 (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 4f01b423f000c3e069aaf52a348564a6536797f31498bb85c3db4bd2d0973e56 SIZE (cabal/data-default-class-0.1.2.0/data-default-class-0.1.2.0.tar.gz) = 2522 -SHA256 (cabal/data-fix-0.3.0/data-fix-0.3.0.tar.gz) = 9e59b3ed694b5139316093b3767842e60ad4821858459e7cd763e5773dfa99a0 -SIZE (cabal/data-fix-0.3.0/data-fix-0.3.0.tar.gz) = 5516 +SHA256 (cabal/data-fix-0.3.1/data-fix-0.3.1.tar.gz) = 9b45c040472922c197bb33190197b5895afac6318203b2afb30251d4df8bcc79 +SIZE (cabal/data-fix-0.3.1/data-fix-0.3.1.tar.gz) = 5520 SHA256 (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 6f6c1e7a9a9155ad78ca78cb9abd6f7e2e1c78b3e549b179dc0874e6428f490d SIZE (cabal/data-ordlist-0.4.7.0/data-ordlist-0.4.7.0.tar.gz) = 8906 SHA256 (cabal/digest-0.0.1.2/digest-0.0.1.2.tar.gz) = 641717eb16392abf8965986a9e8dc21eebf1d97775bbb6923c7b7f8fee17fe11 @@ -75,46 +83,46 @@ SHA256 (cabal/fgl-5.7.0.3/fgl-5.7.0.3.tar.gz) = 2969b813b9067eb80708b056434da576 SIZE (cabal/fgl-5.7.0.3/fgl-5.7.0.3.tar.gz) = 56415 SHA256 (cabal/filtrable-0.1.6.0/filtrable-0.1.6.0.tar.gz) = be40b79abd9b6563a0146069b22313a4a7b8fb8cf7e3c4bc62fb7725f9a11215 SIZE (cabal/filtrable-0.1.6.0/filtrable-0.1.6.0.tar.gz) = 7881 -SHA256 (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 822e5413fbccca6ae884d3aba4066422c8b5d58d23d18b9ecb5c03273bb19ab4 -SIZE (cabal/hashable-1.3.0.0/hashable-1.3.0.0.tar.gz) = 29835 -SHA256 (cabal/hashable-1.3.0.0/revision/2.cabal) = d60cad00223d46172020c136e68acef0481a47d0302b2e74b1805b4f3a446a9b -SIZE (cabal/hashable-1.3.0.0/revision/2.cabal) = 5389 +SHA256 (cabal/hashable-1.3.2.0/hashable-1.3.2.0.tar.gz) = 59bd964b6fe52b04825cf5402c87981068c051f351b2cb940b75f1c60719d637 +SIZE (cabal/hashable-1.3.2.0/hashable-1.3.2.0.tar.gz) = 22841 SHA256 (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 44335b5c402e80c60f1db6a74462be4ea29d1a9043aa994334ffee1164f1ca4a SIZE (cabal/hourglass-0.2.12/hourglass-0.2.12.tar.gz) = 25797 SHA256 (cabal/hsc2hs-0.68.7/hsc2hs-0.68.7.tar.gz) = fd7915e41e3ed3bc7750fee0e8add2b4f32dcac8b7c544cfdf5542293223894a SIZE (cabal/hsc2hs-0.68.7/hsc2hs-0.68.7.tar.gz) = 38630 +SHA256 (cabal/hsc2hs-0.68.7/revision/1.cabal) = 4a0f6860a17e7c245646975e3c2981416afdcb6a7b3553c31005eb3641a7f55b +SIZE (cabal/hsc2hs-0.68.7/revision/1.cabal) = 2794 SHA256 (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 0c35495ea33d65e69c69bc7441ec8e1af69fbb43433c2aa3406c0a13a3ab3061 SIZE (cabal/html-1.0.1.2/html-1.0.1.2.tar.gz) = 11021 -SHA256 (cabal/http-client-0.7.3/http-client-0.7.3.tar.gz) = 11316efeb61f6c9472eda877ae49c4c2b902ad05ef8c5b603a9847b2692efe4a -SIZE (cabal/http-client-0.7.3/http-client-0.7.3.tar.gz) = 91453 +SHA256 (cabal/http-client-0.7.8/http-client-0.7.8.tar.gz) = 18fcaf0340871daa1859596e9338feda65888084e97f782b7c4c003a956b7e10 +SIZE (cabal/http-client-0.7.8/http-client-0.7.8.tar.gz) = 92430 SHA256 (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 471abf8f29a909f40b21eab26a410c0e120ae12ce337512a61dae9f52ebb4362 SIZE (cabal/http-client-tls-0.3.5.3/http-client-tls-0.3.5.3.tar.gz) = 7679 SHA256 (cabal/http-client-tls-0.3.5.3/revision/1.cabal) = c97c3d88e6318a3056e42e2cd0913d5c4bff381f83341bb6ff06865fd12c8b52 SIZE (cabal/http-client-tls-0.3.5.3/revision/1.cabal) = 2066 -SHA256 (cabal/http-conduit-2.3.7.4/http-conduit-2.3.7.4.tar.gz) = 6b7d66f4f0f567846a4d75f8345b708f0cc9afac14599ea3fb0fa4deab566ad5 -SIZE (cabal/http-conduit-2.3.7.4/http-conduit-2.3.7.4.tar.gz) = 28861 +SHA256 (cabal/http-conduit-2.3.8/http-conduit-2.3.8.tar.gz) = cfbef293856fdcce58618726ff911ca28e2ad07c8522b2cd1cfa2cb6e02542ae +SIZE (cabal/http-conduit-2.3.8/http-conduit-2.3.8.tar.gz) = 28858 SHA256 (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 4e8a4a66477459fa436a331c75e46857ec8026283df984d54f90576cd3024016 SIZE (cabal/http-types-0.12.3/http-types-0.12.3.tar.gz) = 13547 SHA256 (cabal/indexed-traversable-0.1.1/indexed-traversable-0.1.1.tar.gz) = 7ac36ae3153cbe7a8e99eacffd065367b87544953cc92997f424a150db468139 SIZE (cabal/indexed-traversable-0.1.1/indexed-traversable-0.1.1.tar.gz) = 8424 SHA256 (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9b0a9f9fab609b15cd015865721fb05f744a1bc77ae92fd133872de528bbea7f SIZE (cabal/integer-logarithms-1.0.3.1/integer-logarithms-1.0.3.1.tar.gz) = 9023 +SHA256 (cabal/iproute-1.7.11/iproute-1.7.11.tar.gz) = 205dcd27cce76345e4fc60060b5d428b015a09e9023f5f1bba58be1f562a8a8b +SIZE (cabal/iproute-1.7.11/iproute-1.7.11.tar.gz) = 17601 SHA256 (cabal/memory-0.15.0/memory-0.15.0.tar.gz) = e3ff892c1a94708954d0bb2c4f4ab81bc0f505352d95095319c462db1aeb3529 SIZE (cabal/memory-0.15.0/memory-0.15.0.tar.gz) = 42299 -SHA256 (cabal/memory-0.15.0/revision/1.cabal) = be7024b50e876a9c3b7febaefdd81d5dc67268c58a7b4e6b3825bdc58274d88c -SIZE (cabal/memory-0.15.0/revision/1.cabal) = 5002 +SHA256 (cabal/memory-0.15.0/revision/2.cabal) = c8f08e04d68a4a8bdbf6eed1cbf57f26f1d59beadf986a3ac18c78bf8a07a439 +SIZE (cabal/memory-0.15.0/revision/2.cabal) = 5005 SHA256 (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 0a32435169ef4ba59f4a4b8addfd0c04479410854d1b8d69a1e38fb389ba71d2 SIZE (cabal/mime-types-0.1.0.9/mime-types-0.1.0.9.tar.gz) = 11384 SHA256 (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 58fcbb04e1cb8e7c36c05823b02dce2faaa989c53d745a7f36192de2fc98b5f8 SIZE (cabal/mmap-0.5.9/mmap-0.5.9.tar.gz) = 11731 SHA256 (cabal/mono-traversable-1.0.15.1/mono-traversable-1.0.15.1.tar.gz) = c2df5b79ed2f88f2ee313e57c1d591d4463788e20d39e439297eec5ba5835ddf SIZE (cabal/mono-traversable-1.0.15.1/mono-traversable-1.0.15.1.tar.gz) = 40815 -SHA256 (cabal/network-3.1.2.1/network-3.1.2.1.tar.gz) = fcaa954445cb575ff04d088e719452e356324b6acb98c5aefd2541a069439d4a -SIZE (cabal/network-3.1.2.1/network-3.1.2.1.tar.gz) = 136889 -SHA256 (cabal/network-3.1.2.1/revision/1.cabal) = 188d6daea8cd91bc3553efd5a90a1e7c6d0425fa66a53baa74db5b6d9fd75c8b -SIZE (cabal/network-3.1.2.1/revision/1.cabal) = 4968 -SHA256 (cabal/network-uri-2.6.3.0/network-uri-2.6.3.0.tar.gz) = a01c1389f15d2cc2e847914737f706133bb11f0c5f8ee89711a36a25b7afa723 -SIZE (cabal/network-uri-2.6.3.0/network-uri-2.6.3.0.tar.gz) = 31997 +SHA256 (cabal/network-3.1.2.2/network-3.1.2.2.tar.gz) = 55012c0b22f9c7548b1f7b3bacc2c6ec7058c7f92238a69561528f1a0fa60eb6 +SIZE (cabal/network-3.1.2.2/network-3.1.2.2.tar.gz) = 136999 +SHA256 (cabal/network-uri-2.6.4.1/network-uri-2.6.4.1.tar.gz) = 57856db93608a4d419f681b881c9b8d4448800d5a687587dc37e8a9e0b223584 +SIZE (cabal/network-uri-2.6.4.1/network-uri-2.6.4.1.tar.gz) = 32373 SHA256 (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = dbaf8bf6b888fb98845705079296a23c3f40ee2f449df7312f7f7f1de18d7b50 SIZE (cabal/old-locale-1.0.0.7/old-locale-1.0.0.7.tar.gz) = 3384 SHA256 (cabal/old-locale-1.0.0.7/revision/2.cabal) = fa998be2c7e00cd26a6e9075bea790caaf3932caa3e9497ad69bc20380dd6911 @@ -127,34 +135,32 @@ SHA256 (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 770c4c1b9cd24b3db7f511f8a48404a0d098 SIZE (cabal/pem-0.2.4/pem-0.2.4.tar.gz) = 4717 SHA256 (cabal/primitive-0.7.1.0/primitive-0.7.1.0.tar.gz) = 6bebecfdf2a57787d9fd5231bfd612b65a92edd7b33a973b2a0f11312b89a3f0 SIZE (cabal/primitive-0.7.1.0/primitive-0.7.1.0.tar.gz) = 52184 -SHA256 (cabal/primitive-0.7.1.0/revision/1.cabal) = e7a412791f676df3e5cd5df6e8282fb2925932b0f7e1f51cd590deec369e945a -SIZE (cabal/primitive-0.7.1.0/revision/1.cabal) = 2728 +SHA256 (cabal/primitive-0.7.1.0/revision/3.cabal) = 29de6bfd0cf8ba023ceb806203dfbec0e51e3524e75ffe41056f70b4229c6f0f +SIZE (cabal/primitive-0.7.1.0/revision/3.cabal) = 2728 SHA256 (cabal/random-1.2.0/random-1.2.0.tar.gz) = e4519cf7c058bfd5bdbe4acc782284acc9e25e74487208619ca83cbcd63fb9de SIZE (cabal/random-1.2.0/random-1.2.0.tar.gz) = 37889 -SHA256 (cabal/random-1.2.0/revision/3.cabal) = 1e8140229d21489228aa79b820c23259f3c3a1b86e13e6f9c2ad0c48d86d1912 -SIZE (cabal/random-1.2.0/revision/3.cabal) = 6094 +SHA256 (cabal/random-1.2.0/revision/5.cabal) = 30d72df4cc1d2fe2d445c88f0ee9d21965af7ce86660c43a6c32a6a1d90d51c9 +SIZE (cabal/random-1.2.0/revision/5.cabal) = 6094 SHA256 (cabal/regex-applicative-0.3.4/regex-applicative-0.3.4.tar.gz) = 1769a479c3ff953bc5a99a89e5648a6f01c5ff54fc9a09acceb9e029e2352636 SIZE (cabal/regex-applicative-0.3.4/regex-applicative-0.3.4.tar.gz) = 15924 -SHA256 (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = c41f82f5fc1157c961a4cbdc0cd5561e5aa44f339ce6e706d978d97e0ca6b914 -SIZE (cabal/regex-base-0.94.0.0/regex-base-0.94.0.0.tar.gz) = 9679 -SHA256 (cabal/regex-base-0.94.0.0/revision/1.cabal) = 44aa95ca762294ffbb28cf0af9c567d93b5d2c56e4f38ce5385a257d899f968e -SIZE (cabal/regex-base-0.94.0.0/revision/1.cabal) = 2253 +SHA256 (cabal/regex-base-0.94.0.1/regex-base-0.94.0.1.tar.gz) = 71b1d96fff201f31fe8cd4532f056aca03a21cd486890256dc3007dd73adedd9 +SIZE (cabal/regex-base-0.94.0.1/regex-base-0.94.0.1.tar.gz) = 10095 SHA256 (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4fa38ed24ae390eeffe6eef04bbe632d7ecd02b9123729e976e7420f927520dd SIZE (cabal/regex-compat-tdfa-0.95.1.4/regex-compat-tdfa-0.95.1.4.tar.gz) = 4146 -SHA256 (cabal/regex-tdfa-1.3.1.0/regex-tdfa-1.3.1.0.tar.gz) = 15c376783d397b3b9933cf35980808feddde273bd6f2445babbccb2f76a42ec0 -SIZE (cabal/regex-tdfa-1.3.1.0/regex-tdfa-1.3.1.0.tar.gz) = 77767 -SHA256 (cabal/regex-tdfa-1.3.1.0/revision/1.cabal) = bec13812a56a904ff3510caa19fe1b3ce3939e303604b1bcb3162771c52311ba -SIZE (cabal/regex-tdfa-1.3.1.0/revision/1.cabal) = 6324 +SHA256 (cabal/regex-tdfa-1.3.1.1/regex-tdfa-1.3.1.1.tar.gz) = b1be517f6eaaa82bcb733919c58a111ce2acb03cc8fe962b15b64a32c3c059d7 +SIZE (cabal/regex-tdfa-1.3.1.1/regex-tdfa-1.3.1.1.tar.gz) = 78057 SHA256 (cabal/resourcet-1.2.4.2/resourcet-1.2.4.2.tar.gz) = 17f20842043ad199961a801b6efb1233b9098eb3537f8395844268f6a223eb87 SIZE (cabal/resourcet-1.2.4.2/resourcet-1.2.4.2.tar.gz) = 16862 -SHA256 (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 278d0afc87450254f8a76eab21b5583af63954efc9b74844a17a21a68013140f -SIZE (cabal/scientific-0.3.6.2/scientific-0.3.6.2.tar.gz) = 23510 +SHA256 (cabal/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz) = a3a121c4b3d68fb8b9f8c709ab012e48f090ed553609247a805ad070d6b343a9 +SIZE (cabal/scientific-0.3.7.0/scientific-0.3.7.0.tar.gz) = 24723 SHA256 (cabal/semigroups-0.19.1/semigroups-0.19.1.tar.gz) = 79e761e64b862564a3470d5d356cb6b060b14452d675859aed3b2d1e14646648 SIZE (cabal/semigroups-0.19.1/semigroups-0.19.1.tar.gz) = 21124 SHA256 (cabal/socks-0.6.1/socks-0.6.1.tar.gz) = 734447558bb061ce768f53a0df1f2401902c6bee396cc96ce627edd986ef6a73 SIZE (cabal/socks-0.6.1/socks-0.6.1.tar.gz) = 9759 SHA256 (cabal/split-0.2.3.4/split-0.2.3.4.tar.gz) = 271fe5104c9f40034aa9a1aad6269bcecc9454bc5a57c247e69e17de996c1f2a SIZE (cabal/split-0.2.3.4/split-0.2.3.4.tar.gz) = 15942 +SHA256 (cabal/split-0.2.3.4/revision/1.cabal) = 048c75891d63a03828f97667214aaaf0e67b7dcbfec297753e39939ffda6f51a +SIZE (cabal/split-0.2.3.4/revision/1.cabal) = 2647 SHA256 (cabal/splitmix-0.1.0.3/splitmix-0.1.0.3.tar.gz) = 46009f4b000c9e6613377767b8718bf38476469f2a8e2162d98cc246882d5a35 SIZE (cabal/splitmix-0.1.0.3/splitmix-0.1.0.3.tar.gz) = 20754 SHA256 (cabal/streaming-commons-0.2.2.1/streaming-commons-0.2.2.1.tar.gz) = 306940bf4878a0b714e6746a7f934d018100efc86332c176a648014bfe1e81dd @@ -163,50 +169,54 @@ SHA256 (cabal/strict-0.4.0.1/strict-0.4.0.1.tar.gz) = dff6abc08ad637e51891bb8b47 SIZE (cabal/strict-0.4.0.1/strict-0.4.0.1.tar.gz) = 12488 SHA256 (cabal/tagged-0.8.6.1/tagged-0.8.6.1.tar.gz) = f5e0fcf95f0bb4aa63f428f2c01955a41ea1a42cfcf39145ed631f59a9616c02 SIZE (cabal/tagged-0.8.6.1/tagged-0.8.6.1.tar.gz) = 9842 +SHA256 (cabal/tagged-0.8.6.1/revision/1.cabal) = 5ddf1e324c3cd644f097a48bf490f0bedf467f723fd240afb3ab3b750577f8e7 +SIZE (cabal/tagged-0.8.6.1/revision/1.cabal) = 2874 SHA256 (cabal/tar-0.5.1.1/tar-0.5.1.1.tar.gz) = b384449f62b2b0aa3e6d2cb1004b8060b01f21ec93e7b63e7af6d8fad8a9f1de SIZE (cabal/tar-0.5.1.1/tar-0.5.1.1.tar.gz) = 39155 -SHA256 (cabal/tar-0.5.1.1/revision/2.cabal) = 7a715414c4d494c9048cfb6d7634e07e7732ca154cb8938dc85f6ea192192e8c -SIZE (cabal/tar-0.5.1.1/revision/2.cabal) = 5254 +SHA256 (cabal/tar-0.5.1.1/revision/3.cabal) = 94ded05718fe75b88c98e7113feeb9fca50688a7e59b6aefd80a6f48438c5062 +SIZE (cabal/tar-0.5.1.1/revision/3.cabal) = 5464 SHA256 (cabal/temporary-1.3/temporary-1.3.tar.gz) = 8c442993694b5ffca823ce864af95bd2841fb5264ee511c61cf48cc71d879890 SIZE (cabal/temporary-1.3/temporary-1.3.tar.gz) = 5686 SHA256 (cabal/th-abstraction-0.4.2.0/th-abstraction-0.4.2.0.tar.gz) = ea06b2cda25fc4b52dac48cc23e5a756f997df8985ecaee5a554202508a11c40 SIZE (cabal/th-abstraction-0.4.2.0/th-abstraction-0.4.2.0.tar.gz) = 37848 +SHA256 (cabal/th-abstraction-0.4.2.0/revision/1.cabal) = 6ba7b201931f614173755f060fdf98f02095df68c1f7bc3e2691cf9d443e81f9 +SIZE (cabal/th-abstraction-0.4.2.0/revision/1.cabal) = 2194 +SHA256 (cabal/th-compat-0.1.2/th-compat-0.1.2.tar.gz) = 2bc45d0199de3dc65ebc9b71251799f5238869dbc6a66bdf0c06c7e23d603801 +SIZE (cabal/th-compat-0.1.2/th-compat-0.1.2.tar.gz) = 11737 SHA256 (cabal/these-1.1.1.1/these-1.1.1.1.tar.gz) = d798c9f56e17def441e8f51e54cc11afdb3e76c6a9d1e9ee154e9a78da0bf508 SIZE (cabal/these-1.1.1.1/these-1.1.1.1.tar.gz) = 9804 -SHA256 (cabal/time-compat-1.9.5/time-compat-1.9.5.tar.gz) = 3126b267d19f31d52a3c36f13a8788be03242f829a5bddd8a3084e134d01e3a6 -SIZE (cabal/time-compat-1.9.5/time-compat-1.9.5.tar.gz) = 59336 -SHA256 (cabal/tls-1.5.4/tls-1.5.4.tar.gz) = ce42bfa581a50f62776581da4b86408ebb1a51bc6cb2f95ad0a2ac7caa19a437 -SIZE (cabal/tls-1.5.4/tls-1.5.4.tar.gz) = 150171 +SHA256 (cabal/these-1.1.1.1/revision/1.cabal) = e981c65228db5ae77a043631f74a1e4a4b770f7213866f584e3476b52512f1af +SIZE (cabal/these-1.1.1.1/revision/1.cabal) = 2631 +SHA256 (cabal/time-compat-1.9.6/time-compat-1.9.6.tar.gz) = 3d97754bb1d521c23deea7322e3427b53ea23f34d8c9073a1d0fed63bd35864c +SIZE (cabal/time-compat-1.9.6/time-compat-1.9.6.tar.gz) = 59685 +SHA256 (cabal/tls-1.5.5/tls-1.5.5.tar.gz) = 8a48b5ced43fac15c99158f0eedec458d77a6605c1a4302d41457f5a70ef3948 +SIZE (cabal/tls-1.5.5/tls-1.5.5.tar.gz) = 158700 SHA256 (cabal/transformers-compat-0.6.6/transformers-compat-0.6.6.tar.gz) = 7e2e0251e5e6d28142615a4b950a3fabac9c0b7804b1ec4a4ae985f19519a9f9 SIZE (cabal/transformers-compat-0.6.6/transformers-compat-0.6.6.tar.gz) = 41347 SHA256 (cabal/type-equality-1/type-equality-1.tar.gz) = 4728b502a211454ef682a10d7a3e817c22d06ba509df114bb267ef9d43a08ce8 SIZE (cabal/type-equality-1/type-equality-1.tar.gz) = 4525 -SHA256 (cabal/type-equality-1/revision/1.cabal) = d36324583fbafc5698c3f898ccf7cf041cbf42435fc2559c28e8f77682739a8e -SIZE (cabal/type-equality-1/revision/1.cabal) = 1517 +SHA256 (cabal/type-equality-1/revision/2.cabal) = f2a895a7b22384d9b43a9c6608725b2de7581e77e5b20ab9cfe3f959f6cd71a8 +SIZE (cabal/type-equality-1/revision/2.cabal) = 1569 SHA256 (cabal/typed-process-0.2.6.0/typed-process-0.2.6.0.tar.gz) = 31a2a81f33463fedc33cc519ad5b9679787e648fe2ec7efcdebd7d54bdbbc2b1 SIZE (cabal/typed-process-0.2.6.0/typed-process-0.2.6.0.tar.gz) = 17363 -SHA256 (cabal/unix-compat-0.5.2/unix-compat-0.5.2.tar.gz) = 659a4e442f71505d45b0d0fb28a347aa1ac5e1f39feaea5d58e674e5d2ce0ba9 -SIZE (cabal/unix-compat-0.5.2/unix-compat-0.5.2.tar.gz) = 13281 -SHA256 (cabal/unix-compat-0.5.2/revision/1.cabal) = 5508ebcfaf1a862886cd217178e283d613d47803785d8ab4a3bd2bb9b542a3fb -SIZE (cabal/unix-compat-0.5.2/revision/1.cabal) = 2041 +SHA256 (cabal/unix-compat-0.5.3/unix-compat-0.5.3.tar.gz) = 0893b597ea0db406429d0d563506af6755728eface0e1981f9392122db88e5c8 +SIZE (cabal/unix-compat-0.5.3/unix-compat-0.5.3.tar.gz) = 13582 SHA256 (cabal/unliftio-core-0.2.0.1/unliftio-core-0.2.0.1.tar.gz) = 919f0d1297ea2f5373118553c1df2a9405d8b9e31a8307e829da67d4953c299a SIZE (cabal/unliftio-core-0.2.0.1/unliftio-core-0.2.0.1.tar.gz) = 3696 SHA256 (cabal/unliftio-core-0.2.0.1/revision/1.cabal) = 9b3e44ea9aacacbfc35b3b54015af450091916ac3618a41868ebf6546977659a SIZE (cabal/unliftio-core-0.2.0.1/revision/1.cabal) = 1082 -SHA256 (cabal/unordered-containers-0.2.13.0/unordered-containers-0.2.13.0.tar.gz) = 86b01369ab8eb311383a052d389337e2cd71a63088323f02932754df4aa37b55 -SIZE (cabal/unordered-containers-0.2.13.0/unordered-containers-0.2.13.0.tar.gz) = 53379 -SHA256 (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = fb0b9e3acbe0605bcd1c63e51f290a7bbbe6628dfa3294ff453e4235fbaef140 -SIZE (cabal/utf8-string-1.0.1.1/utf8-string-1.0.1.1.tar.gz) = 8667 -SHA256 (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 68cc6cf665e7212334a51b63d6936daeaca023b2cfe8637d130acfe95f91700b -SIZE (cabal/utf8-string-1.0.1.1/revision/3.cabal) = 1151 -SHA256 (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 9276517ab24a9b06f39d6e3c33c6c2b4ace1fc2126dbc1cd9806866a6551b3fd -SIZE (cabal/uuid-types-1.0.3/uuid-types-1.0.3.tar.gz) = 11999 -SHA256 (cabal/uuid-types-1.0.3/revision/3.cabal) = 4e27aa142cb37f391e78f36d13139ba0a907675429a21e8f2cfae9223202dd7e -SIZE (cabal/uuid-types-1.0.3/revision/3.cabal) = 2496 -SHA256 (cabal/vector-0.12.1.2/vector-0.12.1.2.tar.gz) = 3b6e27683f6f20b37b8a35d0fab9e34b57dad72ac64cb16f428726780d4011bd -SIZE (cabal/vector-0.12.1.2/vector-0.12.1.2.tar.gz) = 131049 +SHA256 (cabal/unordered-containers-0.2.14.0/unordered-containers-0.2.14.0.tar.gz) = a10f48a94cef1fab72d2a404c7d541a3cda54ab2f1321872658aca7e5e9d8867 +SIZE (cabal/unordered-containers-0.2.14.0/unordered-containers-0.2.14.0.tar.gz) = 54109 +SHA256 (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = ee48deada7600370728c4156cb002441de770d0121ae33a68139a9ed9c19b09a +SIZE (cabal/utf8-string-1.0.2/utf8-string-1.0.2.tar.gz) = 10726 +SHA256 (cabal/uuid-types-1.0.5/uuid-types-1.0.5.tar.gz) = ad68b89b7a64c07dd5c250a11be2033ee929318ff51ec7b4e4b54e1b4deba7dd +SIZE (cabal/uuid-types-1.0.5/uuid-types-1.0.5.tar.gz) = 11922 +SHA256 (cabal/vector-0.12.3.0/vector-0.12.3.0.tar.gz) = 15f818505adda63e7f484ecdf92dbb3c1ec76a9def004c9424db8fa6bc41b703 +SIZE (cabal/vector-0.12.3.0/vector-0.12.3.0.tar.gz) = 148083 SHA256 (cabal/vector-algorithms-0.8.0.4/vector-algorithms-0.8.0.4.tar.gz) = 76176a56778bf30a275b1089ee6db24ec6c67d92525145f8dfe215b80137af3b SIZE (cabal/vector-algorithms-0.8.0.4/vector-algorithms-0.8.0.4.tar.gz) = 26681 +SHA256 (cabal/vector-algorithms-0.8.0.4/revision/1.cabal) = bf4760b23a0fee09abb8c9e3c952c870f5dc9780876e9d7e38ab2bdd98c8f283 +SIZE (cabal/vector-algorithms-0.8.0.4/revision/1.cabal) = 3752 SHA256 (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = b1b0fcbb4aa0d749ed2b54710c2ebd6d900cb932108ad14f97640cf4ca60c7c8 SIZE (cabal/x509-1.7.5/x509-1.7.5.tar.gz) = 21457 SHA256 (cabal/x509-1.7.5/revision/1.cabal) = 01185a9a17bee4e89287d9e32bfaa673133cf2b09a39759627bed1f72ea528fd @@ -223,5 +233,5 @@ SHA256 (cabal/zip-archive-0.4.1/zip-archive-0.4.1.tar.gz) = c5d5c9976241dcc25b0d SIZE (cabal/zip-archive-0.4.1/zip-archive-0.4.1.tar.gz) = 20967 SHA256 (cabal/zip-archive-0.4.1/revision/1.cabal) = 51774bdc747d20b8f23172315f9c3fdd6c11de01607e98e9890eb87fb49566d7 SIZE (cabal/zip-archive-0.4.1/revision/1.cabal) = 4055 -SHA256 (cabal/zlib-0.6.2.2/zlib-0.6.2.2.tar.gz) = 04b5890dd69e992f8cd09570d81e9d5ecab19db8e82cbe47ba8e02c31c0631ba -SIZE (cabal/zlib-0.6.2.2/zlib-0.6.2.2.tar.gz) = 148178 +SHA256 (cabal/zlib-0.6.2.3/zlib-0.6.2.3.tar.gz) = 807f6bddf9cb3c517ce5757d991dde3c7e319953a22c86ee03d74534bd5abc88 +SIZE (cabal/zlib-0.6.2.3/zlib-0.6.2.3.tar.gz) = 149186 diff --git a/devel/interactive_rebase_tool/Makefile b/devel/interactive_rebase_tool/Makefile index de1e0501fe5..ef02af685bf 100644 --- a/devel/interactive_rebase_tool/Makefile +++ b/devel/interactive_rebase_tool/Makefile @@ -1,6 +1,6 @@ PORTNAME= interactive_rebase_tool DISTVERSION= 2.1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MAINTAINER= petteri.valkonen@iki.fi diff --git a/devel/interactive_rebase_tool/files/patch-powerpc b/devel/interactive_rebase_tool/files/patch-powerpc new file mode 100644 index 00000000000..9b827e1ca4f --- /dev/null +++ b/devel/interactive_rebase_tool/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/kf5-kauth/Makefile b/devel/kf5-kauth/Makefile index 8d541cbacf3..8e49977c7f8 100644 --- a/devel/kf5-kauth/Makefile +++ b/devel/kf5-kauth/Makefile @@ -1,5 +1,6 @@ PORTNAME= kauth DISTVERSION= ${KDE_FRAMEWORKS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-frameworks MAINTAINER= kde@FreeBSD.org diff --git a/devel/leatherman/Makefile b/devel/leatherman/Makefile index 14cc3e622f7..53220b1bd8f 100644 --- a/devel/leatherman/Makefile +++ b/devel/leatherman/Makefile @@ -1,5 +1,5 @@ PORTNAME= leatherman -PORTVERSION= 1.12.4 +PORTVERSION= 1.12.5 CATEGORIES= devel MAINTAINER= puppet@FreeBSD.org diff --git a/devel/leatherman/distinfo b/devel/leatherman/distinfo index 04cc391abb3..0d6d6574911 100644 --- a/devel/leatherman/distinfo +++ b/devel/leatherman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608142249 -SHA256 (puppetlabs-leatherman-1.12.4_GH0.tar.gz) = 00f1b50a7f5f15fcb8dcf0e242f8ada7d31ec78b6093152eee8744e3e284dc28 -SIZE (puppetlabs-leatherman-1.12.4_GH0.tar.gz) = 818043 +TIMESTAMP = 1624061350 +SHA256 (puppetlabs-leatherman-1.12.5_GH0.tar.gz) = e85a1515650e54282e5e9f1bc128f81668bca5bd354cfecd3f844be496b2e06c +SIZE (puppetlabs-leatherman-1.12.5_GH0.tar.gz) = 818066 diff --git a/devel/libbde/Makefile b/devel/libbde/Makefile index 909a8510978..2eccb93eef2 100644 --- a/devel/libbde/Makefile +++ b/devel/libbde/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libbde -DISTVERSION= alpha-20210327 +DISTVERSION= alpha-20210605 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libbde/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libbde/distinfo b/devel/libbde/distinfo index 24c6763c7a0..82d7c832d87 100644 --- a/devel/libbde/distinfo +++ b/devel/libbde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616918129 -SHA256 (libbde-alpha-20210327.tar.gz) = fd2025a81dedd64573d69d2c81345df206a42164b38a7821a4212dbf0b57d9c3 -SIZE (libbde-alpha-20210327.tar.gz) = 1768002 +TIMESTAMP = 1622963099 +SHA256 (libbde-alpha-20210605.tar.gz) = cfba09c90538c841e609e3540ad8258f3caf6c05c0cc638378cf89bbdf816536 +SIZE (libbde-alpha-20210605.tar.gz) = 1768334 diff --git a/devel/libcreg/Makefile b/devel/libcreg/Makefile index efb7f0ed7d5..b399143e386 100644 --- a/devel/libcreg/Makefile +++ b/devel/libcreg/Makefile @@ -1,5 +1,5 @@ PORTNAME= libcreg -DISTVERSION= experimental-20200725 +DISTVERSION= experimental-20210502 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libcreg/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libcreg/distinfo b/devel/libcreg/distinfo index 4edca4a10dd..0f7ea272dc2 100644 --- a/devel/libcreg/distinfo +++ b/devel/libcreg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601241029 -SHA256 (libcreg-experimental-20200725.tar.gz) = 79ec60a9b670868921688ff8b16a4db38316a975dab4b28db0a08fc96364dfef -SIZE (libcreg-experimental-20200725.tar.gz) = 1518033 +TIMESTAMP = 1620034882 +SHA256 (libcreg-experimental-20210502.tar.gz) = 4dae88d553acec777f9738a84f59f253e74f2d815b6e88a2be83f8ae5dbd0298 +SIZE (libcreg-experimental-20210502.tar.gz) = 1512413 diff --git a/devel/libesedb/Makefile b/devel/libesedb/Makefile index 41f7228b408..684d28bcb3c 100644 --- a/devel/libesedb/Makefile +++ b/devel/libesedb/Makefile @@ -2,7 +2,7 @@ PORTNAME= libesedb # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20200418 +DISTVERSION= experimental-20210424 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libesedb/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libesedb/distinfo b/devel/libesedb/distinfo index ac28621b740..7e981dfbeea 100644 --- a/devel/libesedb/distinfo +++ b/devel/libesedb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1587284327 -SHA256 (libesedb-experimental-20200418.tar.gz) = 184178eb825c43e502eae33730a40fc2ca14f8beae023ef525f9bbe407e19078 -SIZE (libesedb-experimental-20200418.tar.gz) = 1884527 +TIMESTAMP = 1619371925 +SHA256 (libesedb-experimental-20210424.tar.gz) = c8e3e22887b85df6ea06d356b118844cb1c5ada6b245cab11ece5222c8d460ac +SIZE (libesedb-experimental-20210424.tar.gz) = 1919999 diff --git a/devel/libevt/Makefile b/devel/libevt/Makefile index 1629af3e48d..2b1d1d8e88e 100644 --- a/devel/libevt/Makefile +++ b/devel/libevt/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libevt -DISTVERSION= alpha-20200926 +DISTVERSION= alpha-20210424 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevt/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libevt/distinfo b/devel/libevt/distinfo index d72bef7d590..8c7fa59b085 100644 --- a/devel/libevt/distinfo +++ b/devel/libevt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601240635 -SHA256 (libevt-alpha-20200926.tar.gz) = aed0b2c7fef7d11261e431e0b6f31ba59d574fc11641e8f6c67c94047554b6fa -SIZE (libevt-alpha-20200926.tar.gz) = 1976412 +TIMESTAMP = 1619372061 +SHA256 (libevt-alpha-20210424.tar.gz) = 30f32c7c8021aa58f2a58ef6fc2987c0836ea9f949f275f2f55bbca75e70a31a +SIZE (libevt-alpha-20210424.tar.gz) = 1986576 diff --git a/devel/libevtx/Makefile b/devel/libevtx/Makefile index c8c7223eccc..2812b72dd57 100644 --- a/devel/libevtx/Makefile +++ b/devel/libevtx/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libevtx -DISTVERSION= alpha-20200709 +DISTVERSION= alpha-20210525 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libevtx/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libevtx/distinfo b/devel/libevtx/distinfo index a50379ac802..dc611e9a9e5 100644 --- a/devel/libevtx/distinfo +++ b/devel/libevtx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594315430 -SHA256 (libevtx-alpha-20200709.tar.gz) = 4209bd251204b7903168748941a431ad70e11218fb006e1fe7cd75a64ce14c0e -SIZE (libevtx-alpha-20200709.tar.gz) = 1952427 +TIMESTAMP = 1622049621 +SHA256 (libevtx-alpha-20210525.tar.gz) = ecf5d1cd90c9555d05a6981b4191819bb9aa4f49c8b58370673f22838e265fe7 +SIZE (libevtx-alpha-20210525.tar.gz) = 1995787 diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile index bf5582d954a..56f45ba1231 100644 --- a/devel/libewf/Makefile +++ b/devel/libewf/Makefile @@ -1,7 +1,7 @@ # Created by: MANTANI Nobutaka PORTNAME= libewf -PORTVERSION= 20140811 +PORTVERSION= 20140812 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libewf-legacy/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/devel/libewf/distinfo b/devel/libewf/distinfo index eccbd2954d3..0fc8774d360 100644 --- a/devel/libewf/distinfo +++ b/devel/libewf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606656845 -SHA256 (libewf-20140811.tar.gz) = b2c3a04ea7f49646518d108df8ea00fc0d2ca670064bb59428d8878ed8aef80d -SIZE (libewf-20140811.tar.gz) = 2354095 +TIMESTAMP = 1621364750 +SHA256 (libewf-20140812.tar.gz) = be90b7af2a63cc3f15d32ce722a19fbd5bbb0173ce20995ba2b27cc9072d6f25 +SIZE (libewf-20140812.tar.gz) = 2355397 diff --git a/devel/libfsapfs/Makefile b/devel/libfsapfs/Makefile index 61b0d35d73b..d49e75a0666 100644 --- a/devel/libfsapfs/Makefile +++ b/devel/libfsapfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfsapfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201107 +DISTVERSION= experimental-20210424 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsapfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfsapfs/distinfo b/devel/libfsapfs/distinfo index 119802d6087..aa02225b012 100644 --- a/devel/libfsapfs/distinfo +++ b/devel/libfsapfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604821462 -SHA256 (libfsapfs-experimental-20201107.tar.gz) = dc0543b86779a3c0b46913d780a9fd7fdb7af86e1fea61c54f0d1d0209a18f15 -SIZE (libfsapfs-experimental-20201107.tar.gz) = 2080147 +TIMESTAMP = 1619372154 +SHA256 (libfsapfs-experimental-20210424.tar.gz) = 9d2f0432041a1bb91f8a00d25cb72f8b16d3577bdaffaa532c5e57ef8b51226f +SIZE (libfsapfs-experimental-20210424.tar.gz) = 2083416 diff --git a/devel/libfsext/Makefile b/devel/libfsext/Makefile index e19ff90267a..efcdd8b02bf 100644 --- a/devel/libfsext/Makefile +++ b/devel/libfsext/Makefile @@ -1,6 +1,6 @@ PORTNAME= libfsext # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20210129 +DISTVERSION= experimental-20210522 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsext/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfsext/distinfo b/devel/libfsext/distinfo index 1909e2fcc77..49e88b9c63f 100644 --- a/devel/libfsext/distinfo +++ b/devel/libfsext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612118219 -SHA256 (libfsext-experimental-20210129.tar.gz) = d22cf7cfc1d1248604c10bd758e1f4a6ce4e5537acbea33ec171572962787c56 -SIZE (libfsext-experimental-20210129.tar.gz) = 1644169 +TIMESTAMP = 1621792681 +SHA256 (libfsext-experimental-20210522.tar.gz) = 2ab83065bbfb890e244b51792085ff66ea632f586b0b9fa56fce2a44dd09c422 +SIZE (libfsext-experimental-20210522.tar.gz) = 1651303 diff --git a/devel/libfshfs/Makefile b/devel/libfshfs/Makefile index 7a1115b2cde..2b826d92740 100644 --- a/devel/libfshfs/Makefile +++ b/devel/libfshfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= libfshfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201104 +DISTVERSION= experimental-20210602 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfshfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfshfs/distinfo b/devel/libfshfs/distinfo index 960f6dc94e7..d7d5824a891 100644 --- a/devel/libfshfs/distinfo +++ b/devel/libfshfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604738737 -SHA256 (libfshfs-experimental-20201104.tar.gz) = b7c566986a8ece99c5427eb13fb2122b640d1b9cf5d8056b54f7139837aa9fa9 -SIZE (libfshfs-experimental-20201104.tar.gz) = 1914552 +TIMESTAMP = 1622721276 +SHA256 (libfshfs-experimental-20210602.tar.gz) = 118188a88b0cc6bfbbb261f149f3bda186986e38d7e655ef2dcda417a0adb125 +SIZE (libfshfs-experimental-20210602.tar.gz) = 1920273 diff --git a/devel/libfsntfs/Makefile b/devel/libfsntfs/Makefile index 52e6f90d3d4..cdba5565f2f 100644 --- a/devel/libfsntfs/Makefile +++ b/devel/libfsntfs/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfsntfs # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201115 +DISTVERSION= experimental-20210503 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfsntfs/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfwnt.so:devel/libfwnt GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-python \ +CONFIGURE_ARGS= --enable-python --with-openssl=no \ --with-libfwnt=${LOCALBASE} CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config USES= libtool fuse pathfix pkgconfig python:3.5+ diff --git a/devel/libfsntfs/distinfo b/devel/libfsntfs/distinfo index b071730aba6..cd59668a98b 100644 --- a/devel/libfsntfs/distinfo +++ b/devel/libfsntfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605441413 -SHA256 (libfsntfs-experimental-20201115.tar.gz) = 01c7ceac23b560ea4f8f265a1f639713686bf7ae0b21500fd767685d5d2f9374 -SIZE (libfsntfs-experimental-20201115.tar.gz) = 2017683 +TIMESTAMP = 1620117396 +SHA256 (libfsntfs-experimental-20210503.tar.gz) = 54b16f73f1e71bed00976dfe45073cc242b893efbba9f51c08d2ca0ff98b6239 +SIZE (libfsntfs-experimental-20210503.tar.gz) = 2083247 diff --git a/devel/libfwnt/Makefile b/devel/libfwnt/Makefile index 002170327fb..b2d8632d0dd 100644 --- a/devel/libfwnt/Makefile +++ b/devel/libfwnt/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libfwnt -PORTVERSION= 20200723 +PORTVERSION= 20210421 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwnt/releases/download/${PORTVERSION}/ \ diff --git a/devel/libfwnt/distinfo b/devel/libfwnt/distinfo index 238281886ba..e946e31477b 100644 --- a/devel/libfwnt/distinfo +++ b/devel/libfwnt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595591142 -SHA256 (libfwnt-alpha-20200723.tar.gz) = 1d86708b303873c7174e5f231d7904ba8fdfc44e8ef5b438143327ce42c1318c -SIZE (libfwnt-alpha-20200723.tar.gz) = 1085871 +TIMESTAMP = 1619461934 +SHA256 (libfwnt-alpha-20210421.tar.gz) = 935b9377cc79f9b46920f4d4f137a7f941928922218825d20227f5a6eb89811d +SIZE (libfwnt-alpha-20210421.tar.gz) = 1086509 diff --git a/devel/libfwsi/Makefile b/devel/libfwsi/Makefile index 82c01bb8e31..6c6567c8805 100644 --- a/devel/libfwsi/Makefile +++ b/devel/libfwsi/Makefile @@ -2,7 +2,7 @@ PORTNAME= libfwsi # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201204 +DISTVERSION= experimental-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libfwsi/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libfwsi/distinfo b/devel/libfwsi/distinfo index e83811c5731..828bcec570e 100644 --- a/devel/libfwsi/distinfo +++ b/devel/libfwsi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607162926 -SHA256 (libfwsi-experimental-20201204.tar.gz) = 30a1f5217e94e941e1c70961463782fb68788a2389b1b5ffabd379a7fed9faf2 -SIZE (libfwsi-experimental-20201204.tar.gz) = 1361862 +TIMESTAMP = 1619461884 +SHA256 (libfwsi-experimental-20210419.tar.gz) = 4f719a71c2463c02710052e276ba4aa39ab0aabe45f893af285e6973f920cdff +SIZE (libfwsi-experimental-20210419.tar.gz) = 1362006 diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile deleted file mode 100644 index 01434d6b19a..00000000000 --- a/devel/libhid/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: ntarmos@ceid.upatras.gr - -PORTNAME= libhid -PORTVERSION= 0.2.16 -PORTREVISION= 4 -CATEGORIES= devel -MASTER_SITES= https://alioth-archive.debian.org/releases/libhid/libhid/${PORTVERSION}/ - -MAINTAINER= ntarmos@cs.uoi.gr -COMMENT= User-space HID access library written in C - -LICENSE= GPLv2 - -BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:textproc/libxslt \ - docbook-xsl>0:textproc/docbook-xsl \ - ${LOCALBASE}/bin/swig:devel/swig - -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-doxygen --disable-werror -INSTALL_TARGET= install-strip -USES= gmake libtool pathfix python:2.7 -USE_LDCONFIG= yes - -EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb - -post-patch: - @${REINPLACE_CMD} -e "s/required=1\.3/required=3.0/g" \ - ${WRKSRC}/configure - -.include diff --git a/devel/libhid/distinfo b/devel/libhid/distinfo deleted file mode 100644 index d12a9190ef0..00000000000 --- a/devel/libhid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (libhid-0.2.16.tar.gz) = f6809ab3b9c907cbb05ceba9ee6ca23a705f85fd71588518e14b3a7d9f2550e5 -SIZE (libhid-0.2.16.tar.gz) = 435245 diff --git a/devel/libhid/files/extra-patch-usb b/devel/libhid/files/extra-patch-usb deleted file mode 100644 index af78de7e0e4..00000000000 --- a/devel/libhid/files/extra-patch-usb +++ /dev/null @@ -1,12 +0,0 @@ ---- configure.orig 2007-04-26 04:25:25.000000000 +0400 -+++ configure 2009-03-07 20:26:02.000000000 +0300 -@@ -4846,8 +4846,8 @@ - done - - -- LIBUSB_CFLAGS="`libusb-config --cflags`" -- LIBUSB_LIBS="`libusb-config --libs`" -+ LIBUSB_CFLAGS="" -+ LIBUSB_LIBS="-lusb" - - diff --git a/devel/libhid/files/patch-Makefile.in b/devel/libhid/files/patch-Makefile.in deleted file mode 100644 index 05066af6360..00000000000 --- a/devel/libhid/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2007-07-16 13:40:13.000000000 +0300 -+++ Makefile.in 2007-07-16 13:41:37.000000000 +0300 -@@ -293,7 +293,7 @@ - README.licence - - DEBIAN_VERSION = ${shell head -1 debian/changelog 2>/dev/null | sed -e '1s,.*(\([^)]*\)).*,\1,'} --DEBIAN_ARCH = $(shell test -x `which dpkg-architecture 2>/dev/null` && dpkg-architecture -qDEB_BUILD_ARCH 2>/dev/null || echo i386) -+DEBIAN_ARCH = i386 - TARBALL = $(distdir).tar.gz - DEBDIR = .debian - STAMP = $(DEBDIR)/stamp diff --git a/devel/libhid/files/patch-configure b/devel/libhid/files/patch-configure deleted file mode 100644 index 89472902363..00000000000 --- a/devel/libhid/files/patch-configure +++ /dev/null @@ -1,31 +0,0 @@ ---- configure.orig 2007-04-26 00:25:25 UTC -+++ configure -@@ -22433,19 +22433,6 @@ echo "${ECHO_T}$swig_version" >&6; } - if test -z "$available_patch" ; then - available_patch=0 - fi -- if test $available_major -ne $required_major \ -- -o $available_minor -ne $required_minor \ -- -o $available_patch -lt $required_patch ; then -- { echo "$as_me:$LINENO: WARNING: SWIG version >= 1.3 is required. You have $swig_version. You should look at http://www.swig.org" >&5 --echo "$as_me: WARNING: SWIG version >= 1.3 is required. You have $swig_version. You should look at http://www.swig.org" >&2;} -- SWIG='echo "Error: SWIG version >= 1.3 is required. You have '"$swig_version"'. You should look at http://www.swig.org" ; false' -- else -- { echo "$as_me:$LINENO: SWIG executable is '$SWIG'" >&5 --echo "$as_me: SWIG executable is '$SWIG'" >&6;} -- SWIG_LIB=`$SWIG -swiglib` -- { echo "$as_me:$LINENO: SWIG library directory is '$SWIG_LIB'" >&5 --echo "$as_me: SWIG library directory is '$SWIG_LIB'" >&6;} -- fi - else - { echo "$as_me:$LINENO: WARNING: cannot determine SWIG version" >&5 - echo "$as_me: WARNING: cannot determine SWIG version" >&2;} -@@ -22785,7 +22772,7 @@ echo $ECHO_N "checking for Python library path... $ECH - - PYTHON_LDFLAGS=`$PYTHON -c "from distutils.sysconfig import *; \ - import os; \ -- print apply(os.path.join, get_config_vars('LIBPL', 'LDLIBRARY'))"` -+ print apply(os.path.join, get_config_vars('LIBDIR', 'LDLIBRARY'))"` - fi - { echo "$as_me:$LINENO: result: $PYTHON_LDFLAGS" >&5 - echo "${ECHO_T}$PYTHON_LDFLAGS" >&6; } diff --git a/devel/libhid/files/patch-hidparser-hidtypes.h b/devel/libhid/files/patch-hidparser-hidtypes.h deleted file mode 100644 index 43086c0b850..00000000000 --- a/devel/libhid/files/patch-hidparser-hidtypes.h +++ /dev/null @@ -1,11 +0,0 @@ ---- hidparser/hidtypes.h.orig 2007-07-16 12:21:55.000000000 +0300 -+++ hidparser/hidtypes.h 2007-07-16 12:22:04.000000000 +0300 -@@ -21,7 +21,7 @@ - typedef unsigned char uchar; - #endif - --#if HPUX || __APPLE__ -+#if HPUX || __APPLE__ || __FreeBSD__ - typedef unsigned long ulong; - #endif - diff --git a/devel/libhid/files/patch-src_hid_initialisation.c b/devel/libhid/files/patch-src_hid_initialisation.c deleted file mode 100644 index 014adf4987d..00000000000 --- a/devel/libhid/files/patch-src_hid_initialisation.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/hid_initialisation.c.orig 2009-03-07 20:27:43.000000000 +0300 -+++ src/hid_initialisation.c 2009-03-07 20:29:25.000000000 +0300 -@@ -4,6 +4,7 @@ - #define HID_INTERNAL - - #include "config.h" -+#include - #include - #include - diff --git a/devel/libhid/files/patch-src_hid_opening.c b/devel/libhid/files/patch-src_hid_opening.c deleted file mode 100644 index 19b080d901e..00000000000 --- a/devel/libhid/files/patch-src_hid_opening.c +++ /dev/null @@ -1,9 +0,0 @@ ---- src/hid_opening.c.orig 2009-03-07 20:28:09.000000000 +0300 -+++ src/hid_opening.c 2009-03-07 20:29:17.000000000 +0300 -@@ -1,5 +1,6 @@ - #define HID_INTERNAL - -+#include - #include - #include - #include diff --git a/devel/libhid/files/patch-src_hid_parsing.c b/devel/libhid/files/patch-src_hid_parsing.c deleted file mode 100644 index 3eccd4b712e..00000000000 --- a/devel/libhid/files/patch-src_hid_parsing.c +++ /dev/null @@ -1,9 +0,0 @@ ---- src/hid_parsing.c.orig 2009-03-07 20:29:35.000000000 +0300 -+++ src/hid_parsing.c 2009-03-07 20:29:43.000000000 +0300 -@@ -1,5 +1,6 @@ - #define HID_INTERNAL - -+#include - #include - #include - diff --git a/devel/libhid/files/patch-test_lshid.c b/devel/libhid/files/patch-test_lshid.c deleted file mode 100644 index 2b107ca7b9a..00000000000 --- a/devel/libhid/files/patch-test_lshid.c +++ /dev/null @@ -1,10 +0,0 @@ ---- test/lshid.c.orig 2009-03-07 20:30:14.000000000 +0300 -+++ test/lshid.c 2009-03-07 20:30:20.000000000 +0300 -@@ -23,6 +23,7 @@ - - #include - #include -+#include - #include - - char *hid_id[32]; /* FIXME: 32 devices MAX */ diff --git a/devel/libhid/files/patch-test_test_libhid.c b/devel/libhid/files/patch-test_test_libhid.c deleted file mode 100644 index dbb18830a71..00000000000 --- a/devel/libhid/files/patch-test_test_libhid.c +++ /dev/null @@ -1,9 +0,0 @@ ---- test/test_libhid.c.orig 2009-03-07 20:29:59.000000000 +0300 -+++ test/test_libhid.c 2009-03-07 20:30:05.000000000 +0300 -@@ -1,5 +1,6 @@ - #include - #include -+#include - #include - - bool match_serial_number(struct usb_dev_handle* usbdev, void* custom, unsigned int len) diff --git a/devel/libhid/pkg-descr b/devel/libhid/pkg-descr deleted file mode 100644 index 4ff19da6b2a..00000000000 --- a/devel/libhid/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -LibHID is a user-space HID access library written in C. It provides a -generic and flexible way to access and interact with USB HID devices, -much like libusb does for plain USB devices. It is based on libusb, thus -it requires no HID support in the kernel. Furthermore, it aims to -support all operating system supported by libusb: Linux, BSD, OS X, and -Windows. - - -WWW: http://libhid.alioth.debian.org/ diff --git a/devel/libhid/pkg-plist b/devel/libhid/pkg-plist deleted file mode 100644 index 6712d2597a8..00000000000 --- a/devel/libhid/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -bin/libhid-detach-device -include/hid.h -include/hidparser.h -include/hidtypes.h -lib/libhid.a -lib/libhid.so -lib/libhid.so.0 -lib/libhid.so.0.0.0 -libdata/pkgconfig/libhid.pc -man/man1/libhid-detach-device.1.gz -%%PYTHON_SITELIBDIR%%/libhid/_hid.a -%%PYTHON_SITELIBDIR%%/libhid/_hid.so -%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0 -%%PYTHON_SITELIBDIR%%/libhid/_hid.so.0.0.0 -%%PYTHON_SITELIBDIR%%/libhid/__init__.py -%%PYTHON_SITELIBDIR%%/libhid/__init__.pyc -%%PYTHON_SITELIBDIR%%/libhid/__init__.pyo -%%PYTHON_SITELIBDIR%%/libhid/hid.py -%%PYTHON_SITELIBDIR%%/libhid/hid.pyc -%%PYTHON_SITELIBDIR%%/libhid/hid.pyo -%%PYTHON_SITELIBDIR%%/libhid/hidwrap.py -%%PYTHON_SITELIBDIR%%/libhid/hidwrap.pyc -%%PYTHON_SITELIBDIR%%/libhid/hidwrap.pyo diff --git a/devel/liblnk/Makefile b/devel/liblnk/Makefile index 1427cea0df7..f4f7d03157a 100644 --- a/devel/liblnk/Makefile +++ b/devel/liblnk/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= liblnk -PORTVERSION= 20200810 +PORTVERSION= 20210417 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/liblnk/releases/download/${PORTVERSION}/ \ diff --git a/devel/liblnk/distinfo b/devel/liblnk/distinfo index 51c4ec8dd37..d6514378d66 100644 --- a/devel/liblnk/distinfo +++ b/devel/liblnk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597168867 -SHA256 (liblnk-alpha-20200810.tar.gz) = 32f985a2ddae49a47d7710367ed74bdc775a013c55cae584b52d5c2f0c49a4bf -SIZE (liblnk-alpha-20200810.tar.gz) = 1574106 +TIMESTAMP = 1619461831 +SHA256 (liblnk-alpha-20210417.tar.gz) = 801397c3dbda2b8b0b3e47fdc309b76169e9e8298e6dbfefdb24a543255d0520 +SIZE (liblnk-alpha-20210417.tar.gz) = 1576134 diff --git a/devel/liblxqt/Makefile b/devel/liblxqt/Makefile index 552e30003a8..40e73f94444 100644 --- a/devel/liblxqt/Makefile +++ b/devel/liblxqt/Makefile @@ -2,6 +2,7 @@ PORTNAME= liblxqt PORTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= LXQT diff --git a/devel/libmodi/Makefile b/devel/libmodi/Makefile new file mode 100644 index 00000000000..96f0c24a4a3 --- /dev/null +++ b/devel/libmodi/Makefile @@ -0,0 +1,28 @@ +PORTNAME= libmodi +# If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH +DISTVERSION= experimental-20210515 +CATEGORIES= devel +MASTER_SITES= https://github.com/libyal/libmodi/releases/download/${PORTVERSION:E}/ \ + LOCAL/antoine + +MAINTAINER= antoine@FreeBSD.org +COMMENT= Library and tools to access the Mac OS disk image formats + +LICENSE= LGPL3+ +LICENSE_FILE= ${WRKSRC}/COPYING + +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-python --with-openssl=no +CONFIGURE_ENV= PYTHON_CONFIG=${PYTHON_CMD}-config +USES= fuse libtool pathfix pkgconfig python:3.5+ +USE_LDCONFIG= yes +INSTALL_TARGET= install-strip +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:E} + +OPTIONS_DEFINE= NLS + +NLS_USES= gettext +NLS_CONFIGURE_ON= --with-libintl-prefix=${LOCALBASE} +NLS_CONFIGURE_OFF= --disable-nls + +.include diff --git a/devel/libmodi/distinfo b/devel/libmodi/distinfo new file mode 100644 index 00000000000..3a13b2f5502 --- /dev/null +++ b/devel/libmodi/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621093678 +SHA256 (libmodi-experimental-20210515.tar.gz) = 75cbf299ad78ebd481306cca49c222e06cfb9156f3dbb504997a4af2a2f0e535 +SIZE (libmodi-experimental-20210515.tar.gz) = 2011077 diff --git a/devel/libmodi/pkg-descr b/devel/libmodi/pkg-descr new file mode 100644 index 00000000000..7507405a37f --- /dev/null +++ b/devel/libmodi/pkg-descr @@ -0,0 +1,3 @@ +Library and tools to access the Mac OS disk image formats + +WWW: https://github.com/libyal/libmodi diff --git a/devel/libmodi/pkg-plist b/devel/libmodi/pkg-plist new file mode 100644 index 00000000000..dfdb7e6e7d7 --- /dev/null +++ b/devel/libmodi/pkg-plist @@ -0,0 +1,18 @@ +bin/modiinfo +bin/modimount +include/libmodi.h +include/libmodi/codepage.h +include/libmodi/definitions.h +include/libmodi/error.h +include/libmodi/extern.h +include/libmodi/features.h +include/libmodi/types.h +lib/libmodi.a +lib/libmodi.so +lib/libmodi.so.1 +lib/libmodi.so.1.0.0 +%%PYTHON_SITELIBDIR%%/pymodi.a +%%PYTHON_SITELIBDIR%%/pymodi.so +libdata/pkgconfig/libmodi.pc +man/man1/modiinfo.1.gz +man/man3/libmodi.3.gz diff --git a/devel/libmsiecf/Makefile b/devel/libmsiecf/Makefile index 34f3911640c..8d340782222 100644 --- a/devel/libmsiecf/Makefile +++ b/devel/libmsiecf/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libmsiecf -DISTVERSION= alpha-20200710 +DISTVERSION= alpha-20210420 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libmsiecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libmsiecf/distinfo b/devel/libmsiecf/distinfo index e62c03ebe79..b955d05d86e 100644 --- a/devel/libmsiecf/distinfo +++ b/devel/libmsiecf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1594414474 -SHA256 (libmsiecf-alpha-20200710.tar.gz) = 1b39d2dcfdd2354eba2fb39109dab874674337d5e8337b6ac5cbc7ea280a452f -SIZE (libmsiecf-alpha-20200710.tar.gz) = 1529620 +TIMESTAMP = 1619461785 +SHA256 (libmsiecf-alpha-20210420.tar.gz) = 078f143bcde4cce4210346517469da0a6b7e86367d57422ded7e0bd38eff971a +SIZE (libmsiecf-alpha-20210420.tar.gz) = 1568600 diff --git a/devel/libolecf/Makefile b/devel/libolecf/Makefile index 4e51d7e4e51..f2fef9df7df 100644 --- a/devel/libolecf/Makefile +++ b/devel/libolecf/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libolecf -DISTVERSION= alpha-20201004 +DISTVERSION= alpha-20210512 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libolecf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libolecf/distinfo b/devel/libolecf/distinfo index 9e425e4b7b0..a1ef8618e2d 100644 --- a/devel/libolecf/distinfo +++ b/devel/libolecf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601879098 -SHA256 (libolecf-alpha-20201004.tar.gz) = e60b2ef31db4c28303e33c7b7ce461f07f18f5ea1463687a4d8e2665a3f9393e -SIZE (libolecf-alpha-20201004.tar.gz) = 1636179 +TIMESTAMP = 1620849126 +SHA256 (libolecf-alpha-20210512.tar.gz) = 95cb3adf13cee017acde861ebc45ec83ec85239f20049c2acd0387812f0f275e +SIZE (libolecf-alpha-20210512.tar.gz) = 1641394 diff --git a/devel/libosmo-abis/Makefile b/devel/libosmo-abis/Makefile deleted file mode 100644 index 5ef5285aa36..00000000000 --- a/devel/libosmo-abis/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= libosmo-abis -PORTVERSION= 0.7.0 -CATEGORIES= devel -MASTER_SITES= http://git.osmocom.org/libosmo-abis/snapshot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Shared code regarding the A-bis interface between BTS and BSC - -LICENSE= AGPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libosmocore.so:devel/libosmocore \ - libtalloc.so:devel/talloc \ - libortp.so:net/ortp - -USES= autoreconf gmake libtool pathfix pkgconfig -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USE_LDCONFIG= yes - -post-patch: - ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version - -.include diff --git a/devel/libosmo-abis/distinfo b/devel/libosmo-abis/distinfo deleted file mode 100644 index d1228c014ba..00000000000 --- a/devel/libosmo-abis/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1570136275 -SHA256 (libosmo-abis-0.7.0.tar.gz) = d869a1cfb3afdb3d5786ba0708bdb166ab85621bab653aee138d0bd7b34c40f6 -SIZE (libosmo-abis-0.7.0.tar.gz) = 90549 diff --git a/devel/libosmo-abis/pkg-descr b/devel/libosmo-abis/pkg-descr deleted file mode 100644 index a96eed545b5..00000000000 --- a/devel/libosmo-abis/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is a library containing common/shared code regarding the A-bis -interface between BTS and BSC. It implements drivers for mISDN and DAHDI -based E1 cards, as well as some A-bis/IP dialects. - -WWW: http://openbsc.osmocom.org/trac/wiki/libosmo-abis diff --git a/devel/libosmo-abis/pkg-plist b/devel/libosmo-abis/pkg-plist deleted file mode 100644 index ee40cfb5d22..00000000000 --- a/devel/libosmo-abis/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -include/osmocom/abis/ipa.h -include/osmocom/abis/trau_frame.h -include/osmocom/abis/ipa_proxy.h -include/osmocom/abis/ipaccess.h -include/osmocom/abis/abis.h -include/osmocom/abis/subchan_demux.h -include/osmocom/abis/e1_input.h -include/osmocom/abis/lapd.h -include/osmocom/abis/lapd_pcap.h -include/osmocom/abis/unixsocket_proto.h -include/osmocom/trau/osmo_ortp.h -lib/libosmoabis.so.6.1.0 -lib/libosmoabis.so.6 -lib/libosmoabis.so -lib/libosmotrau.so.2.2.0 -lib/libosmotrau.so.2 -lib/libosmotrau.so -lib/libosmoabis.a -lib/libosmotrau.a -libdata/pkgconfig/libosmoabis.pc -libdata/pkgconfig/libosmotrau.pc diff --git a/devel/libosmocore/Makefile b/devel/libosmocore/Makefile deleted file mode 100644 index 5d4640bb645..00000000000 --- a/devel/libosmocore/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -PORTNAME= libosmocore -PORTVERSION= 1.2.0 -CATEGORIES= devel -MASTER_SITES= http://git.osmocom.org/libosmocore/snapshot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Common library for all Osmocom projects - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libgnutls.so:security/gnutls \ - libpcsclite.so:devel/pcsc-lite \ - libtalloc.so:devel/talloc - -USES= alias autoreconf gmake libtool pathfix pkgconfig python:2.7 \ - shebangfix - -GNU_CONFIGURE= yes -LDFLAGS+= -lexecinfo -USE_LDCONFIG= yes -INSTALL_TARGET= install-strip -PORTDOCS= * -SHEBANG_FILES= utils/conv_codes_gsm.py utils/conv_gen.py -python_OLD_CMD= /usr/bin/python2 - -CFLAGS+= -fcommon - -OPTIONS_DEFINE= DOCS DOXYGEN - -DOXYGEN_IMPLIES= DOCS -DOXYGEN_BUILD_DEPENDS= dot:graphics/graphviz \ - doxygen:devel/doxygen -DOXYGEN_CONFIGURE_ENV_OFF= ac_cv_path_DOXYGEN=false - -post-patch: - ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version - @${REINPLACE_CMD} -e '/#pragma GCC diagnostic/d' \ - ${WRKSRC}/src/application.c \ - ${WRKSRC}/src/gb/gprs_bssgp.c \ - ${WRKSRC}/src/gb/gprs_bssgp_bss.c - @${REINPLACE_CMD} -e 's/python2/${PYTHON_VERSION}/' \ - -e 's,(AM_V_GEN)python ,(AM_V_GEN)${PYTHON_VERSION} ,' \ - ${WRKSRC}/include/Makefile.am \ - ${WRKSRC}/src/gsm/Makefile.am \ - ${WRKSRC}/tests/Makefile.am - -.include diff --git a/devel/libosmocore/distinfo b/devel/libosmocore/distinfo deleted file mode 100644 index efc51dd437c..00000000000 --- a/devel/libosmocore/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1568838407 -SHA256 (libosmocore-1.2.0.tar.gz) = 74b8e0edb2a97eb3665f4004ed7b5c6a42c2e3f5fe29dcd5d474e7c4d1d11888 -SIZE (libosmocore-1.2.0.tar.gz) = 1234979 diff --git a/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c b/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c deleted file mode 100644 index 491952688a7..00000000000 --- a/devel/libosmocore/files/patch-src_gb_gprs__ns__sns.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/gb/gprs_ns_sns.c.orig 2019-05-22 09:31:16 UTC -+++ src/gb/gprs_ns_sns.c -@@ -11,6 +11,8 @@ - #include - #include - -+#include -+ - #include - #include - #include diff --git a/devel/libosmocore/files/patch-src_sockaddr__str.c b/devel/libosmocore/files/patch-src_sockaddr__str.c deleted file mode 100644 index 62010f401a1..00000000000 --- a/devel/libosmocore/files/patch-src_sockaddr__str.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sockaddr_str.c.orig 2019-05-22 09:18:33 UTC -+++ src/sockaddr_str.c -@@ -38,6 +38,8 @@ - #include - #include - -+#include -+ - /*! \addtogroup sockaddr_str - * - * Common operations to store IP address as a char string along with a uint16_t port number. diff --git a/devel/libosmocore/files/patch-src_timer__clockgettime.c b/devel/libosmocore/files/patch-src_timer__clockgettime.c deleted file mode 100644 index 1e24cd2ea43..00000000000 --- a/devel/libosmocore/files/patch-src_timer__clockgettime.c +++ /dev/null @@ -1,27 +0,0 @@ ---- src/timer_clockgettime.c.orig 2019-05-07 16:36:51 UTC -+++ src/timer_clockgettime.c -@@ -75,16 +75,16 @@ static struct fakeclock* clkid_to_fakeclock(clockid_t - switch(clk_id) { - case CLOCK_REALTIME: - return &realtime; -- case CLOCK_REALTIME_COARSE: -- return &realtime_coarse; -+// case CLOCK_REALTIME_COARSE: -+// return &realtime_coarse; - case CLOCK_MONOTONIC: - return &mono; -- case CLOCK_MONOTONIC_COARSE: -- return &mono_coarse; -- case CLOCK_MONOTONIC_RAW: -- return &mono_raw; -- case CLOCK_BOOTTIME: -- return &boottime; -+// case CLOCK_MONOTONIC_COARSE: -+// return &mono_coarse; -+// case CLOCK_MONOTONIC_RAW: -+// return &mono_raw; -+// case CLOCK_BOOTTIME: -+// return &boottime; - case CLOCK_PROCESS_CPUTIME_ID: - return &proc_cputime_id; - case CLOCK_THREAD_CPUTIME_ID: diff --git a/devel/libosmocore/pkg-descr b/devel/libosmocore/pkg-descr deleted file mode 100644 index 7c3933fcfbc..00000000000 --- a/devel/libosmocore/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -libosmocore is a library with various utility functions that were -originally developed as part of the OpenBSC project, but which are -of a more generic nature and thus useful to (at least) other programs -that we develop in the sphere of Free Software / Open Source mobile -communications. - -WWW: http://bb.osmocom.org/trac/wiki/libosmocore diff --git a/devel/libosmocore/pkg-plist b/devel/libosmocore/pkg-plist deleted file mode 100644 index b0152855ae4..00000000000 --- a/devel/libosmocore/pkg-plist +++ /dev/null @@ -1,185 +0,0 @@ -bin/osmo-arfcn -bin/osmo-auc-gen -bin/osmo-config-merge -bin/osmo-release.sh -include/osmo-release.mk -include/osmocom/codec/codec.h -include/osmocom/codec/ecu.h -include/osmocom/codec/gsm610_bits.h -include/osmocom/coding/gsm0503_coding.h -include/osmocom/coding/gsm0503_interleaving.h -include/osmocom/coding/gsm0503_mapping.h -include/osmocom/coding/gsm0503_parity.h -include/osmocom/coding/gsm0503_tables.h -include/osmocom/core/application.h -include/osmocom/core/backtrace.h -include/osmocom/core/bit16gen.h -include/osmocom/core/bit32gen.h -include/osmocom/core/bit64gen.h -include/osmocom/core/bitcomp.h -include/osmocom/core/bits.h -include/osmocom/core/bitvec.h -include/osmocom/core/byteswap.h -include/osmocom/core/conv.h -include/osmocom/core/counter.h -include/osmocom/core/crc16.h -include/osmocom/core/crc16gen.h -include/osmocom/core/crc32gen.h -include/osmocom/core/crc64gen.h -include/osmocom/core/crc8gen.h -include/osmocom/core/crcgen.h -include/osmocom/core/defs.h -include/osmocom/core/endian.h -include/osmocom/core/fsm.h -include/osmocom/core/gsmtap.h -include/osmocom/core/gsmtap_util.h -include/osmocom/core/isdnhdlc.h -include/osmocom/core/linuxlist.h -include/osmocom/core/linuxrbtree.h -include/osmocom/core/logging.h -include/osmocom/core/loggingrb.h -include/osmocom/core/macaddr.h -include/osmocom/core/msgb.h -include/osmocom/core/msgfile.h -include/osmocom/core/panic.h -include/osmocom/core/plugin.h -include/osmocom/core/prbs.h -include/osmocom/core/prim.h -include/osmocom/core/process.h -include/osmocom/core/rate_ctr.h -include/osmocom/core/select.h -include/osmocom/core/sercomm.h -include/osmocom/core/serial.h -include/osmocom/core/signal.h -include/osmocom/core/sockaddr_str.h -include/osmocom/core/socket.h -include/osmocom/core/stat_item.h -include/osmocom/core/statistics.h -include/osmocom/core/stats.h -include/osmocom/core/strrb.h -include/osmocom/core/talloc.h -include/osmocom/core/tdef.h -include/osmocom/core/timer.h -include/osmocom/core/timer_compat.h -include/osmocom/core/use_count.h -include/osmocom/core/utils.h -include/osmocom/core/write_queue.h -include/osmocom/crypt/auth.h -include/osmocom/crypt/gprs_cipher.h -include/osmocom/ctrl/control_cmd.h -include/osmocom/ctrl/control_if.h -include/osmocom/ctrl/control_vty.h -include/osmocom/ctrl/ports.h -include/osmocom/gprs/gprs_bssgp.h -include/osmocom/gprs/gprs_bssgp_bss.h -include/osmocom/gprs/gprs_msgb.h -include/osmocom/gprs/gprs_ns.h -include/osmocom/gprs/gprs_ns_frgre.h -include/osmocom/gprs/gprs_rlc.h -include/osmocom/gprs/protocol/gsm_04_60.h -include/osmocom/gprs/protocol/gsm_08_16.h -include/osmocom/gprs/protocol/gsm_08_18.h -include/osmocom/gsm/a5.h -include/osmocom/gsm/abis_nm.h -include/osmocom/gsm/apn.h -include/osmocom/gsm/bitvec_gsm.h -include/osmocom/gsm/bts_features.h -include/osmocom/gsm/cbsp.h -include/osmocom/gsm/comp128.h -include/osmocom/gsm/comp128v23.h -include/osmocom/gsm/gan.h -include/osmocom/gsm/gsm0341.h -include/osmocom/gsm/gsm0411_smc.h -include/osmocom/gsm/gsm0411_smr.h -include/osmocom/gsm/gsm0411_utils.h -include/osmocom/gsm/gsm0480.h -include/osmocom/gsm/gsm0502.h -include/osmocom/gsm/gsm0503.h -include/osmocom/gsm/gsm0808.h -include/osmocom/gsm/gsm0808_utils.h -include/osmocom/gsm/gsm23003.h -include/osmocom/gsm/gsm29118.h -include/osmocom/gsm/gsm29205.h -include/osmocom/gsm/gsm48.h -include/osmocom/gsm/gsm48_arfcn_range_encode.h -include/osmocom/gsm/gsm48_ie.h -include/osmocom/gsm/gsm48_rest_octets.h -include/osmocom/gsm/gsm_utils.h -include/osmocom/gsm/gsup.h -include/osmocom/gsm/gsup_sms.h -include/osmocom/gsm/ipa.h -include/osmocom/gsm/l1sap.h -include/osmocom/gsm/lapd_core.h -include/osmocom/gsm/lapdm.h -include/osmocom/gsm/meas_rep.h -include/osmocom/gsm/mncc.h -include/osmocom/gsm/oap.h -include/osmocom/gsm/oap_client.h -include/osmocom/gsm/prim.h -include/osmocom/gsm/protocol/gsm_03_40.h -include/osmocom/gsm/protocol/gsm_03_41.h -include/osmocom/gsm/protocol/gsm_04_08.h -include/osmocom/gsm/protocol/gsm_04_08_gprs.h -include/osmocom/gsm/protocol/gsm_04_11.h -include/osmocom/gsm/protocol/gsm_04_12.h -include/osmocom/gsm/protocol/gsm_04_14.h -include/osmocom/gsm/protocol/gsm_04_80.h -include/osmocom/gsm/protocol/gsm_08_08.h -include/osmocom/gsm/protocol/gsm_08_58.h -include/osmocom/gsm/protocol/gsm_09_02.h -include/osmocom/gsm/protocol/gsm_12_21.h -include/osmocom/gsm/protocol/gsm_23_003.h -include/osmocom/gsm/protocol/gsm_23_041.h -include/osmocom/gsm/protocol/gsm_29_118.h -include/osmocom/gsm/protocol/gsm_44_318.h -include/osmocom/gsm/protocol/gsm_48_049.h -include/osmocom/gsm/protocol/ipaccess.h -include/osmocom/gsm/protocol/smpp34_osmocom.h -include/osmocom/gsm/rsl.h -include/osmocom/gsm/rxlev_stat.h -include/osmocom/gsm/sysinfo.h -include/osmocom/gsm/tlv.h -include/osmocom/sim/class_tables.h -include/osmocom/sim/sim.h -include/osmocom/vty/buffer.h -include/osmocom/vty/command.h -include/osmocom/vty/logging.h -include/osmocom/vty/misc.h -include/osmocom/vty/ports.h -include/osmocom/vty/stats.h -include/osmocom/vty/tdef_vty.h -include/osmocom/vty/telnet_interface.h -include/osmocom/vty/vector.h -include/osmocom/vty/vty.h -lib/libosmocodec.so -lib/libosmocodec.so.0 -lib/libosmocodec.so.0.1.1 -lib/libosmocoding.so -lib/libosmocoding.so.0 -lib/libosmocoding.so.0.1.1 -lib/libosmocore.so -lib/libosmocore.so.12 -lib/libosmocore.so.12.2.0 -lib/libosmoctrl.so -lib/libosmoctrl.so.0 -lib/libosmoctrl.so.0.4.0 -lib/libosmogb.so -lib/libosmogb.so.9 -lib/libosmogb.so.9.0.1 -lib/libosmogsm.so -lib/libosmogsm.so.13 -lib/libosmogsm.so.13.0.0 -lib/libosmosim.so -lib/libosmosim.so.0 -lib/libosmosim.so.0.1.1 -lib/libosmovty.so -lib/libosmovty.so.4 -lib/libosmovty.so.4.4.0 -libdata/pkgconfig/libosmocodec.pc -libdata/pkgconfig/libosmocoding.pc -libdata/pkgconfig/libosmocore.pc -libdata/pkgconfig/libosmoctrl.pc -libdata/pkgconfig/libosmogb.pc -libdata/pkgconfig/libosmogsm.pc -libdata/pkgconfig/libosmosim.pc -libdata/pkgconfig/libosmovty.pc diff --git a/devel/libphonenumber/Makefile b/devel/libphonenumber/Makefile index 2b171e28841..56c7d36ee4e 100644 --- a/devel/libphonenumber/Makefile +++ b/devel/libphonenumber/Makefile @@ -1,6 +1,6 @@ PORTNAME= libphonenumber DISTVERSIONPREFIX= v -DISTVERSION= 8.12.25 +DISTVERSION= 8.12.26 CATEGORIES= devel MAINTAINER= kde@FreeBSD.org diff --git a/devel/libphonenumber/distinfo b/devel/libphonenumber/distinfo index 58c5c51d19c..de2da09fa8f 100644 --- a/devel/libphonenumber/distinfo +++ b/devel/libphonenumber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624012431 -SHA256 (google-libphonenumber-v8.12.25_GH0.tar.gz) = 0df634dbc79a6665f910ec4923713430993ba1a70ebb56045ee29eb6251d4201 -SIZE (google-libphonenumber-v8.12.25_GH0.tar.gz) = 10988736 +TIMESTAMP = 1624738593 +SHA256 (google-libphonenumber-v8.12.26_GH0.tar.gz) = b8b37fe1825863a964660415cacf687c711eff88c64904cce8a8030234c0a334 +SIZE (google-libphonenumber-v8.12.26_GH0.tar.gz) = 10988480 diff --git a/devel/libqcow/Makefile b/devel/libqcow/Makefile index 08ad86e6677..a8935ef5f01 100644 --- a/devel/libqcow/Makefile +++ b/devel/libqcow/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libqcow -DISTVERSION= alpha-20201213 +DISTVERSION= alpha-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libqcow/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libqcow/distinfo b/devel/libqcow/distinfo index d6eddc66d98..53f72bd78ad 100644 --- a/devel/libqcow/distinfo +++ b/devel/libqcow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607937610 -SHA256 (libqcow-alpha-20201213.tar.gz) = a2c70ca62cd559a342461ab51b60efd1e33605f0d8aad3163d67932c7b7258ae -SIZE (libqcow-alpha-20201213.tar.gz) = 1539028 +TIMESTAMP = 1619461679 +SHA256 (libqcow-alpha-20210419.tar.gz) = 354275bfa9e40f6bf03138d6b939c3a8e290e2f594b13873973ee8660f612051 +SIZE (libqcow-alpha-20210419.tar.gz) = 1539747 diff --git a/devel/libregf/Makefile b/devel/libregf/Makefile index 27a9ff4f5b6..45da562003f 100644 --- a/devel/libregf/Makefile +++ b/devel/libregf/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libregf -DISTVERSION= alpha-20201007 +DISTVERSION= alpha-20210615 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libregf/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libregf/distinfo b/devel/libregf/distinfo index 1598af078fa..6ee192ce1a1 100644 --- a/devel/libregf/distinfo +++ b/devel/libregf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1602138320 -SHA256 (libregf-alpha-20201007.tar.gz) = 3460f877d980e9de3dff45e72feda1819730e0b8189d94836676dd8327715e0b -SIZE (libregf-alpha-20201007.tar.gz) = 1678494 +TIMESTAMP = 1623792626 +SHA256 (libregf-alpha-20210615.tar.gz) = 6815acf84a2cc091492bc7b536747ddf88d061ab8583ace4635a3d6608e1b3be +SIZE (libregf-alpha-20210615.tar.gz) = 1690024 diff --git a/devel/libscca/Makefile b/devel/libscca/Makefile index e35d8069682..4a6348f9681 100644 --- a/devel/libscca/Makefile +++ b/devel/libscca/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libscca -DISTVERSION= alpha-20200717 +DISTVERSION= alpha-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libscca/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libscca/distinfo b/devel/libscca/distinfo index 44ab27810a5..15d9b1b1d81 100644 --- a/devel/libscca/distinfo +++ b/devel/libscca/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595591186 -SHA256 (libscca-alpha-20200717.tar.gz) = 8b0d215d9579b274b75265c346c95a48f6d12bd8bea755b186105a04fe32b792 -SIZE (libscca-alpha-20200717.tar.gz) = 1651492 +TIMESTAMP = 1619461588 +SHA256 (libscca-alpha-20210419.tar.gz) = 302851679177822474fccc69fc0261d85370c3ebe4e3bdc292535064c779d1b0 +SIZE (libscca-alpha-20210419.tar.gz) = 1657043 diff --git a/devel/libsigscan/Makefile b/devel/libsigscan/Makefile index 5466bc27ec8..17fbfe73b4b 100644 --- a/devel/libsigscan/Makefile +++ b/devel/libsigscan/Makefile @@ -2,7 +2,7 @@ PORTNAME= libsigscan # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20201117 +DISTVERSION= experimental-20210419 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsigscan/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libsigscan/distinfo b/devel/libsigscan/distinfo index 5df7045f76e..2832e17f41d 100644 --- a/devel/libsigscan/distinfo +++ b/devel/libsigscan/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1605684134 -SHA256 (libsigscan-experimental-20201117.tar.gz) = 16f1cb234890175aa9da4bb4ff7fe2c9135cc076366c750b8686fa083e13f4a6 -SIZE (libsigscan-experimental-20201117.tar.gz) = 1369165 +TIMESTAMP = 1619461554 +SHA256 (libsigscan-experimental-20210419.tar.gz) = 37988ac191f79b9bc64e67f3565c615bddf05dd64a28398fbb5c4c6ec0ffc943 +SIZE (libsigscan-experimental-20210419.tar.gz) = 1372312 diff --git a/devel/libsmdev/Makefile b/devel/libsmdev/Makefile index 01886ac552d..c888823c3f9 100644 --- a/devel/libsmdev/Makefile +++ b/devel/libsmdev/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libsmdev -DISTVERSION= alpha-20201204 +DISTVERSION= alpha-20210418 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmdev/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libsmdev/distinfo b/devel/libsmdev/distinfo index efc2bac6aba..8997f24bf15 100644 --- a/devel/libsmdev/distinfo +++ b/devel/libsmdev/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607112387 -SHA256 (libsmdev-alpha-20201204.tar.gz) = 9cf1bab91989a6c87f62cfa0ec0618a78d7bd40a5a463d7cf117b56c13518ee8 -SIZE (libsmdev-alpha-20201204.tar.gz) = 1229436 +TIMESTAMP = 1619461509 +SHA256 (libsmdev-alpha-20210418.tar.gz) = a4e875f4dd3f5a393dbb2b623bac47813a5819ed4e485e4c8b6f57d929875211 +SIZE (libsmdev-alpha-20210418.tar.gz) = 1229702 diff --git a/devel/libsmraw/Makefile b/devel/libsmraw/Makefile index 4bd415f757d..0ac0cb50ce2 100644 --- a/devel/libsmraw/Makefile +++ b/devel/libsmraw/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libsmraw -DISTVERSION= alpha-20201210 +DISTVERSION= alpha-20210418 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libsmraw/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libsmraw/distinfo b/devel/libsmraw/distinfo index dd9ec0329e8..f2f30279a85 100644 --- a/devel/libsmraw/distinfo +++ b/devel/libsmraw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607696390 -SHA256 (libsmraw-alpha-20201210.tar.gz) = 3b9db37e73a14820a6357cb986833a3c9214f603b4665ab198adb51643d4fd50 -SIZE (libsmraw-alpha-20201210.tar.gz) = 1632623 +TIMESTAMP = 1619461457 +SHA256 (libsmraw-alpha-20210418.tar.gz) = e5bccb6380c2ad8ce9d18eaad9479ff2bb91c2d14d472af80ed8853d42825aa4 +SIZE (libsmraw-alpha-20210418.tar.gz) = 1637343 diff --git a/devel/libsoup/Makefile b/devel/libsoup/Makefile index ab65d9a4bc0..be036f740e3 100644 --- a/devel/libsoup/Makefile +++ b/devel/libsoup/Makefile @@ -2,7 +2,7 @@ PORTNAME= libsoup PORTVERSION= 2.72.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -18,14 +18,27 @@ LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libpsl.so:dns/libpsl RUN_DEPENDS= glib-networking>=2.29.18:net/glib-networking -PORTSCOUT= limitw:1,even +USES= gettext gnome localbase meson \ + pkgconfig python:3.6+,build sqlite ssl tar:xz +USE_GNOME= glib20 intlhack introspection:build \ + libxml2 +USE_LDCONFIG= yes OPTIONS_DEFINE= SMB OPTIONS_SINGLE= GSSAPI OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE OPTIONS_DEFAULT= SMB GSSAPI_${${SSL_DEFAULT} == base :?BASE :NONE} -SMB_USES= samba:build +# Circular dependency samba -> tracker -> libsoup if the SPOTLIGHT +# option is turned on in samba. Since samba is a **runtime** only +# dependency, we can just tell it to be used. However, the Meson +# build does a **build** time check for samba (even though the code does +# a run-time check, too). +# +# Runtime deps still trigger a build / a dependency cycle, so as +# a stopgap, patch it in, don't build anything, and inform the +# user via pkg-message. +# SMB_USES= samba:run SMB_MESON_ENABLED= ntlm GSSAPI_BASE_USES= gssapi @@ -39,11 +52,6 @@ GSSAPI_MIT_MESON_ON= -Dgssapi=enabled -Dkrb5_config=${KRB5CONFIG} GSSAPI_NONE_MESON_DISABLED= gssapi -USES= gettext gnome localbase meson \ - pkgconfig python:3.6+,build sqlite ssl tar:xz -USE_GNOME= glib20 intlhack introspection:build \ - libxml2 -USE_LDCONFIG= yes MESON_ARGS= -Dvapi=disabled \ -Dsysprof=disabled \ -Dtests=false \ @@ -53,4 +61,11 @@ MESON_ARGS= -Dvapi=disabled \ LIBVERSION= 1.11.0 PLIST_SUB= VERSION="2.4" LIBVERSION=${LIBVERSION} +PORTSCOUT= limitw:1,even + +post-patch: + ${REINPLACE_CMD} \ + -e 's+@@NTLM_AUTH@@+${LOCALBASE}/bin/ntlm_auth+' \ + ${WRKSRC}/meson.build + .include diff --git a/devel/libsoup/files/patch-meson.build b/devel/libsoup/files/patch-meson.build new file mode 100644 index 00000000000..a5c6a02454b --- /dev/null +++ b/devel/libsoup/files/patch-meson.build @@ -0,0 +1,17 @@ +--- meson.build.orig 2021-06-12 13:43:16 UTC ++++ meson.build +@@ -340,11 +340,11 @@ endif + ################ + # NTLM not supported on Windows + if host_machine.system() != 'windows' +- ntlm_auth = find_program(get_option('ntlm_auth'), required: get_option('ntlm')) ++ # ntlm_auth = find_program(get_option('ntlm_auth'), required: get_option('ntlm')) + +- if ntlm_auth.found() ++ if get_option('ntlm').enabled() + add_project_arguments('-DUSE_NTLM_AUTH=1', language : 'c') +- add_project_arguments('-DNTLM_AUTH="' + ntlm_auth.path() + '"', language : 'c') ++ add_project_arguments('-DNTLM_AUTH="@@NTLM_AUTH@@"', language : 'c') + endif + endif + diff --git a/devel/libsoup/pkg-message b/devel/libsoup/pkg-message new file mode 100644 index 00000000000..3b9b3c2e120 --- /dev/null +++ b/devel/libsoup/pkg-message @@ -0,0 +1,10 @@ +[ +{ + type: install + message: < PORTNAME= libvhdi -PORTVERSION= 20201204 +PORTVERSION= 20210425 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvhdi/releases/download/${PORTVERSION}/ \ diff --git a/devel/libvhdi/distinfo b/devel/libvhdi/distinfo index ded250c9ede..c3869d5991d 100644 --- a/devel/libvhdi/distinfo +++ b/devel/libvhdi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607162901 -SHA256 (libvhdi-alpha-20201204.tar.gz) = 4f3fa6e6a1c265cf7cf8706e35cf61b8a81861eedcfdcde24a73dd0f278d0440 -SIZE (libvhdi-alpha-20201204.tar.gz) = 1539620 +TIMESTAMP = 1619461411 +SHA256 (libvhdi-alpha-20210425.tar.gz) = 4adea823f3650a9e4214c0cf57915010b9051e9344b6097ab8761ed4a4d80d79 +SIZE (libvhdi-alpha-20210425.tar.gz) = 1540743 diff --git a/devel/libvmdk/Makefile b/devel/libvmdk/Makefile index e84b3def2a1..24e4bbcf70c 100644 --- a/devel/libvmdk/Makefile +++ b/devel/libvmdk/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= libvmdk -PORTVERSION= 20200926 +PORTVERSION= 20210418 DISTVERSIONPREFIX= alpha- CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvmdk/releases/download/${PORTVERSION}/ \ diff --git a/devel/libvmdk/distinfo b/devel/libvmdk/distinfo index 1e39c7cf496..6aefc0e132f 100644 --- a/devel/libvmdk/distinfo +++ b/devel/libvmdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601240707 -SHA256 (libvmdk-alpha-20200926.tar.gz) = 6102901eb299c1579790c822696b74553fb80f88116a3c0bd3952c532c624fc5 -SIZE (libvmdk-alpha-20200926.tar.gz) = 1611133 +TIMESTAMP = 1619461306 +SHA256 (libvmdk-alpha-20210418.tar.gz) = 62e329a49e40df1ce2de9063f26c76a81781b82af9fa216cd65644d62ad6296a +SIZE (libvmdk-alpha-20210418.tar.gz) = 1614930 diff --git a/devel/libvshadow/Makefile b/devel/libvshadow/Makefile index 042613b34b7..194060b35d2 100644 --- a/devel/libvshadow/Makefile +++ b/devel/libvshadow/Makefile @@ -1,7 +1,7 @@ # Created by: MANTANI Nobutaka PORTNAME= libvshadow -PORTVERSION= 20201222 +PORTVERSION= 20210425 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvshadow/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/devel/libvshadow/distinfo b/devel/libvshadow/distinfo index 2866942e92b..abe0b97cd89 100644 --- a/devel/libvshadow/distinfo +++ b/devel/libvshadow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608749365 -SHA256 (libvshadow-alpha-20201222.tar.gz) = 4bfc36575eb0413cffa0503e8017015080fd9f1e0098b082cfe059e18d0fbf14 -SIZE (libvshadow-alpha-20201222.tar.gz) = 1502469 +TIMESTAMP = 1619461261 +SHA256 (libvshadow-alpha-20210425.tar.gz) = dcd702e0165d350744394dd4341f8e333e04015183173f05a43b6b85b0ec5504 +SIZE (libvshadow-alpha-20210425.tar.gz) = 1502225 diff --git a/devel/libvslvm/Makefile b/devel/libvslvm/Makefile index 7b19cd06b8f..7589e5071ce 100644 --- a/devel/libvslvm/Makefile +++ b/devel/libvslvm/Makefile @@ -2,7 +2,7 @@ PORTNAME= libvslvm # If/When moving from experimental to alpha, switch to DISTVERSIONPREFIX to prevent PORTEPOCH -DISTVERSION= experimental-20200817 +DISTVERSION= experimental-20210524 CATEGORIES= devel MASTER_SITES= https://github.com/libyal/libvslvm/releases/download/${PORTVERSION:E}/ \ LOCAL/antoine diff --git a/devel/libvslvm/distinfo b/devel/libvslvm/distinfo index 8dc5dba96a5..c9a0749dd32 100644 --- a/devel/libvslvm/distinfo +++ b/devel/libvslvm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597734340 -SHA256 (libvslvm-experimental-20200817.tar.gz) = 9909863b7b0a674726a25957d1b494d01d241eeca1ecc3d204deb9833ad90e4b -SIZE (libvslvm-experimental-20200817.tar.gz) = 1582493 +TIMESTAMP = 1621957862 +SHA256 (libvslvm-experimental-20210524.tar.gz) = 21a7a1478f89c1f58942fb9f50f4c9fdeb176088b00dbc82a19c36be18487983 +SIZE (libvslvm-experimental-20210524.tar.gz) = 1590479 diff --git a/devel/notcurses/Makefile b/devel/notcurses/Makefile index 80da0b36861..c7dd1a96f76 100644 --- a/devel/notcurses/Makefile +++ b/devel/notcurses/Makefile @@ -1,6 +1,6 @@ PORTNAME= notcurses DISTVERSIONPREFIX= v -DISTVERSION= ${ABIVERSION}.3.4 +DISTVERSION= ${ABIVERSION}.3.6 CATEGORIES= devel MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/v${DISTVERSION}/:docs DISTFILES= ${PORTNAME}-doc-${DISTVERSION}.tar.gz:docs diff --git a/devel/notcurses/distinfo b/devel/notcurses/distinfo index 50fdad9c7a5..143c4f5a5cd 100644 --- a/devel/notcurses/distinfo +++ b/devel/notcurses/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624046725 -SHA256 (notcurses-doc-2.3.4.tar.gz) = 339632364cf78fa370fddfe09c5d53f078eb7df2f206dc7353cea6636c03d3c2 -SIZE (notcurses-doc-2.3.4.tar.gz) = 123283 -SHA256 (dankamongmen-notcurses-v2.3.4_GH0.tar.gz) = 76f006477c1279c63a82a8286df42a996bbf87b9395c19699fafed7bc7e84049 -SIZE (dankamongmen-notcurses-v2.3.4_GH0.tar.gz) = 11810511 +TIMESTAMP = 1624527737 +SHA256 (notcurses-doc-2.3.6.tar.gz) = 063d2e133ca8e078dc1a7b80ad345f092932ad12dea873725d2d9f210003363f +SIZE (notcurses-doc-2.3.6.tar.gz) = 124425 +SHA256 (dankamongmen-notcurses-v2.3.6_GH0.tar.gz) = 41848caddbea3de8b60d8ac8d5400163d972915391cfe340c37061f6cec11633 +SIZE (dankamongmen-notcurses-v2.3.6_GH0.tar.gz) = 11835854 diff --git a/devel/notcurses/pkg-plist b/devel/notcurses/pkg-plist index 48a2fcf9ba2..96c621a27d1 100644 --- a/devel/notcurses/pkg-plist +++ b/devel/notcurses/pkg-plist @@ -100,6 +100,7 @@ libdata/pkgconfig/notcurses.pc %%MANPAGES%%man/man3/notcurses_tabbed.3.gz %%MANPAGES%%man/man3/notcurses_tree.3.gz %%MANPAGES%%man/man3/notcurses_visual.3.gz +%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md %%PORTDOCS%%%%DOCSDIR%%/NEWS.md %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/TERMINALS.md diff --git a/devel/p5-Class-Accessor-Installer/Makefile b/devel/p5-Class-Accessor-Installer/Makefile index 3d53f4d95bd..4ed5ae8a60a 100644 --- a/devel/p5-Class-Accessor-Installer/Makefile +++ b/devel/p5-Class-Accessor-Installer/Makefile @@ -17,4 +17,6 @@ RUN_DEPENDS= p5-Sub-Name>=0:devel/p5-Sub-Name \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Class-Virtual/Makefile b/devel/p5-Class-Virtual/Makefile index 90d88db872d..b2221f31477 100644 --- a/devel/p5-Class-Virtual/Makefile +++ b/devel/p5-Class-Virtual/Makefile @@ -20,4 +20,6 @@ RUN_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Config-INI-Reader-Ordered/Makefile b/devel/p5-Config-INI-Reader-Ordered/Makefile index 30540170496..1ef0ee44c55 100644 --- a/devel/p5-Config-INI-Reader-Ordered/Makefile +++ b/devel/p5-Config-INI-Reader-Ordered/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= Config-INI-Reader-Ordered -PORTVERSION= 0.020 +PORTVERSION= 0.021 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Config-INI>=0:devel/p5-Config-INI -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Config-INI-Reader-Ordered/distinfo b/devel/p5-Config-INI-Reader-Ordered/distinfo index 2c07392c645..cc9b7e09646 100644 --- a/devel/p5-Config-INI-Reader-Ordered/distinfo +++ b/devel/p5-Config-INI-Reader-Ordered/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1488265335 -SHA256 (Config-INI-Reader-Ordered-0.020.tar.gz) = 5984458afa48e6aede17f2347a80ef9937238c75c525d2f12628123ab0b9f71d -SIZE (Config-INI-Reader-Ordered-0.020.tar.gz) = 14945 +TIMESTAMP = 1624189717 +SHA256 (Config-INI-Reader-Ordered-0.021.tar.gz) = 6fb9f4da8214d849295ad1ec8e8734d40c9274bc3de7ad92fd9dd5208650365f +SIZE (Config-INI-Reader-Ordered-0.021.tar.gz) = 15903 diff --git a/devel/p5-Config-INI/Makefile b/devel/p5-Config-INI/Makefile index e30c2b99501..a144ae97840 100644 --- a/devel/p5-Config-INI/Makefile +++ b/devel/p5-Config-INI/Makefile @@ -1,5 +1,5 @@ PORTNAME= Config-INI -PORTVERSION= 0.025 +PORTVERSION= 0.026 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Config-INI/distinfo b/devel/p5-Config-INI/distinfo index a563d7c1ce7..6c4c6f402cc 100644 --- a/devel/p5-Config-INI/distinfo +++ b/devel/p5-Config-INI/distinfo @@ -1,2 +1,3 @@ -SHA256 (Config-INI-0.025.tar.gz) = 628bf76d5b91f89dde22d4813ec033026ebf71b772bb61ccda909da00c869732 -SIZE (Config-INI-0.025.tar.gz) = 25405 +TIMESTAMP = 1624189715 +SHA256 (Config-INI-0.026.tar.gz) = babdfa37b02306035d2f2758d4f0259697835ec8a0a41d3beb3ba64afebccf6c +SIZE (Config-INI-0.026.tar.gz) = 26620 diff --git a/devel/p5-Data-GUID/Makefile b/devel/p5-Data-GUID/Makefile index 1f694c18ac6..4e2cf2c1a72 100644 --- a/devel/p5-Data-GUID/Makefile +++ b/devel/p5-Data-GUID/Makefile @@ -1,7 +1,7 @@ # Created by: Anton Berezin PORTNAME= Data-GUID -PORTVERSION= 0.049 +PORTVERSION= 0.050 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS diff --git a/devel/p5-Data-GUID/distinfo b/devel/p5-Data-GUID/distinfo index d578365b404..cdc272198cc 100644 --- a/devel/p5-Data-GUID/distinfo +++ b/devel/p5-Data-GUID/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1536860720 -SHA256 (Data-GUID-0.049.tar.gz) = b8af437d49fd0425a23ebff3e5989dae64deeaf0e046aa5f413665cd3169a77b -SIZE (Data-GUID-0.049.tar.gz) = 19513 +TIMESTAMP = 1624189719 +SHA256 (Data-GUID-0.050.tar.gz) = 4f25d9405cd73f7468f4d65b07078de03a43e1e7216944f97fb44adc5a9807ac +SIZE (Data-GUID-0.050.tar.gz) = 20226 diff --git a/devel/p5-Data-Rmap/Makefile b/devel/p5-Data-Rmap/Makefile index a52cbe51cd9..b811262f1e5 100644 --- a/devel/p5-Data-Rmap/Makefile +++ b/devel/p5-Data-Rmap/Makefile @@ -14,8 +14,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Data-Validator/Makefile b/devel/p5-Data-Validator/Makefile index a6b3d142029..7f69114790c 100644 --- a/devel/p5-Data-Validator/Makefile +++ b/devel/p5-Data-Validator/Makefile @@ -12,14 +12,16 @@ COMMENT= Rule based validator on type constraint system LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Mouse>=0.93:devel/p5-Mouse TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-Test-Requires>=0:devel/p5-Test-Requires -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-Date-Simple/Makefile b/devel/p5-Date-Simple/Makefile index 153fb75323c..01f6c580bf0 100644 --- a/devel/p5-Date-Simple/Makefile +++ b/devel/p5-Date-Simple/Makefile @@ -10,11 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple date object -LICENSE= ART10 GPLv2 GPLv3 +LICENSE= ART10 GPLv2+ LICENSE_COMB= dual +LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Date/Simple/Simple.so diff --git a/devel/p5-DateTime-Format-Oracle/Makefile b/devel/p5-DateTime-Format-Oracle/Makefile index 584ef259f18..7de6dabf864 100644 --- a/devel/p5-DateTime-Format-Oracle/Makefile +++ b/devel/p5-DateTime-Format-Oracle/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Convert-NLS_DATE_FORMAT>=0.03:converters/p5-Convert-NLS_DATE_FOR p5-DateTime>=0:devel/p5-DateTime \ p5-DateTime-Format-Builder>=0:devel/p5-DateTime-Format-Builder -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-DateTimeX-Easy/Makefile b/devel/p5-DateTimeX-Easy/Makefile index 50f14a49311..a50d91e08f5 100644 --- a/devel/p5-DateTimeX-Easy/Makefile +++ b/devel/p5-DateTimeX-Easy/Makefile @@ -22,8 +22,9 @@ RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-TimeDate>=0:devel/p5-TimeDate TEST_DEPENDS= p5-Test-Most>=0:devel/p5-Test-Most -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Debug-Client/Makefile b/devel/p5-Debug-Client/Makefile index b3930d033f5..02f7df60da3 100644 --- a/devel/p5-Debug-Client/Makefile +++ b/devel/p5-Debug-Client/Makefile @@ -21,8 +21,9 @@ TEST_DEPENDS= p5-File-HomeDir>=1:devel/p5-File-HomeDir \ p5-Test-Deep>=0.112:devel/p5-Test-Deep \ p5-Test-Requires>=0.07:devel/p5-Test-Requires -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Devel-CallChecker/Makefile b/devel/p5-Devel-CallChecker/Makefile index 9a909175108..deffc7a50e6 100644 --- a/devel/p5-Devel-CallChecker/Makefile +++ b/devel/p5-Devel-CallChecker/Makefile @@ -17,8 +17,8 @@ RUN_DEPENDS= p5-DynaLoader-Functions>=0.001:devel/p5-DynaLoader-Functions TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Devel/CallChecker/CallChecker.so diff --git a/devel/p5-Devel-Confess/Makefile b/devel/p5-Devel-Confess/Makefile index 63403042f79..bf837e49677 100644 --- a/devel/p5-Devel-Confess/Makefile +++ b/devel/p5-Devel-Confess/Makefile @@ -12,8 +12,9 @@ COMMENT= Include stack traces on all warnings and errors LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Devel-PackagePath/Makefile b/devel/p5-Devel-PackagePath/Makefile index a4f8b5dcd3a..1c5d4e75a47 100644 --- a/devel/p5-Devel-PackagePath/Makefile +++ b/devel/p5-Devel-PackagePath/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.64:devel/p5-Moose \ p5-MooseX-Types-Path-Class>=0.04:devel/p5-MooseX-Types-Path-Class -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Dist-Joseki/Makefile b/devel/p5-Dist-Joseki/Makefile index 84fe9e0916c..61831a10aab 100644 --- a/devel/p5-Dist-Joseki/Makefile +++ b/devel/p5-Dist-Joseki/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-App-Cmd>=0:devel/p5-App-Cmd \ p5-Getopt-Attribute>=0:devel/p5-Getopt-Attribute \ p5-YAML>=0:textproc/p5-YAML -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Dist-Zilla/Makefile b/devel/p5-Dist-Zilla/Makefile index 0718906b6e2..491b59198d6 100644 --- a/devel/p5-Dist-Zilla/Makefile +++ b/devel/p5-Dist-Zilla/Makefile @@ -1,5 +1,5 @@ PORTNAME= Dist-Zilla -PORTVERSION= 6.017 +PORTVERSION= 6.020 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/devel/p5-Dist-Zilla/distinfo b/devel/p5-Dist-Zilla/distinfo index fd077458243..2d8f85c6eea 100644 --- a/devel/p5-Dist-Zilla/distinfo +++ b/devel/p5-Dist-Zilla/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366276 -SHA256 (Dist-Zilla-6.017.tar.gz) = 5c8d30ce33ac8b5e937e6f83fcfa779e7225ca149951ee5c9bc2c3af3c2b6fee -SIZE (Dist-Zilla-6.017.tar.gz) = 203472 +TIMESTAMP = 1624189721 +SHA256 (Dist-Zilla-6.020.tar.gz) = 3a17054f58f873c2dd60e1d2f88e97043e30dfd215cab10e1c0fbfb0fb0a93a6 +SIZE (Dist-Zilla-6.020.tar.gz) = 209473 diff --git a/devel/p5-DynaLoader-Functions/Makefile b/devel/p5-DynaLoader-Functions/Makefile index c07c28539b9..bce006a407a 100644 --- a/devel/p5-DynaLoader-Functions/Makefile +++ b/devel/p5-DynaLoader-Functions/Makefile @@ -15,8 +15,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-Error-Helper/Makefile b/devel/p5-Error-Helper/Makefile index 5e63d0c83dc..d8234ae42b7 100644 --- a/devel/p5-Error-Helper/Makefile +++ b/devel/p5-Error-Helper/Makefile @@ -16,8 +16,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Eval-LineNumbers/Makefile b/devel/p5-Eval-LineNumbers/Makefile index 40ae68f062c..46834824c13 100644 --- a/devel/p5-Eval-LineNumbers/Makefile +++ b/devel/p5-Eval-LineNumbers/Makefile @@ -14,8 +14,9 @@ COMMENT= Add line numbers to hereis blocks that contain perl source code LICENSE= ART20 LGPL21 LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-ExtUtils-CChecker/Makefile b/devel/p5-ExtUtils-CChecker/Makefile index b03acbf2951..bcd2775bba6 100644 --- a/devel/p5-ExtUtils-CChecker/Makefile +++ b/devel/p5-ExtUtils-CChecker/Makefile @@ -18,8 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-File-BaseDir/Makefile b/devel/p5-File-BaseDir/Makefile index da826188d9a..eed3a27fe03 100644 --- a/devel/p5-File-BaseDir/Makefile +++ b/devel/p5-File-BaseDir/Makefile @@ -18,8 +18,9 @@ TEST_DEPENDS= p5-File-Which>=0:sysutils/p5-File-Which \ p5-Test-Pod>=1.00:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.00:devel/p5-Test-Pod-Coverage -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile b/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile index 7716bcce5b3..cc3d4b7fea7 100644 --- a/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile +++ b/devel/p5-File-Find-Rule-Filesys-Virtual/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ p5-Filesys-Virtual>=0:devel/p5-Filesys-Virtual \ p5-Filesys-Virtual-Plain>=0:devel/p5-Filesys-Virtual-Plain -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-File-HomeDir-PathClass/Makefile b/devel/p5-File-HomeDir-PathClass/Makefile index 3ddd0a7d673..f3a81d440b9 100644 --- a/devel/p5-File-HomeDir-PathClass/Makefile +++ b/devel/p5-File-HomeDir-PathClass/Makefile @@ -11,14 +11,16 @@ COMMENT= File::HomeDir returning Path::Class objects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-HomeDir>=0.93:devel/p5-File-HomeDir \ p5-Path-Class>=0:devel/p5-Path-Class \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-File-Pid/Makefile b/devel/p5-File-Pid/Makefile index 8738b8c25fd..5713f97b01e 100644 --- a/devel/p5-File-Pid/Makefile +++ b/devel/p5-File-Pid/Makefile @@ -16,9 +16,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes post-patch: @${RM} ${WRKSRC}/lib/File/Pid.pm.orig diff --git a/devel/p5-File-Share/Makefile b/devel/p5-File-Share/Makefile index 0f814c54b2e..7d5647d1d01 100644 --- a/devel/p5-File-Share/Makefile +++ b/devel/p5-File-Share/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-ShareDir>=1.03:devel/p5-File-ShareDir -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-File-Slurp-Tiny/Makefile b/devel/p5-File-Slurp-Tiny/Makefile index e3fb93abe2c..4129e4aae87 100644 --- a/devel/p5-File-Slurp-Tiny/Makefile +++ b/devel/p5-File-Slurp-Tiny/Makefile @@ -11,9 +11,11 @@ COMMENT= Simple, sane and efficient file slurper LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 .include diff --git a/devel/p5-File-Slurp-Tree/Makefile b/devel/p5-File-Slurp-Tree/Makefile index fff6aded00d..e522cb0de4f 100644 --- a/devel/p5-File-Slurp-Tree/Makefile +++ b/devel/p5-File-Slurp-Tree/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Find-Rule>=0:devel/p5-File-Find-Rule \ p5-File-Slurp>=0:devel/p5-File-Slurp -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Filesys-Virtual-Plain/Makefile b/devel/p5-Filesys-Virtual-Plain/Makefile index 0b73db95ead..b2de243675c 100644 --- a/devel/p5-Filesys-Virtual-Plain/Makefile +++ b/devel/p5-Filesys-Virtual-Plain/Makefile @@ -10,10 +10,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Plain virtual filesystem +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Filesys-Virtual>=0.05:devel/p5-Filesys-Virtual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Filesys-Virtual/Makefile b/devel/p5-Filesys-Virtual/Makefile index 8ea2bdc1e77..6f21a4be009 100644 --- a/devel/p5-Filesys-Virtual/Makefile +++ b/devel/p5-Filesys-Virtual/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension to provide a framework for a virtual filesystem +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Form-Sensible/Makefile b/devel/p5-Form-Sensible/Makefile index 3fe46c8c4cc..23ad941633a 100644 --- a/devel/p5-Form-Sensible/Makefile +++ b/devel/p5-Form-Sensible/Makefile @@ -21,11 +21,12 @@ RUN_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \ p5-Template-Toolkit>=0:www/p5-Template-Toolkit \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure -post-extract: +NO_ARCH= yes + +post-patch: @${RM} ${WRKSRC}/lib/Form/Sensible/Renderer/HTML/RenderedForm.pm.orig .include diff --git a/devel/p5-Geo-JSON/Makefile b/devel/p5-Geo-JSON/Makefile index 8e84a10cd38..d9cc19174fb 100644 --- a/devel/p5-Geo-JSON/Makefile +++ b/devel/p5-Geo-JSON/Makefile @@ -11,6 +11,7 @@ COMMENT= Perl OO interface for geojson LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON>=0:converters/p5-JSON \ @@ -21,7 +22,9 @@ TEST_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-Most>=0:devel/p5-Test-Most -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/devel/p5-Getopt-Attribute/Makefile b/devel/p5-Getopt-Attribute/Makefile index 4b67e34ab6a..d63ffa1da7f 100644 --- a/devel/p5-Getopt-Attribute/Makefile +++ b/devel/p5-Getopt-Attribute/Makefile @@ -12,8 +12,11 @@ COMMENT= Attribute wrapper for Getopt::Long LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Git-Repository-Plugin-Log/Makefile b/devel/p5-Git-Repository-Plugin-Log/Makefile index 60fd0b99ddb..7eac7c3ec97 100644 --- a/devel/p5-Git-Repository-Plugin-Log/Makefile +++ b/devel/p5-Git-Repository-Plugin-Log/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Git-Repository>=1.309:devel/p5-Git-Repository TEST_DEPENDS= p5-Test-Requires-Git>=0:devel/p5-Test-Requires-Git -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Hash-AutoHash-Args/Makefile b/devel/p5-Hash-AutoHash-Args/Makefile index cde9ab52a7a..3a0c6c531b2 100644 --- a/devel/p5-Hash-AutoHash-Args/Makefile +++ b/devel/p5-Hash-AutoHash-Args/Makefile @@ -18,7 +18,9 @@ RUN_DEPENDS= p5-Hash-AutoHash>=1.17:devel/p5-Hash-AutoHash TEST_DEPENDS= p5-Test-Deep>=0.110:devel/p5-Test-Deep \ p5-Test-Pod>=1.48:devel/p5-Test-Pod -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-Hash-AutoHash/Makefile b/devel/p5-Hash-AutoHash/Makefile index ef14deb1323..ce69ac0b5ae 100644 --- a/devel/p5-Hash-AutoHash/Makefile +++ b/devel/p5-Hash-AutoHash/Makefile @@ -22,4 +22,6 @@ TEST_DEPENDS= p5-Test-Deep>=0.11:devel/p5-Test-Deep \ USES= perl5 USE_PERL5= modbuild +NO_ARCH= yes + .include diff --git a/devel/p5-Hash-NoRef/Makefile b/devel/p5-Hash-NoRef/Makefile index b4b271be842..222792c3801 100644 --- a/devel/p5-Hash-NoRef/Makefile +++ b/devel/p5-Hash-NoRef/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= HASH that store values without increase the reference count -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Hash/NoRef/NoRef.so diff --git a/devel/p5-Hash-WithDefaults/Makefile b/devel/p5-Hash-WithDefaults/Makefile index 032daad8704..1984c3c25db 100644 --- a/devel/p5-Hash-WithDefaults/Makefile +++ b/devel/p5-Hash-WithDefaults/Makefile @@ -14,7 +14,9 @@ COMMENT= Class for hashes with key-casing requirements supporting defaults LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-IO-All-LWP/Makefile b/devel/p5-IO-All-LWP/Makefile index 41136a0fac7..77d3fe23616 100644 --- a/devel/p5-IO-All-LWP/Makefile +++ b/devel/p5-IO-All-LWP/Makefile @@ -17,9 +17,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-All>=0.30:devel/p5-IO-All \ p5-libwww>=0:www/p5-libwww -USE_PERL5= configure USES= perl5 shebangfix -SHEBANG_FILES= iocp.pl +USE_PERL5= configure + NO_ARCH= yes +SHEBANG_FILES= iocp.pl + .include diff --git a/devel/p5-IO-Any/Makefile b/devel/p5-IO-Any/Makefile index 421433b1f0d..8d05b8fa78f 100644 --- a/devel/p5-IO-Any/Makefile +++ b/devel/p5-IO-Any/Makefile @@ -26,7 +26,9 @@ TEST_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-Test-Pod>=1.22:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-IO-Pty-Easy/Makefile b/devel/p5-IO-Pty-Easy/Makefile index 97c3b62b8be..48aa98826df 100644 --- a/devel/p5-IO-Pty-Easy/Makefile +++ b/devel/p5-IO-Pty-Easy/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Tty>=0:devel/p5-IO-Tty -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-IPC-Mmap-Share/Makefile b/devel/p5-IPC-Mmap-Share/Makefile index 363f4372e4f..ec3c823e32d 100644 --- a/devel/p5-IPC-Mmap-Share/Makefile +++ b/devel/p5-IPC-Mmap-Share/Makefile @@ -12,11 +12,14 @@ COMMENT= Safely share structures among processes using anonymous mmap LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IPC-Mmap>=0:devel/p5-IPC-Mmap -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-IPC-Open3-Simple/Makefile b/devel/p5-IPC-Open3-Simple/Makefile index 787719686be..c082e7ab69a 100644 --- a/devel/p5-IPC-Open3-Simple/Makefile +++ b/devel/p5-IPC-Open3-Simple/Makefile @@ -13,7 +13,9 @@ COMMENT= Simple alternative to IPC::Open3 LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-IPC-Shareable/Makefile b/devel/p5-IPC-Shareable/Makefile index dd038048649..4a2d0c18bb7 100644 --- a/devel/p5-IPC-Shareable/Makefile +++ b/devel/p5-IPC-Shareable/Makefile @@ -1,8 +1,7 @@ # Created by: Yen-Ming Lee PORTNAME= IPC-Shareable -PORTVERSION= 0.61 -PORTREVISION= 1 +PORTVERSION= 1.00 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,7 +9,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Share Perl variables between processes +TEST_DEPENDS= p5-Test-SharedFork>=0:devel/p5-Test-SharedFork + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-IPC-Shareable/distinfo b/devel/p5-IPC-Shareable/distinfo index 5bc33bea83b..33e29210b76 100644 --- a/devel/p5-IPC-Shareable/distinfo +++ b/devel/p5-IPC-Shareable/distinfo @@ -1,2 +1,3 @@ -SHA256 (IPC-Shareable-0.61.tar.gz) = c2ffa5bbda076acd9fc1b7d9dab1ce6707f345c5a833431b5a8ee0f8744720c4 -SIZE (IPC-Shareable-0.61.tar.gz) = 29730 +TIMESTAMP = 1624189723 +SHA256 (IPC-Shareable-1.00.tar.gz) = 58af3c41d9f376dedae6404cfd3f387ac7468362a8cfefed807d1c90417cc019 +SIZE (IPC-Shareable-1.00.tar.gz) = 36058 diff --git a/devel/p5-IPC-ShellCmd/Makefile b/devel/p5-IPC-ShellCmd/Makefile index 311ba2e1687..82d482ded3c 100644 --- a/devel/p5-IPC-ShellCmd/Makefile +++ b/devel/p5-IPC-ShellCmd/Makefile @@ -18,8 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-String-ShellQuote>=0:textproc/p5-String-ShellQuote \ sudo:security/sudo -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Inline-TT/Makefile b/devel/p5-Inline-TT/Makefile index 0f729b14a46..6b131fdba15 100644 --- a/devel/p5-Inline-TT/Makefile +++ b/devel/p5-Inline-TT/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Inline>=0.42:devel/p5-Inline \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-JQuery/Makefile b/devel/p5-JQuery/Makefile index 5fb066f9b68..2206be40048 100644 --- a/devel/p5-JQuery/Makefile +++ b/devel/p5-JQuery/Makefile @@ -21,8 +21,10 @@ RUN_DEPENDS= p5-CGI-Application>=0:www/p5-CGI-Application \ p5-IO-String>=0:devel/p5-IO-String \ p5-XML-Writer>=0:textproc/p5-XML-Writer -USE_PERL5= modbuild USES= perl5 shebangfix +USE_PERL5= modbuild + +NO_ARCH= yes SHEBANG_FILES= lib/JQuery/cgi-bin/*.pl diff --git a/devel/p5-LV/Makefile b/devel/p5-LV/Makefile index 49ee532d07a..aa6b285c99c 100644 --- a/devel/p5-LV/Makefile +++ b/devel/p5-LV/Makefile @@ -13,6 +13,7 @@ COMMENT= LV for lvalue LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Sentinel>=0:devel/p5-Sentinel \ p5-Variable-Magic>=0:devel/p5-Variable-Magic diff --git a/devel/p5-Lexical-Import/Makefile b/devel/p5-Lexical-Import/Makefile index 48d5cc38581..03bdb3d4172 100644 --- a/devel/p5-Lexical-Import/Makefile +++ b/devel/p5-Lexical-Import/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Clean imports from package-exporting modules +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \ p5-Module-Runtime>=0.011:devel/p5-Module-Runtime \ @@ -17,8 +20,8 @@ RUN_DEPENDS= p5-Lexical-Var>=0.006:devel/p5-Lexical-Var \ TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Lexical/Import/Import.so diff --git a/devel/p5-List-Gen/Makefile b/devel/p5-List-Gen/Makefile index a3b4a0b245c..4ffad41660d 100644 --- a/devel/p5-List-Gen/Makefile +++ b/devel/p5-List-Gen/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Functions for generating lists -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-List-Objects-Types/Makefile b/devel/p5-List-Objects-Types/Makefile index b55cf06408c..145202d268b 100644 --- a/devel/p5-List-Objects-Types/Makefile +++ b/devel/p5-List-Objects-Types/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-Objects-WithUtils>=2:devel/p5-List-Objects-WithUtils \ p5-Type-Tiny>=0.022:devel/p5-Type-Tiny -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-List-Objects-WithUtils/Makefile b/devel/p5-List-Objects-WithUtils/Makefile index 8cca2afb823..ee06c7f064a 100644 --- a/devel/p5-List-Objects-WithUtils/Makefile +++ b/devel/p5-List-Objects-WithUtils/Makefile @@ -24,8 +24,9 @@ RUN_DEPENDS= p5-Class-Method-Modifiers>=0:devel/p5-Class-Method-Modifiers \ p5-autobox>=0:devel/p5-autobox \ p5-strictures>=2:devel/p5-strictures -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-List-SomeUtils-XS/Makefile b/devel/p5-List-SomeUtils-XS/Makefile index 8ee520bb7d3..79eca1497ac 100644 --- a/devel/p5-List-SomeUtils-XS/Makefile +++ b/devel/p5-List-SomeUtils-XS/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= p5-Test-LeakTrace>=0:devel/p5-Test-LeakTrace \ p5-Test-Warnings>=0.006:devel/p5-Test-Warnings -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/SomeUtils/XS/XS.so diff --git a/devel/p5-List-UtilsBy-XS/Makefile b/devel/p5-List-UtilsBy-XS/Makefile index 2d1747a7196..a1f71f81131 100644 --- a/devel/p5-List-UtilsBy-XS/Makefile +++ b/devel/p5-List-UtilsBy-XS/Makefile @@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-Module-Build-XSUtil>=0.02:devel/p5-Module-Build-XSUtil -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/List/UtilsBy/XS/XS.so diff --git a/devel/p5-Log-Log4perl-Tiny/Makefile b/devel/p5-Log-Log4perl-Tiny/Makefile index 310bde303b4..ebfa7bfd49f 100644 --- a/devel/p5-Log-Log4perl-Tiny/Makefile +++ b/devel/p5-Log-Log4perl-Tiny/Makefile @@ -12,8 +12,9 @@ COMMENT= Mimic Log::Log4perl in one single module LICENSE= ART20 LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/devel/p5-Log-Simple/Makefile b/devel/p5-Log-Simple/Makefile index 2c86bf3f01e..ff3e2d2c715 100644 --- a/devel/p5-Log-Simple/Makefile +++ b/devel/p5-Log-Simple/Makefile @@ -12,7 +12,9 @@ COMMENT= Basic runtime logger LICENSE= GPLv2 -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Luka/Makefile b/devel/p5-Luka/Makefile index 07d35bbc094..ab886b5b420 100644 --- a/devel/p5-Luka/Makefile +++ b/devel/p5-Luka/Makefile @@ -11,8 +11,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Exception handling and reporting framework -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2+ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ @@ -25,7 +24,9 @@ RUN_DEPENDS= p5-Class-Std>=0:devel/p5-Class-Std \ p5-What>=0:net/p5-What TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Memoize-ExpireLRU/Makefile b/devel/p5-Memoize-ExpireLRU/Makefile index fc0b6b38edf..cea7e720c2c 100644 --- a/devel/p5-Memoize-ExpireLRU/Makefile +++ b/devel/p5-Memoize-ExpireLRU/Makefile @@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Method-Signatures/Makefile b/devel/p5-Method-Signatures/Makefile index c16a97146df..9702dcf51a6 100644 --- a/devel/p5-Method-Signatures/Makefile +++ b/devel/p5-Method-Signatures/Makefile @@ -25,8 +25,9 @@ RUN_DEPENDS= p5-Any-Moose>=0.11:devel/p5-Any-Moose \ TEST_DEPENDS= p5-Test-Exception>=0.29:devel/p5-Test-Exception \ p5-Test-Warn>=0.10:devel/p5-Test-Warn -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-Mixin-Event-Dispatch/Makefile b/devel/p5-Mixin-Event-Dispatch/Makefile index 4f3abcd23c3..c345475a87c 100644 --- a/devel/p5-Mixin-Event-Dispatch/Makefile +++ b/devel/p5-Mixin-Event-Dispatch/Makefile @@ -12,6 +12,7 @@ COMMENT= Mixin methods for simple event/message dispatch framework LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-UtilsBy>=0:devel/p5-List-UtilsBy @@ -19,8 +20,9 @@ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Fatal>=0.010:devel/p5-Test-Fatal \ p5-Test-Refcount>=0.07:devel/p5-Test-Refcount -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile index 25c1fe6ef59..f7f649031b5 100644 --- a/devel/p5-Mixin-Linewise/Makefile +++ b/devel/p5-Mixin-Linewise/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mixin-Linewise -PORTVERSION= 0.108 +PORTVERSION= 0.109 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -10,6 +10,7 @@ COMMENT= Write your linewise code for handles; this does the rest LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PerlIO-utf8_strict>=0:devel/p5-PerlIO-utf8_strict \ diff --git a/devel/p5-Mixin-Linewise/distinfo b/devel/p5-Mixin-Linewise/distinfo index da88aa5269f..1360fc20b54 100644 --- a/devel/p5-Mixin-Linewise/distinfo +++ b/devel/p5-Mixin-Linewise/distinfo @@ -1,2 +1,3 @@ -SHA256 (Mixin-Linewise-0.108.tar.gz) = 7df20678474c0973930a472b0c55e3f8e85b7790b68ab18ef618f9c453c8aef2 -SIZE (Mixin-Linewise-0.108.tar.gz) = 19151 +TIMESTAMP = 1624189725 +SHA256 (Mixin-Linewise-0.109.tar.gz) = 6fc7924630e4261c3cf4a5e5e58f3e5cf20765e2f92863e04c5e9db09b93733a +SIZE (Mixin-Linewise-0.109.tar.gz) = 19950 diff --git a/devel/p5-Mo/Makefile b/devel/p5-Mo/Makefile index 5521b3de87b..4cf9538a7e8 100644 --- a/devel/p5-Mo/Makefile +++ b/devel/p5-Mo/Makefile @@ -22,9 +22,10 @@ TEST_DEPENDS= p5-Class-XSAccessor>=0:devel/p5-Class-XSAccessor \ p5-PPI>=0:textproc/p5-PPI \ p5-Test-NoTabs>=0:devel/p5-Test-NoTabs -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes post-patch: @${RM} ${WRKSRC}/ReadMe.pod diff --git a/devel/p5-Module-CheckDeps/Makefile b/devel/p5-Module-CheckDeps/Makefile index 02f6f86ede3..04f568901dc 100644 --- a/devel/p5-Module-CheckDeps/Makefile +++ b/devel/p5-Module-CheckDeps/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PPI>=0:textproc/p5-PPI -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Module-CheckVersion/Makefile b/devel/p5-Module-CheckVersion/Makefile index fb8b753c800..9c72ba8b427 100644 --- a/devel/p5-Module-CheckVersion/Makefile +++ b/devel/p5-Module-CheckVersion/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Module-Install-XSUtil/Makefile b/devel/p5-Module-Install-XSUtil/Makefile index 0d2ab7e05c8..8d167fa8a03 100644 --- a/devel/p5-Module-Install-XSUtil/Makefile +++ b/devel/p5-Module-Install-XSUtil/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Module-Install>=0.91:devel/p5-Module-Install TEST_DEPENDS= p5-B-Hooks-OP-Annotation>=0.43:devel/p5-B-Hooks-OP-Annotation -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Module-Install/Makefile b/devel/p5-Module-Install/Makefile index cf7e32bee78..f6fe10b5fc7 100644 --- a/devel/p5-Module-Install/Makefile +++ b/devel/p5-Module-Install/Makefile @@ -23,4 +23,6 @@ USES= perl5 USE_PERL5= configure CONFIGURE_ARGS= --skip +NO_ARCH= yes + .include diff --git a/devel/p5-Module-Loaded/Makefile b/devel/p5-Module-Loaded/Makefile index 26528a4e463..c4215a4a43b 100644 --- a/devel/p5-Module-Loaded/Makefile +++ b/devel/p5-Module-Loaded/Makefile @@ -13,8 +13,9 @@ COMMENT= Mark modules as loaded or unloaded LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooX-ConfigFromFile/Makefile b/devel/p5-MooX-ConfigFromFile/Makefile index f2dcd7685d2..dbe37abc2e1 100644 --- a/devel/p5-MooX-ConfigFromFile/Makefile +++ b/devel/p5-MooX-ConfigFromFile/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Config-Any>=0:devel/p5-Config-Any \ p5-Moo>=1.003000:devel/p5-Moo \ p5-MooX-File-ConfigDir>=0.002:devel/p5-MooX-File-ConfigDir -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooX-Types-MooseLike/Makefile b/devel/p5-MooX-Types-MooseLike/Makefile index 1591ebb7a33..e2d590796fe 100644 --- a/devel/p5-MooX-Types-MooseLike/Makefile +++ b/devel/p5-MooX-Types-MooseLike/Makefile @@ -18,8 +18,9 @@ TEST_DEPENDS= p5-Moo>=1.004002:devel/p5-Moo \ p5-Set-Object>=1:devel/p5-Set-Object \ p5-Test-Fatal>=0.003:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Moos/Makefile b/devel/p5-Moos/Makefile index 9bb4bd76b9f..70cdc349b2d 100644 --- a/devel/p5-Moos/Makefile +++ b/devel/p5-Moos/Makefile @@ -13,6 +13,7 @@ COMMENT= Moo s{imple,peedy,ingle} LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \ @@ -20,8 +21,9 @@ RUN_DEPENDS= p5-Class-XSAccessor>=1.07:devel/p5-Class-XSAccessor \ TEST_DEPENDS= p5-Sub-Identify>=0.04:devel/p5-Sub-Identify \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Attribute-Chained/Makefile b/devel/p5-MooseX-Attribute-Chained/Makefile index cce97ddd4c7..6313edbe423 100644 --- a/devel/p5-MooseX-Attribute-Chained/Makefile +++ b/devel/p5-MooseX-Attribute-Chained/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-Try-Tiny>=0:lang/p5-Try-Tiny -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-AuthorizedMethods/Makefile b/devel/p5-MooseX-AuthorizedMethods/Makefile index 9db1a063801..bb4b41dce87 100644 --- a/devel/p5-MooseX-AuthorizedMethods/Makefile +++ b/devel/p5-MooseX-AuthorizedMethods/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=1.21:devel/p5-Moose \ p5-aliased>=0:devel/p5-aliased -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-MarkAsMethods/Makefile b/devel/p5-MooseX-MarkAsMethods/Makefile index 1a963913117..6b3522fad39 100644 --- a/devel/p5-MooseX-MarkAsMethods/Makefile +++ b/devel/p5-MooseX-MarkAsMethods/Makefile @@ -10,12 +10,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Mark overload code symbols as methods +LICENSE= LGPL21 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-B-Hooks-EndOfScope>=0:devel/p5-B-Hooks-EndOfScope \ p5-Moose>=0.94:devel/p5-Moose \ p5-namespace-autoclean>=0.12:devel/p5-namespace-autoclean -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-MetaDescription/Makefile b/devel/p5-MooseX-MetaDescription/Makefile index 0adfccaa7fe..9ad2c5155a4 100644 --- a/devel/p5-MooseX-MetaDescription/Makefile +++ b/devel/p5-MooseX-MetaDescription/Makefile @@ -17,7 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.4:devel/p5-Moose TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Role-Strict/Makefile b/devel/p5-MooseX-Role-Strict/Makefile index b095b0759a9..5b6a6385e53 100644 --- a/devel/p5-MooseX-Role-Strict/Makefile +++ b/devel/p5-MooseX-Role-Strict/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.89:devel/p5-Moose -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Runnable/Makefile b/devel/p5-MooseX-Runnable/Makefile index 4591db3b03e..0a752d895d4 100644 --- a/devel/p5-MooseX-Runnable/Makefile +++ b/devel/p5-MooseX-Runnable/Makefile @@ -26,8 +26,9 @@ RUN_DEPENDS= p5-Class-Load>=0:devel/p5-Class-Load \ TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal \ p5-Test-TableDriven>=0:devel/p5-Test-TableDriven -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-SetOnce/Makefile b/devel/p5-MooseX-SetOnce/Makefile index c0518d65130..5bc5c03aebd 100644 --- a/devel/p5-MooseX-SetOnce/Makefile +++ b/devel/p5-MooseX-SetOnce/Makefile @@ -1,8 +1,7 @@ # Created by: Frederic Culot PORTNAME= MooseX-SetOnce -PORTVERSION= 0.200002 -PORTREVISION= 1 +PORTVERSION= 0.201 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -12,6 +11,7 @@ COMMENT= Write-once, read-many attributes for Moose LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0.90:devel/p5-Moose diff --git a/devel/p5-MooseX-SetOnce/distinfo b/devel/p5-MooseX-SetOnce/distinfo index 90e3b21e86b..edcd9e09877 100644 --- a/devel/p5-MooseX-SetOnce/distinfo +++ b/devel/p5-MooseX-SetOnce/distinfo @@ -1,2 +1,3 @@ -SHA256 (MooseX-SetOnce-0.200002.tar.gz) = cbed06b7fcd353f0d99bf80a87c1c0b581160697231b3ad9a608da231ba2b659 -SIZE (MooseX-SetOnce-0.200002.tar.gz) = 13849 +TIMESTAMP = 1624189727 +SHA256 (MooseX-SetOnce-0.201.tar.gz) = f55734d9823cab6c77cace28406e6deafa16071d2f574d5c394060def1c07c87 +SIZE (MooseX-SetOnce-0.201.tar.gz) = 16417 diff --git a/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile b/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile index 524c79d6de7..a11cb8d38d3 100644 --- a/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile +++ b/devel/p5-MooseX-TraitFor-Meta-Class-BetterAnonClassNames/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Moose-More>=0:devel/p5-Test-Moose-More -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-TransactionalMethods/Makefile b/devel/p5-MooseX-TransactionalMethods/Makefile index 0b8db4473a1..3d59e94781d 100644 --- a/devel/p5-MooseX-TransactionalMethods/Makefile +++ b/devel/p5-MooseX-TransactionalMethods/Makefile @@ -17,7 +17,9 @@ RUN_DEPENDS= p5-Moose>=1.21:devel/p5-Moose \ p5-Sub-Name>=0:devel/p5-Sub-Name \ p5-aliased>=0:devel/p5-aliased -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile b/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile index 3d0eb5996b9..73c11ae77eb 100644 --- a/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile +++ b/devel/p5-MooseX-Types-DateTime-MoreCoercions/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-DateTime>=0.43.02:devel/p5-DateTime \ p5-namespace-clean>=0.19:devel/p5-namespace-clean TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Types-DateTime/Makefile b/devel/p5-MooseX-Types-DateTime/Makefile index 38581dd5359..957c3996c79 100644 --- a/devel/p5-MooseX-Types-DateTime/Makefile +++ b/devel/p5-MooseX-Types-DateTime/Makefile @@ -23,8 +23,9 @@ RUN_DEPENDS= p5-DateTime>=0.43.02:devel/p5-DateTime \ p5-namespace-clean>=0.19:devel/p5-namespace-clean TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Types-Set-Object/Makefile b/devel/p5-MooseX-Types-Set-Object/Makefile index f004d3a263f..d5ac05b1f3c 100644 --- a/devel/p5-MooseX-Types-Set-Object/Makefile +++ b/devel/p5-MooseX-Types-Set-Object/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Moose>=0.50:devel/p5-Moose \ p5-Set-Object>=0:devel/p5-Set-Object TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/devel/p5-MooseX-Util/Makefile b/devel/p5-MooseX-Util/Makefile index 4e2e35507ef..d17e51741ad 100644 --- a/devel/p5-MooseX-Util/Makefile +++ b/devel/p5-MooseX-Util/Makefile @@ -23,8 +23,9 @@ TEST_DEPENDS= p5-Test-CheckDeps>=0.010:devel/p5-Test-CheckDeps \ p5-Test-Requires>=0:devel/p5-Test-Requires \ p5-aliased>=0:devel/p5-aliased -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MouseX-App-Cmd/Makefile b/devel/p5-MouseX-App-Cmd/Makefile index 9d4d8734244..bf679381e2a 100644 --- a/devel/p5-MouseX-App-Cmd/Makefile +++ b/devel/p5-MouseX-App-Cmd/Makefile @@ -11,6 +11,7 @@ COMMENT= Mashes up MouseX::Getopt and App::Cmd LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-App-Cmd>=0.321:devel/p5-App-Cmd \ @@ -22,7 +23,9 @@ RUN_DEPENDS= p5-App-Cmd>=0.321:devel/p5-App-Cmd \ p5-namespace-autoclean>=0:devel/p5-namespace-autoclean TEST_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MouseX-ConfigFromFile/Makefile b/devel/p5-MouseX-ConfigFromFile/Makefile index d84c6ce134a..b6f2755e837 100644 --- a/devel/p5-MouseX-ConfigFromFile/Makefile +++ b/devel/p5-MouseX-ConfigFromFile/Makefile @@ -19,4 +19,6 @@ RUN_DEPENDS= p5-Filter>=0:devel/p5-Filter \ USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-MouseX-NativeTraits/Makefile b/devel/p5-MouseX-NativeTraits/Makefile index a6adebbf441..f26f86e3871 100644 --- a/devel/p5-MouseX-NativeTraits/Makefile +++ b/devel/p5-MouseX-NativeTraits/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Mouse>=0.82:devel/p5-Mouse TEST_DEPENDS= p5-Any-Moose>=0.13:devel/p5-Any-Moose \ p5-Test-Fatal>=0.003:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MouseX-Traits/Makefile b/devel/p5-MouseX-Traits/Makefile index 21340503e53..a682dbd671b 100644 --- a/devel/p5-MouseX-Traits/Makefile +++ b/devel/p5-MouseX-Traits/Makefile @@ -11,11 +11,16 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Automatically apply roles at object creation time +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Mouse>=0.81:devel/p5-Mouse TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-MouseX-Types-Path-Class/Makefile b/devel/p5-MouseX-Types-Path-Class/Makefile index 1107ddf591a..67fbe21473c 100644 --- a/devel/p5-MouseX-Types-Path-Class/Makefile +++ b/devel/p5-MouseX-Types-Path-Class/Makefile @@ -19,10 +19,11 @@ RUN_DEPENDS= p5-Mouse>=0.39:devel/p5-Mouse \ p5-MouseX-Types>=0.02:devel/p5-MouseX-Types \ p5-Path-Class>0:devel/p5-Path-Class \ p5-MouseX-Getopt>=0.22:devel/p5-MouseX-Getopt - TEST_DEPENDS= p5-Test-UseAllModules>0:devel/p5-Test-UseAllModules USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Object-Array/Makefile b/devel/p5-Object-Array/Makefile index 767a1bbb170..ec07b5cc321 100644 --- a/devel/p5-Object-Array/Makefile +++ b/devel/p5-Object-Array/Makefile @@ -18,8 +18,8 @@ RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-Sub-Install>=0:devel/p5-Sub-Install -USE_PERL5= configure USES= perl5 +USE_PERL5= configure NO_ARCH= yes diff --git a/devel/p5-POE-Loop-Tk/Makefile b/devel/p5-POE-Loop-Tk/Makefile index ad2eec90417..38c976d4726 100644 --- a/devel/p5-POE-Loop-Tk/Makefile +++ b/devel/p5-POE-Loop-Tk/Makefile @@ -10,12 +10,17 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bridge that allows POE to be driven by Tk +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-POE>=1.356:devel/p5-POE \ p5-Tk>=804.031:x11-toolkits/p5-Tk -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e '/POE::Test::Loops/d' ${WRKSRC}/Makefile.PL diff --git a/devel/p5-Params-Validate-Dependencies/Makefile b/devel/p5-Params-Validate-Dependencies/Makefile index 8a9972a8602..e504ef2da48 100644 --- a/devel/p5-Params-Validate-Dependencies/Makefile +++ b/devel/p5-Params-Validate-Dependencies/Makefile @@ -11,6 +11,8 @@ COMMENT= Validate combinations of parameters LICENSE= ART10 GPLv2 LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/ARTISTIC.txt +LICENSE_FILE_GPLv2= ${WRKSRC}/GPL2.txt BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Clone>=0.38:devel/p5-Clone \ @@ -23,8 +25,9 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Pod-Coverage>=1:devel/p5-Test-Pod-Coverage \ p5-Test-Warnings>=0.026:devel/p5-Test-Warnings -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Parse-Method-Signatures/Makefile b/devel/p5-Parse-Method-Signatures/Makefile index 866779fd7f1..5e74c7391d7 100644 --- a/devel/p5-Parse-Method-Signatures/Makefile +++ b/devel/p5-Parse-Method-Signatures/Makefile @@ -25,8 +25,9 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-aliased>=0:devel/p5-aliased -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Perl6-Export/Makefile b/devel/p5-Perl6-Export/Makefile index c26130b3952..067688600cf 100644 --- a/devel/p5-Perl6-Export/Makefile +++ b/devel/p5-Perl6-Export/Makefile @@ -13,4 +13,6 @@ COMMENT= Implements the Perl 6 'is export(...)' trait USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Perl6-Slurp/Makefile b/devel/p5-Perl6-Slurp/Makefile index 7df334a3652..7224c728d71 100644 --- a/devel/p5-Perl6-Slurp/Makefile +++ b/devel/p5-Perl6-Slurp/Makefile @@ -15,7 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Perl6-Export>=0.07:devel/p5-Perl6-Export -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-PerlIO-Util/Makefile b/devel/p5-PerlIO-Util/Makefile index 9eb6ae08553..14e3d716233 100644 --- a/devel/p5-PerlIO-Util/Makefile +++ b/devel/p5-PerlIO-Util/Makefile @@ -10,8 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Selection of general PerlIO utilities -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlIO/Util/Util.so diff --git a/devel/p5-PerlX-Maybe-XS/Makefile b/devel/p5-PerlX-Maybe-XS/Makefile index a71e987b299..999277f234d 100644 --- a/devel/p5-PerlX-Maybe-XS/Makefile +++ b/devel/p5-PerlX-Maybe-XS/Makefile @@ -13,8 +13,8 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlX/Maybe/XS/XS.so diff --git a/devel/p5-Readonly-XS/Makefile b/devel/p5-Readonly-XS/Makefile index ea6da055c51..96fcd3d2dcf 100644 --- a/devel/p5-Readonly-XS/Makefile +++ b/devel/p5-Readonly-XS/Makefile @@ -16,8 +16,8 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Readonly>=1.02:devel/p5-Readonly -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Readonly/XS/XS.so diff --git a/devel/p5-Regexp-RegGrp/Makefile b/devel/p5-Regexp-RegGrp/Makefile index 662244fc702..85eea6e10c6 100644 --- a/devel/p5-Regexp-RegGrp/Makefile +++ b/devel/p5-Regexp-RegGrp/Makefile @@ -14,8 +14,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Routes-Tiny/Makefile b/devel/p5-Routes-Tiny/Makefile index b37af9d4ad1..39d7e68c904 100644 --- a/devel/p5-Routes-Tiny/Makefile +++ b/devel/p5-Routes-Tiny/Makefile @@ -11,10 +11,10 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight routes implementation LICENSE= ART20 -LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= modbuildtiny NO_ARCH= yes -USE_PERL5= modbuildtiny -USES= perl5 .include diff --git a/devel/p5-Scalar-Does/Makefile b/devel/p5-Scalar-Does/Makefile index a5a513efd55..6f1d98226a5 100644 --- a/devel/p5-Scalar-Does/Makefile +++ b/devel/p5-Scalar-Does/Makefile @@ -27,10 +27,11 @@ TEST_DEPENDS= p5-IO-All>=0:devel/p5-IO-All \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ p5-Test-Requires>=0.06:devel/p5-Test-Requires -CONFLICTS_INSTALL= p5-IO-Detect +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 + +CONFLICTS_INSTALL= p5-IO-Detect .include diff --git a/devel/p5-Scalar-String/Makefile b/devel/p5-Scalar-String/Makefile index 3528534b1bd..16b53bd2303 100644 --- a/devel/p5-Scalar-String/Makefile +++ b/devel/p5-Scalar-String/Makefile @@ -12,8 +12,8 @@ COMMENT= String aspects of scalars LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Scalar/String/String.so diff --git a/devel/p5-ShipIt-Step-Manifest/Makefile b/devel/p5-ShipIt-Step-Manifest/Makefile index 888d78208fb..6240bfb7675 100644 --- a/devel/p5-ShipIt-Step-Manifest/Makefile +++ b/devel/p5-ShipIt-Step-Manifest/Makefile @@ -18,7 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Dist-Joseki>=0:devel/p5-Dist-Joseki \ p5-ShipIt>=0:devel/p5-ShipIt -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-ShipIt/Makefile b/devel/p5-ShipIt/Makefile index c8afdd1b6a6..10e8ac0a3a2 100644 --- a/devel/p5-ShipIt/Makefile +++ b/devel/p5-ShipIt/Makefile @@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Software release tool +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Syntax-Keyword-Gather/Makefile b/devel/p5-Syntax-Keyword-Gather/Makefile index 2718821f1d8..416f357aec4 100644 --- a/devel/p5-Syntax-Keyword-Gather/Makefile +++ b/devel/p5-Syntax-Keyword-Gather/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Sub-Exporter-Progressive>=0:devel/p5-Sub-Exporter-Progressive -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Sys-Info-Driver-BSD/Makefile b/devel/p5-Sys-Info-Driver-BSD/Makefile index 2995ae3d617..d40fc68cb1e 100644 --- a/devel/p5-Sys-Info-Driver-BSD/Makefile +++ b/devel/p5-Sys-Info-Driver-BSD/Makefile @@ -12,6 +12,7 @@ COMMENT= BSD driver for Sys::Info LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-BSD-Sysctl>=0.08:sysutils/p5-BSD-Sysctl \ @@ -21,7 +22,9 @@ TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage \ p5-Test-Sys-Info>=0.20:devel/p5-Test-Sys-Info -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Taint-Util/Makefile b/devel/p5-Taint-Util/Makefile index 78acf88949e..1cbee535138 100644 --- a/devel/p5-Taint-Util/Makefile +++ b/devel/p5-Taint-Util/Makefile @@ -10,8 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test for and flip the taint flag without regex matches or eval -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Taint/Util/Util.so diff --git a/devel/p5-Task-Tiny/Makefile b/devel/p5-Task-Tiny/Makefile index 533fbcc5107..4377f5c5c68 100644 --- a/devel/p5-Task-Tiny/Makefile +++ b/devel/p5-Task-Tiny/Makefile @@ -11,8 +11,11 @@ COMMENT= Install a lightweight development environment LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Term-ANSIScreen/Makefile b/devel/p5-Term-ANSIScreen/Makefile index e7c47eec237..d24380db284 100644 --- a/devel/p5-Term-ANSIScreen/Makefile +++ b/devel/p5-Term-ANSIScreen/Makefile @@ -11,7 +11,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Term::ANSIColor clone with screen mode support -USE_PERL5= configure +LICENSE= CC0-1.0 + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Term-Size-Any/Makefile b/devel/p5-Term-Size-Any/Makefile index b14eb390f49..4351c59b930 100644 --- a/devel/p5-Term-Size-Any/Makefile +++ b/devel/p5-Term-Size-Any/Makefile @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Devel-Hide>=0:devel/p5-Devel-Hide \ TEST_DEPENDS= p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage \ p5-Test-Pod>=1.18:devel/p5-Test-Pod -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Term-Size-Perl/Makefile b/devel/p5-Term-Size-Perl/Makefile index 378fada62aa..86ef7c6a769 100644 --- a/devel/p5-Term-Size-Perl/Makefile +++ b/devel/p5-Term-Size-Perl/Makefile @@ -11,9 +11,11 @@ COMMENT= Retrieving terminal size LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 .include diff --git a/devel/p5-Test-Benchmark/Makefile b/devel/p5-Test-Benchmark/Makefile index c84e18aa43a..c3cd68a4e63 100644 --- a/devel/p5-Test-Benchmark/Makefile +++ b/devel/p5-Test-Benchmark/Makefile @@ -11,11 +11,13 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Make sure something really is faster LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LGPL TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-BinaryData/Makefile b/devel/p5-Test-BinaryData/Makefile index ad839be9d88..5ce1a75189a 100644 --- a/devel/p5-Test-BinaryData/Makefile +++ b/devel/p5-Test-BinaryData/Makefile @@ -14,8 +14,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Bits/Makefile b/devel/p5-Test-Bits/Makefile index 2958c94cab5..1261b6eeda9 100644 --- a/devel/p5-Test-Bits/Makefile +++ b/devel/p5-Test-Bits/Makefile @@ -17,8 +17,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-AllUtils>=0:devel/p5-List-AllUtils TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-CPAN-Meta-YAML/Makefile b/devel/p5-Test-CPAN-Meta-YAML/Makefile index 6b1af672c08..a47b454dda8 100644 --- a/devel/p5-Test-CPAN-Meta-YAML/Makefile +++ b/devel/p5-Test-CPAN-Meta-YAML/Makefile @@ -14,7 +14,9 @@ LICENSE= ART20 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Test-YAML-Valid>=0.03:devel/p5-Test-YAML-Valid -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-CPAN-Meta/Makefile b/devel/p5-Test-CPAN-Meta/Makefile index d900d496be7..a42cd43c00b 100644 --- a/devel/p5-Test-CPAN-Meta/Makefile +++ b/devel/p5-Test-CPAN-Meta/Makefile @@ -14,7 +14,9 @@ LICENSE= ART20 TEST_DEPENDS= p5-Test-Pod>=1:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=0.08:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Command/Makefile b/devel/p5-Test-Command/Makefile index a034ab22fef..0bacb06d02b 100644 --- a/devel/p5-Test-Command/Makefile +++ b/devel/p5-Test-Command/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual TEST_DEPENDS= p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Fixme/Makefile b/devel/p5-Test-Fixme/Makefile index 09f457df41d..193623a7afa 100644 --- a/devel/p5-Test-Fixme/Makefile +++ b/devel/p5-Test-Fixme/Makefile @@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-HasVersion/Makefile b/devel/p5-Test-HasVersion/Makefile index cabd7faaa72..a70d8c03043 100644 --- a/devel/p5-Test-HasVersion/Makefile +++ b/devel/p5-Test-HasVersion/Makefile @@ -13,8 +13,9 @@ LICENSE= ART10 GPLv1+ LICENSE_COMB= dual LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-HexDifferences/Makefile b/devel/p5-Test-HexDifferences/Makefile index af5c9704edb..05527953851 100644 --- a/devel/p5-Test-HexDifferences/Makefile +++ b/devel/p5-Test-HexDifferences/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ p5-Text-Diff>=0:textproc/p5-Text-Diff -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Identity/Makefile b/devel/p5-Test-Identity/Makefile index c93343a535f..b9ad305c246 100644 --- a/devel/p5-Test-Identity/Makefile +++ b/devel/p5-Test-Identity/Makefile @@ -10,7 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Assert the referential identity of a reference -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Mock-LWP-Dispatch/Makefile b/devel/p5-Test-Mock-LWP-Dispatch/Makefile index 118e950728d..b5a2f746660 100644 --- a/devel/p5-Test-Mock-LWP-Dispatch/Makefile +++ b/devel/p5-Test-Mock-LWP-Dispatch/Makefile @@ -11,6 +11,7 @@ COMMENT= Mocks LWP::UserAgent and dispatches your requests/responses LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ @@ -19,8 +20,9 @@ RUN_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \ TEST_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-Test-Exception>=0:devel/p5-Test-Exception -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Mock-LWP/Makefile b/devel/p5-Test-Mock-LWP/Makefile index 82b4402f82b..76ba5cb581c 100644 --- a/devel/p5-Test-Mock-LWP/Makefile +++ b/devel/p5-Test-Mock-LWP/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Test-MockObject>=1.08:devel/p5-Test-MockObject -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Number-Delta/Makefile b/devel/p5-Test-Number-Delta/Makefile index ea98d48f3da..44282352a93 100644 --- a/devel/p5-Test-Number-Delta/Makefile +++ b/devel/p5-Test-Number-Delta/Makefile @@ -11,8 +11,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compare the difference between two numbers within a specified amount LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Requires-Git/Makefile b/devel/p5-Test-Requires-Git/Makefile index 394a21cd287..f5e8cadfb66 100644 --- a/devel/p5-Test-Requires-Git/Makefile +++ b/devel/p5-Test-Requires-Git/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Git-Version-Compare>=1.003:devel/p5-Git-Version-Compare -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Singleton/Makefile b/devel/p5-Test-Singleton/Makefile index 35b9f5e21e4..48b9a234acf 100644 --- a/devel/p5-Test-Singleton/Makefile +++ b/devel/p5-Test-Singleton/Makefile @@ -11,14 +11,15 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Test for Singleton classes -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Class-Singleton>=0:devel/p5-Class-Singleton -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Spec/Makefile b/devel/p5-Test-Spec/Makefile index acb34b9306d..8779a0a529d 100644 --- a/devel/p5-Test-Spec/Makefile +++ b/devel/p5-Test-Spec/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Package-Stash>=0.23:devel/p5-Package-Stash \ p5-Test-Trap>=0:devel/p5-Test-Trap \ p5-Tie-IxHash>=0:devel/p5-Tie-IxHash -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-TableDriven/Makefile b/devel/p5-Test-TableDriven/Makefile index 705dfc93d64..db8ea23086d 100644 --- a/devel/p5-Test-TableDriven/Makefile +++ b/devel/p5-Test-TableDriven/Makefile @@ -10,7 +10,12 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Write tests, not scripts that run them -USE_PERL5= configure +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Test-Version/Makefile b/devel/p5-Test-Version/Makefile index 196151c0f56..1b025c5fce9 100644 --- a/devel/p5-Test-Version/Makefile +++ b/devel/p5-Test-Version/Makefile @@ -16,8 +16,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Find-Rule-Perl>=0:devel/p5-File-Find-Rule-Perl TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Text-Levenshtein-Damerau/Makefile b/devel/p5-Text-Levenshtein-Damerau/Makefile index 6162a75addb..41555908f86 100644 --- a/devel/p5-Text-Levenshtein-Damerau/Makefile +++ b/devel/p5-Text-Levenshtein-Damerau/Makefile @@ -11,9 +11,11 @@ COMMENT= Damerau Levenshtein edit distance LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 .include diff --git a/devel/p5-Text-Levenshtein/Makefile b/devel/p5-Text-Levenshtein/Makefile index 8c7172ff626..ee6d435148f 100644 --- a/devel/p5-Text-Levenshtein/Makefile +++ b/devel/p5-Text-Levenshtein/Makefile @@ -11,6 +11,7 @@ COMMENT= Implementation of the Levenshtein edit distance LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE USES= perl5 USE_PERL5= configure diff --git a/devel/p5-Thrift-XS/Makefile b/devel/p5-Thrift-XS/Makefile index 2fde971bdd7..6d3fcc1df0c 100644 --- a/devel/p5-Thrift-XS/Makefile +++ b/devel/p5-Thrift-XS/Makefile @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Faster Thrift binary protocol encoding and decoding +LICENSE= APACHE20 + BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \ p5-HTTP-Message>=0:www/p5-HTTP-Message \ @@ -21,8 +23,8 @@ TEST_DEPENDS= p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ p5-Test-Pod>=1.14:devel/p5-Test-Pod \ p5-Test-Pod-Coverage>=1.04:devel/p5-Test-Pod-Coverage -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Thrift/XS/XS.so diff --git a/devel/p5-Throwable/Makefile b/devel/p5-Throwable/Makefile index a3cce9d4b73..fb6a974544d 100644 --- a/devel/p5-Throwable/Makefile +++ b/devel/p5-Throwable/Makefile @@ -1,5 +1,5 @@ PORTNAME= Throwable -PORTVERSION= 0.200013 +PORTVERSION= 1.000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:RJBS @@ -10,14 +10,16 @@ COMMENT= Easy-to-use class for error objects LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Devel-StackTrace>=1.32:devel/p5-Devel-StackTrace \ p5-Module-Runtime>=0.002:devel/p5-Module-Runtime \ p5-Moo>=1.000001:devel/p5-Moo -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/devel/p5-Throwable/distinfo b/devel/p5-Throwable/distinfo index dd49ea6976e..a0e978a388c 100644 --- a/devel/p5-Throwable/distinfo +++ b/devel/p5-Throwable/distinfo @@ -1,2 +1,3 @@ -SHA256 (Throwable-0.200013.tar.gz) = 9987d0deb5bddd352a6330cefbe932f882e36dd8c8a4564bcfd372dc396b8fa0 -SIZE (Throwable-0.200013.tar.gz) = 20254 +TIMESTAMP = 1624729766 +SHA256 (Throwable-1.000.tar.gz) = 023aac67baad5b7bcdc08dc858ea5e6a8ddb0e291d15dd6d24818cdd702d318f +SIZE (Throwable-1.000.tar.gz) = 21875 diff --git a/devel/p5-Tie-Simple/Makefile b/devel/p5-Tie-Simple/Makefile index 140a8283c7b..fbb20a3c63e 100644 --- a/devel/p5-Tie-Simple/Makefile +++ b/devel/p5-Tie-Simple/Makefile @@ -11,9 +11,11 @@ COMMENT= Variable ties made easier: much, much, much easier LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 .include diff --git a/devel/p5-Tie-iCal/Makefile b/devel/p5-Tie-iCal/Makefile index 7c6c190e6db..8678c68a9d7 100644 --- a/devel/p5-Tie-iCal/Makefile +++ b/devel/p5-Tie-iCal/Makefile @@ -14,7 +14,9 @@ COMMENT= Tie iCal files to Perl hashes LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Time-Mock/Makefile b/devel/p5-Time-Mock/Makefile index 1763fb051ca..ab6d42b498c 100644 --- a/devel/p5-Time-Mock/Makefile +++ b/devel/p5-Time-Mock/Makefile @@ -14,7 +14,9 @@ COMMENT= Shift and scale time LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/devel/p5-Types-Path-Tiny/Makefile b/devel/p5-Types-Path-Tiny/Makefile index 679b4c661a4..116282c2746 100644 --- a/devel/p5-Types-Path-Tiny/Makefile +++ b/devel/p5-Types-Path-Tiny/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Path-Tiny>=0:devel/p5-Path-Tiny \ p5-Type-Tiny>=0.008:devel/p5-Type-Tiny TEST_DEPENDS= p5-File-pushd>=0:devel/p5-File-pushd -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-Xporter/Makefile b/devel/p5-Xporter/Makefile index 72050fc9691..ca0865a339f 100644 --- a/devel/p5-Xporter/Makefile +++ b/devel/p5-Xporter/Makefile @@ -13,12 +13,14 @@ COMMENT= Alternative Exporter with persistent defaults and auto-ISA LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-mem>=0.4.5:devel/p5-mem -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-curry/Makefile b/devel/p5-curry/Makefile index 46d38d3f631..0b6a5e72e31 100644 --- a/devel/p5-curry/Makefile +++ b/devel/p5-curry/Makefile @@ -13,8 +13,9 @@ COMMENT= Create automatic curried method call closures for any class or object LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-lexical-underscore/Makefile b/devel/p5-lexical-underscore/Makefile index 8dc5eb22efa..df666c3c9d6 100644 --- a/devel/p5-lexical-underscore/Makefile +++ b/devel/p5-lexical-underscore/Makefile @@ -17,8 +17,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-PadWalker>=0:devel/p5-PadWalker -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/devel/p5-mem/Makefile b/devel/p5-mem/Makefile index ccbb5ed43db..c48257ff24f 100644 --- a/devel/p5-mem/Makefile +++ b/devel/p5-mem/Makefile @@ -12,9 +12,11 @@ COMMENT= Use "in-mem" pkgs and force definitions into mem early LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE_ART10= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 .include diff --git a/devel/p5-subatom/Makefile b/devel/p5-subatom/Makefile index 01606ed4ecf..687b197845f 100644 --- a/devel/p5-subatom/Makefile +++ b/devel/p5-subatom/Makefile @@ -16,9 +16,10 @@ LICENSE_FILE= ${WRKSRC}/README BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-Atom-SimpleFeed>=0.80:textproc/p5-XML-Atom-SimpleFeed -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes PLIST_FILES= bin/subatom \ ${SITE_MAN1_REL}/subatom.1.gz diff --git a/devel/pijul/Makefile b/devel/pijul/Makefile index 5ae1feac2c2..e62b771d7ee 100644 --- a/devel/pijul/Makefile +++ b/devel/pijul/Makefile @@ -2,7 +2,7 @@ PORTNAME= pijul PORTVERSION= 0.12.0 -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= devel MASTER_SITES= https://pijul.org/releases/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/devel/plasma5-khotkeys/distinfo b/devel/plasma5-khotkeys/distinfo index ef8c7bfe9b8..9df3c930956 100644 --- a/devel/plasma5-khotkeys/distinfo +++ b/devel/plasma5-khotkeys/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866573 -SHA256 (KDE/plasma/5.22.1/khotkeys-5.22.1.tar.xz) = 39e5bf9790962c8b5bda0181e9da6eedace47014395cc718996cefb2f7a04e09 -SIZE (KDE/plasma/5.22.1/khotkeys-5.22.1.tar.xz) = 1858344 +TIMESTAMP = 1624729962 +SHA256 (KDE/plasma/5.22.2.1/khotkeys-5.22.2.1.tar.xz) = bfb8c9f84dd9d695edf25c3bc03c2703c4e434d3191f1883215d1dee25edb0f1 +SIZE (KDE/plasma/5.22.2.1/khotkeys-5.22.2.1.tar.xz) = 1858324 diff --git a/devel/plasma5-kwrited/distinfo b/devel/plasma5-kwrited/distinfo index c182adc1ee6..7a162fcffa5 100644 --- a/devel/plasma5-kwrited/distinfo +++ b/devel/plasma5-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866574 -SHA256 (KDE/plasma/5.22.1/kwrited-5.22.1.tar.xz) = c33ca150c8f3f0f75b10731718679a5746bb832e2fba7bc7d45016c9dcf69ced -SIZE (KDE/plasma/5.22.1/kwrited-5.22.1.tar.xz) = 20472 +TIMESTAMP = 1624729962 +SHA256 (KDE/plasma/5.22.2.1/kwrited-5.22.2.1.tar.xz) = 52748d812dd28ea617c8f42d2e2aa39d589e08f69406fb207e9c6ad1078a9e1e +SIZE (KDE/plasma/5.22.2.1/kwrited-5.22.2.1.tar.xz) = 20476 diff --git a/devel/plasma5-plasma-sdk/distinfo b/devel/plasma5-plasma-sdk/distinfo index 9113f61b6ab..7bfa83afc15 100644 --- a/devel/plasma5-plasma-sdk/distinfo +++ b/devel/plasma5-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866575 -SHA256 (KDE/plasma/5.22.1/plasma-sdk-5.22.1.tar.xz) = 16e3c576705ed416881a126997bbcd2132cca34dfc1f0f48a8c655fbb1ab01b9 -SIZE (KDE/plasma/5.22.1/plasma-sdk-5.22.1.tar.xz) = 269508 +TIMESTAMP = 1624729963 +SHA256 (KDE/plasma/5.22.2.1/plasma-sdk-5.22.2.1.tar.xz) = 77c2ee24c11170cc4e5e97dbe5448588ccbfe9279cf450e304d4089ab45e6e57 +SIZE (KDE/plasma/5.22.2.1/plasma-sdk-5.22.2.1.tar.xz) = 269544 diff --git a/devel/py-astroid/Makefile b/devel/py-astroid/Makefile index b7d3d9d9a7f..8d40ff640b6 100644 --- a/devel/py-astroid/Makefile +++ b/devel/py-astroid/Makefile @@ -1,5 +1,5 @@ PORTNAME= astroid -PORTVERSION= 2.5.8 +PORTVERSION= 2.6.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,6 @@ COMMENT= Abstract syntax tree for Python with inference support LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lazy-object-proxy>=1.4.0:devel/py-lazy-object-proxy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>=1.11<1.13:devel/py-wrapt@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} diff --git a/devel/py-astroid/distinfo b/devel/py-astroid/distinfo index f61a46832f4..d04d21e8bf7 100644 --- a/devel/py-astroid/distinfo +++ b/devel/py-astroid/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214054 -SHA256 (astroid-2.5.8.tar.gz) = 2476b7f0d6cec13f4c1f53b54bea2ce072310ac9fc7acb669d5270190c748042 -SIZE (astroid-2.5.8.tar.gz) = 185727 +TIMESTAMP = 1624189685 +SHA256 (astroid-2.6.0.tar.gz) = 09bdb456e02564731f8b5957cdd0c98a7f01d2db5e90eb1d794c353c28bfd705 +SIZE (astroid-2.6.0.tar.gz) = 187339 diff --git a/devel/py-btest/Makefile b/devel/py-btest/Makefile index 715b9dfd92d..810aed72107 100644 --- a/devel/py-btest/Makefile +++ b/devel/py-btest/Makefile @@ -1,7 +1,7 @@ PORTNAME= btest -DISTVERSION= 0.67 +DISTVERSIONPREFIX= v +DISTVERSION= 0.68 CATEGORIES= devel python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mshirk@daemon-security.com @@ -11,8 +11,11 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USES= python:3.6+ +USE_GITHUB= yes USE_PYTHON= distutils autoplist concurrent +GH_ACCOUNT= zeek + NO_ARCH= YES .include diff --git a/devel/py-btest/distinfo b/devel/py-btest/distinfo index 49fe829d256..271e6200687 100644 --- a/devel/py-btest/distinfo +++ b/devel/py-btest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614215145 -SHA256 (btest-0.67.tar.gz) = 1df5b1462b62efba6c718d8aa09b1d566cc18e93f50f84132fe96326c40305c1 -SIZE (btest-0.67.tar.gz) = 88987 +TIMESTAMP = 1624495624 +SHA256 (zeek-btest-v0.68_GH0.tar.gz) = b663dbc8582a1737be3854b41a8e377607bb1bd410434b75916f4e3423b67bda +SIZE (zeek-btest-v0.68_GH0.tar.gz) = 83118 diff --git a/devel/py-btest/pkg-descr b/devel/py-btest/pkg-descr index 412ce6f4b85..80349303ba7 100644 --- a/devel/py-btest/pkg-descr +++ b/devel/py-btest/pkg-descr @@ -1,10 +1,10 @@ -The btest is a simple framework for writing unit tests. Freely -borrowing some ideas from other packages, it's main objective is to +BTest is a powerful framework for writing system tests. Freely +borrowing some ideas from other packages, its main objective is to provide an easy-to-use, straightforward driver for a suite of -shell-based tests. Each test consists of a set of command lines that -will be executed, and success is determined based on their exit -codes. btest comes with some additional tools that can be used -within such tests to compare output against a previously established -baseline. +shell-based tests. Each test consists of a set of command lines +that will be executed, and success is determined based on their +exit codes. btest comes with some additional tools that can be used +within such tests to robustly compare output against a previously +established baseline. -WWW: https://github.com/bro/btest/ +WWW: https://github.com/zeek/btest/ diff --git a/devel/py-ctypesgen/Makefile b/devel/py-ctypesgen/Makefile new file mode 100644 index 00000000000..299fcb5140f --- /dev/null +++ b/devel/py-ctypesgen/Makefile @@ -0,0 +1,25 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= ctypesgen +PORTVERSION= 1.0.2 +DISTVERSIONPREFIX= ctypesgen- +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python wrapper generator for ctypes + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= python:3.6+ shebangfix +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= davidjamesca + +SHEBANG_FILES= ctypesgen/test/testsuite.py + +.include diff --git a/devel/py-ctypesgen/distinfo b/devel/py-ctypesgen/distinfo new file mode 100644 index 00000000000..18ea922e35b --- /dev/null +++ b/devel/py-ctypesgen/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624189673 +SHA256 (davidjamesca-ctypesgen-ctypesgen-1.0.2_GH0.tar.gz) = 409ff3984ecf2aef09008045a713d61031990e95834074bff27957430223b729 +SIZE (davidjamesca-ctypesgen-ctypesgen-1.0.2_GH0.tar.gz) = 119413 diff --git a/devel/py-ctypesgen/pkg-descr b/devel/py-ctypesgen/pkg-descr new file mode 100644 index 00000000000..7768eeb1ccd --- /dev/null +++ b/devel/py-ctypesgen/pkg-descr @@ -0,0 +1,5 @@ +ctypesgen is a pure-python ctypes wrapper generator. It can also output JSON, +which can be used with Mork, which generates bindings for Lua, using the alien +module (which binds libffi to Lua). + +WWW: https://github.com/davidjamesca/ctypesgen diff --git a/devel/py-isort/Makefile b/devel/py-isort/Makefile index dc26934ad4c..2bf269dfa86 100644 --- a/devel/py-isort/Makefile +++ b/devel/py-isort/Makefile @@ -1,5 +1,5 @@ PORTNAME= isort -PORTVERSION= 5.8.0 +PORTVERSION= 5.9.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-isort/distinfo b/devel/py-isort/distinfo index 0b240a1e60d..78607e08522 100644 --- a/devel/py-isort/distinfo +++ b/devel/py-isort/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618320146 -SHA256 (isort-5.8.0.tar.gz) = 0a943902919f65c5684ac4e0154b1ad4fac6dcaa5d9f3426b732f1c8b5419be6 -SIZE (isort-5.8.0.tar.gz) = 167927 +TIMESTAMP = 1624189687 +SHA256 (isort-5.9.0.tar.gz) = 8fd40deb804e5ce21dbbb92d0a9a79907209a0f2ba42be571c2963499c0d4829 +SIZE (isort-5.9.0.tar.gz) = 174073 diff --git a/devel/py-json5/Makefile b/devel/py-json5/Makefile index a97d7fcd71b..31d1745a887 100644 --- a/devel/py-json5/Makefile +++ b/devel/py-json5/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= json5 -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-json5/distinfo b/devel/py-json5/distinfo index 381a4fec6cd..36fb898c868 100644 --- a/devel/py-json5/distinfo +++ b/devel/py-json5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590607313 -SHA256 (json5-0.9.5.tar.gz) = 703cfee540790576b56a92e1c6aaa6c4b0d98971dc358ead83812aa4d06bdb96 -SIZE (json5-0.9.5.tar.gz) = 26464 +TIMESTAMP = 1624189689 +SHA256 (json5-0.9.6.tar.gz) = 9175ad1bc248e22bb8d95a8e8d765958bf0008fef2fe8abab5bc04e0f1ac8302 +SIZE (json5-0.9.6.tar.gz) = 21767 diff --git a/devel/py-jsonnet/Makefile b/devel/py-jsonnet/Makefile new file mode 100644 index 00000000000..02dd2e3b91b --- /dev/null +++ b/devel/py-jsonnet/Makefile @@ -0,0 +1,31 @@ +PORTNAME= jsonnet +DISTVERSIONPREFIX= v +DISTVERSION= 0.17.0 +CATEGORIES= devel python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= timp87@gmail.com +COMMENT= Python bindings for Jsonnet - The data templating language + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libjsonnet.so:devel/jsonnet + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} + +USES= compiler:c++11-lang python:3.6+ localbase + +USE_GITHUB= yes +GH_ACCOUNT= google + +USE_PYTHON= distutils autoplist + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_jsonnet${PYTHON_EXT_SUFFIX}.so + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -rs + +.include diff --git a/devel/py-jsonnet/distinfo b/devel/py-jsonnet/distinfo new file mode 100644 index 00000000000..7c119ac87f8 --- /dev/null +++ b/devel/py-jsonnet/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624332274 +SHA256 (google-jsonnet-v0.17.0_GH0.tar.gz) = 076b52edf888c01097010ad4299e3b2e7a72b60a41abbc65af364af1ed3c8dbe +SIZE (google-jsonnet-v0.17.0_GH0.tar.gz) = 21854054 diff --git a/devel/py-jsonnet/files/patch-case__studies_kubernetes_test__same.py b/devel/py-jsonnet/files/patch-case__studies_kubernetes_test__same.py new file mode 100644 index 00000000000..0365b2ee174 --- /dev/null +++ b/devel/py-jsonnet/files/patch-case__studies_kubernetes_test__same.py @@ -0,0 +1,35 @@ +--- case_studies/kubernetes/test_same.py.orig 2020-11-22 14:19:41 UTC ++++ case_studies/kubernetes/test_same.py +@@ -15,7 +15,11 @@ + import yaml + import json + import sys ++import os + ++os.chdir(os.path.dirname(os.path.abspath(__file__))) ++os.system("jsonnet -m ./ example.jsonnet") ++ + files = [ + 'bigquery-controller', + 'redis-master', +@@ -50,10 +54,10 @@ def canonicalize(doc): + + for filename in files: + with open(filename + '.old.yaml', 'r') as f: +- yaml_doc = canonicalize(yaml.load(f)) ++ yaml_doc = canonicalize(yaml.load(f, Loader=yaml.SafeLoader)) + + with open(filename + '.new.yaml', 'r') as f: +- jsonnet_doc = yaml.load(f) ++ jsonnet_doc = yaml.load(f, Loader=yaml.SafeLoader) + + if jsonstr(yaml_doc) == jsonstr(jsonnet_doc): + print('Identical: %s' % filename) +@@ -65,6 +69,6 @@ for filename in files: + with open(filename + '.new.yaml.out', 'w') as f: + f.write(jsonstr(jsonnet_doc)) + +- ++ os.remove(filename + '.new.yaml') + + diff --git a/devel/py-jsonnet/files/patch-setup.py b/devel/py-jsonnet/files/patch-setup.py new file mode 100644 index 00000000000..41665ee8547 --- /dev/null +++ b/devel/py-jsonnet/files/patch-setup.py @@ -0,0 +1,52 @@ +--- setup.py.orig 2020-11-22 14:19:41 UTC ++++ setup.py +@@ -19,18 +19,6 @@ from setuptools.command.build_ext import build_ext as + from subprocess import Popen + + DIR = os.path.abspath(os.path.dirname(__file__)) +-LIB_OBJECTS = [ +- 'core/desugarer.o', +- 'core/formatter.o', +- 'core/libjsonnet.o', +- 'core/lexer.o', +- 'core/parser.o', +- 'core/pass.o', +- 'core/static_analysis.o', +- 'core/string_utils.o', +- 'core/vm.o', +- 'third_party/md5/md5.o' +-] + + MODULE_SOURCES = ['python/_jsonnet.c'] + +@@ -46,19 +34,10 @@ def get_version(): + v_code = v_code[1:] + return v_code + +-class BuildJsonnetExt(BuildExt): +- def run(self): +- p = Popen(['make'] + LIB_OBJECTS, cwd=DIR) +- p.wait() +- if p.returncode != 0: +- raise Exception('Could not build %s' % (', '.join(LIB_OBJECTS))) +- BuildExt.run(self) +- + jsonnet_ext = Extension( + '_jsonnet', + sources=MODULE_SOURCES, +- extra_objects=LIB_OBJECTS, +- include_dirs = ['include', 'third_party/md5', 'third_party/json'], ++ libraries = ['jsonnet'], + language='c++' + ) + +@@ -68,9 +47,6 @@ setup(name='jsonnet', + author='David Cunningham', + author_email='dcunnin@google.com', + version=get_version(), +- cmdclass={ +- 'build_ext': BuildJsonnetExt, +- }, + ext_modules=[jsonnet_ext], + test_suite="python._jsonnet_test", + ) diff --git a/devel/py-jsonnet/pkg-descr b/devel/py-jsonnet/pkg-descr new file mode 100644 index 00000000000..30a6d0c6c19 --- /dev/null +++ b/devel/py-jsonnet/pkg-descr @@ -0,0 +1,6 @@ +Python bindings for Jsonnet - The data templating language. +Jsonnet lets you compute fragments of JSON within the structure, bringing +the same benefit to structured data that templating languages bring to plain +text. + +WWW: https://github.com/google/jsonnet diff --git a/devel/py-maturin/Makefile b/devel/py-maturin/Makefile index b4e23c9991b..1c071377e69 100644 --- a/devel/py-maturin/Makefile +++ b/devel/py-maturin/Makefile @@ -1,7 +1,7 @@ PORTNAME= maturin DISTVERSIONPREFIX= v DISTVERSION= 0.8.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-milc/Makefile b/devel/py-milc/Makefile index 38626a7dd0b..39defbed8f0 100644 --- a/devel/py-milc/Makefile +++ b/devel/py-milc/Makefile @@ -1,5 +1,5 @@ PORTNAME= milc -DISTVERSION= 1.4.1 +DISTVERSION= 1.4.2 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-milc/distinfo b/devel/py-milc/distinfo index 814703b4d33..96616ccf440 100644 --- a/devel/py-milc/distinfo +++ b/devel/py-milc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621935256 -SHA256 (clueboard-milc-1.4.1_GH0.tar.gz) = b119c8f4068138eb2243f04cc653ae6b245f69fbcb08b180adf2355a2a0bd5a1 -SIZE (clueboard-milc-1.4.1_GH0.tar.gz) = 46500 +TIMESTAMP = 1624534752 +SHA256 (clueboard-milc-1.4.2_GH0.tar.gz) = b4ba7c099aad04cf9addc12f924d8caff23039c4674b304962c59c02594eea39 +SIZE (clueboard-milc-1.4.2_GH0.tar.gz) = 46479 diff --git a/devel/py-minidump/Makefile b/devel/py-minidump/Makefile index 596c018676c..cd05beedb6f 100644 --- a/devel/py-minidump/Makefile +++ b/devel/py-minidump/Makefile @@ -1,5 +1,5 @@ PORTNAME= minidump -DISTVERSION= 0.0.17 +DISTVERSION= 0.0.18 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-minidump/distinfo b/devel/py-minidump/distinfo index f6fae27d8e3..ef7ca3165b1 100644 --- a/devel/py-minidump/distinfo +++ b/devel/py-minidump/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618498923 -SHA256 (minidump-0.0.17.tar.gz) = 9e53d6f374ebdda79cd6d4981e07194f077ec9d375d92e963702bb81dc1d6ad6 -SIZE (minidump-0.0.17.tar.gz) = 54546 +TIMESTAMP = 1624533862 +SHA256 (minidump-0.0.18.tar.gz) = b9fe0a65cf42d60591807bb8b6d9357e92f6a46f2851befdbaf08894722d07ff +SIZE (minidump-0.0.18.tar.gz) = 58204 diff --git a/devel/py-pefile/Makefile b/devel/py-pefile/Makefile index da8a0b5679a..ee666a746f7 100644 --- a/devel/py-pefile/Makefile +++ b/devel/py-pefile/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= pefile -PORTVERSION= 2019.4.18 +PORTVERSION= 2021.5.24 CATEGORIES= devel python MASTER_SITES= https://github.com/erocarrera/pefile/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pefile/distinfo b/devel/py-pefile/distinfo index a4d6fa50de5..5663c3aac58 100644 --- a/devel/py-pefile/distinfo +++ b/devel/py-pefile/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1555651576 -SHA256 (pefile-2019.4.18.tar.gz) = a5d6e8305c6b210849b47a6174ddf9c452b2888340b8177874b862ba6c207645 -SIZE (pefile-2019.4.18.tar.gz) = 62374 +TIMESTAMP = 1621957896 +SHA256 (pefile-2021.5.24.tar.gz) = ed79b2353daa58421459abf4d685953bde0adf9f6e188944f97ba9795f100246 +SIZE (pefile-2021.5.24.tar.gz) = 66130 diff --git a/devel/py-pyelftools/Makefile b/devel/py-pyelftools/Makefile index 0de02d0899b..c3884d79677 100644 --- a/devel/py-pyelftools/Makefile +++ b/devel/py-pyelftools/Makefile @@ -1,7 +1,7 @@ # Created by: antoine@FreeBSD.org PORTNAME= pyelftools -PORTVERSION= 0.26 +PORTVERSION= 0.27 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyelftools/distinfo b/devel/py-pyelftools/distinfo index 690ab5204e3..9336a0ede0b 100644 --- a/devel/py-pyelftools/distinfo +++ b/devel/py-pyelftools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1575959782 -SHA256 (pyelftools-0.26.tar.gz) = 86ac6cee19f6c945e8dedf78c6ee74f1112bd14da5a658d8c9d4103aed5756a2 -SIZE (pyelftools-0.26.tar.gz) = 535651 +TIMESTAMP = 1624732652 +SHA256 (pyelftools-0.27.tar.gz) = cde854e662774c5457d688ca41615f6594187ba7067af101232df889a6b7a66b +SIZE (pyelftools-0.27.tar.gz) = 2636011 diff --git a/devel/py-pytest-flask/Makefile b/devel/py-pytest-flask/Makefile index ac44b95fa72..ea2d4933904 100644 --- a/devel/py-pytest-flask/Makefile +++ b/devel/py-pytest-flask/Makefile @@ -1,5 +1,5 @@ PORTNAME= pytest-flask -PORTVERSION= 1.2.0 +PORTVERSION= 0.15.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pytest-flask/distinfo b/devel/py-pytest-flask/distinfo index 61a41a1c2e9..2b39344f973 100644 --- a/devel/py-pytest-flask/distinfo +++ b/devel/py-pytest-flask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624270576 -SHA256 (pytest-flask-1.2.0.tar.gz) = 46fde652f77777bf02dc91205aec4ce20cdf2acbbbd66a918ab91f5c14693d3d -SIZE (pytest-flask-1.2.0.tar.gz) = 32446 +TIMESTAMP = 1581929217 +SHA256 (pytest-flask-0.15.1.tar.gz) = cbd8c5b9f8f1b83e9c159ac4294964807c4934317a5fba181739ac15e1b823e6 +SIZE (pytest-flask-0.15.1.tar.gz) = 24207 diff --git a/devel/py-tempora/Makefile b/devel/py-tempora/Makefile index f6931ac4cc2..cb09ec415e7 100644 --- a/devel/py-tempora/Makefile +++ b/devel/py-tempora/Makefile @@ -1,7 +1,7 @@ # Created by: Martin Wilke PORTNAME= tempora -PORTVERSION= 4.0.2 +PORTVERSION= 4.1.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,6 @@ COMMENT= Objects and routines pertaining to date and time LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.4.1:devel/py-setuptools_scm@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jaraco.functools>=1.20:devel/py-jaraco.functools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0,1:devel/py-pytz@${PY_FLAVOR} diff --git a/devel/py-tempora/distinfo b/devel/py-tempora/distinfo index 97c203e6870..09e3744fb33 100644 --- a/devel/py-tempora/distinfo +++ b/devel/py-tempora/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619198531 -SHA256 (tempora-4.0.2.tar.gz) = 10fdc29bf85fa0df39a230a225bb6d093982fc0825b648a414bbc06bddd79909 -SIZE (tempora-4.0.2.tar.gz) = 21837 +TIMESTAMP = 1624189691 +SHA256 (tempora-4.1.1.tar.gz) = c54da0f05405f04eb67abbb1dff4448fd91428b58cb00f0f645ea36f6a927950 +SIZE (tempora-4.1.1.tar.gz) = 19208 diff --git a/devel/py-types-PyYAML/Makefile b/devel/py-types-PyYAML/Makefile new file mode 100644 index 00000000000..6bce64bf210 --- /dev/null +++ b/devel/py-types-PyYAML/Makefile @@ -0,0 +1,16 @@ +PORTNAME= types-PyYAML +PORTVERSION= 5.4.3 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Typing stubs for PyYAML + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include diff --git a/devel/py-types-PyYAML/distinfo b/devel/py-types-PyYAML/distinfo new file mode 100644 index 00000000000..b99c1d688d9 --- /dev/null +++ b/devel/py-types-PyYAML/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624876167 +SHA256 (types-PyYAML-5.4.3.tar.gz) = 2e7b81b2b7af751634425107b986086c6ba7cb61270a43a5c290c58be8cdbc3a +SIZE (types-PyYAML-5.4.3.tar.gz) = 7989 diff --git a/devel/py-types-PyYAML/pkg-descr b/devel/py-types-PyYAML/pkg-descr new file mode 100644 index 00000000000..68bbde615f3 --- /dev/null +++ b/devel/py-types-PyYAML/pkg-descr @@ -0,0 +1,5 @@ +This is an auto-generated PEP 561 type stub package for PyYAML +package. It can be used by type-checking tools like mypy, PyCharm, +pytype etc. to check code that uses PyYAML. + +WWW: https://pypi.org/project/types-PyYAML/ diff --git a/devel/py-types-protobuf/Makefile b/devel/py-types-protobuf/Makefile new file mode 100644 index 00000000000..c5f44da5895 --- /dev/null +++ b/devel/py-types-protobuf/Makefile @@ -0,0 +1,16 @@ +PORTNAME= types-protobuf +PORTVERSION= 0.1.13 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Typing stubs for protobuf + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include diff --git a/devel/py-types-protobuf/distinfo b/devel/py-types-protobuf/distinfo new file mode 100644 index 00000000000..219f27fbc38 --- /dev/null +++ b/devel/py-types-protobuf/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624876140 +SHA256 (types-protobuf-0.1.13.tar.gz) = 1c5800d7b6bb5ccf27d5256903fd32d96745a54b3a32179fc1606e8179a035e9 +SIZE (types-protobuf-0.1.13.tar.gz) = 18409 diff --git a/devel/py-types-protobuf/pkg-descr b/devel/py-types-protobuf/pkg-descr new file mode 100644 index 00000000000..a6df9826f20 --- /dev/null +++ b/devel/py-types-protobuf/pkg-descr @@ -0,0 +1,5 @@ +This is an auto-generated PEP 561 type stub package for protobuf +package. It can be used by type-checking tools like mypy, PyCharm, +pytype etc. to check code that uses protobuf. + +WWW: https://pypi.org/project/types-protobuf/ diff --git a/devel/py-types-requests/Makefile b/devel/py-types-requests/Makefile new file mode 100644 index 00000000000..a9c0e293ce9 --- /dev/null +++ b/devel/py-types-requests/Makefile @@ -0,0 +1,16 @@ +PORTNAME= types-requests +PORTVERSION= 2.25.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Typing stubs for requests + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist distutils +NO_ARCH= yes + +.include diff --git a/devel/py-types-requests/distinfo b/devel/py-types-requests/distinfo new file mode 100644 index 00000000000..8ab321c8f25 --- /dev/null +++ b/devel/py-types-requests/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624875817 +SHA256 (types-requests-2.25.0.tar.gz) = ee0d0c507210141b7d5b8639cc43eaa726084178775db2a5fb06fbf85c185808 +SIZE (types-requests-2.25.0.tar.gz) = 13582 diff --git a/devel/py-types-requests/pkg-descr b/devel/py-types-requests/pkg-descr new file mode 100644 index 00000000000..3d047cdd8db --- /dev/null +++ b/devel/py-types-requests/pkg-descr @@ -0,0 +1,5 @@ +This is an auto-generated PEP 561 type stub package for requests +package. It can be used by type-checking tools like mypy, PyCharm, +pytype etc. to check code that uses requests. + +WWW: https://pypi.org/project/types-requests/ diff --git a/devel/qt5-concurrent/Makefile b/devel/qt5-concurrent/Makefile index a5524237682..5cc46363ff2 100644 --- a/devel/qt5-concurrent/Makefile +++ b/devel/qt5-concurrent/Makefile @@ -1,6 +1,6 @@ PORTNAME= concurrent DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel PKGNAMEPREFIX= qt5- diff --git a/devel/qt5-concurrent/files/patch-gcc11 b/devel/qt5-concurrent/files/patch-gcc11 new file mode 100644 index 00000000000..3198f6ed38c --- /dev/null +++ b/devel/qt5-concurrent/files/patch-gcc11 @@ -0,0 +1,15 @@ +https://codereview.qt-project.org/c/qt/qtbase/+/339417 + +--- src/concurrent/qtconcurrentthreadengine.h.orig 2020-10-27 08:02:11 UTC ++++ src/concurrent/qtconcurrentthreadengine.h +@@ -247,8 +247,8 @@ template <> + class ThreadEngineStarter : public ThreadEngineStarterBase + { + public: +- ThreadEngineStarter(ThreadEngine *_threadEngine) +- :ThreadEngineStarterBase(_threadEngine) {} ++ ThreadEngineStarter(ThreadEngine *_threadEngine) ++ : ThreadEngineStarterBase(_threadEngine) {} + + void startBlocking() + { diff --git a/devel/rabs/Makefile b/devel/rabs/Makefile index 626d296a574..1869e41a782 100644 --- a/devel/rabs/Makefile +++ b/devel/rabs/Makefile @@ -1,6 +1,6 @@ PORTNAME= rabs DISTVERSIONPREFIX= v -DISTVERSION= 2.18.3 +DISTVERSION= 2.18.5 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -18,7 +18,7 @@ USES= compiler:c11 gmake localbase:ldflags sqlite USE_GITHUB= yes GH_ACCOUNT= wrapl GH_TUPLE= \ - wrapl:minilang:81dbb60:wrapl_minilang/minilang \ + wrapl:minilang:9f1ead0:wrapl_minilang/minilang \ rajamukherji:radb:0666cfc:rajamukherji_radb/radb MAKE_ARGS= PREFIX=${PREFIX} diff --git a/devel/rabs/distinfo b/devel/rabs/distinfo index f5b39a29b80..5a915ecbe8d 100644 --- a/devel/rabs/distinfo +++ b/devel/rabs/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1623438412 -SHA256 (wrapl-rabs-v2.18.3_GH0.tar.gz) = 3b41890a3d08ec464ba23464eca04c2b7106dd438fb3b6543aa3e1eadca5588b -SIZE (wrapl-rabs-v2.18.3_GH0.tar.gz) = 66158 -SHA256 (wrapl-minilang-81dbb60_GH0.tar.gz) = 6f63ced37bfdb5a4e35a7b2eed9fd27d8276da5e65cc8d0505cfbe6e42f8edb0 -SIZE (wrapl-minilang-81dbb60_GH0.tar.gz) = 365543 +TIMESTAMP = 1624917603 +SHA256 (wrapl-rabs-v2.18.5_GH0.tar.gz) = fd5df34a76217eeeeb37f4290c9667be841cdbaa67dcf11612456b8660983cdd +SIZE (wrapl-rabs-v2.18.5_GH0.tar.gz) = 66169 +SHA256 (wrapl-minilang-9f1ead0_GH0.tar.gz) = 9118cb10b461a4fa3e71aa46242c4e4e48fc673ddb1b4be37e53076cedadd460 +SIZE (wrapl-minilang-9f1ead0_GH0.tar.gz) = 355468 SHA256 (rajamukherji-radb-0666cfc_GH0.tar.gz) = 1c9bbdeb7998b60d1cb2a17e22e1dc4287561d63831565675125aba4a6d870fa SIZE (rajamukherji-radb-0666cfc_GH0.tar.gz) = 14573 diff --git a/devel/racer/Makefile b/devel/racer/Makefile index 2268b569d19..01384c23926 100644 --- a/devel/racer/Makefile +++ b/devel/racer/Makefile @@ -1,8 +1,7 @@ # Created by: Timothy Beyer PORTNAME= racer -DISTVERSION= 2.1.44 -PORTREVISION= 1 +DISTVERSION= 2.1.46 CATEGORIES= devel MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} @@ -17,7 +16,8 @@ USES= cargo CARGO_CRATES= aho-corasick-0.7.10 \ annotate-snippets-0.8.0 \ ansi_term-0.11.0 \ - arrayvec-0.5.1 \ + arrayvec-0.5.2 \ + arrayvec-0.7.0 \ atty-0.2.14 \ autocfg-1.0.0 \ bitflags-1.2.1 \ @@ -30,9 +30,9 @@ CARGO_CRATES= aho-corasick-0.7.10 \ cpuid-bool-0.1.2 \ crossbeam-deque-0.7.3 \ crossbeam-epoch-0.8.2 \ - crossbeam-queue-0.1.2 \ - crossbeam-utils-0.6.6 \ + crossbeam-queue-0.2.3 \ crossbeam-utils-0.7.2 \ + crossbeam-utils-0.8.4 \ derive_more-0.99.5 \ digest-0.9.0 \ either-1.5.3 \ @@ -40,7 +40,7 @@ CARGO_CRATES= aho-corasick-0.7.10 \ env_logger-0.7.1 \ generic-array-0.14.4 \ getopts-0.2.21 \ - getrandom-0.1.14 \ + getrandom-0.2.2 \ hashbrown-0.8.2 \ hermit-abi-0.1.10 \ humantime-1.3.0 \ @@ -52,72 +52,76 @@ CARGO_CRATES= aho-corasick-0.7.10 \ lazy_static-1.4.0 \ lazycell-1.2.1 \ libc-0.2.77 \ - lock_api-0.4.1 \ + lock_api-0.4.4 \ log-0.4.8 \ maybe-uninit-2.0.0 \ md-5-0.9.1 \ - measureme-9.0.0 \ + measureme-9.1.0 \ memchr-2.3.3 \ + memmap-0.7.0 \ + memmap2-0.2.2 \ memoffset-0.5.4 \ num_cpus-1.12.0 \ opaque-debug-0.3.0 \ parking_lot-0.11.0 \ parking_lot_core-0.8.0 \ - ppv-lite86-0.2.6 \ + perf-event-open-sys-1.0.1 \ + ppv-lite86-0.2.10 \ proc-macro2-1.0.10 \ psm-0.1.8 \ quick-error-1.2.3 \ quote-1.0.3 \ - racer-2.1.43 \ + racer-2.1.45 \ racer-cargo-metadata-0.1.2 \ racer-interner-0.1.0 \ racer-testutils-0.1.0 \ - rand-0.7.3 \ - rand_chacha-0.2.2 \ - rand_core-0.5.1 \ - rand_hc-0.2.0 \ + rand-0.8.3 \ + rand_chacha-0.3.0 \ + rand_core-0.6.2 \ + rand_hc-0.3.0 \ redox_syscall-0.1.56 \ + redox_syscall-0.2.7 \ regex-1.3.6 \ regex-syntax-0.6.17 \ remove_dir_all-0.5.2 \ rls-span-0.5.2 \ - rustc-ap-rustc_arena-702.0.0 \ - rustc-ap-rustc_arena-705.0.0 \ - rustc-ap-rustc_ast-702.0.0 \ - rustc-ap-rustc_ast-705.0.0 \ - rustc-ap-rustc_ast_pretty-702.0.0 \ - rustc-ap-rustc_ast_pretty-705.0.0 \ - rustc-ap-rustc_data_structures-702.0.0 \ - rustc-ap-rustc_data_structures-705.0.0 \ - rustc-ap-rustc_errors-702.0.0 \ - rustc-ap-rustc_errors-705.0.0 \ - rustc-ap-rustc_feature-702.0.0 \ - rustc-ap-rustc_feature-705.0.0 \ - rustc-ap-rustc_fs_util-702.0.0 \ - rustc-ap-rustc_fs_util-705.0.0 \ - rustc-ap-rustc_graphviz-702.0.0 \ - rustc-ap-rustc_graphviz-705.0.0 \ - rustc-ap-rustc_index-702.0.0 \ - rustc-ap-rustc_index-705.0.0 \ - rustc-ap-rustc_lexer-702.0.0 \ - rustc-ap-rustc_lexer-705.0.0 \ - rustc-ap-rustc_lint_defs-702.0.0 \ - rustc-ap-rustc_lint_defs-705.0.0 \ - rustc-ap-rustc_macros-702.0.0 \ - rustc-ap-rustc_macros-705.0.0 \ - rustc-ap-rustc_parse-702.0.0 \ - rustc-ap-rustc_parse-705.0.0 \ - rustc-ap-rustc_serialize-702.0.0 \ - rustc-ap-rustc_serialize-705.0.0 \ - rustc-ap-rustc_session-702.0.0 \ - rustc-ap-rustc_session-705.0.0 \ - rustc-ap-rustc_span-702.0.0 \ - rustc-ap-rustc_span-705.0.0 \ - rustc-ap-rustc_target-702.0.0 \ - rustc-ap-rustc_target-705.0.0 \ + rustc-ap-rustc_arena-712.0.0 \ + rustc-ap-rustc_arena-718.0.0 \ + rustc-ap-rustc_ast-712.0.0 \ + rustc-ap-rustc_ast-718.0.0 \ + rustc-ap-rustc_ast_pretty-712.0.0 \ + rustc-ap-rustc_ast_pretty-718.0.0 \ + rustc-ap-rustc_data_structures-712.0.0 \ + rustc-ap-rustc_data_structures-718.0.0 \ + rustc-ap-rustc_errors-712.0.0 \ + rustc-ap-rustc_errors-718.0.0 \ + rustc-ap-rustc_feature-712.0.0 \ + rustc-ap-rustc_feature-718.0.0 \ + rustc-ap-rustc_fs_util-712.0.0 \ + rustc-ap-rustc_fs_util-718.0.0 \ + rustc-ap-rustc_graphviz-712.0.0 \ + rustc-ap-rustc_graphviz-718.0.0 \ + rustc-ap-rustc_index-712.0.0 \ + rustc-ap-rustc_index-718.0.0 \ + rustc-ap-rustc_lexer-712.0.0 \ + rustc-ap-rustc_lexer-718.0.0 \ + rustc-ap-rustc_lint_defs-712.0.0 \ + rustc-ap-rustc_lint_defs-718.0.0 \ + rustc-ap-rustc_macros-712.0.0 \ + rustc-ap-rustc_macros-718.0.0 \ + rustc-ap-rustc_parse-712.0.0 \ + rustc-ap-rustc_parse-718.0.0 \ + rustc-ap-rustc_serialize-712.0.0 \ + rustc-ap-rustc_serialize-718.0.0 \ + rustc-ap-rustc_session-712.0.0 \ + rustc-ap-rustc_session-718.0.0 \ + rustc-ap-rustc_span-712.0.0 \ + rustc-ap-rustc_span-718.0.0 \ + rustc-ap-rustc_target-712.0.0 \ + rustc-ap-rustc_target-718.0.0 \ rustc-hash-1.1.0 \ - rustc-rayon-0.3.0 \ - rustc-rayon-core-0.3.0 \ + rustc-rayon-0.3.1 \ + rustc-rayon-core-0.3.1 \ ryu-1.0.3 \ scoped-tls-1.0.0 \ scopeguard-1.1.0 \ @@ -126,13 +130,13 @@ CARGO_CRATES= aho-corasick-0.7.10 \ serde_json-1.0.50 \ sha-1-0.9.2 \ sha2-0.9.2 \ - smallvec-1.4.2 \ + smallvec-1.6.1 \ stable_deref_trait-1.1.1 \ stacker-0.1.12 \ strsim-0.8.0 \ syn-1.0.17 \ synstructure-0.12.3 \ - tempfile-3.1.0 \ + tempfile-3.2.0 \ termcolor-1.1.0 \ termize-0.1.1 \ textwrap-0.11.0 \ @@ -146,7 +150,7 @@ CARGO_CRATES= aho-corasick-0.7.10 \ unicode-xid-0.2.0 \ vec_map-0.8.1 \ version_check-0.9.2 \ - wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.4 \ diff --git a/devel/racer/distinfo b/devel/racer/distinfo index 2988f00593b..22366f73a8d 100644 --- a/devel/racer/distinfo +++ b/devel/racer/distinfo @@ -1,277 +1,287 @@ -TIMESTAMP = 1616869369 -SHA256 (rust/crates/racer-2.1.44.tar.gz) = 7972a124e2b24dce35eb19f81eced829faec0e8227a7d744bbb1089934d05399 -SIZE (rust/crates/racer-2.1.44.tar.gz) = 182726 -SHA256 (rust/crates/aho-corasick-0.7.10.tar.gz) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada -SIZE (rust/crates/aho-corasick-0.7.10.tar.gz) = 111039 -SHA256 (rust/crates/annotate-snippets-0.8.0.tar.gz) = d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5 -SIZE (rust/crates/annotate-snippets-0.8.0.tar.gz) = 28829 -SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 -SIZE (rust/crates/arrayvec-0.5.1.tar.gz) = 26816 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/block-buffer-0.9.0.tar.gz) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 -SIZE (rust/crates/block-buffer-0.9.0.tar.gz) = 7108 -SHA256 (rust/crates/cc-1.0.53.tar.gz) = 404b1fe4f65288577753b17e3b36a04596ee784493ec249bf81c7f2d2acd751c -SIZE (rust/crates/cc-1.0.53.tar.gz) = 51740 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/cfg-if-1.0.0.tar.gz) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.tar.gz) = 7934 -SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 -SHA256 (rust/crates/cloudabi-0.1.0.tar.gz) = 4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467 -SIZE (rust/crates/cloudabi-0.1.0.tar.gz) = 22687 -SHA256 (rust/crates/cpuid-bool-0.1.2.tar.gz) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 -SIZE (rust/crates/cpuid-bool-0.1.2.tar.gz) = 7173 -SHA256 (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 -SIZE (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 19888 -SHA256 (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace -SIZE (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 39283 -SHA256 (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b -SIZE (rust/crates/crossbeam-queue-0.1.2.tar.gz) = 14104 -SHA256 (rust/crates/crossbeam-utils-0.6.6.tar.gz) = 04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6 -SIZE (rust/crates/crossbeam-utils-0.6.6.tar.gz) = 32836 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/derive_more-0.99.5.tar.gz) = e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7 -SIZE (rust/crates/derive_more-0.99.5.tar.gz) = 51045 -SHA256 (rust/crates/digest-0.9.0.tar.gz) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 -SIZE (rust/crates/digest-0.9.0.tar.gz) = 13247 -SHA256 (rust/crates/either-1.5.3.tar.gz) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 -SIZE (rust/crates/either-1.5.3.tar.gz) = 12278 -SHA256 (rust/crates/ena-0.14.0.tar.gz) = d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3 -SIZE (rust/crates/ena-0.14.0.tar.gz) = 23052 -SHA256 (rust/crates/env_logger-0.7.1.tar.gz) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 -SIZE (rust/crates/env_logger-0.7.1.tar.gz) = 32281 -SHA256 (rust/crates/generic-array-0.14.4.tar.gz) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 -SIZE (rust/crates/generic-array-0.14.4.tar.gz) = 28916 -SHA256 (rust/crates/getopts-0.2.21.tar.gz) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 -SIZE (rust/crates/getopts-0.2.21.tar.gz) = 18457 -SHA256 (rust/crates/getrandom-0.1.14.tar.gz) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.tar.gz) = 24698 -SHA256 (rust/crates/hashbrown-0.8.2.tar.gz) = e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25 -SIZE (rust/crates/hashbrown-0.8.2.tar.gz) = 75830 -SHA256 (rust/crates/hermit-abi-0.1.10.tar.gz) = 725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e -SIZE (rust/crates/hermit-abi-0.1.10.tar.gz) = 9127 -SHA256 (rust/crates/humantime-1.3.0.tar.gz) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f -SIZE (rust/crates/humantime-1.3.0.tar.gz) = 17020 -SHA256 (rust/crates/humantime-2.0.0.tar.gz) = b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da -SIZE (rust/crates/humantime-2.0.0.tar.gz) = 17374 -SHA256 (rust/crates/indexmap-1.5.2.tar.gz) = 4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c -SIZE (rust/crates/indexmap-1.5.2.tar.gz) = 47558 -SHA256 (rust/crates/instant-0.1.7.tar.gz) = 63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66 -SIZE (rust/crates/instant-0.1.7.tar.gz) = 5097 -SHA256 (rust/crates/itoa-0.4.5.tar.gz) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.tar.gz) = 11194 -SHA256 (rust/crates/jobserver-0.1.21.tar.gz) = 5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2 -SIZE (rust/crates/jobserver-0.1.21.tar.gz) = 21228 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/lazycell-1.2.1.tar.gz) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f -SIZE (rust/crates/lazycell-1.2.1.tar.gz) = 11691 -SHA256 (rust/crates/libc-0.2.77.tar.gz) = f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235 -SIZE (rust/crates/libc-0.2.77.tar.gz) = 507233 -SHA256 (rust/crates/lock_api-0.4.1.tar.gz) = 28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c -SIZE (rust/crates/lock_api-0.4.1.tar.gz) = 20339 -SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.tar.gz) = 31297 -SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/md-5-0.9.1.tar.gz) = 7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15 -SIZE (rust/crates/md-5-0.9.1.tar.gz) = 15494 -SHA256 (rust/crates/measureme-9.0.0.tar.gz) = 22bf8d885d073610aee20e7fa205c4341ed32a761dbde96da5fd96301a8d3e82 -SIZE (rust/crates/measureme-9.0.0.tar.gz) = 15032 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/memoffset-0.5.4.tar.gz) = b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8 -SIZE (rust/crates/memoffset-0.5.4.tar.gz) = 6927 -SHA256 (rust/crates/num_cpus-1.12.0.tar.gz) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 -SIZE (rust/crates/num_cpus-1.12.0.tar.gz) = 11867 -SHA256 (rust/crates/opaque-debug-0.3.0.tar.gz) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 -SIZE (rust/crates/opaque-debug-0.3.0.tar.gz) = 5767 -SHA256 (rust/crates/parking_lot-0.11.0.tar.gz) = a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733 -SIZE (rust/crates/parking_lot-0.11.0.tar.gz) = 39558 -SHA256 (rust/crates/parking_lot_core-0.8.0.tar.gz) = c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b -SIZE (rust/crates/parking_lot_core-0.8.0.tar.gz) = 33870 -SHA256 (rust/crates/ppv-lite86-0.2.6.tar.gz) = 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b -SIZE (rust/crates/ppv-lite86-0.2.6.tar.gz) = 20522 -SHA256 (rust/crates/proc-macro2-1.0.10.tar.gz) = df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3 -SIZE (rust/crates/proc-macro2-1.0.10.tar.gz) = 35622 -SHA256 (rust/crates/psm-0.1.8.tar.gz) = 659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7 -SIZE (rust/crates/psm-0.1.8.tar.gz) = 20826 -SHA256 (rust/crates/quick-error-1.2.3.tar.gz) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 -SIZE (rust/crates/quick-error-1.2.3.tar.gz) = 15066 -SHA256 (rust/crates/quote-1.0.3.tar.gz) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f -SIZE (rust/crates/quote-1.0.3.tar.gz) = 22939 -SHA256 (rust/crates/racer-2.1.43.tar.gz) = 2f0b26f1d7e8150e5067dffe9b9ccebf513053c795f178e4e397586cb50df148 -SIZE (rust/crates/racer-2.1.43.tar.gz) = 182736 -SHA256 (rust/crates/racer-cargo-metadata-0.1.2.tar.gz) = 996e6d07087ab306df24b3ab9815791581ef1de3d7a99b8d47169c3d1da0c32b -SIZE (rust/crates/racer-cargo-metadata-0.1.2.tar.gz) = 10638 -SHA256 (rust/crates/racer-interner-0.1.0.tar.gz) = 206a244afd319767bdf97cf4e94c0d5d3b1de9cb23fd25434e7992cca4d4fa4c -SIZE (rust/crates/racer-interner-0.1.0.tar.gz) = 1833 -SHA256 (rust/crates/racer-testutils-0.1.0.tar.gz) = adb261af243928ffa20752c84d0f8b3debfd7a486e8953e2a0669b2ad48621e1 -SIZE (rust/crates/racer-testutils-0.1.0.tar.gz) = 2790 -SHA256 (rust/crates/rand-0.7.3.tar.gz) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.tar.gz) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.2.tar.gz) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.tar.gz) = 13267 -SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 -SHA256 (rust/crates/rand_hc-0.2.0.tar.gz) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.tar.gz) = 11670 -SHA256 (rust/crates/redox_syscall-0.1.56.tar.gz) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 -SIZE (rust/crates/redox_syscall-0.1.56.tar.gz) = 17117 -SHA256 (rust/crates/regex-1.3.6.tar.gz) = 7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3 -SIZE (rust/crates/regex-1.3.6.tar.gz) = 235465 -SHA256 (rust/crates/regex-syntax-0.6.17.tar.gz) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae -SIZE (rust/crates/regex-syntax-0.6.17.tar.gz) = 294004 -SHA256 (rust/crates/remove_dir_all-0.5.2.tar.gz) = 4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e -SIZE (rust/crates/remove_dir_all-0.5.2.tar.gz) = 8907 -SHA256 (rust/crates/rls-span-0.5.2.tar.gz) = f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934 -SIZE (rust/crates/rls-span-0.5.2.tar.gz) = 9628 -SHA256 (rust/crates/rustc-ap-rustc_arena-702.0.0.tar.gz) = 00b4ef3cb8e2471ed0beee8fa7dec927e5a04671605b606b5d650cedaeabcfd5 -SIZE (rust/crates/rustc-ap-rustc_arena-702.0.0.tar.gz) = 7834 -SHA256 (rust/crates/rustc-ap-rustc_arena-705.0.0.tar.gz) = 93575affa286089b92c8208aea4e60fe9fdd251a619a09b566d6e4e2cc123212 -SIZE (rust/crates/rustc-ap-rustc_arena-705.0.0.tar.gz) = 7832 -SHA256 (rust/crates/rustc-ap-rustc_ast-702.0.0.tar.gz) = c2e60ae0420757f5e8304a36e9ee61848b3cdeab702e2cc91e275fa71194fac9 -SIZE (rust/crates/rustc-ap-rustc_ast-702.0.0.tar.gz) = 69270 -SHA256 (rust/crates/rustc-ap-rustc_ast-705.0.0.tar.gz) = 4c700f2d3b25aa8d6446dd2936048737b08b2d547bd86e2a70afa9fee4e9c522 -SIZE (rust/crates/rustc-ap-rustc_ast-705.0.0.tar.gz) = 69457 -SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-702.0.0.tar.gz) = c615111df0b80d1ec7fa1ddbc099cf1b5b885498c3ddeef6a455f456bef6aa60 -SIZE (rust/crates/rustc-ap-rustc_ast_pretty-702.0.0.tar.gz) = 27741 -SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-705.0.0.tar.gz) = 99d644c69c55deb24257cb0cb5261265fe5134f6f545e9062e1c18b07e422c68 -SIZE (rust/crates/rustc-ap-rustc_ast_pretty-705.0.0.tar.gz) = 27785 -SHA256 (rust/crates/rustc-ap-rustc_data_structures-702.0.0.tar.gz) = c4f0f2d7b238d9de2bcdd365e765d61309d71bcfa1a9619e22a61bc3916310a7 -SIZE (rust/crates/rustc-ap-rustc_data_structures-702.0.0.tar.gz) = 102316 -SHA256 (rust/crates/rustc-ap-rustc_data_structures-705.0.0.tar.gz) = 5d840c4e6198b57982a54543ae604d634c7ceb7107f0c75970b88ebaff077ac5 -SIZE (rust/crates/rustc-ap-rustc_data_structures-705.0.0.tar.gz) = 102071 -SHA256 (rust/crates/rustc-ap-rustc_errors-702.0.0.tar.gz) = c681cea52a193059f6a2d4d1d9d5a49af6d417a7d87c654c78acf34e8eb1d9d2 -SIZE (rust/crates/rustc-ap-rustc_errors-702.0.0.tar.gz) = 46099 -SHA256 (rust/crates/rustc-ap-rustc_errors-705.0.0.tar.gz) = 2f2f99bdc828ad417636d9016611dc9047b641fadcb7f533b8b0e9616d81f90b -SIZE (rust/crates/rustc-ap-rustc_errors-705.0.0.tar.gz) = 46115 -SHA256 (rust/crates/rustc-ap-rustc_feature-702.0.0.tar.gz) = 8199d34846af059ff2e387934916277fdffbed92fbbcd693df4179d4f2c51e76 -SIZE (rust/crates/rustc-ap-rustc_feature-702.0.0.tar.gz) = 20869 -SHA256 (rust/crates/rustc-ap-rustc_feature-705.0.0.tar.gz) = 6bb47b53670f1263ed1389dda932d5b5a6daf98579c1f076c2ee7d7f22709b7c -SIZE (rust/crates/rustc-ap-rustc_feature-705.0.0.tar.gz) = 20934 -SHA256 (rust/crates/rustc-ap-rustc_fs_util-702.0.0.tar.gz) = ce35d2a03e56e6a01f00d8e33b760363f05085859f0340d5caa39823f8cd9a44 -SIZE (rust/crates/rustc-ap-rustc_fs_util-702.0.0.tar.gz) = 1979 -SHA256 (rust/crates/rustc-ap-rustc_fs_util-705.0.0.tar.gz) = cdaddc4bae5ffab17037553e172f5014686db600050429aaa60aec14fe780e84 -SIZE (rust/crates/rustc-ap-rustc_fs_util-705.0.0.tar.gz) = 1976 -SHA256 (rust/crates/rustc-ap-rustc_graphviz-702.0.0.tar.gz) = 9626d1928e8639fe327cdfa3a4b6696de9c84ac04dd8f1d010879dba4524a8d6 -SIZE (rust/crates/rustc-ap-rustc_graphviz-702.0.0.tar.gz) = 10133 -SHA256 (rust/crates/rustc-ap-rustc_graphviz-705.0.0.tar.gz) = 3d73c72543311e88786f7380a3bfd946395579c1a0c0441a879a97fcdea79130 -SIZE (rust/crates/rustc-ap-rustc_graphviz-705.0.0.tar.gz) = 10134 -SHA256 (rust/crates/rustc-ap-rustc_index-702.0.0.tar.gz) = 364c76daf3da8ea105daaea6a92fed6ad89a9366267f4828d1406fc39a65745b -SIZE (rust/crates/rustc-ap-rustc_index-702.0.0.tar.gz) = 16298 -SHA256 (rust/crates/rustc-ap-rustc_index-705.0.0.tar.gz) = bba8d74ed4bad44a5b4264cf2a51ad0bd458ed56caa5bb090e989b8002ec6327 -SIZE (rust/crates/rustc-ap-rustc_index-705.0.0.tar.gz) = 16471 -SHA256 (rust/crates/rustc-ap-rustc_lexer-702.0.0.tar.gz) = 47cfdb02425aed8c56f85692975d262cb438ea0388e0c8cd254e73bd22bb6539 -SIZE (rust/crates/rustc-ap-rustc_lexer-702.0.0.tar.gz) = 14080 -SHA256 (rust/crates/rustc-ap-rustc_lexer-705.0.0.tar.gz) = 3a030d00510966cd31e13dca5e6c1bd40d303a932c54eca40e854188bca8c49e -SIZE (rust/crates/rustc-ap-rustc_lexer-705.0.0.tar.gz) = 14076 -SHA256 (rust/crates/rustc-ap-rustc_lint_defs-702.0.0.tar.gz) = 158d326d78e86105c934dd9bdc1fd7afcf21f41a51acb065ac7e1ecbb4663788 -SIZE (rust/crates/rustc-ap-rustc_lint_defs-702.0.0.tar.gz) = 29744 -SHA256 (rust/crates/rustc-ap-rustc_lint_defs-705.0.0.tar.gz) = bdff95da1b5d979183ef5c285817ba6cc67a1ac11296ef1e87b1b5bbaf57213c -SIZE (rust/crates/rustc-ap-rustc_lint_defs-705.0.0.tar.gz) = 30364 -SHA256 (rust/crates/rustc-ap-rustc_macros-702.0.0.tar.gz) = 1a16139dc0677c0417bd969dc816e820f348b1a5f8d6663c7ab0b4c526c3427d -SIZE (rust/crates/rustc-ap-rustc_macros-702.0.0.tar.gz) = 17705 -SHA256 (rust/crates/rustc-ap-rustc_macros-705.0.0.tar.gz) = fe3ed7401bf6f5a256d58cd0e1c1e2e77eec25e60a0d7ad75313962edcb4e396 -SIZE (rust/crates/rustc-ap-rustc_macros-705.0.0.tar.gz) = 17551 -SHA256 (rust/crates/rustc-ap-rustc_parse-702.0.0.tar.gz) = b917704d699b6e5f4e9d35fcb25c8443e3229c4a3e11f4f347fbe7a964dfdbac -SIZE (rust/crates/rustc-ap-rustc_parse-702.0.0.tar.gz) = 126277 -SHA256 (rust/crates/rustc-ap-rustc_parse-705.0.0.tar.gz) = 609a624baffa3f99847d57d30c96ee6732ce0912f8df4be239b6fd91533910d6 -SIZE (rust/crates/rustc-ap-rustc_parse-705.0.0.tar.gz) = 126541 -SHA256 (rust/crates/rustc-ap-rustc_serialize-702.0.0.tar.gz) = 55b6bfa271ab3778a33d3dc9c1655d6aec7bdd02d327dd80f0fb05199801a2f9 -SIZE (rust/crates/rustc-ap-rustc_serialize-702.0.0.tar.gz) = 35558 -SHA256 (rust/crates/rustc-ap-rustc_serialize-705.0.0.tar.gz) = bc232e2a351d8131c8f1386ce372ee22ef7b1b0b897bbf817a8ce4792029a564 -SIZE (rust/crates/rustc-ap-rustc_serialize-705.0.0.tar.gz) = 35579 -SHA256 (rust/crates/rustc-ap-rustc_session-702.0.0.tar.gz) = 2d8bcdbf64ccca1c93ce4c1b186d680fab897d936755c1c46108335066a4b3df -SIZE (rust/crates/rustc-ap-rustc_session-702.0.0.tar.gz) = 60709 -SHA256 (rust/crates/rustc-ap-rustc_session-705.0.0.tar.gz) = 18acf94c820cd0c64ee1cbd811fd1f4d5ba18987c457c88771359b90cb1a12f5 -SIZE (rust/crates/rustc-ap-rustc_session-705.0.0.tar.gz) = 61192 -SHA256 (rust/crates/rustc-ap-rustc_span-702.0.0.tar.gz) = 57c255026e999472912f5104881672003623537d5ce675d591fba38632a8b59d -SIZE (rust/crates/rustc-ap-rustc_span-702.0.0.tar.gz) = 69095 -SHA256 (rust/crates/rustc-ap-rustc_span-705.0.0.tar.gz) = d3479f453a38b6a5572938d035fc2b3cb6ec379c57f598b8682b512eb90c7858 -SIZE (rust/crates/rustc-ap-rustc_span-705.0.0.tar.gz) = 69141 -SHA256 (rust/crates/rustc-ap-rustc_target-702.0.0.tar.gz) = 8d3def54a9c21135316cb84aca7c99439b60864e6ac72ba27934473e95d6787c -SIZE (rust/crates/rustc-ap-rustc_target-702.0.0.tar.gz) = 100099 -SHA256 (rust/crates/rustc-ap-rustc_target-705.0.0.tar.gz) = 78cacaf829778cf07bb97a9f4604896789de12392175f3743e74a30ed370f1c1 -SIZE (rust/crates/rustc-ap-rustc_target-705.0.0.tar.gz) = 100340 -SHA256 (rust/crates/rustc-hash-1.1.0.tar.gz) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 -SIZE (rust/crates/rustc-hash-1.1.0.tar.gz) = 9331 -SHA256 (rust/crates/rustc-rayon-0.3.0.tar.gz) = f32767f90d938f1b7199a174ef249ae1924f6e5bbdb9d112fea141e016f25b3a -SIZE (rust/crates/rustc-rayon-0.3.0.tar.gz) = 142908 -SHA256 (rust/crates/rustc-rayon-core-0.3.0.tar.gz) = ea2427831f0053ea3ea73559c8eabd893133a51b251d142bacee53c62a288cb3 -SIZE (rust/crates/rustc-rayon-core-0.3.0.tar.gz) = 65250 -SHA256 (rust/crates/ryu-1.0.3.tar.gz) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 -SIZE (rust/crates/ryu-1.0.3.tar.gz) = 41983 -SHA256 (rust/crates/scoped-tls-1.0.0.tar.gz) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 -SIZE (rust/crates/scoped-tls-1.0.0.tar.gz) = 9146 -SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/serde-1.0.105.tar.gz) = e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff -SIZE (rust/crates/serde-1.0.105.tar.gz) = 73358 -SHA256 (rust/crates/serde_derive-1.0.105.tar.gz) = ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8 -SIZE (rust/crates/serde_derive-1.0.105.tar.gz) = 49700 -SHA256 (rust/crates/serde_json-1.0.50.tar.gz) = 78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867 -SIZE (rust/crates/serde_json-1.0.50.tar.gz) = 72229 -SHA256 (rust/crates/sha-1-0.9.2.tar.gz) = ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c -SIZE (rust/crates/sha-1-0.9.2.tar.gz) = 13581 -SHA256 (rust/crates/sha2-0.9.2.tar.gz) = 6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8 -SIZE (rust/crates/sha2-0.9.2.tar.gz) = 19665 -SHA256 (rust/crates/smallvec-1.4.2.tar.gz) = fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252 -SIZE (rust/crates/smallvec-1.4.2.tar.gz) = 26109 -SHA256 (rust/crates/stable_deref_trait-1.1.1.tar.gz) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 -SIZE (rust/crates/stable_deref_trait-1.1.1.tar.gz) = 8007 -SHA256 (rust/crates/stacker-0.1.12.tar.gz) = 21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786 -SIZE (rust/crates/stacker-0.1.12.tar.gz) = 13953 -SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.17.tar.gz) = 0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03 -SIZE (rust/crates/syn-1.0.17.tar.gz) = 198158 -SHA256 (rust/crates/synstructure-0.12.3.tar.gz) = 67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545 -SIZE (rust/crates/synstructure-0.12.3.tar.gz) = 17788 -SHA256 (rust/crates/tempfile-3.1.0.tar.gz) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.tar.gz) = 25823 -SHA256 (rust/crates/termcolor-1.1.0.tar.gz) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f -SIZE (rust/crates/termcolor-1.1.0.tar.gz) = 17193 -SHA256 (rust/crates/termize-0.1.1.tar.gz) = 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295 -SIZE (rust/crates/termize-0.1.1.tar.gz) = 10691 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.tar.gz) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.tar.gz) = 12609 -SHA256 (rust/crates/tracing-0.1.19.tar.gz) = 6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c -SIZE (rust/crates/tracing-0.1.19.tar.gz) = 60835 -SHA256 (rust/crates/tracing-attributes-0.1.11.tar.gz) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada -SIZE (rust/crates/tracing-attributes-0.1.11.tar.gz) = 17279 -SHA256 (rust/crates/tracing-core-0.1.15.tar.gz) = 4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5 -SIZE (rust/crates/tracing-core-0.1.15.tar.gz) = 47511 -SHA256 (rust/crates/typenum-1.12.0.tar.gz) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 -SIZE (rust/crates/typenum-1.12.0.tar.gz) = 36037 -SHA256 (rust/crates/unicode-normalization-0.1.12.tar.gz) = 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 -SIZE (rust/crates/unicode-normalization-0.1.12.tar.gz) = 91057 -SHA256 (rust/crates/unicode-width-0.1.7.tar.gz) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.tar.gz) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.tar.gz) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.tar.gz) = 14994 -SHA256 (rust/crates/vec_map-0.8.1.tar.gz) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a -SIZE (rust/crates/vec_map-0.8.1.tar.gz) = 14959 -SHA256 (rust/crates/version_check-0.9.2.tar.gz) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed -SIZE (rust/crates/version_check-0.9.2.tar.gz) = 11979 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/winapi-0.3.8.tar.gz) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.tar.gz) = 1128308 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.4.tar.gz) = fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e -SIZE (rust/crates/winapi-util-0.1.4.tar.gz) = 10089 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 +TIMESTAMP = 1624125515 +SHA256 (rust/crates/racer-2.1.46.crate) = e7cbda48a9124ed2e83766d2c15e3725710d344abca35fad8cf52341a55883b1 +SIZE (rust/crates/racer-2.1.46.crate) = 183118 +SHA256 (rust/crates/aho-corasick-0.7.10.crate) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada +SIZE (rust/crates/aho-corasick-0.7.10.crate) = 111039 +SHA256 (rust/crates/annotate-snippets-0.8.0.crate) = d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5 +SIZE (rust/crates/annotate-snippets-0.8.0.crate) = 28829 +SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 +SHA256 (rust/crates/arrayvec-0.5.2.crate) = 23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b +SIZE (rust/crates/arrayvec-0.5.2.crate) = 27838 +SHA256 (rust/crates/arrayvec-0.7.0.crate) = 5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7 +SIZE (rust/crates/arrayvec-0.7.0.crate) = 28452 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d +SIZE (rust/crates/autocfg-1.0.0.crate) = 12870 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 +SHA256 (rust/crates/cc-1.0.53.crate) = 404b1fe4f65288577753b17e3b36a04596ee784493ec249bf81c7f2d2acd751c +SIZE (rust/crates/cc-1.0.53.crate) = 51740 +SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 +SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/clap-2.33.0.crate) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 +SIZE (rust/crates/clap-2.33.0.crate) = 196458 +SHA256 (rust/crates/cloudabi-0.1.0.crate) = 4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467 +SIZE (rust/crates/cloudabi-0.1.0.crate) = 22687 +SHA256 (rust/crates/cpuid-bool-0.1.2.crate) = 8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634 +SIZE (rust/crates/cpuid-bool-0.1.2.crate) = 7173 +SHA256 (rust/crates/crossbeam-deque-0.7.3.crate) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 +SIZE (rust/crates/crossbeam-deque-0.7.3.crate) = 19888 +SHA256 (rust/crates/crossbeam-epoch-0.8.2.crate) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace +SIZE (rust/crates/crossbeam-epoch-0.8.2.crate) = 39283 +SHA256 (rust/crates/crossbeam-queue-0.2.3.crate) = 774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570 +SIZE (rust/crates/crossbeam-queue-0.2.3.crate) = 14753 +SHA256 (rust/crates/crossbeam-utils-0.7.2.crate) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 +SIZE (rust/crates/crossbeam-utils-0.7.2.crate) = 34338 +SHA256 (rust/crates/crossbeam-utils-0.8.4.crate) = 4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278 +SIZE (rust/crates/crossbeam-utils-0.8.4.crate) = 37279 +SHA256 (rust/crates/derive_more-0.99.5.crate) = e2323f3f47db9a0e77ce7a300605d8d2098597fc451ed1a97bb1f6411bb550a7 +SIZE (rust/crates/derive_more-0.99.5.crate) = 51045 +SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.crate) = 13247 +SHA256 (rust/crates/either-1.5.3.crate) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 +SIZE (rust/crates/either-1.5.3.crate) = 12278 +SHA256 (rust/crates/ena-0.14.0.crate) = d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3 +SIZE (rust/crates/ena-0.14.0.crate) = 23052 +SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 +SIZE (rust/crates/env_logger-0.7.1.crate) = 32281 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 +SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 +SIZE (rust/crates/getopts-0.2.21.crate) = 18457 +SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/hashbrown-0.8.2.crate) = e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25 +SIZE (rust/crates/hashbrown-0.8.2.crate) = 75830 +SHA256 (rust/crates/hermit-abi-0.1.10.crate) = 725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e +SIZE (rust/crates/hermit-abi-0.1.10.crate) = 9127 +SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f +SIZE (rust/crates/humantime-1.3.0.crate) = 17020 +SHA256 (rust/crates/humantime-2.0.0.crate) = b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da +SIZE (rust/crates/humantime-2.0.0.crate) = 17374 +SHA256 (rust/crates/indexmap-1.5.2.crate) = 4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c +SIZE (rust/crates/indexmap-1.5.2.crate) = 47558 +SHA256 (rust/crates/instant-0.1.7.crate) = 63312a18f7ea8760cdd0a7c5aac1a619752a246b833545e3e36d1f81f7cd9e66 +SIZE (rust/crates/instant-0.1.7.crate) = 5097 +SHA256 (rust/crates/itoa-0.4.5.crate) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e +SIZE (rust/crates/itoa-0.4.5.crate) = 11194 +SHA256 (rust/crates/jobserver-0.1.21.crate) = 5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2 +SIZE (rust/crates/jobserver-0.1.21.crate) = 21228 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/lazycell-1.2.1.crate) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f +SIZE (rust/crates/lazycell-1.2.1.crate) = 11691 +SHA256 (rust/crates/libc-0.2.77.crate) = f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235 +SIZE (rust/crates/libc-0.2.77.crate) = 507233 +SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb +SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 +SHA256 (rust/crates/log-0.4.8.crate) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 +SIZE (rust/crates/log-0.4.8.crate) = 31297 +SHA256 (rust/crates/maybe-uninit-2.0.0.crate) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 +SIZE (rust/crates/maybe-uninit-2.0.0.crate) = 11809 +SHA256 (rust/crates/md-5-0.9.1.crate) = 7b5a279bb9607f9f53c22d496eade00d138d1bdcccd07d74650387cf94942a15 +SIZE (rust/crates/md-5-0.9.1.crate) = 15494 +SHA256 (rust/crates/measureme-9.1.0.crate) = 4a98e07fe802486895addb2b5467f33f205e82c426bfaf350f5d8109b137767c +SIZE (rust/crates/measureme-9.1.0.crate) = 27177 +SHA256 (rust/crates/memchr-2.3.3.crate) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 +SIZE (rust/crates/memchr-2.3.3.crate) = 22566 +SHA256 (rust/crates/memmap-0.7.0.crate) = 6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b +SIZE (rust/crates/memmap-0.7.0.crate) = 15214 +SHA256 (rust/crates/memmap2-0.2.2.crate) = 397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd +SIZE (rust/crates/memmap2-0.2.2.crate) = 17218 +SHA256 (rust/crates/memoffset-0.5.4.crate) = b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8 +SIZE (rust/crates/memoffset-0.5.4.crate) = 6927 +SHA256 (rust/crates/num_cpus-1.12.0.crate) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 +SIZE (rust/crates/num_cpus-1.12.0.crate) = 11867 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/parking_lot-0.11.0.crate) = a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733 +SIZE (rust/crates/parking_lot-0.11.0.crate) = 39558 +SHA256 (rust/crates/parking_lot_core-0.8.0.crate) = c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b +SIZE (rust/crates/parking_lot_core-0.8.0.crate) = 33870 +SHA256 (rust/crates/perf-event-open-sys-1.0.1.crate) = ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a +SIZE (rust/crates/perf-event-open-sys-1.0.1.crate) = 23460 +SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 +SHA256 (rust/crates/proc-macro2-1.0.10.crate) = df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3 +SIZE (rust/crates/proc-macro2-1.0.10.crate) = 35622 +SHA256 (rust/crates/psm-0.1.8.crate) = 659ecfea2142a458893bb7673134bad50b752fea932349c213d6a23874ce3aa7 +SIZE (rust/crates/psm-0.1.8.crate) = 20826 +SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 +SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 +SHA256 (rust/crates/quote-1.0.3.crate) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f +SIZE (rust/crates/quote-1.0.3.crate) = 22939 +SHA256 (rust/crates/racer-2.1.45.crate) = 15408926f6207643150e0fc2c54a75a689b192df03ac6c59d42ea99c6782c7f7 +SIZE (rust/crates/racer-2.1.45.crate) = 182895 +SHA256 (rust/crates/racer-cargo-metadata-0.1.2.crate) = 996e6d07087ab306df24b3ab9815791581ef1de3d7a99b8d47169c3d1da0c32b +SIZE (rust/crates/racer-cargo-metadata-0.1.2.crate) = 10638 +SHA256 (rust/crates/racer-interner-0.1.0.crate) = 206a244afd319767bdf97cf4e94c0d5d3b1de9cb23fd25434e7992cca4d4fa4c +SIZE (rust/crates/racer-interner-0.1.0.crate) = 1833 +SHA256 (rust/crates/racer-testutils-0.1.0.crate) = adb261af243928ffa20752c84d0f8b3debfd7a486e8953e2a0669b2ad48621e1 +SIZE (rust/crates/racer-testutils-0.1.0.crate) = 2790 +SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.crate) = 84493 +SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/redox_syscall-0.1.56.crate) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 +SIZE (rust/crates/redox_syscall-0.1.56.crate) = 17117 +SHA256 (rust/crates/redox_syscall-0.2.7.crate) = 85dd92e586f7355c633911e11f77f3d12f04b1b1bd76a198bd34ae3af8341ef2 +SIZE (rust/crates/redox_syscall-0.2.7.crate) = 23576 +SHA256 (rust/crates/regex-1.3.6.crate) = 7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3 +SIZE (rust/crates/regex-1.3.6.crate) = 235465 +SHA256 (rust/crates/regex-syntax-0.6.17.crate) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae +SIZE (rust/crates/regex-syntax-0.6.17.crate) = 294004 +SHA256 (rust/crates/remove_dir_all-0.5.2.crate) = 4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e +SIZE (rust/crates/remove_dir_all-0.5.2.crate) = 8907 +SHA256 (rust/crates/rls-span-0.5.2.crate) = f2e9bed56f6272bd85d9d06d1aaeef80c5fddc78a82199eb36dceb5f94e7d934 +SIZE (rust/crates/rls-span-0.5.2.crate) = 9628 +SHA256 (rust/crates/rustc-ap-rustc_arena-712.0.0.crate) = 259cca0e975ecb05fd289ace45280c30ff792efc04e856a7f18b7fc86a3cb610 +SIZE (rust/crates/rustc-ap-rustc_arena-712.0.0.crate) = 7979 +SHA256 (rust/crates/rustc-ap-rustc_arena-718.0.0.crate) = 526610f47139efa440178239553b59ea805ff57a532b4e295c71d2a9b18fd676 +SIZE (rust/crates/rustc-ap-rustc_arena-718.0.0.crate) = 7933 +SHA256 (rust/crates/rustc-ap-rustc_ast-712.0.0.crate) = bb9be435d50c88e94bbad6ea468c8680b52c5043bb298ab8058d05251717f8f8 +SIZE (rust/crates/rustc-ap-rustc_ast-712.0.0.crate) = 68767 +SHA256 (rust/crates/rustc-ap-rustc_ast-718.0.0.crate) = cf6a9dda0804a7243b0282e3b75a8cf4654c7a61f033e587751941e1fe39391b +SIZE (rust/crates/rustc-ap-rustc_ast-718.0.0.crate) = 70705 +SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-712.0.0.crate) = 79bede0b44bed453fd0034b7ba492840391f6486bf3e17a1af12922f0b98d4cc +SIZE (rust/crates/rustc-ap-rustc_ast_pretty-712.0.0.crate) = 27846 +SHA256 (rust/crates/rustc-ap-rustc_ast_pretty-718.0.0.crate) = 82f5019be8b41a58664169fd2f4b1a37fe82705681db394b76419e4e87d40ab1 +SIZE (rust/crates/rustc-ap-rustc_ast_pretty-718.0.0.crate) = 27718 +SHA256 (rust/crates/rustc-ap-rustc_data_structures-712.0.0.crate) = 9cbfa7f82517a1b2efe7106c864c3f930b1da8aff07a27fd317af2f36522fd2e +SIZE (rust/crates/rustc-ap-rustc_data_structures-712.0.0.crate) = 101777 +SHA256 (rust/crates/rustc-ap-rustc_data_structures-718.0.0.crate) = a701717fb14549331085756b9741ae3b4bf35808489f1887d72c1d0e0fe52b77 +SIZE (rust/crates/rustc-ap-rustc_data_structures-718.0.0.crate) = 102823 +SHA256 (rust/crates/rustc-ap-rustc_errors-712.0.0.crate) = 58a272a5101843bcb40900cc9ccf80ecfec62830bb1f4a242986da4a34c0da89 +SIZE (rust/crates/rustc-ap-rustc_errors-712.0.0.crate) = 47484 +SHA256 (rust/crates/rustc-ap-rustc_errors-718.0.0.crate) = e3182ce85e8bfc96443475547f2f5aa2b5e67655d9b88721795f36f0ba9e265a +SIZE (rust/crates/rustc-ap-rustc_errors-718.0.0.crate) = 47914 +SHA256 (rust/crates/rustc-ap-rustc_feature-712.0.0.crate) = 5e931cd1580ae60c5737d3fa57633034935e885414e794d83b3e52a81021985c +SIZE (rust/crates/rustc-ap-rustc_feature-712.0.0.crate) = 21107 +SHA256 (rust/crates/rustc-ap-rustc_feature-718.0.0.crate) = eed033b93270126ef60963c3ebbd0e026bf53b985172b6366c7b0e7881c9d507 +SIZE (rust/crates/rustc-ap-rustc_feature-718.0.0.crate) = 21649 +SHA256 (rust/crates/rustc-ap-rustc_fs_util-712.0.0.crate) = 8fe9422e10d5b441d2a78202667bc85d7cf713a087b9ae6cdea0dfc825d79f07 +SIZE (rust/crates/rustc-ap-rustc_fs_util-712.0.0.crate) = 1977 +SHA256 (rust/crates/rustc-ap-rustc_fs_util-718.0.0.crate) = 28ee6531986a205101e09fd143d7bf31897388f33b1814d4bcc45fd62211dca6 +SIZE (rust/crates/rustc-ap-rustc_fs_util-718.0.0.crate) = 1976 +SHA256 (rust/crates/rustc-ap-rustc_graphviz-712.0.0.crate) = ffffffdef9fd51db69c1d4c045ced8aaab999be5627f2d3a0ce020d74c1f1e50 +SIZE (rust/crates/rustc-ap-rustc_graphviz-712.0.0.crate) = 10130 +SHA256 (rust/crates/rustc-ap-rustc_graphviz-718.0.0.crate) = 3398fddc0e23d2db89c036f8952ddf78cadc597f7059752116e69483e164a5b6 +SIZE (rust/crates/rustc-ap-rustc_graphviz-718.0.0.crate) = 10042 +SHA256 (rust/crates/rustc-ap-rustc_index-712.0.0.crate) = 7f6f53afc4f7111c82295cb7ea3878f520bbac6a2c5a12e125b4ca9156498cff +SIZE (rust/crates/rustc-ap-rustc_index-712.0.0.crate) = 16538 +SHA256 (rust/crates/rustc-ap-rustc_index-718.0.0.crate) = dca4e27eb5b701f6bbd47d8fc9d242378fca3e4107a519a28415c2989c4a3bd3 +SIZE (rust/crates/rustc-ap-rustc_index-718.0.0.crate) = 16595 +SHA256 (rust/crates/rustc-ap-rustc_lexer-712.0.0.crate) = 8056b05346dff7e39164d0434c6ec443a14ab5fbf6221bd1a56e5abbeae5f60c +SIZE (rust/crates/rustc-ap-rustc_lexer-712.0.0.crate) = 14079 +SHA256 (rust/crates/rustc-ap-rustc_lexer-718.0.0.crate) = 786bbfe9d4d5264294c1819dbf1497a2480b583d5eda1ca9ae22e12d6661f5df +SIZE (rust/crates/rustc-ap-rustc_lexer-718.0.0.crate) = 14075 +SHA256 (rust/crates/rustc-ap-rustc_lint_defs-712.0.0.crate) = 364c3fb7b3cbdfe3fbb21d4078ff2cb3c58df63cda27995f8b064d21ee6dede5 +SIZE (rust/crates/rustc-ap-rustc_lint_defs-712.0.0.crate) = 30819 +SHA256 (rust/crates/rustc-ap-rustc_lint_defs-718.0.0.crate) = be2f045e2b999c154ec505d5fea69c994b742f3ebd2f552d11a6c81723921e47 +SIZE (rust/crates/rustc-ap-rustc_lint_defs-718.0.0.crate) = 31425 +SHA256 (rust/crates/rustc-ap-rustc_macros-712.0.0.crate) = 4607d6879cae3bae4d0369ca4b3a7510fd6295ac32eec088ac975208ba96ca45 +SIZE (rust/crates/rustc-ap-rustc_macros-712.0.0.crate) = 17561 +SHA256 (rust/crates/rustc-ap-rustc_macros-718.0.0.crate) = 27789cd26d6b9e2fdfa68a262a20664d79ca67d31a3886d40fb88ebf6935869c +SIZE (rust/crates/rustc-ap-rustc_macros-718.0.0.crate) = 17563 +SHA256 (rust/crates/rustc-ap-rustc_parse-712.0.0.crate) = 78d22889bff7ca2346037c9df7ea55c66ffb714f5b50fb62b41975f8ac7a2d70 +SIZE (rust/crates/rustc-ap-rustc_parse-712.0.0.crate) = 131366 +SHA256 (rust/crates/rustc-ap-rustc_parse-718.0.0.crate) = 1dc331f4958350679679e619d63a891e8d5d34ef99087068c89aa9e657d52caa +SIZE (rust/crates/rustc-ap-rustc_parse-718.0.0.crate) = 136807 +SHA256 (rust/crates/rustc-ap-rustc_serialize-712.0.0.crate) = d33c710120953c0214f47a6caf42064d7e241003b4af36c98a6d6156e70335f1 +SIZE (rust/crates/rustc-ap-rustc_serialize-712.0.0.crate) = 35938 +SHA256 (rust/crates/rustc-ap-rustc_serialize-718.0.0.crate) = e9a6824a462c4c1a379e911b0faf86d303a54bcf8673d4cc445195085966a4a4 +SIZE (rust/crates/rustc-ap-rustc_serialize-718.0.0.crate) = 35766 +SHA256 (rust/crates/rustc-ap-rustc_session-712.0.0.crate) = 6d35919041429a90713c8f704fa5209ba159cb554ce74d95722cbc18ac4b4c6f +SIZE (rust/crates/rustc-ap-rustc_session-712.0.0.crate) = 62078 +SHA256 (rust/crates/rustc-ap-rustc_session-718.0.0.crate) = a782a5f6ada0dbe089c6416ad0104f0b8a8bdb4bd26ea95e5fefaec67aed5e8a +SIZE (rust/crates/rustc-ap-rustc_session-718.0.0.crate) = 63213 +SHA256 (rust/crates/rustc-ap-rustc_span-712.0.0.crate) = 73b12170c69603c0bf4b50e5c25fd348aae13b8c6465aa0ef4389c9eaa568e51 +SIZE (rust/crates/rustc-ap-rustc_span-712.0.0.crate) = 70989 +SHA256 (rust/crates/rustc-ap-rustc_span-718.0.0.crate) = a257546cb264b250c7abdb81239bb02f18a274a966211755a3ea89411b122214 +SIZE (rust/crates/rustc-ap-rustc_span-718.0.0.crate) = 70957 +SHA256 (rust/crates/rustc-ap-rustc_target-712.0.0.crate) = 0a8329d92e7dc24b974f759e6c6e97e2bbc47b18d0573343028f8135ca367200 +SIZE (rust/crates/rustc-ap-rustc_target-712.0.0.crate) = 101630 +SHA256 (rust/crates/rustc-ap-rustc_target-718.0.0.crate) = b5a72dd689421bcb5750f3ed0dedf367076e714ef0ba56c02ed391b9a8582862 +SIZE (rust/crates/rustc-ap-rustc_target-718.0.0.crate) = 101792 +SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 +SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 +SHA256 (rust/crates/rustc-rayon-0.3.1.crate) = ed7d6a39f8bfd4421ce720918234d1e672b83824c91345b47c93746839cf1629 +SIZE (rust/crates/rustc-rayon-0.3.1.crate) = 143854 +SHA256 (rust/crates/rustc-rayon-core-0.3.1.crate) = e94187d9ea3e8c38fafdbc38acb94eafa7ce155867f6ccb13830466a0d0db8c6 +SIZE (rust/crates/rustc-rayon-core-0.3.1.crate) = 61288 +SHA256 (rust/crates/ryu-1.0.3.crate) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 +SIZE (rust/crates/ryu-1.0.3.crate) = 41983 +SHA256 (rust/crates/scoped-tls-1.0.0.crate) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 +SIZE (rust/crates/scoped-tls-1.0.0.crate) = 9146 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/serde-1.0.105.crate) = e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff +SIZE (rust/crates/serde-1.0.105.crate) = 73358 +SHA256 (rust/crates/serde_derive-1.0.105.crate) = ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8 +SIZE (rust/crates/serde_derive-1.0.105.crate) = 49700 +SHA256 (rust/crates/serde_json-1.0.50.crate) = 78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867 +SIZE (rust/crates/serde_json-1.0.50.crate) = 72229 +SHA256 (rust/crates/sha-1-0.9.2.crate) = ce3cdf1b5e620a498ee6f2a171885ac7e22f0e12089ec4b3d22b84921792507c +SIZE (rust/crates/sha-1-0.9.2.crate) = 13581 +SHA256 (rust/crates/sha2-0.9.2.crate) = 6e7aab86fe2149bad8c507606bdb3f4ef5e7b2380eb92350f56122cca72a42a8 +SIZE (rust/crates/sha2-0.9.2.crate) = 19665 +SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e +SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 +SHA256 (rust/crates/stable_deref_trait-1.1.1.crate) = dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8 +SIZE (rust/crates/stable_deref_trait-1.1.1.crate) = 8007 +SHA256 (rust/crates/stacker-0.1.12.crate) = 21ccb4c06ec57bc82d0f610f1a2963d7648700e43a6f513e564b9c89f7991786 +SIZE (rust/crates/stacker-0.1.12.crate) = 13953 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/syn-1.0.17.crate) = 0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03 +SIZE (rust/crates/syn-1.0.17.crate) = 198158 +SHA256 (rust/crates/synstructure-0.12.3.crate) = 67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545 +SIZE (rust/crates/synstructure-0.12.3.crate) = 17788 +SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.crate) = 25892 +SHA256 (rust/crates/termcolor-1.1.0.crate) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f +SIZE (rust/crates/termcolor-1.1.0.crate) = 17193 +SHA256 (rust/crates/termize-0.1.1.crate) = 1706be6b564323ce7092f5f7e6b118a14c8ef7ed0e69c8c5329c914a9f101295 +SIZE (rust/crates/termize-0.1.1.crate) = 10691 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/thread_local-1.0.1.crate) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 +SIZE (rust/crates/thread_local-1.0.1.crate) = 12609 +SHA256 (rust/crates/tracing-0.1.19.crate) = 6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c +SIZE (rust/crates/tracing-0.1.19.crate) = 60835 +SHA256 (rust/crates/tracing-attributes-0.1.11.crate) = 80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada +SIZE (rust/crates/tracing-attributes-0.1.11.crate) = 17279 +SHA256 (rust/crates/tracing-core-0.1.15.crate) = 4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5 +SIZE (rust/crates/tracing-core-0.1.15.crate) = 47511 +SHA256 (rust/crates/typenum-1.12.0.crate) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 +SIZE (rust/crates/typenum-1.12.0.crate) = 36037 +SHA256 (rust/crates/unicode-normalization-0.1.12.crate) = 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 +SIZE (rust/crates/unicode-normalization-0.1.12.crate) = 91057 +SHA256 (rust/crates/unicode-width-0.1.7.crate) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 +SIZE (rust/crates/unicode-width-0.1.7.crate) = 16644 +SHA256 (rust/crates/unicode-xid-0.2.0.crate) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c +SIZE (rust/crates/unicode-xid-0.2.0.crate) = 14994 +SHA256 (rust/crates/vec_map-0.8.1.crate) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a +SIZE (rust/crates/vec_map-0.8.1.crate) = 14959 +SHA256 (rust/crates/version_check-0.9.2.crate) = b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed +SIZE (rust/crates/version_check-0.9.2.crate) = 11979 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/winapi-0.3.8.crate) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 +SIZE (rust/crates/winapi-0.3.8.crate) = 1128308 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.4.crate) = fa515c5163a99cc82bab70fd3bfdd36d827be85de63737b40fcef2ce084a436e +SIZE (rust/crates/winapi-util-0.1.4.crate) = 10089 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 diff --git a/devel/racer/files/patch-powerpc b/devel/racer/files/patch-powerpc new file mode 100644 index 00000000000..a7f9d2700ad --- /dev/null +++ b/devel/racer/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/revive/Makefile b/devel/revive/Makefile index 93531b89a7a..61822f9729c 100644 --- a/devel/revive/Makefile +++ b/devel/revive/Makefile @@ -1,6 +1,6 @@ PORTNAME= revive DISTVERSIONPREFIX= v -DISTVERSION= 1.0.7 +DISTVERSION= 1.0.8 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/revive/distinfo b/devel/revive/distinfo index 0225abbe547..cf9b7d76461 100644 --- a/devel/revive/distinfo +++ b/devel/revive/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622292484 -SHA256 (go/devel_revive/revive-v1.0.7/v1.0.7.mod) = 8e2248bb46f52b2dd7bffaf2afea7662a71664294b9e5f1cbe6a9156447223be -SIZE (go/devel_revive/revive-v1.0.7/v1.0.7.mod) = 419 -SHA256 (go/devel_revive/revive-v1.0.7/v1.0.7.zip) = 7112088ff8e1dd1800c5f80998bac576a349393b301405c202e5228968d29b4d -SIZE (go/devel_revive/revive-v1.0.7/v1.0.7.zip) = 775380 +TIMESTAMP = 1624707716 +SHA256 (go/devel_revive/revive-v1.0.8/v1.0.8.mod) = c08b41353dfdf440e20ef9eb557f07c501c39b4e0dedcf495e93ad4c977c5f4c +SIZE (go/devel_revive/revive-v1.0.8/v1.0.8.mod) = 419 +SHA256 (go/devel_revive/revive-v1.0.8/v1.0.8.zip) = 1ac7aae573c2b1b3386dcb72395441315d07b2d8f7ca92179f015fce4f38b62e +SIZE (go/devel_revive/revive-v1.0.8/v1.0.8.zip) = 777196 diff --git a/devel/robodoc/Makefile b/devel/robodoc/Makefile index b2720f1b1ec..96fbd1b9eaf 100644 --- a/devel/robodoc/Makefile +++ b/devel/robodoc/Makefile @@ -14,11 +14,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes MAKEFILE= makefile -DOCS_FILES= AUTHORS ChangeLog NEWS README \ - Docs/manual.html Docs/manual.css Docs/robodoc_example.rc - OPTIONS_DEFINE= DOCS EXAMPLES +DOCS_FILES= AUTHORS ChangeLog NEWS README Docs/manual.html Docs/manual.css \ + Docs/robodoc_example.rc + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${STAGEDIR}${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${STAGEDIR}${PREFIX}/bin diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index 5594fbec147..77c096f5091 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-partitions -PORTVERSION= 1.469.0 +PORTVERSION= 1.470.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index c0edb771d69..da32cad9928 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189763 -SHA256 (rubygem/aws-partitions-1.469.0.gem) = 79b5cd7c023cd6f7ab4ab8994ff06edfa2615a4212c878a29b22e8f1ab2c0676 -SIZE (rubygem/aws-partitions-1.469.0.gem) = 34816 +TIMESTAMP = 1624189705 +SHA256 (rubygem/aws-partitions-1.470.0.gem) = c7c236237ddeb4d0f4028d0b2cee9b64b53a7da43c66861a18ca3433654b4a28 +SIZE (rubygem/aws-partitions-1.470.0.gem) = 34816 diff --git a/devel/rubygem-aws-sdk-cloudformation/Makefile b/devel/rubygem-aws-sdk-cloudformation/Makefile index cf7e2affd6c..35e312277dc 100644 --- a/devel/rubygem-aws-sdk-cloudformation/Makefile +++ b/devel/rubygem-aws-sdk-cloudformation/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= aws-sdk-cloudformation -PORTVERSION= 1.52.0 +PORTVERSION= 1.53.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudformation/distinfo b/devel/rubygem-aws-sdk-cloudformation/distinfo index bbba6cc1349..69f2f3b68a4 100644 --- a/devel/rubygem-aws-sdk-cloudformation/distinfo +++ b/devel/rubygem-aws-sdk-cloudformation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619910349 -SHA256 (rubygem/aws-sdk-cloudformation-1.52.0.gem) = 47e1d3c949b56714fcf6588dd8214ba9b392a7758741074904cd77cde0483b01 -SIZE (rubygem/aws-sdk-cloudformation-1.52.0.gem) = 130560 +TIMESTAMP = 1624189707 +SHA256 (rubygem/aws-sdk-cloudformation-1.53.0.gem) = c333f09d492d7fced12e71ce11a4b2d1866ae6da64f036a4d0910492f918fd96 +SIZE (rubygem/aws-sdk-cloudformation-1.53.0.gem) = 145920 diff --git a/devel/rubygem-execjs/Makefile b/devel/rubygem-execjs/Makefile index f72130c5d03..222fc95c31c 100644 --- a/devel/rubygem-execjs/Makefile +++ b/devel/rubygem-execjs/Makefile @@ -17,16 +17,12 @@ USE_RUBY= yes NO_ARCH= yes OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 15.x (www/node) as backend -NODE10_DESC= Use Node.js 10.x (www/node10) as backend -NODE12_DESC= Use Node.js 12.x (www/node12) as backend +NODE_DESC= Use Node.js 16.x (www/node) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend NODE_RUN_DEPENDS= node>=0:www/node -NODE10_RUN_DEPENDS= node10>=0:www/node10 -NODE12_RUN_DEPENDS= node12>=0:www/node12 NODE14_RUN_DEPENDS= node14>=0:www/node14 post-patch: diff --git a/devel/rubygem-readline-ext/Makefile b/devel/rubygem-readline-ext/Makefile index e50074ff683..b7b677984df 100644 --- a/devel/rubygem-readline-ext/Makefile +++ b/devel/rubygem-readline-ext/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= readline-ext -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-readline-ext/distinfo b/devel/rubygem-readline-ext/distinfo index c558769088d..70531abb37f 100644 --- a/devel/rubygem-readline-ext/distinfo +++ b/devel/rubygem-readline-ext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601319768 -SHA256 (rubygem/readline-ext-0.1.1.gem) = 7a8a09fbc7bb0be074eab21250169e1e5e7a92cc13e9a6112673c082ddefd8a1 -SIZE (rubygem/readline-ext-0.1.1.gem) = 24064 +TIMESTAMP = 1624189709 +SHA256 (rubygem/readline-ext-0.1.2.gem) = 7aa1baedeb3871f11d8f14ed80dc2b41d6f00872a06424790994b34be19e69ef +SIZE (rubygem/readline-ext-0.1.2.gem) = 24064 diff --git a/devel/rust-analyzer/Makefile b/devel/rust-analyzer/Makefile index b6b2c396ede..a34df1eb65d 100644 --- a/devel/rust-analyzer/Makefile +++ b/devel/rust-analyzer/Makefile @@ -1,5 +1,5 @@ PORTNAME= rust-analyzer -DISTVERSION= 2021-06-14 +DISTVERSION= 2021-06-21 CATEGORIES= devel MAINTAINER= rust@FreeBSD.org @@ -17,9 +17,9 @@ CARGO_CRATES= addr2line-0.15.1 \ adler-1.0.2 \ always-assert-0.1.2 \ ansi_term-0.12.1 \ - anyhow-1.0.40 \ + anyhow-1.0.41 \ anymap-0.12.1 \ - arrayvec-0.7.0 \ + arrayvec-0.7.1 \ atty-0.2.14 \ autocfg-1.0.1 \ backtrace-0.3.59 \ @@ -34,7 +34,6 @@ CARGO_CRATES= addr2line-0.15.1 \ chalk-ir-0.68.0 \ chalk-recursive-0.68.0 \ chalk-solve-0.68.0 \ - chrono-0.4.19 \ countme-2.0.4 \ cov-mark-2.0.0-pre.1 \ crc32fast-1.2.1 \ @@ -48,7 +47,7 @@ CARGO_CRATES= addr2line-0.15.1 \ drop_bomb-0.1.5 \ either-1.6.1 \ ena-0.14.0 \ - env_logger-0.8.3 \ + env_logger-0.8.4 \ expect-test-1.1.0 \ filetime-0.2.14 \ fixedbitset-0.2.0 \ @@ -56,7 +55,7 @@ CARGO_CRATES= addr2line-0.15.1 \ form_urlencoded-1.0.1 \ fs_extra-1.2.0 \ fsevent-sys-4.0.0 \ - fst-0.4.6 \ + fst-0.4.7 \ gimli-0.24.0 \ hashbrown-0.9.1 \ heck-0.3.2 \ @@ -67,33 +66,31 @@ CARGO_CRATES= addr2line-0.15.1 \ inotify-0.9.3 \ inotify-sys-0.1.5 \ instant-0.1.9 \ - itertools-0.10.0 \ + itertools-0.10.1 \ itoa-0.4.7 \ jod-thread-0.1.2 \ lazy_static-1.4.0 \ libc-0.2.97 \ libloading-0.7.0 \ - libmimalloc-sys-0.1.21 \ + libmimalloc-sys-0.1.22 \ lock_api-0.4.4 \ log-0.4.14 \ lsp-server-0.5.1 \ - lsp-types-0.89.1 \ + lsp-types-0.89.2 \ matchers-0.0.1 \ matches-0.1.8 \ memchr-2.4.0 \ memmap2-0.2.3 \ memoffset-0.6.4 \ - mimalloc-0.1.25 \ + mimalloc-0.1.26 \ miniz_oxide-0.4.4 \ mio-0.7.11 \ miow-0.3.7 \ notify-5.0.0-pre.9 \ ntapi-0.3.6 \ - num-integer-0.1.44 \ - num-traits-0.2.14 \ num_cpus-1.13.0 \ object-0.24.0 \ - once_cell-1.7.2 \ + once_cell-1.8.0 \ oorandom-11.1.3 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ @@ -108,7 +105,7 @@ CARGO_CRATES= addr2line-0.15.1 \ proc-macro-hack-0.5.19 \ proc-macro2-1.0.27 \ pulldown-cmark-0.8.0 \ - pulldown-cmark-to-cmark-6.0.0 \ + pulldown-cmark-to-cmark-6.0.1 \ quote-1.0.9 \ rayon-1.5.1 \ rayon-core-1.9.1 \ @@ -152,7 +149,6 @@ CARGO_CRATES= addr2line-0.15.1 \ tracing-attributes-0.1.15 \ tracing-core-0.1.18 \ tracing-log-0.1.2 \ - tracing-serde-0.1.2 \ tracing-subscriber-0.2.18 \ tracing-tree-0.1.9 \ ucd-trie-0.1.3 \ @@ -170,8 +166,8 @@ CARGO_CRATES= addr2line-0.15.1 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ write-json-0.1.2 \ - xflags-0.2.1 \ - xflags-macros-0.2.1 \ + xflags-0.2.2 \ + xflags-macros-0.2.2 \ xshell-0.1.14 \ xshell-macros-0.1.14 diff --git a/devel/rust-analyzer/distinfo b/devel/rust-analyzer/distinfo index ca9d8aa21fa..6ce77930c63 100644 --- a/devel/rust-analyzer/distinfo +++ b/devel/rust-analyzer/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623687274 +TIMESTAMP = 1624286692 SHA256 (rust/crates/addr2line-0.15.1.crate) = 03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a SIZE (rust/crates/addr2line-0.15.1.crate) = 32936 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -7,12 +7,12 @@ SHA256 (rust/crates/always-assert-0.1.2.crate) = fbf688625d06217d5b1bb0ea9d9c44a SIZE (rust/crates/always-assert-0.1.2.crate) = 7067 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 -SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b -SIZE (rust/crates/anyhow-1.0.40.crate) = 34534 +SHA256 (rust/crates/anyhow-1.0.41.crate) = 15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61 +SIZE (rust/crates/anyhow-1.0.41.crate) = 34561 SHA256 (rust/crates/anymap-0.12.1.crate) = 33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344 SIZE (rust/crates/anymap-0.12.1.crate) = 14298 -SHA256 (rust/crates/arrayvec-0.7.0.crate) = 5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7 -SIZE (rust/crates/arrayvec-0.7.0.crate) = 28452 +SHA256 (rust/crates/arrayvec-0.7.1.crate) = be4dc07131ffa69b8072d35f5007352af944213cde02545e2103680baed38fcd +SIZE (rust/crates/arrayvec-0.7.1.crate) = 28812 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a @@ -41,8 +41,6 @@ SHA256 (rust/crates/chalk-recursive-0.68.0.crate) = e0df406d2927321021b48acd1934 SIZE (rust/crates/chalk-recursive-0.68.0.crate) = 14265 SHA256 (rust/crates/chalk-solve-0.68.0.crate) = 0cbfcd5daa5ab8b1c9e5e10e83b0ac26271480f6ae5b5f35e5b19e1f6a0e6e37 SIZE (rust/crates/chalk-solve-0.68.0.crate) = 97128 -SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 -SIZE (rust/crates/chrono-0.4.19.crate) = 155663 SHA256 (rust/crates/countme-2.0.4.crate) = 328b822bdcba4d4e402be8d9adb6eebf269f969f8eadef977a553ff3c4fbcb58 SIZE (rust/crates/countme-2.0.4.crate) = 9128 SHA256 (rust/crates/cov-mark-2.0.0-pre.1.crate) = 0d48d8f76bd9331f19fe2aaf3821a9f9fb32c3963e1e3d6ce82a8c09cef7444a @@ -69,8 +67,8 @@ SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227 SIZE (rust/crates/either-1.6.1.crate) = 13641 SHA256 (rust/crates/ena-0.14.0.crate) = d7402b94a93c24e742487327a7cd839dc9d36fec9de9fb25b09f2dae459f36c3 SIZE (rust/crates/ena-0.14.0.crate) = 23052 -SHA256 (rust/crates/env_logger-0.8.3.crate) = 17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f -SIZE (rust/crates/env_logger-0.8.3.crate) = 32543 +SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 +SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 SHA256 (rust/crates/expect-test-1.1.0.crate) = 2300477aab3a378f2ca00a4fbd4dc713654ab7ed790e4017493cb33656280633 SIZE (rust/crates/expect-test-1.1.0.crate) = 10498 SHA256 (rust/crates/filetime-0.2.14.crate) = 1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8 @@ -85,8 +83,8 @@ SHA256 (rust/crates/fs_extra-1.2.0.crate) = 2022715d62ab30faffd124d40b76f4134a55 SIZE (rust/crates/fs_extra-1.2.0.crate) = 29918 SHA256 (rust/crates/fsevent-sys-4.0.0.crate) = 5c0e564d24da983c053beff1bb7178e237501206840a3e6bf4e267b9e8ae734a SIZE (rust/crates/fsevent-sys-4.0.0.crate) = 4276 -SHA256 (rust/crates/fst-0.4.6.crate) = e398fae362f4124bbe630d99519fb2d68a03e2e3a23b441028cdcdc4f4895687 -SIZE (rust/crates/fst-0.4.6.crate) = 1573306 +SHA256 (rust/crates/fst-0.4.7.crate) = 7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a +SIZE (rust/crates/fst-0.4.7.crate) = 1573393 SHA256 (rust/crates/gimli-0.24.0.crate) = 0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189 SIZE (rust/crates/gimli-0.24.0.crate) = 703534 SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 @@ -107,8 +105,8 @@ SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc62 SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/instant-0.1.9.crate) = 61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec SIZE (rust/crates/instant-0.1.9.crate) = 5213 -SHA256 (rust/crates/itertools-0.10.0.crate) = 37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319 -SIZE (rust/crates/itertools-0.10.0.crate) = 109656 +SHA256 (rust/crates/itertools-0.10.1.crate) = 69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf +SIZE (rust/crates/itertools-0.10.1.crate) = 116219 SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 SIZE (rust/crates/itoa-0.4.7.crate) = 12099 SHA256 (rust/crates/jod-thread-0.1.2.crate) = 8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae @@ -119,16 +117,16 @@ SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7 SIZE (rust/crates/libc-0.2.97.crate) = 517712 SHA256 (rust/crates/libloading-0.7.0.crate) = 6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a SIZE (rust/crates/libloading-0.7.0.crate) = 26216 -SHA256 (rust/crates/libmimalloc-sys-0.1.21.crate) = 2396cf99d2f58611cd69f0efeee4af3d2e2c7b61bed433515029163aa567e65c -SIZE (rust/crates/libmimalloc-sys-0.1.21.crate) = 906970 +SHA256 (rust/crates/libmimalloc-sys-0.1.22.crate) = 1d1b8479c593dba88c2741fc50b92e13dbabbbe0bd504d979f244ccc1a5b1c01 +SIZE (rust/crates/libmimalloc-sys-0.1.22.crate) = 908612 SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/lsp-server-0.5.1.crate) = 6825d7042d5ca1825a366c40c9446928ec7b30e2be97243a13b164aee6583992 SIZE (rust/crates/lsp-server-0.5.1.crate) = 10727 -SHA256 (rust/crates/lsp-types-0.89.1.crate) = 48b8a871b0a450bcec0e26d74a59583c8173cb9fb7d7f98889e18abb84838e0f -SIZE (rust/crates/lsp-types-0.89.1.crate) = 48973 +SHA256 (rust/crates/lsp-types-0.89.2.crate) = 852e0dedfd52cc32325598b2631e0eba31b7b708959676a9f837042f276b09a2 +SIZE (rust/crates/lsp-types-0.89.2.crate) = 49933 SHA256 (rust/crates/matchers-0.0.1.crate) = f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1 SIZE (rust/crates/matchers-0.0.1.crate) = 5039 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 @@ -139,8 +137,8 @@ SHA256 (rust/crates/memmap2-0.2.3.crate) = 723e3ebdcdc5c023db1df315364573789f885 SIZE (rust/crates/memmap2-0.2.3.crate) = 17669 SHA256 (rust/crates/memoffset-0.6.4.crate) = 59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9 SIZE (rust/crates/memoffset-0.6.4.crate) = 7664 -SHA256 (rust/crates/mimalloc-0.1.25.crate) = 1e7c6b11afd1e5e689ac96b6d18b1fc763398fe3d7eed99e8773426bc2033dfb -SIZE (rust/crates/mimalloc-0.1.25.crate) = 4639 +SHA256 (rust/crates/mimalloc-0.1.26.crate) = fb74897ce508e6c49156fd1476fc5922cbc6e75183c65e399c765a09122e5130 +SIZE (rust/crates/mimalloc-0.1.26.crate) = 4977 SHA256 (rust/crates/miniz_oxide-0.4.4.crate) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b SIZE (rust/crates/miniz_oxide-0.4.4.crate) = 49938 SHA256 (rust/crates/mio-0.7.11.crate) = cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956 @@ -151,16 +149,12 @@ SHA256 (rust/crates/notify-5.0.0-pre.9.crate) = b89869d77edd64db917d7903abeadc16 SIZE (rust/crates/notify-5.0.0-pre.9.crate) = 48688 SHA256 (rust/crates/ntapi-0.3.6.crate) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 SIZE (rust/crates/ntapi-0.3.6.crate) = 127221 -SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db -SIZE (rust/crates/num-integer-0.1.44.crate) = 22216 -SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 -SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 SHA256 (rust/crates/object-0.24.0.crate) = 1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170 SIZE (rust/crates/object-0.24.0.crate) = 223436 -SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 SHA256 (rust/crates/parking_lot-0.11.1.crate) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb @@ -189,8 +183,8 @@ SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb598 SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 SHA256 (rust/crates/pulldown-cmark-0.8.0.crate) = ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8 SIZE (rust/crates/pulldown-cmark-0.8.0.crate) = 106330 -SHA256 (rust/crates/pulldown-cmark-to-cmark-6.0.0.crate) = e8f2b9878102358ec65434fdd1a9a161f8648bb2f531acc9260e4d094c96de23 -SIZE (rust/crates/pulldown-cmark-to-cmark-6.0.0.crate) = 7961 +SHA256 (rust/crates/pulldown-cmark-to-cmark-6.0.1.crate) = 6a95f396125c68d833fc40cca35532c49ab7394382f7b0e46144a4761896ce80 +SIZE (rust/crates/pulldown-cmark-to-cmark-6.0.1.crate) = 7901 SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rayon-1.5.1.crate) = c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90 @@ -277,8 +271,6 @@ SHA256 (rust/crates/tracing-core-0.1.18.crate) = a9ff14f98b1a4b289c6248a023c1c2f SIZE (rust/crates/tracing-core-0.1.18.crate) = 48381 SHA256 (rust/crates/tracing-log-0.1.2.crate) = a6923477a48e41c1951f1999ef8bb5a3023eb723ceadafe78ffb65dc366761e3 SIZE (rust/crates/tracing-log-0.1.2.crate) = 14915 -SHA256 (rust/crates/tracing-serde-0.1.2.crate) = fb65ea441fbb84f9f6748fd496cf7f63ec9af5bca94dd86456978d055e8eb28b -SIZE (rust/crates/tracing-serde-0.1.2.crate) = 6362 SHA256 (rust/crates/tracing-subscriber-0.2.18.crate) = aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5 SIZE (rust/crates/tracing-subscriber-0.2.18.crate) = 98663 SHA256 (rust/crates/tracing-tree-0.1.9.crate) = 1712b40907f8d9bc2bc66763ab61dec914b7123d7149e59feb0d4e2a95fc4967 @@ -313,13 +305,13 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/write-json-0.1.2.crate) = 06069a848f95fceae3e5e03c0ddc8cb78452b56654ee0c8e68f938cf790fb9e3 SIZE (rust/crates/write-json-0.1.2.crate) = 7414 -SHA256 (rust/crates/xflags-0.2.1.crate) = 59ad6ce6a0b7224130015b4ebac796478ac04e0079f5d222a690efea06a9208a -SIZE (rust/crates/xflags-0.2.1.crate) = 10024 -SHA256 (rust/crates/xflags-macros-0.2.1.crate) = c8037d3ca14996158b03c0fa905d0834906ef0fc7044df72c1f5ff690e5e62c9 -SIZE (rust/crates/xflags-macros-0.2.1.crate) = 9695 +SHA256 (rust/crates/xflags-0.2.2.crate) = a25b85ca0fcf2d003f2b0cfdce73897c54ec3d793dfe008a64de5040209363c9 +SIZE (rust/crates/xflags-0.2.2.crate) = 10099 +SHA256 (rust/crates/xflags-macros-0.2.2.crate) = 00055208d8839f11689012fecb42bbc024e25bf3af91b3b9879739d3cda65bf0 +SIZE (rust/crates/xflags-macros-0.2.2.crate) = 10624 SHA256 (rust/crates/xshell-0.1.14.crate) = c640362f1b150e186b76e88606e4b01a7b2f1d56cc50fcc184ddb683fb567c23 SIZE (rust/crates/xshell-0.1.14.crate) = 20415 SHA256 (rust/crates/xshell-macros-0.1.14.crate) = 0607c095c96c1d8420ce4a018a0954fb15d73d5eb59b521a05a0f04cffc05059 SIZE (rust/crates/xshell-macros-0.1.14.crate) = 2677 -SHA256 (rust-analyzer-rust-analyzer-2021-06-14_GH0.tar.gz) = 3a912e7a6600cea5d9a51c019e4317321f5b7618cfffbb1603f79d80edd2aae9 -SIZE (rust-analyzer-rust-analyzer-2021-06-14_GH0.tar.gz) = 1888417 +SHA256 (rust-analyzer-rust-analyzer-2021-06-21_GH0.tar.gz) = 004eab149006410a96706dfa07ffa5876476c067b8ea05a72cdd3d1bc895bbca +SIZE (rust-analyzer-rust-analyzer-2021-06-21_GH0.tar.gz) = 1893369 diff --git a/devel/rust-bindgen/Makefile b/devel/rust-bindgen/Makefile index 8636085e471..e5df5675224 100644 --- a/devel/rust-bindgen/Makefile +++ b/devel/rust-bindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= bindgen DISTVERSION= 0.58.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-bindgen/files/patch-powerpc b/devel/rust-bindgen/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/devel/rust-bindgen/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/rust-cbindgen/Makefile b/devel/rust-cbindgen/Makefile index bd306c76816..128504e99f1 100644 --- a/devel/rust-cbindgen/Makefile +++ b/devel/rust-cbindgen/Makefile @@ -1,6 +1,6 @@ PORTNAME= cbindgen DISTVERSION= 0.19.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= CRATESIO PKGNAMEPREFIX= rust- diff --git a/devel/rust-cbindgen/files/patch-powerpc b/devel/rust-cbindgen/files/patch-powerpc new file mode 100644 index 00000000000..a7f9d2700ad --- /dev/null +++ b/devel/rust-cbindgen/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/sccache/Makefile b/devel/sccache/Makefile index 50b2c41e2e8..7f96569799d 100644 --- a/devel/sccache/Makefile +++ b/devel/sccache/Makefile @@ -1,7 +1,7 @@ PORTNAME= sccache DISTVERSIONPREFIX= v DISTVERSION= 0.2.15 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/sentry-cli/Makefile b/devel/sentry-cli/Makefile index 090c2d068f1..014563204aa 100644 --- a/devel/sentry-cli/Makefile +++ b/devel/sentry-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= sentry-cli DISTVERSION= 1.66.0 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= lcook@FreeBSD.org diff --git a/devel/smooth/Makefile b/devel/smooth/Makefile index d6f9124e45e..6a292a0a2ad 100644 --- a/devel/smooth/Makefile +++ b/devel/smooth/Makefile @@ -1,12 +1,12 @@ # Created by: Alexey Dokuchaev PORTNAME= smooth -PORTVERSION= 0.9.7 +PORTVERSION= 0.9.8 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= danfe@FreeBSD.org -COMMENT= Object-oriented class library +COMMENT= Object-oriented C++ class library LICENSE= ART20 @@ -14,13 +14,14 @@ LIB_DEPENDS= libcpuid.so:sysutils/libcpuid \ libcurl.so:ftp/curl \ libfribidi.so:converters/fribidi \ libharfbuzz.so:print/harfbuzz \ - libpng.so:graphics/png + libpng.so:graphics/png \ + libwebp.so:graphics/webp USES= gmake gnome iconv jpeg localbase pkgconfig xorg USE_LDCONFIG= yes USE_GNOME= cairo gdkpixbuf2 gtk30 libxml2 USE_XORG= x11 -MAKE_ARGS= config=systemlibcpuid +MAKE_ARGS= config="systemlibcpuid systemlibwebp" post-extract: # Prevent accidental build/use of bundled libraries' code/headers diff --git a/devel/smooth/distinfo b/devel/smooth/distinfo index ca270dab97a..11748bcb405 100644 --- a/devel/smooth/distinfo +++ b/devel/smooth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613312458 -SHA256 (smooth-0.9.7.tar.gz) = bc00a5e5650895eef629d9e4aa0c32e7438552798f1d40624498a9a116d2411d -SIZE (smooth-0.9.7.tar.gz) = 8084875 +TIMESTAMP = 1624794081 +SHA256 (smooth-0.9.8.tar.gz) = a02c3c15fc9f221809bd16ebbe56460f04facb36ed80ba1d0975526896d9fb42 +SIZE (smooth-0.9.8.tar.gz) = 8569995 diff --git a/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp b/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp deleted file mode 100644 index d9d36f69751..00000000000 --- a/devel/smooth/files/patch-classes_graphics_backends_cairo_fontcairo.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- classes/graphics/backends/cairo/fontcairo.cpp.orig 2020-06-13 21:01:13 UTC -+++ classes/graphics/backends/cairo/fontcairo.cpp -@@ -8,6 +8,10 @@ - * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED - * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ - -+#include -+#include -+#include -+ - #include - #include - #include -@@ -15,10 +19,6 @@ - #include - - using namespace X11; -- --#include --#include --#include - - #include - #include diff --git a/devel/smooth/pkg-plist b/devel/smooth/pkg-plist index 2c3679df6ed..dee4470bb20 100644 --- a/devel/smooth/pkg-plist +++ b/devel/smooth/pkg-plist @@ -54,6 +54,7 @@ include/smooth/graphics/imageloader/imageloader.h include/smooth/graphics/imageloader/jpeg.h include/smooth/graphics/imageloader/pci.h include/smooth/graphics/imageloader/png.h +include/smooth/graphics/imageloader/webp.h include/smooth/graphics/modifiers/fontsize.h include/smooth/graphics/modifiers/righttoleft.h include/smooth/graphics/surface.h diff --git a/devel/sonarqube-community/Makefile b/devel/sonarqube-community/Makefile index 4c652ab2cdc..a4d1d0d7105 100644 --- a/devel/sonarqube-community/Makefile +++ b/devel/sonarqube-community/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonarqube DISTVERSION= 8.9.1.44547 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel security www java MASTER_SITES= https://binaries.sonarsource.com/Distribution/sonarqube/:m_core \ https://binaries.sonarsource.com/Distribution/sonar-csharp-plugin/:m_csharp \ @@ -51,9 +51,9 @@ DBBASE_DIR= /var/db/${PORTNAME} DATA_DIR= ${DBBASE_DIR}/data TEMP_DIR= ${DBBASE_DIR}/temp -SONARCSHARP_VER= 8.24.0.32949 -SONARJAVA_VER= 7.0.0.26422 -SONARJAVASCRIPT_VER= 8.0.0.15689 +SONARCSHARP_VER= 8.25.0.33663 +SONARJAVA_VER= 7.1.0.26670 +SONARJAVASCRIPT_VER= 8.1.0.15788 SONARPHP_VER= 3.17.0.7439 SONARPYTHON_VER= 3.5.0.8244 SONARVBNET_VER= ${SONARCSHARP_VER} diff --git a/devel/sonarqube-community/distinfo b/devel/sonarqube-community/distinfo index 57b73a95566..480aef3b75a 100644 --- a/devel/sonarqube-community/distinfo +++ b/devel/sonarqube-community/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1624105112 +TIMESTAMP = 1624873814 SHA256 (sonarqube-8.9.1.44547.zip) = f22d65a066848a4b7b7bfb255bc6f8c64c2a292718c09e23a1f7093f485ad00c SIZE (sonarqube-8.9.1.44547.zip) = 274602001 -SHA256 (sonar-csharp-plugin-8.24.0.32949.jar) = 2d3937ebeafb523c1db3675b578a4b0a55d39d05e90549d513a24026eac70ad6 -SIZE (sonar-csharp-plugin-8.24.0.32949.jar) = 5133288 -SHA256 (sonar-java-plugin-7.0.0.26422.jar) = d89d43862325a9c9cb3ece5491442134f31899fcec7056c249b3cd043471dcb5 -SIZE (sonar-java-plugin-7.0.0.26422.jar) = 17555947 -SHA256 (sonar-javascript-plugin-8.0.0.15689.jar) = 99b0f046b93836cd75c83eab3aeb938e68697c2750a928c61a35eddea73ce358 -SIZE (sonar-javascript-plugin-8.0.0.15689.jar) = 20479811 +SHA256 (sonar-csharp-plugin-8.25.0.33663.jar) = 5b7cf48782f15ca8ae1684664fd49d8c020bbbd665edb63c31f81a114e1762b4 +SIZE (sonar-csharp-plugin-8.25.0.33663.jar) = 5381335 +SHA256 (sonar-java-plugin-7.1.0.26670.jar) = 0c5977e1a237942363716b62e8c32a8f5cf45891a738293637fe346fb2b00dd8 +SIZE (sonar-java-plugin-7.1.0.26670.jar) = 17586857 +SHA256 (sonar-javascript-plugin-8.1.0.15788.jar) = 0c17fd91ad203186e766e5d17793d329a7df0240885cc82a02a06894a3a6c96d +SIZE (sonar-javascript-plugin-8.1.0.15788.jar) = 20464408 SHA256 (sonar-php-plugin-3.17.0.7439.jar) = 058004a29deb22254609250ffbacc885bdcf6ba3d09ec60438a7970871b8c897 SIZE (sonar-php-plugin-3.17.0.7439.jar) = 5099105 SHA256 (sonar-python-plugin-3.5.0.8244.jar) = 536a2407713db4733b3f7eeeb763f40ecb1a93cacefa429a85d4d46f7759a7a6 SIZE (sonar-python-plugin-3.5.0.8244.jar) = 4910695 -SHA256 (sonar-vbnet-plugin-8.24.0.32949.jar) = aadb46070da98f1b686a51bc729a65861b8aa0b5b32b806da54f0da9779e2f20 -SIZE (sonar-vbnet-plugin-8.24.0.32949.jar) = 3885289 +SHA256 (sonar-vbnet-plugin-8.25.0.33663.jar) = ba4864086a0d742a57bd57636054fb75c2090337440af7f20c4c777c7def0f2d +SIZE (sonar-vbnet-plugin-8.25.0.33663.jar) = 3886262 diff --git a/devel/spdlog/Makefile b/devel/spdlog/Makefile index 91b5ca949ed..a46be95ea90 100644 --- a/devel/spdlog/Makefile +++ b/devel/spdlog/Makefile @@ -3,9 +3,13 @@ PORTNAME= spdlog DISTVERSIONPREFIX= v DISTVERSION= 1.8.5 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= devel +PATCH_SITES= https://github.com/gabime/spdlog/commit/ +PATCHFILES= 7b14a65b2b8cbdca3c6bd1d36fe5b271389c1d07.patch:-p1 \ + 68111122086187761cca36c24e6d8c8daa96656d.patch:-p1 + MAINTAINER= vanilla@FreeBSD.org COMMENT= Super fast C++ logging library diff --git a/devel/spdlog/distinfo b/devel/spdlog/distinfo index bf3b9ebcf11..e0dbb0d02aa 100644 --- a/devel/spdlog/distinfo +++ b/devel/spdlog/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1616997697 +TIMESTAMP = 1624574846 SHA256 (gabime-spdlog-v1.8.5_GH0.tar.gz) = 944d0bd7c763ac721398dca2bb0f3b5ed16f67cef36810ede5061f35a543b4b8 SIZE (gabime-spdlog-v1.8.5_GH0.tar.gz) = 321229 +SHA256 (7b14a65b2b8cbdca3c6bd1d36fe5b271389c1d07.patch) = 5efa9e3b8d4dc4de351dc0e1d2516b2a6e141854e055ae420446785df85d9574 +SIZE (7b14a65b2b8cbdca3c6bd1d36fe5b271389c1d07.patch) = 6523 +SHA256 (68111122086187761cca36c24e6d8c8daa96656d.patch) = a491f1734429203bc298658c1cdc49d1b30b17f8fad6f342511ad1f8692ae666 +SIZE (68111122086187761cca36c24e6d8c8daa96656d.patch) = 753 diff --git a/devel/spdlog/files/patch-include_spdlog_common-inl.h b/devel/spdlog/files/patch-include_spdlog_common-inl.h new file mode 100644 index 00000000000..0a219ab8ea4 --- /dev/null +++ b/devel/spdlog/files/patch-include_spdlog_common-inl.h @@ -0,0 +1,11 @@ +--- include/spdlog/common-inl.h.orig 2021-06-24 13:59:17 UTC ++++ include/spdlog/common-inl.h +@@ -60,7 +60,7 @@ SPDLOG_INLINE spdlog_ex::spdlog_ex(std::string msg) + SPDLOG_INLINE spdlog_ex::spdlog_ex(const std::string &msg, int last_errno) + { + memory_buf_t outbuf; +- fmt::format_system_error(outbuf, last_errno, msg); ++ fmt::format_system_error(outbuf, last_errno, msg.c_str()); + msg_ = fmt::to_string(outbuf); + } + diff --git a/devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h b/devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h new file mode 100644 index 00000000000..26f9761a405 --- /dev/null +++ b/devel/spdlog/files/patch-include_spdlog_fmt_bin__to__hex.h @@ -0,0 +1,11 @@ +--- include/spdlog/fmt/bin_to_hex.h.orig 2021-06-24 14:01:22 UTC ++++ include/spdlog/fmt/bin_to_hex.h +@@ -209,7 +209,7 @@ struct formatter> + + if (put_positions) + { +- fmt::format_to(inserter, "{:<04X}: ", pos); ++ fmt::format_to(inserter, "{:04X}: ", pos); + } + } + }; diff --git a/devel/tclbsd/Makefile b/devel/tclbsd/Makefile index c17fe09f5d4..531b4fa3267 100644 --- a/devel/tclbsd/Makefile +++ b/devel/tclbsd/Makefile @@ -1,8 +1,8 @@ # Created by: gahr PORTNAME= tclbsd -PORTVERSION= 1.9.0 -PORTREVISION= 1 +PORTVERSION= 1.9.2 +PORTREVISION= 0 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/tclbsd/distinfo b/devel/tclbsd/distinfo index 65b21acd250..a58ae2af4ad 100644 --- a/devel/tclbsd/distinfo +++ b/devel/tclbsd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1526289025 -SHA256 (flightaware-tclbsd-v1.9.0_GH0.tar.gz) = 859a8978646fbbf84d2ffcf0a7f71314f7175adfbf8a6551eb412195cc6817e8 -SIZE (flightaware-tclbsd-v1.9.0_GH0.tar.gz) = 186500 +TIMESTAMP = 1624881591 +SHA256 (flightaware-tclbsd-v1.9.2_GH0.tar.gz) = 73acdb443af769de2eef73d4da66cf6cb906b535531ec9097a6fc886600fba89 +SIZE (flightaware-tclbsd-v1.9.2_GH0.tar.gz) = 186982 diff --git a/devel/tclthread/Makefile b/devel/tclthread/Makefile index bc80f05c04c..b2276d2f03b 100644 --- a/devel/tclthread/Makefile +++ b/devel/tclthread/Makefile @@ -1,10 +1,10 @@ # Created by: Martin Matuska PORTNAME= thread -PORTVERSION= 2.8.5 +PORTVERSION= 2.8.6 PORTREVISION= 0 CATEGORIES= devel -MASTER_SITES= SF/tcl/Tcl/8.6.10/ +MASTER_SITES= SF/tcl/Tcl/8.6.11/ PKGNAMEPREFIX= tcl DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/devel/tclthread/distinfo b/devel/tclthread/distinfo index 48f1152a2d8..be5458fa6fd 100644 --- a/devel/tclthread/distinfo +++ b/devel/tclthread/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572858151 -SHA256 (thread2.8.5.tar.gz) = fb89b88dbc347c5a2aa9bbd20f2d3e0854f4184b8b00a2f89e790c3ff4b206c1 -SIZE (thread2.8.5.tar.gz) = 338314 +TIMESTAMP = 1624882747 +SHA256 (thread2.8.6.tar.gz) = 7360d5922071022197e0ccba105ec607a4fd310d7cecc5879df188ed45b07197 +SIZE (thread2.8.6.tar.gz) = 342863 diff --git a/devel/tig/Makefile b/devel/tig/Makefile index 5e05ac0b39a..77eb07964e1 100644 --- a/devel/tig/Makefile +++ b/devel/tig/Makefile @@ -1,7 +1,7 @@ # Created by: Denise H. G. PORTNAME= tig -PORTVERSION= 2.5.3 +PORTVERSION= 2.5.4 CATEGORIES= devel MASTER_SITES= https://github.com/jonas/tig/releases/download/${DISTNAME}/ diff --git a/devel/tig/distinfo b/devel/tig/distinfo index 08f49aaa451..8eb3f2124e5 100644 --- a/devel/tig/distinfo +++ b/devel/tig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615483184 -SHA256 (tig-2.5.3.tar.gz) = e528068499d558beb99a0a8bca30f59171e71f046d76ee5d945d35027d3925dc -SIZE (tig-2.5.3.tar.gz) = 1165632 +TIMESTAMP = 1624533106 +SHA256 (tig-2.5.4.tar.gz) = c48284d30287a6365f8a4750eb0b122e78689a1aef8ce1d2961b6843ac246aa7 +SIZE (tig-2.5.4.tar.gz) = 1167930 diff --git a/devel/tokei/Makefile b/devel/tokei/Makefile index a27849f9e38..f653315cd09 100644 --- a/devel/tokei/Makefile +++ b/devel/tokei/Makefile @@ -1,7 +1,7 @@ PORTNAME= tokei DISTVERSIONPREFIX= v DISTVERSION= 12.1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MAINTAINER= mikael@FreeBSD.org diff --git a/devel/tokei/files/patch-powerpc b/devel/tokei/files/patch-powerpc new file mode 100644 index 00000000000..402910d5be3 --- /dev/null +++ b/devel/tokei/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/devel/util-linux/Makefile b/devel/util-linux/Makefile index 3d046db78e9..44f04acee6e 100644 --- a/devel/util-linux/Makefile +++ b/devel/util-linux/Makefile @@ -1,6 +1,6 @@ PORTNAME= util-linux DISTVERSION= 2.36 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/linux/utils/util-linux/v${DISTVERSION}/ diff --git a/devel/util-linux/pkg-plist b/devel/util-linux/pkg-plist index 4d94289f0c7..85b1de9cfe6 100644 --- a/devel/util-linux/pkg-plist +++ b/devel/util-linux/pkg-plist @@ -19,7 +19,7 @@ bin/rename bin/renice bin/rev bin/scriptreplay -bin/setsid +@comment bin/setsid bin/ul %%UUID%%bin/uuidgen %%UUID%%bin/uuidparse @@ -69,7 +69,7 @@ man/man1/rename.1.gz man/man1/renice.1.gz man/man1/rev.1.gz man/man1/scriptreplay.1.gz -man/man1/setsid.1.gz +@comment man/man1/setsid.1.gz man/man1/ul.1.gz %%UUID%%man/man1/uuidgen.1.gz %%UUID%%man/man1/uuidparse.1.gz @@ -151,7 +151,7 @@ share/bash-completion/completions/rename share/bash-completion/completions/renice share/bash-completion/completions/rev share/bash-completion/completions/scriptreplay -share/bash-completion/completions/setsid +@comment share/bash-completion/completions/setsid %%UUID%%share/bash-completion/completions/sfdisk share/bash-completion/completions/swaplabel share/bash-completion/completions/ul diff --git a/devel/vc/Makefile b/devel/vc/Makefile index 43210939404..4d9026bb96b 100644 --- a/devel/vc/Makefile +++ b/devel/vc/Makefile @@ -1,7 +1,5 @@ PORTNAME= vc -DISTVERSION= 1.4.1-10 -PORTREVISION= 1 -DISTVERSIONSUFFIX= -g383ef32b +DISTVERSION= 1.4.2 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,7 +8,8 @@ COMMENT= SIMD Vector Classes for C++ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake compiler:c++14-lang +USES= cmake:testing compiler:c++14-lang + USE_GITHUB= yes GH_ACCOUNT= VcDevel GH_PROJECT= Vc @@ -19,10 +18,4 @@ GH_TUPLE= VcDevel:vc-testdata:9ada1f3:testdata/tests/testdata \ CMAKE_OFF= BUILD_TESTING -do-test: - @cd ${BUILD_WRKSRC} && \ - ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DBUILD_TESTING:BOOL=ON ${CMAKE_SOURCE_PATH} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET} && \ - ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} test - .include diff --git a/devel/vc/distinfo b/devel/vc/distinfo index 9faf9ccf4dd..98ed426bb8f 100644 --- a/devel/vc/distinfo +++ b/devel/vc/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1556950593 -SHA256 (VcDevel-Vc-1.4.1-10-g383ef32b_GH0.tar.gz) = 9b46f53006fde3c1b3614e9bbcc8087f8bad643e81ed320f08f2126d4e72e592 -SIZE (VcDevel-Vc-1.4.1-10-g383ef32b_GH0.tar.gz) = 639289 -SHA256 (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 1b03e27be46bc860deae5cc7c82f28df98dd2011af7a798b8aa16a99f90714a7 -SIZE (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 26021 +TIMESTAMP = 1624569398 +SHA256 (VcDevel-Vc-1.4.2_GH0.tar.gz) = 50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952 +SIZE (VcDevel-Vc-1.4.2_GH0.tar.gz) = 639711 SHA256 (VcDevel-vc-testdata-9ada1f3_GH0.tar.gz) = d03f4b02351e5207ec6c1c6d56d95f0d49557d01eed5433b64b159fc5594f005 SIZE (VcDevel-vc-testdata-9ada1f3_GH0.tar.gz) = 53402148 +SHA256 (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 1b03e27be46bc860deae5cc7c82f28df98dd2011af7a798b8aa16a99f90714a7 +SIZE (mattkretz-virtest-f7d03ef_GH0.tar.gz) = 26021 diff --git a/devel/viewvc/Makefile b/devel/viewvc/Makefile deleted file mode 100644 index a75639ccfda..00000000000 --- a/devel/viewvc/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: will - -PORTNAME= viewvc -DISTVERSION= 1.2.1 -PORTREVISION= 1 -CATEGORIES= devel python - -MAINTAINER= ports@FreeBSD.org -COMMENT= Web-based Version Control Repository Browsing - -CONFLICTS_INSTALL= py[23][6-8]-viewvc-1.3* - -LICENSE= BSD2CLAUSE - -USES= cpe python:2.7 -USE_GITHUB= yes -USE_RC_SUBR= viewvc - -NO_BUILD= yes -NO_OPTIONS_SORT= yes -OPTIONS_DEFINE= WEBSRV APMOD SVN -OPTIONS_DEFAULT= WEBSRV APACHE SVN - -OPTIONS_SINGLE= WEBSRV APMOD -OPTIONS_SINGLE_WEBSRV= APACHE LIGHTTPD -OPTIONS_SINGLE_APMOD= MODWSGI - -WEBSRV_DESC= Enable web server support -APMOD_DESC= depend on Apache module - -MODWSGI_DESC= Add mod_wsgi to the list of package dependencies - -APACHE_USE= APACHE_RUN=24+ -LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd -MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR} - -SVN_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}subversion-lts>=0:devel/py-subversion@${PY_FLAVOR} - -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pygments-25>=0.9:textproc/py-pygments-25@${PY_FLAVOR} - -.include - -SUB_FILES= pkg-message -SUB_LIST= PYTHON_CMD=${PYTHON_CMD} \ - ECHO=${ECHO} EGREP=${EGREP} TOUCH=${TOUCH} \ - CHOWN=${CHOWN} RM=${RM:Q} - -pre-everything:: -.if ${PORT_OPTIONS:MAPMOD} && !${PORT_OPTIONS:MAPACHE} -IGNORE= apache module needs Apache server, please re-run 'make config' then choose WEBSRV and APACHE -.endif - -post-patch: -.for i in cvsgraph.conf mimetypes.conf viewvc.conf - ${MV} ${WRKSRC}/conf/${i}.dist ${WRKSRC}/conf/${i}.sample - ${REINPLACE_CMD} -e '/"${i}"/d' ${WRKSRC}/viewvc-install -.endfor - ${REINPLACE_CMD} -e 's/conf.dist/conf.sample/g' \ - ${WRKSRC}/viewvc-install -# to much files, use own shebangfix - ${FIND} ${WRKSRC} -type f | ${GREP} -v -e 'png' -e 'images' \ - | ${XARGS} ${SED} -i '' \ - -e '1s|^\#![[:space:]]*/usr/bin/env python|\#!${PYTHON_CMD}|' \ - -e '1s|^\#![[:space:]]*/usr/bin/python|\#!${PYTHON_CMD}|' - -do-install: - @(cd ${WRKSRC} && ${PYTHON_CMD} viewvc-install --prefix=${PREFIX}/${PORTNAME} --destdir="${STAGEDIR}" --clean-mode=false) - -.include diff --git a/devel/viewvc/distinfo b/devel/viewvc/distinfo deleted file mode 100644 index f58c474a8fd..00000000000 --- a/devel/viewvc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1587311591 -SHA256 (viewvc-viewvc-1.2.1_GH0.tar.gz) = 5fe1e16f986b51a2800d908683673b880684e90ae1611d98744187f0649634f5 -SIZE (viewvc-viewvc-1.2.1_GH0.tar.gz) = 361031 diff --git a/devel/viewvc/files/pkg-message.in b/devel/viewvc/files/pkg-message.in deleted file mode 100644 index e12163bc856..00000000000 --- a/devel/viewvc/files/pkg-message.in +++ /dev/null @@ -1,74 +0,0 @@ -[ -{ type: install - message: < - WSGIRestrictSignal Off - - - - ScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/cgi/viewvc.cgi" - - - - WSGIScriptAlias "/viewvc" "%%PREFIX%%/viewvc/bin/wsgi/viewvc.wsgi" - - - - Options NONE +ExecCGI - - - Example config lines for lighttpd - ================================= - server.modules = ( - "mod_alias", - "mod_access" - ) - - alias.url += ( "/viewvc" => "%%PREFIX%%/viewvc/bin/cgi" ) - - $HTTP["url"] =~ "^/viewvc/" { - index-file.names = ( "viewvc.cgi" ) - cgi.assign = ( - ".cgi" => "%%PYTHON_CMD%%", - ) - } -EOM -} -{ - type: upgrade - maximum_version: "1.2.1" - message: <&1 > /dev/null - if [ $? -eq 0 ]; then - %%ECHO%% "Please remove parameter -d from viewvc_flags" - %%ECHO%% - return 1 - fi -} - -viewvc_start() { - echo "Starting viewvc." - %%TOUCH%% ${pidfile} && %%CHOWN%% ${viewvc_user} ${pidfile} - /usr/sbin/daemon -cf -p ${pidfile} -u ${viewvc_user} ${standalone} ${viewvc_flags} -} - -viewvc_cleanup() { - [ -f ${pidfile} ] && %%RM%% ${pidfile} -} - -run_rc_command "$1" diff --git a/devel/viewvc/pkg-descr b/devel/viewvc/pkg-descr deleted file mode 100644 index 69e1fb0eee7..00000000000 --- a/devel/viewvc/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -ViewVC is a browser interface for CVS and Subversion version control -repositories. It generates templatized HTML to present navigable directory, -revision, and change log listings. It can display specific versions of files as -well as diffs between those versions. Basically, ViewVC provides the bulk of the -report-like functionality you expect out of your version control tool, but much -more prettily than the average textual command-line program output. - -WWW: http://www.viewvc.org/ diff --git a/devel/viewvc/pkg-plist b/devel/viewvc/pkg-plist deleted file mode 100644 index 8250de615db..00000000000 --- a/devel/viewvc/pkg-plist +++ /dev/null @@ -1,178 +0,0 @@ -viewvc/bin/cgi/viewvc.cgi -viewvc/bin/cvsdbadmin -viewvc/bin/loginfo-handler -viewvc/bin/make-database -viewvc/bin/mod_python/.htaccess -viewvc/bin/mod_python/handler.py -viewvc/bin/mod_python/viewvc.py -viewvc/bin/standalone.py -viewvc/bin/svndbadmin -viewvc/bin/wsgi/viewvc.fcgi -viewvc/bin/wsgi/viewvc.wsgi -@sample viewvc/cvsgraph.conf.sample -viewvc/lib/accept.py -viewvc/lib/accept.pyc -viewvc/lib/blame.py -viewvc/lib/blame.pyc -viewvc/lib/common.py -viewvc/lib/common.pyc -viewvc/lib/compat_difflib.py -viewvc/lib/compat_difflib.pyc -viewvc/lib/compat_ndiff.py -viewvc/lib/compat_ndiff.pyc -viewvc/lib/config.py -viewvc/lib/config.pyc -viewvc/lib/cvsdb.py -viewvc/lib/cvsdb.pyc -viewvc/lib/dbi.py -viewvc/lib/dbi.pyc -viewvc/lib/debug.py -viewvc/lib/debug.pyc -viewvc/lib/ezt.py -viewvc/lib/ezt.pyc -viewvc/lib/idiff.py -viewvc/lib/idiff.pyc -viewvc/lib/popen.py -viewvc/lib/popen.pyc -viewvc/lib/sapi.py -viewvc/lib/sapi.pyc -viewvc/lib/vcauth/__init__.py -viewvc/lib/vcauth/__init__.pyc -viewvc/lib/vcauth/forbidden/__init__.py -viewvc/lib/vcauth/forbidden/__init__.pyc -viewvc/lib/vcauth/forbiddenre/__init__.py -viewvc/lib/vcauth/forbiddenre/__init__.pyc -viewvc/lib/vcauth/svnauthz/__init__.py -viewvc/lib/vcauth/svnauthz/__init__.pyc -viewvc/lib/vclib/__init__.py -viewvc/lib/vclib/__init__.pyc -viewvc/lib/vclib/ccvs/__init__.py -viewvc/lib/vclib/ccvs/__init__.pyc -viewvc/lib/vclib/ccvs/bincvs.py -viewvc/lib/vclib/ccvs/bincvs.pyc -viewvc/lib/vclib/ccvs/blame.py -viewvc/lib/vclib/ccvs/blame.pyc -viewvc/lib/vclib/ccvs/ccvs.py -viewvc/lib/vclib/ccvs/ccvs.pyc -viewvc/lib/vclib/ccvs/rcsparse/__init__.py -viewvc/lib/vclib/ccvs/rcsparse/__init__.pyc -viewvc/lib/vclib/ccvs/rcsparse/common.py -viewvc/lib/vclib/ccvs/rcsparse/common.pyc -viewvc/lib/vclib/ccvs/rcsparse/debug.py -viewvc/lib/vclib/ccvs/rcsparse/debug.pyc -viewvc/lib/vclib/ccvs/rcsparse/default.py -viewvc/lib/vclib/ccvs/rcsparse/default.pyc -viewvc/lib/vclib/ccvs/rcsparse/parse_rcs_file.py -viewvc/lib/vclib/ccvs/rcsparse/parse_rcs_file.pyc -viewvc/lib/vclib/ccvs/rcsparse/run-tests.py -viewvc/lib/vclib/ccvs/rcsparse/run-tests.pyc -viewvc/lib/vclib/ccvs/rcsparse/test-data/default,v -viewvc/lib/vclib/ccvs/rcsparse/test-data/default.out -viewvc/lib/vclib/ccvs/rcsparse/test-data/empty-file,v -viewvc/lib/vclib/ccvs/rcsparse/test-data/empty-file.out -viewvc/lib/vclib/ccvs/rcsparse/texttools.py -viewvc/lib/vclib/ccvs/rcsparse/texttools.pyc -viewvc/lib/vclib/svn/__init__.py -viewvc/lib/vclib/svn/__init__.pyc -viewvc/lib/vclib/svn/svn_ra.py -viewvc/lib/vclib/svn/svn_ra.pyc -viewvc/lib/vclib/svn/svn_repos.py -viewvc/lib/vclib/svn/svn_repos.pyc -viewvc/lib/viewvc.py -viewvc/lib/viewvc.pyc -viewvc/lib/win32popen.py -viewvc/lib/win32popen.pyc -@sample viewvc/mimetypes.conf.sample -viewvc/templates/classic/diff.ezt -viewvc/templates/classic/dir_new.ezt -viewvc/templates/classic/directory.ezt -viewvc/templates/classic/docroot/help.css -viewvc/templates/classic/docroot/help_dirview.html -viewvc/templates/classic/docroot/help_log.html -viewvc/templates/classic/docroot/help_rootview.html -viewvc/templates/classic/docroot/images/annotate.png -viewvc/templates/classic/docroot/images/back.png -viewvc/templates/classic/docroot/images/back_small.png -viewvc/templates/classic/docroot/images/binary.png -viewvc/templates/classic/docroot/images/broken.png -viewvc/templates/classic/docroot/images/chalk.jpg -viewvc/templates/classic/docroot/images/cvsgraph_16x16.png -viewvc/templates/classic/docroot/images/cvsgraph_32x32.png -viewvc/templates/classic/docroot/images/diff.png -viewvc/templates/classic/docroot/images/dir.png -viewvc/templates/classic/docroot/images/down.png -viewvc/templates/classic/docroot/images/download.png -viewvc/templates/classic/docroot/images/favicon.ico -viewvc/templates/classic/docroot/images/feed-icon-16x16.jpg -viewvc/templates/classic/docroot/images/forward.png -viewvc/templates/classic/docroot/images/image.png -viewvc/templates/classic/docroot/images/list.png -viewvc/templates/classic/docroot/images/lock.png -viewvc/templates/classic/docroot/images/log.png -viewvc/templates/classic/docroot/images/text.png -viewvc/templates/classic/docroot/images/up.png -viewvc/templates/classic/docroot/images/view.png -viewvc/templates/classic/docroot/images/viewvc-logo.png -viewvc/templates/classic/docroot/styles.css -viewvc/templates/classic/error.ezt -viewvc/templates/classic/file.ezt -viewvc/templates/classic/graph.ezt -viewvc/templates/classic/include/diff_display.ezt -viewvc/templates/classic/include/diff_form.ezt -viewvc/templates/classic/include/dir_footer.ezt -viewvc/templates/classic/include/dir_header.ezt -viewvc/templates/classic/include/file_header.ezt -viewvc/templates/classic/include/footer.ezt -viewvc/templates/classic/include/header.ezt -viewvc/templates/classic/include/log_footer.ezt -viewvc/templates/classic/include/log_header.ezt -viewvc/templates/classic/include/paging.ezt -viewvc/templates/classic/include/pathrev_form.ezt -viewvc/templates/classic/include/props.ezt -viewvc/templates/classic/include/sort.ezt -viewvc/templates/classic/log.ezt -viewvc/templates/classic/log_table.ezt -viewvc/templates/classic/query_form.ezt -viewvc/templates/classic/query_results.ezt -viewvc/templates/classic/revision.ezt -viewvc/templates/classic/roots.ezt -viewvc/templates/classic/rss.ezt -viewvc/templates/default/diff.ezt -viewvc/templates/default/directory.ezt -viewvc/templates/default/docroot/help.css -viewvc/templates/default/docroot/help_dirview.html -viewvc/templates/default/docroot/help_log.html -viewvc/templates/default/docroot/help_rootview.html -viewvc/templates/default/docroot/images/back.png -viewvc/templates/default/docroot/images/back_small.png -viewvc/templates/default/docroot/images/binary.png -viewvc/templates/default/docroot/images/broken.png -viewvc/templates/default/docroot/images/cvs-logo.png -viewvc/templates/default/docroot/images/dir.png -viewvc/templates/default/docroot/images/down.png -viewvc/templates/default/docroot/images/feed-icon-16x16.jpg -viewvc/templates/default/docroot/images/forward.png -viewvc/templates/default/docroot/images/image.png -viewvc/templates/default/docroot/images/lock-icon.gif -viewvc/templates/default/docroot/images/svn-logo.png -viewvc/templates/default/docroot/images/text.png -viewvc/templates/default/docroot/images/up.png -viewvc/templates/default/docroot/images/viewvc-logo.png -viewvc/templates/default/docroot/scripts.js -viewvc/templates/default/docroot/styles.css -viewvc/templates/default/error.ezt -viewvc/templates/default/file.ezt -viewvc/templates/default/graph.ezt -viewvc/templates/default/include/diff_display.ezt -viewvc/templates/default/include/diff_form.ezt -viewvc/templates/default/include/footer.ezt -viewvc/templates/default/include/header.ezt -viewvc/templates/default/include/pathrev_form.ezt -viewvc/templates/default/include/props.ezt -viewvc/templates/default/log.ezt -viewvc/templates/default/query_form.ezt -viewvc/templates/default/query_results.ezt -viewvc/templates/default/revision.ezt -viewvc/templates/default/roots.ezt -viewvc/templates/default/rss.ezt -@sample viewvc/viewvc.conf.sample diff --git a/devel/yaegi/Makefile b/devel/yaegi/Makefile index a7ddf1f6b64..e746a2c60c4 100644 --- a/devel/yaegi/Makefile +++ b/devel/yaegi/Makefile @@ -1,5 +1,5 @@ PORTNAME= yaegi -DISTVERSION= 0.9.17 +DISTVERSION= 0.9.19 DISTVERSIONPREFIX= v CATEGORIES= devel diff --git a/devel/yaegi/distinfo b/devel/yaegi/distinfo index 89b5fb8a55e..aca6594009b 100644 --- a/devel/yaegi/distinfo +++ b/devel/yaegi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621415989 -SHA256 (traefik-yaegi-v0.9.17_GH0.tar.gz) = 976eb88cef567743839d078f2606df25bdd567d4cdf2a015c5df2eaf8524a449 -SIZE (traefik-yaegi-v0.9.17_GH0.tar.gz) = 1999480 +TIMESTAMP = 1624611566 +SHA256 (traefik-yaegi-v0.9.19_GH0.tar.gz) = dd7c5517c8afe178727431b232edd119e5c18fa661c83e1599b54c5e653a09af +SIZE (traefik-yaegi-v0.9.19_GH0.tar.gz) = 2003887 diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index e7b7a46dc6f..2e8899b7d32 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -49,13 +49,13 @@ RUN_DEPENDS= bind-tools>0:dns/bind-tools # XXX: remove tar:bz2 USES= autoreconf compiler:c11 cpe libedit libtool pkgconfig ssl tar:bz2 # ISC releases things like 9.8.0-P1, which our versioning doesn't like -ISCVERSION= 9.17.14a0.2021.06.18 +ISCVERSION= 9.17.15a0.2021.06.28 # XXX: Remove gitlab USE_GITLAB= yes GL_SITE= https://gitlab.isc.org GL_ACCOUNT= isc-projects GL_PROJECT= bind9 -GL_COMMIT= fb335e4b47a6286da98c9cfaac211db0157c1c0d +GL_COMMIT= f4c4217eec2a8422c9af89833602c5353bd61ebe CPE_VENDOR= isc CPE_VERSION= ${ISCVERSION:C/-.*//} @@ -266,7 +266,7 @@ post-install: post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES* ${WRKSRC}/HISTORY.md \ + ${INSTALL_DATA} ${WRKSRC}/CHANGES* \ ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} .else diff --git a/dns/bind9-devel/distinfo b/dns/bind9-devel/distinfo index fd1c9b10fdc..efcf46e0129 100644 --- a/dns/bind9-devel/distinfo +++ b/dns/bind9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624257524 -SHA256 (isc-projects-bind9-fb335e4b47a6286da98c9cfaac211db0157c1c0d_GL0.tar.gz) = 7ff54de9f1e8dba8035c7bca33e9963cf750ebbe621e8f95ed2b6fcf8c5b1323 -SIZE (isc-projects-bind9-fb335e4b47a6286da98c9cfaac211db0157c1c0d_GL0.tar.gz) = 6216335 +TIMESTAMP = 1624884774 +SHA256 (isc-projects-bind9-f4c4217eec2a8422c9af89833602c5353bd61ebe_GL0.tar.gz) = 9567f413d97559e3c36cfc9b58a37b852b05c192b5d98ab46f4c012220aece25 +SIZE (isc-projects-bind9-f4c4217eec2a8422c9af89833602c5353bd61ebe_GL0.tar.gz) = 6207827 diff --git a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl index fd5269fa1cd..8595891cf1c 100644 --- a/dns/bind9-devel/files/extrapatch-bind-min-override-ttl +++ b/dns/bind9-devel/files/extrapatch-bind-min-override-ttl @@ -1,6 +1,6 @@ Add the override-cache-ttl feature. ---- bin/named/config.c.orig 2021-06-18 07:21:27 UTC +--- bin/named/config.c.orig 2021-06-28 10:15:12 UTC +++ bin/named/config.c @@ -179,6 +179,7 @@ options {\n\ notify-source *;\n\ @@ -10,9 +10,9 @@ Add the override-cache-ttl feature. provide-ixfr true;\n\ qname-minimization relaxed;\n\ query-source address *;\n\ ---- bin/named/server.c.orig 2021-06-18 07:21:27 UTC +--- bin/named/server.c.orig 2021-06-28 10:15:12 UTC +++ bin/named/server.c -@@ -4456,6 +4456,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl +@@ -4498,6 +4498,11 @@ configure_view(dns_view_t *view, dns_viewlist_t *viewl } obj = NULL; @@ -24,7 +24,7 @@ Add the override-cache-ttl feature. result = named_config_get(maps, "max-cache-ttl", &obj); INSIST(result == ISC_R_SUCCESS); view->maxcachettl = cfg_obj_asduration(obj); ---- lib/dns/include/dns/view.h.orig 2021-06-18 07:21:27 UTC +--- lib/dns/include/dns/view.h.orig 2021-06-28 10:15:12 UTC +++ lib/dns/include/dns/view.h @@ -154,6 +154,7 @@ struct dns_view { bool requestnsid; @@ -34,7 +34,7 @@ Add the override-cache-ttl feature. dns_ttl_t maxncachettl; dns_ttl_t mincachettl; dns_ttl_t minncachettl; ---- lib/dns/resolver.c.orig 2021-06-18 07:21:27 UTC +--- lib/dns/resolver.c.orig 2021-06-28 10:15:12 UTC +++ lib/dns/resolver.c @@ -6387,6 +6387,12 @@ cache_name(fetchctx_t *fctx, dns_name_t *name, dns_mes } @@ -49,7 +49,7 @@ Add the override-cache-ttl feature. * Enforce the configure maximum cache TTL. */ if (rdataset->ttl > res->view->maxcachettl) { ---- lib/isccfg/namedconf.c.orig 2021-06-18 07:21:27 UTC +--- lib/isccfg/namedconf.c.orig 2021-06-28 10:15:12 UTC +++ lib/isccfg/namedconf.c @@ -2028,6 +2028,7 @@ static cfg_clausedef_t view_clauses[] = { #endif /* ifdef HAVE_LMDB */ diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index f7ed1b892cd..feb3697570f 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -266,19 +266,19 @@ include/pkcs11/pkcs11.h lib/bind/filter-a.so lib/bind/filter-aaaa.so lib/libbind9.so -lib/libbind9-9.17.14.so +lib/libbind9-9.17.15.so lib/libdns.so -lib/libdns-9.17.14.so +lib/libdns-9.17.15.so lib/libirs.so -lib/libirs-9.17.14.so +lib/libirs-9.17.15.so lib/libisc.so -lib/libisc-9.17.14.so +lib/libisc-9.17.15.so lib/libisccc.so -lib/libisccc-9.17.14.so +lib/libisccc-9.17.15.so lib/libisccfg.so -lib/libisccfg-9.17.14.so +lib/libisccfg-9.17.15.so lib/libns.so -lib/libns-9.17.14.so +lib/libns-9.17.15.so @comment man/man1/arpaname.1.gz @comment man/man1/delv.1.gz @comment man/man1/dig.1.gz diff --git a/dns/dnsmasq-devel/Makefile b/dns/dnsmasq-devel/Makefile index e3286c39384..df47f0a0b1e 100644 --- a/dns/dnsmasq-devel/Makefile +++ b/dns/dnsmasq-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Steven Honson PORTNAME= dnsmasq -DISTVERSION= 2.86test2 +DISTVERSION= 2.86test4 # Leave the PORTREVISION in even if 0 to avoid accidental PORTEPOCH bumps: PORTREVISION= 0 PORTEPOCH= 3 # attn - different between -devel and dnsmasq ports! diff --git a/dns/dnsmasq-devel/distinfo b/dns/dnsmasq-devel/distinfo index 50414a1e9c2..f9cf6342965 100644 --- a/dns/dnsmasq-devel/distinfo +++ b/dns/dnsmasq-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623858207 -SHA256 (dnsmasq-2.86test2.tar.xz) = b4b0bd0d458c4a7e77969a1d3341db8b3d0892fe721b58b4d51ec2e30c75fc0a -SIZE (dnsmasq-2.86test2.tar.xz) = 542924 +TIMESTAMP = 1624894444 +SHA256 (dnsmasq-2.86test4.tar.xz) = 0b3c79cf4c03d4b6a01f8d20e0e96c2fd9edd33bc23826ffcd0aa9fb21cbefc2 +SIZE (dnsmasq-2.86test4.tar.xz) = 549476 diff --git a/dns/dog/Makefile b/dns/dog/Makefile index 04d8b7b0a5d..8482460b495 100644 --- a/dns/dog/Makefile +++ b/dns/dog/Makefile @@ -1,7 +1,7 @@ PORTNAME= dog DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= dns net MAINTAINER= lcook@FreeBSD.org diff --git a/dns/dog/files/patch-powerpc b/dns/dog/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/dns/dog/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/dns/doh-proxy/Makefile b/dns/doh-proxy/Makefile index 8bc26d1cf3d..bb02f6fca19 100644 --- a/dns/doh-proxy/Makefile +++ b/dns/doh-proxy/Makefile @@ -2,6 +2,7 @@ PORTNAME= doh-proxy DISTVERSION= 0.9.0 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/dns/encrypted-dns-server/Makefile b/dns/encrypted-dns-server/Makefile index 334a9fa2eac..eb8019c4d38 100644 --- a/dns/encrypted-dns-server/Makefile +++ b/dns/encrypted-dns-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= encrypted-dns-server DISTVERSION= 0.3.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MAINTAINER= felix@userspace.com.au diff --git a/editors/kak-lsp/Makefile b/editors/kak-lsp/Makefile index a2ebeb1de24..c93d3eccc3a 100644 --- a/editors/kak-lsp/Makefile +++ b/editors/kak-lsp/Makefile @@ -1,6 +1,7 @@ PORTNAME= kak-lsp DISTVERSIONPREFIX= v DISTVERSION= 10.0.0 +PORTREVISION= 1 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/kak-lsp/files/patch-powerpc b/editors/kak-lsp/files/patch-powerpc new file mode 100644 index 00000000000..882ea8657cb --- /dev/null +++ b/editors/kak-lsp/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.85/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/editors/kakoune/Makefile b/editors/kakoune/Makefile index b9033e4031a..a7293dd157f 100644 --- a/editors/kakoune/Makefile +++ b/editors/kakoune/Makefile @@ -1,5 +1,6 @@ PORTNAME= kakoune DISTVERSION= 2020.09.01 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= https://github.com/mawww/kakoune/releases/download/v${DISTVERSION}/ @@ -9,7 +10,7 @@ COMMENT= Modal code editor with a focus on interactivity LICENSE= UNLICENSE LICENSE_FILE= ${WRKSRC:H}/UNLICENSE -RUN_DEPENDS= setsid:sysutils/ssid +RUN_DEPENDS= setsid:sysutils/setsid USES= compiler:c++17-lang gmake ncurses tar:bzip2 DATADIR= ${PREFIX}/share/kak diff --git a/editors/kibi/Makefile b/editors/kibi/Makefile index 33206ed45f3..b5fb9b6d709 100644 --- a/editors/kibi/Makefile +++ b/editors/kibi/Makefile @@ -1,7 +1,7 @@ PORTNAME= kibi DISTVERSIONPREFIX= v DISTVERSION= 0.2.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors MAINTAINER= lcook@FreeBSD.org diff --git a/editors/kibi/files/patch-powerpc b/editors/kibi/files/patch-powerpc new file mode 100644 index 00000000000..7fdbe193064 --- /dev/null +++ b/editors/kibi/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/editors/parinfer-rust/Makefile b/editors/parinfer-rust/Makefile index 66509882dbc..b982a0b033b 100644 --- a/editors/parinfer-rust/Makefile +++ b/editors/parinfer-rust/Makefile @@ -1,7 +1,7 @@ PORTNAME= parinfer-rust DISTVERSIONPREFIX= v DISTVERSION= 0.4.3 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= editors MAINTAINER= mikael@FreeBSD.org diff --git a/editors/tea/Makefile b/editors/tea/Makefile index ed842762610..644ca43a9e8 100644 --- a/editors/tea/Makefile +++ b/editors/tea/Makefile @@ -1,8 +1,7 @@ # Created by: Jean-Yves Lefort PORTNAME= tea -PORTVERSION= 60.1.0 -PORTREVISION= 1 +PORTVERSION= 60.3.0 CATEGORIES= editors MAINTAINER= danilo@FreeBSD.org @@ -16,6 +15,7 @@ OPTIONS_DEFINE= DOCS OPTIONS_GROUP= SPELL OPTIONS_GROUP_SPELL= ASPELL HUNSPELL OPTIONS_DEFAULT= ASPELL HUNSPELL +SPELL_DESC= Spell checker backend USE_QT= buildtools_build core declarative gui network widgets printsupport USE_GL= gl diff --git a/editors/tea/distinfo b/editors/tea/distinfo index 1528b7eda81..524ef3f9125 100644 --- a/editors/tea/distinfo +++ b/editors/tea/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621374366 -SHA256 (psemiletov-tea-qt-60.1.0_GH0.tar.gz) = 7b0fbdab2ca913c2851645b66c7fbef64d14ec5f351f3f32818e2d7b70ebc913 -SIZE (psemiletov-tea-qt-60.1.0_GH0.tar.gz) = 505502 +TIMESTAMP = 1624874327 +SHA256 (psemiletov-tea-qt-60.3.0_GH0.tar.gz) = 8121505644dd609a05c2dde70bb3cb750ee52631ac6288418c49a20eee629293 +SIZE (psemiletov-tea-qt-60.3.0_GH0.tar.gz) = 584127 diff --git a/editors/xi-core/Makefile b/editors/xi-core/Makefile index 4db9577deeb..3aee4594940 100644 --- a/editors/xi-core/Makefile +++ b/editors/xi-core/Makefile @@ -1,7 +1,7 @@ PORTNAME= xi-core DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/editors/xi-core/files/patch-powerpc b/editors/xi-core/files/patch-powerpc new file mode 100644 index 00000000000..ee0b8cb988a --- /dev/null +++ b/editors/xi-core/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.58/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.58/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.58/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.58/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/editors/xi-term/Makefile b/editors/xi-term/Makefile index 47ea79aef5e..06d52603657 100644 --- a/editors/xi-term/Makefile +++ b/editors/xi-term/Makefile @@ -1,6 +1,6 @@ PORTNAME= xi-term DISTVERSION= g20190913 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors MAINTAINER= eduardo@FreeBSD.org diff --git a/emulators/i386-wine-devel/Makefile b/emulators/i386-wine-devel/Makefile index 11df0601940..edd99161993 100644 --- a/emulators/i386-wine-devel/Makefile +++ b/emulators/i386-wine-devel/Makefile @@ -10,7 +10,7 @@ PORTNAME= wine DISTVERSION?= 0 # define PORTREVISION with ?= to allow it to be overriden by # wine-devel's PORTREVISION when cross building -PORTREVISION?= 0 +PORTREVISION?= 1 PKGNAMEPREFIX= i386- PKGNAMESUFFIX= -devel CATEGORIES= emulators diff --git a/emulators/i386-wine-devel/Makefile.amd64 b/emulators/i386-wine-devel/Makefile.amd64 index bc8f6a41c45..7cbad64f99c 100644 --- a/emulators/i386-wine-devel/Makefile.amd64 +++ b/emulators/i386-wine-devel/Makefile.amd64 @@ -31,7 +31,7 @@ PLIST_SUB+= NOOSREL${osrel}="" .endif .endfor -.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104001 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400013)) +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104001 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400024)) IGNORE= binaries compiled for FreeBSD 11.4+, 12.2+, 13.0+ and 14.0+ only .endif diff --git a/emulators/i386-wine-devel/Makefile.i386 b/emulators/i386-wine-devel/Makefile.i386 index 31ec55c343f..e1ba062b3bb 100644 --- a/emulators/i386-wine-devel/Makefile.i386 +++ b/emulators/i386-wine-devel/Makefile.i386 @@ -60,6 +60,27 @@ post-install-script: ${ECHO_CMD} lib32/$${i##*/} >> ${TMPPLIST} ; \ fi ; \ done + # Install missing libraries that dont have been caught + ${INSTALL_DATA} ${LOCALBASE}/lib/libGLX_mesa.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libX11-xcb.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri2.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri3.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-glx.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-present.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-sync.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-xfixes.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libXdamage.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxshmfence.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${ECHO_CMD} lib32/libGLX_mesa.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libX11-xcb.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri2.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri3.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-glx.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-present.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-sync.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-xfixes.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libXdamage.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxshmfence.so.1 >> ${TMPPLIST} # Install nvidia patching script ${INSTALL_SCRIPT} ${.CURDIR}/files/nvidia.sh ${STAGEDIR}${DATADIR}/patch-nvidia.sh ${ECHO_CMD} ${DATADIR:S|$(PREFIX)/||}/patch-nvidia.sh >> ${TMPPLIST} diff --git a/emulators/i386-wine-devel/distinfo b/emulators/i386-wine-devel/distinfo index 1b983bf52bd..2738376d496 100644 --- a/emulators/i386-wine-devel/distinfo +++ b/emulators/i386-wine-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1624378355 -SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11,1.txz) = d1a3c578cb50c923a84ccb7ad344a86d45bcfddfc61fc8359daa5a09c059a625 -SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11,1.txz) = 98876300 -SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11,1.txz) = 63ce26a7bfa8094cc4aabdf2f75da999f22b5f52163bba5f85d85742e717430b -SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11,1.txz) = 99252056 -SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11,1.txz) = aee228bb6ae24d4f8f14b61dabea7a262f19b614c70f8a7a8ae0d8ea083c0198 -SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11,1.txz) = 99722256 -SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11,1.txz) = 64afb70770b442f0e7593fc02fe4fd2cbbc76fedfdc4525620735e2a41d9d261 -SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11,1.txz) = 101432768 +TIMESTAMP = 1624700086 +SHA256 (FreeBSD:11:amd64/i386-wine-devel-6.11_1,1.txz) = f4d13cf6d24dd0162a83cae68642ccb907f9ee2f8dfe740f52b6066ea707df51 +SIZE (FreeBSD:11:amd64/i386-wine-devel-6.11_1,1.txz) = 99011992 +SHA256 (FreeBSD:12:amd64/i386-wine-devel-6.11_1,1.txz) = 0b75df95e48cb2cc664478cece681ce4ba00abdbc1e99cfc3d0f85c447d43fca +SIZE (FreeBSD:12:amd64/i386-wine-devel-6.11_1,1.txz) = 99425876 +SHA256 (FreeBSD:13:amd64/i386-wine-devel-6.11_1,1.txz) = 6b4efa025f8d65df65bf55e8a3123ee668520f3becff02bb436352d2d6a12481 +SIZE (FreeBSD:13:amd64/i386-wine-devel-6.11_1,1.txz) = 99839772 +SHA256 (FreeBSD:14:amd64/i386-wine-devel-6.11_1,1.txz) = 9c427a95e624ddf9cb3bdbca30ea45d5a09f9c55ecdd7cffe52c931a5e9bc7a9 +SIZE (FreeBSD:14:amd64/i386-wine-devel-6.11_1,1.txz) = 101607056 diff --git a/emulators/i386-wine-devel/pkg-plist b/emulators/i386-wine-devel/pkg-plist index 41b690d9e9a..81c056c81b6 100644 --- a/emulators/i386-wine-devel/pkg-plist +++ b/emulators/i386-wine-devel/pkg-plist @@ -1140,6 +1140,9 @@ lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 lib32/libFAudio.so.0 +lib32/libGLX.so.0 +lib32/libGLX_mesa.so.0 +lib32/libGLdispatch.so.0 lib32/libLLVM-10.so lib32/libSDL2-2.0.so.0 lib32/libX11-xcb.so.1 diff --git a/emulators/i386-wine/Makefile b/emulators/i386-wine/Makefile index cbfb6e96d13..ed200c7dbbc 100644 --- a/emulators/i386-wine/Makefile +++ b/emulators/i386-wine/Makefile @@ -8,6 +8,9 @@ PORTNAME= wine # define a dummy DISTVERSION to avoid errors with poudriere bulk -a # on architectures unsupported by this port DISTVERSION?= 0 +# define PORTREVISION with ?= to allow it to be overriden by +# wine's PORTREVISION when cross building +PORTREVISION= 1 PKGNAMEPREFIX= i386- CATEGORIES= emulators diff --git a/emulators/i386-wine/Makefile.amd64 b/emulators/i386-wine/Makefile.amd64 index f7f55a20d38..ea77dc5b44b 100644 --- a/emulators/i386-wine/Makefile.amd64 +++ b/emulators/i386-wine/Makefile.amd64 @@ -3,7 +3,7 @@ DISTVERSION= 5.0.4 PORTEPOCH= 1 MASTER_SITES= http://Alexander88207.de/Homura/Winebuilds/${DIST_SUBDIR}/ -DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${DISTVERSION},${PORTEPOCH} +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PKGVERSION} DIST_SUBDIR= FreeBSD:${OSREL:C/\..*//}:amd64 LICENSE= LGPL21 LGPL3 @@ -32,7 +32,7 @@ PLIST_SUB+= NOOSREL${osrel}="" .endif .endfor -.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104000 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400013)) +.if ${OPSYS} != FreeBSD || (!(${OSVERSION} >= 1104001 && ${OSVERSION} < 1200000) && !(${OSVERSION} >= 1202000 && ${OSVERSION} < 1300000) && !(${OSVERSION} >= 1300139 && ${OSVERSION} < 1400000) && !(${OSVERSION} >= 1400024)) IGNORE= binaries compiled for FreeBSD 11.4+, 12.2+, 13.0+ & 14.0+ only .endif @@ -46,7 +46,7 @@ MONO_RUN_DEPENDS= ${DATADIR}/mono/wine-mono-4.9.4.msi:emulators/wine-mono do-extract: @${RM} -r ${WRKDIR} @${MKDIR} ${WRKDIR} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/${DISTNAME}/LICENSE' -s '|/usr/local/share/licenses/${DISTNAME}/||g' + ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} -C ${WRKDIR} --include '/usr/local/share/licenses/[^/]*/LICENSE' -s '|/usr/local/share/licenses/[^/]*/||g' do-install: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} diff --git a/emulators/i386-wine/Makefile.i386 b/emulators/i386-wine/Makefile.i386 index 6cb41709467..6efb95bfdfe 100644 --- a/emulators/i386-wine/Makefile.i386 +++ b/emulators/i386-wine/Makefile.i386 @@ -60,6 +60,27 @@ post-install-script: ${ECHO_CMD} lib32/$${i##*/} >> ${TMPPLIST} ; \ fi ; \ done + # Install missing libraries that dont have been caught + ${INSTALL_DATA} ${LOCALBASE}/lib/libGLX_mesa.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libX11-xcb.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri2.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-dri3.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-glx.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-present.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-sync.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxcb-xfixes.so.0 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libXdamage.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${INSTALL_DATA} ${LOCALBASE}/lib/libxshmfence.so.1 ${STAGEDIR}${PREFIX}/lib32 + ${ECHO_CMD} lib32/libGLX_mesa.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libX11-xcb.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri2.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-dri3.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-glx.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-present.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-sync.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxcb-xfixes.so.0 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libXdamage.so.1 >> ${TMPPLIST} + ${ECHO_CMD} lib32/libxshmfence.so.1 >> ${TMPPLIST} # Install nvidia patching script ${INSTALL_SCRIPT} ${.CURDIR}/files/nvidia.sh ${STAGEDIR}${DATADIR}/patch-nvidia.sh ${ECHO_CMD} ${DATADIR:S|$(PREFIX)/||}/patch-nvidia.sh >> ${TMPPLIST} diff --git a/emulators/i386-wine/distinfo b/emulators/i386-wine/distinfo index e969b69267b..16144cca8eb 100644 --- a/emulators/i386-wine/distinfo +++ b/emulators/i386-wine/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1620476085 -SHA256 (FreeBSD:11:amd64/i386-wine-5.0.4,1.txz) = 9273f16297c499f416e901df8fac2c965a4979ffb190019045ea74bddb58ef39 -SIZE (FreeBSD:11:amd64/i386-wine-5.0.4,1.txz) = 92755060 -SHA256 (FreeBSD:12:amd64/i386-wine-5.0.4,1.txz) = 743df3fd4a1a76148931217c13ce06c9b393258028ed2b72bce00d8494754270 -SIZE (FreeBSD:12:amd64/i386-wine-5.0.4,1.txz) = 93124636 -SHA256 (FreeBSD:13:amd64/i386-wine-5.0.4,1.txz) = efcec0f77e36a9252c64da7399b041467c6ecb385bb080f44c9d88f7818c6d15 -SIZE (FreeBSD:13:amd64/i386-wine-5.0.4,1.txz) = 93596936 -SHA256 (FreeBSD:14:amd64/i386-wine-5.0.4,1.txz) = 9b3c4568d888d32401a36b32bcb3fd027d20b4826d95a969cabe40f98aa55c94 -SIZE (FreeBSD:14:amd64/i386-wine-5.0.4,1.txz) = 93591812 +TIMESTAMP = 1624700175 +SHA256 (FreeBSD:11:amd64/i386-wine-5.0.4_1,1.txz) = c0792df623ef5ca2050a470aa643db183a78af0ebd17b47ac970e71d20ce4235 +SIZE (FreeBSD:11:amd64/i386-wine-5.0.4_1,1.txz) = 92984208 +SHA256 (FreeBSD:12:amd64/i386-wine-5.0.4_1,1.txz) = 8149f3663dddeb0114b76269f869c25db9bb6edde1b03bec5415776c8286dd66 +SIZE (FreeBSD:12:amd64/i386-wine-5.0.4_1,1.txz) = 93358516 +SHA256 (FreeBSD:13:amd64/i386-wine-5.0.4_1,1.txz) = f510e32ab3ff7337272def5e55258587dfd053c757904078e58aa3dbdced9612 +SIZE (FreeBSD:13:amd64/i386-wine-5.0.4_1,1.txz) = 93792036 +SHA256 (FreeBSD:14:amd64/i386-wine-5.0.4_1,1.txz) = f44cf5115c98337ef4358df907196e7619029c9d6416eb7e06b91086401d5cf3 +SIZE (FreeBSD:14:amd64/i386-wine-5.0.4_1,1.txz) = 95495224 diff --git a/emulators/i386-wine/pkg-plist b/emulators/i386-wine/pkg-plist index cb6630783bc..4594eee64a3 100644 --- a/emulators/i386-wine/pkg-plist +++ b/emulators/i386-wine/pkg-plist @@ -1041,6 +1041,9 @@ lib32/.libGL/dri/radeonsi_dri.so lib32/.libGL/dri/swrast_dri.so lib32/.libGL/dri/vmwgfx_dri.so lib32/.libGL/libGL.so.1 +lib32/libGLX.so.0 +lib32/libGLX_mesa.so.0 +lib32/libGLdispatch.so.0 lib32/libLLVM-10.so lib32/libX11-xcb.so.1 lib32/libX11.so.6 diff --git a/emulators/libc6-shim/Makefile b/emulators/libc6-shim/Makefile index 62be0afb93e..4d0dfe5cc53 100644 --- a/emulators/libc6-shim/Makefile +++ b/emulators/libc6-shim/Makefile @@ -1,5 +1,5 @@ PORTNAME= libc6-shim -DISTVERSION= 20210109 +DISTVERSION= 20210627 CATEGORIES= emulators MAINTAINER= iwtcex@gmail.com diff --git a/emulators/libc6-shim/distinfo b/emulators/libc6-shim/distinfo index b7a1338bf74..91a46499bc8 100644 --- a/emulators/libc6-shim/distinfo +++ b/emulators/libc6-shim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610182116 -SHA256 (shkhln-libc6-shim-20210109_GH0.tar.gz) = aeb441a4beb49adab8733c5e519b8e960da4205e5fdaebbe532c5885218141fb -SIZE (shkhln-libc6-shim-20210109_GH0.tar.gz) = 85148 +TIMESTAMP = 1624754020 +SHA256 (shkhln-libc6-shim-20210627_GH0.tar.gz) = d6cfa704434e65349283e1fac0f8738c65c1bf91db9308a00fc3be0729709a88 +SIZE (shkhln-libc6-shim-20210627_GH0.tar.gz) = 90313 diff --git a/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h b/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h new file mode 100644 index 00000000000..210a3f71746 --- /dev/null +++ b/emulators/parallels-tools/files/patch-pvmnet-ParallelsTypes.h @@ -0,0 +1,11 @@ +--- pvmnet/ParallelsTypes.h 2021-05-31 02:45:16 UTC ++++ pvmnet/ParallelsTypes.h +@@ -48,6 +48,8 @@ + #ifndef _32BIT_ + #define _32BIT_ + #endif ++#elif defined(__aarch64__) ++ #define _64BIT_ + #else + #error "Failed to determine processor architecture" + #endif diff --git a/emulators/rpcs3/Makefile b/emulators/rpcs3/Makefile index 166f9621f49..477a9b969bb 100644 --- a/emulators/rpcs3/Makefile +++ b/emulators/rpcs3/Makefile @@ -1,7 +1,7 @@ PORTNAME= rpcs3 DISTVERSIONPREFIX= v -DISTVERSION= 0.0.16-12409 # git rev-list --count HEAD -DISTVERSIONSUFFIX= -g3c614d95b +DISTVERSION= 0.0.16-12431 # git rev-list --count HEAD +DISTVERSIONSUFFIX= -g9b050a33e CATEGORIES= emulators MAINTAINER= jbeich@FreeBSD.org diff --git a/emulators/rpcs3/distinfo b/emulators/rpcs3/distinfo index d96fdca0f4f..1b5f0e03106 100644 --- a/emulators/rpcs3/distinfo +++ b/emulators/rpcs3/distinfo @@ -1,8 +1,8 @@ -TIMESTAMP = 1624216104 +TIMESTAMP = 1624879888 SHA256 (libcxx-12.0.0.src.tar.xz) = 7dcb75ca4f6aae2c677d128460c48a57398c8b6791b77b74bea7cf9e04e7c3f1 SIZE (libcxx-12.0.0.src.tar.xz) = 1880864 -SHA256 (RPCS3-rpcs3-v0.0.16-12409-g3c614d95b_GH0.tar.gz) = 66de56d08c9e4ae897dafdded254f162a09b5697a9a379167779dda158f70fda -SIZE (RPCS3-rpcs3-v0.0.16-12409-g3c614d95b_GH0.tar.gz) = 8068199 +SHA256 (RPCS3-rpcs3-v0.0.16-12431-g9b050a33e_GH0.tar.gz) = 5ffa1277ed85877a185011dc957669d69abcd087573dfcc8a91eb0157f0c02c2 +SIZE (RPCS3-rpcs3-v0.0.16-12431-g9b050a33e_GH0.tar.gz) = 8047376 SHA256 (RPCS3-hidapi-hidapi-0.8.0-rc1-125-g01f601a_GH0.tar.gz) = d6aecf7a9e4d6f4935f1da5fd29cb8011f76567c8e5b571b7410e2fa6942bf37 SIZE (RPCS3-hidapi-hidapi-0.8.0-rc1-125-g01f601a_GH0.tar.gz) = 120327 SHA256 (RPCS3-llvm-mirror-5836324d6443_GH0.tar.gz) = b996a126f5d1beb558d63fb79005cf193c591cf8787dd86bcdb1f289f817e964 diff --git a/emulators/winetricks/Makefile b/emulators/winetricks/Makefile index 8b00650695d..d6f075f87a5 100644 --- a/emulators/winetricks/Makefile +++ b/emulators/winetricks/Makefile @@ -1,5 +1,5 @@ PORTNAME= winetricks -PORTVERSION= 20210206 +PORTVERSION= 20210617 CATEGORIES= emulators MAINTAINER= Alexander88207@protonmail.com @@ -15,6 +15,7 @@ USE_PERL5= run USE_GITHUB= yes GH_ACCOUNT= Winetricks +GH_TAGNAME= b0210c3 NO_ARCH= yes NO_BUILD= yes diff --git a/emulators/winetricks/distinfo b/emulators/winetricks/distinfo index 813770247b4..72c336fe413 100644 --- a/emulators/winetricks/distinfo +++ b/emulators/winetricks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612810805 -SHA256 (Winetricks-winetricks-20210206_GH0.tar.gz) = 705421798b28696f577104ebdf03b068b9343ab096754150f47a6ec06fa8ae65 -SIZE (Winetricks-winetricks-20210206_GH0.tar.gz) = 690837 +TIMESTAMP = 1623963830 +SHA256 (Winetricks-winetricks-20210617-b0210c3_GH0.tar.gz) = 7561bedf7443c0570de11c3c03273b4b33c8d95475f7957994e09771db3b38bd +SIZE (Winetricks-winetricks-20210617-b0210c3_GH0.tar.gz) = 691617 diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 3d1422ce323..467d8d73737 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -1,5 +1,5 @@ PORTNAME= yuzu -PORTVERSION= s20210623 +PORTVERSION= s20210628 PORTREVISION?= 0 CATEGORIES= emulators @@ -43,7 +43,7 @@ LIB_DEPENDS= liblz4.so:archivers/liblz4 \ USE_GITHUB= yes GH_ACCOUNT= yuzu-emu -GH_TAGNAME= 1b09d6628 +GH_TAGNAME= ec68cba44 GH_TUPLE= yuzu-emu:mbedtls:v2.16.9-115-g8c88150ca:mbedtls/externals/mbedtls \ KhronosGroup:SPIRV-Headers:2c51218:SPIRV_Headers/externals/sirit/externals/SPIRV-Headers \ KhronosGroup:Vulkan-Headers:v1.2.145:Vulkan_Headers/externals/Vulkan-Headers \ diff --git a/emulators/yuzu/distinfo b/emulators/yuzu/distinfo index edd8e5def99..122de778099 100644 --- a/emulators/yuzu/distinfo +++ b/emulators/yuzu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624487464 -SHA256 (yuzu-emu-yuzu-s20210623-1b09d6628_GH0.tar.gz) = 1222df36654d0a017906ca168574e87760c6a78a5c61d6683e09a65440c1ce70 -SIZE (yuzu-emu-yuzu-s20210623-1b09d6628_GH0.tar.gz) = 3837326 +TIMESTAMP = 1624906309 +SHA256 (yuzu-emu-yuzu-s20210628-ec68cba44_GH0.tar.gz) = e66ceedc26b6372eb263a356259a21d2fd4901c211447bc8b3fc3421e8d85f2d +SIZE (yuzu-emu-yuzu-s20210628-ec68cba44_GH0.tar.gz) = 3837855 SHA256 (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 8cd6d075b4da0ad5fb995eb37390e2e6088be8d41ab1cdfc7e7e4256bd991450 SIZE (yuzu-emu-mbedtls-v2.16.9-115-g8c88150ca_GH0.tar.gz) = 2679189 SHA256 (KhronosGroup-SPIRV-Headers-2c51218_GH0.tar.gz) = 08f70947b69e17c7e322156adcd471cf02b4b3f63e7baf8ee0f02d32603ac5ff diff --git a/finance/tickrs/Makefile b/finance/tickrs/Makefile index 1358b31b183..01a543ed2d6 100644 --- a/finance/tickrs/Makefile +++ b/finance/tickrs/Makefile @@ -1,7 +1,7 @@ PORTNAME= tickrs DISTVERSIONPREFIX= v DISTVERSION= 0.14.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= finance MAINTAINER= lcook@FreeBSD.org diff --git a/finance/tickrs/files/patch-powerpc b/finance/tickrs/files/patch-powerpc new file mode 100644 index 00000000000..7fdbe193064 --- /dev/null +++ b/finance/tickrs/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.86/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/ftp/R-cran-curl/Makefile b/ftp/R-cran-curl/Makefile index c7c365af1f4..72e40c53df7 100644 --- a/ftp/R-cran-curl/Makefile +++ b/ftp/R-cran-curl/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= curl -PORTVERSION= 4.3.1 +PORTVERSION= 4.3.2 CATEGORIES= ftp DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/ftp/R-cran-curl/distinfo b/ftp/R-cran-curl/distinfo index 25775160f16..f9ba76fc094 100644 --- a/ftp/R-cran-curl/distinfo +++ b/ftp/R-cran-curl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619865415 -SHA256 (curl_4.3.1.tar.gz) = 2266cb041addf121195108975ae1ad34c433046a7b4e95eec630ee5eda5fff62 -SIZE (curl_4.3.1.tar.gz) = 793230 +TIMESTAMP = 1624513539 +SHA256 (curl_4.3.2.tar.gz) = 90b1facb4be8b6315bb3d272ba2dd90b88973f6ea1ab7f439550230f8500a568 +SIZE (curl_4.3.2.tar.gz) = 793345 diff --git a/games/0ad/Makefile b/games/0ad/Makefile index 07bcde57914..ec58ced9b20 100644 --- a/games/0ad/Makefile +++ b/games/0ad/Makefile @@ -1,6 +1,6 @@ PORTNAME= 0ad PORTVERSION= 0.0.24b -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://releases.wildfiregames.com/ \ SF/zero-ad/releases diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index 99429c0a45c..fa707497a1e 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,6 +1,5 @@ PORTNAME= DDNet -PORTVERSION= 15.5.2 -PORTREVISION= 1 +PORTVERSION= 15.5.4 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ diff --git a/games/DDNet/distinfo b/games/DDNet/distinfo index 7e3e40417ad..0703952a777 100644 --- a/games/DDNet/distinfo +++ b/games/DDNet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623759340 -SHA256 (DDNet-15.5.2.tar.xz) = 8c2a69f6614e98392d3a7c703a263d510853c03c998ac505cf176d496a89066b -SIZE (DDNet-15.5.2.tar.xz) = 26941972 +TIMESTAMP = 1624368870 +SHA256 (DDNet-15.5.4.tar.xz) = 2fdff72325bac205ad15057f766af23489a377ce6679751de98522fc1c090afd +SIZE (DDNet-15.5.4.tar.xz) = 26937036 diff --git a/games/abstreet/Makefile b/games/abstreet/Makefile index afea2aa1cbd..2f5d5409855 100644 --- a/games/abstreet/Makefile +++ b/games/abstreet/Makefile @@ -2,7 +2,7 @@ PORTNAME= abstreet DISTVERSIONPREFIX= v DISTVERSION= 0.2.9-49 DISTVERSIONSUFFIX= -g74aca40c0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= LOCAL/yuri:data DISTFILES= ${PORTNAME}-data-${DISTVERSION}.tgz:data # updated by the update-data target diff --git a/games/anki/Makefile b/games/anki/Makefile index 7885c48e488..d6568ad2c58 100644 --- a/games/anki/Makefile +++ b/games/anki/Makefile @@ -2,7 +2,7 @@ PORTNAME= anki DISTVERSION= 2.1.35 -PORTREVISION= 10 +PORTREVISION= 11 # Don't forget to update ${_MY_BUILDHASH} CATEGORIES= games education python MASTER_SITES= LOCAL/kai/:npmcache diff --git a/games/dMagnetic/Makefile b/games/dMagnetic/Makefile index 2b9b0eed3c7..257369423e9 100644 --- a/games/dMagnetic/Makefile +++ b/games/dMagnetic/Makefile @@ -1,5 +1,5 @@ PORTNAME= dMagnetic -PORTVERSION= 0.30 +PORTVERSION= 0.31 CATEGORIES= games MASTER_SITES= https://www.dettus.net/dMagnetic/ DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +16,7 @@ TEST_TARGET= check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dMagnetic.1 ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/dMagnetic.6 ${STAGEDIR}${MANPREFIX}/man/man6 ${INSTALL_MAN} ${WRKSRC}/dMagneticini.5 ${STAGEDIR}${MANPREFIX}/man/man5 ${MKDIR} ${STAGEDIR}/${DATADIR} ${INSTALL_DATA} ${WRKSRC}/dMagnetic.ini ${STAGEDIR}/${DATADIR} diff --git a/games/dMagnetic/distinfo b/games/dMagnetic/distinfo index 6af1ea769ad..919a7a0c9bb 100644 --- a/games/dMagnetic/distinfo +++ b/games/dMagnetic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612100850 -SHA256 (dMagnetic_0.30.tar.bz2) = 9eb825290495150b8ae4eeb0ff04aba724c1fd8f6052b0c4cb90865787f922be -SIZE (dMagnetic_0.30.tar.bz2) = 82369 +TIMESTAMP = 1624483080 +SHA256 (dMagnetic_0.31.tar.bz2) = 1a0356f04d3a5e252225b0fd38b9047957f292f67338ba83579958b46f184139 +SIZE (dMagnetic_0.31.tar.bz2) = 87440 diff --git a/games/dMagnetic/pkg-plist b/games/dMagnetic/pkg-plist index 9ca1110aeb3..79488ba75ab 100644 --- a/games/dMagnetic/pkg-plist +++ b/games/dMagnetic/pkg-plist @@ -1,5 +1,5 @@ bin/dMagnetic -man/man1/dMagnetic.1.gz +man/man6/dMagnetic.6.gz man/man5/dMagneticini.5.gz %%DATADIR%%/dMagnetic.ini %%DOCSDIR%%/README.txt diff --git a/games/dose-response/Makefile b/games/dose-response/Makefile index 369c54c05e3..cedd8b1152a 100644 --- a/games/dose-response/Makefile +++ b/games/dose-response/Makefile @@ -1,7 +1,7 @@ PORTNAME= dose-response DISTVERSIONPREFIX= v DISTVERSION= 1.0.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= games MAINTAINER= greg@unrelenting.technology diff --git a/games/dose-response/files/patch-powerpc b/games/dose-response/files/patch-powerpc new file mode 100644 index 00000000000..b075cabe539 --- /dev/null +++ b/games/dose-response/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/games/emptyepsilon/Makefile b/games/emptyepsilon/Makefile index 99567c6c32f..b5f078a73f5 100644 --- a/games/emptyepsilon/Makefile +++ b/games/emptyepsilon/Makefile @@ -2,19 +2,24 @@ PORTNAME= emptyepsilon DISTVERSIONPREFIX= EE- -DISTVERSION= 2021.03.31 -PORTREVISION= 1 +DISTVERSION= 2021.06.23 CATEGORIES= games MAINTAINER= yuri@FreeBSD.org COMMENT= Spaceship bridge simulator game -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE= GPLv2 AngryFly-Royalty-Free-License +LICENSE_COMB= multi +LICENSE_NAME_AngryFly-Royalty-Free-License= AngryFly Royalty-Free-License +LICENSE_FILE_GPLv2= ${WRKSRC}/LICENSE +LICENSE_FILE_AngryFly-Royalty-Free-License= ${WRKSRC}/packs/License.txt +LICENSE_PERMS_AngryFly-Royalty-Free-License= auto-accept dist-mirror pkg-mirror +BUILD_DEPENDS= glm>0:math/glm LIB_DEPENDS= libsfml-system.so:devel/sfml +RUN_DEPENDS= xclip:x11/xclip -USES= cmake compiler:c++11-lib gl xorg +USES= cmake compiler:c++11-lib gl localbase xorg USE_GL= gl glu USE_GITHUB= yes @@ -26,10 +31,10 @@ CMAKE_ARGS= -DSERIOUS_PROTON_DIR="${WRKSRC_sproton}/" post-patch: @${REINPLACE_CMD} -e 's|basepath + |"${DATADIR}/" + basepath + |' \ ${WRKSRC_sproton}/src/resources.cpp - @${REINPLACE_CMD} -e 's|loadFromFile("resources/"|loadFromFile("${DATADIR}/resources/"|' \ - ${WRKSRC_sproton}/src/postProcessManager.cpp @${REINPLACE_CMD} -e 's|uint32_t bswap32(uint32_t value)|uint32_t bswap32_(uint32_t value)|' \ ${WRKSRC_sproton}/src/i18n.cpp + # app uses xclip to read clipboard, ifdef and path need to be corrected + @${REINPLACE_CMD} -e 's,defined(__APPLE__),& || defined(__FreeBSD__), ; s,"/usr/bin/xclip ,"${PREFIX}/bin/xclip ,' ${WRKSRC_sproton}/src/clipboard.cpp post-install: @${MV} ${STAGEDIR}${PREFIX}/bin/EmptyEpsilon ${STAGEDIR}${PREFIX}/bin/emptyepsilon diff --git a/games/emptyepsilon/distinfo b/games/emptyepsilon/distinfo index 3b1e69db5b5..67ba27d1759 100644 --- a/games/emptyepsilon/distinfo +++ b/games/emptyepsilon/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619211293 -SHA256 (daid-EmptyEpsilon-EE-2021.03.31_GH0.tar.gz) = c1c4f11fefe1afac6076c795e8785c7507a297ba3f7f2be9ed30c97b1e93cb24 -SIZE (daid-EmptyEpsilon-EE-2021.03.31_GH0.tar.gz) = 281047976 -SHA256 (daid-SeriousProton-EE-2021.03.31_GH0.tar.gz) = 62ab03dc904bd10f017fff338e55ec97c86f0bc3903a18d6c44285b86776a2d7 -SIZE (daid-SeriousProton-EE-2021.03.31_GH0.tar.gz) = 1175190 +TIMESTAMP = 1624569629 +SHA256 (daid-EmptyEpsilon-EE-2021.06.23_GH0.tar.gz) = 878f36330a95a76039671a980a2fd680e7ddbdc5e22ff6ca046010b03d3efd01 +SIZE (daid-EmptyEpsilon-EE-2021.06.23_GH0.tar.gz) = 285211647 +SHA256 (daid-SeriousProton-EE-2021.06.23_GH0.tar.gz) = 4c79b358ad310c773dd0db265393fba829df10a6f284240acbb383288d4f33d5 +SIZE (daid-SeriousProton-EE-2021.06.23_GH0.tar.gz) = 1181117 diff --git a/games/emptyepsilon/files/patch-CMakeLists.txt b/games/emptyepsilon/files/patch-CMakeLists.txt index a3773917c06..99a499e8de1 100644 --- a/games/emptyepsilon/files/patch-CMakeLists.txt +++ b/games/emptyepsilon/files/patch-CMakeLists.txt @@ -1,47 +1,80 @@ ---- CMakeLists.txt.orig 2021-03-16 13:36:34 UTC +--- CMakeLists.txt.orig 2021-06-23 12:12:02 UTC +++ CMakeLists.txt -@@ -536,25 +536,25 @@ else() - install(TARGETS ${EXECUTABLE_NAME} RUNTIME DESTINATION ${CMAKE_INSTALL_FULL_BINDIR}) +@@ -106,18 +106,20 @@ if(WITH_DISCORD) + endif() + + # GLM +-set(GLM_BASE_PATH "${EXTERNALS_DIR}") ++#set(GLM_BASE_PATH "${EXTERNALS_DIR}") ++# ++#if(NOT EXISTS "${GLM_BASE_PATH}/glm/CMakeLists.txt") ++# set(GLM_ZIP "${DOWNLOADS_DIR}/glm.zip") ++# file(DOWNLOAD "https://github.com/g-truc/glm/releases/download/0.9.9.8/glm-0.9.9.8.zip" "${GLM_ZIP}" TIMEOUT 60 TLS_VERIFY ON) ++# ++# file(MAKE_DIRECTORY "${GLM_BASE_PATH}/glm") ++# execute_process(COMMAND ${CMAKE_COMMAND} -E tar -xf "${GLM_ZIP}" WORKING_DIRECTORY "${GLM_BASE_PATH}") ++#endif() ++# ++#add_subdirectory("${GLM_BASE_PATH}/glm" "${PROJECT_BINARY_DIR}/glm" EXCLUDE_FROM_ALL) + +-if(NOT EXISTS "${GLM_BASE_PATH}/glm/CMakeLists.txt") +- set(GLM_ZIP "${DOWNLOADS_DIR}/glm.zip") +- file(DOWNLOAD "https://github.com/g-truc/glm/releases/download/0.9.9.8/glm-0.9.9.8.zip" "${GLM_ZIP}" TIMEOUT 60 TLS_VERIFY ON) ++find_package(glm REQUIRED) + +- file(MAKE_DIRECTORY "${GLM_BASE_PATH}/glm") +- execute_process(COMMAND ${CMAKE_COMMAND} -E tar -xf "${GLM_ZIP}" WORKING_DIRECTORY "${GLM_BASE_PATH}") +-endif() +- +-add_subdirectory("${GLM_BASE_PATH}/glm" "${PROJECT_BINARY_DIR}/glm" EXCLUDE_FROM_ALL) +- + set(SOURCES + src/main.cpp + src/threatLevelEstimate.cpp +@@ -400,26 +402,26 @@ if(WITH_DISCORD) + install(PROGRAMS "$" DESTINATION "${discord_install_prefix}/plugins") endif() -find_package(PythonInterp) -if(PYTHONINTERP_FOUND) -- add_custom_command( -- OUTPUT ${CMAKE_BINARY_DIR}/script_reference.html -- COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html -- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} +- set(SCRIPT_REFERENCE_HTML "${PROJECT_BINARY_DIR}/script_reference.html") +- add_custom_command( +- OUTPUT "${SCRIPT_REFERENCE_HTML}" +- COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py "${SCRIPT_REFERENCE_HTML}" +- WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} - COMMENT "Building script reference documentation.") -- add_custom_target(script_reference ALL DEPENDS ${CMAKE_BINARY_DIR}/script_reference.html) +- add_custom_target(script_reference ALL DEPENDS "${SCRIPT_REFERENCE_HTML}") - - # Matches install logic above. - if(WIN32) -- install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION .) +- install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION . OPTIONAL) - elseif(APPLE) -- install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "EmptyEpsilon.app/Contents/Resources") +- install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "$/Resources" OPTIONAL) - elseif(NOT ANDROID) -- # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) -- install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "${CMAKE_INSTALL_FULL_DOCDIR}") +- # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) +- install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "${CMAKE_INSTALL_DOCDIR}" OPTIONAL) - endif() -endif() +#find_package(PythonInterp) +#if(PYTHONINTERP_FOUND) -+# add_custom_command( -+# OUTPUT ${CMAKE_BINARY_DIR}/script_reference.html -+# COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py ${CMAKE_BINARY_DIR}/script_reference.html -+# WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} ++# set(SCRIPT_REFERENCE_HTML "${PROJECT_BINARY_DIR}/script_reference.html") ++# add_custom_command( ++# OUTPUT "${SCRIPT_REFERENCE_HTML}" ++# COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/compile_script_docs.py "${SCRIPT_REFERENCE_HTML}" ++# WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} +# COMMENT "Building script reference documentation.") -+# add_custom_target(script_reference ALL DEPENDS ${CMAKE_BINARY_DIR}/script_reference.html) ++# add_custom_target(script_reference ALL DEPENDS "${SCRIPT_REFERENCE_HTML}") +# +# # Matches install logic above. +# if(WIN32) -+# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION .) ++# install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION . OPTIONAL) +# elseif(APPLE) -+# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "EmptyEpsilon.app/Contents/Resources") ++# install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "$/Resources" OPTIONAL) +# elseif(NOT ANDROID) -+# # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) -+# install(FILES ${CMAKE_BINARY_DIR}/script_reference.html DESTINATION "${CMAKE_INSTALL_FULL_DOCDIR}") ++# # DOCDIR already has PROJECT_NAME (EmptyEpsilon) appended (from CMake docs) ++# install(FILES "${SCRIPT_REFERENCE_HTML}" DESTINATION "${CMAKE_INSTALL_DOCDIR}" OPTIONAL) +# endif() +#endif() add_custom_target(update_locale - COMMAND sed -i "/^#: /d" resources/locale/en.po + COMMAND xgettext --keyword=tr:1c,2 --keyword=tr:1 --keyword=trMark:1c,2 --keyword=trMark:1 --omit-header -d resources/locale/main.en ${SOURCES} diff --git a/games/emptyepsilon/files/patch-src_packResourceProvider.cpp b/games/emptyepsilon/files/patch-src_packResourceProvider.cpp index 05f793f15f2..c9f98967aa9 100644 --- a/games/emptyepsilon/files/patch-src_packResourceProvider.cpp +++ b/games/emptyepsilon/files/patch-src_packResourceProvider.cpp @@ -1,11 +1,11 @@ ---- src/packResourceProvider.cpp.orig 2016-08-31 19:10:48 UTC +--- src/packResourceProvider.cpp.orig 2021-06-23 12:12:02 UTC +++ src/packResourceProvider.cpp @@ -5,7 +5,7 @@ - #ifdef __WIN32__ + #ifdef _WIN32 #include #else -#include +#include #endif - static inline int readInt(FILE* f) + #ifdef _MSC_VER diff --git a/games/emptyepsilon/pkg-plist b/games/emptyepsilon/pkg-plist index b99ed151b3b..3060d51a14e 100644 --- a/games/emptyepsilon/pkg-plist +++ b/games/emptyepsilon/pkg-plist @@ -127,11 +127,11 @@ bin/emptyepsilon %%DATADIR%%/resources/gui/icons/weapon-nuke.png %%DATADIR%%/resources/half_sphere.obj %%DATADIR%%/resources/laser.wav -%%DATADIR%%/resources/locale/cz.po -%%DATADIR%%/resources/locale/de.po -%%DATADIR%%/resources/locale/en.po -%%DATADIR%%/resources/locale/fr.po -%%DATADIR%%/resources/locale/it.po +%%DATADIR%%/resources/locale/main.cz.po +%%DATADIR%%/resources/locale/main.de.po +%%DATADIR%%/resources/locale/main.en.po +%%DATADIR%%/resources/locale/main.fr.po +%%DATADIR%%/resources/locale/main.it.po %%DATADIR%%/resources/locale/tutorial.cz.po %%DATADIR%%/resources/locale/tutorial.en.po %%DATADIR%%/resources/locale/tutorial.fr.po @@ -176,6 +176,15 @@ bin/emptyepsilon %%DATADIR%%/resources/radar_blockade.png %%DATADIR%%/resources/radar_cruiser.png %%DATADIR%%/resources/radar_dread.png +%%DATADIR%%/resources/radar_exuari_1.png +%%DATADIR%%/resources/radar_exuari_2.png +%%DATADIR%%/resources/radar_exuari_3.png +%%DATADIR%%/resources/radar_exuari_4.png +%%DATADIR%%/resources/radar_exuari_5.png +%%DATADIR%%/resources/radar_exuari_fighter.png +%%DATADIR%%/resources/radar_exuari_frigate_1.png +%%DATADIR%%/resources/radar_exuari_frigate_2.png +%%DATADIR%%/resources/radar_exuari_frigate_3.png %%DATADIR%%/resources/radar_fighter.png %%DATADIR%%/resources/radar_ktlitan_breaker.png %%DATADIR%%/resources/radar_ktlitan_destroyer.png @@ -199,18 +208,6 @@ bin/emptyepsilon %%DATADIR%%/resources/redicule2.png %%DATADIR%%/resources/room_background.png %%DATADIR%%/resources/room_door.png -%%DATADIR%%/resources/sa_51_Fordina.ogg -%%DATADIR%%/resources/sa_51_Gremus1.ogg -%%DATADIR%%/resources/sa_51_Gremus2.ogg -%%DATADIR%%/resources/sa_51_Gremus3.ogg -%%DATADIR%%/resources/sa_51_Gremus4.ogg -%%DATADIR%%/resources/sa_51_Gremus5.ogg -%%DATADIR%%/resources/sa_51_Gremus6.ogg -%%DATADIR%%/resources/sa_51_Gremus7.ogg -%%DATADIR%%/resources/sa_51_Michael.ogg -%%DATADIR%%/resources/sa_51_Protocol.ogg -%%DATADIR%%/resources/sa_51_Sentry1.ogg -%%DATADIR%%/resources/sa_51_Sentry2.ogg %%DATADIR%%/resources/sa_54_AuthMBBreak.wav %%DATADIR%%/resources/sa_54_AuthMBDefend.wav %%DATADIR%%/resources/sa_54_AuthMBVictory.wav @@ -370,6 +367,30 @@ bin/emptyepsilon %%DATADIR%%/resources/scenario48audio/sa_48_Tracy12.ogg %%DATADIR%%/resources/scenario48audio/sa_48_Tracy13.ogg %%DATADIR%%/resources/scenario48audio/sa_48_Tracy14.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Fordina.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Fordina_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus1.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus1_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus2.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus2_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus3.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus3_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus4.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus4_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus5.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus5_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus6.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus6_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus7.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Gremus7_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Michael.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Michael_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Protocol.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Protocol_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry1.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry1_fr.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry2.ogg +%%DATADIR%%/resources/scenariosSounds/51_deliverAmbassador/sa_51_Sentry2_fr.ogg %%DATADIR%%/resources/sfx/emp_explosion.wav %%DATADIR%%/resources/sfx/engine.wav %%DATADIR%%/resources/sfx/engine_fighter.wav @@ -382,12 +403,8 @@ bin/emptyepsilon %%DATADIR%%/resources/shaders/basic.vert %%DATADIR%%/resources/shaders/basicColor.frag %%DATADIR%%/resources/shaders/basicColor.vert -%%DATADIR%%/resources/shaders/basicShader.frag -%%DATADIR%%/resources/shaders/basicShader.vert %%DATADIR%%/resources/shaders/billboard.frag %%DATADIR%%/resources/shaders/billboard.vert -%%DATADIR%%/resources/shaders/billboardShader.frag -%%DATADIR%%/resources/shaders/billboardShader.vert %%DATADIR%%/resources/shaders/glitch.frag %%DATADIR%%/resources/shaders/objectShaderB.frag %%DATADIR%%/resources/shaders/objectShaderB.vert @@ -425,11 +442,19 @@ bin/emptyepsilon %%DATADIR%%/scripts/comms_supply_drop.lua %%DATADIR%%/scripts/ee.lua %%DATADIR%%/scripts/factionInfo.lua +%%DATADIR%%/scripts/locale/scenario_01_quick_basic.en.po +%%DATADIR%%/scripts/locale/scenario_01_quick_basic.fr.po %%DATADIR%%/scripts/locale/scenario_03_waves.en.po +%%DATADIR%%/scripts/locale/scenario_03_waves.fr.po %%DATADIR%%/scripts/locale/scenario_05_beacon.en.po %%DATADIR%%/scripts/locale/scenario_05_beacon.fr.po %%DATADIR%%/scripts/locale/scenario_06_edgeofspace.en.po %%DATADIR%%/scripts/locale/scenario_06_edgeofspace.fr.po +%%DATADIR%%/scripts/locale/scenario_07_gftp.en.po +%%DATADIR%%/scripts/locale/scenario_08_atlantis.en.po +%%DATADIR%%/scripts/locale/scenario_51_deliverAmbassador.en.po +%%DATADIR%%/scripts/locale/scenario_53_escape.en.po +%%DATADIR%%/scripts/locale/scenario_62_whatTheDickens.en.po %%DATADIR%%/scripts/luax.lua %%DATADIR%%/scripts/model_data.lua %%DATADIR%%/scripts/perlin_noise.lua @@ -442,6 +467,7 @@ bin/emptyepsilon %%DATADIR%%/scripts/scenario_07_gftp.lua %%DATADIR%%/scripts/scenario_08_atlantis.lua %%DATADIR%%/scripts/scenario_10_empty.lua +%%DATADIR%%/scripts/scenario_20_training1.lua %%DATADIR%%/scripts/scenario_47_scavenger.lua %%DATADIR%%/scripts/scenario_48_visitors.lua %%DATADIR%%/scripts/scenario_49_allies.lua @@ -463,6 +489,7 @@ bin/emptyepsilon %%DATADIR%%/scripts/shipTemplates.lua %%DATADIR%%/scripts/shipTemplates_Corvette.lua %%DATADIR%%/scripts/shipTemplates_Dreadnaught.lua +%%DATADIR%%/scripts/shipTemplates_Exuari.lua %%DATADIR%%/scripts/shipTemplates_Frigates.lua %%DATADIR%%/scripts/shipTemplates_OLD.lua %%DATADIR%%/scripts/shipTemplates_StarFighters.lua @@ -477,3 +504,4 @@ bin/emptyepsilon %%DATADIR%%/scripts/tutorial_06_relay.lua %%DATADIR%%/scripts/util_random_transports.lua %%DATADIR%%/scripts/utils.lua +%%DATADIR%%/scripts/utils_customElements.lua diff --git a/games/genact/Makefile b/games/genact/Makefile index 69b06caaca3..4c18ae89f4a 100644 --- a/games/genact/Makefile +++ b/games/genact/Makefile @@ -1,7 +1,7 @@ PORTNAME= genact DISTVERSIONPREFIX= v DISTVERSION= 0.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= 0mp@FreeBSD.org diff --git a/games/genact/files/patch-powerpc b/games/genact/files/patch-powerpc new file mode 100644 index 00000000000..0d1598b7d31 --- /dev/null +++ b/games/genact/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/games/instead/Makefile b/games/instead/Makefile index 27a10c8dc7f..410bfd4d5e3 100644 --- a/games/instead/Makefile +++ b/games/instead/Makefile @@ -1,7 +1,7 @@ # Created by: neuroworker@gmail.com PORTNAME= instead -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= games MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/games/instead/distinfo b/games/instead/distinfo index 40b122b516a..62e756422a6 100644 --- a/games/instead/distinfo +++ b/games/instead/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616878199 -SHA256 (instead_3.3.4.tar.gz) = ff705290646b764a189f08e852deee82baa56f467f5f3fe9e687df81c3c819d6 -SIZE (instead_3.3.4.tar.gz) = 4287575 +TIMESTAMP = 1624368863 +SHA256 (instead_3.3.5.tar.gz) = 6a730452c41d7e0c44e3479f96b5e400ab7ce08d0c9749367e30baa4d085d4de +SIZE (instead_3.3.5.tar.gz) = 4287097 diff --git a/games/jaggedalliance2/Makefile b/games/jaggedalliance2/Makefile index a9f6a7f572d..df2887352c0 100644 --- a/games/jaggedalliance2/Makefile +++ b/games/jaggedalliance2/Makefile @@ -3,7 +3,7 @@ PORTNAME= ja2 DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MAINTAINER= timp87@gmail.com diff --git a/games/linux-steam-utils/Makefile b/games/linux-steam-utils/Makefile index a9ed51a1c34..a7481fcba7c 100644 --- a/games/linux-steam-utils/Makefile +++ b/games/linux-steam-utils/Makefile @@ -1,5 +1,5 @@ PORTNAME= steam-utils -DISTVERSION= 20210613 +DISTVERSION= 20210616 CATEGORIES= games linux PKGNAMEPREFIX= linux- diff --git a/games/linux-steam-utils/distinfo b/games/linux-steam-utils/distinfo index 0b5e218ec2d..dfb5a672b9a 100644 --- a/games/linux-steam-utils/distinfo +++ b/games/linux-steam-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623631840 -SHA256 (shkhln-linuxulator-steam-utils-20210613_GH0.tar.gz) = ad391d6856cc58b1cfbaf5835e420097c14915a58af857d05f238406db74715d -SIZE (shkhln-linuxulator-steam-utils-20210613_GH0.tar.gz) = 18289 +TIMESTAMP = 1624568941 +SHA256 (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 6de76b85039b66eccbf5528d382c55da7c61795b2557427df93277222efa139a +SIZE (shkhln-linuxulator-steam-utils-20210616_GH0.tar.gz) = 18316 diff --git a/games/openarena/Makefile b/games/openarena/Makefile index b2d64e11e6e..c1095157ca9 100644 --- a/games/openarena/Makefile +++ b/games/openarena/Makefile @@ -2,7 +2,6 @@ PORTNAME= openarena PORTVERSION= ${GAMEVERSION}.s${SVNREVISION} -PORTREVISION= 1 PORTEPOCH= 2 MASTER_SITES= SF/oarena/src \ http://files.poulsander.com/~poul19/public_files/oa/dev088/ diff --git a/games/rpg-cli/Makefile b/games/rpg-cli/Makefile index 6089d8e566b..6e3eb7eb809 100644 --- a/games/rpg-cli/Makefile +++ b/games/rpg-cli/Makefile @@ -1,5 +1,6 @@ PORTNAME= rpg-cli -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= lcook@FreeBSD.org @@ -23,7 +24,7 @@ CARGO_CRATES= atty-0.2.14 \ ctor-0.1.20 \ dirs-3.0.2 \ dirs-sys-0.3.6 \ - dunce-1.0.1 \ + dunce-1.0.2 \ erased-serde-0.3.15 \ getrandom-0.2.3 \ ghost-0.1.2 \ @@ -33,9 +34,10 @@ CARGO_CRATES= atty-0.2.14 \ indexmap-1.6.2 \ inventory-0.1.10 \ inventory-impl-0.1.10 \ + itoa-0.4.7 \ lazy_static-1.4.0 \ - libc-0.2.95 \ - once_cell-1.7.2 \ + libc-0.2.97 \ + once_cell-1.8.0 \ os_str_bytes-2.4.0 \ ppv-lite86-0.2.10 \ proc-macro-error-1.0.4 \ @@ -43,15 +45,17 @@ CARGO_CRATES= atty-0.2.14 \ proc-macro2-1.0.27 \ quote-1.0.9 \ rand-0.8.3 \ - rand_chacha-0.3.0 \ + rand_chacha-0.3.1 \ rand_core-0.6.2 \ rand_hc-0.3.0 \ redox_syscall-0.2.8 \ redox_users-0.4.0 \ + ryu-1.0.5 \ serde-1.0.126 \ serde_derive-1.0.126 \ + serde_json-1.0.64 \ strsim-0.10.0 \ - syn-1.0.72 \ + syn-1.0.73 \ termcolor-1.1.2 \ textwrap-0.12.1 \ typetag-0.1.7 \ diff --git a/games/rpg-cli/distinfo b/games/rpg-cli/distinfo index 2a25c625bfe..9bb30b73fc7 100644 --- a/games/rpg-cli/distinfo +++ b/games/rpg-cli/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623173038 +TIMESTAMP = 1624707818 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a @@ -21,8 +21,8 @@ SHA256 (rust/crates/dirs-3.0.2.crate) = 30baa043103c9d0c2a57cf537cc2f35623889dc0 SIZE (rust/crates/dirs-3.0.2.crate) = 12184 SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 -SHA256 (rust/crates/dunce-1.0.1.crate) = b2641c4a7c0c4101df53ea572bffdc561c146f6c2eb09e4df02bc4811e3feeb4 -SIZE (rust/crates/dunce-1.0.1.crate) = 7988 +SHA256 (rust/crates/dunce-1.0.2.crate) = 453440c271cf5577fd2a40e4942540cb7d0d2f85e27c8d07dd0023c925a67541 +SIZE (rust/crates/dunce-1.0.2.crate) = 7953 SHA256 (rust/crates/erased-serde-0.3.15.crate) = e5b36e6f2295f393f44894c6031f67df4d185b984cd54d08f768ce678007efcd SIZE (rust/crates/erased-serde-0.3.15.crate) = 24675 SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 @@ -41,12 +41,14 @@ SHA256 (rust/crates/inventory-0.1.10.crate) = 0f0f7efb804ec95e33db9ad49e4252f049 SIZE (rust/crates/inventory-0.1.10.crate) = 11572 SHA256 (rust/crates/inventory-impl-0.1.10.crate) = 75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51 SIZE (rust/crates/inventory-impl-0.1.10.crate) = 6228 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.95.crate) = 789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36 -SIZE (rust/crates/libc-0.2.95.crate) = 515341 -SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 SHA256 (rust/crates/os_str_bytes-2.4.0.crate) = afb2e1c3ee07430c2cf76151675e583e0f19985fa6efae47d6848a3e2c824f85 SIZE (rust/crates/os_str_bytes-2.4.0.crate) = 14657 SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 @@ -61,8 +63,8 @@ SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f06 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e SIZE (rust/crates/rand-0.8.3.crate) = 84493 -SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d -SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 @@ -71,14 +73,18 @@ SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 SIZE (rust/crates/serde-1.0.126.crate) = 75138 SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 -SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 SHA256 (rust/crates/textwrap-0.12.1.crate) = 203008d98caf094106cfaba70acfed15e18ed3ddb7d94e49baec153a2b462789 @@ -107,5 +113,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (facundoolano-rpg-cli-0.4.0_GH0.tar.gz) = b7337f5337ce99741c870acc8358fd25af0c013fe15de17dad1682c41099e67f -SIZE (facundoolano-rpg-cli-0.4.0_GH0.tar.gz) = 658933 +SHA256 (facundoolano-rpg-cli-0.4.1_GH0.tar.gz) = 2b68e9c53ff7fcebb319aa741e008b1f8c2ed714558302c1707a1fc87fa09164 +SIZE (facundoolano-rpg-cli-0.4.1_GH0.tar.gz) = 659713 diff --git a/games/rpg-cli/files/patch-powerpc b/games/rpg-cli/files/patch-powerpc new file mode 100644 index 00000000000..6289d3e5be9 --- /dev/null +++ b/games/rpg-cli/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/games/tome4/Makefile b/games/tome4/Makefile index da716bf87de..645cea2cd07 100644 --- a/games/tome4/Makefile +++ b/games/tome4/Makefile @@ -1,6 +1,5 @@ PORTNAME= tome4 -DISTVERSION?= 1.7.3 -PORTREVISION?= 1 +DISTVERSION?= 1.7.4 CATEGORIES= games MASTER_SITES= https://te4.org/dl/t-engine/ \ SF/lifanov-ports-distfiles/${PORTNAME}/:icons diff --git a/games/tome4/distinfo b/games/tome4/distinfo index 4550bc37508..6bf14bf5e7a 100644 --- a/games/tome4/distinfo +++ b/games/tome4/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621597802 -SHA256 (t-engine4-src-1.7.3.tar.bz2) = df45376225956a2160e6c49429277ef776e0643760354d481a98be00f20933e6 -SIZE (t-engine4-src-1.7.3.tar.bz2) = 476031824 +TIMESTAMP = 1624824084 +SHA256 (t-engine4-src-1.7.4.tar.bz2) = c3534f33f48c9cf027025eb3f44e97b23de612a66d5f315ed4830f9a52abf2a4 +SIZE (t-engine4-src-1.7.4.tar.bz2) = 486263402 SHA256 (tome4.png) = b5223208ca6f0a51f8bbe3b96055f38f94336dbeca6704db6684fec00fad1a36 SIZE (tome4.png) = 37143 diff --git a/games/tome4/files/patch-build__te4core.lua b/games/tome4/files/patch-build__te4core.lua index 81a9914c4dc..5fbb4410107 100644 --- a/games/tome4/files/patch-build__te4core.lua +++ b/games/tome4/files/patch-build__te4core.lua @@ -1,13 +1,5 @@ --- ./build/te4core.lua.orig 2014-05-19 04:42:12.000000000 -0400 +++ ./build/te4core.lua 2014-06-04 12:45:57.973283399 -0400 -@@ -40,7 +40,6 @@ - links { "physfs", "lua".._OPTIONS.lua, "fov", "luasocket", "luaprofiler", "lpeg", "tcodimport", "lxp", "expatstatic", "luamd5", "luazlib", "luabitop", "te4-bzip" } - defines { "_DEFAULT_VIDEOMODE_FLAGS_='SDL_HWSURFACE|SDL_DOUBLEBUF'" } - defines { [[TENGINE_HOME_PATH='".t-engine"']], "TE4CORE_VERSION="..TE4CORE_VERSION } -- buildoptions { "-O3" } - - if _OPTIONS.relpath=="32" then linkoptions{"-Wl,-rpath -Wl,\\\$\$ORIGIN/lib "} end - if _OPTIONS.relpath=="64" then linkoptions{"-Wl,-rpath -Wl,\\\$\$ORIGIN/lib64 "} end @@ -194,7 +193,7 @@ if _OPTIONS.wincross then arch_test = os.capture("i686-pc-mingw32-gcc -E ../src/luajit2/src/lj_arch.h -dM", true) diff --git a/games/tome4/files/patch-src__web.c b/games/tome4/files/patch-src__web.c deleted file mode 100644 index b5e22b5b426..00000000000 --- a/games/tome4/files/patch-src__web.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/web.c.orig 2014-05-19 04:42:14.000000000 -0400 -+++ ./src/web.c 2014-06-04 12:40:26.927305671 -0400 -@@ -517,7 +517,7 @@ - char *spawnname = NULL; - char *libname = NULL; - const char *self = get_self_executable(g_argc, g_argv); --#if defined(SELFEXE_LINUX) || defined(SELFEXE_BSD) -+#if defined(SELFEXE_LINUX) - #if defined(TE4_RELPATH64) - const char *spawnbname = "cef3spawn64"; - spawnname = malloc(strlen(self) + strlen(spawnbname) + 1); diff --git a/games/veloren/Makefile b/games/veloren/Makefile index 48930b42133..a21d6476c15 100644 --- a/games/veloren/Makefile +++ b/games/veloren/Makefile @@ -1,6 +1,7 @@ PORTNAME= veloren DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= games MAINTAINER= jbeich@FreeBSD.org diff --git a/games/wargus/Makefile b/games/wargus/Makefile index ccfa11c91f1..d676bc6e82d 100644 --- a/games/wargus/Makefile +++ b/games/wargus/Makefile @@ -11,9 +11,6 @@ COMMENT= Warcraft 2 mod that allows you to play Warcraft 2 with Stratagus LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses EOL Python 2.7 via multimedia/ffmpeg2theora -EXPIRATION_DATE=2021-06-23 - RUN_DEPENDS= stratagus:games/stratagus \ ffmpeg2theora:multimedia/ffmpeg2theora \ cdparanoia:audio/cdparanoia diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index 4827954d076..c682b1edee8 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= colorspace -DISTVERSION= 2.0-1 +DISTVERSION= 2.0-2 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/graphics/R-cran-colorspace/distinfo b/graphics/R-cran-colorspace/distinfo index 238a80c050e..38d7061a6d3 100644 --- a/graphics/R-cran-colorspace/distinfo +++ b/graphics/R-cran-colorspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620230730 -SHA256 (colorspace_2.0-1.tar.gz) = f82fdde36058678d1bd0f410eb45a5874aa28d74e2de30399f28b070a284425e -SIZE (colorspace_2.0-1.tar.gz) = 2193384 +TIMESTAMP = 1624603847 +SHA256 (colorspace_2.0-2.tar.gz) = b891cd2ec129ed5f116429345947bcaadc33969758a108521eb0cf36bd12183a +SIZE (colorspace_2.0-2.tar.gz) = 2196563 diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index f8b8b4e5f4b..c8fcd0dfa45 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ggplot2 -PORTVERSION= 3.3.4 +PORTVERSION= 3.3.5 CATEGORIES= graphics DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/graphics/R-cran-ggplot2/distinfo b/graphics/R-cran-ggplot2/distinfo index 9e8f21df2fd..be871d6daf9 100644 --- a/graphics/R-cran-ggplot2/distinfo +++ b/graphics/R-cran-ggplot2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623926755 -SHA256 (ggplot2_3.3.4.tar.gz) = b77083663077ab57dede2832d69eed476a5e301c568158f90a5b1fb846740692 -SIZE (ggplot2_3.3.4.tar.gz) = 3087976 +TIMESTAMP = 1624704661 +SHA256 (ggplot2_3.3.5.tar.gz) = b075294faf3af31b18e415f260c62d6000b218770e430484fe38819bdc3224ea +SIZE (ggplot2_3.3.5.tar.gz) = 3063309 diff --git a/graphics/dssim/Makefile b/graphics/dssim/Makefile index ac3c68c9afa..6a5c91ac442 100644 --- a/graphics/dssim/Makefile +++ b/graphics/dssim/Makefile @@ -1,5 +1,6 @@ PORTNAME= dssim DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= CRATESIO # XXX Teach USES=cargo to have proper default diff --git a/graphics/freeglut/Makefile b/graphics/freeglut/Makefile index 019f5eeaf54..22c2bddd9eb 100644 --- a/graphics/freeglut/Makefile +++ b/graphics/freeglut/Makefile @@ -1,8 +1,7 @@ # Created by: thierry@pompo.net PORTNAME= freeglut -PORTVERSION= 3.0.0 -PORTREVISION= 3 +PORTVERSION= 3.2.1 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/freeglut/distinfo b/graphics/freeglut/distinfo index 4397410fd61..3e2f66098b0 100644 --- a/graphics/freeglut/distinfo +++ b/graphics/freeglut/distinfo @@ -1,2 +1,3 @@ -SHA256 (freeglut-3.0.0.tar.gz) = 2a43be8515b01ea82bcfa17d29ae0d40bd128342f0930cd1f375f1ff999f76a2 -SIZE (freeglut-3.0.0.tar.gz) = 419095 +TIMESTAMP = 1616308723 +SHA256 (freeglut-3.2.1.tar.gz) = d4000e02102acaf259998c870e25214739d1f16f67f99cb35e4f46841399da68 +SIZE (freeglut-3.2.1.tar.gz) = 440228 diff --git a/graphics/freeglut/files/patch-src_fg__joystick.c b/graphics/freeglut/files/patch-src_fg__joystick.c deleted file mode 100644 index 3618d8db200..00000000000 --- a/graphics/freeglut/files/patch-src_fg__joystick.c +++ /dev/null @@ -1,304 +0,0 @@ ---- src/fg_joystick.c.orig 2014-10-20 15:27:04 UTC -+++ src/fg_joystick.c -@@ -40,238 +40,6 @@ - #define JS_TRUE 1 - #define JS_FALSE 0 - --/* BSD defines from "jsBSD.cxx" around lines 42-270 */ -- --#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) -- --# ifdef HAVE_USB_JS --# if defined(__NetBSD__) --/* XXX The below hack is done until freeglut's autoconf is updated. */ --# define HAVE_USBHID_H 1 --# ifdef HAVE_USBHID_H --# include --# else --# include --# endif --# elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) --# ifdef HAVE_USBHID_H --# include --# else --# include --# endif --# endif --# include --# include -- --/* Compatibility with older usb.h revisions */ --# if !defined(USB_MAX_DEVNAMES) && defined(MAXDEVNAMES) --# define USB_MAX_DEVNAMES MAXDEVNAMES --# endif --# endif -- --static int hatmap_x[9] = { 0, 0, 1, 1, 1, 0, -1, -1, -1 }; --static int hatmap_y[9] = { 0, 1, 1, 0, -1, -1, -1, 0, 1 }; --struct os_specific_s { -- char fname [128 ]; -- int fd; -- int is_analog; -- /* The following structure members are specific to analog joysticks */ -- struct joystick ajs; --# ifdef HAVE_USB_JS -- /* The following structure members are specific to USB joysticks */ -- struct hid_item *hids; -- int hid_dlen; -- int hid_offset; -- char *hid_data_buf; -- int axes_usage [ _JS_MAX_AXES ]; --# endif -- /* We keep button and axes state ourselves, as they might not be updated -- * on every read of a USB device -- */ -- int cache_buttons; -- float cache_axes [ _JS_MAX_AXES ]; --}; -- --/* Idents lower than USB_IDENT_OFFSET are for analog joysticks. */ --# define USB_IDENT_OFFSET 2 -- --# define USBDEV "/dev/usb" --# define UHIDDEV "/dev/uhid" --# define AJSDEV "/dev/joy" -- --# ifdef HAVE_USB_JS --/* -- * fghJoystickFindUSBdev (and its helper, fghJoystickWalkUSBdev) try to locate -- * the full name of a USB device. If /dev/usbN isn't readable, we punt and -- * return the uhidN device name. We warn the user of this situation once. -- */ --static char *fghJoystickWalkUSBdev(int f, char *dev, char *out, int outlen) --{ -- struct usb_device_info di; -- int i, a; -- char *cp; -- -- for (a = 1; a < USB_MAX_DEVICES; a++) { -- di.udi_addr = a; -- if (ioctl(f, USB_DEVICEINFO, &di) != 0) -- return NULL; -- for (i = 0; i < USB_MAX_DEVNAMES; i++) -- if (di.udi_devnames[i][0] && -- strcmp(di.udi_devnames[i], dev) == 0) { -- cp = calloc( 1, strlen(di.udi_vendor) + strlen(di.udi_product) + 2); -- strcpy(cp, di.udi_vendor); -- strcat(cp, " "); -- strcat(cp, di.udi_product); -- strncpy(out, cp, outlen - 1); -- out[outlen - 1] = 0; -- free( cp ); -- return out; -- } -- } -- return NULL; --} -- --static int fghJoystickFindUSBdev(char *name, char *out, int outlen) --{ -- int i, f; -- char buf[50]; -- char *cp; -- static int protection_warned = 0; -- -- for (i = 0; i < 16; i++) { -- snprintf(buf, sizeof(buf), "%s%d", USBDEV, i); -- f = open(buf, O_RDONLY); -- if (f >= 0) { -- cp = fghJoystickWalkUSBdev(f, name, out, outlen); -- close(f); -- if (cp) -- return 1; -- } -- else if (errno == EACCES) { -- if (!protection_warned) { -- fgWarning ( "Can't open %s for read!", buf ); -- protection_warned = 1; -- } -- } -- } -- return 0; --} -- --static int fghJoystickInitializeHID(struct os_specific_s *os, -- int *num_axes, int *num_buttons) --{ -- int size, is_joystick; --# ifdef HAVE_USBHID_H -- int report_id = 0; --# endif -- struct hid_data *d; -- struct hid_item h; -- report_desc_t rd; -- -- if ( ( rd = hid_get_report_desc( os->fd ) ) == 0 ) -- { -- fgWarning ( "error: %s: %s", os->fname, strerror( errno ) ); -- return FALSE; -- } -- -- os->hids = NULL; -- --# ifdef HAVE_USBHID_H -- if( ioctl( os->fd, USB_GET_REPORT_ID, &report_id ) < 0) -- { -- /*** XXX {report_id} may not be the right variable? ***/ -- fgWarning ( "error: %s%d: %s", UHIDDEV, report_id, strerror( errno ) ); -- return FALSE; -- } -- -- size = hid_report_size( rd, hid_input, report_id ); --# else -- size = hid_report_size( rd, 0, hid_input ); --# endif -- os->hid_data_buf = calloc( 1, size ); -- os->hid_dlen = size; -- -- is_joystick = 0; --# ifdef HAVE_USBHID_H -- d = hid_start_parse( rd, 1 << hid_input, report_id ); --# else -- d = hid_start_parse( rd, 1 << hid_input ); --# endif -- while( hid_get_item( d, &h ) ) -- { -- int usage, page, interesting_hid; -- -- page = HID_PAGE( h.usage ); -- usage = HID_USAGE( h.usage ); -- -- /* This test is somewhat too simplistic, but this is how MicroSoft -- * does, so I guess it works for all joysticks/game pads. */ -- is_joystick = is_joystick || -- ( h.kind == hid_collection && -- page == HUP_GENERIC_DESKTOP && -- ( usage == HUG_JOYSTICK || usage == HUG_GAME_PAD ) ); -- -- if( h.kind != hid_input ) -- continue; -- -- if( !is_joystick ) -- continue; -- -- interesting_hid = TRUE; -- if( page == HUP_GENERIC_DESKTOP ) -- { -- switch( usage ) -- { -- case HUG_X: -- case HUG_RX: -- case HUG_Y: -- case HUG_RY: -- case HUG_Z: -- case HUG_RZ: -- case HUG_SLIDER: -- if( *num_axes < _JS_MAX_AXES ) -- { -- os->axes_usage[ *num_axes ] = usage; -- ( *num_axes )++; -- } -- break; -- case HUG_HAT_SWITCH: -- /* Allocate two axes for a hat */ -- if( *num_axes + 1 < _JS_MAX_AXES ) -- { -- os->axes_usage[ *num_axes ] = usage; -- (*num_axes)++; -- os->axes_usage[ *num_axes ] = usage; -- (*num_axes)++; -- } -- break; -- default: -- interesting_hid = FALSE; -- break; -- } -- } -- else if( page == HUP_BUTTON ) -- { -- interesting_hid = ( usage > 0 ) && -- ( usage <= _JS_MAX_BUTTONS ); -- -- if( interesting_hid && usage - 1 > *num_buttons ) -- *num_buttons = usage - 1; -- } -- -- if( interesting_hid ) -- { -- h.next = os->hids; -- os->hids = calloc( 1, sizeof ( struct hid_item ) ); -- *os->hids = h; -- } -- } -- hid_end_parse( d ); -- -- return os->hids != NULL; --} --# endif --#endif - - /* - * Functions associated with the "jsJoystick" class in PLIB -@@ -306,26 +74,6 @@ extern void fgPlatformJoystickClose ( in - #define MAX_NUM_JOYSTICKS 2 - SFG_Joystick *fgJoystick [ MAX_NUM_JOYSTICKS ]; - --/* -- * Read the raw joystick data -- */ --static void fghJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes ) --{ -- int i; -- -- /* Defaults */ -- if( buttons ) -- *buttons = 0; -- -- if( axes ) -- for( i = 0; i < joy->num_axes; i++ ) -- axes[ i ] = 1500.0f; -- -- if( joy->error ) -- return; -- -- fgPlatformJoystickRawRead ( joy, buttons, axes ); --} - - /* - * Correct the joystick axis data -@@ -384,7 +132,7 @@ static void fghJoystickRead( SFG_Joystic - axes[ i ] = 0.0f; - } - -- fghJoystickRawRead( joy, buttons, raw_axes ); -+ fgJoystickRawRead( joy, buttons, raw_axes ); - - if( axes ) - for( i=0; inum_axes; i++ ) -@@ -966,6 +714,26 @@ int fgJoystickDetect( void ) - } - - /* -+ * Read the raw joystick data -+ */ -+void fgJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes ) -+{ -+ int i; -+ -+ /* Defaults */ -+ if( buttons ) -+ *buttons = 0; -+ -+ if( axes ) -+ for( i = 0; i < joy->num_axes; i++ ) -+ axes[ i ] = 1500.0f; -+ -+ if( joy->error ) -+ return; -+ -+ fgPlatformJoystickRawRead ( joy, buttons, axes ); -+} -+/* - * Joystick information, setup and execution functions - */ - diff --git a/graphics/freeglut/files/patch-src_x11_fg__joystick__x11.c b/graphics/freeglut/files/patch-src_x11_fg__joystick__x11.c index e2cd05f3593..4479c167571 100644 --- a/graphics/freeglut/files/patch-src_x11_fg__joystick__x11.c +++ b/graphics/freeglut/files/patch-src_x11_fg__joystick__x11.c @@ -1,23 +1,116 @@ ---- src/x11/fg_joystick_x11.c.orig 2014-12-02 05:22:12 UTC +--- src/x11/fg_joystick_x11.c.orig 2021-03-21 08:11:11 UTC +++ src/x11/fg_joystick_x11.c -@@ -46,6 +46,183 @@ - #define MAX_NUM_JOYSTICKS 2 - extern SFG_Joystick *fgJoystick [ MAX_NUM_JOYSTICKS ]; +@@ -41,196 +41,135 @@ -+#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) + #include + ++/*this should be defined in a header file */ ++#define MAX_NUM_JOYSTICKS 2 + +-/* BSD defines from "jsBSD.cxx" around lines 42-270 */ +- + #if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +- +-# ifdef HAVE_USB_JS +-# if defined(__NetBSD__) +-# ifdef HAVE_USBHID_H +-# include +-# else +-# include +-# endif +-# include +-# elif defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +-# ifdef HAVE_USBHID_H +-# include +-# else +-# include +-# endif +-# include +-# endif +-# include +- +-/* Compatibility with older usb.h revisions */ +-# if !defined(USB_MAX_DEVNAMES) && defined(MAXDEVNAMES) +-# define USB_MAX_DEVNAMES MAXDEVNAMES +-# endif +-# endif +- +-struct os_specific_s { +- char fname [128 ]; +- int fd; +- int is_analog; +- /* The following structure members are specific to analog joysticks */ +- struct joystick ajs; +-# ifdef HAVE_USB_JS +- /* The following structure members are specific to USB joysticks */ +- struct hid_item *hids; +- int hid_dlen; +- int hid_offset; +- char *hid_data_buf; +- int axes_usage [ _JS_MAX_AXES ]; +-# endif +- /* We keep button and axes state ourselves, as they might not be updated +- * on every read of a USB device +- */ +- int cache_buttons; +- float cache_axes [ _JS_MAX_AXES ]; +-}; +- +-/* Idents lower than USB_IDENT_OFFSET are for analog joysticks. */ +-# define USB_IDENT_OFFSET 2 +- +-# define USBDEV "/dev/usb" +-# define UHIDDEV "/dev/uhid" +-# define AJSDEV "/dev/joy" +- +- +-#endif +- +-#if defined(__NetBSD__) || defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +- +-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) +-static int hatmap_x[9] = {0, 0, 1, 1, 1, 0, -1, -1, -1}; +-static int hatmap_y[9] = {0, 1, 1, 0, -1, -1, -1, 0, 1}; +- +-# ifdef HAVE_USB_JS +# ifdef HAVE_USB_JS -+/* + /* +-* fghJoystickFindUSBdev (and its helper, fghJoystickWalkUSBdev) try to locate +-* the full name of a USB device. If /dev/usbN isn't readable, we punt and +-* return the uhidN device name. We warn the user of this situation once. +-*/ + * fghJoystickFindUSBdev (and its helper, fghJoystickWalkUSBdev) try to locate + * the full name of a USB device. If /dev/usbN isn't readable, we punt and + * return the uhidN device name. We warn the user of this situation once. + */ -+static char *fghJoystickWalkUSBdev(int f, char *dev, char *out, int outlen) -+{ + static char *fghJoystickWalkUSBdev(int f, char *dev, char *out, int outlen) + { +- struct usb_device_info di; +- int i, a; +- char *cp; +#if __FreeBSD_version < 800061 + struct usb_device_info di; + int i, a; + char *cp; -+ + +- for (a = 1; a < USB_MAX_DEVICES; a++) { +- di.udi_addr = a; +- if (ioctl(f, USB_DEVICEINFO, &di) != 0) +- return NULL; +- for (i = 0; i < USB_MAX_DEVNAMES; i++) +- if (di.udi_devnames[i][0] && +- strcmp(di.udi_devnames[i], dev) == 0) { +- cp = calloc(1, strlen(di.udi_vendor) + strlen(di.udi_product) + 2); +- strcpy(cp, di.udi_vendor); +- strcat(cp, " "); +- strcat(cp, di.udi_product); +- strncpy(out, cp, outlen - 1); +- out[outlen - 1] = 0; +- free(cp); +- return out; +- } +- } +- return NULL; + for (a = 1; a < USB_MAX_DEVICES; a++) { + di.udi_addr = a; + if (ioctl(f, USB_DEVICEINFO, &di) != 0) @@ -37,15 +130,34 @@ + } +#endif + return NULL; -+} -+ -+static int fghJoystickFindUSBdev(char *name, char *out, int outlen) -+{ + } + + static int fghJoystickFindUSBdev(char *name, char *out, int outlen) + { +- int i, f; +- char buf[50]; +- char *cp; +- static int protection_warned = 0; + int i, f; + char buf[50]; + char *cp; + static int protection_warned = 0; -+ + +- for (i = 0; i < 16; i++) { +- snprintf(buf, sizeof(buf), "%s%d", USBDEV, i); +- f = open(buf, O_RDONLY); +- if (f >= 0) { +- cp = fghJoystickWalkUSBdev(f, name, out, outlen); +- close(f); +- if (cp) +- return 1; +- } +- else if (errno == EACCES) { +- if (!protection_warned) { +- fgWarning("Can't open %s for read!", buf); +- protection_warned = 1; +- } +- } + for (i = 0; i < 16; i++) { + snprintf(buf, sizeof(buf), "%s%d", USBDEV, i); + f = open(buf, O_RDONLY); @@ -54,7 +166,8 @@ + close(f); + if (cp) + return 1; -+ } + } +- return 0; + else if (errno == EACCES) { + if (!protection_warned) { + fgWarning ( "Can't open %s for read!", buf ); @@ -63,128 +176,190 @@ + } + } + return 0; -+} -+ -+static int fghJoystickInitializeHID(struct os_specific_s *os, + } +-#endif + + static int fghJoystickInitializeHID(struct os_specific_s *os, +- int *num_axes, int *num_buttons) + int *num_axes, int *num_buttons) -+{ -+ int size, is_joystick; -+# ifdef HAVE_USBHID_H + { + int size, is_joystick; + # ifdef HAVE_USBHID_H +- int report_id = 0; + int report_id = 0; -+# endif -+ struct hid_data *d; -+ struct hid_item h; -+ report_desc_t rd; -+ + # endif + struct hid_data *d; + struct hid_item h; + report_desc_t rd; + +- if ((rd = hid_get_report_desc(os->fd)) == 0) + if ( ( rd = hid_get_report_desc( os->fd ) ) == 0 ) -+ { + { +- fgWarning("error: %s: %s", os->fname, strerror(errno)); + fgWarning ( "error: %s: %s", os->fname, strerror( errno ) ); -+ return FALSE; -+ } -+ -+ os->hids = NULL; -+ -+# ifdef HAVE_USBHID_H + return FALSE; + } + + os->hids = NULL; + + # ifdef HAVE_USBHID_H +- if (ioctl(os->fd, USB_GET_REPORT_ID, &report_id) < 0) +- { +- /*** XXX {report_id} may not be the right variable? ***/ +- fgWarning("error: %s%d: %s", UHIDDEV, report_id, strerror(errno)); +- return FALSE; +- } + if( ioctl( os->fd, USB_GET_REPORT_ID, &report_id ) < 0) + { + /*** XXX {report_id} may not be the right variable? ***/ + fgWarning ( "error: %s%d: %s", UHIDDEV, report_id, strerror( errno ) ); + return FALSE; + } -+ + +- size = hid_report_size(rd, hid_input, report_id); + size = hid_report_size( rd, hid_input, report_id ); -+# else + # else +- size = hid_report_size(rd, 0, hid_input); + size = hid_report_size( rd, 0, hid_input ); -+# endif + # endif +- os->hid_data_buf = calloc(1, size); + os->hid_data_buf = calloc( 1, size ); -+ os->hid_dlen = size; -+ -+ is_joystick = 0; -+# ifdef HAVE_USBHID_H + os->hid_dlen = size; + + is_joystick = 0; + # ifdef HAVE_USBHID_H +- d = hid_start_parse(rd, 1 << hid_input, report_id); + d = hid_start_parse( rd, 1 << hid_input, report_id ); -+# else + # else +- d = hid_start_parse(rd, 1 << hid_input); + d = hid_start_parse( rd, 1 << hid_input ); -+# endif + # endif +- while (hid_get_item(d, &h)) +- { +- int usage, page, interesting_hid; + while( hid_get_item( d, &h ) ) + { + int usage, page, interesting_hid; -+ + +- page = HID_PAGE(h.usage); +- usage = HID_USAGE(h.usage); + page = HID_PAGE( h.usage ); + usage = HID_USAGE( h.usage ); -+ + +- /* This test is somewhat too simplistic, but this is how MicroSoft +- * does, so I guess it works for all joysticks/game pads. */ +- is_joystick = is_joystick || +- (h.kind == hid_collection && +- page == HUP_GENERIC_DESKTOP && +- (usage == HUG_JOYSTICK || usage == HUG_GAME_PAD)); + /* This test is somewhat too simplistic, but this is how MicroSoft + * does, so I guess it works for all joysticks/game pads. */ + is_joystick = is_joystick || + ( h.kind == hid_collection && + page == HUP_GENERIC_DESKTOP && + ( usage == HUG_JOYSTICK || usage == HUG_GAME_PAD ) ); -+ + +- if (h.kind != hid_input) +- continue; + if( h.kind != hid_input ) + continue; -+ + +- if (!is_joystick) +- continue; + if( !is_joystick ) + continue; -+ + +- interesting_hid = TRUE; +- if (page == HUP_GENERIC_DESKTOP) +- { +- switch (usage) + interesting_hid = TRUE; + if( page == HUP_GENERIC_DESKTOP ) -+ { + { + switch( usage ) + { -+ case HUG_X: -+ case HUG_RX: -+ case HUG_Y: -+ case HUG_RY: -+ case HUG_Z: -+ case HUG_RZ: -+ case HUG_SLIDER: + case HUG_X: + case HUG_RX: + case HUG_Y: +@@ -238,53 +177,51 @@ static int fghJoystickInitializeHID(struct os_specific + case HUG_Z: + case HUG_RZ: + case HUG_SLIDER: +- if (*num_axes < _JS_MAX_AXES) + if( *num_axes < _JS_MAX_AXES ) -+ { + { +- os->axes_usage[*num_axes] = usage; +- (*num_axes)++; + os->axes_usage[ *num_axes ] = usage; + ( *num_axes )++; -+ } -+ break; -+ case HUG_HAT_SWITCH: -+ /* Allocate two axes for a hat */ + } + break; + case HUG_HAT_SWITCH: + /* Allocate two axes for a hat */ +- if (*num_axes + 1 < _JS_MAX_AXES) + if( *num_axes + 1 < _JS_MAX_AXES ) -+ { + { +- os->axes_usage[*num_axes] = usage; + os->axes_usage[ *num_axes ] = usage; -+ (*num_axes)++; + (*num_axes)++; +- os->axes_usage[*num_axes] = usage; + os->axes_usage[ *num_axes ] = usage; -+ (*num_axes)++; -+ } -+ break; -+ default: -+ interesting_hid = FALSE; -+ break; + (*num_axes)++; + } + break; + default: + interesting_hid = FALSE; + break; + } -+ } + } +- } +- else if (page == HUP_BUTTON) +- { +- interesting_hid = (usage > 0) && +- (usage <= _JS_MAX_BUTTONS); + else if( page == HUP_BUTTON ) + { + interesting_hid = ( usage > 0 ) && + ( usage <= _JS_MAX_BUTTONS ); -+ + +- if (interesting_hid && usage - 1 > *num_buttons) +- *num_buttons = usage - 1; +- } + if( interesting_hid && usage - 1 > *num_buttons ) + *num_buttons = usage - 1; + } -+ + +- if (interesting_hid) +- { +- h.next = os->hids; +- os->hids = calloc(1, sizeof(struct hid_item)); +- *os->hids = h; + if( interesting_hid ) + { + h.next = os->hids; + os->hids = calloc( 1, sizeof ( struct hid_item ) ); + *os->hids = h; + } -+ } + } +- } +- hid_end_parse(d); + hid_end_parse( d ); -+ + +- return os->hids != NULL; + return os->hids != NULL; -+} + } +-# endif +-#endif +# endif /* HAVE_USB_JS */ +#endif /* FreeBSD or NetBSD */ -+ + + +-/*this should be defined in a header file */ +-#define MAX_NUM_JOYSTICKS 2 + extern SFG_Joystick *fgJoystick [ MAX_NUM_JOYSTICKS ]; + void fgPlatformJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes ) - { - int status; -@@ -259,7 +436,7 @@ void fgPlatformJoystickOpen( SFG_Joystic +@@ -500,7 +437,7 @@ void fgPlatformJoystickOpen( SFG_Joystick* joy ) joy->num_axes = 2; joy->num_buttons = 32; @@ -193,7 +368,7 @@ joy->error = axes[ 0 ] < -1000000000.0f; if( joy->error ) return; -@@ -379,7 +556,7 @@ void fgPlatformJoystickOpen( SFG_Joystic +@@ -620,7 +557,7 @@ void fgPlatformJoystickOpen( SFG_Joystick* joy ) do { @@ -202,3 +377,27 @@ counter++; } while( !joy->error && counter < 100 && +@@ -647,6 +584,23 @@ void fgPlatformJoystickOpen( SFG_Joystick* joy ) + #endif + } + ++void fgJoystickRawRead( SFG_Joystick* joy, int* buttons, float* axes ) ++{ ++ int i; ++ ++ /* Defaults */ ++ if( buttons ) ++ *buttons = 0; ++ ++ if( axes ) ++ for( i = 0; i < joy->num_axes; i++ ) ++ axes[ i ] = 1500.0f; ++ ++ if( joy->error ) ++ return; ++ ++ fgPlatformJoystickRawRead ( joy, buttons, axes ); ++} + + void fgPlatformJoystickInit( SFG_Joystick *fgJoystick[], int ident ) + { diff --git a/graphics/freeglut/pkg-plist b/graphics/freeglut/pkg-plist index 9d4865b4668..0ff52f8015d 100644 --- a/graphics/freeglut/pkg-plist +++ b/graphics/freeglut/pkg-plist @@ -1,24 +1,29 @@ include/GL/freeglut.h include/GL/freeglut_ext.h include/GL/freeglut_std.h +include/GL/freeglut_ucall.h include/GL/glut.h +lib/cmake/FreeGLUT/FreeGLUTConfig.cmake +lib/cmake/FreeGLUT/FreeGLUTConfigVersion.cmake +lib/cmake/FreeGLUT/FreeGLUTTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/FreeGLUT/FreeGLUTTargets.cmake lib/libglut.a lib/libglut.so lib/libglut.so.3 -lib/libglut.so.3.10.0 -libdata/pkgconfig/freeglut.pc +lib/libglut.so.3.11.0 +libdata/pkgconfig/glut.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/CallbackMaker %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Fractals %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Fractals_random -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Lorenz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/One %%PORTEXAMPLES%%%%EXAMPLESDIR%%/Resizer +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/fractals.dat %%PORTEXAMPLES%%%%EXAMPLESDIR%%/multi-touch +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shapes %%PORTEXAMPLES%%%%EXAMPLESDIR%%/smooth_opengl3 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/spaceball %%PORTEXAMPLES%%%%EXAMPLESDIR%%/subwin -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/shapes %%PORTEXAMPLES%%%%EXAMPLESDIR%%/timer %%PORTDOCS%%%%DOCSDIR%%/download.html %%PORTDOCS%%%%DOCSDIR%%/freeglut.html diff --git a/graphics/gifski/Makefile b/graphics/gifski/Makefile index ce5eb406f46..8f1edf2d2fa 100644 --- a/graphics/gifski/Makefile +++ b/graphics/gifski/Makefile @@ -1,6 +1,6 @@ PORTNAME= gifski DISTVERSION= 1.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/gifski/files/patch-powerpc b/graphics/gifski/files/patch-powerpc new file mode 100644 index 00000000000..0d1598b7d31 --- /dev/null +++ b/graphics/gifski/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.90/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 3db672132f7..505eda04227 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -2,7 +2,7 @@ PORTNAME?= gimp-app PORTVERSION= 2.10.24 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH?= 1 CATEGORIES?= graphics gnome MASTER_SITES= GIMP/gimp/v${PORTVERSION:R} @@ -41,6 +41,7 @@ LIB_DEPENDS+= libjson-glib-1.0.so:devel/json-glib \ LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind +LIB_DEPENDS_armv7= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind diff --git a/graphics/ikona/Makefile b/graphics/ikona/Makefile index b7a94ccbcba..19048c92248 100644 --- a/graphics/ikona/Makefile +++ b/graphics/ikona/Makefile @@ -1,6 +1,6 @@ PORTNAME= ikona DISTVERSION= 1.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics kde MASTER_SITES= KDE/stable/${PORTNAME}/${DISTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/graphics/libGLU/Makefile b/graphics/libGLU/Makefile index 122d5b57813..3f332cd6d99 100644 --- a/graphics/libGLU/Makefile +++ b/graphics/libGLU/Makefile @@ -1,8 +1,7 @@ # Created by: Eric Anholt PORTNAME= libGLU -PORTVERSION= 9.0.1 -PORTREVISION= 1 +PORTVERSION= 9.0.2 CATEGORIES= graphics MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/glu/ \ https://mesa.freedesktop.org/archive/glu/ @@ -11,11 +10,12 @@ DISTNAME= glu-${PORTVERSION} MAINTAINER= x11@FreeBSD.org COMMENT= OpenGL utility library -USES= gl libtool pathfix pkgconfig tar:xz xorg +USES= gl libtool pathfix pkgconfig tar:xz GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-static +CONFIGURE_ARGS= --disable-static \ + --enable-libglvnd INSTALL_TARGET= install-strip -USE_GL= gl +USE_GL= opengl USE_LDCONFIG= yes .include diff --git a/graphics/libGLU/distinfo b/graphics/libGLU/distinfo index 3bd4f27487b..d0b35fda246 100644 --- a/graphics/libGLU/distinfo +++ b/graphics/libGLU/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1568738956 -SHA256 (glu-9.0.1.tar.xz) = fb5a4c2dd6ba6d1c21ab7c05129b0769544e1d68e1e3b0ffecb18e73c93055bc -SIZE (glu-9.0.1.tar.xz) = 434632 +TIMESTAMP = 1624573301 +SHA256 (glu-9.0.2.tar.xz) = 6e7280ff585c6a1d9dfcdf2fca489251634b3377bfc33c29e4002466a38d02d4 +SIZE (glu-9.0.2.tar.xz) = 436176 diff --git a/graphics/libGLU/pkg-descr b/graphics/libGLU/pkg-descr index 3a7d2e784f7..54ae846cd8b 100644 --- a/graphics/libGLU/pkg-descr +++ b/graphics/libGLU/pkg-descr @@ -1,3 +1,3 @@ This package contains the OpenGL utility library. -WWW: http://www.freedesktop.org/Software/xorg +WWW: https://gitlab.freedesktop.org/mesa/glu diff --git a/graphics/libGLU/pkg-plist b/graphics/libGLU/pkg-plist index 5943486f710..7a4a80087ff 100644 --- a/graphics/libGLU/pkg-plist +++ b/graphics/libGLU/pkg-plist @@ -1,5 +1,4 @@ include/GL/glu.h -include/GL/glu_mangle.h lib/libGLU.so lib/libGLU.so.1 lib/libGLU.so.1.3.1 diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 2c6127009fe..7254346ac20 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -2,7 +2,7 @@ PORTNAME= libopenraw PORTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/graphics/libopenraw/files/patch-powerpc b/graphics/libopenraw/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/graphics/libopenraw/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/librsvg2-rust/Makefile b/graphics/librsvg2-rust/Makefile index b60e8bae463..eda6bb0e1bb 100644 --- a/graphics/librsvg2-rust/Makefile +++ b/graphics/librsvg2-rust/Makefile @@ -2,7 +2,7 @@ PORTNAME= librsvg PORTVERSION= 2.50.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust diff --git a/graphics/librsvg2-rust/files/patch-powerpc b/graphics/librsvg2-rust/files/patch-powerpc new file mode 100644 index 00000000000..79df27fcf5c --- /dev/null +++ b/graphics/librsvg2-rust/files/patch-powerpc @@ -0,0 +1,62 @@ +--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ vendor/libc/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/maim/Makefile b/graphics/maim/Makefile index a18d11d4914..53b25b95541 100644 --- a/graphics/maim/Makefile +++ b/graphics/maim/Makefile @@ -1,7 +1,6 @@ PORTNAME= maim DISTVERSIONPREFIX= v -DISTVERSION= 5.6.3 -PORTREVISION= 5 +DISTVERSION= 5.7.4 CATEGORIES= graphics MAINTAINER= 0mp@FreeBSD.org diff --git a/graphics/maim/distinfo b/graphics/maim/distinfo index d974f44417a..27a97307ccb 100644 --- a/graphics/maim/distinfo +++ b/graphics/maim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586873746 -SHA256 (naelstrof-maim-v5.6.3_GH0.tar.gz) = b4f9381ec66ce0bd35d7a4f2d83439b253d573a50881c213cacf63b0c00b0863 -SIZE (naelstrof-maim-v5.6.3_GH0.tar.gz) = 40217 +TIMESTAMP = 1624533000 +SHA256 (naelstrof-maim-v5.7.4_GH0.tar.gz) = 075090fd4c3b87663a26d0c2de63b5c822fd96aaeef6ac4fe6ded3abd506be9e +SIZE (naelstrof-maim-v5.7.4_GH0.tar.gz) = 41663 diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 5df59c27fc4..7993e4cb096 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 21.1-branchpoint-3477 -DISTVERSIONSUFFIX= -gd22cdcd33a4 +DISTVERSION= 21.1-branchpoint-3657 +DISTVERSIONSUFFIX= -ga917c7433ac CATEGORIES= graphics PKGNAMESUFFIX= -devel @@ -11,9 +11,7 @@ PATCHFILES+= cb8f7a253934.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/- PATCHFILES+= 700efacda59c.patch:-p1 PATCHFILES+= e141af3ac859.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/issues/966#note_394512 PATCHFILES+= 167fa293d7b7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5464 -PATCHFILES+= d58b934a6aa7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7778 PATCHFILES+= 50433886a3e3.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6881 -PATCHFILES+= 79a9c5e470c2.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8221 PATCHFILES+= 891152495cf7.patch:-p1 # https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9168 MAINTAINER= jbeich@FreeBSD.org diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index 6206a49624d..a786f426a5f 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624491873 -SHA256 (mesa3d-mesa-21.1-branchpoint-3477-gd22cdcd33a4_GH0.tar.gz) = 0b78bb10ea08612417a9154cc79e7bcf7983ce44f7551107e24c462edfd4fdaa -SIZE (mesa3d-mesa-21.1-branchpoint-3477-gd22cdcd33a4_GH0.tar.gz) = 24267920 +TIMESTAMP = 1624924390 +SHA256 (mesa3d-mesa-21.1-branchpoint-3657-ga917c7433ac_GH0.tar.gz) = a5f0512a7e3961f5d90403f09f51009f774b758c4ec3d5da670836b81a1f93c6 +SIZE (mesa3d-mesa-21.1-branchpoint-3657-ga917c7433ac_GH0.tar.gz) = 24289140 SHA256 (55822330540d.patch) = fc776fee1d59f743a060ad1f78e1d9eba8826beb1fe7abef1734a407734b6109 SIZE (55822330540d.patch) = 1278 SHA256 (f6c7569ad9ea.patch) = 481784ca37e35549bf265e21eee1b9a29d2b0b8d3294de1d5b6b83a84f3d7a9b @@ -13,11 +13,7 @@ SHA256 (e141af3ac859.patch) = b547f7389a9ea7f9d69e32e86854b291f04b2f2f5738cd87b2 SIZE (e141af3ac859.patch) = 2379 SHA256 (167fa293d7b7.patch) = cc3ad8e59d5d4d7380917e715f676abba65549b07e377dbf6fcec5c294915360 SIZE (167fa293d7b7.patch) = 2496 -SHA256 (d58b934a6aa7.patch) = 3b518588d716accd2385593fd56591749a348dbb88ac3776ecb8c28d43838e30 -SIZE (d58b934a6aa7.patch) = 3893 SHA256 (50433886a3e3.patch) = 15af265e9dbb5dec7514062cfa549d1c1053f567395d9d133611c2a5138da470 SIZE (50433886a3e3.patch) = 2008 -SHA256 (79a9c5e470c2.patch) = d6f5e0378d16864e21399c4e0b9192ea2de540ef1421e672b62c5e1c69252cab -SIZE (79a9c5e470c2.patch) = 866 SHA256 (891152495cf7.patch) = e120e26688c1bfca76f4cb711814d1483693cbc66fcb130c88f98a8bf142f826 SIZE (891152495cf7.patch) = 1258 diff --git a/graphics/mesa-dri/Makefile.common b/graphics/mesa-dri/Makefile.common index 411a760b023..7ed581dd567 100644 --- a/graphics/mesa-dri/Makefile.common +++ b/graphics/mesa-dri/Makefile.common @@ -41,7 +41,7 @@ LIB_DEPENDS+= libdrm.so:graphics/libdrm .if ${COMPONENT} != libs LIB_DEPENDS+= libglapi.so:graphics/mesa-libs .endif -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif .if ${OPSYS} == DragonFly diff --git a/graphics/p5-Convert-Color-XTerm/Makefile b/graphics/p5-Convert-Color-XTerm/Makefile index a5993c98b9d..93ccabfe6b7 100644 --- a/graphics/p5-Convert-Color-XTerm/Makefile +++ b/graphics/p5-Convert-Color-XTerm/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= Convert-Color-XTerm -PORTVERSION= 0.05 +PORTVERSION= 0.06 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Convert-Color>=0.06:graphics/p5-Convert-Color USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuild NO_ARCH= yes diff --git a/graphics/p5-Convert-Color-XTerm/distinfo b/graphics/p5-Convert-Color-XTerm/distinfo index d218488dc1e..57a6bfed739 100644 --- a/graphics/p5-Convert-Color-XTerm/distinfo +++ b/graphics/p5-Convert-Color-XTerm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1507627186 -SHA256 (Convert-Color-XTerm-0.05.tar.gz) = eac0939d9677b8e161fb96d087c04a91d5f9041a542822e69209d3f79c8cedb2 -SIZE (Convert-Color-XTerm-0.05.tar.gz) = 12270 +TIMESTAMP = 1624189681 +SHA256 (Convert-Color-XTerm-0.06.tar.gz) = ae1b56388594bbccef6cffe708007f8bcccd4569e31a2c33745216a635237916 +SIZE (Convert-Color-XTerm-0.06.tar.gz) = 13289 diff --git a/graphics/p5-Graphics-TIFF/Makefile b/graphics/p5-Graphics-TIFF/Makefile index 59f51a66282..e4f7d77fd19 100644 --- a/graphics/p5-Graphics-TIFF/Makefile +++ b/graphics/p5-Graphics-TIFF/Makefile @@ -1,7 +1,7 @@ # created by: cmt@FreeBSD.org PORTNAME= Graphics-TIFF -PORTVERSION= 15 +PORTVERSION= 16 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/graphics/p5-Graphics-TIFF/distinfo b/graphics/p5-Graphics-TIFF/distinfo index dfb0cfd5b23..dac4bc9bdb5 100644 --- a/graphics/p5-Graphics-TIFF/distinfo +++ b/graphics/p5-Graphics-TIFF/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623252548 -SHA256 (Graphics-TIFF-15.tar.gz) = a9c3e866be8af11ca99d4882d21275b4d1858f23023a5d4675db8501845f0764 -SIZE (Graphics-TIFF-15.tar.gz) = 41576 +TIMESTAMP = 1624524043 +SHA256 (Graphics-TIFF-16.tar.gz) = f28901688f73e3426a7dce47832ca06fbe966b2d98efbe75e5bf11ee87ca579e +SIZE (Graphics-TIFF-16.tar.gz) = 41663 diff --git a/graphics/pastel/Makefile b/graphics/pastel/Makefile index f4b3e575394..84aeb00e338 100644 --- a/graphics/pastel/Makefile +++ b/graphics/pastel/Makefile @@ -1,7 +1,7 @@ PORTNAME= pastel DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/pastel/files/patch-powerpc b/graphics/pastel/files/patch-powerpc new file mode 100644 index 00000000000..4cf7b535001 --- /dev/null +++ b/graphics/pastel/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.70/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.70/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.70/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.70/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/py-pyglet/Makefile b/graphics/py-pyglet/Makefile index 4a7d64cdd6f..6b10f61d8a7 100644 --- a/graphics/py-pyglet/Makefile +++ b/graphics/py-pyglet/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyglet -PORTVERSION= 1.5.17 +PORTVERSION= 1.5.18 CATEGORIES= graphics multimedia x11-toolkits python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pyglet/distinfo b/graphics/py-pyglet/distinfo index 73cf92863be..369250d2f87 100644 --- a/graphics/py-pyglet/distinfo +++ b/graphics/py-pyglet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621792867 -SHA256 (pyglet-1.5.17.zip) = 7e735fe4cb2c263e4484d015652804451de140c1018f736edea6a9232da96d01 -SIZE (pyglet-1.5.17.zip) = 6900361 +TIMESTAMP = 1624546156 +SHA256 (pyglet-1.5.18.zip) = 58a318cbccf79884e40f7b4e5c7f5c25eee3f3191882202497b9ec6b3a5a9110 +SIZE (pyglet-1.5.18.zip) = 6894540 diff --git a/graphics/py-pytesseract/Makefile b/graphics/py-pytesseract/Makefile index b94c50f882b..537038b6078 100644 --- a/graphics/py-pytesseract/Makefile +++ b/graphics/py-pytesseract/Makefile @@ -1,8 +1,7 @@ PORTNAME= pytesseract -PORTVERSION= 0.3.7 -PORTREVISION= 1 +PORTVERSION= 0.3.8 +DISTVERSIONPREFIX= v CATEGORIES= graphics python -MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= mandree@FreeBSD.org @@ -13,15 +12,24 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= tesseract:graphics/tesseract \ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} -TEST_DEPENDS= tesseract:graphics/tesseract \ +TEST_DEPENDS= ${RUN_DEPENDS} \ + ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} USES= localbase python:3.4+ +USE_GITHUB= yes +GH_ACCOUNT= madmaze USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} tox + cd ${WRKSRC} && ${SETENV} ${TEST_ENV} tox -e ${PY_FLAVOR} --sitepackages -.include +.include + +.if ${PYTHON_REL} >= 30800 +TEST_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pandas>0:math/py-pandas@${PY_FLAVOR} +.endif + +.include diff --git a/graphics/py-pytesseract/distinfo b/graphics/py-pytesseract/distinfo index 89b8c53ece6..37c7cb61caf 100644 --- a/graphics/py-pytesseract/distinfo +++ b/graphics/py-pytesseract/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621679287 -SHA256 (pytesseract-0.3.7.tar.gz) = 4ecfc898d00a70fcc38d2bce729de1597c67e7bc5d2fa26094714c9f5b573645 -SIZE (pytesseract-0.3.7.tar.gz) = 13715 +TIMESTAMP = 1624690353 +SHA256 (madmaze-pytesseract-v0.3.8_GH0.tar.gz) = 6b9b35a36ff5a82ab292b14882062931333687525a383d3fff8133e2e78fd73d +SIZE (madmaze-pytesseract-v0.3.8_GH0.tar.gz) = 964344 diff --git a/graphics/py-rasterio/Makefile b/graphics/py-rasterio/Makefile index d082d32ec55..99e67c61c55 100644 --- a/graphics/py-rasterio/Makefile +++ b/graphics/py-rasterio/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= rasterio -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-rasterio/distinfo b/graphics/py-rasterio/distinfo index 0f79a6730a1..c2b60903897 100644 --- a/graphics/py-rasterio/distinfo +++ b/graphics/py-rasterio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214104 -SHA256 (rasterio-1.2.4.tar.gz) = 31248c5ddc8f138f73b166dd93384aa72d11abd0dc27dca90a190276c7976aa3 -SIZE (rasterio-1.2.4.tar.gz) = 2244311 +TIMESTAMP = 1624189693 +SHA256 (rasterio-1.2.5.tar.gz) = dbf85c2c3dbdc5000cb0afc24bd7625ff696bd8698661fed23d115164333d80f +SIZE (rasterio-1.2.5.tar.gz) = 2246611 diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile index 1b10797fd33..f894a0680c2 100644 --- a/graphics/qgis-ltr/Makefile +++ b/graphics/qgis-ltr/Makefile @@ -2,8 +2,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_16_7 -PORTREVISION= 2 +DISTVERSION= 3_16_8 CATEGORIES= graphics geography PKGNAMESUFFIX= -ltr @@ -45,6 +44,7 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \ libgeos.so:graphics/geos \ libgsl.so:math/gsl \ libhdf5.so:science/hdf5 \ + liblazperf.so:archivers/lazperf \ libnetcdf.so:science/netcdf \ libOpenCL.so:devel/ocl-icd \ libproj.so:graphics/proj \ @@ -111,7 +111,7 @@ USE_GL= gl USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_PYQT= core gui network qml quick quickwidgets qscintilla2 \ +USE_PYQT= core gui location network qml quick quickwidgets qscintilla2 \ pysip sip sql svg webkit_run webkitwidgets_run xml USE_QT= 3d buildtools_build core concurrent dbus declarative \ designer doc gamepad gui linguist_build location \ diff --git a/graphics/qgis-ltr/distinfo b/graphics/qgis-ltr/distinfo index ea01e59953d..a22927bf6d5 100644 --- a/graphics/qgis-ltr/distinfo +++ b/graphics/qgis-ltr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621143501 -SHA256 (qgis-QGIS-final-3_16_7_GH0.tar.gz) = edff70fd83917931c4b5083c551cdffe4c757cff9f288f1ca10ec63673cfa519 -SIZE (qgis-QGIS-final-3_16_7_GH0.tar.gz) = 137848552 +TIMESTAMP = 1624475354 +SHA256 (qgis-QGIS-final-3_16_8_GH0.tar.gz) = f3e8ecc8596baf2f150c04cd88dda47f9cb1de820d318a3b07df11f2f0e4b13e +SIZE (qgis-QGIS-final-3_16_8_GH0.tar.gz) = 137882857 diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 1c17007d3d3..3c7f420879e 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -2,8 +2,7 @@ PORTNAME= qgis DISTVERSIONPREFIX= final- -DISTVERSION= 3_18_3 -PORTREVISION= 4 +DISTVERSION= 3_20_0 CATEGORIES= graphics geography PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ @@ -112,7 +111,7 @@ USE_GL= gl USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes -USE_PYQT= core gui network qml quick quickwidgets qscintilla2 \ +USE_PYQT= core gui location network qml quick quickwidgets qscintilla2 \ pysip sip sql svg webkit_run webkitwidgets_run xml USE_QT= 3d buildtools_build core concurrent dbus declarative \ designer doc gamepad gui linguist_build location \ diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo index 62060ded4fe..9ed3061f46d 100644 --- a/graphics/qgis/distinfo +++ b/graphics/qgis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621091900 -SHA256 (qgis-QGIS-final-3_18_3_GH0.tar.gz) = cd8cc209c741e27f56b09cd401bda477ccb07a886eff5d41da6a1033b42ba307 -SIZE (qgis-QGIS-final-3_18_3_GH0.tar.gz) = 143026538 +TIMESTAMP = 1624111199 +SHA256 (qgis-QGIS-final-3_20_0_GH0.tar.gz) = b18b447e17cf1369f2f660d36e48401310121d5703afcfda5327c2f5fccc1f07 +SIZE (qgis-QGIS-final-3_20_0_GH0.tar.gz) = 154112618 diff --git a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py index 75c99683608..61773bee1dc 100644 --- a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py +++ b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py @@ -1,13 +1,13 @@ ---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2019-12-07 13:18:21 UTC +--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2021-02-20 09:09:52 UTC +++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py -@@ -79,13 +79,13 @@ class SagaAlgorithmProvider(QgsProcessingProvider): - - def canBeActivated(self): - version = SagaUtils.getInstalledVersion(True) -- if version is not None and (version.startswith(REQUIRED_VERSION) or version.startswith(BETA_SUPPORT_VERSION)): -+ if version is not None and (version.startswith(REQUIRED_VERSION) or version >= BETA_SUPPORT_VERSION): - return True - return False +@@ -86,13 +86,13 @@ class SagaAlgorithmProvider(QgsProcessingProvider): + version is not None + and ( + version.startswith(REQUIRED_VERSION) +- or version.startswith(BETA_SUPPORT_VERSION) ++ or version >= BETA_SUPPORT_VERSION + ) + ) def warningMessage(self): version = SagaUtils.getInstalledVersion(True) @@ -16,7 +16,7 @@ return self.tr('SAGA version {} is not officially supported - algorithms may encounter issues').format(version) return '' -@@ -96,7 +96,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider): +@@ -103,7 +103,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider): self.tr('Processing'), Qgis.Critical) return diff --git a/graphics/qgis/pkg-plist b/graphics/qgis/pkg-plist index d843b3bd722..d960cdd0207 100644 --- a/graphics/qgis/pkg-plist +++ b/graphics/qgis/pkg-plist @@ -72,6 +72,7 @@ include/qgis/qgsadvanceddigitizingfloater.h include/qgis/qgsaggregatecalculator.h include/qgis/qgsaggregatetoolbutton.h include/qgis/qgsalgorithmbatchgeocode.h +include/qgis/qgsalgorithmbatchnominatimgeocode.h include/qgis/qgsalgorithmfiledownloader.h include/qgis/qgsalgorithmimportphotos.h include/qgis/qgsalignmentcombobox.h @@ -184,12 +185,14 @@ include/qgis/qgscacheindex.h include/qgis/qgscacheindexfeatureid.h include/qgis/qgscadutils.h include/qgis/qgscallout.h +include/qgis/qgscalloutposition.h include/qgis/qgscalloutsregistry.h include/qgis/qgscalloutwidget.h include/qgis/qgscameracontroller.h include/qgis/qgscamerapose.h include/qgis/qgscategorizedsymbolrenderer.h include/qgis/qgscategorizedsymbolrendererwidget.h +include/qgis/qgscelestialbody.h include/qgis/qgscharacterselectordialog.h include/qgis/qgscheckablecombobox.h include/qgis/qgscheckablecomboboxplugin.h @@ -222,6 +225,7 @@ include/qgis/qgscodeeditorcss.h include/qgis/qgscodeeditorexpression.h include/qgis/qgscodeeditorhtml.h include/qgis/qgscodeeditorjs.h +include/qgis/qgscodeeditorjson.h include/qgis/qgscodeeditorpython.h include/qgis/qgscodeeditorsql.h include/qgis/qgscollapsiblegroupbox.h @@ -254,6 +258,7 @@ include/qgis/qgsconfig.h include/qgis/qgsconfigureshortcutsdialog.h include/qgis/qgsconnectionpool.h include/qgis/qgsconnectionregistry.h +include/qgis/qgsconnectionsitem.h include/qgis/qgscontrastenhancement.h include/qgis/qgscontrastenhancementfunction.h include/qgis/qgscoordinateboundspreviewmapwidget.h @@ -279,9 +284,11 @@ include/qgis/qgscustomprojectopenhandler.h include/qgis/qgsdartmeasurement.h include/qgis/qgsdashspacedialog.h include/qgis/qgsdatabaseschemacombobox.h +include/qgis/qgsdatabaseschemaitem.h include/qgis/qgsdatabaseschemamodel.h include/qgis/qgsdatabasetablecombobox.h include/qgis/qgsdatabasetablemodel.h +include/qgis/qgsdatacollectionitem.h include/qgis/qgsdatadefinedsizelegend.h include/qgis/qgsdatadefinedsizelegendwidget.h include/qgis/qgsdataitem.h @@ -302,6 +309,7 @@ include/qgis/qgsdatetimeeditwrapper.h include/qgis/qgsdatetimefieldformatter.h include/qgis/qgsdatetimesearchwidgetwrapper.h include/qgis/qgsdatetimestatisticalsummary.h +include/qgis/qgsdatums.h include/qgis/qgsdatumtransform.h include/qgis/qgsdatumtransformdialog.h include/qgis/qgsdbfilterproxymodel.h @@ -320,6 +328,7 @@ include/qgis/qgsdiagramrenderer.h include/qgis/qgsdial.h include/qgis/qgsdialog.h include/qgis/qgsdirectionallightsettings.h +include/qgis/qgsdirectoryitem.h include/qgis/qgsdistancearea.h include/qgis/qgsdockwidget.h include/qgis/qgsdockwidgetplugin.h @@ -346,6 +355,8 @@ include/qgis/qgsellipse.h include/qgis/qgsellipsesymbollayer.h include/qgis/qgsellipsesymbollayerwidget.h include/qgis/qgsellipsoidutils.h +include/qgis/qgsembeddedsymbolrenderer.h +include/qgis/qgsembeddedsymbolrendererwidget.h include/qgis/qgsencodingfiledialog.h include/qgis/qgsenumerationwidgetfactory.h include/qgis/qgsenumerationwidgetwrapper.h @@ -388,6 +399,7 @@ include/qgis/qgsexternalresourcewidgetplugin.h include/qgis/qgsexternalresourcewidgetwrapper.h include/qgis/qgsfallbackfieldformatter.h include/qgis/qgsfallbacknumericformat.h +include/qgis/qgsfavoritesitem.h include/qgis/qgsfeature.h include/qgis/qgsfeatureexpressionvaluesgatherer.h include/qgis/qgsfeaturefiltermodel.h @@ -428,6 +440,7 @@ include/qgis/qgsfieldmappingwidget.h include/qgis/qgsfieldmodel.h include/qgis/qgsfieldproxymodel.h include/qgis/qgsfields.h +include/qgis/qgsfieldsitem.h include/qgis/qgsfieldvalidator.h include/qgis/qgsfieldvalueslineedit.h include/qgis/qgsfilecontentsourcelineedit.h @@ -437,6 +450,7 @@ include/qgis/qgsfilefiltergenerator.h include/qgis/qgsfileutils.h include/qgis/qgsfilewidget.h include/qgis/qgsfilewidgetplugin.h +include/qgis/qgsfillsymbol.h include/qgis/qgsfillsymbollayer.h include/qgis/qgsfilterlineedit.h include/qgis/qgsfilterlineeditplugin.h @@ -449,6 +463,8 @@ include/qgis/qgsfontbuttonplugin.h include/qgis/qgsfontutils.h include/qgis/qgsformannotation.h include/qgis/qgsfractionnumericformat.h +include/qgis/qgsgcpgeometrytransformer.h +include/qgis/qgsgcptransformer.h include/qgis/qgsgdaldataitems.h include/qgis/qgsgdalfilesourcewidget.h include/qgis/qgsgdalguiprovider.h @@ -561,21 +577,28 @@ include/qgis/qgshtmlannotation.h include/qgis/qgshtmlutils.h include/qgis/qgshtmlwidgetwrapper.h include/qgis/qgshuesaturationfilter.h +include/qgis/qgsiconutils.h include/qgis/qgsidentifycontext.h include/qgis/qgsidentifymenu.h include/qgis/qgsidwinterpolator.h include/qgis/qgsifeatureselectionmanager.h include/qgis/qgsimagecache.h +include/qgis/qgsimagedroptextedit.h include/qgis/qgsimageoperation.h include/qgis/qgsindexedfeature.h include/qgis/qgsinstallgridshiftdialog.h include/qgis/qgsinternalgeometryengine.h include/qgis/qgsinterpolatedlinerenderer.h +include/qgis/qgsinterpolatedlinesymbollayerwidget.h include/qgis/qgsinterpolator.h include/qgis/qgsinterval.h include/qgis/qgsinvertedpolygonrenderer.h include/qgis/qgsinvertedpolygonrendererwidget.h include/qgis/qgsjoindialog.h +include/qgis/qgsjsoneditconfigdlg.h +include/qgis/qgsjsoneditwidget.h +include/qgis/qgsjsoneditwidgetfactory.h +include/qgis/qgsjsoneditwrapper.h include/qgis/qgsjsonutils.h include/qgis/qgskde.h include/qgis/qgskeyvaluefieldformatter.h @@ -588,18 +611,22 @@ include/qgis/qgslabeling.h include/qgis/qgslabelingengine.h include/qgis/qgslabelingenginesettings.h include/qgis/qgslabelinggui.h +include/qgis/qgslabelingresults.h include/qgis/qgslabelingwidget.h include/qgis/qgslabellineanchorwidget.h include/qgis/qgslabellinesettings.h include/qgis/qgslabelobstaclesettings.h include/qgis/qgslabelobstaclesettingswidget.h +include/qgis/qgslabelposition.h include/qgis/qgslabelsearchtree.h include/qgis/qgslabelsettingswidgetbase.h include/qgis/qgslabelthinningsettings.h include/qgis/qgslayerdefinition.h +include/qgis/qgslayeritem.h include/qgis/qgslayermetadata.h include/qgis/qgslayermetadataformatter.h include/qgis/qgslayermetadatavalidator.h +include/qgis/qgslayernotesutils.h include/qgis/qgslayerpropertieswidget.h include/qgis/qgslayertree.h include/qgis/qgslayertreeembeddedconfigwidget.h @@ -736,6 +763,7 @@ include/qgis/qgslinearminmaxenhancement.h include/qgis/qgslinearminmaxenhancementwithclip.h include/qgis/qgslinesegment.h include/qgis/qgslinestring.h +include/qgis/qgslinesymbol.h include/qgis/qgslinesymbollayer.h include/qgis/qgslinuxnative.h include/qgis/qgslistfieldformatter.h @@ -768,6 +796,7 @@ include/qgis/qgsmapclippingregion.h include/qgis/qgsmapclippingutils.h include/qgis/qgsmapdecoration.h include/qgis/qgsmaphittest.h +include/qgis/qgsmapinfosymbolconverter.h include/qgis/qgsmaplayer.h include/qgis/qgsmaplayeractionregistry.h include/qgis/qgsmaplayercombobox.h @@ -790,6 +819,7 @@ include/qgis/qgsmaplayerstyleguiutils.h include/qgis/qgsmaplayerstylemanager.h include/qgis/qgsmaplayerstylemanagerwidget.h include/qgis/qgsmaplayertemporalproperties.h +include/qgis/qgsmaplayerutils.h include/qgis/qgsmapmouseevent.h include/qgis/qgsmapoverviewcanvas.h include/qgis/qgsmaprenderercache.h @@ -818,6 +848,7 @@ include/qgis/qgsmaptopixel.h include/qgis/qgsmaptopixelgeometrysimplifier.h include/qgis/qgsmapunitscale.h include/qgis/qgsmargins.h +include/qgis/qgsmarkersymbol.h include/qgis/qgsmarkersymbollayer.h include/qgis/qgsmaskidprovider.h include/qgis/qgsmaskingwidget.h @@ -875,6 +906,7 @@ include/qgis/qgsmessagelog.h include/qgis/qgsmessagelogviewer.h include/qgis/qgsmessageoutput.h include/qgis/qgsmessageviewer.h +include/qgis/qgsmetadatautils.h include/qgis/qgsmetadatawidget.h include/qgis/qgsmimedatautils.h include/qgis/qgsmodelarrowitem.h @@ -1008,6 +1040,7 @@ include/qgis/qgspointcloudattributebyramprendererwidget.h include/qgis/qgspointcloudattributecombobox.h include/qgis/qgspointcloudattributemodel.h include/qgis/qgspointcloudblock.h +include/qgis/qgspointcloudblockrequest.h include/qgis/qgspointcloudclassifiedrenderer.h include/qgis/qgspointcloudclassifiedrendererwidget.h include/qgis/qgspointclouddataprovider.h @@ -1103,10 +1136,12 @@ include/qgis/qgsproject.h include/qgis/qgsprojectbadlayerhandler.h include/qgis/qgsprojectdisplaysettings.h include/qgis/qgsprojectfiletransform.h +include/qgis/qgsprojectionfactors.h include/qgis/qgsprojectionselectiondialog.h include/qgis/qgsprojectionselectiontreewidget.h include/qgis/qgsprojectionselectionwidget.h include/qgis/qgsprojectionselectionwidgetplugin.h +include/qgis/qgsprojectitem.h include/qgis/qgsprojectmetadata.h include/qgis/qgsprojectproperty.h include/qgis/qgsprojectservervalidator.h @@ -1119,6 +1154,7 @@ include/qgis/qgsprojecttimesettings.h include/qgis/qgsprojecttranslator.h include/qgis/qgsprojectversion.h include/qgis/qgsprojectviewsettings.h +include/qgis/qgsprojoperation.h include/qgis/qgsprojutils.h include/qgis/qgsproperty.h include/qgis/qgspropertyassistantwidget.h @@ -1222,6 +1258,7 @@ include/qgis/qgsrelationwidgetregistry.h include/qgis/qgsrelationwidgetwrapper.h include/qgis/qgsrelief.h include/qgis/qgsremappingproxyfeaturesink.h +include/qgis/qgsremoteeptpointcloudindex.h include/qgis/qgsrenderchecker.h include/qgis/qgsrendercontext.h include/qgis/qgsrenderedfeaturehandlerinterface.h @@ -1236,6 +1273,7 @@ include/qgis/qgsreport.h include/qgis/qgsreportsectionfieldgroup.h include/qgis/qgsreportsectionlayout.h include/qgis/qgsresamplingutils.h +include/qgis/qgsrichtexteditor.h include/qgis/qgsrubberband.h include/qgis/qgsruggednessfilter.h include/qgis/qgsrulebased3drenderer.h @@ -1262,9 +1300,13 @@ include/qgis/qgssearchquerybuilder.h include/qgis/qgssearchwidgettoolbutton.h include/qgis/qgssearchwidgetwrapper.h include/qgis/qgssettings.h +include/qgis/qgssettingsentry.h +include/qgis/qgssettingsregistry.h +include/qgis/qgssettingsregistrycore.h include/qgis/qgsshadoweffect.h include/qgis/qgsshadowrenderingframegraph.h include/qgis/qgsshadowsettings.h +include/qgis/qgsshapegenerator.h include/qgis/qgsshortcutsmanager.h include/qgis/qgssimplelinematerialsettings.h include/qgis/qgssimplifymethod.h @@ -1335,6 +1377,7 @@ include/qgis/qgssymbollayerselectionwidget.h include/qgis/qgssymbollayerutils.h include/qgis/qgssymbollayerwidget.h include/qgis/qgssymbollevelsdialog.h +include/qgis/qgssymbolrendercontext.h include/qgis/qgssymbolselectordialog.h include/qgis/qgssymbolslistwidget.h include/qgis/qgssymbolwidgetcontext.h @@ -1377,6 +1420,7 @@ include/qgis/qgstextformatwidget.h include/qgis/qgstextfragment.h include/qgis/qgstextlabelfeature.h include/qgis/qgstextmasksettings.h +include/qgis/qgstextmetrics.h include/qgis/qgstextpreview.h include/qgis/qgstextrenderer.h include/qgis/qgstextrendererutils.h @@ -1499,6 +1543,7 @@ include/qgis/qgswkbptr.h include/qgis/qgswkbtypes.h include/qgis/qgswmsdimensiondialog.h include/qgis/qgsxmlutils.h +include/qgis/qgszipitem.h include/qgis/qgsziputils.h include/qgis/qgszonalstatistics.h include/qgis/qobjectuniqueptr.h @@ -1561,6 +1606,7 @@ include/qgis/ui_qgstablewidgetuibase.h include/qgis/ui_qgstemporalcontrollerwidgetbase.h include/qgis/ui_qgsvectorlayerpropertiesbase.h include/qgis/vector_tile.pb.h +lib/liboauth2authmethod_static.a lib/libqgis_3d.so lib/libqgis_3d.so.%%DISTVERSION%% lib/libqgis_analysis.so @@ -1604,7 +1650,6 @@ lib/qgis/plugins/libmdalprovider.so lib/qgis/plugins/libmssqlprovider.so lib/qgis/plugins/liboauth2authmethod.so lib/qgis/plugins/libofflineeditingplugin.so -lib/qgis/plugins/libowsprovider.so lib/qgis/plugins/libpdalprovider.so lib/qgis/plugins/libpkcs12authmethod.so lib/qgis/plugins/libpkipathsauthmethod.so @@ -2887,6 +2932,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/i18n/qgis_zh-Hans.qm %%DATADIR%%/i18n/qgis_zh-Hant.qm %%DATADIR%%/images/icons/qbrowser-icon.png +%%DATADIR%%/images/icons/qgis-full.png %%DATADIR%%/images/icons/qgis-icon-16x16.png %%DATADIR%%/images/icons/qgis-icon-512x512.png %%DATADIR%%/images/icons/qgis-icon-60x60.png @@ -3240,6 +3286,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.profile.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.proj.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.quant.txt +%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.quantile.plain.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.quantile.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.random.cells.txt %%DATADIR%%/python/plugins/processing/algs/grass7/description/r.random.surface.txt @@ -3466,6 +3513,7 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_li_simpson_ascii.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mask_rast.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mask_vect.py +%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_neighbors.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_null.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_proj.py %%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_reclass.py @@ -4182,7 +4230,9 @@ share/metainfo/org.qgis.qgis.appdata.xml %%DATADIR%%/python/qgis/core/additions/qgsfunction.py %%DATADIR%%/python/qgis/core/additions/qgsgeometry.py %%DATADIR%%/python/qgis/core/additions/qgssettings.py +%%DATADIR%%/python/qgis/core/additions/qgssettingsentry.py %%DATADIR%%/python/qgis/core/additions/qgstaskwrapper.py +%%DATADIR%%/python/qgis/core/additions/ranges.py %%DATADIR%%/python/qgis/core/additions/readwritecontextentercategory.py %%DATADIR%%/python/qgis/core/additions/runtimeprofiler.py %%DATADIR%%/python/qgis/core/additions/validitycheck.py @@ -5438,22 +5488,22 @@ share/metainfo/org.qgis.qgis.appdata.xml %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter/jsonFormatter.min.js %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/README %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/app.ca3f5643.css -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-06c8fa3c.09a55b1d.css -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-123bc409.4bfbed8f.css -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-744799cf.1912e150.css +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-123bc409.8679d8ba.css +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-23874add.0889ca49.css +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-a28d6c70.162a27d1.css %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/css/chunk-vendors.a728f495.css %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/favicon.ico %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/index.html -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.d879e77e.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.d879e77e.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-06c8fa3c.50ef961b.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-06c8fa3c.50ef961b.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.9a0f8895.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.9a0f8895.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-744799cf.c9f7ef26.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-744799cf.c9f7ef26.js.map -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.450afea6.js -%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.450afea6.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fc7d2f48.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/app.fc7d2f48.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ec41f71a.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-123bc409.ec41f71a.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-23874add.1912a0b5.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-23874add.1912a0b5.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-a28d6c70.7ed0c6db.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-a28d6c70.7ed0c6db.js.map +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.573fc8d0.js +%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/landingpage/js/chunk-vendors.573fc8d0.js.map %%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/style.css %%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollection.html %%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollections.html diff --git a/graphics/rx/Makefile b/graphics/rx/Makefile index e14e04675ea..2d17db0099a 100644 --- a/graphics/rx/Makefile +++ b/graphics/rx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rx DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics PKGNAMESUFFIX= -editor diff --git a/graphics/s2tc/Makefile b/graphics/s2tc/Makefile index 015c4a605d3..e8e4bc9e526 100644 --- a/graphics/s2tc/Makefile +++ b/graphics/s2tc/Makefile @@ -11,7 +11,7 @@ COMMENT= Subset of a well-known texture compression scheme LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= mesa-libs>=0:graphics/mesa-libs +BUILD_DEPENDS= libglvnd>=0:graphics/libglvnd TEST_DEPENDS= convert:graphics/ImageMagick6 \ nvcompress:graphics/nvidia-texture-tools \ wget:ftp/wget diff --git a/graphics/spirv-tools/Makefile b/graphics/spirv-tools/Makefile index f72b29b3863..72feb39dee9 100644 --- a/graphics/spirv-tools/Makefile +++ b/graphics/spirv-tools/Makefile @@ -1,6 +1,6 @@ PORTNAME= spirv-tools DISTVERSIONPREFIX= v -DISTVERSION= 2021.1 +DISTVERSION= 2021.2 CATEGORIES= graphics MAINTAINER= jbeich@FreeBSD.org @@ -15,7 +15,7 @@ SHEBANG_FILES= tools/lesspipe/spirv-lesspipe.sh USE_GITHUB= yes GH_ACCOUNT= KhronosGroup GH_PROJECT= SPIRV-Tools -GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-47-gdafead1:headers/external/spirv-headers +GH_TUPLE= KhronosGroup:SPIRV-Headers:1.5.4.raytracing.fixed-71-g07f259e:headers/external/spirv-headers CMAKE_ON= SPIRV_SKIP_TESTS CMAKE_OFF= SPIRV_WERROR diff --git a/graphics/spirv-tools/distinfo b/graphics/spirv-tools/distinfo index 014b7816c9c..892c500fd0e 100644 --- a/graphics/spirv-tools/distinfo +++ b/graphics/spirv-tools/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619014387 -SHA256 (KhronosGroup-SPIRV-Tools-v2021.1_GH0.tar.gz) = bd42f6d766ac50f1a1ab46ce96d59e24ab28fb9779a71fccfa8bad760842c274 -SIZE (KhronosGroup-SPIRV-Tools-v2021.1_GH0.tar.gz) = 2608588 -SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = e38cdf41c089a0688b2024a873d20f84fa259af713ad52430b4d119b5f5380a6 -SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-47-gdafead1_GH0.tar.gz) = 405883 +TIMESTAMP = 1624366390 +SHA256 (KhronosGroup-SPIRV-Tools-v2021.2_GH0.tar.gz) = 2416a0354a0b14b8e7b671f6f99652cc8a8a83dc9acf195dafd22fbee5e92035 +SIZE (KhronosGroup-SPIRV-Tools-v2021.2_GH0.tar.gz) = 2623612 +SHA256 (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-71-g07f259e_GH0.tar.gz) = 1561e1442638acb5746f5d9b3537bdf31498f91a07d0902be5277a4877adacc7 +SIZE (KhronosGroup-SPIRV-Headers-1.5.4.raytracing.fixed-71-g07f259e_GH0.tar.gz) = 412265 diff --git a/graphics/svgbob/Makefile b/graphics/svgbob/Makefile index c040a291029..0ed7b9bd358 100644 --- a/graphics/svgbob/Makefile +++ b/graphics/svgbob/Makefile @@ -1,6 +1,6 @@ PORTNAME= svgbob DISTVERSION= g20190412 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= graphics MAINTAINER= mikael@FreeBSD.org diff --git a/graphics/svgbob/files/patch-powerpc b/graphics/svgbob/files/patch-powerpc new file mode 100644 index 00000000000..707fe64ed42 --- /dev/null +++ b/graphics/svgbob/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/viu/Makefile b/graphics/viu/Makefile index e76ed8ce55d..019b34b9d18 100644 --- a/graphics/viu/Makefile +++ b/graphics/viu/Makefile @@ -1,7 +1,7 @@ PORTNAME= viu DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics MAINTAINER= lcook@FreeBSD.org diff --git a/graphics/viu/files/patch-powerpc b/graphics/viu/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/graphics/viu/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/hardenedbsd/Makefile b/hardenedbsd/Makefile index 48f96dfd4c6..65730d0fc3b 100644 --- a/hardenedbsd/Makefile +++ b/hardenedbsd/Makefile @@ -1,8 +1,10 @@ COMMENT = HardenedBSD projects +SUBDIR += hardenedbsd-meta +SUBDIR += hbsdmon SUBDIR += secadm SUBDIR += secadm-kmod -SUBDIR += testpie SUBDIR += testmprotect +SUBDIR += testpie .include diff --git a/hardenedbsd/hardenedbsd-meta/Makefile b/hardenedbsd/hardenedbsd-meta/Makefile new file mode 100644 index 00000000000..8343e328fd1 --- /dev/null +++ b/hardenedbsd/hardenedbsd-meta/Makefile @@ -0,0 +1,18 @@ +# Created by: Loic + +PORTNAME= hardenedbsd-meta +PORTVERSION= 1.0 +PORTREVISION= 0 +CATEGORIES= hardenedbsd + +MAINTAINER= loic.f@hardenedbsd.org +COMMENT= meta-port for HardenedBSD + +RUN_DEPENDS= libpushover>=g2020061601:net/libpushover \ + secadm>=0:hardenedbsd/secadm \ + secadm-kmod>=0:hardenedbsd/secadm-kmod \ + hbsdmon>=0:hardenedbsd/hbsdmon + +USES= metaport + +.include diff --git a/hardenedbsd/hardenedbsd-meta/pkg-descr b/hardenedbsd/hardenedbsd-meta/pkg-descr new file mode 100644 index 00000000000..ce77626b555 --- /dev/null +++ b/hardenedbsd/hardenedbsd-meta/pkg-descr @@ -0,0 +1,3 @@ +HardenedBSD is a security-enhanced fork of FreeBSD + +WWW: https://hardenedbsd.org/ diff --git a/irc/Makefile b/irc/Makefile index 94608365bb3..b5d47a589d1 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -21,7 +21,6 @@ SUBDIR += dircproxy SUBDIR += dxirc SUBDIR += eggdrop - SUBDIR += eggdrop-devel SUBDIR += epic4 SUBDIR += epic5 SUBDIR += ergo diff --git a/irc/eggdrop-devel/Makefile b/irc/eggdrop-devel/Makefile deleted file mode 100644 index 1c8e9995b24..00000000000 --- a/irc/eggdrop-devel/Makefile +++ /dev/null @@ -1,127 +0,0 @@ -# Created by: Beech Rintoul - -PORTNAME= eggdrop -DISTVERSION= 1.9.0.a.20210122 -CATEGORIES= irc -PKGNAMESUFFIX= -devel - -MAINTAINER= dbaio@FreeBSD.org -COMMENT= Popular Internet Relay Chat (IRC) bot - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Use stable version instead, irc/eggdrop -EXPIRATION_DATE= 2021-06-25 - -USES= tcl ssl -USE_CSTD= c99 - -USE_GITHUB= yes -GH_ACCOUNT= eggheads -GH_TAGNAME= 1957b61 - -GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-tcllib=${LOCALBASE}/lib/libtcl${TCL_SHLIB_VER}.so \ - --with-tclinc=${LOCALBASE}/include/tcl${TCL_VER}/tcl.h \ - --with-sslinc=${OPENSSLINC} \ - --with-ssllib=${OPENSSLLIB} - -MAKE_JOBS_UNSAFE= yes -LLD_UNSAFE= yes - -SUB_FILES= pkg-message - -CONFLICTS= eggdrop - -OPTIONS_DEFINE= DOCS - -.include - -post-patch: - @${SED} -e 's#%%PREFIX%%#${PREFIX}#g' ${WRKSRC}/eggdrop.conf \ - > ${WRKSRC}/eggdrop.conf.sample - -post-configure: - @(cd ${WRKSRC}; ${MAKE} config) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/eggdrop ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/man1/eggdrop.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/eggdrop.conf.sample ${STAGEDIR}${PREFIX}/etc - @${MKDIR} ${STAGEDIR}${PREFIX}/lib/eggdrop -.for f in assoc.so blowfish.so channels.so compress.so console.so ctcp.so \ - dns.so filesys.so irc.so notes.so seen.so server.so share.so \ - transfer.so uptime.so - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/lib/eggdrop -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/help -.for f in assoc.mod/help/assoc.help channels.mod/help/chaninfo.help \ - channels.mod/help/channels.help console.mod/help/console.help \ - compress.mod/help/compress.help ctcp.mod/help/ctcp.help \ - filesys.mod/help/filesys.help irc.mod/help/irc.help \ - notes.mod/help/notes.help seen.mod/help/seen.help \ - server.mod/help/server.help share.mod/help/share.help \ - transfer.mod/help/transfer.help uptime.mod/help/uptime.help - ${INSTALL_DATA} ${WRKSRC}/src/mod/${f} ${STAGEDIR}${DATADIR}/help -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/help/set -.for f in channels.mod/help/set/channels.help \ - compress.mod/help/set/compress.help \ - console.mod/help/set/console.help ctcp.mod/help/set/ctcp.help \ - filesys.mod/help/set/filesys.help irc.mod/help/set/irc.help \ - notes.mod/help/set/notes.help server.mod/help/set/server.help \ - share.mod/help/set/share.help transfer.mod/help/set/transfer.help - ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/set -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/help/msg -.for f in irc.mod/help/msg/irc.help notes.mod/help/msg/notes.help \ - seen.mod/help/msg/seen.help - ${INSTALL_DATA} ${WRKSRC}/src/mod/$f ${STAGEDIR}${DATADIR}/help/msg -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/language - ${INSTALL_DATA} ${WRKSRC}/language/core.*.lang ${STAGEDIR}${DATADIR}/language - @cd ${WRKSRC}/src/mod \ - && ${FIND} . -name "*.lang" -exec ${INSTALL_DATA} {} \ - ${STAGEDIR}${DATADIR}/language ";" - @${MKDIR} ${STAGEDIR}${DATADIR}/scripts -.for f in CONTENTS action.fix.tcl autobotchk alltools.tcl botchk \ - cmd_resolve.tcl compat.tcl dccwhois.tcl getops.tcl klined.tcl notes2.tcl ques5.tcl \ - quotepass.tcl quotepong.tcl sentinel.tcl userinfo.tcl weed - ${INSTALL_DATA} ${WRKSRC}/scripts/${f} ${STAGEDIR}${DATADIR}/scripts -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help -.for f in cmd_resolve.help userinfo.help - ${INSTALL_DATA} ${WRKSRC}/scripts/help/${f} ${STAGEDIR}${DATADIR}/scripts/help -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/scripts/help/msg -.for f in userinfo.help - ${INSTALL_DATA} ${WRKSRC}/scripts/help/msg/${f} ${STAGEDIR}${DATADIR}/scripts/help/msg -.endfor -.for f in cmds1.help cmds2.help core.help - ${INSTALL_DATA} ${WRKSRC}/help/${f} ${STAGEDIR}${DATADIR}/help -.endfor -.for f in cmds1.help - ${INSTALL_DATA} ${WRKSRC}/help/set/${f} ${STAGEDIR}${DATADIR}/help/set -.endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/text -.for f in banner motd - ${INSTALL_DATA} ${WRKSRC}/text/${f} ${STAGEDIR}${DATADIR}/text -.endfor - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eggdrop/*.so - -do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ABOUT BANS BOTNET BUG-REPORT COMPILE-GUIDE CONTENTS \ - FIRST-SCRIPT KNOWN-PROBLEMS MODULES PARTYLINE PATCH-HOWTO \ - TEXT-SUBSTITUTIONS TRICKS Changes1.8 USERS WEIRD-MESSAGES \ - tcl-commands.doc - ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR} -.endfor - @${MKDIR} ${STAGEDIR}${DOCSDIR}/html - cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR}/html - @${MKDIR} ${STAGEDIR}${DOCSDIR}/settings - cd ${WRKSRC}/doc/settings && ${RM} -r CVS \ - && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/settings - -.include diff --git a/irc/eggdrop-devel/distinfo b/irc/eggdrop-devel/distinfo deleted file mode 100644 index 80371c8c803..00000000000 --- a/irc/eggdrop-devel/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1611425939 -SHA256 (eggheads-eggdrop-1.9.0.a.20210122-1957b61_GH0.tar.gz) = 1a8b8f7ede0b4540194c521bae16380aefb6f369f9be21be55391008a695b02f -SIZE (eggheads-eggdrop-1.9.0.a.20210122-1957b61_GH0.tar.gz) = 2141881 diff --git a/irc/eggdrop-devel/files/patch-eggdrop.conf b/irc/eggdrop-devel/files/patch-eggdrop.conf deleted file mode 100644 index e3b5756ee7f..00000000000 --- a/irc/eggdrop-devel/files/patch-eggdrop.conf +++ /dev/null @@ -1,17 +0,0 @@ ---- eggdrop.conf.orig 2020-08-26 02:55:59 UTC -+++ eggdrop.conf -@@ -1,4 +1,4 @@ --#! /path/to/executable/eggdrop -+#!%%PREFIX%%/bin/eggdrop - # ^- This should contain a fully qualified path to your Eggdrop executable. - # - # This is a sample Eggdrop configuration file which includes all possible -@@ -606,7 +606,7 @@ die "Please make sure you edit your config file comple - # If you run the bot from the compilation directory, you will want to set - # this to "". If you use 'make install' (like all good kiddies do ;), this - # is a fine default. Otherwise, use your head :) --set mod-path "modules/" -+set mod-path "%%PREFIX%%/lib/eggdrop/" - - - #### BLOWFISH MODULE #### diff --git a/irc/eggdrop-devel/files/pkg-message.in b/irc/eggdrop-devel/files/pkg-message.in deleted file mode 100644 index b885cab6f1c..00000000000 --- a/irc/eggdrop-devel/files/pkg-message.in +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: < diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 60522664645..90f23c62b5e 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -1,7 +1,7 @@ # Created by: ijliao PORTNAME= POE-Component-IRC -PORTVERSION= 6.90 +PORTVERSION= 6.93 CATEGORIES= irc devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -22,14 +22,15 @@ RUN_DEPENDS= p5-IRC-Utils>=0.12:irc/p5-IRC-Utils \ p5-POE-Filter-IRCD>=2.42:irc/p5-POE-Filter-IRCD TEST_DEPENDS= p5-Test-Differences>=0.610:devel/p5-Test-Differences -OPTIONS_DEFINE= EXAMPLES - -NO_ARCH= yes USES= perl5 USE_PERL5= configure +NO_ARCH= yes + PORTEXAMPLES= * +OPTIONS_DEFINE= EXAMPLES + post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} diff --git a/irc/p5-POE-Component-IRC/distinfo b/irc/p5-POE-Component-IRC/distinfo index 032582eb9ea..0d68bb4e300 100644 --- a/irc/p5-POE-Component-IRC/distinfo +++ b/irc/p5-POE-Component-IRC/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1504718711 -SHA256 (POE-Component-IRC-6.90.tar.gz) = 84b9fa13e952db0f53605a57c9f09fd4469d3d2c0dad2549102aa0bc3bf923d3 -SIZE (POE-Component-IRC-6.90.tar.gz) = 375501 +TIMESTAMP = 1624189733 +SHA256 (POE-Component-IRC-6.93.tar.gz) = ead4477a26b87acbd3ecd21842ce5b9d6e14230ddc4565fee8c68cf67e61dc9e +SIZE (POE-Component-IRC-6.93.tar.gz) = 377897 diff --git a/japanese/Makefile b/japanese/Makefile index 94afb19f702..16d5df16bc8 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -213,6 +213,7 @@ SUBDIR += prn SUBDIR += py-jaconv SUBDIR += qkc + SUBDIR += qolibri SUBDIR += quit SUBDIR += roget-fpw SUBDIR += rogue_s diff --git a/japanese/qolibri/Makefile b/japanese/qolibri/Makefile new file mode 100644 index 00000000000..81426a8b171 --- /dev/null +++ b/japanese/qolibri/Makefile @@ -0,0 +1,24 @@ +# created by: Osamu Matsuda + +PORTNAME= qolibri +DISTVERSION= 2.1.3 +CATEGORIES= japanese + +MAINTAINER= omatsuda000@gmail.com +COMMENT= EPWING dictionary viewer + +LICENSE= GPLv2 + +LIB_DEPENDS= libeb.so:japanese/eb + +USES= cmake qt:5 +USE_QT= buildtools core declarative gui linguisttools location \ + multimedia network printsupport qmake webchannel webengine \ + widgets + +USE_GITHUB= yes +GH_ACCOUNT= ludios + +PLIST_FILES= bin/qolibri + +.include diff --git a/japanese/qolibri/distinfo b/japanese/qolibri/distinfo new file mode 100644 index 00000000000..0a96e1f9d84 --- /dev/null +++ b/japanese/qolibri/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624181574 +SHA256 (ludios-qolibri-2.1.3_GH0.tar.gz) = 6954b9e86cbc70026361927b22bc9b0bd58a188646e35c4da68f99790790367e +SIZE (ludios-qolibri-2.1.3_GH0.tar.gz) = 252092 diff --git a/japanese/qolibri/files/patch-CMakeLists.txt b/japanese/qolibri/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..a0af8111c22 --- /dev/null +++ b/japanese/qolibri/files/patch-CMakeLists.txt @@ -0,0 +1,19 @@ +--- CMakeLists.txt.orig 2020-02-28 16:02:25 UTC ++++ CMakeLists.txt +@@ -16,6 +16,8 @@ set(CMAKE_AUTOUIC ON) + set(CMAKE_AUTORCC ON) + + find_package(Qt5 COMPONENTS LinguistTools Multimedia Network WebEngine WebEngineWidgets Widgets REQUIRED) ++find_library(EB_LIBRARY eb) ++find_library(Z_LIBRARY z) + + add_executable(qolibri MACOSX_BUNDLE WIN32 + images/qolibri.icns +@@ -154,6 +156,6 @@ set_source_files_properties(${TS_FILES} PROPERTIES OUT + qt5_add_translation(QM_FILES ${TS_FILES}) + target_sources(qolibri PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/translations/translations.qrc" ${QM_FILES} ${TS_FILES}) + +-target_link_libraries(qolibri Qt5::Multimedia Qt5::Network Qt5::WebEngine Qt5::WebEngineWidgets Qt5::Widgets eb z) ++target_link_libraries(qolibri Qt5::Multimedia Qt5::Network Qt5::WebEngine Qt5::WebEngineWidgets Qt5::Widgets ${EB_LIBRARY} ${Z_LIBRARY}) + + install(TARGETS qolibri DESTINATION "${CMAKE_INSTALL_BINDIR}") diff --git a/japanese/qolibri/files/patch-src_searchpage.cpp b/japanese/qolibri/files/patch-src_searchpage.cpp new file mode 100644 index 00000000000..9ce367592ab --- /dev/null +++ b/japanese/qolibri/files/patch-src_searchpage.cpp @@ -0,0 +1,11 @@ +--- src/searchpage.cpp.orig 2020-02-28 16:02:25 UTC ++++ src/searchpage.cpp +@@ -17,7 +17,7 @@ RET_SEARCH SearchPage::search(const Query& query) + switch (query.method.direction) { + case ExactWordSearch: + case ForwardSearch: +- queries << stemWords(query.query); ++/* queries << stemWords(query.query); */ + break; + default: + break; diff --git a/japanese/qolibri/pkg-descr b/japanese/qolibri/pkg-descr new file mode 100644 index 00000000000..088250701f6 --- /dev/null +++ b/japanese/qolibri/pkg-descr @@ -0,0 +1,3 @@ +EPWING dictionary reader originally developed at http://qolibri.osdn.jp/ + +WWW: https://github.com/ludios/qolibri/ diff --git a/java/icedtea-web/Makefile b/java/icedtea-web/Makefile index 89dc93144ff..35d991164ed 100644 --- a/java/icedtea-web/Makefile +++ b/java/icedtea-web/Makefile @@ -1,7 +1,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.8.4 DISTVERSIONPREFIX= icedtea-web- -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= java www DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/lang/Makefile b/lang/Makefile index 3a1f4a73db4..60a3695160b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -250,7 +250,6 @@ SUBDIR += pbasic SUBDIR += pcc SUBDIR += perl5-devel - SUBDIR += perl5.28 SUBDIR += perl5.30 SUBDIR += perl5.32 SUBDIR += perl5.34 @@ -275,8 +274,6 @@ SUBDIR += py-lupa SUBDIR += py-qt5-qml SUBDIR += py-textX - SUBDIR += pypy - SUBDIR += pypy3 SUBDIR += python SUBDIR += python-doc-html SUBDIR += python-doc-pdf-a4 @@ -337,7 +334,6 @@ SUBDIR += snobol4 SUBDIR += solidity SUBDIR += spidermonkey17 - SUBDIR += spidermonkey185 SUBDIR += spidermonkey60 SUBDIR += spidermonkey78 SUBDIR += spl diff --git a/lang/clover/Makefile b/lang/clover/Makefile index c4ff892ad1f..c9098d21ec4 100644 --- a/lang/clover/Makefile +++ b/lang/clover/Makefile @@ -5,9 +5,6 @@ CATEGORIES= lang COMMENT= Mesa OpenCL implementation for AMD GPUs -DEPRECATED= Uses EOL Python 2.7 via devel/libclc -EXPIRATION_DATE=2021-06-23 - BUILD_DEPENDS= libclc>=0.3.0:devel/libclc \ opencl>=0:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd \ diff --git a/lang/elixir/Makefile b/lang/elixir/Makefile index a5401987bb4..0d1eb4b6181 100644 --- a/lang/elixir/Makefile +++ b/lang/elixir/Makefile @@ -2,7 +2,7 @@ PORTNAME= elixir DISTVERSIONPREFIX= v -DISTVERSION= 1.10.4 +DISTVERSION= 1.11.3 CATEGORIES= lang MASTER_SITES+= https://github.com/elixir-lang/elixir/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/:doc DISTFILES= Docs.zip:doc diff --git a/lang/elixir/distinfo b/lang/elixir/distinfo index 9b52b740b5f..ead823f8529 100644 --- a/lang/elixir/distinfo +++ b/lang/elixir/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1593867814 -SHA256 (elixir/1.10.4/Docs.zip) = f6219678493a088a1c76e9a1228bf795f4c8d9c6321cfedbd42caa7c24b4010b -SIZE (elixir/1.10.4/Docs.zip) = 2090487 -SHA256 (elixir/1.10.4/elixir-lang-elixir-v1.10.4_GH0.tar.gz) = 8518c78f43fe36315dbe0d623823c2c1b7a025c114f3f4adbb48e04ef63f1d9f -SIZE (elixir/1.10.4/elixir-lang-elixir-v1.10.4_GH0.tar.gz) = 2331003 +TIMESTAMP = 1610357284 +SHA256 (elixir/1.11.3/Docs.zip) = 3105eb72fe44c08c1c6715b6c896b0c4e450bab656461d1d06e3b3670ed87007 +SIZE (elixir/1.11.3/Docs.zip) = 1922252 +SHA256 (elixir/1.11.3/elixir-lang-elixir-v1.11.3_GH0.tar.gz) = d961305e893f4fe1a177fa00233762c34598bc62ff88b32dcee8af27e36f0564 +SIZE (elixir/1.11.3/elixir-lang-elixir-v1.11.3_GH0.tar.gz) = 2394406 diff --git a/lang/elixir/pkg-plist b/lang/elixir/pkg-plist index 3b5865ddd46..d5a4ed6ebb3 100644 --- a/lang/elixir/pkg-plist +++ b/lang/elixir/pkg-plist @@ -155,12 +155,10 @@ lib/elixir/lib/elixir/ebin/Elixir.Macro.beam lib/elixir/lib/elixir/ebin/Elixir.Map.beam lib/elixir/lib/elixir/ebin/Elixir.MapSet.beam lib/elixir/lib/elixir/ebin/Elixir.MatchError.beam -lib/elixir/lib/elixir/ebin/Elixir.Module.Checker.beam lib/elixir/lib/elixir/ebin/Elixir.Module.LocalsTracker.beam lib/elixir/lib/elixir/ebin/Elixir.Module.ParallelChecker.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Expr.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Helpers.beam -lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Infer.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Pattern.beam lib/elixir/lib/elixir/ebin/Elixir.Module.Types.beam lib/elixir/lib/elixir/ebin/Elixir.Module.beam @@ -324,13 +322,11 @@ lib/elixir/lib/elixir/ebin/elixir_utils.beam %%SRC%%lib/elixir/lib/elixir/lib/map.ex %%SRC%%lib/elixir/lib/elixir/lib/map_set.ex %%SRC%%lib/elixir/lib/elixir/lib/module.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/checker.ex %%SRC%%lib/elixir/lib/elixir/lib/module/locals_tracker.ex %%SRC%%lib/elixir/lib/elixir/lib/module/parallel_checker.ex %%SRC%%lib/elixir/lib/elixir/lib/module/types.ex %%SRC%%lib/elixir/lib/elixir/lib/module/types/expr.ex %%SRC%%lib/elixir/lib/elixir/lib/module/types/helpers.ex -%%SRC%%lib/elixir/lib/elixir/lib/module/types/infer.ex %%SRC%%lib/elixir/lib/elixir/lib/module/types/pattern.ex %%SRC%%lib/elixir/lib/elixir/lib/node.ex %%SRC%%lib/elixir/lib/elixir/lib/option_parser.ex @@ -560,7 +556,6 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Profile.Fprof.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Release.Init.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Release.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Run.beam -lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.Cover.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.WillRecompile.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Xref.beam @@ -568,8 +563,17 @@ lib/elixir/lib/mix/ebin/Elixir.Mix.TasksServer.beam lib/elixir/lib/mix/ebin/Elixir.Mix.Utils.beam lib/elixir/lib/mix/ebin/Elixir.Mix.beam lib/elixir/lib/mix/ebin/mix.app +lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Error.beam +lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Of.beam +lib/elixir/lib/elixir/ebin/Elixir.Module.Types.Unify.beam +lib/elixir/lib/elixir/lib/module/types/of.ex +lib/elixir/lib/elixir/lib/module/types/unify.ex +lib/elixir/lib/mix/ebin/Elixir.Mix.Compilers.ApplicationTracer.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.App.Config.beam +lib/elixir/lib/mix/ebin/Elixir.Mix.Tasks.Test.Coverage.beam %%SRC%%lib/elixir/lib/mix/lib/mix.ex %%SRC%%lib/elixir/lib/mix/lib/mix/cli.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/compilers/application_tracer.ex %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/elixir.ex %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/erlang.ex %%SRC%%lib/elixir/lib/mix/lib/mix/compilers/test.ex @@ -602,6 +606,7 @@ lib/elixir/lib/mix/ebin/mix.app %%SRC%%lib/elixir/lib/mix/lib/mix/state.ex %%SRC%%lib/elixir/lib/mix/lib/mix/task.compiler.ex %%SRC%%lib/elixir/lib/mix/lib/mix/task.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.config.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.start.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/app.tree.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/archive.build.ex @@ -649,6 +654,7 @@ lib/elixir/lib/mix/ebin/mix.app %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/release.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/release.init.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/run.ex +%%SRC%%lib/elixir/lib/mix/lib/mix/tasks/test.coverage.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/test.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/will_recompile.ex %%SRC%%lib/elixir/lib/mix/lib/mix/tasks/xref.ex @@ -664,13 +670,13 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.SyntaxError.html %%PORTDOCS%%%%DOCSDIR%%/eex/EEx.html %%PORTDOCS%%%%DOCSDIR%%/eex/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/elixir-ec941ecbc4f85ab01625.css %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/eex/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_items-9975922752.js +%%PORTDOCS%%%%DOCSDIR%%/eex/dist/search_items-2e014d32b5.js %%PORTDOCS%%%%DOCSDIR%%/eex/dist/sidebar_items-baafdf0afe.js %%PORTDOCS%%%%DOCSDIR%%/eex/index.html %%PORTDOCS%%%%DOCSDIR%%/eex/search.html @@ -748,6 +754,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/Map.html %%PORTDOCS%%%%DOCSDIR%%/elixir/MapSet.html %%PORTDOCS%%%%DOCSDIR%%/elixir/MatchError.html +%%PORTDOCS%%%%DOCSDIR%%/elixir/Module.Types.Error.html %%PORTDOCS%%%%DOCSDIR%%/elixir/Module.html %%PORTDOCS%%%%DOCSDIR%%/elixir/NaiveDateTime.html %%PORTDOCS%%%%DOCSDIR%%/elixir/Node.html @@ -789,15 +796,16 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/elixir/Version.html %%PORTDOCS%%%%DOCSDIR%%/elixir/WithClauseError.html %%PORTDOCS%%%%DOCSDIR%%/elixir/api-reference.html +%%PORTDOCS%%%%DOCSDIR%%/elixir/changelog.html %%PORTDOCS%%%%DOCSDIR%%/elixir/compatibility-and-deprecations.html -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/elixir-ec941ecbc4f85ab01625.css %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/elixir/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-ab72009259.js -%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-e4c1fc54ee.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/search_items-3e2866f995.js +%%PORTDOCS%%%%DOCSDIR%%/elixir/dist/sidebar_items-ec03bed4af.js %%PORTDOCS%%%%DOCSDIR%%/elixir/index.html %%PORTDOCS%%%%DOCSDIR%%/elixir/library-guidelines.html %%PORTDOCS%%%%DOCSDIR%%/elixir/naming-conventions.html @@ -828,14 +836,14 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.TimeoutError.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/ExUnit.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/elixir-ec941ecbc4f85ab01625.css %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-9394cc30ff.js -%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-1dc387aa8c.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/search_items-90d2906ebf.js +%%PORTDOCS%%%%DOCSDIR%%/ex_unit/dist/sidebar_items-288a19debd.js %%PORTDOCS%%%%DOCSDIR%%/ex_unit/index.html %%PORTDOCS%%%%DOCSDIR%%/ex_unit/search.html %%PORTDOCS%%%%DOCSDIR%%/iex/404.html @@ -845,14 +853,14 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.Server.html %%PORTDOCS%%%%DOCSDIR%%/iex/IEx.html %%PORTDOCS%%%%DOCSDIR%%/iex/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/elixir-ec941ecbc4f85ab01625.css %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/iex/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-607ac10732.js -%%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-d9dc81ddf2.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/search_items-e89d2469d2.js +%%PORTDOCS%%%%DOCSDIR%%/iex/dist/sidebar_items-979a2906d3.js %%PORTDOCS%%%%DOCSDIR%%/iex/index.html %%PORTDOCS%%%%DOCSDIR%%/iex/search.html %%PORTDOCS%%%%DOCSDIR%%/logger/404.html @@ -860,14 +868,14 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.Translator.html %%PORTDOCS%%%%DOCSDIR%%/logger/Logger.html %%PORTDOCS%%%%DOCSDIR%%/logger/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/elixir-ec941ecbc4f85ab01625.css %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/logger/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_items-a9cbdd98bb.js -%%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-48e949410e.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/search_items-4bf0d0d56d.js +%%PORTDOCS%%%%DOCSDIR%%/logger/dist/sidebar_items-b366338a20.js %%PORTDOCS%%%%DOCSDIR%%/logger/index.html %%PORTDOCS%%%%DOCSDIR%%/logger/search.html %%PORTDOCS%%%%DOCSDIR%%/mix/404.html @@ -888,6 +896,7 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.Compiler.Diagnostic.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.Compiler.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Task.html +%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Config.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Start.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.App.Tree.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Archive.Build.html @@ -934,17 +943,18 @@ man/man1/mix.1.gz %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Release.Init.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Release.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Run.html +%%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Test.Coverage.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Test.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.Tasks.Xref.html %%PORTDOCS%%%%DOCSDIR%%/mix/Mix.html %%PORTDOCS%%%%DOCSDIR%%/mix/api-reference.html -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-0103364119015b97e56c.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/elixir-d678dad126d82ddc061f.css +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/app-f97730d45ef67f3e6188.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/elixir-ec941ecbc4f85ab01625.css %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.eot %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.svg %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.ttf %%PORTDOCS%%%%DOCSDIR%%/mix/dist/html/fonts/icomoon.woff -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-d60261795d.js -%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-7d3a94bb0f.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/search_items-a5ebd4e5ae.js +%%PORTDOCS%%%%DOCSDIR%%/mix/dist/sidebar_items-bf365ad556.js %%PORTDOCS%%%%DOCSDIR%%/mix/index.html %%PORTDOCS%%%%DOCSDIR%%/mix/search.html diff --git a/lang/erlang-runtime24/Makefile b/lang/erlang-runtime24/Makefile index ccd445ab130..50e8d213a68 100644 --- a/lang/erlang-runtime24/Makefile +++ b/lang/erlang-runtime24/Makefile @@ -1,7 +1,7 @@ PORTNAME= erlang DISTVERSIONPREFIX= OTP- -DISTVERSION= 24.0.2 -PORTREVISION= 1 +DISTVERSION= 24.0.3 +PORTREVISION= 0 CATEGORIES= lang parallel java PKGNAMESUFFIX= -runtime24 DIST_SUBDIR= erlang diff --git a/lang/erlang-runtime24/distinfo b/lang/erlang-runtime24/distinfo index 72eaf4e8d75..11c5f6b2cb5 100644 --- a/lang/erlang-runtime24/distinfo +++ b/lang/erlang-runtime24/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1622532471 -SHA256 (erlang/erlang-otp-OTP-24.0.2_GH0.tar.gz) = 4abca2cda7fc962ad65575e5ed834dd69c745e7e637f92cfd49f384a281d0f18 -SIZE (erlang/erlang-otp-OTP-24.0.2_GH0.tar.gz) = 58878378 +TIMESTAMP = 1624896247 +SHA256 (erlang/erlang-otp-OTP-24.0.3_GH0.tar.gz) = f46bdc3146ac0b54e0d20faa09129a78f4d880d85890acda557c1094662a1a42 +SIZE (erlang/erlang-otp-OTP-24.0.3_GH0.tar.gz) = 58885228 SHA256 (erlang/erlang-corba-5.0.2_GH0.tar.gz) = d82b3efb0330870ac59a86ed96130b3e2caa7df5304e46b06dd79ad237686703 SIZE (erlang/erlang-corba-5.0.2_GH0.tar.gz) = 1393602 diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile index 00f8093ec8f..a0541397175 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 10.3.1.s20210611 +PORTVERSION= 10.3.1.s20210625 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc10-devel/distinfo b/lang/gcc10-devel/distinfo index 1f25c5fbb5a..05a0f206eb7 100644 --- a/lang/gcc10-devel/distinfo +++ b/lang/gcc10-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623562743 -SHA256 (gcc-10-20210611.tar.xz) = 8d1d696bb128ab74c58dd148b07d852859d82adfc91048781ac3f6d94a899bb8 -SIZE (gcc-10-20210611.tar.xz) = 71632904 +TIMESTAMP = 1624796824 +SHA256 (gcc-10-20210625.tar.xz) = 79763ed3c689f1d60b4958ab3dc8dafb0b3fb2be47f9bf74800c730d455d17b6 +SIZE (gcc-10-20210625.tar.xz) = 71648492 diff --git a/lang/gcc11-devel/Makefile b/lang/gcc11-devel/Makefile index 2bc0a9312e4..3303ff14c72 100644 --- a/lang/gcc11-devel/Makefile +++ b/lang/gcc11-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 11.1.1.s20210612 +PORTVERSION= 11.1.1.s20210619 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel @@ -32,6 +32,8 @@ USES= compiler:c++11-lang cpe gmake iconv libtool makeinfo perl5 tar:xz USE_BINUTILS= yes USE_PERL5= build +CONFLICTS= gcc11-11.* + CPE_VENDOR= gnu CPE_VERSION= ${GCC_VERSION} diff --git a/lang/gcc11-devel/distinfo b/lang/gcc11-devel/distinfo index fda3ef6dba4..7be9695cee0 100644 --- a/lang/gcc11-devel/distinfo +++ b/lang/gcc11-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623562764 -SHA256 (gcc-11-20210612.tar.xz) = e180ef23cfdedaf33e095a27056e0bc32f8aaa30b600b01f1c23376d44e75f13 -SIZE (gcc-11-20210612.tar.xz) = 75507468 +TIMESTAMP = 1624260935 +SHA256 (gcc-11-20210619.tar.xz) = eae62d92fc073ae11aa64e2b26a958b76d28a85d51a06870647cd224812e055a +SIZE (gcc-11-20210619.tar.xz) = 75520204 diff --git a/lang/gcc12-devel/Makefile b/lang/gcc12-devel/Makefile index a0aa6c5e43e..c78df24a677 100644 --- a/lang/gcc12-devel/Makefile +++ b/lang/gcc12-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 12.0.0.s20210613 +PORTVERSION= 12.0.0.s20210620 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc12-devel/distinfo b/lang/gcc12-devel/distinfo index e273824a34b..53d89db03e6 100644 --- a/lang/gcc12-devel/distinfo +++ b/lang/gcc12-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623656976 -SHA256 (gcc-12-20210613.tar.xz) = af053fe0ffebc344ba9b9cfa8c5f96ae594dfc44ceb0eb615c24aafe88e9f442 -SIZE (gcc-12-20210613.tar.xz) = 75648456 +TIMESTAMP = 1624260953 +SHA256 (gcc-12-20210620.tar.xz) = 22ad84f536ea8812361606ff61a67e712915d3915e87252dfb30766eaa00a13e +SIZE (gcc-12-20210620.tar.xz) = 75700260 diff --git a/lang/gcc9-devel/Makefile b/lang/gcc9-devel/Makefile index 6196a8591f5..9306a422d86 100644 --- a/lang/gcc9-devel/Makefile +++ b/lang/gcc9-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer PORTNAME= gcc -PORTVERSION= 9.4.1.s20210617 +PORTVERSION= 9.4.1.s20210624 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc9-devel/distinfo b/lang/gcc9-devel/distinfo index 282aa404465..13414c16450 100644 --- a/lang/gcc9-devel/distinfo +++ b/lang/gcc9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624047503 -SHA256 (gcc-9-20210617.tar.xz) = b8b5e78479485b4670e6c3077166dc9463c63fb5b9713cb16cc99f2812ed52d8 -SIZE (gcc-9-20210617.tar.xz) = 67677200 +TIMESTAMP = 1624606248 +SHA256 (gcc-9-20210624.tar.xz) = eeb8581533b18381da806203b6cde8c114b87a918a47da8ea8053cbbc3548925 +SIZE (gcc-9-20210624.tar.xz) = 67682800 diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 0a8b62a4abd..f127ba26b90 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -77,7 +77,7 @@ PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO" GHC_VERSION= 8.10.5 CABAL_VERSION= 3.2.1.0 HSCOLOUR_VERSION= 1.24.4 -LLVM_VERSION= 90 +LLVM_VERSION= 10 # LLVM version that bootstrap compiler uses BOOT_LLVM_VERSION= 90 @@ -140,7 +140,7 @@ DISTFILES+= ghc-${BOOT_GHC_VERSION}-boot-${ARCH}-freebsd${BOOTSTRAPS_SUFFIX}${E .endif # MBOOT .if ${ARCH} == aarch64 || ${ARCH:Marmv*} -# ghc-8.10.x on arm requires devel/llvm90 +# ghc-8.10.x on arm requires devel/llvm10 # CONFIGURE_TARGET must to be the same as the llvm triple CONFIGURE_TARGET= ${ARCH}-unknown-freebsd${"${ARCH:Maarch64}" != "":?:-gnueabihf} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-aclocal.m4 @@ -155,9 +155,10 @@ CONFIGURE_ENV+= LLC=llc${LLVM_VERSION} \ # LLVM versions, we have to pull in both. Luckily, this is relatively rare. . if ${BOOT_LLVM_VERSION} != ${LLVM_VERSION} BUILD_DEPENDS+= llc${BOOT_LLVM_VERSION}:devel/llvm${BOOT_LLVM_VERSION} -# Keep in sync with BOOT_LLVM_VERSION -BINARY_ALIAS+= llc-9.0=llc90 \ - opt-9.0=opt90 +CONFIGURE_ENV_BOOTSTRAP=LLC=llc${BOOT_LLVM_VERSION} \ + OPT=opt${BOOT_LLVM_VERSION} \ + CLANG=clang${BOOT_LLVM_VERSION} \ + CC=clang${BOOT_LLVM_VERSION} . endif .endif @@ -211,7 +212,7 @@ pre-configure: # If we are using bootstrap compiler, configure and install it into ${BOOT_DIR} .if empty(PORT_OPTIONS:MBOOT) - cd ${BOOT_DIR} && ${CONFIGURE_ENV} ${CONFIGURE_CMD} --prefix=${BOOT_DIR} + cd ${BOOT_DIR} && ${CONFIGURE_ENV} ${CONFIGURE_ENV_BOOTSTRAP} ${CONFIGURE_CMD} --prefix=${BOOT_DIR} cd ${BOOT_DIR} && PACKAGES='' ${MAKE_CMD} install .else # otherwise, make sure we have "ghc" in PATH diff --git a/lang/gleam/Makefile b/lang/gleam/Makefile index d3cac7a1cba..7ef55a0348d 100644 --- a/lang/gleam/Makefile +++ b/lang/gleam/Makefile @@ -1,6 +1,7 @@ PORTNAME= gleam DISTVERSIONPREFIX= v DISTVERSION= 0.16.0 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= dch@FreeBSD.org diff --git a/lang/intel-compute-runtime/Makefile b/lang/intel-compute-runtime/Makefile index 4d298ce5a7a..daec9ec2521 100644 --- a/lang/intel-compute-runtime/Makefile +++ b/lang/intel-compute-runtime/Makefile @@ -1,6 +1,5 @@ PORTNAME= compute-runtime -DISTVERSION= 21.24.20098 -PORTREVISION= 1 +DISTVERSION= 21.25.20114 CATEGORIES= lang PKGNAMEPREFIX= intel- diff --git a/lang/intel-compute-runtime/distinfo b/lang/intel-compute-runtime/distinfo index bdb7440193a..41b3df308a4 100644 --- a/lang/intel-compute-runtime/distinfo +++ b/lang/intel-compute-runtime/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623357455 -SHA256 (intel-compute-runtime-21.24.20098_GH0.tar.gz) = 015a5f5149ec19f2e54e798d98bbbd01ebca1656c47240309731165381fa0c4f -SIZE (intel-compute-runtime-21.24.20098_GH0.tar.gz) = 4111779 +TIMESTAMP = 1623699367 +SHA256 (intel-compute-runtime-21.25.20114_GH0.tar.gz) = aad021d267264b34469202f47112ed5303f53f8aa09dc9d39af1f14f05da7ee7 +SIZE (intel-compute-runtime-21.25.20114_GH0.tar.gz) = 4111887 SHA256 (4a926516c3ea.patch) = 1a9c4694dbe892f01a7d3be5c5229b6b3bb34222848d61054f7bdf91134ca60f SIZE (4a926516c3ea.patch) = 1691 SHA256 (3e8d5d7a0589.patch) = bbb3b7b7f46229cb64a3d234ace9e65dfccba086b14a26c86cfba19fd2af96cb diff --git a/lang/itcl4/Makefile b/lang/itcl4/Makefile index 02370e6f09f..ec8f887293b 100644 --- a/lang/itcl4/Makefile +++ b/lang/itcl4/Makefile @@ -1,10 +1,10 @@ # Created by: gahr PORTNAME= itcl4 -PORTVERSION= 4.2.0 +PORTVERSION= 4.2.1 PORTREVISION= 0 CATEGORIES= lang -MASTER_SITES= SF/tcl/Tcl/8.6.10 +MASTER_SITES= SF/tcl/Tcl/8.6.11 DISTNAME= itcl${PORTVERSION} MAINTAINER= tcltk@FreeBSD.org diff --git a/lang/itcl4/distinfo b/lang/itcl4/distinfo index e33654cccb8..6e397474c16 100644 --- a/lang/itcl4/distinfo +++ b/lang/itcl4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1572858468 -SHA256 (itcl4.2.0.tar.gz) = c5ce3e7f050b31e9d9737a133e27c0fe575981585c96c83aa5ed9749d3e930d6 -SIZE (itcl4.2.0.tar.gz) = 429133 +TIMESTAMP = 1624881761 +SHA256 (itcl4.2.1.tar.gz) = 7df4da993bf92cc55770cdab211028800e92626edf34d53f4f714324df78470f +SIZE (itcl4.2.1.tar.gz) = 431371 diff --git a/lang/itcl4/files/patch-Makefile.in b/lang/itcl4/files/patch-Makefile.in index 7108bb55cde..69f6fc553ea 100644 --- a/lang/itcl4/files/patch-Makefile.in +++ b/lang/itcl4/files/patch-Makefile.in @@ -1,12 +1,12 @@ ---- Makefile.in.orig 2018-11-19 12:13:00.434900000 +0000 -+++ Makefile.in 2018-11-19 12:14:16.591273000 +0000 -@@ -240,8 +240,9 @@ +--- Makefile.in.orig 2020-12-21 21:44:42 UTC ++++ Makefile.in +@@ -244,8 +244,9 @@ install-doc: doc if test X"$$i" = X'$(srcdir)/doc/*.n'; then break; fi; \ bi=`basename $$i`; \ echo "Installing $$bi"; \ + sfxname=`echo $$bi | sed -e 's|.n$$|.i4|'`; \ sed -e '/man\.macros/r $(srcdir)/doc/man.macros' -e '/man\.macros/d' $$i > $$bi.tmp \ -- && $(INSTALL_DATA) $$bi.tmp $(DESTDIR)$(mandir)/mann/$$bi \ +- && $(INSTALL_DATA) $$bi.tmp "$(DESTDIR)$(mandir)/mann/$$bi" \ + && $(INSTALL_DATA) $$bi.tmp $(DESTDIR)$(mandir)/mann/$$sfxname \ && rm -f $$bi.tmp; \ done diff --git a/lang/perl5-devel/Makefile b/lang/perl5-devel/Makefile index 9627e83caeb..b57720e1813 100644 --- a/lang/perl5-devel/Makefile +++ b/lang/perl5-devel/Makefile @@ -31,7 +31,7 @@ USES= cpe USE_GITHUB= yes GH_ACCOUNT= Perl GH_PROJECT= perl5 -GH_TAGNAME= v5.35.1-20-gc5082864c7 +GH_TAGNAME= v5.35.1-50-gfc0b7d587a # Give a hint of where libperl.so can be found. USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE diff --git a/lang/perl5-devel/distinfo b/lang/perl5-devel/distinfo index abd909e5607..4aac8ac6729 100644 --- a/lang/perl5-devel/distinfo +++ b/lang/perl5-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624257497 -SHA256 (perl/Perl-perl5-v5.35.1-20-gc5082864c7_GH0.tar.gz) = 7bc84212cd06639bc3d69ed281215dcf2c892457cff681371812a3294235e595 -SIZE (perl/Perl-perl5-v5.35.1-20-gc5082864c7_GH0.tar.gz) = 19886060 +TIMESTAMP = 1624884907 +SHA256 (perl/Perl-perl5-v5.35.1-50-gfc0b7d587a_GH0.tar.gz) = 3a69ec2ecf9bb487f3696ce0c001492fca3f14a0898ac9023d4086d61bf07b43 +SIZE (perl/Perl-perl5-v5.35.1-50-gfc0b7d587a_GH0.tar.gz) = 19885731 diff --git a/lang/perl5.28/Makefile b/lang/perl5.28/Makefile deleted file mode 100644 index 18632e33bf8..00000000000 --- a/lang/perl5.28/Makefile +++ /dev/null @@ -1,278 +0,0 @@ -PORTNAME= perl -DISTVERSION= ${PERL_VERSION} -PORTREVISION= 1 -CATEGORIES= lang devel perl5 -MASTER_SITES= CPAN/../../src/5.0 CPAN/../../authors/id/X/XS/XSAWYERX/ -DIST_SUBDIR= perl - -MAINTAINER= mat@FreeBSD.org -COMMENT= Practical Extraction and Report Language - -LICENSE= ART10 GPLv1+ -LICENSE_COMB= dual -LICENSE_FILE_ART10= ${WRKSRC}/Artistic -LICENSE_FILE_GPLv1+ = ${WRKSRC}/Copying - -# Uncomment when the default Perl is switched to 5.30 -DEPRECATED= Support ends three years after .0 release. Please upgrade to a more recent version of Perl -EXPIRATION_DATE= 2021-06-22 - -TEST_TARGET= test_harness -TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \ - LD_LIBRARY_PATH=${WRKSRC} - -OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \ - THREADS PERL_MALLOC DTRACE DOT_INC -OPTIONS_DEFAULT= PERL_64BITINT THREADS MULTIPLICITY DTRACE - -.if !exists(/usr/sbin/dtrace) -OPTIONS_EXCLUDE+= DTRACE -.endif -.for a in aarch64 arm armv6 armv7 \ - mips mips64 mips64el mips64elhf mips64hf mipsel mipselhf mipshf mipsn32 \ - riscv64 riscv64sf sparc64 -OPTIONS_EXCLUDE_${a}= DTRACE -.endfor - -EXCLUSIVE_DESC= Exclusive OPTIONS -GDBM_DESC= GDBM_File extension -PERL_MALLOC_DESC= Use Perl malloc -PERL_64BITINT_DESC= Use 64 bit integers (on i386) -THREADS_DESC= Build threaded perl -MULTIPLICITY_DESC= Use multiplicity -SITECUSTOMIZE_DESC= Run-time customization of @INC -DOT_INC_DESC= Add '.' to @INC (unsafe) - -OPTIONS_SUB= yes -DEBUG_CONFIGURE_ON= -Doptimize="-g" -DDEBUGGING -DEBUG_CONFIGURE_OFF= -Doptimize="${CFLAGS}" -DTRACE_CONFIGURE_ON= -Dusedtrace -DTRACE_CONFIGURE_OFF= -Uusedtrace -GDBM_CONFIGURE_ON= -Di_gdbm -GDBM_CONFIGURE_OFF= -Ui_gdbm -GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm -PERL_64BITINT_CONFIGURE_ON= -Duse64bitint -MULTIPLICITY_CONFIGURE_ON= -Dusemultiplicity=y -MULTIPLICITY_CONFIGURE_OFF= -Dusemultiplicity=n -SITECUSTOMIZE_CONFIGURE_ON= -Dusesitecustomize -THREADS_CONFIGURE_ON= -Dusethreads=y -THREADS_CONFIGURE_OFF= -Dusethreads=n -PERL_MALLOC_CONFIGURE_ON= -Dusemymalloc=y -PERL_MALLOC_CONFIGURE_OFF= -Dusemymalloc=n -DOT_INC_CONFIGURE_ON= -Ddefault_inc_excludes_dot=n - -PORTSCOUT= limit:^${PERL_VER}. - -.include "version.mk" -PERL_VER?= ${PERL_VERSION:C/\.[0-9]+$//} -PERL_ARCH= mach -SITE_PERL_REL?= lib/perl5/site_perl -SITE_PERL?= ${PREFIX}/${SITE_PERL_REL} -SITE_ARCH_REL?= ${SITE_PERL_REL}/${PERL_ARCH}/${PERL_VER} -SITE_ARCH?= ${PREFIX}/${SITE_ARCH_REL} -SITE_MAN_PREFIX= ${SITE_PERL_REL} -SITE_MAN3_REL?= ${SITE_MAN_PREFIX}/man/man3 -SITE_MAN3?= ${PREFIX}/${SITE_MAN3_REL} -SITE_MAN1_REL?= ${SITE_MAN_PREFIX}/man/man1 -SITE_MAN1?= ${PREFIX}/${SITE_MAN1_REL} - -_PRIV_LIB= lib/perl5/${PERL_VER} -_ARCH_LIB= ${_PRIV_LIB}/${PERL_ARCH} - -USES= cpe tar:xz - -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT=Configure -CONFIGURE_ARGS= -sde -Dprefix=${PREFIX} \ - -Dlibperl=libperl.so.${PERL_VERSION} \ - -Darchlib=${PREFIX}/${_ARCH_LIB} \ - -Dprivlib=${PREFIX}/${_PRIV_LIB} \ - -Dman3dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man3 \ - -Dman1dir=${PREFIX}/${PERLMANPREFIX_REL}/man/man1 \ - -Dsitearch=${SITE_ARCH} \ - -Dsitelib=${SITE_PERL} -Dscriptdir=${PREFIX}/bin \ - -Dsiteman3dir=${SITE_MAN3} \ - -Dsiteman1dir=${SITE_MAN1} \ - -Ui_malloc -Ui_iconv -Uinstallusrbinperl -Dusenm=n \ - -Dcc="${CC}" -Duseshrplib -Dinc_version_list=none \ - -Dcf_by=${MAINTAINER:C,@.*,,} -Dcf_email=${MAINTAINER} \ - -Dcf_time="`${STAT} -t \"%a %b %d %T %Z %Y\" -f %Sm ${_DISTDIR}/${DISTNAME}${EXTRACT_SUFX}`" -# Keep the following two in sync. -# lddlflags is used for all .so linking -# shrpldflags is used for libperl.so, so remove all the extra bits inherited from lddlflags. -CONFIGURE_ARGS+= \ - -Alddlflags='-L${WRKSRC} -L${PREFIX}/${_ARCH_LIB}/CORE -lperl' \ - -Dshrpldflags='$$(LDDLFLAGS:N-L${WRKSRC}:N-L${PREFIX}/${_ARCH_LIB}/CORE:N-lperl) -Wl,-soname,$$(LIBPERL:R)' - -# Give a hint of where libperl.so can be found. -USE_LDCONFIG= ${PREFIX}/${_ARCH_LIB}/CORE - -CONFIGURE_ENV+= UNAME_v="$$(uname -v | sed 'y/=/ /')" - -SUB_LIST+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - SITE_PERL=${SITE_PERL_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - PERL_ARCH=${PERL_ARCH} - -SUB_FILES= perl-man.conf - -INSTALL_TARGET= install-strip - -.if defined(PERL_VENDOR_PREFIX) -CONFIGURE_ARGS+= \ - -Dvendorprefix=${PERL_VENDOR_PREFIX} \ - -Dvendorarch=${PERL_VENDOR_PREFIX}/${_ARCH_LIB} \ - -Dvendorbin=${PERL_VENDOR_PREFIX}/bin \ - -Dvendorlib=${PERL_VENDOR_PREFIX}/${_PRIV_LIB} \ - -Dvendorman3dir=${PERL_VENDOR_PREFIX}/${_PRIV_LIB}/man/man3 \ - -Dvendorman1dir=${PERL_VENDOR_PREFIX}/man/man1 -.endif - -# http://perl5.git.perl.org/perl.git/commit/b83080de5c4254 -# PERLIOBUF_DEFAULT_BUFSIZ size in bytes (default: 8192 bytes) -.if defined(PERLIOBUF_DEFAULT_BUFSIZ) -CONFIGURE_ARGS+= \ - -Accflags=-DPERLIOBUF_DEFAULT_BUFSIZ=${PERLIOBUF_DEFAULT_BUFSIZ} -.endif - -PERLMANPREFIX_REL= ${_PRIV_LIB}/perl -PERLMANPREFIX= ${PREFIX}/${PERLMANPREFIX_REL} -MANDIRS+= ${PERLMANPREFIX}/man - -PLIST_SUB+= PERL_VERSION=${PERL_VERSION} \ - PERL_VER=${PERL_VER} \ - PERL_ARCH=${PERL_ARCH} \ - PERL_ARCH_regex=[[:<:]]${PERL_ARCH}[[:>:]] \ - MAN1=${PERLMANPREFIX_REL}/man/man1 \ - MAN3=${PERLMANPREFIX_REL}/man/man3 \ - PERLMANPREFIX=${PERLMANPREFIX_REL} \ - PERLMANPREFIX_regex=${PERLMANPREFIX_REL}[[:>:]] \ - SITEMANPREFIX=${SITE_MAN_PREFIX} \ - SITE_PERL=${SITE_PERL_REL} \ - SITE_ARCH=${SITE_ARCH_REL} \ - PRIV_LIB=${_PRIV_LIB} \ - PKGNAMESUFFIX=${PKGNAMESUFFIX} \ - ARCH_LIB=${_ARCH_LIB} - -# Why this is required is explained in: -# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227356#c5 -_PERL5_DEFAULT_FILE= /tmp/PERL5_DEFAULT - -# Get the default version, and possibly, overwrite it. -.include -.sinclude "${_PERL5_DEFAULT_FILE}" - -# if this port is default due PERL5_DEFAULT -# change PKGNAME to reflect this -.if ${PERL_VER} == ${PERL5_DEFAULT} -PKGNAMESUFFIX= 5 -IAMDEFAULTPERL= yes -.else -# make PKGNAME unique among other lang/perl5.x -PKGNAMESUFFIX= ${PERL_VER} -.endif - -# Am I building the default Perl ? -.if defined(IAMDEFAULTPERL) -PLIST_SUB+= DEFAULT="" BINSUFFIX="" -.else -BINSUFFIX= ${PERL_VERSION} -PLIST_SUB+= DEFAULT="@comment " BINSUFFIX=${PERL_VERSION} -CONFIGURE_ARGS+=-Dversiononly -.endif - -.if !defined(IAMDEFAULTPERL) -pre-everything:: - @${ECHO_MSG} "##################################################" - @${ECHO_MSG} "" - @${ECHO_MSG} " This is *NOT* the DEFAULT perl version" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *NOT* install ${PREFIX}/bin/perl" - @${ECHO_MSG} "" - @${ECHO_MSG} "It will *ONLY* install ${PREFIX}/bin/perl${PERL_VERSION}" - @${ECHO_MSG} "" - @${ECHO_MSG} "The default Perl version currently is ${PERL5_DEFAULT}." - @${ECHO_MSG} "" - @${ECHO_MSG} "If you want to use this version as the default," - @${ECHO_MSG} "stop the build now, add this line to your" - @${ECHO_MSG} "/etc/make.conf, and then restart the build." - @${ECHO_MSG} "" - @${ECHO_MSG} "DEFAULT_VERSIONS+=perl5=${PERL_VER}" - @${ECHO_MSG} "" - @${ECHO_MSG} "##################################################" -. if !(defined(PACKAGE_BUILDING) || defined(BATCH)) - @sleep 30 -. endif -.endif - -# Put a symlink to the future libperl.so.x.yy so that -lperl works. -# Also, save PERL5_DEFAULT in case someone is not using the default Perl -# version whilst not having set DEFAULT_VERSIONS=perl5=blah. While upgrading, -# portmaster/portupgrade will remove the installed Perl version, and it will -# remove any way to guess what the default Perl version is needed. -post-extract: - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so - ${LN} -s libperl.so.${PERL_VERSION} ${WRKSRC}/libperl.so.${PERL_VER} -.if !defined(PACKAGE_BUILDING) - @${ECHO_CMD} "PERL5_DEFAULT=${PERL5_DEFAULT}" > ${_PERL5_DEFAULT_FILE} -.endif - -.if !defined(PACKAGE_BUILDING) -post-clean: - @${RM} ${_PERL5_DEFAULT_FILE} -.endif - -post-patch: - ${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/Configure ${WRKSRC}/hints/freebsd.sh -.if !defined(IAMDEFAULTPERL) - ${REINPLACE_CMD} -e '/do_installprivlib = 0 if .versiononly/d; \ - /^if.*nopods.*versiononly || /s/.*/if (1) {/' \ - ${WRKSRC}/installperl -.endif - -post-install: - @${REINPLACE_CMD} -e '/^lddlflags/s|-L${WRKSRC} ||' \ - ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl - @${TOUCH} -r ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl - @${RM} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak -.if ${CC} == /nxb-bin/usr/bin/cc - @${REINPLACE_CMD} -e 's=/nxb-bin==' \ - ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl -# Restore Config.pm's timestamp so that Perl's build system does not think it -# needs to rebuild everything. - @${TOUCH} -r ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm - @${TOUCH} -r ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl - @${RM} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config.pm.bak ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/Config_heavy.pl.bak -.endif - - ${MKDIR} ${STAGEDIR}${SITE_MAN1} ${STAGEDIR}${SITE_MAN3} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/auto - ${MKDIR} ${STAGEDIR}${SITE_PERL}/auto -.if defined(IAMDEFAULTPERL) - ${LN} -sf perl ${STAGEDIR}${PREFIX}/bin/perl5 - ${LN} -sf perl ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} -.endif - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so - ${LN} -sf libperl.so.${PERL_VERSION} ${STAGEDIR}${PREFIX}/${_ARCH_LIB}/CORE/libperl.so.${PERL_VER} - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/perl${PERL_VERSION} - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/machine - ${MKDIR} ${STAGEDIR}${SITE_ARCH}/sys - # h2ph needs perl, but perl is not installed, it's only - # staged, so, use the one in WRKDIR - (cd /usr/include && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \ - ${WRKSRC}/perl -I ${WRKSRC}/lib ${STAGEDIR}${PREFIX}/bin/h2ph${BINSUFFIX} \ - -d ${STAGEDIR}${SITE_ARCH} *.h machine/*.h sys/*.h >/dev/null) - @${FIND} ${STAGEDIR}${SITE_ARCH} -name '*.ph' | sed -e 's|${STAGEDIR}||' >> ${TMPPLIST} - ${FIND} ${STAGEDIR} -name '*.so*' -type f | while read f; \ - do \ - ${CHMOD} 644 $$f; \ - ${STRIP_CMD} $$f; \ - ${CHMOD} 444 $$f; \ - done - ${INSTALL_DATA} ${WRKDIR}/perl-man.conf ${STAGEDIR}${PREFIX}/etc/man.d/perl${PKGNAMESUFFIX}.conf - -.include diff --git a/lang/perl5.28/distinfo b/lang/perl5.28/distinfo deleted file mode 100644 index 46ef91bee00..00000000000 --- a/lang/perl5.28/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1591078640 -SHA256 (perl/perl-5.28.3.tar.xz) = 77dc1ddf541643af14d585867d3d0741cce45d0dbe8f1467024e63165d9e2fc5 -SIZE (perl/perl-5.28.3.tar.xz) = 12382032 diff --git a/lang/perl5.28/files/patch-Configure b/lang/perl5.28/files/patch-Configure deleted file mode 100644 index dd6055cb7ea..00000000000 --- a/lang/perl5.28/files/patch-Configure +++ /dev/null @@ -1,37 +0,0 @@ -- Allow setting cf_time (reproducible builds) -- ? -- ? - ---- Configure.orig 2018-04-21 18:42:15 UTC -+++ Configure -@@ -3865,7 +3865,10 @@ esac - . ./posthint.sh - - : who configured the system --cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` -+case "$cf_time" in -+"") -+ cf_time=`LC_ALL=C; LANGUAGE=C; export LC_ALL; export LANGUAGE; $date 2>&1` ;; -+esac - case "$cf_by" in - "") - cf_by=`(logname) 2>/dev/null` -@@ -5046,7 +5049,7 @@ esac - : Now check and see which directories actually exist, avoiding duplicates - for xxx in $dlist - do -- if $test -d $xxx; then -+ if $test -d $xxx || [ $xxx = $prefix/lib ]; then - case " $libpth " in - *" $xxx "*) ;; - *) libpth="$libpth $xxx";; -@@ -9586,8 +9589,7 @@ prefixvar=siteman3dir - - : determine where add-on public executable scripts go - case "$sitescript" in --'') dflt=$siteprefix/script -- $test -d $dflt || dflt=$sitebin ;; -+'') dflt=$sitebin ;; - *) dflt="$sitescript" ;; - esac - fn=d~+ diff --git a/lang/perl5.28/files/patch-Makefile.SH b/lang/perl5.28/files/patch-Makefile.SH deleted file mode 100644 index c65b5dfc7a3..00000000000 --- a/lang/perl5.28/files/patch-Makefile.SH +++ /dev/null @@ -1,12 +0,0 @@ -Allow customisation of shrpldflags. - ---- Makefile.SH.orig 2015-09-08 05:21:36 UTC -+++ Makefile.SH -@@ -40,7 +40,6 @@ esac - pwd="`pwd`" - linklibperl='$(LIBPERL)' - linklibperl_nonshr='' --shrpldflags='$(LDDLFLAGS)' - ldlibpth='' - DPERL_EXTERNAL_GLOB='-DPERL_EXTERNAL_GLOB' - DPERL_IS_MINIPERL='-DPERL_IS_MINIPERL' diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm deleted file mode 100644 index e1fe92f6791..00000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_lib_ExtUtils_Install.pm +++ /dev/null @@ -1,13 +0,0 @@ -Make installed files writable by the installing user. - ---- cpan/ExtUtils-Install/lib/ExtUtils/Install.pm.orig 2017-06-05 16:14:15 UTC -+++ cpan/ExtUtils-Install/lib/ExtUtils/Install.pm -@@ -825,7 +825,7 @@ sub install { #XXX OS-SPECIFIC - utime($atime,$mtime + Is_VMS,$targetfile) unless $dry_run>1; - - -- $mode = 0444 | ( $mode & 0111 ? 0111 : 0 ); -+ $mode = 0644 | ( $mode & 0111 ? 0111 : 0 ); - $mode = $mode | 0222 - if $realtarget ne $targetfile; - _chmod( $mode, $targetfile, $verbose ); diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t b/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t deleted file mode 100644 index 1834df9398b..00000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-Install_t_Install.t +++ /dev/null @@ -1,22 +0,0 @@ -Make installed files writable by the installing user. (fix tests) - ---- cpan/ExtUtils-Install/t/Install.t.orig 2015-10-14 14:27:14 UTC -+++ cpan/ExtUtils-Install/t/Install.t -@@ -240,7 +240,7 @@ SKIP: { - }, - ]); - -- ok( !writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm not writeable' ); -+ ok( writeable("$bigdir/DummyHard.pm"), 'DummyHard.pm writeable' ); - - use File::Compare; - ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyHard.pm"), -@@ -264,7 +264,7 @@ SKIP: { - }, - ]); - -- ok( !writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm not writeable' ); -+ ok( writeable("$bigdir/DummyOrig.pm"), 'DummyOrig.pm writeable' ); - ok( !-l "$bigdir/Dummy.pm", 'Dummy.pm not a link' ); - ok(compare("$bigdir/Dummy.pm", "$bigdir/DummyOrig.pm"), - "orig file should be different"); diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm deleted file mode 100644 index c08e3459dcd..00000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_lib_ExtUtils_MM__Any.pm +++ /dev/null @@ -1,20 +0,0 @@ -- Allow overriding PREFIX? - ---- cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm.orig 2017-06-11 14:35:46 UTC -+++ cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm -@@ -2031,13 +2031,14 @@ sub init_INSTALL_from_PREFIX { - ('$(PREFIX)') x 3; - } - else { -+ $self->{PREFIX} ||= $iprefix; - $self->{PERLPREFIX} ||= $iprefix; - $self->{SITEPREFIX} ||= $sprefix; - $self->{VENDORPREFIX} ||= $vprefix; - - # Lots of MM extension authors like to use $(PREFIX) so we - # put something sensible in there no matter what. -- $self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; -+ #$self->{PREFIX} = '$('.uc $self->{INSTALLDIRS}.'PREFIX)'; - } - - my $arch = $Config{archname}; diff --git a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t b/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t deleted file mode 100644 index dc3a3ee1a9c..00000000000 --- a/lang/perl5.28/files/patch-cpan_ExtUtils-MakeMaker_t_INST__PREFIX.t +++ /dev/null @@ -1,22 +0,0 @@ -- Allow overriding PREFIX? (fix test) - ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig 2016-05-29 22:48:24 UTC -+++ cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t -@@ -10,7 +10,7 @@ BEGIN { - } - - use strict; --use Test::More tests => 52; -+use Test::More tests => 51; - use MakeMaker::Test::Utils; - use MakeMaker::Test::Setup::BFD; - use ExtUtils::MakeMaker; -@@ -64,7 +64,7 @@ like( $stdout->read, qr{ - (?:Writing\ MYMETA.yml\ and\ MYMETA.json\n)? - }x ); - --is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); -+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' ); - - isa_ok( $mm, 'ExtUtils::MakeMaker' ); - diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm deleted file mode 100644 index 8a9479cc751..00000000000 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc.pm +++ /dev/null @@ -1,16 +0,0 @@ -Put back some non dumb outputter by default - ---- cpan/Pod-Perldoc/lib/Pod/Perldoc.pm.orig 2019-03-12 16:47:18 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc.pm -@@ -486,6 +486,11 @@ sub init_formatter_class_list { - - $self->opt_M_with('Pod::Perldoc::ToPod'); # the always-there fallthru - $self->opt_o_with('text'); -+ $self->opt_o_with('man') -+ unless $self->is_mswin32 || $self->is_dos || $self->is_amigaos -+ || !($ENV{TERM} && ( -+ ($ENV{TERM} || '') !~ /dumb|emacs|none|unknown/i -+ )); - - return; - } diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm deleted file mode 100644 index d807041754d..00000000000 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToMan.pm +++ /dev/null @@ -1,24 +0,0 @@ -- Handle MANWIDTH=tty -- Reset $? before opening mandoc so that the outputter works. - ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm.orig 2019-03-11 04:03:26 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToMan.pm -@@ -108,6 +108,8 @@ sub _get_columns_from_manwidth { - - return 0 unless defined $ENV{MANWIDTH}; - -+ if ($ENV{MANWIDTH} eq 'tty') { return 0; } -+ - unless( $ENV{MANWIDTH} =~ m/\A\d+\z/ ) { - $self->warn( "Ignoring non-numeric MANWIDTH ($ENV{MANWIDTH})\n" ); - return 0; -@@ -309,6 +311,9 @@ sub _filter_through_nroff { - require Symbol; - require IPC::Open3; - require IO::Handle; -+ -+ # Reset this??? -+ $?=0; - - my $pid = IPC::Open3::open3( - my $writer, diff --git a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm b/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm deleted file mode 100644 index 839207741f2..00000000000 --- a/lang/perl5.28/files/patch-cpan_Pod-Perldoc_lib_Pod_Perldoc_ToTerm.pm +++ /dev/null @@ -1,13 +0,0 @@ -Handle MANWIDTH=tty - ---- cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm.orig 2017-04-03 07:28:44 UTC -+++ cpan/Pod-Perldoc/lib/Pod/Perldoc/ToTerm.pm -@@ -69,6 +69,8 @@ sub _get_columns_from_manwidth { - - return 0 unless defined $ENV{MANWIDTH}; - -+ if ($ENV{MANWIDTH} eq 'tty') { return 0; } -+ - unless( $ENV{MANWIDTH} =~ m/\A\d+\z/ ) { - $self->warn( "Ignoring non-numeric MANWIDTH ($ENV{MANWIDTH})\n" ); - return 0; diff --git a/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t b/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t deleted file mode 100644 index 7bd04747d0c..00000000000 --- a/lang/perl5.28/files/patch-ext_GDBM__File_t_fatal.t +++ /dev/null @@ -1,30 +0,0 @@ -Those two test fails starting with gdbm 1.15. - ---- ext/GDBM_File/t/fatal.t.orig 2018-11-01 22:07:48 UTC -+++ ext/GDBM_File/t/fatal.t -@@ -12,7 +12,7 @@ BEGIN { - plan(skip_all => "GDBM_File is flaky in $^O") - if $^O =~ /darwin/; - -- plan(tests => 8); -+ plan(tests => 6); - use_ok('GDBM_File'); - } - -@@ -34,16 +34,5 @@ isnt((open $fh, "<&=$fileno"), undef, "dup fileno $fil - or diag("\$! = $!"); - isnt(close $fh, undef, - "close fileno $fileno, out from underneath the GDBM_File"); --is(eval { -- $h{Perl} = 'Rules'; -- untie %h; -- 1; --}, undef, 'Trapped error when attempting to write to knobbled GDBM_File'); -- --# Observed "File write error" and "lseek error" from two different systems. --# So there might be more variants. Important part was that we trapped the error --# via croak. --like($@, qr/ at .*\bfatal\.t line \d+\.\n\z/, -- 'expected error message from GDBM_File'); - - unlink ; diff --git a/lang/perl5.28/files/patch-hints_freebsd.sh b/lang/perl5.28/files/patch-hints_freebsd.sh deleted file mode 100644 index efcbcfea109..00000000000 --- a/lang/perl5.28/files/patch-hints_freebsd.sh +++ /dev/null @@ -1,24 +0,0 @@ -Remove libs that are not here on FreeBSD. - ---- hints/freebsd.sh.orig 2016-12-05 10:28:13 UTC -+++ hints/freebsd.sh -@@ -88,6 +88,8 @@ case "$osvers" in - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` - libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - # iconv gone in Perl 5.8.1, but if someone compiles 5.8.0 or earlier. - libswanted=`echo $libswanted | sed 's/ iconv / /'` - d_setregid='define' -@@ -102,6 +104,10 @@ case "$osvers" in - ;; - esac - libswanted=`echo $libswanted | sed 's/ malloc / /'` -+ libswanted=`echo $libswanted | sed 's/ bind / /'` -+ libswanted=`echo $libswanted | sed 's/ dl / /'` -+ libswanted=`echo $libswanted | sed 's/ iconv / /'` -+ libswanted=`echo $libswanted | sed 's/ c / /'` - ;; - esac - diff --git a/lang/perl5.28/files/patch-perl.c b/lang/perl5.28/files/patch-perl.c deleted file mode 100644 index e626ba5b073..00000000000 --- a/lang/perl5.28/files/patch-perl.c +++ /dev/null @@ -1,28 +0,0 @@ -Remove compile time information (reproducible builds) - ---- perl.c.orig 2018-04-21 18:42:15 UTC -+++ perl.c -@@ -1987,23 +1987,7 @@ S_Internals_V(pTHX_ CV *cv) - PUSHs(Perl_newSVpvn_flags(aTHX_ non_bincompat_options, - sizeof(non_bincompat_options) - 1, SVs_TEMP)); - --#ifndef PERL_BUILD_DATE --# ifdef __DATE__ --# ifdef __TIME__ --# define PERL_BUILD_DATE __DATE__ " " __TIME__ --# else --# define PERL_BUILD_DATE __DATE__ --# endif --# endif --#endif -- --#ifdef PERL_BUILD_DATE -- PUSHs(Perl_newSVpvn_flags(aTHX_ -- STR_WITH_LEN("Compiled at " PERL_BUILD_DATE), -- SVs_TEMP)); --#else - PUSHs(&PL_sv_undef); --#endif - - for (i = 1; i <= local_patch_count; i++) { - /* This will be an undef, if PL_localpatches[i] is NULL. */ diff --git a/lang/perl5.28/files/patch-t_porting_customized.dat b/lang/perl5.28/files/patch-t_porting_customized.dat deleted file mode 100644 index b283f0b0827..00000000000 --- a/lang/perl5.28/files/patch-t_porting_customized.dat +++ /dev/null @@ -1,21 +0,0 @@ -Fix tests for modified files. - ---- t/porting/customized.dat.orig 2018-11-01 22:07:59 UTC -+++ t/porting/customized.dat -@@ -4,6 +4,7 @@ - Devel::PPPort dist/Devel-PPPort/parts/embed.fnc e030719d9c6921810554a8e2d398543348b4878c - Digest cpan/Digest/Digest.pm 43f7f544cb11842b2f55c73e28930da50774e081 - Encode cpan/Encode/t/truncated_utf8.t 36e6780c20f1d22ed7c97b1a388a63629617451f -+ExtUtils::MakeMaker cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Any.pm ac29a8dc1c7d6f0aca4abff0730c05bde1dab3ad - Locale::Maketext::Simple cpan/Locale-Maketext-Simple/lib/Locale/Maketext/Simple.pm 57ed38905791a17c150210cd6f42ead22a7707b6 - Math::Complex cpan/Math-Complex/lib/Math/Complex.pm 198ea6c6c584f5ea79a0fd7e9d411d0878f3b2af - Math::Complex cpan/Math-Complex/t/Complex.t 4f307ed6fc59f1e5fb0e6b11103fc631b6bdb335 -@@ -18,7 +19,7 @@ Pod::Checker cpan/Pod-Checker/t/pod/contains_bad_pod.x - Pod::Checker cpan/Pod-Checker/t/pod/selfcheck.t 8ce3cfd38e4b9bcf5bc7fe7f2a14195e49aed7d8 - Pod::Checker cpan/Pod-Checker/t/pod/testcmp.pl a0cd5c8eca775c7753f4464eee96fa916e3d8a16 - Pod::Checker cpan/Pod-Checker/t/pod/testpchk.pl b2072c7f4379fd050e15424175d7cac5facf5b3b --Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 582be34c077c9ff44d99914724a0cc2140bcd48c -+Pod::Perldoc cpan/Pod-Perldoc/lib/Pod/Perldoc.pm 8b35c5a137791b0cfedcffd2937cb3b5fb984cac - autodie cpan/autodie/lib/autodie/exception.pm b99e4e35a9ed36de94d54437888822ced4936207 - autodie cpan/autodie/lib/autodie/hints.pm e1998fec61fb4e82fe46585bd82c73200be6f262 - autodie cpan/autodie/t/exceptions.t ad315a208f875e06b0964012ce8d65daa438c036 diff --git a/lang/perl5.28/files/perl-man.conf.in b/lang/perl5.28/files/perl-man.conf.in deleted file mode 100644 index cbe3a5c5686..00000000000 --- a/lang/perl5.28/files/perl-man.conf.in +++ /dev/null @@ -1,2 +0,0 @@ -MANPATH %%PREFIX%%/%%SITEMANPREFIX%%/man -MANPATH %%PREFIX%%/%%PERLMANPREFIX%%/man diff --git a/lang/perl5.28/pkg-descr b/lang/perl5.28/pkg-descr deleted file mode 100644 index d42f0b9be0e..00000000000 --- a/lang/perl5.28/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Perl is a language that combines some of the features of C, sed, awk and -shell. See the manual page for more hype. There are also many books -published by O'Reilly & Assoc. See pod/perlbook.pod for more -information. - -WWW: https://www.perl.org/ diff --git a/lang/perl5.28/pkg-message b/lang/perl5.28/pkg-message deleted file mode 100644 index c6eafcb3188..00000000000 --- a/lang/perl5.28/pkg-message +++ /dev/null @@ -1,35 +0,0 @@ -[ -{ - message: <=5.28.r1<5.29 diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile deleted file mode 100644 index 949723ced62..00000000000 --- a/lang/pypy/Makefile +++ /dev/null @@ -1,166 +0,0 @@ -# Created by: David Naylor - -PORTNAME?= pypy -CATEGORIES= lang python -MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/ http://buildbot.pypy.org/mirror/ -DISTNAME?= ${PORTNAME}2.7-v${DISTVERSION}-src - -MAINTAINER= python@FreeBSD.org -COMMENT= Fast, compliant implementation of the Python language - -LICENSE= MIT PSFL -LICENSE_COMB= multi -LICENSE_FILE_MIT= ${WRKSRC}/LICENSE - -BROKEN_armv6= fails to package: pypy_objspace_std.c: Crash in JIT! -BROKEN_armv7= fails to package: pypy_objspace_std.c: Crash in JIT! -BROKEN_powerpc64= fails to compile: platcheck_109.c: fatal error: linux/auxvec.h: No such file or directory -ONLY_FOR_ARCHS?= amd64 armv6 armv7 i386 powerpc64 powerpc64le -ONLY_FOR_ARCHS_REASON?= PyPy JIT only supported on these architectures - -PATCH_SITES= https://foss.heptapod.net/pypy/pypy/-/commit/ -PATCHFILES+= 455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff:-p1 - -LIB_DEPENDS= libexpat.so:textproc/expat2 \ - libffi.so:devel/libffi -TEST_DEPENDS= ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_gdbm_cffi.${PYPY_CFFI_VER}.so:databases/pypy-gdbm \ - ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_sqlite3_cffi.${PYPY_CFFI_VER}.so:databases/pypy-sqlite3 \ - ${LOCALBASE}/${PYPY_DIR}/lib_pypy/_tkinter/tklib_cffi.${PYPY_CFFI_VER}.so:x11-toolkits/pypy-tkinter - -USES= gettext-runtime gmake shebangfix ssl tar:bzip2 -USE_LDCONFIG= ${PREFIX}/${PYPY_DIR}/bin - -OPTIONS_SINGLE= TRANS -OPTIONS_SINGLE_TRANS= PYTHON -PYTHON_DESC= Use Python-2.7 to translate (slowest) -PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) -PYPY_MINMEM_DESC= Use PyPy to translate (lowest memory usage) -TRANS_DESC= Translation method -LOCALBASE?= /usr/local -# Only allow building with pypy if it wouldn't cause a dependency loop (pypy depending on itself) -.if exists(${LOCALBASE}/bin/pypy) || ${PORTNAME} != pypy -OPTIONS_SINGLE_TRANS+= PYPY PYPY_MINMEM -. if exists(${LOCALBASE}/bin/pypy) -OPTIONS_DEFAULT= PYPY_MINMEM -. else -OPTIONS_DEFAULT= PYTHON -. endif -.else -OPTIONS_SLAVE= PYTHON -.endif - -ALL_TARGET= ${PORTNAME}-c -BUILD_WRKSRC?= ${WRKDIR}/build/usession-${PORTNAME}-0/testing_1 -MAKE_ENV+= PYPY_LOCALBASE=${LOCALBASE} LDSHARED="${CC} -shared" -PACKAGE_ARGS?= --without-gdbm --without-sqlite3 --without-tk -LLD_UNSAFE= yes -SHEBANG_FILES?= lib-python/2.7/plat-mac/appletrunner.py \ - lib-python/2.7/plat-mac/bundlebuilder.py \ - lib-python/2.7/keyword.py \ - lib-python/2.7/test/regrtest.py \ - lib-python/2.7/test/pystone.py \ - lib-python/2.7/test/curses_tests.py \ - lib-python/2.7/test/re_tests.py \ - lib-python/2.7/test/crashers/recursive_call.py \ - lib-python/2.7/UserString.py \ - lib-python/2.7/pdb.py \ - lib-python/2.7/mimify.py \ - lib-python/2.7/pydoc.py \ - lib-python/2.7/uu.py \ - lib-python/2.7/trace.py \ - lib-python/2.7/platform.py \ - lib-python/2.7/profile.py \ - lib-python/2.7/tabnanny.py \ - lib-python/2.7/lib2to3/tests/pytree_idempotency.py \ - lib-python/2.7/lib2to3/tests/data/false_encoding.py \ - lib-python/2.7/lib2to3/tests/data/different_encoding.py \ - lib-python/2.7/lib2to3/pgen2/token.py \ - lib-python/2.7/encodings/rot_13.py \ - lib-python/2.7/base64.py \ - lib-python/2.7/webbrowser.py \ - lib-python/2.7/idlelib/PyShell.py \ - lib-python/2.7/cgi.py \ - lib-python/2.7/symbol.py \ - lib-python/2.7/cProfile.py \ - lib-python/2.7/smtpd.py \ - lib-python/2.7/quopri.py \ - lib-python/2.7/timeit.py \ - lib-python/2.7/smtplib.py \ - lib_pypy/_cffi_ssl/tools/make_ssl_data.py - -python_OLD_CMD= ${LOCALBASE}/bin/python -python_CMD= ${PREFIX}/bin/${PORTNAME} - -.if ${PORTNAME} != pypy -PYPY_BUILD_DEPENDS= pypy:lang/pypy -PYPY_MINMEM_BUILD_DEPENDS= pypy:lang/pypy -.endif -PYPY_VARS= PYTHON_CMD=${LOCALBASE}/bin/pypy -PYPY_MINMEM_VARS= PYTHON_CMD="${SETENV} PYPY_GC_MAX_DELTA=200MB ${LOCALBASE}/bin/pypy --jit loop_longevity=300" -PYTHON_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>=2.10:devel/py-pycparser@${PY_FLAVOR} -PYTHON_USES= python:2.7,build - -DESCR= ${.CURDIR}/pkg-descr -DISTINFO_FILE= ${.CURDIR}/distinfo -PATCHDIR= ${.CURDIR}/files -PLIST= ${.CURDIR}/pkg-plist - -.include "bsd.pypy.mk" -.include - -.if ${OPSYS} == FreeBSD && ${ARCH} != i386 && ${ARCH} != amd64 -PYPY_ARGS= --withoutmod-_vmprof -.else -LIB_DEPENDS+= libunwind.so:devel/libunwind -.endif - -pre-build: - if [ ! -f ${BUILD_WRKSRC}/Makefile ]; then \ - ${RM} -r ${WRKDIR}/build; \ - ${MKDIR} ${WRKDIR}/build; \ - (cd ${WRKSRC}/pypy/goal; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYPY_USESSION_BASENAME=${PORTNAME} \ - ${PYTHON_CMD} ../../rpython/bin/rpython --source -Ojit targetpypystandalone.py ${PYPY_ARGS}); \ - fi - -post-build: - ${CP} ${BUILD_WRKSRC}/${PORTNAME}-c ${BUILD_WRKSRC}/lib${PORTNAME}-c.so ${WRKSRC}/pypy/goal/ - -do-install: - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build \ - ${PYTHON_CMD} ${WRKSRC}/pypy/tool/release/package.py --builddir ${WRKDIR}/build --archive-name ${PYPY_DIR} \ - ${PACKAGE_ARGS} - ${EXTRACT_CMD} -C ${STAGEDIR}${PREFIX} -xf ${WRKDIR}/build/${PYPY_DIR}.tar.bz2 - ${LN} -fs ../${PYPY_DIR}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${FIND} ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/ -name '*.so' | ${XARGS} ${STRIP_CMD} - -do-test: - # See https://bitbucket.org/pypy/buildbot/src/default/bot2/pypybuildbot/builds.py?at=default#builds.py-386 - # add_translated_tests() - (cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYTHONPATH=${WRKSRC} \ - ${WRKSRC}/pypy/goal/pypy-c testrunner/runner.py --root pypy --logfile=pytest-A.log \ - --parallel-runs ${MAKE_JOBS_NUMBER} \ - --config pypy/pytest-A.cfg --config pypy/pytest-A.py) -.for dir in lib-python pypy/module/pypyjit/test - (cd ${WRKSRC}; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYTHONPATH=${WRKSRC} \ - ${WRKSRC}/pypy/goal/pypy-c pypy/test_all.py --basetemp ${WRKDIR}/build --pypy pypy/goal/pypy-c \ - ${dir} ) -.endfor - (cd ${WRKSRC}/lib-python/2.7/test; \ - ${SETENV} ${MAKE_ENV} TMPDIR=${WRKDIR}/build PYTHONPATH=${WRKSRC} \ - ${WRKSRC}/pypy/goal/pypy-c regrtest.py -vvu all) - -pkg-plist: stage - ${TAR} -tf ${WRKDIR}/build/${PYPY_DIR}.tar.bz2 > ${WRKDIR}/.plist-files-gen - ${REINPLACE_CMD} -e 's|^${PYPY_DIR}|%%PYPY_DIR%%|g' \ - -e 's|${PYPY_CFFI_VER}|%%PYPY_CFFI_VER%%|g' \ - -e 's/\(.*\/__pycache__\)\/$$/@dir \1/g' \ - -e '/\/$$/d' \ - ${WRKDIR}/.plist-files-gen - ${ECHO} bin/${PORTNAME} > ${WRKDIR}/pkg-plist - ${SORT} ${WRKDIR}/.plist-files-gen | ${GREP} -v '\.orig' >> ${WRKDIR}/pkg-plist - ${CP} ${WRKDIR}/pkg-plist ${.CURDIR}/pkg-plist - -.include diff --git a/lang/pypy/bsd.pypy.cffi.mk b/lang/pypy/bsd.pypy.cffi.mk deleted file mode 100644 index ee0b50f7435..00000000000 --- a/lang/pypy/bsd.pypy.cffi.mk +++ /dev/null @@ -1,28 +0,0 @@ -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= - -BUILD_DEPENDS+= ${PYTHON_IMPL}:lang/${PYTHON_IMPL} -RUN_DEPENDS+= ${PYTHON_IMPL}:lang/${PYTHON_IMPL} - -PLIST_FILES= ${PYPY_DIR}/lib_pypy/${CFFI_MODULE}_cffi.${PYPY_CFFI_VER}.so - -CFFI_MODULE?= _${PORTNAME} - -FLAVORS= pypy pypy3 -FLAVOR?= ${FLAVORS:[1]} - -PYTHON_IMPL= ${FLAVOR} -PYTHON_DISTVERSION= ${DISTVERSION} -PYTHON_PKGNAMEPREFIX= ${PYTHON_IMPL}- -PYTHON_CMD= ${LOCALBASE}/bin/${PYTHON_IMPL} - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.mk" - -do-build: - ${CP} ${LOCALBASE}/${PYPY_DIR}/lib_pypy/${CFFI_MODULE}_build.py ${WRKDIR}/${PORTNAME}.py - (cd ${WRKDIR}; \ - ${PYTHON_CMD} -c "from ${PORTNAME} import ${CFFI_NAME} as ffi; ffi.compile('${WRKDIR}');") - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/`dirname ${CFFI_MODULE}`/ - ${INSTALL_LIB} ${WRKDIR}/${CFFI_MODULE}_cffi.${PYPY_CFFI_VER}.so ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/`dirname ${CFFI_MODULE}`/ diff --git a/lang/pypy/bsd.pypy.mk b/lang/pypy/bsd.pypy.mk deleted file mode 100644 index e2ee2d18a1a..00000000000 --- a/lang/pypy/bsd.pypy.mk +++ /dev/null @@ -1,20 +0,0 @@ -.if !defined(LICENSE) -LICENSE= MIT PSFL -LICENSE_COMB= multi -.endif - -USES+= compiler:c11 - -PYTHON_IMPL?= ${PORTNAME} -PYPY_DIR= ${PYTHON_IMPL}-${DISTVERSION:C|([0-9])\.([0-9]+).*|\1.\2|} -PLIST_SUB+= PYPY_DIR=${PYPY_DIR} PYPY_CFFI_VER=${PYPY_CFFI_VER} - -.if ${PYTHON_IMPL} == pypy -DISTVERSION= 7.3.0 -PORTREVISION= 1 -PYPY_CFFI_VER= ${PYTHON_IMPL}-73 -.else # ${PYTHON_IMPL} == pypy3 -DISTVERSION= 7.3.0 -PORTREVISION= 1 -PYPY_CFFI_VER= ${PYTHON_IMPL}6-pp${DISTVERSION:S|.||:C|\..*||}-${OPSYS:tl}${OSREL:C|\..*||} -.endif diff --git a/lang/pypy/distinfo b/lang/pypy/distinfo deleted file mode 100644 index bb36c197d04..00000000000 --- a/lang/pypy/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1598691588 -SHA256 (pypy2.7-v7.3.0-src.tar.bz2) = b0b25c7f8938ab0fedd8dedf26b9e73c490913b002b484c1b2f19d5844a518de -SIZE (pypy2.7-v7.3.0-src.tar.bz2) = 20328540 -SHA256 (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = a30ae90c887d595a4e1b77ba2ad4d45509c0d35a3a5ab052c4910a6aa373f99d -SIZE (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = 773 diff --git a/lang/pypy/files/patch-lib__pypy___curses__build.py b/lang/pypy/files/patch-lib__pypy___curses__build.py deleted file mode 100644 index 069996c6650..00000000000 --- a/lang/pypy/files/patch-lib__pypy___curses__build.py +++ /dev/null @@ -1,11 +0,0 @@ ---- lib_pypy/_curses_build.py.orig 2020-03-25 12:13:59 UTC -+++ lib_pypy/_curses_build.py -@@ -31,6 +31,8 @@ def find_curses_dir_and_name(): - return base, 'ncursesw' - if os.path.exists(os.path.join(base, 'include', 'ncurses')): - return base, 'ncurses' -+ if os.path.exists(os.path.join(base, 'lib', 'libncursesw.so')): -+ return base, 'ncursesw' - return '', None - - base, name = find_curses_dir_and_name() diff --git a/lang/pypy/pkg-descr b/lang/pypy/pkg-descr deleted file mode 100644 index e1c7244ba74..00000000000 --- a/lang/pypy/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -PyPy is a fast, compliant alternative implementation of the Python language -(2.7.13). It has several advantages and distinct features: - - - Speed: thanks to its Just-in-Time compiler, Python programs often run faster - on PyPy. - - Memory usage: large, memory-hungry Python programs might end up taking less - space than they do in CPython. - - Compatibility: PyPy is highly compatible with existing python code. It - supports ctypes and can run popular python libraries like - twisted and django. - - Sandboxing: PyPy provides the ability to run untrusted code in a fully - secure way. - - Stackless: PyPy can be configured to run in stackless mode, providing - micro-threads for massive concurrency. - - As well as other features. - -WWW: http://pypy.org diff --git a/lang/pypy/pkg-message b/lang/pypy/pkg-message deleted file mode 100644 index 385ff3d041d..00000000000 --- a/lang/pypy/pkg-message +++ /dev/null @@ -1,17 +0,0 @@ -[ -{ type: install - message: < - -PORTNAME= pypy3 -DISTNAME= ${PORTNAME}.6-v${DISTVERSION}-src - -MASTERDIR= ${.CURDIR}/../pypy - -WRKSRC= ${WRKDIR}/${PORTNAME}.6-v${DISTVERSION:C/-.*//}-src - -SHEBANG_FILES= \ - lib-python/3/base64.py \ - lib-python/3/cProfile.py \ - lib-python/3/cgi.py \ - lib-python/3/encodings/rot_13.py \ - lib-python/3/keyword.py \ - lib-python/3/idlelib/pyshell.py \ - lib-python/3/lib2to3/pgen2/token.py \ - lib-python/3/lib2to3/tests/data/different_encoding.py \ - lib-python/3/lib2to3/tests/data/false_encoding.py \ - lib-python/3/lib2to3/tests/pytree_idempotency.py \ - lib-python/3/pdb.py \ - lib-python/3/platform.py \ - lib-python/3/profile.py \ - lib-python/3/pydoc.py \ - lib-python/3/quopri.py \ - lib-python/3/smtpd.py \ - lib-python/3/smtplib.py \ - lib-python/3/symbol.py \ - lib-python/3/tabnanny.py \ - lib-python/3/tarfile.py \ - lib-python/3/test/bisect.py \ - lib-python/3/test/crashers/recursive_call.py \ - lib-python/3/test/curses_tests.py \ - lib-python/3/test/pystone.py \ - lib-python/3/test/re_tests.py \ - lib-python/3/test/regrtest.py \ - lib-python/3/timeit.py \ - lib-python/3/trace.py \ - lib-python/3/turtledemo/bytedesign.py \ - lib-python/3/turtledemo/clock.py \ - lib-python/3/turtledemo/forest.py \ - lib-python/3/turtledemo/fractalcurves.py \ - lib-python/3/turtledemo/lindenmayer.py \ - lib-python/3/turtledemo/minimal_hanoi.py \ - lib-python/3/turtledemo/paint.py \ - lib-python/3/turtledemo/peace.py \ - lib-python/3/turtledemo/penrose.py \ - lib-python/3/turtledemo/planet_and_moon.py \ - lib-python/3/turtledemo/tree.py \ - lib-python/3/turtledemo/yinyang.py \ - lib-python/3/uu.py \ - lib-python/3/webbrowser.py \ - lib_pypy/_cffi_ssl/tools/make_ssl_data.py - -PACKAGE_ARGS= --without-gdbm --without-sqlite3 --without-tk - -PYPY_CFFI_VER= ${PORTNAME}6-pp${DISTVERSION:C/.[^.]+$//:S/.//}-${ARCH}-${OPSYS:tl}${OSREL:C/\..*//} - -pre-install: - ${FIND} ${WRKSRC} -name '*.pyc' -delete - #${CHMOD} -R a-w ${WRKSRC} - #${CHMOD} -R u+w ${WRKSRC}/lib_pypy - -.include "${MASTERDIR}/Makefile" diff --git a/lang/pypy3/distinfo b/lang/pypy3/distinfo deleted file mode 100644 index 49d44fc0e2f..00000000000 --- a/lang/pypy3/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1598691597 -SHA256 (pypy3.6-v7.3.0-src.tar.bz2) = 48d12c15fbcbcf4a32882a883195e1f922997cde78e7a16d4342b9b521eefcfa -SIZE (pypy3.6-v7.3.0-src.tar.bz2) = 21937786 -SHA256 (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = a30ae90c887d595a4e1b77ba2ad4d45509c0d35a3a5ab052c4910a6aa373f99d -SIZE (455e1f635110df4bdc2981a3a0abf02e3d4d21b2.diff) = 773 diff --git a/lang/pypy3/files/patch-lib__pypy___blake2___blake2__build.py b/lang/pypy3/files/patch-lib__pypy___blake2___blake2__build.py deleted file mode 100644 index 229ab90f736..00000000000 --- a/lang/pypy3/files/patch-lib__pypy___blake2___blake2__build.py +++ /dev/null @@ -1,11 +0,0 @@ ---- lib_pypy/_blake2/_blake2_build.py.orig 2020-03-27 16:01:26 UTC -+++ lib_pypy/_blake2/_blake2_build.py -@@ -80,7 +80,7 @@ void* addressof_node_offset(blake_param *S) { - """ - - --_libdir = os.path.abspath(os.path.join(os.path.dirname(__file__), 'impl')) -+_libdir = 'impl' - if BLAKE2_USE_SSE: - sourcesB=[os.path.join(_libdir, 'blake2b.c'), ] - sourcesS=[os.path.join(_libdir, 'blake2s.c'), ] diff --git a/lang/pypy3/files/patch-lib__pypy___curses__build.py b/lang/pypy3/files/patch-lib__pypy___curses__build.py deleted file mode 100644 index 069996c6650..00000000000 --- a/lang/pypy3/files/patch-lib__pypy___curses__build.py +++ /dev/null @@ -1,11 +0,0 @@ ---- lib_pypy/_curses_build.py.orig 2020-03-25 12:13:59 UTC -+++ lib_pypy/_curses_build.py -@@ -31,6 +31,8 @@ def find_curses_dir_and_name(): - return base, 'ncursesw' - if os.path.exists(os.path.join(base, 'include', 'ncurses')): - return base, 'ncurses' -+ if os.path.exists(os.path.join(base, 'lib', 'libncursesw.so')): -+ return base, 'ncursesw' - return '', None - - base, name = find_curses_dir_and_name() diff --git a/lang/pypy3/pkg-descr b/lang/pypy3/pkg-descr deleted file mode 100644 index 58efab51cc6..00000000000 --- a/lang/pypy3/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -PyPy3 is a fast, compliant alternative implementation of the Python -language (3.5.3). It has several advantages and distinct features: - - - Speed: thanks to its Just-in-Time compiler, Python programs often run faster - on PyPy3. - - Memory usage: large, memory-hungry Python programs might end up taking less - space than they do in CPython. - - Compatibility: PyPy3 is highly compatible with existing python code. It - supports ctypes and can run popular python libraries like - twisted and django. - - Sandboxing: PyPy3 provides the ability to run untrusted code in a fully - secure way. - - Stackless: PyPy3 can be configured to run in stackless mode, providing - micro-threads for massive concurrency. - - As well as other features. - -WWW: http://pypy.org diff --git a/lang/pypy3/pkg-plist b/lang/pypy3/pkg-plist deleted file mode 100644 index 896c30f2307..00000000000 --- a/lang/pypy3/pkg-plist +++ /dev/null @@ -1,2484 +0,0 @@ -bin/pypy3 -%%PYPY_DIR%%/LICENSE -%%PYPY_DIR%%/README.rst -%%PYPY_DIR%%/bin/libpypy3-c.so -%%PYPY_DIR%%/bin/pypy3 -%%PYPY_DIR%%/include/PyPy.h -%%PYPY_DIR%%/include/Python.h -%%PYPY_DIR%%/include/README -%%PYPY_DIR%%/include/abstract.h -%%PYPY_DIR%%/include/boolobject.h -%%PYPY_DIR%%/include/bytearrayobject.h -%%PYPY_DIR%%/include/bytesobject.h -%%PYPY_DIR%%/include/cStringIO.h -%%PYPY_DIR%%/include/ceval.h -%%PYPY_DIR%%/include/code.h -%%PYPY_DIR%%/include/compile.h -%%PYPY_DIR%%/include/complexobject.h -%%PYPY_DIR%%/include/cpyext_datetime.h -%%PYPY_DIR%%/include/cpyext_descrobject.h -%%PYPY_DIR%%/include/cpyext_genobject.h -%%PYPY_DIR%%/include/cpyext_memoryobject.h -%%PYPY_DIR%%/include/cpyext_moduleobject.h -%%PYPY_DIR%%/include/cpyext_object.h -%%PYPY_DIR%%/include/cpyext_unicodeobject.h -%%PYPY_DIR%%/include/datetime.h -%%PYPY_DIR%%/include/descrobject.h -%%PYPY_DIR%%/include/dictobject.h -%%PYPY_DIR%%/include/eval.h -%%PYPY_DIR%%/include/fileobject.h -%%PYPY_DIR%%/include/floatobject.h -%%PYPY_DIR%%/include/frameobject.h -%%PYPY_DIR%%/include/funcobject.h -%%PYPY_DIR%%/include/genobject.h -%%PYPY_DIR%%/include/import.h -%%PYPY_DIR%%/include/listobject.h -%%PYPY_DIR%%/include/longintrepr.h -%%PYPY_DIR%%/include/longobject.h -%%PYPY_DIR%%/include/marshal.h -%%PYPY_DIR%%/include/memoryobject.h -%%PYPY_DIR%%/include/methodobject.h -%%PYPY_DIR%%/include/missing.h -%%PYPY_DIR%%/include/modsupport.h -%%PYPY_DIR%%/include/moduleobject.h -%%PYPY_DIR%%/include/object.h -%%PYPY_DIR%%/include/patchlevel.h -%%PYPY_DIR%%/include/pycapsule.h -%%PYPY_DIR%%/include/pyconfig.h -%%PYPY_DIR%%/include/pyerrors.h -%%PYPY_DIR%%/include/pylifecycle.h -%%PYPY_DIR%%/include/pymacro.h -%%PYPY_DIR%%/include/pymath.h -%%PYPY_DIR%%/include/pymem.h -%%PYPY_DIR%%/include/pyport.h -%%PYPY_DIR%%/include/pypy_decl.h -%%PYPY_DIR%%/include/pypy_macros.h -%%PYPY_DIR%%/include/pypy_marshal_decl.h -%%PYPY_DIR%%/include/pypy_structmember_decl.h -%%PYPY_DIR%%/include/pysignals.h -%%PYPY_DIR%%/include/pystate.h -%%PYPY_DIR%%/include/pystrhex.h -%%PYPY_DIR%%/include/pythonrun.h -%%PYPY_DIR%%/include/pythread.h -%%PYPY_DIR%%/include/pytime.h -%%PYPY_DIR%%/include/setobject.h -%%PYPY_DIR%%/include/sliceobject.h -%%PYPY_DIR%%/include/structmember.h -%%PYPY_DIR%%/include/structseq.h -%%PYPY_DIR%%/include/sysmodule.h -%%PYPY_DIR%%/include/traceback.h -%%PYPY_DIR%%/include/tupleobject.h -%%PYPY_DIR%%/include/typeslots.h -%%PYPY_DIR%%/include/unicodeobject.h -%%PYPY_DIR%%/include/warnings.h -%%PYPY_DIR%%/lib-python/3/__future__.py -%%PYPY_DIR%%/lib-python/3/__phello__.foo.py -%%PYPY_DIR%%/lib-python/3/_bootlocale.py -%%PYPY_DIR%%/lib-python/3/_collections_abc.py -%%PYPY_DIR%%/lib-python/3/_compat_pickle.py -%%PYPY_DIR%%/lib-python/3/_compression.py -%%PYPY_DIR%%/lib-python/3/_dummy_thread.py -%%PYPY_DIR%%/lib-python/3/_markupbase.py -%%PYPY_DIR%%/lib-python/3/_osx_support.py -%%PYPY_DIR%%/lib-python/3/_pydecimal.py -%%PYPY_DIR%%/lib-python/3/_pyio.py -%%PYPY_DIR%%/lib-python/3/_sitebuiltins.py -%%PYPY_DIR%%/lib-python/3/_strptime.py -%%PYPY_DIR%%/lib-python/3/_threading_local.py -%%PYPY_DIR%%/lib-python/3/_weakrefset.py -%%PYPY_DIR%%/lib-python/3/abc.py -%%PYPY_DIR%%/lib-python/3/aifc.py -%%PYPY_DIR%%/lib-python/3/antigravity.py -%%PYPY_DIR%%/lib-python/3/argparse.py -%%PYPY_DIR%%/lib-python/3/ast.py -%%PYPY_DIR%%/lib-python/3/asynchat.py -%%PYPY_DIR%%/lib-python/3/asyncio/__init__.py -%%PYPY_DIR%%/lib-python/3/asyncio/base_events.py -%%PYPY_DIR%%/lib-python/3/asyncio/base_futures.py -%%PYPY_DIR%%/lib-python/3/asyncio/base_subprocess.py -%%PYPY_DIR%%/lib-python/3/asyncio/base_tasks.py -%%PYPY_DIR%%/lib-python/3/asyncio/compat.py -%%PYPY_DIR%%/lib-python/3/asyncio/constants.py -%%PYPY_DIR%%/lib-python/3/asyncio/coroutines.py -%%PYPY_DIR%%/lib-python/3/asyncio/events.py -%%PYPY_DIR%%/lib-python/3/asyncio/futures.py -%%PYPY_DIR%%/lib-python/3/asyncio/locks.py -%%PYPY_DIR%%/lib-python/3/asyncio/log.py -%%PYPY_DIR%%/lib-python/3/asyncio/proactor_events.py -%%PYPY_DIR%%/lib-python/3/asyncio/protocols.py -%%PYPY_DIR%%/lib-python/3/asyncio/queues.py -%%PYPY_DIR%%/lib-python/3/asyncio/selector_events.py -%%PYPY_DIR%%/lib-python/3/asyncio/sslproto.py -%%PYPY_DIR%%/lib-python/3/asyncio/streams.py -%%PYPY_DIR%%/lib-python/3/asyncio/subprocess.py -%%PYPY_DIR%%/lib-python/3/asyncio/tasks.py -%%PYPY_DIR%%/lib-python/3/asyncio/test_utils.py -%%PYPY_DIR%%/lib-python/3/asyncio/transports.py -%%PYPY_DIR%%/lib-python/3/asyncio/unix_events.py -%%PYPY_DIR%%/lib-python/3/asyncio/windows_events.py -%%PYPY_DIR%%/lib-python/3/asyncio/windows_utils.py -%%PYPY_DIR%%/lib-python/3/asyncore.py -%%PYPY_DIR%%/lib-python/3/base64.py -%%PYPY_DIR%%/lib-python/3/bdb.py -%%PYPY_DIR%%/lib-python/3/binhex.py -%%PYPY_DIR%%/lib-python/3/bisect.py -%%PYPY_DIR%%/lib-python/3/bz2.py -%%PYPY_DIR%%/lib-python/3/cProfile.py -%%PYPY_DIR%%/lib-python/3/calendar.py -%%PYPY_DIR%%/lib-python/3/cgi.py -%%PYPY_DIR%%/lib-python/3/cgitb.py -%%PYPY_DIR%%/lib-python/3/chunk.py -%%PYPY_DIR%%/lib-python/3/cmd.py -%%PYPY_DIR%%/lib-python/3/code.py -%%PYPY_DIR%%/lib-python/3/codecs.py -%%PYPY_DIR%%/lib-python/3/codeop.py -%%PYPY_DIR%%/lib-python/3/collections/__init__.py -%%PYPY_DIR%%/lib-python/3/collections/abc.py -%%PYPY_DIR%%/lib-python/3/colorsys.py -%%PYPY_DIR%%/lib-python/3/compileall.py -%%PYPY_DIR%%/lib-python/3/concurrent/__init__.py -%%PYPY_DIR%%/lib-python/3/concurrent/futures/__init__.py -%%PYPY_DIR%%/lib-python/3/concurrent/futures/_base.py -%%PYPY_DIR%%/lib-python/3/concurrent/futures/process.py -%%PYPY_DIR%%/lib-python/3/concurrent/futures/thread.py -%%PYPY_DIR%%/lib-python/3/configparser.py -%%PYPY_DIR%%/lib-python/3/contextlib.py -%%PYPY_DIR%%/lib-python/3/copy.py -%%PYPY_DIR%%/lib-python/3/copyreg.py -%%PYPY_DIR%%/lib-python/3/crypt.py -%%PYPY_DIR%%/lib-python/3/csv.py -%%PYPY_DIR%%/lib-python/3/ctypes/__init__.py -%%PYPY_DIR%%/lib-python/3/ctypes/_endian.py -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/README.ctypes -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/__init__.py -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/dyld.py -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/dylib.py -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/fetch_macholib -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/fetch_macholib.bat -%%PYPY_DIR%%/lib-python/3/ctypes/macholib/framework.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/__init__.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/__main__.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_anon.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_array_in_pointer.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_arrays.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_as_parameter.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_bitfields.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_buffers.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_bytes.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_byteswap.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_callbacks.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_cast.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_cfuncs.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_checkretval.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_delattr.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_errno.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_find.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_frombuffer.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_funcptr.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_functions.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_incomplete.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_init.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_internals.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_keeprefs.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_libc.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_loading.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_macholib.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_memfunctions.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_numbers.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_objects.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_parameters.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_pep3118.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_pickling.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_pointers.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_prototypes.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_python_api.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_random_things.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_refcounts.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_repr.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_returnfuncptrs.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_simplesubclasses.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_sizes.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_slicing.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_stringptr.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_strings.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_struct_fields.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_structures.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_unaligned_structures.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_unicode.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_values.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_varsize_struct.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_win32.py -%%PYPY_DIR%%/lib-python/3/ctypes/test/test_wintypes.py -%%PYPY_DIR%%/lib-python/3/ctypes/util.py -%%PYPY_DIR%%/lib-python/3/ctypes/wintypes.py -%%PYPY_DIR%%/lib-python/3/curses/__init__.py -%%PYPY_DIR%%/lib-python/3/curses/ascii.py -%%PYPY_DIR%%/lib-python/3/curses/has_key.py -%%PYPY_DIR%%/lib-python/3/curses/panel.py -%%PYPY_DIR%%/lib-python/3/curses/textpad.py -%%PYPY_DIR%%/lib-python/3/datetime.py -%%PYPY_DIR%%/lib-python/3/dbm/__init__.py -%%PYPY_DIR%%/lib-python/3/dbm/dumb.py -%%PYPY_DIR%%/lib-python/3/dbm/gnu.py -%%PYPY_DIR%%/lib-python/3/dbm/ndbm.py -%%PYPY_DIR%%/lib-python/3/decimal.py -%%PYPY_DIR%%/lib-python/3/difflib.py -%%PYPY_DIR%%/lib-python/3/dis.py -%%PYPY_DIR%%/lib-python/3/distutils/README -%%PYPY_DIR%%/lib-python/3/distutils/__init__.py -%%PYPY_DIR%%/lib-python/3/distutils/_msvccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/archive_util.py -%%PYPY_DIR%%/lib-python/3/distutils/bcppcompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/ccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/cmd.py -%%PYPY_DIR%%/lib-python/3/distutils/command/__init__.py -%%PYPY_DIR%%/lib-python/3/distutils/command/bdist.py -%%PYPY_DIR%%/lib-python/3/distutils/command/bdist_dumb.py -%%PYPY_DIR%%/lib-python/3/distutils/command/bdist_msi.py -%%PYPY_DIR%%/lib-python/3/distutils/command/bdist_rpm.py -%%PYPY_DIR%%/lib-python/3/distutils/command/bdist_wininst.py -%%PYPY_DIR%%/lib-python/3/distutils/command/build.py -%%PYPY_DIR%%/lib-python/3/distutils/command/build_clib.py -%%PYPY_DIR%%/lib-python/3/distutils/command/build_ext.py -%%PYPY_DIR%%/lib-python/3/distutils/command/build_py.py -%%PYPY_DIR%%/lib-python/3/distutils/command/build_scripts.py -%%PYPY_DIR%%/lib-python/3/distutils/command/check.py -%%PYPY_DIR%%/lib-python/3/distutils/command/clean.py -%%PYPY_DIR%%/lib-python/3/distutils/command/command_template -%%PYPY_DIR%%/lib-python/3/distutils/command/config.py -%%PYPY_DIR%%/lib-python/3/distutils/command/install.py -%%PYPY_DIR%%/lib-python/3/distutils/command/install_data.py -%%PYPY_DIR%%/lib-python/3/distutils/command/install_egg_info.py -%%PYPY_DIR%%/lib-python/3/distutils/command/install_headers.py -%%PYPY_DIR%%/lib-python/3/distutils/command/install_lib.py -%%PYPY_DIR%%/lib-python/3/distutils/command/install_scripts.py -%%PYPY_DIR%%/lib-python/3/distutils/command/register.py -%%PYPY_DIR%%/lib-python/3/distutils/command/sdist.py -%%PYPY_DIR%%/lib-python/3/distutils/command/upload.py -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-10.0-amd64.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-10.0.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-14.0-amd64.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-14.0.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-6.0.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-7.1.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-8.0.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-9.0-amd64.exe -%%PYPY_DIR%%/lib-python/3/distutils/command/wininst-9.0.exe -%%PYPY_DIR%%/lib-python/3/distutils/config.py -%%PYPY_DIR%%/lib-python/3/distutils/core.py -%%PYPY_DIR%%/lib-python/3/distutils/cygwinccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/debug.py -%%PYPY_DIR%%/lib-python/3/distutils/dep_util.py -%%PYPY_DIR%%/lib-python/3/distutils/dir_util.py -%%PYPY_DIR%%/lib-python/3/distutils/dist.py -%%PYPY_DIR%%/lib-python/3/distutils/errors.py -%%PYPY_DIR%%/lib-python/3/distutils/extension.py -%%PYPY_DIR%%/lib-python/3/distutils/fancy_getopt.py -%%PYPY_DIR%%/lib-python/3/distutils/file_util.py -%%PYPY_DIR%%/lib-python/3/distutils/filelist.py -%%PYPY_DIR%%/lib-python/3/distutils/log.py -%%PYPY_DIR%%/lib-python/3/distutils/msvc9compiler.py -%%PYPY_DIR%%/lib-python/3/distutils/msvccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/spawn.py -%%PYPY_DIR%%/lib-python/3/distutils/sysconfig.py -%%PYPY_DIR%%/lib-python/3/distutils/sysconfig_cpython.py -%%PYPY_DIR%%/lib-python/3/distutils/sysconfig_pypy.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/Setup.sample -%%PYPY_DIR%%/lib-python/3/distutils/tests/__init__.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/support.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_archive_util.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_bdist.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_bdist_dumb.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_bdist_msi.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_bdist_rpm.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_bdist_wininst.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_build.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_build_clib.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_build_ext.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_build_py.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_build_scripts.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_check.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_clean.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_cmd.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_config.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_config_cmd.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_core.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_cygwinccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_dep_util.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_dir_util.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_dist.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_extension.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_file_util.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_filelist.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_install.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_install_data.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_install_headers.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_install_lib.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_install_scripts.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_log.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_msvc9compiler.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_msvccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_register.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_sdist.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_spawn.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_sysconfig.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_text_file.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_unixccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_upload.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_util.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_version.py -%%PYPY_DIR%%/lib-python/3/distutils/tests/test_versionpredicate.py -%%PYPY_DIR%%/lib-python/3/distutils/text_file.py -%%PYPY_DIR%%/lib-python/3/distutils/unixccompiler.py -%%PYPY_DIR%%/lib-python/3/distutils/util.py -%%PYPY_DIR%%/lib-python/3/distutils/version.py -%%PYPY_DIR%%/lib-python/3/distutils/versionpredicate.py -%%PYPY_DIR%%/lib-python/3/doctest.py -%%PYPY_DIR%%/lib-python/3/dummy_threading.py -%%PYPY_DIR%%/lib-python/3/email/__init__.py -%%PYPY_DIR%%/lib-python/3/email/_encoded_words.py -%%PYPY_DIR%%/lib-python/3/email/_header_value_parser.py -%%PYPY_DIR%%/lib-python/3/email/_parseaddr.py -%%PYPY_DIR%%/lib-python/3/email/_policybase.py -%%PYPY_DIR%%/lib-python/3/email/architecture.rst -%%PYPY_DIR%%/lib-python/3/email/base64mime.py -%%PYPY_DIR%%/lib-python/3/email/charset.py -%%PYPY_DIR%%/lib-python/3/email/contentmanager.py -%%PYPY_DIR%%/lib-python/3/email/encoders.py -%%PYPY_DIR%%/lib-python/3/email/errors.py -%%PYPY_DIR%%/lib-python/3/email/feedparser.py -%%PYPY_DIR%%/lib-python/3/email/generator.py -%%PYPY_DIR%%/lib-python/3/email/header.py -%%PYPY_DIR%%/lib-python/3/email/headerregistry.py -%%PYPY_DIR%%/lib-python/3/email/iterators.py -%%PYPY_DIR%%/lib-python/3/email/message.py -%%PYPY_DIR%%/lib-python/3/email/mime/__init__.py -%%PYPY_DIR%%/lib-python/3/email/mime/application.py -%%PYPY_DIR%%/lib-python/3/email/mime/audio.py -%%PYPY_DIR%%/lib-python/3/email/mime/base.py -%%PYPY_DIR%%/lib-python/3/email/mime/image.py -%%PYPY_DIR%%/lib-python/3/email/mime/message.py -%%PYPY_DIR%%/lib-python/3/email/mime/multipart.py -%%PYPY_DIR%%/lib-python/3/email/mime/nonmultipart.py -%%PYPY_DIR%%/lib-python/3/email/mime/text.py -%%PYPY_DIR%%/lib-python/3/email/parser.py -%%PYPY_DIR%%/lib-python/3/email/policy.py -%%PYPY_DIR%%/lib-python/3/email/quoprimime.py -%%PYPY_DIR%%/lib-python/3/email/utils.py -%%PYPY_DIR%%/lib-python/3/encodings/__init__.py -%%PYPY_DIR%%/lib-python/3/encodings/aliases.py -%%PYPY_DIR%%/lib-python/3/encodings/ascii.py -%%PYPY_DIR%%/lib-python/3/encodings/base64_codec.py -%%PYPY_DIR%%/lib-python/3/encodings/big5.py -%%PYPY_DIR%%/lib-python/3/encodings/big5hkscs.py -%%PYPY_DIR%%/lib-python/3/encodings/bz2_codec.py -%%PYPY_DIR%%/lib-python/3/encodings/charmap.py -%%PYPY_DIR%%/lib-python/3/encodings/cp037.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1006.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1026.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1125.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1140.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1250.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1251.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1252.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1253.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1254.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1255.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1256.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1257.py -%%PYPY_DIR%%/lib-python/3/encodings/cp1258.py -%%PYPY_DIR%%/lib-python/3/encodings/cp273.py -%%PYPY_DIR%%/lib-python/3/encodings/cp424.py -%%PYPY_DIR%%/lib-python/3/encodings/cp437.py -%%PYPY_DIR%%/lib-python/3/encodings/cp500.py -%%PYPY_DIR%%/lib-python/3/encodings/cp65001.py -%%PYPY_DIR%%/lib-python/3/encodings/cp720.py -%%PYPY_DIR%%/lib-python/3/encodings/cp737.py -%%PYPY_DIR%%/lib-python/3/encodings/cp775.py -%%PYPY_DIR%%/lib-python/3/encodings/cp850.py -%%PYPY_DIR%%/lib-python/3/encodings/cp852.py -%%PYPY_DIR%%/lib-python/3/encodings/cp855.py -%%PYPY_DIR%%/lib-python/3/encodings/cp856.py -%%PYPY_DIR%%/lib-python/3/encodings/cp857.py -%%PYPY_DIR%%/lib-python/3/encodings/cp858.py -%%PYPY_DIR%%/lib-python/3/encodings/cp860.py -%%PYPY_DIR%%/lib-python/3/encodings/cp861.py -%%PYPY_DIR%%/lib-python/3/encodings/cp862.py -%%PYPY_DIR%%/lib-python/3/encodings/cp863.py -%%PYPY_DIR%%/lib-python/3/encodings/cp864.py -%%PYPY_DIR%%/lib-python/3/encodings/cp865.py -%%PYPY_DIR%%/lib-python/3/encodings/cp866.py -%%PYPY_DIR%%/lib-python/3/encodings/cp869.py -%%PYPY_DIR%%/lib-python/3/encodings/cp874.py -%%PYPY_DIR%%/lib-python/3/encodings/cp875.py -%%PYPY_DIR%%/lib-python/3/encodings/cp932.py -%%PYPY_DIR%%/lib-python/3/encodings/cp949.py -%%PYPY_DIR%%/lib-python/3/encodings/cp950.py -%%PYPY_DIR%%/lib-python/3/encodings/euc_jis_2004.py -%%PYPY_DIR%%/lib-python/3/encodings/euc_jisx0213.py -%%PYPY_DIR%%/lib-python/3/encodings/euc_jp.py -%%PYPY_DIR%%/lib-python/3/encodings/euc_kr.py -%%PYPY_DIR%%/lib-python/3/encodings/gb18030.py -%%PYPY_DIR%%/lib-python/3/encodings/gb2312.py -%%PYPY_DIR%%/lib-python/3/encodings/gbk.py -%%PYPY_DIR%%/lib-python/3/encodings/hex_codec.py -%%PYPY_DIR%%/lib-python/3/encodings/hp_roman8.py -%%PYPY_DIR%%/lib-python/3/encodings/hz.py -%%PYPY_DIR%%/lib-python/3/encodings/idna.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_jp.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_jp_1.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_jp_2.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_jp_2004.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_jp_3.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_jp_ext.py -%%PYPY_DIR%%/lib-python/3/encodings/iso2022_kr.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_1.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_10.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_11.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_13.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_14.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_15.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_16.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_2.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_3.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_4.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_5.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_6.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_7.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_8.py -%%PYPY_DIR%%/lib-python/3/encodings/iso8859_9.py -%%PYPY_DIR%%/lib-python/3/encodings/johab.py -%%PYPY_DIR%%/lib-python/3/encodings/koi8_r.py -%%PYPY_DIR%%/lib-python/3/encodings/koi8_t.py -%%PYPY_DIR%%/lib-python/3/encodings/koi8_u.py -%%PYPY_DIR%%/lib-python/3/encodings/kz1048.py -%%PYPY_DIR%%/lib-python/3/encodings/latin_1.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_arabic.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_centeuro.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_croatian.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_cyrillic.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_farsi.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_greek.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_iceland.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_latin2.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_roman.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_romanian.py -%%PYPY_DIR%%/lib-python/3/encodings/mac_turkish.py -%%PYPY_DIR%%/lib-python/3/encodings/mbcs.py -%%PYPY_DIR%%/lib-python/3/encodings/oem.py -%%PYPY_DIR%%/lib-python/3/encodings/palmos.py -%%PYPY_DIR%%/lib-python/3/encodings/ptcp154.py -%%PYPY_DIR%%/lib-python/3/encodings/punycode.py -%%PYPY_DIR%%/lib-python/3/encodings/quopri_codec.py -%%PYPY_DIR%%/lib-python/3/encodings/raw_unicode_escape.py -%%PYPY_DIR%%/lib-python/3/encodings/rot_13.py -%%PYPY_DIR%%/lib-python/3/encodings/shift_jis.py -%%PYPY_DIR%%/lib-python/3/encodings/shift_jis_2004.py -%%PYPY_DIR%%/lib-python/3/encodings/shift_jisx0213.py -%%PYPY_DIR%%/lib-python/3/encodings/tis_620.py -%%PYPY_DIR%%/lib-python/3/encodings/undefined.py -%%PYPY_DIR%%/lib-python/3/encodings/unicode_escape.py -%%PYPY_DIR%%/lib-python/3/encodings/unicode_internal.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_16.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_16_be.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_16_le.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_32.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_32_be.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_32_le.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_7.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_8.py -%%PYPY_DIR%%/lib-python/3/encodings/utf_8_sig.py -%%PYPY_DIR%%/lib-python/3/encodings/uu_codec.py -%%PYPY_DIR%%/lib-python/3/encodings/zlib_codec.py -%%PYPY_DIR%%/lib-python/3/ensurepip/__init__.py -%%PYPY_DIR%%/lib-python/3/ensurepip/__main__.py -%%PYPY_DIR%%/lib-python/3/ensurepip/_bundled/pip-19.2.3-py2.py3-none-any.whl -%%PYPY_DIR%%/lib-python/3/ensurepip/_bundled/setuptools-41.2.0-py2.py3-none-any.whl -%%PYPY_DIR%%/lib-python/3/ensurepip/_uninstall.py -%%PYPY_DIR%%/lib-python/3/enum.py -%%PYPY_DIR%%/lib-python/3/filecmp.py -%%PYPY_DIR%%/lib-python/3/fileinput.py -%%PYPY_DIR%%/lib-python/3/fnmatch.py -%%PYPY_DIR%%/lib-python/3/formatter.py -%%PYPY_DIR%%/lib-python/3/fractions.py -%%PYPY_DIR%%/lib-python/3/ftplib.py -%%PYPY_DIR%%/lib-python/3/functools.py -%%PYPY_DIR%%/lib-python/3/genericpath.py -%%PYPY_DIR%%/lib-python/3/getopt.py -%%PYPY_DIR%%/lib-python/3/getpass.py -%%PYPY_DIR%%/lib-python/3/gettext.py -%%PYPY_DIR%%/lib-python/3/glob.py -%%PYPY_DIR%%/lib-python/3/gzip.py -%%PYPY_DIR%%/lib-python/3/hashlib.py -%%PYPY_DIR%%/lib-python/3/heapq.py -%%PYPY_DIR%%/lib-python/3/hmac.py -%%PYPY_DIR%%/lib-python/3/html/__init__.py -%%PYPY_DIR%%/lib-python/3/html/entities.py -%%PYPY_DIR%%/lib-python/3/html/parser.py -%%PYPY_DIR%%/lib-python/3/http/__init__.py -%%PYPY_DIR%%/lib-python/3/http/client.py -%%PYPY_DIR%%/lib-python/3/http/cookiejar.py -%%PYPY_DIR%%/lib-python/3/http/cookies.py -%%PYPY_DIR%%/lib-python/3/http/server.py -%%PYPY_DIR%%/lib-python/3/idlelib/CREDITS.txt -%%PYPY_DIR%%/lib-python/3/idlelib/ChangeLog -%%PYPY_DIR%%/lib-python/3/idlelib/HISTORY.txt -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/folder.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle.icns -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle.ico -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle_16.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle_16.png -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle_32.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle_32.png -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle_48.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/idle_48.png -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/minusnode.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/openfolder.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/plusnode.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/python.gif -%%PYPY_DIR%%/lib-python/3/idlelib/Icons/tk.gif -%%PYPY_DIR%%/lib-python/3/idlelib/NEWS.txt -%%PYPY_DIR%%/lib-python/3/idlelib/NEWS2x.txt -%%PYPY_DIR%%/lib-python/3/idlelib/README.txt -%%PYPY_DIR%%/lib-python/3/idlelib/TODO.txt -%%PYPY_DIR%%/lib-python/3/idlelib/__init__.py -%%PYPY_DIR%%/lib-python/3/idlelib/__main__.py -%%PYPY_DIR%%/lib-python/3/idlelib/_pyclbr.py -%%PYPY_DIR%%/lib-python/3/idlelib/autocomplete.py -%%PYPY_DIR%%/lib-python/3/idlelib/autocomplete_w.py -%%PYPY_DIR%%/lib-python/3/idlelib/autoexpand.py -%%PYPY_DIR%%/lib-python/3/idlelib/browser.py -%%PYPY_DIR%%/lib-python/3/idlelib/calltip.py -%%PYPY_DIR%%/lib-python/3/idlelib/calltip_w.py -%%PYPY_DIR%%/lib-python/3/idlelib/codecontext.py -%%PYPY_DIR%%/lib-python/3/idlelib/colorizer.py -%%PYPY_DIR%%/lib-python/3/idlelib/config-extensions.def -%%PYPY_DIR%%/lib-python/3/idlelib/config-highlight.def -%%PYPY_DIR%%/lib-python/3/idlelib/config-keys.def -%%PYPY_DIR%%/lib-python/3/idlelib/config-main.def -%%PYPY_DIR%%/lib-python/3/idlelib/config.py -%%PYPY_DIR%%/lib-python/3/idlelib/config_key.py -%%PYPY_DIR%%/lib-python/3/idlelib/configdialog.py -%%PYPY_DIR%%/lib-python/3/idlelib/debugger.py -%%PYPY_DIR%%/lib-python/3/idlelib/debugger_r.py -%%PYPY_DIR%%/lib-python/3/idlelib/debugobj.py -%%PYPY_DIR%%/lib-python/3/idlelib/debugobj_r.py -%%PYPY_DIR%%/lib-python/3/idlelib/delegator.py -%%PYPY_DIR%%/lib-python/3/idlelib/dynoption.py -%%PYPY_DIR%%/lib-python/3/idlelib/editor.py -%%PYPY_DIR%%/lib-python/3/idlelib/extend.txt -%%PYPY_DIR%%/lib-python/3/idlelib/filelist.py -%%PYPY_DIR%%/lib-python/3/idlelib/grep.py -%%PYPY_DIR%%/lib-python/3/idlelib/help.html -%%PYPY_DIR%%/lib-python/3/idlelib/help.py -%%PYPY_DIR%%/lib-python/3/idlelib/help_about.py -%%PYPY_DIR%%/lib-python/3/idlelib/history.py -%%PYPY_DIR%%/lib-python/3/idlelib/hyperparser.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle.bat -%%PYPY_DIR%%/lib-python/3/idlelib/idle.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle.pyw -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/README.txt -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/__init__.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/htest.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/mock_idle.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/mock_tk.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/template.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_autocomplete.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_autocomplete_w.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_autoexpand.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_browser.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_calltip.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_calltip_w.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_codecontext.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_colorizer.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_config.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_config_key.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_configdialog.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_debugger.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_debugger_r.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_debugobj.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_debugobj_r.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_delegator.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_editmenu.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_editor.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_filelist.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_grep.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_help.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_help_about.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_history.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_hyperparser.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_iomenu.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_macosx.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_mainmenu.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_multicall.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_outwin.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_paragraph.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_parenmatch.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_pathbrowser.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_percolator.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_pyparse.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_pyshell.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_query.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_redirector.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_replace.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_rpc.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_rstrip.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_run.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_runscript.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_scrolledlist.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_search.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_searchbase.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_searchengine.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_squeezer.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_stackviewer.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_statusbar.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_text.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_textview.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_tooltip.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_tree.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_undo.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_warning.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_window.py -%%PYPY_DIR%%/lib-python/3/idlelib/idle_test/test_zoomheight.py -%%PYPY_DIR%%/lib-python/3/idlelib/iomenu.py -%%PYPY_DIR%%/lib-python/3/idlelib/macosx.py -%%PYPY_DIR%%/lib-python/3/idlelib/mainmenu.py -%%PYPY_DIR%%/lib-python/3/idlelib/multicall.py -%%PYPY_DIR%%/lib-python/3/idlelib/outwin.py -%%PYPY_DIR%%/lib-python/3/idlelib/paragraph.py -%%PYPY_DIR%%/lib-python/3/idlelib/parenmatch.py -%%PYPY_DIR%%/lib-python/3/idlelib/pathbrowser.py -%%PYPY_DIR%%/lib-python/3/idlelib/percolator.py -%%PYPY_DIR%%/lib-python/3/idlelib/pyparse.py -%%PYPY_DIR%%/lib-python/3/idlelib/pyshell.py -%%PYPY_DIR%%/lib-python/3/idlelib/query.py -%%PYPY_DIR%%/lib-python/3/idlelib/redirector.py -%%PYPY_DIR%%/lib-python/3/idlelib/replace.py -%%PYPY_DIR%%/lib-python/3/idlelib/rpc.py -%%PYPY_DIR%%/lib-python/3/idlelib/rstrip.py -%%PYPY_DIR%%/lib-python/3/idlelib/run.py -%%PYPY_DIR%%/lib-python/3/idlelib/runscript.py -%%PYPY_DIR%%/lib-python/3/idlelib/scrolledlist.py -%%PYPY_DIR%%/lib-python/3/idlelib/search.py -%%PYPY_DIR%%/lib-python/3/idlelib/searchbase.py -%%PYPY_DIR%%/lib-python/3/idlelib/searchengine.py -%%PYPY_DIR%%/lib-python/3/idlelib/squeezer.py -%%PYPY_DIR%%/lib-python/3/idlelib/stackviewer.py -%%PYPY_DIR%%/lib-python/3/idlelib/statusbar.py -%%PYPY_DIR%%/lib-python/3/idlelib/textview.py -%%PYPY_DIR%%/lib-python/3/idlelib/tooltip.py -%%PYPY_DIR%%/lib-python/3/idlelib/tree.py -%%PYPY_DIR%%/lib-python/3/idlelib/undo.py -%%PYPY_DIR%%/lib-python/3/idlelib/window.py -%%PYPY_DIR%%/lib-python/3/idlelib/zoomheight.py -%%PYPY_DIR%%/lib-python/3/idlelib/zzdummy.py -%%PYPY_DIR%%/lib-python/3/imaplib.py -%%PYPY_DIR%%/lib-python/3/imghdr.py -%%PYPY_DIR%%/lib-python/3/imp.py -%%PYPY_DIR%%/lib-python/3/importlib/__init__.py -%%PYPY_DIR%%/lib-python/3/importlib/_bootstrap.py -%%PYPY_DIR%%/lib-python/3/importlib/_bootstrap_external.py -%%PYPY_DIR%%/lib-python/3/importlib/abc.py -%%PYPY_DIR%%/lib-python/3/importlib/machinery.py -%%PYPY_DIR%%/lib-python/3/importlib/util.py -%%PYPY_DIR%%/lib-python/3/inspect.py -%%PYPY_DIR%%/lib-python/3/io.py -%%PYPY_DIR%%/lib-python/3/ipaddress.py -%%PYPY_DIR%%/lib-python/3/json/__init__.py -%%PYPY_DIR%%/lib-python/3/json/decoder.py -%%PYPY_DIR%%/lib-python/3/json/encoder.py -%%PYPY_DIR%%/lib-python/3/json/scanner.py -%%PYPY_DIR%%/lib-python/3/json/tool.py -%%PYPY_DIR%%/lib-python/3/keyword.py -%%PYPY_DIR%%/lib-python/3/lib2to3/Grammar.txt -%%PYPY_DIR%%/lib-python/3/lib2to3/PatternGrammar.txt -%%PYPY_DIR%%/lib-python/3/lib2to3/__init__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/__main__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/btm_matcher.py -%%PYPY_DIR%%/lib-python/3/lib2to3/btm_utils.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixer_base.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixer_util.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/__init__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_apply.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_asserts.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_basestring.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_buffer.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_dict.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_except.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_exec.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_execfile.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_exitfunc.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_filter.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_funcattrs.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_future.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_getcwdu.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_has_key.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_idioms.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_import.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_imports.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_imports2.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_input.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_intern.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_isinstance.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_itertools.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_itertools_imports.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_long.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_map.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_metaclass.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_methodattrs.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_ne.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_next.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_nonzero.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_numliterals.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_operator.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_paren.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_print.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_raise.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_raw_input.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_reduce.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_reload.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_renames.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_repr.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_set_literal.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_standarderror.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_sys_exc.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_throw.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_tuple_params.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_types.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_unicode.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_urllib.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_ws_comma.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_xrange.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_xreadlines.py -%%PYPY_DIR%%/lib-python/3/lib2to3/fixes/fix_zip.py -%%PYPY_DIR%%/lib-python/3/lib2to3/main.py -%%PYPY_DIR%%/lib-python/3/lib2to3/patcomp.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/__init__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/conv.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/driver.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/grammar.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/literals.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/parse.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/pgen.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/token.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pgen2/tokenize.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pygram.py -%%PYPY_DIR%%/lib-python/3/lib2to3/pytree.py -%%PYPY_DIR%%/lib-python/3/lib2to3/refactor.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/__init__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/__main__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/README -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/bom.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/crlf.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/different_encoding.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/false_encoding.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/bad_order.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/myfixes/__init__.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/myfixes/fix_explicit.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/myfixes/fix_first.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/myfixes/fix_last.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/myfixes/fix_parrot.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/myfixes/fix_preorder.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/no_fixer_cls.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/fixers/parrot_example.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/infinite_recursion.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/py2_test_grammar.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/data/py3_test_grammar.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/pytree_idempotency.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/support.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_all_fixers.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_fixers.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_main.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_parser.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_pytree.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_refactor.py -%%PYPY_DIR%%/lib-python/3/lib2to3/tests/test_util.py -%%PYPY_DIR%%/lib-python/3/linecache.py -%%PYPY_DIR%%/lib-python/3/locale.py -%%PYPY_DIR%%/lib-python/3/logging/__init__.py -%%PYPY_DIR%%/lib-python/3/logging/config.py -%%PYPY_DIR%%/lib-python/3/logging/handlers.py -%%PYPY_DIR%%/lib-python/3/lzma.py -%%PYPY_DIR%%/lib-python/3/macpath.py -%%PYPY_DIR%%/lib-python/3/macurl2path.py -%%PYPY_DIR%%/lib-python/3/mailbox.py -%%PYPY_DIR%%/lib-python/3/mailcap.py -%%PYPY_DIR%%/lib-python/3/mimetypes.py -%%PYPY_DIR%%/lib-python/3/modulefinder.py -%%PYPY_DIR%%/lib-python/3/msilib/__init__.py -%%PYPY_DIR%%/lib-python/3/msilib/schema.py -%%PYPY_DIR%%/lib-python/3/msilib/sequence.py -%%PYPY_DIR%%/lib-python/3/msilib/text.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/__init__.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/connection.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/context.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/dummy/__init__.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/dummy/connection.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/forkserver.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/heap.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/managers.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/pool.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/popen_fork.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/popen_forkserver.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/popen_spawn_posix.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/popen_spawn_win32.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/process.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/queues.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/reduction.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/resource_sharer.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/semaphore_tracker.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/sharedctypes.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/spawn.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/synchronize.py -%%PYPY_DIR%%/lib-python/3/multiprocessing/util.py -%%PYPY_DIR%%/lib-python/3/netrc.py -%%PYPY_DIR%%/lib-python/3/nntplib.py -%%PYPY_DIR%%/lib-python/3/ntpath.py -%%PYPY_DIR%%/lib-python/3/nturl2path.py -%%PYPY_DIR%%/lib-python/3/numbers.py -%%PYPY_DIR%%/lib-python/3/opcode.py -%%PYPY_DIR%%/lib-python/3/operator.py -%%PYPY_DIR%%/lib-python/3/optparse.py -%%PYPY_DIR%%/lib-python/3/os.py -%%PYPY_DIR%%/lib-python/3/pathlib.py -%%PYPY_DIR%%/lib-python/3/pdb.py -%%PYPY_DIR%%/lib-python/3/pickle.py -%%PYPY_DIR%%/lib-python/3/pickletools.py -%%PYPY_DIR%%/lib-python/3/pipes.py -%%PYPY_DIR%%/lib-python/3/pkgutil.py -%%PYPY_DIR%%/lib-python/3/platform.py -%%PYPY_DIR%%/lib-python/3/plistlib.py -%%PYPY_DIR%%/lib-python/3/poplib.py -%%PYPY_DIR%%/lib-python/3/posixpath.py -%%PYPY_DIR%%/lib-python/3/pprint.py -%%PYPY_DIR%%/lib-python/3/profile.py -%%PYPY_DIR%%/lib-python/3/pstats.py -%%PYPY_DIR%%/lib-python/3/pty.py -%%PYPY_DIR%%/lib-python/3/py_compile.py -%%PYPY_DIR%%/lib-python/3/pyclbr.py -%%PYPY_DIR%%/lib-python/3/pydoc.py -%%PYPY_DIR%%/lib-python/3/pydoc_data/__init__.py -%%PYPY_DIR%%/lib-python/3/pydoc_data/_pydoc.css -%%PYPY_DIR%%/lib-python/3/pydoc_data/topics.py -%%PYPY_DIR%%/lib-python/3/queue.py -%%PYPY_DIR%%/lib-python/3/quopri.py -%%PYPY_DIR%%/lib-python/3/random.py -%%PYPY_DIR%%/lib-python/3/re.py -%%PYPY_DIR%%/lib-python/3/reprlib.py -%%PYPY_DIR%%/lib-python/3/rlcompleter.py -%%PYPY_DIR%%/lib-python/3/runpy.py -%%PYPY_DIR%%/lib-python/3/sched.py -%%PYPY_DIR%%/lib-python/3/secrets.py -%%PYPY_DIR%%/lib-python/3/selectors.py -%%PYPY_DIR%%/lib-python/3/shelve.py -%%PYPY_DIR%%/lib-python/3/shlex.py -%%PYPY_DIR%%/lib-python/3/shutil.py -%%PYPY_DIR%%/lib-python/3/signal.py -%%PYPY_DIR%%/lib-python/3/site-packages/README.txt -%%PYPY_DIR%%/lib-python/3/site.py -%%PYPY_DIR%%/lib-python/3/smtpd.py -%%PYPY_DIR%%/lib-python/3/smtplib.py -%%PYPY_DIR%%/lib-python/3/sndhdr.py -%%PYPY_DIR%%/lib-python/3/socket.py -%%PYPY_DIR%%/lib-python/3/socketserver.py -%%PYPY_DIR%%/lib-python/3/sqlite3/__init__.py -%%PYPY_DIR%%/lib-python/3/sqlite3/dbapi2.py -%%PYPY_DIR%%/lib-python/3/sqlite3/dump.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/__init__.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/dbapi.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/dump.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/factory.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/hooks.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/regression.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/transactions.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/types.py -%%PYPY_DIR%%/lib-python/3/sqlite3/test/userfunctions.py -%%PYPY_DIR%%/lib-python/3/sre_compile.py -%%PYPY_DIR%%/lib-python/3/sre_constants.py -%%PYPY_DIR%%/lib-python/3/sre_parse.py -%%PYPY_DIR%%/lib-python/3/ssl.py -%%PYPY_DIR%%/lib-python/3/stat.py -%%PYPY_DIR%%/lib-python/3/statistics.py -%%PYPY_DIR%%/lib-python/3/string.py -%%PYPY_DIR%%/lib-python/3/stringprep.py -%%PYPY_DIR%%/lib-python/3/struct.py -%%PYPY_DIR%%/lib-python/3/subprocess.py -%%PYPY_DIR%%/lib-python/3/sunau.py -%%PYPY_DIR%%/lib-python/3/symbol.py -%%PYPY_DIR%%/lib-python/3/symtable.py -%%PYPY_DIR%%/lib-python/3/sysconfig.py -%%PYPY_DIR%%/lib-python/3/tabnanny.py -%%PYPY_DIR%%/lib-python/3/tarfile.py -%%PYPY_DIR%%/lib-python/3/telnetlib.py -%%PYPY_DIR%%/lib-python/3/tempfile.py -%%PYPY_DIR%%/lib-python/3/test/Sine-1000Hz-300ms.aif -%%PYPY_DIR%%/lib-python/3/test/__init__.py -%%PYPY_DIR%%/lib-python/3/test/__main__.py -%%PYPY_DIR%%/lib-python/3/test/_test_multiprocessing.py -%%PYPY_DIR%%/lib-python/3/test/allsans.pem -%%PYPY_DIR%%/lib-python/3/test/ann_module.py -%%PYPY_DIR%%/lib-python/3/test/ann_module2.py -%%PYPY_DIR%%/lib-python/3/test/ann_module3.py -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-alaw.aifc -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm16.aiff -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm16.au -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm16.wav -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm24.aiff -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm24.au -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm24.wav -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm32.aiff -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm32.au -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm32.wav -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm8.aiff -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm8.au -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-pcm8.wav -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-ulaw.aifc -%%PYPY_DIR%%/lib-python/3/test/audiodata/pluck-ulaw.au -%%PYPY_DIR%%/lib-python/3/test/audiotest.au -%%PYPY_DIR%%/lib-python/3/test/audiotests.py -%%PYPY_DIR%%/lib-python/3/test/autotest.py -%%PYPY_DIR%%/lib-python/3/test/bad_coding.py -%%PYPY_DIR%%/lib-python/3/test/bad_coding2.py -%%PYPY_DIR%%/lib-python/3/test/badcert.pem -%%PYPY_DIR%%/lib-python/3/test/badkey.pem -%%PYPY_DIR%%/lib-python/3/test/badsyntax_3131.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future10.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future3.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future4.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future5.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future6.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future7.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future8.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_future9.py -%%PYPY_DIR%%/lib-python/3/test/badsyntax_pep3120.py -%%PYPY_DIR%%/lib-python/3/test/bisect.py -%%PYPY_DIR%%/lib-python/3/test/bytecode_helper.py -%%PYPY_DIR%%/lib-python/3/test/capath/4e1295a3.0 -%%PYPY_DIR%%/lib-python/3/test/capath/5ed36f99.0 -%%PYPY_DIR%%/lib-python/3/test/capath/6e88d7b8.0 -%%PYPY_DIR%%/lib-python/3/test/capath/99d0fa06.0 -%%PYPY_DIR%%/lib-python/3/test/capath/b1930218.0 -%%PYPY_DIR%%/lib-python/3/test/capath/ceff1710.0 -%%PYPY_DIR%%/lib-python/3/test/cfgparser.1 -%%PYPY_DIR%%/lib-python/3/test/cfgparser.2 -%%PYPY_DIR%%/lib-python/3/test/cfgparser.3 -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/big5-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/big5.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/big5hkscs-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/big5hkscs.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/cp949-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/cp949.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/euc_jisx0213-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/euc_jisx0213.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/euc_jp-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/euc_jp.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/euc_kr-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/euc_kr.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/gb18030-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/gb18030.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/gb2312-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/gb2312.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/gbk-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/gbk.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/hz-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/hz.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/iso2022_jp-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/iso2022_jp.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/iso2022_kr-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/iso2022_kr.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/johab-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/johab.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/shift_jis-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/shift_jis.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/shift_jisx0213-utf8.txt -%%PYPY_DIR%%/lib-python/3/test/cjkencodings/shift_jisx0213.txt -%%PYPY_DIR%%/lib-python/3/test/cmath_testcases.txt -%%PYPY_DIR%%/lib-python/3/test/coding20731.py -%%PYPY_DIR%%/lib-python/3/test/crashers/README -%%PYPY_DIR%%/lib-python/3/test/crashers/bogus_code_obj.py -%%PYPY_DIR%%/lib-python/3/test/crashers/gc_inspection.py -%%PYPY_DIR%%/lib-python/3/test/crashers/infinite_loop_re.py -%%PYPY_DIR%%/lib-python/3/test/crashers/mutation_inside_cyclegc.py -%%PYPY_DIR%%/lib-python/3/test/crashers/recursive_call.py -%%PYPY_DIR%%/lib-python/3/test/crashers/trace_at_recursion_limit.py -%%PYPY_DIR%%/lib-python/3/test/crashers/underlying_dict.py -%%PYPY_DIR%%/lib-python/3/test/curses_tests.py -%%PYPY_DIR%%/lib-python/3/test/data/README -%%PYPY_DIR%%/lib-python/3/test/datetimetester.py -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/abs.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/add.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/and.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/base.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/clamp.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/class.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/compare.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/comparetotal.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/comparetotmag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/copy.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/copyabs.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/copynegate.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/copysign.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddAbs.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddAdd.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddAnd.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddBase.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCanonical.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddClass.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCompare.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCompareSig.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCompareTotal.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCompareTotalMag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCopy.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCopyAbs.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCopyNegate.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddCopySign.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddDivide.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddDivideInt.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddEncode.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddFMA.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddInvert.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddLogB.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddMax.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddMaxMag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddMin.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddMinMag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddMinus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddMultiply.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddNextMinus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddNextPlus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddNextToward.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddOr.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddPlus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddQuantize.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddReduce.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddRemainder.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddRemainderNear.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddRotate.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddSameQuantum.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddScaleB.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddShift.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddSubtract.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddToIntegral.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ddXor.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/decDouble.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/decQuad.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/decSingle.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/divide.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/divideint.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqAbs.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqAdd.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqAnd.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqBase.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCanonical.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqClass.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCompare.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCompareSig.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCompareTotal.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCompareTotalMag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCopy.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCopyAbs.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCopyNegate.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqCopySign.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqDivide.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqDivideInt.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqEncode.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqFMA.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqInvert.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqLogB.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqMax.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqMaxMag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqMin.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqMinMag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqMinus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqMultiply.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqNextMinus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqNextPlus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqNextToward.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqOr.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqPlus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqQuantize.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqReduce.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqRemainder.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqRemainderNear.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqRotate.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqSameQuantum.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqScaleB.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqShift.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqSubtract.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqToIntegral.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dqXor.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dsBase.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/dsEncode.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/exp.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/extra.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/fma.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/inexact.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/invert.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/ln.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/log10.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/logb.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/max.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/maxmag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/min.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/minmag.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/minus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/multiply.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/nextminus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/nextplus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/nexttoward.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/or.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/plus.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/power.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/powersqrt.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/quantize.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/randomBound32.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/randoms.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/reduce.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/remainder.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/remainderNear.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/rescale.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/rotate.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/rounding.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/samequantum.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/scaleb.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/shift.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/squareroot.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/subtract.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/testall.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/tointegral.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/tointegralx.decTest -%%PYPY_DIR%%/lib-python/3/test/decimaltestdata/xor.decTest -%%PYPY_DIR%%/lib-python/3/test/dis_module.py -%%PYPY_DIR%%/lib-python/3/test/doctest_aliases.py -%%PYPY_DIR%%/lib-python/3/test/double_const.py -%%PYPY_DIR%%/lib-python/3/test/dtracedata/assert_usable.d -%%PYPY_DIR%%/lib-python/3/test/dtracedata/assert_usable.stp -%%PYPY_DIR%%/lib-python/3/test/dtracedata/call_stack.d -%%PYPY_DIR%%/lib-python/3/test/dtracedata/call_stack.d.expected -%%PYPY_DIR%%/lib-python/3/test/dtracedata/call_stack.py -%%PYPY_DIR%%/lib-python/3/test/dtracedata/call_stack.stp -%%PYPY_DIR%%/lib-python/3/test/dtracedata/call_stack.stp.expected -%%PYPY_DIR%%/lib-python/3/test/dtracedata/gc.d -%%PYPY_DIR%%/lib-python/3/test/dtracedata/gc.d.expected -%%PYPY_DIR%%/lib-python/3/test/dtracedata/gc.py -%%PYPY_DIR%%/lib-python/3/test/dtracedata/gc.stp -%%PYPY_DIR%%/lib-python/3/test/dtracedata/gc.stp.expected -%%PYPY_DIR%%/lib-python/3/test/dtracedata/instance.py -%%PYPY_DIR%%/lib-python/3/test/dtracedata/line.d -%%PYPY_DIR%%/lib-python/3/test/dtracedata/line.d.expected -%%PYPY_DIR%%/lib-python/3/test/dtracedata/line.py -%%PYPY_DIR%%/lib-python/3/test/eintrdata/eintr_tester.py -%%PYPY_DIR%%/lib-python/3/test/empty.vbs -%%PYPY_DIR%%/lib-python/3/test/encoded_modules/__init__.py -%%PYPY_DIR%%/lib-python/3/test/encoded_modules/module_iso_8859_1.py -%%PYPY_DIR%%/lib-python/3/test/encoded_modules/module_koi8_r.py -%%PYPY_DIR%%/lib-python/3/test/exception_hierarchy.txt -%%PYPY_DIR%%/lib-python/3/test/ffdh3072.pem -%%PYPY_DIR%%/lib-python/3/test/final_a.py -%%PYPY_DIR%%/lib-python/3/test/final_b.py -%%PYPY_DIR%%/lib-python/3/test/floating_points.txt -%%PYPY_DIR%%/lib-python/3/test/fork_wait.py -%%PYPY_DIR%%/lib-python/3/test/formatfloat_testcases.txt -%%PYPY_DIR%%/lib-python/3/test/future_test1.py -%%PYPY_DIR%%/lib-python/3/test/future_test2.py -%%PYPY_DIR%%/lib-python/3/test/gdb_sample.py -%%PYPY_DIR%%/lib-python/3/test/ieee754.txt -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.bmp -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.exr -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.gif -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.jpg -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.pbm -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.pgm -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.png -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.ppm -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.ras -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.sgi -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.tiff -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.webp -%%PYPY_DIR%%/lib-python/3/test/imghdrdata/python.xbm -%%PYPY_DIR%%/lib-python/3/test/imp_dummy.py -%%PYPY_DIR%%/lib-python/3/test/inspect_fodder.py -%%PYPY_DIR%%/lib-python/3/test/inspect_fodder2.py -%%PYPY_DIR%%/lib-python/3/test/keycert.passwd.pem -%%PYPY_DIR%%/lib-python/3/test/keycert.pem -%%PYPY_DIR%%/lib-python/3/test/keycert2.pem -%%PYPY_DIR%%/lib-python/3/test/keycert3.pem -%%PYPY_DIR%%/lib-python/3/test/keycert4.pem -%%PYPY_DIR%%/lib-python/3/test/leakers/README.txt -%%PYPY_DIR%%/lib-python/3/test/leakers/__init__.py -%%PYPY_DIR%%/lib-python/3/test/leakers/test_ctypes.py -%%PYPY_DIR%%/lib-python/3/test/leakers/test_selftype.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/__init__.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/cmdline.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/main.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/refleak.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/runtest.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/runtest_mp.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/save_env.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/setup.py -%%PYPY_DIR%%/lib-python/3/test/libregrtest/utils.py -%%PYPY_DIR%%/lib-python/3/test/list_tests.py -%%PYPY_DIR%%/lib-python/3/test/lock_tests.py -%%PYPY_DIR%%/lib-python/3/test/mailcap.txt -%%PYPY_DIR%%/lib-python/3/test/make_ssl_certs.py -%%PYPY_DIR%%/lib-python/3/test/mapping_tests.py -%%PYPY_DIR%%/lib-python/3/test/math_testcases.txt -%%PYPY_DIR%%/lib-python/3/test/memory_watchdog.py -%%PYPY_DIR%%/lib-python/3/test/mime.types -%%PYPY_DIR%%/lib-python/3/test/mock_socket.py -%%PYPY_DIR%%/lib-python/3/test/mod_generics_cache.py -%%PYPY_DIR%%/lib-python/3/test/mp_fork_bomb.py -%%PYPY_DIR%%/lib-python/3/test/mp_preload.py -%%PYPY_DIR%%/lib-python/3/test/multibytecodec_support.py -%%PYPY_DIR%%/lib-python/3/test/nokia.pem -%%PYPY_DIR%%/lib-python/3/test/nullbytecert.pem -%%PYPY_DIR%%/lib-python/3/test/nullcert.pem -%%PYPY_DIR%%/lib-python/3/test/outstanding_bugs.py -%%PYPY_DIR%%/lib-python/3/test/pickletester.py -%%PYPY_DIR%%/lib-python/3/test/profilee.py -%%PYPY_DIR%%/lib-python/3/test/pstats.pck -%%PYPY_DIR%%/lib-python/3/test/pycacert.pem -%%PYPY_DIR%%/lib-python/3/test/pycakey.pem -%%PYPY_DIR%%/lib-python/3/test/pyclbr_input.py -%%PYPY_DIR%%/lib-python/3/test/pydoc_mod.py -%%PYPY_DIR%%/lib-python/3/test/pydocfodder.py -%%PYPY_DIR%%/lib-python/3/test/pystone.py -%%PYPY_DIR%%/lib-python/3/test/pythoninfo.py -%%PYPY_DIR%%/lib-python/3/test/randv2_32.pck -%%PYPY_DIR%%/lib-python/3/test/randv2_64.pck -%%PYPY_DIR%%/lib-python/3/test/randv3.pck -%%PYPY_DIR%%/lib-python/3/test/re_tests.py -%%PYPY_DIR%%/lib-python/3/test/regrtest.py -%%PYPY_DIR%%/lib-python/3/test/relimport.py -%%PYPY_DIR%%/lib-python/3/test/reperf.py -%%PYPY_DIR%%/lib-python/3/test/revocation.crl -%%PYPY_DIR%%/lib-python/3/test/sample_doctest.py -%%PYPY_DIR%%/lib-python/3/test/sample_doctest_no_docstrings.py -%%PYPY_DIR%%/lib-python/3/test/sample_doctest_no_doctests.py -%%PYPY_DIR%%/lib-python/3/test/selfsigned_pythontestdotnet.pem -%%PYPY_DIR%%/lib-python/3/test/seq_tests.py -%%PYPY_DIR%%/lib-python/3/test/sgml_input.html -%%PYPY_DIR%%/lib-python/3/test/signalinterproctester.py -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/README -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.8svx -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.aifc -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.aiff -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.au -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.hcom -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.sndt -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.voc -%%PYPY_DIR%%/lib-python/3/test/sndhdrdata/sndhdr.wav -%%PYPY_DIR%%/lib-python/3/test/sortperf.py -%%PYPY_DIR%%/lib-python/3/test/ssl_cert.pem -%%PYPY_DIR%%/lib-python/3/test/ssl_key.passwd.pem -%%PYPY_DIR%%/lib-python/3/test/ssl_key.pem -%%PYPY_DIR%%/lib-python/3/test/ssl_servers.py -%%PYPY_DIR%%/lib-python/3/test/ssltests.py -%%PYPY_DIR%%/lib-python/3/test/string_tests.py -%%PYPY_DIR%%/lib-python/3/test/subprocessdata/fd_status.py -%%PYPY_DIR%%/lib-python/3/test/subprocessdata/input_reader.py -%%PYPY_DIR%%/lib-python/3/test/subprocessdata/qcat.py -%%PYPY_DIR%%/lib-python/3/test/subprocessdata/qgrep.py -%%PYPY_DIR%%/lib-python/3/test/subprocessdata/sigchild_ignore.py -%%PYPY_DIR%%/lib-python/3/test/support/__init__.py -%%PYPY_DIR%%/lib-python/3/test/support/script_helper.py -%%PYPY_DIR%%/lib-python/3/test/support/testresult.py -%%PYPY_DIR%%/lib-python/3/test/talos-2019-0758.pem -%%PYPY_DIR%%/lib-python/3/test/test___all__.py -%%PYPY_DIR%%/lib-python/3/test/test___future__.py -%%PYPY_DIR%%/lib-python/3/test/test__locale.py -%%PYPY_DIR%%/lib-python/3/test/test__opcode.py -%%PYPY_DIR%%/lib-python/3/test/test__osx_support.py -%%PYPY_DIR%%/lib-python/3/test/test_abc.py -%%PYPY_DIR%%/lib-python/3/test/test_abstract_numbers.py -%%PYPY_DIR%%/lib-python/3/test/test_aifc.py -%%PYPY_DIR%%/lib-python/3/test/test_argparse.py -%%PYPY_DIR%%/lib-python/3/test/test_array.py -%%PYPY_DIR%%/lib-python/3/test/test_asdl_parser.py -%%PYPY_DIR%%/lib-python/3/test/test_ast.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncgen.py -%%PYPY_DIR%%/lib-python/3/test/test_asynchat.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/echo.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/echo2.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/echo3.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_base_events.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_events.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_futures.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_locks.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_pep492.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_proactor_events.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_queues.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_selector_events.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_sslproto.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_streams.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_subprocess.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_tasks.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_transports.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_unix_events.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_windows_events.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncio/test_windows_utils.py -%%PYPY_DIR%%/lib-python/3/test/test_asyncore.py -%%PYPY_DIR%%/lib-python/3/test/test_atexit.py -%%PYPY_DIR%%/lib-python/3/test/test_audioop.py -%%PYPY_DIR%%/lib-python/3/test/test_augassign.py -%%PYPY_DIR%%/lib-python/3/test/test_base64.py -%%PYPY_DIR%%/lib-python/3/test/test_baseexception.py -%%PYPY_DIR%%/lib-python/3/test/test_bdb.py -%%PYPY_DIR%%/lib-python/3/test/test_bigaddrspace.py -%%PYPY_DIR%%/lib-python/3/test/test_bigmem.py -%%PYPY_DIR%%/lib-python/3/test/test_binascii.py -%%PYPY_DIR%%/lib-python/3/test/test_binhex.py -%%PYPY_DIR%%/lib-python/3/test/test_binop.py -%%PYPY_DIR%%/lib-python/3/test/test_bisect.py -%%PYPY_DIR%%/lib-python/3/test/test_bool.py -%%PYPY_DIR%%/lib-python/3/test/test_buffer.py -%%PYPY_DIR%%/lib-python/3/test/test_bufio.py -%%PYPY_DIR%%/lib-python/3/test/test_builtin.py -%%PYPY_DIR%%/lib-python/3/test/test_bytes.py -%%PYPY_DIR%%/lib-python/3/test/test_bz2.py -%%PYPY_DIR%%/lib-python/3/test/test_calendar.py -%%PYPY_DIR%%/lib-python/3/test/test_call.py -%%PYPY_DIR%%/lib-python/3/test/test_capi.py -%%PYPY_DIR%%/lib-python/3/test/test_cgi.py -%%PYPY_DIR%%/lib-python/3/test/test_cgitb.py -%%PYPY_DIR%%/lib-python/3/test/test_charmapcodec.py -%%PYPY_DIR%%/lib-python/3/test/test_class.py -%%PYPY_DIR%%/lib-python/3/test/test_cmath.py -%%PYPY_DIR%%/lib-python/3/test/test_cmd.py -%%PYPY_DIR%%/lib-python/3/test/test_cmd_line.py -%%PYPY_DIR%%/lib-python/3/test/test_cmd_line_script.py -%%PYPY_DIR%%/lib-python/3/test/test_code.py -%%PYPY_DIR%%/lib-python/3/test/test_code_module.py -%%PYPY_DIR%%/lib-python/3/test/test_codeccallbacks.py -%%PYPY_DIR%%/lib-python/3/test/test_codecencodings_cn.py -%%PYPY_DIR%%/lib-python/3/test/test_codecencodings_hk.py -%%PYPY_DIR%%/lib-python/3/test/test_codecencodings_iso2022.py -%%PYPY_DIR%%/lib-python/3/test/test_codecencodings_jp.py -%%PYPY_DIR%%/lib-python/3/test/test_codecencodings_kr.py -%%PYPY_DIR%%/lib-python/3/test/test_codecencodings_tw.py -%%PYPY_DIR%%/lib-python/3/test/test_codecmaps_cn.py -%%PYPY_DIR%%/lib-python/3/test/test_codecmaps_hk.py -%%PYPY_DIR%%/lib-python/3/test/test_codecmaps_jp.py -%%PYPY_DIR%%/lib-python/3/test/test_codecmaps_kr.py -%%PYPY_DIR%%/lib-python/3/test/test_codecmaps_tw.py -%%PYPY_DIR%%/lib-python/3/test/test_codecs.py -%%PYPY_DIR%%/lib-python/3/test/test_codeop.py -%%PYPY_DIR%%/lib-python/3/test/test_collections.py -%%PYPY_DIR%%/lib-python/3/test/test_colorsys.py -%%PYPY_DIR%%/lib-python/3/test/test_compare.py -%%PYPY_DIR%%/lib-python/3/test/test_compile.py -%%PYPY_DIR%%/lib-python/3/test/test_compileall.py -%%PYPY_DIR%%/lib-python/3/test/test_complex.py -%%PYPY_DIR%%/lib-python/3/test/test_concurrent_futures.py -%%PYPY_DIR%%/lib-python/3/test/test_configparser.py -%%PYPY_DIR%%/lib-python/3/test/test_contains.py -%%PYPY_DIR%%/lib-python/3/test/test_contextlib.py -%%PYPY_DIR%%/lib-python/3/test/test_copy.py -%%PYPY_DIR%%/lib-python/3/test/test_copyreg.py -%%PYPY_DIR%%/lib-python/3/test/test_coroutines.py -%%PYPY_DIR%%/lib-python/3/test/test_cprofile.py -%%PYPY_DIR%%/lib-python/3/test/test_crashers.py -%%PYPY_DIR%%/lib-python/3/test/test_crypt.py -%%PYPY_DIR%%/lib-python/3/test/test_csv.py -%%PYPY_DIR%%/lib-python/3/test/test_ctypes.py -%%PYPY_DIR%%/lib-python/3/test/test_curses.py -%%PYPY_DIR%%/lib-python/3/test/test_datetime.py -%%PYPY_DIR%%/lib-python/3/test/test_dbm.py -%%PYPY_DIR%%/lib-python/3/test/test_dbm_dumb.py -%%PYPY_DIR%%/lib-python/3/test/test_dbm_gnu.py -%%PYPY_DIR%%/lib-python/3/test/test_dbm_ndbm.py -%%PYPY_DIR%%/lib-python/3/test/test_decimal.py -%%PYPY_DIR%%/lib-python/3/test/test_decorators.py -%%PYPY_DIR%%/lib-python/3/test/test_defaultdict.py -%%PYPY_DIR%%/lib-python/3/test/test_deque.py -%%PYPY_DIR%%/lib-python/3/test/test_descr.py -%%PYPY_DIR%%/lib-python/3/test/test_descrtut.py -%%PYPY_DIR%%/lib-python/3/test/test_devpoll.py -%%PYPY_DIR%%/lib-python/3/test/test_dict.py -%%PYPY_DIR%%/lib-python/3/test/test_dict_version.py -%%PYPY_DIR%%/lib-python/3/test/test_dictcomps.py -%%PYPY_DIR%%/lib-python/3/test/test_dictviews.py -%%PYPY_DIR%%/lib-python/3/test/test_difflib.py -%%PYPY_DIR%%/lib-python/3/test/test_difflib_expect.html -%%PYPY_DIR%%/lib-python/3/test/test_dis.py -%%PYPY_DIR%%/lib-python/3/test/test_distutils.py -%%PYPY_DIR%%/lib-python/3/test/test_doctest.py -%%PYPY_DIR%%/lib-python/3/test/test_doctest.txt -%%PYPY_DIR%%/lib-python/3/test/test_doctest2.py -%%PYPY_DIR%%/lib-python/3/test/test_doctest2.txt -%%PYPY_DIR%%/lib-python/3/test/test_doctest3.txt -%%PYPY_DIR%%/lib-python/3/test/test_doctest4.txt -%%PYPY_DIR%%/lib-python/3/test/test_docxmlrpc.py -%%PYPY_DIR%%/lib-python/3/test/test_dtrace.py -%%PYPY_DIR%%/lib-python/3/test/test_dummy_thread.py -%%PYPY_DIR%%/lib-python/3/test/test_dummy_threading.py -%%PYPY_DIR%%/lib-python/3/test/test_dynamic.py -%%PYPY_DIR%%/lib-python/3/test/test_dynamicclassattribute.py -%%PYPY_DIR%%/lib-python/3/test/test_eintr.py -%%PYPY_DIR%%/lib-python/3/test/test_email/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_email/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_email/data/PyBanner048.gif -%%PYPY_DIR%%/lib-python/3/test/test_email/data/audiotest.au -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_01.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_02.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_03.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_04.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_05.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_06.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_07.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_08.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_09.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_10.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_11.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_12.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_12a.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_13.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_14.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_15.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_16.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_17.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_18.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_19.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_20.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_21.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_22.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_23.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_24.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_25.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_26.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_27.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_28.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_29.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_30.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_31.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_32.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_33.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_34.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_35.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_36.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_37.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_38.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_39.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_40.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_41.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_42.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_43.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_44.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_45.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/data/msg_46.txt -%%PYPY_DIR%%/lib-python/3/test/test_email/test__encoded_words.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test__header_value_parser.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_asian_codecs.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_contentmanager.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_defect_handling.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_email.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_generator.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_headerregistry.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_inversion.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_message.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_parser.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_pickleable.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_policy.py -%%PYPY_DIR%%/lib-python/3/test/test_email/test_utils.py -%%PYPY_DIR%%/lib-python/3/test/test_email/torture_test.py -%%PYPY_DIR%%/lib-python/3/test/test_ensurepip.py -%%PYPY_DIR%%/lib-python/3/test/test_enum.py -%%PYPY_DIR%%/lib-python/3/test/test_enumerate.py -%%PYPY_DIR%%/lib-python/3/test/test_eof.py -%%PYPY_DIR%%/lib-python/3/test/test_epoll.py -%%PYPY_DIR%%/lib-python/3/test/test_errno.py -%%PYPY_DIR%%/lib-python/3/test/test_exception_hierarchy.py -%%PYPY_DIR%%/lib-python/3/test/test_exception_variations.py -%%PYPY_DIR%%/lib-python/3/test/test_exceptions.py -%%PYPY_DIR%%/lib-python/3/test/test_extcall.py -%%PYPY_DIR%%/lib-python/3/test/test_faulthandler.py -%%PYPY_DIR%%/lib-python/3/test/test_fcntl.py -%%PYPY_DIR%%/lib-python/3/test/test_file.py -%%PYPY_DIR%%/lib-python/3/test/test_file_eintr.py -%%PYPY_DIR%%/lib-python/3/test/test_filecmp.py -%%PYPY_DIR%%/lib-python/3/test/test_fileinput.py -%%PYPY_DIR%%/lib-python/3/test/test_fileio.py -%%PYPY_DIR%%/lib-python/3/test/test_finalization.py -%%PYPY_DIR%%/lib-python/3/test/test_float.py -%%PYPY_DIR%%/lib-python/3/test/test_flufl.py -%%PYPY_DIR%%/lib-python/3/test/test_fnmatch.py -%%PYPY_DIR%%/lib-python/3/test/test_fork1.py -%%PYPY_DIR%%/lib-python/3/test/test_format.py -%%PYPY_DIR%%/lib-python/3/test/test_fractions.py -%%PYPY_DIR%%/lib-python/3/test/test_frame.py -%%PYPY_DIR%%/lib-python/3/test/test_fstring.py -%%PYPY_DIR%%/lib-python/3/test/test_ftplib.py -%%PYPY_DIR%%/lib-python/3/test/test_funcattrs.py -%%PYPY_DIR%%/lib-python/3/test/test_functools.py -%%PYPY_DIR%%/lib-python/3/test/test_future.py -%%PYPY_DIR%%/lib-python/3/test/test_future3.py -%%PYPY_DIR%%/lib-python/3/test/test_future4.py -%%PYPY_DIR%%/lib-python/3/test/test_future5.py -%%PYPY_DIR%%/lib-python/3/test/test_gc.py -%%PYPY_DIR%%/lib-python/3/test/test_gdb.py -%%PYPY_DIR%%/lib-python/3/test/test_generator_stop.py -%%PYPY_DIR%%/lib-python/3/test/test_generators.py -%%PYPY_DIR%%/lib-python/3/test/test_genericpath.py -%%PYPY_DIR%%/lib-python/3/test/test_genexps.py -%%PYPY_DIR%%/lib-python/3/test/test_getargs2.py -%%PYPY_DIR%%/lib-python/3/test/test_getopt.py -%%PYPY_DIR%%/lib-python/3/test/test_getpass.py -%%PYPY_DIR%%/lib-python/3/test/test_gettext.py -%%PYPY_DIR%%/lib-python/3/test/test_glob.py -%%PYPY_DIR%%/lib-python/3/test/test_global.py -%%PYPY_DIR%%/lib-python/3/test/test_grammar.py -%%PYPY_DIR%%/lib-python/3/test/test_grp.py -%%PYPY_DIR%%/lib-python/3/test/test_gzip.py -%%PYPY_DIR%%/lib-python/3/test/test_hash.py -%%PYPY_DIR%%/lib-python/3/test/test_hashlib.py -%%PYPY_DIR%%/lib-python/3/test/test_heapq.py -%%PYPY_DIR%%/lib-python/3/test/test_hmac.py -%%PYPY_DIR%%/lib-python/3/test/test_html.py -%%PYPY_DIR%%/lib-python/3/test/test_htmlparser.py -%%PYPY_DIR%%/lib-python/3/test/test_http_cookiejar.py -%%PYPY_DIR%%/lib-python/3/test/test_http_cookies.py -%%PYPY_DIR%%/lib-python/3/test/test_httplib.py -%%PYPY_DIR%%/lib-python/3/test/test_httpservers.py -%%PYPY_DIR%%/lib-python/3/test/test_idle.py -%%PYPY_DIR%%/lib-python/3/test/test_imaplib.py -%%PYPY_DIR%%/lib-python/3/test/test_imghdr.py -%%PYPY_DIR%%/lib-python/3/test/test_imp.py -%%PYPY_DIR%%/lib-python/3/test/test_import/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_import/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/basic.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/basic2.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/indirect.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/rebinding.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/rebinding2.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/subpackage.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/subpkg/subpackage2.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/subpkg/util.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/circular_imports/util.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/package/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/package/submodule.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/package2/submodule1.py -%%PYPY_DIR%%/lib-python/3/test/test_import/data/package2/submodule2.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/abc.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/builtin/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/builtin/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/builtin/test_finder.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/builtin/test_loader.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/extension/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/extension/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/extension/test_case_sensitivity.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/extension/test_finder.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/extension/test_loader.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/extension/test_path_hook.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/frozen/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/frozen/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/frozen/test_finder.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/frozen/test_loader.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test___loader__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test___package__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_api.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_caching.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_fromlist.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_meta_path.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_packages.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_path.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/import_/test_relative_imports.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/both_portions/foo/one.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/both_portions/foo/two.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/missing_directory.zip -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/module_and_namespace_package/a_test/empty -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/nested_portion1.zip -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/not_a_namespace_pkg/foo/one.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/portion1/foo/one.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/portion2/foo/two.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/project1/parent/child/one.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/project2/parent/child/two.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/project3/parent/child/three.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/namespace_pkgs/top_level_portion1.zip -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/test_case_sensitivity.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/test_file_loader.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/test_finder.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/test_path_hook.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/source/test_source_encoding.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_abc.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_api.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_lazy.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_locks.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_namespace_pkgs.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_spec.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_util.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/test_windows.py -%%PYPY_DIR%%/lib-python/3/test/test_importlib/util.py -%%PYPY_DIR%%/lib-python/3/test/test_index.py -%%PYPY_DIR%%/lib-python/3/test/test_inspect.py -%%PYPY_DIR%%/lib-python/3/test/test_int.py -%%PYPY_DIR%%/lib-python/3/test/test_int_literal.py -%%PYPY_DIR%%/lib-python/3/test/test_io.py -%%PYPY_DIR%%/lib-python/3/test/test_ioctl.py -%%PYPY_DIR%%/lib-python/3/test/test_ipaddress.py -%%PYPY_DIR%%/lib-python/3/test/test_isinstance.py -%%PYPY_DIR%%/lib-python/3/test/test_iter.py -%%PYPY_DIR%%/lib-python/3/test/test_iterlen.py -%%PYPY_DIR%%/lib-python/3/test/test_itertools.py -%%PYPY_DIR%%/lib-python/3/test/test_json/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_json/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_decode.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_default.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_dump.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_encode_basestring_ascii.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_enum.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_fail.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_float.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_indent.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_pass1.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_pass2.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_pass3.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_recursion.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_scanstring.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_separators.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_speedups.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_tool.py -%%PYPY_DIR%%/lib-python/3/test/test_json/test_unicode.py -%%PYPY_DIR%%/lib-python/3/test/test_keyword.py -%%PYPY_DIR%%/lib-python/3/test/test_keywordonlyarg.py -%%PYPY_DIR%%/lib-python/3/test/test_kqueue.py -%%PYPY_DIR%%/lib-python/3/test/test_largefile.py -%%PYPY_DIR%%/lib-python/3/test/test_lib2to3.py -%%PYPY_DIR%%/lib-python/3/test/test_linecache.py -%%PYPY_DIR%%/lib-python/3/test/test_list.py -%%PYPY_DIR%%/lib-python/3/test/test_listcomps.py -%%PYPY_DIR%%/lib-python/3/test/test_locale.py -%%PYPY_DIR%%/lib-python/3/test/test_logging.py -%%PYPY_DIR%%/lib-python/3/test/test_long.py -%%PYPY_DIR%%/lib-python/3/test/test_longexp.py -%%PYPY_DIR%%/lib-python/3/test/test_lzma.py -%%PYPY_DIR%%/lib-python/3/test/test_macpath.py -%%PYPY_DIR%%/lib-python/3/test/test_macurl2path.py -%%PYPY_DIR%%/lib-python/3/test/test_mailbox.py -%%PYPY_DIR%%/lib-python/3/test/test_mailcap.py -%%PYPY_DIR%%/lib-python/3/test/test_marshal.py -%%PYPY_DIR%%/lib-python/3/test/test_math.py -%%PYPY_DIR%%/lib-python/3/test/test_memoryio.py -%%PYPY_DIR%%/lib-python/3/test/test_memoryview.py -%%PYPY_DIR%%/lib-python/3/test/test_metaclass.py -%%PYPY_DIR%%/lib-python/3/test/test_mimetypes.py -%%PYPY_DIR%%/lib-python/3/test/test_minidom.py -%%PYPY_DIR%%/lib-python/3/test/test_mmap.py -%%PYPY_DIR%%/lib-python/3/test/test_module.py -%%PYPY_DIR%%/lib-python/3/test/test_modulefinder.py -%%PYPY_DIR%%/lib-python/3/test/test_msilib.py -%%PYPY_DIR%%/lib-python/3/test/test_multibytecodec.py -%%PYPY_DIR%%/lib-python/3/test/test_multiprocessing_fork.py -%%PYPY_DIR%%/lib-python/3/test/test_multiprocessing_forkserver.py -%%PYPY_DIR%%/lib-python/3/test/test_multiprocessing_main_handling.py -%%PYPY_DIR%%/lib-python/3/test/test_multiprocessing_spawn.py -%%PYPY_DIR%%/lib-python/3/test/test_netrc.py -%%PYPY_DIR%%/lib-python/3/test/test_nis.py -%%PYPY_DIR%%/lib-python/3/test/test_nntplib.py -%%PYPY_DIR%%/lib-python/3/test/test_normalization.py -%%PYPY_DIR%%/lib-python/3/test/test_ntpath.py -%%PYPY_DIR%%/lib-python/3/test/test_numeric_tower.py -%%PYPY_DIR%%/lib-python/3/test/test_opcodes.py -%%PYPY_DIR%%/lib-python/3/test/test_openpty.py -%%PYPY_DIR%%/lib-python/3/test/test_operator.py -%%PYPY_DIR%%/lib-python/3/test/test_optparse.py -%%PYPY_DIR%%/lib-python/3/test/test_ordered_dict.py -%%PYPY_DIR%%/lib-python/3/test/test_os.py -%%PYPY_DIR%%/lib-python/3/test/test_ossaudiodev.py -%%PYPY_DIR%%/lib-python/3/test/test_osx_env.py -%%PYPY_DIR%%/lib-python/3/test/test_parser.py -%%PYPY_DIR%%/lib-python/3/test/test_pathlib.py -%%PYPY_DIR%%/lib-python/3/test/test_pdb.py -%%PYPY_DIR%%/lib-python/3/test/test_peepholer.py -%%PYPY_DIR%%/lib-python/3/test/test_pickle.py -%%PYPY_DIR%%/lib-python/3/test/test_pickletools.py -%%PYPY_DIR%%/lib-python/3/test/test_pipes.py -%%PYPY_DIR%%/lib-python/3/test/test_pkg.py -%%PYPY_DIR%%/lib-python/3/test/test_pkgimport.py -%%PYPY_DIR%%/lib-python/3/test/test_pkgutil.py -%%PYPY_DIR%%/lib-python/3/test/test_platform.py -%%PYPY_DIR%%/lib-python/3/test/test_plistlib.py -%%PYPY_DIR%%/lib-python/3/test/test_poll.py -%%PYPY_DIR%%/lib-python/3/test/test_popen.py -%%PYPY_DIR%%/lib-python/3/test/test_poplib.py -%%PYPY_DIR%%/lib-python/3/test/test_posix.py -%%PYPY_DIR%%/lib-python/3/test/test_posixpath.py -%%PYPY_DIR%%/lib-python/3/test/test_pow.py -%%PYPY_DIR%%/lib-python/3/test/test_pprint.py -%%PYPY_DIR%%/lib-python/3/test/test_print.py -%%PYPY_DIR%%/lib-python/3/test/test_profile.py -%%PYPY_DIR%%/lib-python/3/test/test_property.py -%%PYPY_DIR%%/lib-python/3/test/test_pstats.py -%%PYPY_DIR%%/lib-python/3/test/test_pty.py -%%PYPY_DIR%%/lib-python/3/test/test_pulldom.py -%%PYPY_DIR%%/lib-python/3/test/test_pwd.py -%%PYPY_DIR%%/lib-python/3/test/test_py_compile.py -%%PYPY_DIR%%/lib-python/3/test/test_pyclbr.py -%%PYPY_DIR%%/lib-python/3/test/test_pydoc.py -%%PYPY_DIR%%/lib-python/3/test/test_pyexpat.py -%%PYPY_DIR%%/lib-python/3/test/test_queue.py -%%PYPY_DIR%%/lib-python/3/test/test_quopri.py -%%PYPY_DIR%%/lib-python/3/test/test_raise.py -%%PYPY_DIR%%/lib-python/3/test/test_random.py -%%PYPY_DIR%%/lib-python/3/test/test_range.py -%%PYPY_DIR%%/lib-python/3/test/test_re.py -%%PYPY_DIR%%/lib-python/3/test/test_readline.py -%%PYPY_DIR%%/lib-python/3/test/test_regrtest.py -%%PYPY_DIR%%/lib-python/3/test/test_repl.py -%%PYPY_DIR%%/lib-python/3/test/test_reprlib.py -%%PYPY_DIR%%/lib-python/3/test/test_resource.py -%%PYPY_DIR%%/lib-python/3/test/test_richcmp.py -%%PYPY_DIR%%/lib-python/3/test/test_rlcompleter.py -%%PYPY_DIR%%/lib-python/3/test/test_robotparser.py -%%PYPY_DIR%%/lib-python/3/test/test_runpy.py -%%PYPY_DIR%%/lib-python/3/test/test_sax.py -%%PYPY_DIR%%/lib-python/3/test/test_sched.py -%%PYPY_DIR%%/lib-python/3/test/test_scope.py -%%PYPY_DIR%%/lib-python/3/test/test_script_helper.py -%%PYPY_DIR%%/lib-python/3/test/test_secrets.py -%%PYPY_DIR%%/lib-python/3/test/test_select.py -%%PYPY_DIR%%/lib-python/3/test/test_selectors.py -%%PYPY_DIR%%/lib-python/3/test/test_set.py -%%PYPY_DIR%%/lib-python/3/test/test_setcomps.py -%%PYPY_DIR%%/lib-python/3/test/test_shelve.py -%%PYPY_DIR%%/lib-python/3/test/test_shlex.py -%%PYPY_DIR%%/lib-python/3/test/test_shutil.py -%%PYPY_DIR%%/lib-python/3/test/test_signal.py -%%PYPY_DIR%%/lib-python/3/test/test_site.py -%%PYPY_DIR%%/lib-python/3/test/test_slice.py -%%PYPY_DIR%%/lib-python/3/test/test_smtpd.py -%%PYPY_DIR%%/lib-python/3/test/test_smtplib.py -%%PYPY_DIR%%/lib-python/3/test/test_smtpnet.py -%%PYPY_DIR%%/lib-python/3/test/test_sndhdr.py -%%PYPY_DIR%%/lib-python/3/test/test_socket.py -%%PYPY_DIR%%/lib-python/3/test/test_socketserver.py -%%PYPY_DIR%%/lib-python/3/test/test_sort.py -%%PYPY_DIR%%/lib-python/3/test/test_source_encoding.py -%%PYPY_DIR%%/lib-python/3/test/test_spwd.py -%%PYPY_DIR%%/lib-python/3/test/test_sqlite.py -%%PYPY_DIR%%/lib-python/3/test/test_ssl.py -%%PYPY_DIR%%/lib-python/3/test/test_startfile.py -%%PYPY_DIR%%/lib-python/3/test/test_stat.py -%%PYPY_DIR%%/lib-python/3/test/test_statistics.py -%%PYPY_DIR%%/lib-python/3/test/test_strftime.py -%%PYPY_DIR%%/lib-python/3/test/test_string.py -%%PYPY_DIR%%/lib-python/3/test/test_string_literals.py -%%PYPY_DIR%%/lib-python/3/test/test_stringprep.py -%%PYPY_DIR%%/lib-python/3/test/test_strptime.py -%%PYPY_DIR%%/lib-python/3/test/test_strtod.py -%%PYPY_DIR%%/lib-python/3/test/test_struct.py -%%PYPY_DIR%%/lib-python/3/test/test_structmembers.py -%%PYPY_DIR%%/lib-python/3/test/test_structseq.py -%%PYPY_DIR%%/lib-python/3/test/test_subclassinit.py -%%PYPY_DIR%%/lib-python/3/test/test_subprocess.py -%%PYPY_DIR%%/lib-python/3/test/test_sunau.py -%%PYPY_DIR%%/lib-python/3/test/test_sundry.py -%%PYPY_DIR%%/lib-python/3/test/test_super.py -%%PYPY_DIR%%/lib-python/3/test/test_support.py -%%PYPY_DIR%%/lib-python/3/test/test_symbol.py -%%PYPY_DIR%%/lib-python/3/test/test_symtable.py -%%PYPY_DIR%%/lib-python/3/test/test_syntax.py -%%PYPY_DIR%%/lib-python/3/test/test_sys.py -%%PYPY_DIR%%/lib-python/3/test/test_sys_setprofile.py -%%PYPY_DIR%%/lib-python/3/test/test_sys_settrace.py -%%PYPY_DIR%%/lib-python/3/test/test_sysconfig.py -%%PYPY_DIR%%/lib-python/3/test/test_sysconfig_pypy.py -%%PYPY_DIR%%/lib-python/3/test/test_syslog.py -%%PYPY_DIR%%/lib-python/3/test/test_tarfile.py -%%PYPY_DIR%%/lib-python/3/test/test_tcl.py -%%PYPY_DIR%%/lib-python/3/test/test_telnetlib.py -%%PYPY_DIR%%/lib-python/3/test/test_tempfile.py -%%PYPY_DIR%%/lib-python/3/test/test_textwrap.py -%%PYPY_DIR%%/lib-python/3/test/test_thread.py -%%PYPY_DIR%%/lib-python/3/test/test_threaded_import.py -%%PYPY_DIR%%/lib-python/3/test/test_threadedtempfile.py -%%PYPY_DIR%%/lib-python/3/test/test_threading.py -%%PYPY_DIR%%/lib-python/3/test/test_threading_local.py -%%PYPY_DIR%%/lib-python/3/test/test_threadsignals.py -%%PYPY_DIR%%/lib-python/3/test/test_time.py -%%PYPY_DIR%%/lib-python/3/test/test_timeit.py -%%PYPY_DIR%%/lib-python/3/test/test_timeout.py -%%PYPY_DIR%%/lib-python/3/test/test_tix.py -%%PYPY_DIR%%/lib-python/3/test/test_tk.py -%%PYPY_DIR%%/lib-python/3/test/test_tokenize.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_fixcid.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_gprof2html.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_i18n.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_md5sum.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_pdeps.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_pindent.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_reindent.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_sundry.py -%%PYPY_DIR%%/lib-python/3/test/test_tools/test_unparse.py -%%PYPY_DIR%%/lib-python/3/test/test_trace.py -%%PYPY_DIR%%/lib-python/3/test/test_traceback.py -%%PYPY_DIR%%/lib-python/3/test/test_tracemalloc.py -%%PYPY_DIR%%/lib-python/3/test/test_ttk_guionly.py -%%PYPY_DIR%%/lib-python/3/test/test_ttk_textonly.py -%%PYPY_DIR%%/lib-python/3/test/test_tuple.py -%%PYPY_DIR%%/lib-python/3/test/test_turtle.py -%%PYPY_DIR%%/lib-python/3/test/test_typechecks.py -%%PYPY_DIR%%/lib-python/3/test/test_types.py -%%PYPY_DIR%%/lib-python/3/test/test_typing.py -%%PYPY_DIR%%/lib-python/3/test/test_ucn.py -%%PYPY_DIR%%/lib-python/3/test/test_unary.py -%%PYPY_DIR%%/lib-python/3/test/test_unicode.py -%%PYPY_DIR%%/lib-python/3/test/test_unicode_file.py -%%PYPY_DIR%%/lib-python/3/test/test_unicode_file_functions.py -%%PYPY_DIR%%/lib-python/3/test/test_unicode_identifiers.py -%%PYPY_DIR%%/lib-python/3/test/test_unicodedata.py -%%PYPY_DIR%%/lib-python/3/test/test_unittest.py -%%PYPY_DIR%%/lib-python/3/test/test_univnewlines.py -%%PYPY_DIR%%/lib-python/3/test/test_unpack.py -%%PYPY_DIR%%/lib-python/3/test/test_unpack_ex.py -%%PYPY_DIR%%/lib-python/3/test/test_urllib.py -%%PYPY_DIR%%/lib-python/3/test/test_urllib2.py -%%PYPY_DIR%%/lib-python/3/test/test_urllib2_localnet.py -%%PYPY_DIR%%/lib-python/3/test/test_urllib2net.py -%%PYPY_DIR%%/lib-python/3/test/test_urllib_response.py -%%PYPY_DIR%%/lib-python/3/test/test_urllibnet.py -%%PYPY_DIR%%/lib-python/3/test/test_urlparse.py -%%PYPY_DIR%%/lib-python/3/test/test_userdict.py -%%PYPY_DIR%%/lib-python/3/test/test_userlist.py -%%PYPY_DIR%%/lib-python/3/test/test_userstring.py -%%PYPY_DIR%%/lib-python/3/test/test_utf8source.py -%%PYPY_DIR%%/lib-python/3/test/test_uu.py -%%PYPY_DIR%%/lib-python/3/test/test_uuid.py -%%PYPY_DIR%%/lib-python/3/test/test_venv.py -%%PYPY_DIR%%/lib-python/3/test/test_wait3.py -%%PYPY_DIR%%/lib-python/3/test/test_wait4.py -%%PYPY_DIR%%/lib-python/3/test/test_warnings/__init__.py -%%PYPY_DIR%%/lib-python/3/test/test_warnings/__main__.py -%%PYPY_DIR%%/lib-python/3/test/test_warnings/data/import_warning.py -%%PYPY_DIR%%/lib-python/3/test/test_warnings/data/stacklevel.py -%%PYPY_DIR%%/lib-python/3/test/test_wave.py -%%PYPY_DIR%%/lib-python/3/test/test_weakref.py -%%PYPY_DIR%%/lib-python/3/test/test_weakset.py -%%PYPY_DIR%%/lib-python/3/test/test_webbrowser.py -%%PYPY_DIR%%/lib-python/3/test/test_winconsoleio.py -%%PYPY_DIR%%/lib-python/3/test/test_winreg.py -%%PYPY_DIR%%/lib-python/3/test/test_winsound.py -%%PYPY_DIR%%/lib-python/3/test/test_with.py -%%PYPY_DIR%%/lib-python/3/test/test_wsgiref.py -%%PYPY_DIR%%/lib-python/3/test/test_xdrlib.py -%%PYPY_DIR%%/lib-python/3/test/test_xml_dom_minicompat.py -%%PYPY_DIR%%/lib-python/3/test/test_xml_etree.py -%%PYPY_DIR%%/lib-python/3/test/test_xml_etree_c.py -%%PYPY_DIR%%/lib-python/3/test/test_xmlrpc.py -%%PYPY_DIR%%/lib-python/3/test/test_xmlrpc_net.py -%%PYPY_DIR%%/lib-python/3/test/test_yield_from.py -%%PYPY_DIR%%/lib-python/3/test/test_zipapp.py -%%PYPY_DIR%%/lib-python/3/test/test_zipfile.py -%%PYPY_DIR%%/lib-python/3/test/test_zipfile64.py -%%PYPY_DIR%%/lib-python/3/test/test_zipimport.py -%%PYPY_DIR%%/lib-python/3/test/test_zipimport_support.py -%%PYPY_DIR%%/lib-python/3/test/test_zlib.py -%%PYPY_DIR%%/lib-python/3/test/testcodec.py -%%PYPY_DIR%%/lib-python/3/test/testtar.tar -%%PYPY_DIR%%/lib-python/3/test/tf_inherit_check.py -%%PYPY_DIR%%/lib-python/3/test/threaded_import_hangers.py -%%PYPY_DIR%%/lib-python/3/test/time_hashlib.py -%%PYPY_DIR%%/lib-python/3/test/tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt -%%PYPY_DIR%%/lib-python/3/test/tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt -%%PYPY_DIR%%/lib-python/3/test/tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt -%%PYPY_DIR%%/lib-python/3/test/tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt -%%PYPY_DIR%%/lib-python/3/test/tokenize_tests.txt -%%PYPY_DIR%%/lib-python/3/test/tracedmodules/__init__.py -%%PYPY_DIR%%/lib-python/3/test/tracedmodules/testmod.py -%%PYPY_DIR%%/lib-python/3/test/win_console_handler.py -%%PYPY_DIR%%/lib-python/3/test/xmltestdata/expat224_utf8_bug.xml -%%PYPY_DIR%%/lib-python/3/test/xmltestdata/simple-ns.xml -%%PYPY_DIR%%/lib-python/3/test/xmltestdata/simple.xml -%%PYPY_DIR%%/lib-python/3/test/xmltestdata/test.xml -%%PYPY_DIR%%/lib-python/3/test/xmltestdata/test.xml.out -%%PYPY_DIR%%/lib-python/3/test/xmltests.py -%%PYPY_DIR%%/lib-python/3/test/zip_cp437_header.zip -%%PYPY_DIR%%/lib-python/3/test/zipdir.zip -%%PYPY_DIR%%/lib-python/3/textwrap.py -%%PYPY_DIR%%/lib-python/3/this.py -%%PYPY_DIR%%/lib-python/3/threading.py -%%PYPY_DIR%%/lib-python/3/timeit.py -%%PYPY_DIR%%/lib-python/3/tkinter/__init__.py -%%PYPY_DIR%%/lib-python/3/tkinter/__main__.py -%%PYPY_DIR%%/lib-python/3/tkinter/colorchooser.py -%%PYPY_DIR%%/lib-python/3/tkinter/commondialog.py -%%PYPY_DIR%%/lib-python/3/tkinter/constants.py -%%PYPY_DIR%%/lib-python/3/tkinter/dialog.py -%%PYPY_DIR%%/lib-python/3/tkinter/dnd.py -%%PYPY_DIR%%/lib-python/3/tkinter/filedialog.py -%%PYPY_DIR%%/lib-python/3/tkinter/font.py -%%PYPY_DIR%%/lib-python/3/tkinter/messagebox.py -%%PYPY_DIR%%/lib-python/3/tkinter/scrolledtext.py -%%PYPY_DIR%%/lib-python/3/tkinter/simpledialog.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/README -%%PYPY_DIR%%/lib-python/3/tkinter/test/__init__.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/runtktests.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/support.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/__init__.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_font.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_geometry_managers.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_images.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_loadtk.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_misc.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_text.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_variables.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_tkinter/test_widgets.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_ttk/__init__.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_ttk/test_extensions.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_ttk/test_functions.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_ttk/test_style.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/test_ttk/test_widgets.py -%%PYPY_DIR%%/lib-python/3/tkinter/test/widget_tests.py -%%PYPY_DIR%%/lib-python/3/tkinter/tix.py -%%PYPY_DIR%%/lib-python/3/tkinter/ttk.py -%%PYPY_DIR%%/lib-python/3/token.py -%%PYPY_DIR%%/lib-python/3/tokenize.py -%%PYPY_DIR%%/lib-python/3/trace.py -%%PYPY_DIR%%/lib-python/3/traceback.py -%%PYPY_DIR%%/lib-python/3/tracemalloc.py -%%PYPY_DIR%%/lib-python/3/tty.py -%%PYPY_DIR%%/lib-python/3/turtle.py -%%PYPY_DIR%%/lib-python/3/turtledemo/__init__.py -%%PYPY_DIR%%/lib-python/3/turtledemo/__main__.py -%%PYPY_DIR%%/lib-python/3/turtledemo/bytedesign.py -%%PYPY_DIR%%/lib-python/3/turtledemo/chaos.py -%%PYPY_DIR%%/lib-python/3/turtledemo/clock.py -%%PYPY_DIR%%/lib-python/3/turtledemo/colormixer.py -%%PYPY_DIR%%/lib-python/3/turtledemo/forest.py -%%PYPY_DIR%%/lib-python/3/turtledemo/fractalcurves.py -%%PYPY_DIR%%/lib-python/3/turtledemo/lindenmayer.py -%%PYPY_DIR%%/lib-python/3/turtledemo/minimal_hanoi.py -%%PYPY_DIR%%/lib-python/3/turtledemo/nim.py -%%PYPY_DIR%%/lib-python/3/turtledemo/paint.py -%%PYPY_DIR%%/lib-python/3/turtledemo/peace.py -%%PYPY_DIR%%/lib-python/3/turtledemo/penrose.py -%%PYPY_DIR%%/lib-python/3/turtledemo/planet_and_moon.py -%%PYPY_DIR%%/lib-python/3/turtledemo/rosette.py -%%PYPY_DIR%%/lib-python/3/turtledemo/round_dance.py -%%PYPY_DIR%%/lib-python/3/turtledemo/sorting_animate.py -%%PYPY_DIR%%/lib-python/3/turtledemo/tree.py -%%PYPY_DIR%%/lib-python/3/turtledemo/turtle.cfg -%%PYPY_DIR%%/lib-python/3/turtledemo/two_canvases.py -%%PYPY_DIR%%/lib-python/3/turtledemo/yinyang.py -%%PYPY_DIR%%/lib-python/3/types.py -%%PYPY_DIR%%/lib-python/3/typing.py -%%PYPY_DIR%%/lib-python/3/unittest/__init__.py -%%PYPY_DIR%%/lib-python/3/unittest/__main__.py -%%PYPY_DIR%%/lib-python/3/unittest/case.py -%%PYPY_DIR%%/lib-python/3/unittest/loader.py -%%PYPY_DIR%%/lib-python/3/unittest/main.py -%%PYPY_DIR%%/lib-python/3/unittest/mock.py -%%PYPY_DIR%%/lib-python/3/unittest/result.py -%%PYPY_DIR%%/lib-python/3/unittest/runner.py -%%PYPY_DIR%%/lib-python/3/unittest/signals.py -%%PYPY_DIR%%/lib-python/3/unittest/suite.py -%%PYPY_DIR%%/lib-python/3/unittest/test/__init__.py -%%PYPY_DIR%%/lib-python/3/unittest/test/__main__.py -%%PYPY_DIR%%/lib-python/3/unittest/test/_test_warnings.py -%%PYPY_DIR%%/lib-python/3/unittest/test/dummy.py -%%PYPY_DIR%%/lib-python/3/unittest/test/support.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_assertions.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_break.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_case.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_discovery.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_functiontestcase.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_loader.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_program.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_result.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_runner.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_setups.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_skipping.py -%%PYPY_DIR%%/lib-python/3/unittest/test/test_suite.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/__init__.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/__main__.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/support.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testcallable.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testhelpers.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testmagicmethods.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testmock.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testpatch.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testsentinel.py -%%PYPY_DIR%%/lib-python/3/unittest/test/testmock/testwith.py -%%PYPY_DIR%%/lib-python/3/unittest/util.py -%%PYPY_DIR%%/lib-python/3/urllib/__init__.py -%%PYPY_DIR%%/lib-python/3/urllib/error.py -%%PYPY_DIR%%/lib-python/3/urllib/parse.py -%%PYPY_DIR%%/lib-python/3/urllib/request.py -%%PYPY_DIR%%/lib-python/3/urllib/response.py -%%PYPY_DIR%%/lib-python/3/urllib/robotparser.py -%%PYPY_DIR%%/lib-python/3/uu.py -%%PYPY_DIR%%/lib-python/3/uuid.py -%%PYPY_DIR%%/lib-python/3/venv/__init__.py -%%PYPY_DIR%%/lib-python/3/venv/__main__.py -%%PYPY_DIR%%/lib-python/3/venv/scripts/common/activate -%%PYPY_DIR%%/lib-python/3/venv/scripts/nt/Activate.ps1 -%%PYPY_DIR%%/lib-python/3/venv/scripts/nt/activate.bat -%%PYPY_DIR%%/lib-python/3/venv/scripts/nt/deactivate.bat -%%PYPY_DIR%%/lib-python/3/venv/scripts/posix/activate.csh -%%PYPY_DIR%%/lib-python/3/venv/scripts/posix/activate.fish -%%PYPY_DIR%%/lib-python/3/warnings.py -%%PYPY_DIR%%/lib-python/3/wave.py -%%PYPY_DIR%%/lib-python/3/weakref.py -%%PYPY_DIR%%/lib-python/3/webbrowser.py -%%PYPY_DIR%%/lib-python/3/wsgiref/__init__.py -%%PYPY_DIR%%/lib-python/3/wsgiref/handlers.py -%%PYPY_DIR%%/lib-python/3/wsgiref/headers.py -%%PYPY_DIR%%/lib-python/3/wsgiref/simple_server.py -%%PYPY_DIR%%/lib-python/3/wsgiref/util.py -%%PYPY_DIR%%/lib-python/3/wsgiref/validate.py -%%PYPY_DIR%%/lib-python/3/xdrlib.py -%%PYPY_DIR%%/lib-python/3/xml/__init__.py -%%PYPY_DIR%%/lib-python/3/xml/dom/NodeFilter.py -%%PYPY_DIR%%/lib-python/3/xml/dom/__init__.py -%%PYPY_DIR%%/lib-python/3/xml/dom/domreg.py -%%PYPY_DIR%%/lib-python/3/xml/dom/expatbuilder.py -%%PYPY_DIR%%/lib-python/3/xml/dom/minicompat.py -%%PYPY_DIR%%/lib-python/3/xml/dom/minidom.py -%%PYPY_DIR%%/lib-python/3/xml/dom/pulldom.py -%%PYPY_DIR%%/lib-python/3/xml/dom/xmlbuilder.py -%%PYPY_DIR%%/lib-python/3/xml/etree/ElementInclude.py -%%PYPY_DIR%%/lib-python/3/xml/etree/ElementPath.py -%%PYPY_DIR%%/lib-python/3/xml/etree/ElementTree.py -%%PYPY_DIR%%/lib-python/3/xml/etree/__init__.py -%%PYPY_DIR%%/lib-python/3/xml/etree/cElementTree.py -%%PYPY_DIR%%/lib-python/3/xml/parsers/__init__.py -%%PYPY_DIR%%/lib-python/3/xml/parsers/expat.py -%%PYPY_DIR%%/lib-python/3/xml/sax/__init__.py -%%PYPY_DIR%%/lib-python/3/xml/sax/_exceptions.py -%%PYPY_DIR%%/lib-python/3/xml/sax/expatreader.py -%%PYPY_DIR%%/lib-python/3/xml/sax/handler.py -%%PYPY_DIR%%/lib-python/3/xml/sax/saxutils.py -%%PYPY_DIR%%/lib-python/3/xml/sax/xmlreader.py -%%PYPY_DIR%%/lib-python/3/xmlrpc/__init__.py -%%PYPY_DIR%%/lib-python/3/xmlrpc/client.py -%%PYPY_DIR%%/lib-python/3/xmlrpc/server.py -%%PYPY_DIR%%/lib-python/3/zipapp.py -%%PYPY_DIR%%/lib-python/3/zipfile.py -%%PYPY_DIR%%/lib_pypy/__init__.py -%%PYPY_DIR%%/lib_pypy/_audioop_build.py -%%PYPY_DIR%%/lib_pypy/_audioop_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_blake2/__init__.py -%%PYPY_DIR%%/lib_pypy/_blake2/_blake2_build.py -%%PYPY_DIR%%/lib_pypy/_blake2/_blake2b_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_blake2/_blake2s_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2-config.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2-impl.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2b-load-sse2.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2b-load-sse41.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2b-ref.c -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2b-round.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2b.c -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2s-load-sse2.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2s-load-sse41.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2s-load-xop.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2s-ref.c -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2s-round.h -%%PYPY_DIR%%/lib_pypy/_blake2/impl/blake2s.c -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/LICENSE -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/README.md -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/build_constant_time.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/build_openssl.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/build_padding.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/constant_time.c -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/constant_time.h -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/padding.c -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/hazmat_src/padding.h -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/aes.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/asn1.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/bignum.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/bio.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/callbacks.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/cmac.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/conf.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/crypto.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/cryptography.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/ct.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/dh.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/dsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/ec.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/ecdh.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/ecdsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/engine.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/err.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/evp.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/fips.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/hmac.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/nid.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/objects.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/ocsp.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/opensslv.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/osrandom_engine.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/pem.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/pkcs12.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/pkcs7.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/pypy_win32_extra.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/rand.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/rsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/src/osrandom_engine.c -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/src/osrandom_engine.h -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/ssl.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/x509.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/x509_vfy.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/x509name.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/x509v3.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/utils.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/certificate.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/error.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/errorcodes.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/utility.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/win32_extra.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/__about__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/exceptions.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/fernet.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/_oid.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/interfaces.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/aead.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/backend.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/ciphers.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/cmac.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/decode_asn1.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/dh.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/dsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/ec.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/ed25519.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/ed448.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/encode_asn1.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/hashes.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/hmac.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/ocsp.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/poly1305.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/rsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/utils.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/x25519.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/x448.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/backends/openssl/x509.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/bindings/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/bindings/openssl/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/bindings/openssl/_conditional.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/bindings/openssl/binding.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/dh.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/dsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/ec.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/ed25519.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/ed448.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/padding.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/rsa.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/utils.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/x25519.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/asymmetric/x448.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/ciphers/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/ciphers/aead.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/ciphers/algorithms.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/ciphers/base.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/ciphers/modes.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/cmac.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/constant_time.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/hashes.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/hmac.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/concatkdf.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/hkdf.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/kbkdf.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/pbkdf2.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/scrypt.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/kdf/x963kdf.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/keywrap.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/padding.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/poly1305.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/serialization/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/serialization/base.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/serialization/pkcs12.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/serialization/ssh.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/twofactor/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/twofactor/hotp.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/twofactor/totp.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/hazmat/primitives/twofactor/utils.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/utils.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/__init__.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/base.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/certificate_transparency.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/extensions.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/general_name.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/name.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/ocsp.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/cryptography/x509/oid.py -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/openssl/src/osrandom_engine.c -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/openssl/src/osrandom_engine.h -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/osx-roots.diff -%%PYPY_DIR%%/lib_pypy/_cffi_ssl/tools/make_ssl_data.py -%%PYPY_DIR%%/lib_pypy/_codecs_cn.py -%%PYPY_DIR%%/lib_pypy/_codecs_hk.py -%%PYPY_DIR%%/lib_pypy/_codecs_iso2022.py -%%PYPY_DIR%%/lib_pypy/_codecs_jp.py -%%PYPY_DIR%%/lib_pypy/_codecs_kr.py -%%PYPY_DIR%%/lib_pypy/_codecs_tw.py -%%PYPY_DIR%%/lib_pypy/_collections.py -%%PYPY_DIR%%/lib_pypy/_crypt/__init__.py -%%PYPY_DIR%%/lib_pypy/_ctypes/__init__.py -%%PYPY_DIR%%/lib_pypy/_ctypes/array.py -%%PYPY_DIR%%/lib_pypy/_ctypes/basics.py -%%PYPY_DIR%%/lib_pypy/_ctypes/builtin.py -%%PYPY_DIR%%/lib_pypy/_ctypes/dll.py -%%PYPY_DIR%%/lib_pypy/_ctypes/dummy.py -%%PYPY_DIR%%/lib_pypy/_ctypes/function.py -%%PYPY_DIR%%/lib_pypy/_ctypes/keepalive.txt -%%PYPY_DIR%%/lib_pypy/_ctypes/pointer.py -%%PYPY_DIR%%/lib_pypy/_ctypes/primitive.py -%%PYPY_DIR%%/lib_pypy/_ctypes/structure.py -%%PYPY_DIR%%/lib_pypy/_ctypes/union.py -%%PYPY_DIR%%/lib_pypy/_ctypes_test.c -%%PYPY_DIR%%/lib_pypy/_ctypes_test.py -%%PYPY_DIR%%/lib_pypy/_curses.py -%%PYPY_DIR%%/lib_pypy/_curses_build.py -%%PYPY_DIR%%/lib_pypy/_curses_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_curses_panel.py -%%PYPY_DIR%%/lib_pypy/_dbm.py -%%PYPY_DIR%%/lib_pypy/_decimal.py -%%PYPY_DIR%%/lib_pypy/_decimal_build.py -%%PYPY_DIR%%/lib_pypy/_decimal_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_ffi.py -%%PYPY_DIR%%/lib_pypy/_functools.py -%%PYPY_DIR%%/lib_pypy/_gdbm.py -%%PYPY_DIR%%/lib_pypy/_gdbm_build.py -%%PYPY_DIR%%/lib_pypy/_hashlib/__init__.py -%%PYPY_DIR%%/lib_pypy/_libmpdec/basearith.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/basearith.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/bits.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/constants.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/constants.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/context.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/convolute.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/convolute.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/crt.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/crt.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/difradix2.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/difradix2.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/fnt.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/fnt.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/fourstep.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/fourstep.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/io.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/io.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/memory.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/memory.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/mpdecimal.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/mpdecimal.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/numbertheory.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/numbertheory.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/sixstep.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/sixstep.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/transpose.c -%%PYPY_DIR%%/lib_pypy/_libmpdec/transpose.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/typearith.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/umodarith.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/vccompat.h -%%PYPY_DIR%%/lib_pypy/_libmpdec/vcdiv64.asm -%%PYPY_DIR%%/lib_pypy/_libmpdec/vcstdint.h -%%PYPY_DIR%%/lib_pypy/_lzma.py -%%PYPY_DIR%%/lib_pypy/_lzma_build.py -%%PYPY_DIR%%/lib_pypy/_lzma_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_marshal.py -%%PYPY_DIR%%/lib_pypy/_md5.py -%%PYPY_DIR%%/lib_pypy/_overlapped.py -%%PYPY_DIR%%/lib_pypy/_pwdgrp_build.py -%%PYPY_DIR%%/lib_pypy/_pwdgrp_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_pypy_interact.py -%%PYPY_DIR%%/lib_pypy/_pypy_irc_topic.py -%%PYPY_DIR%%/lib_pypy/_pypy_openssl.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_pypy_openssl.c -%%PYPY_DIR%%/lib_pypy/_pypy_testcapi.py -%%PYPY_DIR%%/lib_pypy/_pypy_wait.py -%%PYPY_DIR%%/lib_pypy/_pypy_winbase_build.py -%%PYPY_DIR%%/lib_pypy/_pypy_winbase_cffi.py -%%PYPY_DIR%%/lib_pypy/_resource_build.py -%%PYPY_DIR%%/lib_pypy/_resource_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_scproxy.py -%%PYPY_DIR%%/lib_pypy/_sha1.py -%%PYPY_DIR%%/lib_pypy/_sha256.py -%%PYPY_DIR%%/lib_pypy/_sha3/__init__.py -%%PYPY_DIR%%/lib_pypy/_sha3/_sha3_build.py -%%PYPY_DIR%%/lib_pypy/_sha3/_sha3_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakHash.c -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakHash.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-64.macros -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-SnP-opt32.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-SnP-opt64.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-SnP.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-inplace32BI.c -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-opt64-config.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-opt64.c -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakP-1600-unrolling.macros -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakSponge.c -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakSponge.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/KeccakSponge.inc -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/PlSnP-Fallback.inc -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/SnP-Relaned.h -%%PYPY_DIR%%/lib_pypy/_sha3/kcp/align.h -%%PYPY_DIR%%/lib_pypy/_sha512.py -%%PYPY_DIR%%/lib_pypy/_sqlite3.py -%%PYPY_DIR%%/lib_pypy/_sqlite3_build.py -%%PYPY_DIR%%/lib_pypy/_ssl/__init__.py -%%PYPY_DIR%%/lib_pypy/_ssl_build.py -%%PYPY_DIR%%/lib_pypy/_structseq.py -%%PYPY_DIR%%/lib_pypy/_sysconfigdata.py -%%PYPY_DIR%%/lib_pypy/_syslog_build.py -%%PYPY_DIR%%/lib_pypy/_syslog_cffi.%%PYPY_CFFI_VER%%.so -%%PYPY_DIR%%/lib_pypy/_testcapi.py -%%PYPY_DIR%%/lib_pypy/_testcapimodule.c -%%PYPY_DIR%%/lib_pypy/_testmultiphase.c -%%PYPY_DIR%%/lib_pypy/_testmultiphase.py -%%PYPY_DIR%%/lib_pypy/_tkinter/__init__.py -%%PYPY_DIR%%/lib_pypy/_tkinter/app.py -%%PYPY_DIR%%/lib_pypy/_tkinter/license.terms -%%PYPY_DIR%%/lib_pypy/_tkinter/tclobj.py -%%PYPY_DIR%%/lib_pypy/_tkinter/tklib_build.py -%%PYPY_DIR%%/lib_pypy/_winapi.py -%%PYPY_DIR%%/lib_pypy/audioop.py -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/PKG-INFO -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/SOURCES.txt -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/dependency_links.txt -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/entry_points.txt -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/not-zip-safe -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/requires.txt -%%PYPY_DIR%%/lib_pypy/cffi.egg-info/top_level.txt -%%PYPY_DIR%%/lib_pypy/cffi/__init__.py -%%PYPY_DIR%%/lib_pypy/cffi/_cffi_errors.h -%%PYPY_DIR%%/lib_pypy/cffi/_cffi_include.h -%%PYPY_DIR%%/lib_pypy/cffi/_embedding.h -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/README -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/__init__.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/_ast_gen.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/_build_tables.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/_c_ast.cfg -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ast_transforms.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/c_ast.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/c_generator.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/c_lexer.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/c_parser.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/lextab.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/LICENSE -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/__init__.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/cpp.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/ctokens.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/lex.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/yacc.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/ygen.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/plyparser.py -%%PYPY_DIR%%/lib_pypy/cffi/_pycparser/yacctab.py -%%PYPY_DIR%%/lib_pypy/cffi/api.py -%%PYPY_DIR%%/lib_pypy/cffi/backend_ctypes.py -%%PYPY_DIR%%/lib_pypy/cffi/cffi_opcode.py -%%PYPY_DIR%%/lib_pypy/cffi/commontypes.py -%%PYPY_DIR%%/lib_pypy/cffi/cparser.py -%%PYPY_DIR%%/lib_pypy/cffi/error.py -%%PYPY_DIR%%/lib_pypy/cffi/ffiplatform.py -%%PYPY_DIR%%/lib_pypy/cffi/gc_weakref.py -%%PYPY_DIR%%/lib_pypy/cffi/lock.py -%%PYPY_DIR%%/lib_pypy/cffi/model.py -%%PYPY_DIR%%/lib_pypy/cffi/parse_c_type.h -%%PYPY_DIR%%/lib_pypy/cffi/pkgconfig.py -%%PYPY_DIR%%/lib_pypy/cffi/recompiler.py -%%PYPY_DIR%%/lib_pypy/cffi/setuptools_ext.py -%%PYPY_DIR%%/lib_pypy/cffi/testing/__init__.py -%%PYPY_DIR%%/lib_pypy/cffi/testing/udir.py -%%PYPY_DIR%%/lib_pypy/cffi/vengine_cpy.py -%%PYPY_DIR%%/lib_pypy/cffi/vengine_gen.py -%%PYPY_DIR%%/lib_pypy/cffi/verifier.py -%%PYPY_DIR%%/lib_pypy/ctypes_config_cache/.empty -%%PYPY_DIR%%/lib_pypy/ctypes_support.py -%%PYPY_DIR%%/lib_pypy/faulthandler.py -%%PYPY_DIR%%/lib_pypy/future_builtins.py -%%PYPY_DIR%%/lib_pypy/greenlet.egg-info -%%PYPY_DIR%%/lib_pypy/greenlet.py -%%PYPY_DIR%%/lib_pypy/grp.py -%%PYPY_DIR%%/lib_pypy/identity_dict.py -%%PYPY_DIR%%/lib_pypy/marshal.py -%%PYPY_DIR%%/lib_pypy/msvcrt.py -%%PYPY_DIR%%/lib_pypy/pyrepl/__init__.py -%%PYPY_DIR%%/lib_pypy/pyrepl/_minimal_curses.py -%%PYPY_DIR%%/lib_pypy/pyrepl/cmdrepl.py -%%PYPY_DIR%%/lib_pypy/pyrepl/commands.py -%%PYPY_DIR%%/lib_pypy/pyrepl/completer.py -%%PYPY_DIR%%/lib_pypy/pyrepl/completing_reader.py -%%PYPY_DIR%%/lib_pypy/pyrepl/console.py -%%PYPY_DIR%%/lib_pypy/pyrepl/copy_code.py -%%PYPY_DIR%%/lib_pypy/pyrepl/curses.py -%%PYPY_DIR%%/lib_pypy/pyrepl/fancy_termios.py -%%PYPY_DIR%%/lib_pypy/pyrepl/historical_reader.py -%%PYPY_DIR%%/lib_pypy/pyrepl/input.py -%%PYPY_DIR%%/lib_pypy/pyrepl/keymap.py -%%PYPY_DIR%%/lib_pypy/pyrepl/keymaps.py -%%PYPY_DIR%%/lib_pypy/pyrepl/module_lister.py -%%PYPY_DIR%%/lib_pypy/pyrepl/pygame_console.py -%%PYPY_DIR%%/lib_pypy/pyrepl/pygame_keymap.py -%%PYPY_DIR%%/lib_pypy/pyrepl/python_reader.py -%%PYPY_DIR%%/lib_pypy/pyrepl/reader.py -%%PYPY_DIR%%/lib_pypy/pyrepl/readline.py -%%PYPY_DIR%%/lib_pypy/pyrepl/simple_interact.py -%%PYPY_DIR%%/lib_pypy/pyrepl/trace.py -%%PYPY_DIR%%/lib_pypy/pyrepl/unicodedata_.py -%%PYPY_DIR%%/lib_pypy/pyrepl/unix_console.py -%%PYPY_DIR%%/lib_pypy/pyrepl/unix_eventqueue.py -%%PYPY_DIR%%/lib_pypy/readline.egg-info -%%PYPY_DIR%%/lib_pypy/readline.py -%%PYPY_DIR%%/lib_pypy/resource.py -%%PYPY_DIR%%/lib_pypy/stackless.py -%%PYPY_DIR%%/lib_pypy/syslog.py -%%PYPY_DIR%%/lib_pypy/testcapi_long.h -%%PYPY_DIR%%/lib_pypy/tputil.py -%%PYPY_DIR%%/site-packages/README -@dir %%PYPY_DIR%%/lib-python/3/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/collections/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/ctypes/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/curses/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/distutils/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/distutils/command/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/email/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/encodings/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/ensurepip/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/html/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/http/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/importlib/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/json/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/logging/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/urllib/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/xml/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/xml/etree/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/xml/parsers/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/xml/sax/__pycache__ -@dir %%PYPY_DIR%%/lib-python/3/xmlrpc/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_blake2/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_cffi_ssl/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_cffi_src/openssl/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_cffi_ssl/_stdssl/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_ctypes/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_hashlib/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_sha3/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/_ssl/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/cffi/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/cffi/_pycparser/__pycache__ -@dir %%PYPY_DIR%%/lib_pypy/cffi/_pycparser/ply/__pycache__ diff --git a/lang/ruby26/Makefile b/lang/ruby26/Makefile index 06393d6096e..25f90997ef2 100644 --- a/lang/ruby26/Makefile +++ b/lang/ruby26/Makefile @@ -93,7 +93,7 @@ CONFIGURE_ARGS+=--disable-dtrace .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*}) +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/lang/ruby30/Makefile b/lang/ruby30/Makefile index 7c2fbf477d3..ced14b11cad 100644 --- a/lang/ruby30/Makefile +++ b/lang/ruby30/Makefile @@ -92,7 +92,7 @@ _SUF2= ,${PORTEPOCH} #.endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH:Mpowerpc64*}) +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/lang/rust-bootstrap/Makefile b/lang/rust-bootstrap/Makefile index 15521fd1091..9ad0485444c 100644 --- a/lang/rust-bootstrap/Makefile +++ b/lang/rust-bootstrap/Makefile @@ -2,8 +2,7 @@ # to upload them to ~/public_distfiles on freefall in preparation # for the next lang/rust update. PORTNAME= rust -PORTVERSION= 1.52.1 -PORTREVISION= 1 +PORTVERSION= 1.53.0 CATEGORIES= lang MASTER_SITES= https://static.rust-lang.org/dist/:rust \ LOCAL/tobik/rust:${FLAVOR} \ diff --git a/lang/rust-bootstrap/distinfo b/lang/rust-bootstrap/distinfo index e694513bfa1..02917e8e12a 100644 --- a/lang/rust-bootstrap/distinfo +++ b/lang/rust-bootstrap/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620658815 -SHA256 (rust/rustc-1.52.1-src.tar.xz) = 521bbaebce262264e44acb164d327cba27acf6f08bd7de672d8d1e16e7ed959e -SIZE (rust/rustc-1.52.1-src.tar.xz) = 115109508 +TIMESTAMP = 1624031696 +SHA256 (rust/rustc-1.53.0-src.tar.xz) = e53a2df2c2c26f8929d551852eeae242b9a6167fba34481f92010b30def32dec +SIZE (rust/rustc-1.53.0-src.tar.xz) = 115686332 SHA256 (rust/bootstrap/FreeBSD-12.2-RELEASE-arm64.tar.xz) = 3f82224fbcc6b2a2e1a1358cec5f32c0a08b5c5e6796e1a998369eb624a11cf3 SIZE (rust/bootstrap/FreeBSD-12.2-RELEASE-arm64.tar.xz) = 158493712 SHA256 (rust/bootstrap/FreeBSD-11.4-RELEASE-amd64.tar.xz) = 3bac8257bdd5e5b071f7b80cc591ebecd01b9314ca7839a2903096cbf82169f9 diff --git a/lang/seed7/Makefile b/lang/seed7/Makefile index 9acd6a28e13..815dd8aaf08 100644 --- a/lang/seed7/Makefile +++ b/lang/seed7/Makefile @@ -1,7 +1,7 @@ # Created by: gahr PORTNAME= seed7 -DISTVERSION= 05_20210425 +DISTVERSION= 05_20210627 PORTREVISION= 0 CATEGORIES= lang MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME}/ diff --git a/lang/seed7/distinfo b/lang/seed7/distinfo index 9db34aae7a9..53fa22601a6 100644 --- a/lang/seed7/distinfo +++ b/lang/seed7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619523014 -SHA256 (seed7_05_20210425.tgz) = fcd85d4596c4832cf157ea148cd4819ec2d1de8d5e75ae7b7221aad7d2fab3a1 -SIZE (seed7_05_20210425.tgz) = 3539438 +TIMESTAMP = 1624868974 +SHA256 (seed7_05_20210627.tgz) = 8e7ad8d340266c2bea84c29d9e3f923751922075001fc30d94a3d87b431b48c3 +SIZE (seed7_05_20210627.tgz) = 3588156 diff --git a/lang/seed7/pkg-plist b/lang/seed7/pkg-plist index aa2a8e3aa72..9c7773200d7 100644 --- a/lang/seed7/pkg-plist +++ b/lang/seed7/pkg-plist @@ -171,6 +171,7 @@ lib/seed7/lib/pixmapfont.s7i lib/seed7/lib/pkcs1.s7i lib/seed7/lib/png.s7i lib/seed7/lib/poll.s7i +lib/seed7/lib/ppm.s7i lib/seed7/lib/process.s7i lib/seed7/lib/progs.s7i lib/seed7/lib/propertyfile.s7i diff --git a/lang/spidermonkey185/Makefile b/lang/spidermonkey185/Makefile deleted file mode 100644 index 1cc54bc5296..00000000000 --- a/lang/spidermonkey185/Makefile +++ /dev/null @@ -1,129 +0,0 @@ -# Created by: Kubilay Kocak - -PORTNAME= spidermonkey185 -PORTVERSION= 1.8.5 -PORTREVISION= 5 -CATEGORIES= lang -MASTER_SITES= MOZILLA/js -DISTNAME= js185-1.0.0 - -MAINTAINER= koobs@FreeBSD.org -COMMENT= Standalone JavaScript (1.8.5) interpreter from Mozilla - -BUILD_DEPENDS= zip:archivers/zip \ - autoconf-2.13:devel/autoconf213 -LIB_DEPENDS= libnspr4.so:devel/nspr - -USES= gmake pathfix perl5 pkgconfig python:2.7,build -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5= build - -WRKSRC= ${WRKDIR}/js-${PORTVERSION}/js/src - -BROKEN_aarch64= Does not compile: error: cacheFlush support is missing on this platform -BROKEN_mips64= Does not compile: error: const union jsval_layout has no member named word -BROKEN_riscv64= Does not compile: jsiter.cpp:270:16: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' -BROKEN_sparc64= Does not build: fails to link -BROKEN_FreeBSD_13= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' -BROKEN_FreeBSD_14= does not compile: cannot initialize return object of type 'bool' with an rvalue of type 'nullptr_t' - -NOT_FOR_ARCHS= powerpc powerpc64 -NOT_FOR_ARCHS_REASON= PowerPC is not supported - -CONFIGURE_ARGS= --with-pthreads \ - --with-system-nspr - -# This comes from bsd.gecko.mk, fixes linking issues on 9.0 and higher. -post-configure: - ${ECHO_CMD} "fenv.h" >> ${WRKSRC}/config/system-headers - ${ECHO_CMD} "pthread_np.h" >> ${WRKSRC}/config/system-headers - -OPTIONS_DEFINE= DEBUG GCZEAL JEMALLOC METHODJIT OPTIMIZE READLINE \ - THREADSAFE TRACEJIT UTF8 \ - -OPTIONS_DEFAULT= METHODJIT OPTIMIZE READLINE THREADSAFE TRACEJIT - -GCZEAL_DESC= Enable Zealous garbage collecting -JEMALLOC_DESC= Use jemalloc as memory allocator -METHODJIT_DESC= Enable method JIT support -OPTIMIZE_DESC= Enable compiler optimizations -READLINE_DESC= Link js shell to system readline library -THREADSAFE_DESC= Enable multiple thread support -TRACEJIT_DESC= Enable tracing JIT support -UTF8_DESC= Treat strings as UTF8 instead of ISO-8859-1 - -DEBUG_CONFIGURE_ENABLE= debug -DEBUG_CONFIGURE_ON= --enable-debug-sumbols -GCZEAL_CONFIGURE_ENABLE= gczeal -JEMALLOC_CONFIGURE_ENABLE= jemalloc -METHODJIT_CONFIGURE_ENABLE= methodjit -OPTIMIZE_CONFIGURE_ENABLE= optimize -READLINE_CONFIGURE_ENABLE= readline -READLINE_USES= readline -THREADSAFE_CONFIGURE_ENABLE= threadsafe -TRACEJIT_CONFIGURE_ENABLE= tracejit -UTF8_CFLAGS= -DJS_C_STRINGS_ARE_UTF8 - -.include - -.if ${ARCH} == amd64 -CONFIGURE_TARGET= x86_64-portbld-freebsd${OSREL} -.endif - -.if ${ARCH} == "amd64" -PLIST_SUB+= AMD64="" -.else -PLIST_SUB+= AMD64="@comment " -.endif - -.if ${ARCH} == "i386" -PLIST_SUB+= I386="" -.else -PLIST_SUB+= I386="@comment " -.endif - -.if ${ARCH} == "arm" -PLIST_SUB+= ARM="" -.else -PLIST_SUB+= ARM="@comment " -.endif - -.if ${ARCH} == "mips" -PLIST_SUB+= MIPS="" -.else -PLIST_SUB+= MIPS="@comment " -.endif - -.if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -PLIST_SUB+= PPC="" -.else -PLIST_SUB+= PPC="@comment " -.endif - -.if ${ARCH} == "sparc64" -PLIST_SUB+= SPARC="" -.else -PLIST_SUB+= SPARC="@comment " -.endif - -pre-configure: - (cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf-2.13) - -do-test: - @${ECHO_MSG} -n "===> Running jstests.py: " - @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} tests/jstests.py \ - --no-progress --worker-count=${MAKE_JOBS_NUMBER} ./js -.if ${PORT_OPTIONS:MMETHODJIT} || ${PORT_OPTIONS:MTRACEJIT} - @${ECHO_MSG} -n "===> Running jit_test.py: " - @cd ${WRKSRC} && ${SETENV} TZ=PST8PDT ${PYTHON_CMD} jit-test/jit_test.py \ - --no-progress --jitflags=,m,j,mj,mjp,am,amj,amjp,amd ./js -.endif - -post-install: - ${LN} -sf libmozjs185.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libmozjs185.so - ${LN} -sf libmozjs185.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libmozjs185.so.1 - ${LN} -sf libmozjs185.so.1.0.0 ${STAGEDIR}${PREFIX}/lib/libmozjs185.so.1.0 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libmozjs185.so.1.0.0 - -.include diff --git a/lang/spidermonkey185/distinfo b/lang/spidermonkey185/distinfo deleted file mode 100644 index ac820e9f43a..00000000000 --- a/lang/spidermonkey185/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (js185-1.0.0.tar.gz) = 5d12f7e1f5b4a99436685d97b9b7b75f094d33580227aa998c406bbae6f2a687 -SIZE (js185-1.0.0.tar.gz) = 6164605 diff --git a/lang/spidermonkey185/files/patch-assembler_jit_ExecutableAllocator.h b/lang/spidermonkey185/files/patch-assembler_jit_ExecutableAllocator.h deleted file mode 100644 index 94770e43505..00000000000 --- a/lang/spidermonkey185/files/patch-assembler_jit_ExecutableAllocator.h +++ /dev/null @@ -1,14 +0,0 @@ ---- assembler/jit/ExecutableAllocator.h.orig 2016-09-07 UTC -+++ assembler/jit/ExecutableAllocator.h -@@ -391,6 +391,11 @@ public: - { - CacheRangeFlush(code, size, CACHE_SYNC_ALL); - } -+#elif WTF_CPU_ARM_TRADITIONAL && WTF_PLATFORM_FREEBSD -+ static void cacheFlush(void* code, size_t size) -+ { -+ __clear_cache(code, reinterpret_cast(code) + size); -+ } - #else - #error "The cacheFlush support is missing on this platform." - #endif diff --git a/lang/spidermonkey185/files/patch-assembler_wtf_Platform.h b/lang/spidermonkey185/files/patch-assembler_wtf_Platform.h deleted file mode 100644 index 9556c0f7e63..00000000000 --- a/lang/spidermonkey185/files/patch-assembler_wtf_Platform.h +++ /dev/null @@ -1,18 +0,0 @@ ---- ./assembler/wtf/Platform.h.orig 2016-09-07 UTC -+++ ./assembler/wtf/Platform.h -@@ -213,6 +213,7 @@ - #elif defined(__ARM_ARCH_6__) \ - || defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6T2__) \ -@@ -243,6 +244,7 @@ - - #elif defined(__ARM_ARCH_6J__) \ - || defined(__ARM_ARCH_6K__) \ -+ || defined(__ARM_ARCH_6KZ__) \ - || defined(__ARM_ARCH_6Z__) \ - || defined(__ARM_ARCH_6ZK__) \ - || defined(__ARM_ARCH_6M__) diff --git a/lang/spidermonkey185/files/patch-bug771281 b/lang/spidermonkey185/files/patch-bug771281 deleted file mode 100644 index 1b59e5dfeaf..00000000000 --- a/lang/spidermonkey185/files/patch-bug771281 +++ /dev/null @@ -1,1839 +0,0 @@ -diff -ruN src/shell/Makefile.in src.new/shell/Makefile.in ---- shell/Makefile.in 2011-04-01 06:08:36.000000000 +1100 -+++ shell/Makefile.in 2013-03-23 22:01:26.876752286 +1100 -@@ -47,7 +47,6 @@ - PROGRAM = js$(BIN_SUFFIX) - CPPSRCS = \ - js.cpp \ -- jsworkers.cpp \ - $(NULL) - - DEFINES += -DEXPORT_JS_API -diff -ruN src/shell/js.cpp src.new/shell/js.cpp ---- shell/js.cpp 2011-04-01 06:08:36.000000000 +1100 -+++ shell/js.cpp 2013-03-23 22:02:46.436700725 +1100 -@@ -91,8 +91,6 @@ - #endif /* JSDEBUGGER_C_UI */ - #endif /* JSDEBUGGER */ - --#include "jsworkers.h" -- - #include "jsinterpinlines.h" - #include "jsobjinlines.h" - #include "jsscriptinlines.h" -@@ -194,10 +192,6 @@ - JSBool gQuitting = JS_FALSE; - FILE *gErrFile = NULL; - FILE *gOutFile = NULL; --#ifdef JS_THREADSAFE --JSObject *gWorkers = NULL; --js::workers::ThreadPool *gWorkerThreadPool = NULL; --#endif - - static JSBool reportWarnings = JS_TRUE; - static JSBool compileOnly = JS_FALSE; -@@ -1315,10 +1309,6 @@ - JS_ConvertArguments(cx, argc, JS_ARGV(cx, vp), "/ i", &gExitCode); - - gQuitting = JS_TRUE; --#ifdef JS_THREADSAFE -- if (gWorkerThreadPool) -- js::workers::terminateAll(JS_GetRuntime(cx), gWorkerThreadPool); --#endif - return JS_FALSE; - } - -@@ -4150,10 +4140,6 @@ - gCanceled = true; - if (gExitCode == 0) - gExitCode = EXITCODE_TIMEOUT; --#ifdef JS_THREADSAFE -- if (gWorkerThreadPool) -- js::workers::terminateAll(rt, gWorkerThreadPool); --#endif - JS_TriggerAllOperationCallbacks(rt); - - static const char msg[] = "Script runs for too long, terminating.\n"; -@@ -5681,29 +5667,8 @@ - #endif /* JSDEBUGGER_C_UI */ - #endif /* JSDEBUGGER */ - --#ifdef JS_THREADSAFE -- class ShellWorkerHooks : public js::workers::WorkerHooks { -- public: -- JSObject *newGlobalObject(JSContext *cx) { -- return NewGlobalObject(cx, NEW_COMPARTMENT); -- } -- }; -- ShellWorkerHooks hooks; -- if (!JS_AddNamedObjectRoot(cx, &gWorkers, "Workers") || -- (gWorkerThreadPool = js::workers::init(cx, &hooks, glob, &gWorkers)) == NULL) { -- return 1; -- } --#endif -- - int result = ProcessArgs(cx, glob, argv, argc); - --#ifdef JS_THREADSAFE -- js::workers::finish(cx, gWorkerThreadPool); -- JS_RemoveObjectRoot(cx, &gWorkers); -- if (result == 0) -- result = gExitCode; --#endif -- - #ifdef JSDEBUGGER - if (jsdc) { - #ifdef JSDEBUGGER_C_UI -diff -ruN src/shell/jsworkers.cpp src.new/shell/jsworkers.cpp ---- shell/jsworkers.cpp 2011-04-01 06:08:36.000000000 +1100 -+++ shell/jsworkers.cpp 1970-01-01 10:00:00.000000000 +1000 -@@ -1,1280 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- -- * vim: set ts=8 sw=4 et tw=99: -- * -- * ***** BEGIN LICENSE BLOCK ***** -- * Version: MPL 1.1/GPL 2.0/LGPL 2.1 -- * -- * The contents of this file are subject to the Mozilla Public License Version -- * 1.1 (the "License"); you may not use this file except in compliance with -- * the License. You may obtain a copy of the License at -- * http://www.mozilla.org/MPL/ -- * -- * Software distributed under the License is distributed on an "AS IS" basis, -- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -- * for the specific language governing rights and limitations under the -- * License. -- * -- * The Original Code is JavaScript shell workers. -- * -- * The Initial Developer of the Original Code is -- * Mozilla Corporation. -- * Portions created by the Initial Developer are Copyright (C) 2010 -- * the Initial Developer. All Rights Reserved. -- * -- * Contributor(s): -- * Jason Orendorff -- * -- * Alternatively, the contents of this file may be used under the terms of -- * either of the GNU General Public License Version 2 or later (the "GPL"), -- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -- * in which case the provisions of the GPL or the LGPL are applicable instead -- * of those above. If you wish to allow use of your version of this file only -- * under the terms of either the GPL or the LGPL, and not to allow others to -- * use your version of this file under the terms of the MPL, indicate your -- * decision by deleting the provisions above and replace them with the notice -- * and other provisions required by the GPL or the LGPL. If you do not delete -- * the provisions above, a recipient may use your version of this file under -- * the terms of any one of the MPL, the GPL or the LGPL. -- * -- * ***** END LICENSE BLOCK ***** */ -- --#ifdef JS_THREADSAFE -- --#include --#include --#include "prthread.h" --#include "prlock.h" --#include "prcvar.h" --#include "jsapi.h" --#include "jscntxt.h" --#include "jshashtable.h" --#include "jsstdint.h" --#include "jslock.h" --#include "jsvector.h" --#include "jsworkers.h" -- --extern size_t gMaxStackSize; -- --/* -- * JavaScript shell workers. -- * -- * == Object lifetime rules == -- * -- * - The ThreadPool lasts from init() to finish(). -- * -- * - The ThreadPool owns the MainQueue and the WorkerQueue. Those live from -- * the time the first Worker is created until finish(). -- * -- * - Each JS Worker object has the same lifetime as the corresponding C++ -- * Worker object. A Worker is live if (a) the Worker JSObject is still -- * live; (b) the Worker has an incoming event pending or running; (c) it -- * has sent an outgoing event to its parent that is still pending; or (d) -- * it has any live child Workers. -- * -- * - finish() continues to wait for events until all threads are idle. -- * -- * Event objects, however, are basically C++-only. The JS Event objects are -- * just plain old JSObjects. They don't keep anything alive. -- * -- * == Locking scheme == -- * -- * When mixing mutexes and the JSAPI request model, there are two choices: -- * -- * - Always nest the mutexes in requests. Since threads in requests are not -- * supposed to block, this means the mutexes must be only briefly held. -- * -- * - Never nest the mutexes in requests. Since this allows threads to race -- * with the GC, trace() methods must go through the mutexes just like -- * everyone else. -- * -- * This code uses the latter approach for all locks. -- * -- * In one case, a thread holding a Worker's mutex can acquire the mutex of one -- * of its child Workers. See Worker::terminateSelf. (This can't deadlock because -- * the parent-child relationship is a partial order.) -- */ -- --namespace js { --namespace workers { -- --template --class Queue { -- private: -- typedef Vector Vec; -- Vec v1; -- Vec v2; -- Vec *front; -- Vec *back; -- -- // Queue is not copyable. -- Queue(const Queue &); -- Queue & operator=(const Queue &); -- -- public: -- Queue() : front(&v1), back(&v2) {} -- bool push(T t) { return back->append(t); } -- bool empty() { return front->empty() && back->empty(); } -- -- T pop() { -- if (front->empty()) { -- std::reverse(back->begin(), back->end()); -- Vec *tmp = front; -- front = back; -- back = tmp; -- } -- T item = front->back(); -- front->popBack(); -- return item; -- } -- -- void clear() { -- v1.clear(); -- v2.clear(); -- } -- -- void trace(JSTracer *trc) { -- for (T *p = v1.begin(); p != v1.end(); p++) -- (*p)->trace(trc); -- for (T *p = v2.begin(); p != v2.end(); p++) -- (*p)->trace(trc); -- } --}; -- --class Event; --class ThreadPool; --class Worker; -- --class WorkerParent { -- protected: -- typedef HashSet, SystemAllocPolicy> ChildSet; -- ChildSet children; -- -- bool initWorkerParent() { return children.init(8); } -- -- public: -- virtual JSLock *getLock() = 0; -- virtual ThreadPool *getThreadPool() = 0; -- virtual bool post(Event *item) = 0; // false on OOM or queue closed -- virtual void trace(JSTracer *trc) = 0; -- -- bool addChild(Worker *w) { -- AutoLock hold(getLock()); -- return children.put(w) != NULL; -- } -- -- // This must be called only from GC or when all threads are shut down. It -- // does not bother with locking. -- void removeChild(Worker *w) { -- ChildSet::Ptr p = children.lookup(w); -- JS_ASSERT(p); -- children.remove(p); -- } -- -- void disposeChildren(); --}; -- --template --class ThreadSafeQueue --{ -- protected: -- Queue queue; -- JSLock *lock; -- PRCondVar *condvar; -- bool closed; -- -- private: -- Vector busy; -- -- protected: -- ThreadSafeQueue() : lock(NULL), condvar(NULL), closed(false) {} -- -- ~ThreadSafeQueue() { -- if (condvar) -- JS_DESTROY_CONDVAR(condvar); -- if (lock) -- JS_DESTROY_LOCK(lock); -- } -- -- // Called by take() with the lock held. -- virtual bool shouldStop() { return closed; } -- -- public: -- bool initThreadSafeQueue() { -- JS_ASSERT(!lock); -- JS_ASSERT(!condvar); -- return (lock = JS_NEW_LOCK()) && (condvar = JS_NEW_CONDVAR(lock)); -- } -- -- bool post(T t) { -- AutoLock hold(lock); -- if (closed) -- return false; -- if (queue.empty()) -- JS_NOTIFY_ALL_CONDVAR(condvar); -- return queue.push(t); -- } -- -- void close() { -- AutoLock hold(lock); -- closed = true; -- queue.clear(); -- JS_NOTIFY_ALL_CONDVAR(condvar); -- } -- -- // The caller must hold the lock. -- bool take(T *t) { -- while (queue.empty()) { -- if (shouldStop()) -- return false; -- JS_WAIT_CONDVAR(condvar, JS_NO_TIMEOUT); -- } -- *t = queue.pop(); -- busy.append(*t); -- return true; -- } -- -- // The caller must hold the lock. -- void drop(T item) { -- for (T *p = busy.begin(); p != busy.end(); p++) { -- if (*p == item) { -- *p = busy.back(); -- busy.popBack(); -- return; -- } -- } -- JS_NOT_REACHED("removeBusy"); -- } -- -- bool lockedIsIdle() { return busy.empty() && queue.empty(); } -- -- bool isIdle() { -- AutoLock hold(lock); -- return lockedIsIdle(); -- } -- -- void wake() { -- AutoLock hold(lock); -- JS_NOTIFY_ALL_CONDVAR(condvar); -- } -- -- void trace(JSTracer *trc) { -- AutoLock hold(lock); -- for (T *p = busy.begin(); p != busy.end(); p++) -- (*p)->trace(trc); -- queue.trace(trc); -- } --}; -- --class MainQueue; -- --class Event --{ -- protected: -- virtual ~Event() { JS_ASSERT(!data); } -- -- WorkerParent *recipient; -- Worker *child; -- uint64 *data; -- size_t nbytes; -- -- public: -- enum Result { fail = JS_FALSE, ok = JS_TRUE, forwardToParent }; -- -- virtual void destroy(JSContext *cx) { -- JS_free(cx, data); --#ifdef DEBUG -- data = NULL; --#endif -- delete this; -- } -- -- void setChildAndRecipient(Worker *aChild, WorkerParent *aRecipient) { -- child = aChild; -- recipient = aRecipient; -- } -- -- bool deserializeData(JSContext *cx, jsval *vp) { -- return !!JS_ReadStructuredClone(cx, data, nbytes, JS_STRUCTURED_CLONE_VERSION, vp, -- NULL, NULL); -- } -- -- virtual Result process(JSContext *cx) = 0; -- -- inline void trace(JSTracer *trc); -- -- template -- static EventType *createEvent(JSContext *cx, WorkerParent *recipient, Worker *child, -- jsval v) -- { -- uint64 *data; -- size_t nbytes; -- if (!JS_WriteStructuredClone(cx, v, &data, &nbytes, NULL, NULL)) -- return NULL; -- -- EventType *event = new EventType; -- if (!event) { -- JS_ReportOutOfMemory(cx); -- return NULL; -- } -- event->recipient = recipient; -- event->child = child; -- event->data = data; -- event->nbytes = nbytes; -- return event; -- } -- -- Result dispatch(JSContext *cx, JSObject *thisobj, const char *dataPropName, -- const char *methodName, Result noHandler) -- { -- if (!data) -- return fail; -- -- JSBool found; -- if (!JS_HasProperty(cx, thisobj, methodName, &found)) -- return fail; -- if (!found) -- return noHandler; -- -- // Create event object. -- jsval v; -- if (!deserializeData(cx, &v)) -- return fail; -- JSObject *obj = JS_NewObject(cx, NULL, NULL, NULL); -- if (!obj || !JS_DefineProperty(cx, obj, dataPropName, v, NULL, NULL, 0)) -- return fail; -- -- // Call event handler. -- jsval argv[1] = { OBJECT_TO_JSVAL(obj) }; -- jsval rval = JSVAL_VOID; -- return Result(JS_CallFunctionName(cx, thisobj, methodName, 1, argv, &rval)); -- } --}; -- --typedef ThreadSafeQueue EventQueue; -- --class MainQueue : public EventQueue, public WorkerParent --{ -- private: -- ThreadPool *threadPool; -- -- public: -- explicit MainQueue(ThreadPool *tp) : threadPool(tp) {} -- -- ~MainQueue() { -- JS_ASSERT(queue.empty()); -- } -- -- bool init() { return initThreadSafeQueue() && initWorkerParent(); } -- -- void destroy(JSContext *cx) { -- while (!queue.empty()) -- queue.pop()->destroy(cx); -- delete this; -- } -- -- virtual JSLock *getLock() { return lock; } -- virtual ThreadPool *getThreadPool() { return threadPool; } -- -- protected: -- virtual bool shouldStop(); -- -- public: -- virtual bool post(Event *event) { return EventQueue::post(event); } -- -- virtual void trace(JSTracer *trc); -- -- void traceChildren(JSTracer *trc) { EventQueue::trace(trc); } -- -- JSBool mainThreadWork(JSContext *cx, bool continueOnError) { -- JSAutoSuspendRequest suspend(cx); -- AutoLock hold(lock); -- -- Event *event; -- while (take(&event)) { -- JS_RELEASE_LOCK(lock); -- Event::Result result; -- { -- JSAutoRequest req(cx); -- result = event->process(cx); -- if (result == Event::forwardToParent) { -- // FIXME - pointlessly truncates the string to 8 bits -- jsval data; -- JSAutoByteString bytes; -- if (event->deserializeData(cx, &data) && -- JSVAL_IS_STRING(data) && -- bytes.encode(cx, JSVAL_TO_STRING(data))) { -- JS_ReportError(cx, "%s", bytes.ptr()); -- } else { -- JS_ReportOutOfMemory(cx); -- } -- result = Event::fail; -- } -- if (result == Event::fail && continueOnError) { -- if (JS_IsExceptionPending(cx) && !JS_ReportPendingException(cx)) -- JS_ClearPendingException(cx); -- result = Event::ok; -- } -- } -- JS_ACQUIRE_LOCK(lock); -- drop(event); -- event->destroy(cx); -- if (result != Event::ok) -- return false; -- } -- return true; -- } --}; -- --/* -- * A queue of workers. -- * -- * We keep a queue of workers with pending events, rather than a queue of -- * events, so that two threads won't try to run a Worker at the same time. -- */ --class WorkerQueue : public ThreadSafeQueue --{ -- private: -- MainQueue *main; -- -- public: -- explicit WorkerQueue(MainQueue *main) : main(main) {} -- -- void work(); --}; -- --/* The top-level object that owns everything else. */ --class ThreadPool --{ -- private: -- enum { threadCount = 6 }; -- -- JSObject *obj; -- WorkerHooks *hooks; -- MainQueue *mq; -- WorkerQueue *wq; -- PRThread *threads[threadCount]; -- int32_t terminating; -- -- static JSClass jsClass; -- -- static void start(void* arg) { -- ((WorkerQueue *) arg)->work(); -- } -- -- explicit ThreadPool(WorkerHooks *hooks) : hooks(hooks), mq(NULL), wq(NULL), terminating(0) { -- for (int i = 0; i < threadCount; i++) -- threads[i] = NULL; -- } -- -- public: -- ~ThreadPool() { -- JS_ASSERT(!mq); -- JS_ASSERT(!wq); -- JS_ASSERT(!threads[0]); -- } -- -- static ThreadPool *create(JSContext *cx, WorkerHooks *hooks) { -- ThreadPool *tp = new ThreadPool(hooks); -- if (!tp) { -- JS_ReportOutOfMemory(cx); -- return NULL; -- } -- -- JSObject *obj = JS_NewObject(cx, &jsClass, NULL, NULL); -- if (!obj || !JS_SetPrivate(cx, obj, tp)) { -- delete tp; -- return NULL; -- } -- tp->obj = obj; -- return tp; -- } -- -- JSObject *asObject() { return obj; } -- WorkerHooks *getHooks() { return hooks; } -- WorkerQueue *getWorkerQueue() { return wq; } -- MainQueue *getMainQueue() { return mq; } -- bool isTerminating() { return terminating != 0; } -- -- /* -- * Main thread only. Requires request (to prevent GC, which could see the -- * object in an inconsistent state). -- */ -- bool start(JSContext *cx) { -- JS_ASSERT(!mq && !wq); -- mq = new MainQueue(this); -- if (!mq || !mq->init()) { -- mq->destroy(cx); -- mq = NULL; -- return false; -- } -- wq = new WorkerQueue(mq); -- if (!wq || !wq->initThreadSafeQueue()) { -- delete wq; -- wq = NULL; -- mq->destroy(cx); -- mq = NULL; -- return false; -- } -- JSAutoSuspendRequest suspend(cx); -- bool ok = true; -- for (int i = 0; i < threadCount; i++) { -- threads[i] = PR_CreateThread(PR_USER_THREAD, start, wq, PR_PRIORITY_NORMAL, -- PR_LOCAL_THREAD, PR_JOINABLE_THREAD, 0); -- if (!threads[i]) { -- shutdown(cx); -- ok = false; -- break; -- } -- } -- return ok; -- } -- -- void terminateAll(JSRuntime *rt) { -- // See comment about JS_ATOMIC_SET in the implementation of -- // JS_TriggerOperationCallback. -- JS_ATOMIC_SET(&terminating, 1); -- JS_TriggerAllOperationCallbacks(rt); -- } -- -- /* This context is used only to free memory. */ -- void shutdown(JSContext *cx) { -- wq->close(); -- for (int i = 0; i < threadCount; i++) { -- if (threads[i]) { -- PR_JoinThread(threads[i]); -- threads[i] = NULL; -- } -- } -- -- delete wq; -- wq = NULL; -- -- mq->disposeChildren(); -- mq->destroy(cx); -- mq = NULL; -- terminating = 0; -- } -- -- private: -- static void jsTraceThreadPool(JSTracer *trc, JSObject *obj) { -- ThreadPool *tp = unwrap(trc->context, obj); -- if (tp->mq) { -- tp->mq->traceChildren(trc); -- tp->wq->trace(trc); -- } -- } -- -- -- static void jsFinalize(JSContext *cx, JSObject *obj) { -- if (ThreadPool *tp = unwrap(cx, obj)) -- delete tp; -- } -- -- public: -- static ThreadPool *unwrap(JSContext *cx, JSObject *obj) { -- JS_ASSERT(JS_GET_CLASS(cx, obj) == &jsClass); -- return (ThreadPool *) JS_GetPrivate(cx, obj); -- } --}; -- --/* -- * A Worker is always in one of 4 states, except when it is being initialized -- * or destroyed, or its lock is held: -- * - idle (!terminated && current == NULL && events.empty()) -- * - enqueued (!terminated && current == NULL && !events.empty()) -- * - busy (!terminated && current != NULL) -- * - terminated (terminated && current == NULL && events.empty()) -- * -- * Separately, there is a terminateFlag that other threads can set -- * asynchronously to tell the Worker to terminate. -- */ --class Worker : public WorkerParent --{ -- private: -- ThreadPool *threadPool; -- WorkerParent *parent; -- JSObject *object; // Worker object exposed to parent -- JSContext *context; -- JSLock *lock; -- Queue events; // owning pointers to pending events -- Event *current; -- bool terminated; -- int32_t terminateFlag; -- -- static JSClass jsWorkerClass; -- -- Worker() -- : threadPool(NULL), parent(NULL), object(NULL), -- context(NULL), lock(NULL), current(NULL), terminated(false), terminateFlag(0) {} -- -- bool init(JSContext *parentcx, WorkerParent *parent, JSObject *obj) { -- JS_ASSERT(!threadPool && !this->parent && !object && !lock); -- -- if (!initWorkerParent() || !parent->addChild(this)) -- return false; -- threadPool = parent->getThreadPool(); -- this->parent = parent; -- this->object = obj; -- lock = JS_NEW_LOCK(); -- return lock && -- createContext(parentcx, parent) && -- JS_SetPrivate(parentcx, obj, this); -- } -- -- bool createContext(JSContext *parentcx, WorkerParent *parent) { -- JSRuntime *rt = JS_GetRuntime(parentcx); -- context = JS_NewContext(rt, 8192); -- if (!context) -- return false; -- -- // The Worker has a strong reference to the global; see jsTraceWorker. -- // JSOPTION_UNROOTED_GLOBAL ensures that when the worker becomes -- // unreachable, it and its global object can be collected. Otherwise -- // the cx->globalObject root would keep them both alive forever. -- JS_SetOptions(context, JS_GetOptions(parentcx) | JSOPTION_UNROOTED_GLOBAL | -- JSOPTION_DONT_REPORT_UNCAUGHT); -- JS_SetVersion(context, JS_GetVersion(parentcx)); -- JS_SetContextPrivate(context, this); -- JS_SetOperationCallback(context, jsOperationCallback); -- JS_BeginRequest(context); -- -- JSObject *global = threadPool->getHooks()->newGlobalObject(context); -- JSObject *post, *proto, *ctor; -- if (!global) -- goto bad; -- JS_SetGlobalObject(context, global); -- -- // Because the Worker is completely isolated from the rest of the -- // runtime, and because any pending events on a Worker keep the Worker -- // alive, this postMessage function cannot be called after the Worker -- // is collected. Therefore it's safe to stash a pointer (a weak -- // reference) to the C++ Worker object in the reserved slot. -- post = JS_GetFunctionObject(JS_DefineFunction(context, global, "postMessage", -- (JSNative) jsPostMessageToParent, 1, 0)); -- if (!post || !JS_SetReservedSlot(context, post, 0, PRIVATE_TO_JSVAL(this))) -- goto bad; -- -- proto = JS_InitClass(context, global, NULL, &jsWorkerClass, jsConstruct, 1, -- NULL, jsMethods, NULL, NULL); -- if (!proto) -- goto bad; -- -- ctor = JS_GetConstructor(context, proto); -- if (!ctor || !JS_SetReservedSlot(context, ctor, 0, PRIVATE_TO_JSVAL(this))) -- goto bad; -- -- JS_EndRequest(context); -- JS_ClearContextThread(context); -- return true; -- -- bad: -- JS_EndRequest(context); -- JS_DestroyContext(context); -- context = NULL; -- return false; -- } -- -- static void jsTraceWorker(JSTracer *trc, JSObject *obj) { -- JS_ASSERT(JS_GET_CLASS(trc->context, obj) == &jsWorkerClass); -- if (Worker *w = (Worker *) JS_GetPrivate(trc->context, obj)) { -- w->parent->trace(trc); -- w->events.trace(trc); -- if (w->current) -- w->current->trace(trc); -- JS_CALL_OBJECT_TRACER(trc, JS_GetGlobalObject(w->context), "Worker global"); -- } -- } -- -- static void jsFinalize(JSContext *cx, JSObject *obj) { -- JS_ASSERT(JS_GET_CLASS(cx, obj) == &jsWorkerClass); -- if (Worker *w = (Worker *) JS_GetPrivate(cx, obj)) -- delete w; -- } -- -- static JSBool jsOperationCallback(JSContext *cx) { -- Worker *w = (Worker *) JS_GetContextPrivate(cx); -- JSAutoSuspendRequest suspend(cx); // avoid nesting w->lock in a request -- return !w->checkTermination(); -- } -- -- static JSBool jsResolveGlobal(JSContext *cx, JSObject *obj, jsid id, uintN flags, -- JSObject **objp) -- { -- JSBool resolved; -- -- if (!JS_ResolveStandardClass(cx, obj, id, &resolved)) -- return false; -- if (resolved) -- *objp = obj; -- -- return true; -- } -- -- static JSBool jsPostMessageToParent(JSContext *cx, uintN argc, jsval *vp); -- static JSBool jsPostMessageToChild(JSContext *cx, uintN argc, jsval *vp); -- static JSBool jsTerminate(JSContext *cx, uintN argc, jsval *vp); -- -- bool checkTermination() { -- AutoLock hold(lock); -- return lockedCheckTermination(); -- } -- -- bool lockedCheckTermination() { -- if (terminateFlag || threadPool->isTerminating()) { -- terminateSelf(); -- terminateFlag = 0; -- } -- return terminated; -- } -- -- // Caller must hold the lock. -- void terminateSelf() { -- terminated = true; -- while (!events.empty()) -- events.pop()->destroy(context); -- -- // Tell the children to shut down too. An arbitrarily silly amount of -- // processing could happen before the whole tree is terminated; but -- // this way we don't have to worry about blowing the C stack. -- for (ChildSet::Enum e(children); !e.empty(); e.popFront()) -- e.front()->setTerminateFlag(); // note: nesting locks here -- } -- -- public: -- ~Worker() { -- if (parent) -- parent->removeChild(this); -- dispose(); -- } -- -- void dispose() { -- JS_ASSERT(!current); -- while (!events.empty()) -- events.pop()->destroy(context); -- if (lock) { -- JS_DESTROY_LOCK(lock); -- lock = NULL; -- } -- if (context) { -- JS_SetContextThread(context); -- JS_DestroyContextNoGC(context); -- context = NULL; -- } -- object = NULL; -- -- // Do not call parent->removeChild(). This is called either from -- // ~Worker, which calls it for us; or from parent->disposeChildren or -- // Worker::create, which require that it not be called. -- parent = NULL; -- disposeChildren(); -- } -- -- static Worker *create(JSContext *parentcx, WorkerParent *parent, -- JSString *scriptName, JSObject *obj); -- -- JSObject *asObject() { return object; } -- -- JSObject *getGlobal() { return JS_GetGlobalObject(context); } -- -- WorkerParent *getParent() { return parent; } -- -- virtual JSLock *getLock() { return lock; } -- -- virtual ThreadPool *getThreadPool() { return threadPool; } -- -- bool post(Event *event) { -- AutoLock hold(lock); -- if (terminated) -- return false; -- if (!current && events.empty() && !threadPool->getWorkerQueue()->post(this)) -- return false; -- return events.push(event); -- } -- -- void setTerminateFlag() { -- AutoLock hold(lock); -- terminateFlag = true; -- if (current) -- JS_TriggerOperationCallback(context); -- } -- -- void processOneEvent(); -- -- /* Trace method to be called from C++. */ -- void trace(JSTracer *trc) { -- // Just mark the JSObject. If we haven't already been marked, -- // jsTraceWorker will be called, at which point we'll trace referents. -- JS_CALL_OBJECT_TRACER(trc, object, "queued Worker"); -- } -- -- static bool getWorkerParentFromConstructor(JSContext *cx, JSObject *ctor, WorkerParent **p) { -- jsval v; -- if (!JS_GetReservedSlot(cx, ctor, 0, &v)) -- return false; -- if (JSVAL_IS_VOID(v)) { -- // This means ctor is the root Worker constructor (created in -- // Worker::initWorkers as opposed to Worker::createContext, which sets up -- // Worker sandboxes) and nothing is initialized yet. -- if (!JS_GetReservedSlot(cx, ctor, 1, &v)) -- return false; -- ThreadPool *threadPool = (ThreadPool *) JSVAL_TO_PRIVATE(v); -- if (!threadPool->start(cx)) -- return false; -- WorkerParent *parent = threadPool->getMainQueue(); -- if (!JS_SetReservedSlot(cx, ctor, 0, PRIVATE_TO_JSVAL(parent))) { -- threadPool->shutdown(cx); -- return false; -- } -- *p = parent; -- return true; -- } -- *p = (WorkerParent *) JSVAL_TO_PRIVATE(v); -- return true; -- } -- -- static JSBool jsConstruct(JSContext *cx, uintN argc, jsval *vp) { -- WorkerParent *parent; -- if (!getWorkerParentFromConstructor(cx, JSVAL_TO_OBJECT(JS_CALLEE(cx, vp)), &parent)) -- return false; -- -- -- JSString *scriptName = JS_ValueToString(cx, argc ? JS_ARGV(cx, vp)[0] : JSVAL_VOID); -- if (!scriptName) -- return false; -- -- JSObject *obj = JS_NewObject(cx, &jsWorkerClass, NULL, NULL); -- if (!obj || !create(cx, parent, scriptName, obj)) -- return false; -- JS_SET_RVAL(cx, vp, OBJECT_TO_JSVAL(obj)); -- return true; -- } -- -- static JSFunctionSpec jsMethods[3]; -- static JSFunctionSpec jsStaticMethod[2]; -- -- static ThreadPool *initWorkers(JSContext *cx, WorkerHooks *hooks, JSObject *global, -- JSObject **objp) { -- // Create the ThreadPool object and its JSObject wrapper. -- ThreadPool *threadPool = ThreadPool::create(cx, hooks); -- if (!threadPool) -- return NULL; -- -- // Root the ThreadPool JSObject early. -- *objp = threadPool->asObject(); -- -- // Create the Worker constructor. -- JSObject *proto = JS_InitClass(cx, global, NULL, &jsWorkerClass, -- jsConstruct, 1, -- NULL, jsMethods, NULL, NULL); -- if (!proto) -- return NULL; -- -- // Stash a pointer to the ThreadPool in constructor reserved slot 1. -- // It will be used later when lazily creating the MainQueue. -- JSObject *ctor = JS_GetConstructor(cx, proto); -- if (!JS_SetReservedSlot(cx, ctor, 1, PRIVATE_TO_JSVAL(threadPool))) -- return NULL; -- -- return threadPool; -- } --}; -- --class InitEvent : public Event --{ -- public: -- static InitEvent *create(JSContext *cx, Worker *worker, JSString *scriptName) { -- return createEvent(cx, worker, worker, STRING_TO_JSVAL(scriptName)); -- } -- -- Result process(JSContext *cx) { -- jsval s; -- if (!deserializeData(cx, &s)) -- return fail; -- JS_ASSERT(JSVAL_IS_STRING(s)); -- JSAutoByteString filename(cx, JSVAL_TO_STRING(s)); -- if (!filename) -- return fail; -- -- JSObject *scriptObj = JS_CompileFile(cx, child->getGlobal(), filename.ptr()); -- if (!scriptObj) -- return fail; -- -- AutoValueRooter rval(cx); -- JSBool ok = JS_ExecuteScript(cx, child->getGlobal(), scriptObj, Jsvalify(rval.addr())); -- return Result(ok); -- } --}; -- --class DownMessageEvent : public Event --{ -- public: -- static DownMessageEvent *create(JSContext *cx, Worker *child, jsval data) { -- return createEvent(cx, child, child, data); -- } -- -- Result process(JSContext *cx) { -- return dispatch(cx, child->getGlobal(), "data", "onmessage", ok); -- } --}; -- --class UpMessageEvent : public Event --{ -- public: -- static UpMessageEvent *create(JSContext *cx, Worker *child, jsval data) { -- return createEvent(cx, child->getParent(), child, data); -- } -- -- Result process(JSContext *cx) { -- return dispatch(cx, child->asObject(), "data", "onmessage", ok); -- } --}; -- --class ErrorEvent : public Event --{ -- public: -- static ErrorEvent *create(JSContext *cx, Worker *child) { -- JSString *data = NULL; -- jsval exc; -- if (JS_GetPendingException(cx, &exc)) { -- AutoValueRooter tvr(cx, Valueify(exc)); -- JS_ClearPendingException(cx); -- -- // Determine what error message to put in the error event. -- // If exc.message is a string, use that; otherwise use String(exc). -- // (This is a little different from what web workers do.) -- if (JSVAL_IS_OBJECT(exc)) { -- jsval msg; -- if (!JS_GetProperty(cx, JSVAL_TO_OBJECT(exc), "message", &msg)) -- JS_ClearPendingException(cx); -- else if (JSVAL_IS_STRING(msg)) -- data = JSVAL_TO_STRING(msg); -- } -- if (!data) { -- data = JS_ValueToString(cx, exc); -- if (!data) -- return NULL; -- } -- } -- return createEvent(cx, child->getParent(), child, -- data ? STRING_TO_JSVAL(data) : JSVAL_VOID); -- } -- -- Result process(JSContext *cx) { -- return dispatch(cx, child->asObject(), "message", "onerror", forwardToParent); -- } --}; -- --} /* namespace workers */ --} /* namespace js */ -- --using namespace js::workers; -- --void --WorkerParent::disposeChildren() --{ -- for (ChildSet::Enum e(children); !e.empty(); e.popFront()) { -- e.front()->dispose(); -- e.removeFront(); -- } --} -- --bool --MainQueue::shouldStop() --{ -- // Note: This deliberately nests WorkerQueue::lock in MainQueue::lock. -- // Releasing MainQueue::lock would risk a race -- isIdle() could return -- // false, but the workers could become idle before we reacquire -- // MainQueue::lock and go to sleep, and we would wait on the condvar -- // forever. -- return closed || threadPool->getWorkerQueue()->isIdle(); --} -- --void --MainQueue::trace(JSTracer *trc) --{ -- JS_CALL_OBJECT_TRACER(trc, threadPool->asObject(), "MainQueue"); --} -- --void --WorkerQueue::work() { -- AutoLock hold(lock); -- -- Worker *w; -- while (take(&w)) { // can block outside the mutex -- JS_RELEASE_LOCK(lock); -- w->processOneEvent(); // enters request on w->context -- JS_ACQUIRE_LOCK(lock); -- drop(w); -- -- if (lockedIsIdle()) { -- JS_RELEASE_LOCK(lock); -- main->wake(); -- JS_ACQUIRE_LOCK(lock); -- } -- } --} -- --const bool mswin = --#ifdef XP_WIN -- true --#else -- false --#endif -- ; -- --template bool --IsAbsolute(const Ch *filename) --{ -- return filename[0] == '/' || -- (mswin && (filename[0] == '\\' || (filename[0] != '\0' && filename[1] == ':'))); --} -- --// Note: base is a filename, not a directory name. --static JSString * --ResolveRelativePath(JSContext *cx, const char *base, JSString *filename) --{ -- size_t fileLen = JS_GetStringLength(filename); -- const jschar *fileChars = JS_GetStringCharsZ(cx, filename); -- if (!fileChars) -- return NULL; -- -- if (IsAbsolute(fileChars)) -- return filename; -- -- // Strip off the filename part of base. -- size_t dirLen = -1; -- for (size_t i = 0; base[i]; i++) { -- if (base[i] == '/' || (mswin && base[i] == '\\')) -- dirLen = i; -- } -- -- // If base is relative and contains no directories, use filename unchanged. -- if (!IsAbsolute(base) && dirLen == (size_t) -1) -- return filename; -- -- // Otherwise return base[:dirLen + 1] + filename. -- js::Vector result(cx); -- size_t nchars; -- if (!JS_DecodeBytes(cx, base, dirLen + 1, NULL, &nchars)) -- return NULL; -- if (!result.reserve(dirLen + 1 + fileLen)) { -- JS_ReportOutOfMemory(cx); -- return NULL; -- } -- JS_ALWAYS_TRUE(result.resize(dirLen + 1)); -- if (!JS_DecodeBytes(cx, base, dirLen + 1, result.begin(), &nchars)) -- return NULL; -- JS_ALWAYS_TRUE(result.append(fileChars, fileLen)); -- return JS_NewUCStringCopyN(cx, result.begin(), result.length()); --} -- --Worker * --Worker::create(JSContext *parentcx, WorkerParent *parent, JSString *scriptName, JSObject *obj) --{ -- Worker *w = new Worker(); -- if (!w || !w->init(parentcx, parent, obj)) { -- delete w; -- return NULL; -- } -- -- JSStackFrame *frame = JS_GetScriptedCaller(parentcx, NULL); -- const char *base = JS_GetScriptFilename(parentcx, JS_GetFrameScript(parentcx, frame)); -- JSString *scriptPath = ResolveRelativePath(parentcx, base, scriptName); -- if (!scriptPath) -- return NULL; -- -- // Post an InitEvent to run the initialization script. -- Event *event = InitEvent::create(parentcx, w, scriptPath); -- if (!event) -- return NULL; -- if (!w->events.push(event) || !w->threadPool->getWorkerQueue()->post(w)) { -- event->destroy(parentcx); -- JS_ReportOutOfMemory(parentcx); -- w->dispose(); -- return NULL; -- } -- return w; --} -- --void --Worker::processOneEvent() --{ -- Event *event; -- { -- AutoLock hold1(lock); -- if (lockedCheckTermination() || events.empty()) -- return; -- -- event = current = events.pop(); -- } -- -- JS_SetContextThread(context); -- JS_SetNativeStackQuota(context, gMaxStackSize); -- -- Event::Result result; -- { -- JSAutoRequest req(context); -- result = event->process(context); -- } -- -- // Note: we have to leave the above request before calling parent->post or -- // checkTermination, both of which acquire locks. -- if (result == Event::forwardToParent) { -- event->setChildAndRecipient(this, parent); -- if (parent->post(event)) { -- event = NULL; // to prevent it from being deleted below -- } else { -- JS_ReportOutOfMemory(context); -- result = Event::fail; -- } -- } -- if (result == Event::fail && !checkTermination()) { -- JSAutoRequest req(context); -- Event *err = ErrorEvent::create(context, this); -- if (err && !parent->post(err)) { -- JS_ReportOutOfMemory(context); -- err->destroy(context); -- err = NULL; -- } -- if (!err) { -- // FIXME - out of memory, probably should panic -- } -- } -- -- if (event) -- event->destroy(context); -- JS_ClearContextThread(context); -- -- { -- AutoLock hold2(lock); -- current = NULL; -- if (!lockedCheckTermination() && !events.empty()) { -- // Re-enqueue this worker. OOM here effectively kills the worker. -- if (!threadPool->getWorkerQueue()->post(this)) -- JS_ReportOutOfMemory(context); -- } -- } --} -- --JSBool --Worker::jsPostMessageToParent(JSContext *cx, uintN argc, jsval *vp) --{ -- jsval workerval; -- if (!JS_GetReservedSlot(cx, JSVAL_TO_OBJECT(JS_CALLEE(cx, vp)), 0, &workerval)) -- return false; -- Worker *w = (Worker *) JSVAL_TO_PRIVATE(workerval); -- -- { -- JSAutoSuspendRequest suspend(cx); // avoid nesting w->lock in a request -- if (w->checkTermination()) -- return false; -- } -- -- jsval data = argc > 0 ? JS_ARGV(cx, vp)[0] : JSVAL_VOID; -- Event *event = UpMessageEvent::create(cx, w, data); -- if (!event) -- return false; -- if (!w->parent->post(event)) { -- event->destroy(cx); -- JS_ReportOutOfMemory(cx); -- return false; -- } -- JS_SET_RVAL(cx, vp, JSVAL_VOID); -- return true; --} -- --JSBool --Worker::jsPostMessageToChild(JSContext *cx, uintN argc, jsval *vp) --{ -- JSObject *workerobj = JS_THIS_OBJECT(cx, vp); -- if (!workerobj) -- return false; -- Worker *w = (Worker *) JS_GetInstancePrivate(cx, workerobj, &jsWorkerClass, JS_ARGV(cx, vp)); -- if (!w) { -- if (!JS_IsExceptionPending(cx)) -- JS_ReportError(cx, "Worker was shut down"); -- return false; -- } -- -- jsval data = argc > 0 ? JS_ARGV(cx, vp)[0] : JSVAL_VOID; -- Event *event = DownMessageEvent::create(cx, w, data); -- if (!event) -- return false; -- if (!w->post(event)) { -- JS_ReportOutOfMemory(cx); -- return false; -- } -- JS_SET_RVAL(cx, vp, JSVAL_VOID); -- return true; --} -- --JSBool --Worker::jsTerminate(JSContext *cx, uintN argc, jsval *vp) --{ -- JS_SET_RVAL(cx, vp, JSVAL_VOID); -- -- JSObject *workerobj = JS_THIS_OBJECT(cx, vp); -- if (!workerobj) -- return false; -- Worker *w = (Worker *) JS_GetInstancePrivate(cx, workerobj, &jsWorkerClass, JS_ARGV(cx, vp)); -- if (!w) -- return !JS_IsExceptionPending(cx); // ok to terminate twice -- -- JSAutoSuspendRequest suspend(cx); -- w->setTerminateFlag(); -- return true; --} -- --void --Event::trace(JSTracer *trc) --{ -- if (recipient) -- recipient->trace(trc); -- if (child) -- JS_CALL_OBJECT_TRACER(trc, child->asObject(), "worker"); --} -- --JSClass ThreadPool::jsClass = { -- "ThreadPool", JSCLASS_HAS_PRIVATE | JSCLASS_MARK_IS_TRACE, -- JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_StrictPropertyStub, -- JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, jsFinalize, -- NULL, NULL, NULL, NULL, -- NULL, NULL, JS_CLASS_TRACE(jsTraceThreadPool), NULL --}; -- --JSClass Worker::jsWorkerClass = { -- "Worker", JSCLASS_HAS_PRIVATE | JSCLASS_MARK_IS_TRACE, -- JS_PropertyStub, JS_PropertyStub, JS_PropertyStub, JS_StrictPropertyStub, -- JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, jsFinalize, -- NULL, NULL, NULL, NULL, -- NULL, NULL, JS_CLASS_TRACE(jsTraceWorker), NULL --}; -- --JSFunctionSpec Worker::jsMethods[3] = { -- JS_FN("postMessage", Worker::jsPostMessageToChild, 1, 0), -- JS_FN("terminate", Worker::jsTerminate, 0, 0), -- JS_FS_END --}; -- --ThreadPool * --js::workers::init(JSContext *cx, WorkerHooks *hooks, JSObject *global, JSObject **rootp) --{ -- return Worker::initWorkers(cx, hooks, global, rootp); --} -- --void --js::workers::terminateAll(JSRuntime *rt, ThreadPool *tp) --{ -- tp->terminateAll(rt); --} -- --void --js::workers::finish(JSContext *cx, ThreadPool *tp) --{ -- if (MainQueue *mq = tp->getMainQueue()) { -- JS_ALWAYS_TRUE(mq->mainThreadWork(cx, true)); -- tp->shutdown(cx); -- } --} -- --#endif /* JS_THREADSAFE */ -diff -ruN src/shell/jsworkers.h src.new/shell/jsworkers.h ---- shell/jsworkers.h 2011-04-01 06:08:36.000000000 +1100 -+++ shell/jsworkers.h 1970-01-01 10:00:00.000000000 +1000 -@@ -1,93 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- -- * vim: set ts=8 sw=4 et tw=99: -- * -- * ***** BEGIN LICENSE BLOCK ***** -- * Version: MPL 1.1/GPL 2.0/LGPL 2.1 -- * -- * The contents of this file are subject to the Mozilla Public License Version -- * 1.1 (the "License"); you may not use this file except in compliance with -- * the License. You may obtain a copy of the License at -- * http://www.mozilla.org/MPL/ -- * -- * Software distributed under the License is distributed on an "AS IS" basis, -- * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License -- * for the specific language governing rights and limitations under the -- * License. -- * -- * The Original Code is JavaScript shell workers. -- * -- * The Initial Developer of the Original Code is -- * Mozilla Corporation. -- * Portions created by the Initial Developer are Copyright (C) 2010 -- * the Initial Developer. All Rights Reserved. -- * -- * Contributor(s): -- * Jason Orendorff -- * -- * Alternatively, the contents of this file may be used under the terms of -- * either of the GNU General Public License Version 2 or later (the "GPL"), -- * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), -- * in which case the provisions of the GPL or the LGPL are applicable instead -- * of those above. If you wish to allow use of your version of this file only -- * under the terms of either the GPL or the LGPL, and not to allow others to -- * use your version of this file under the terms of the MPL, indicate your -- * decision by deleting the provisions above and replace them with the notice -- * and other provisions required by the GPL or the LGPL. If you do not delete -- * the provisions above, a recipient may use your version of this file under -- * the terms of any one of the MPL, the GPL or the LGPL. -- * -- * ***** END LICENSE BLOCK ***** */ -- --#ifndef jsworkers_h___ --#define jsworkers_h___ -- --#ifdef JS_THREADSAFE -- --#include "jsapi.h" -- --/* -- * Workers for the JS shell. -- * -- * Note: The real implementation of DOM Workers is in dom/src/threads. -- */ --namespace js { -- namespace workers { -- class ThreadPool; -- -- class WorkerHooks { -- public: -- virtual JSObject *newGlobalObject(JSContext *cx) = 0; -- virtual ~WorkerHooks() {} -- }; -- -- /* -- * Initialize workers. This defines the Worker constructor on global. -- * Requires request. rootp must point to a GC root. -- * -- * On success, *rootp receives a pointer to an object, and init returns -- * a non-null value. The caller must keep the object rooted and must -- * pass it to js::workers::finish later. -- */ -- ThreadPool *init(JSContext *cx, WorkerHooks *hooks, JSObject *global, JSObject **rootp); -- -- /* Asynchronously signal for all workers to terminate. -- * -- * Call this before calling finish() to shut down without waiting for -- * all messages to be proceesed. -- */ -- void terminateAll(JSRuntime *rt, ThreadPool *tp); -- -- /* -- * Finish running any workers, shut down the thread pool, and free all -- * resources associated with workers. The application must call this -- * before shutting down the runtime, and not during GC. -- * -- * Requires request. -- */ -- void finish(JSContext *cx, ThreadPool *tp); -- } --} -- --#endif /* JS_THREADSAFE */ -- --#endif /* jsworkers_h___ */ -diff -ruN src/tests/browser.js src.new/tests/browser.js ---- tests/browser.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/browser.js 2013-03-23 22:03:56.716635673 +1100 -@@ -767,17 +767,6 @@ - document.write(s); - } - --var JSTest = { -- waitForExplicitFinish: function () { -- gDelayTestDriverEnd = true; -- }, -- -- testFinished: function () { -- gDelayTestDriverEnd = false; -- jsTestDriverEnd(); -- } --}; -- - function jsTestDriverEnd() - { - // gDelayTestDriverEnd is used to -diff -ruN src/tests/js1_8_5/extensions/jstests.list src.new/tests/js1_8_5/extensions/jstests.list ---- tests/js1_8_5/extensions/jstests.list 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/jstests.list 2013-03-23 22:29:16.973264001 +1100 -@@ -1,13 +1,6 @@ - url-prefix ../../jsreftest.html?test=js1_8_5/extensions/ - script typedarray.js - script typedarray-prototype.js --skip-if(!xulRuntime.shell) script worker-error.js # these tests sometimes hang in browser, bug 559954, bug 562333 --skip-if(!xulRuntime.shell) script worker-error-propagation.js --skip-if(!xulRuntime.shell) script worker-fib.js --skip-if(!xulRuntime.shell) script worker-init.js --skip-if(!xulRuntime.shell) script worker-simple.js --skip-if(!xulRuntime.shell) script worker-terminate.js --skip-if(!xulRuntime.shell) script worker-timeout.js - script scripted-proxies.js - script array-length-protochange.js - script parseInt-octal.js -diff -ruN src/tests/js1_8_5/extensions/worker-error-child.js src.new/tests/js1_8_5/extensions/worker-error-child.js ---- tests/js1_8_5/extensions/worker-error-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-error-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,9 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ --function onmessage(event) { -- throw new Error("fail"); --} -diff -ruN src/tests/js1_8_5/extensions/worker-error-propagation-child.js src.new/tests/js1_8_5/extensions/worker-error-propagation-child.js ---- tests/js1_8_5/extensions/worker-error-propagation-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-error-propagation-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,16 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --function onmessage(event) { -- var n = +event.data; -- if (n == 0) -- throw new Error("boom"); -- var w = new Worker(workerDir + "worker-error-propagation-child.js"); -- w.onmessage = function (event) { postMessage(event.data); }; -- // No w.onerror here. We are testing error propagation when it is absent. -- w.postMessage(n - 1 + ""); --} -diff -ruN src/tests/js1_8_5/extensions/worker-error-propagation.js src.new/tests/js1_8_5/extensions/worker-error-propagation.js ---- tests/js1_8_5/extensions/worker-error-propagation.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-error-propagation.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,20 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof Worker != 'undefined') { -- JSTest.waitForExplicitFinish(); -- var w = Worker(workerDir + "worker-error-propagation-child.js"); -- var errors = 0; -- w.onmessage = function () { throw new Error("no reply expected"); }; -- w.onerror = function (event) { -- reportCompare("string", typeof event.message, "typeof event.message"); -- JSTest.testFinished(); -- }; -- w.postMessage("5"); --} else { -- reportCompare(0, 0, " PASSED! Test skipped. Shell workers required."); --} -diff -ruN src/tests/js1_8_5/extensions/worker-error.js src.new/tests/js1_8_5/extensions/worker-error.js ---- tests/js1_8_5/extensions/worker-error.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-error.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,21 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof Worker != 'undefined') { -- JSTest.waitForExplicitFinish(); -- -- // The script throws new Error("fail") on first message. -- var w = Worker(workerDir + "worker-error-child.js"); -- var a = []; -- w.onerror = function (event) { -- reportCompare("fail", event.message, "worker-error"); -- JSTest.testFinished(); -- }; -- w.postMessage("hello"); --} else { -- reportCompare(0, 0, "Test skipped. Shell workers required."); --} -diff -ruN src/tests/js1_8_5/extensions/worker-fib-child.js src.new/tests/js1_8_5/extensions/worker-fib-child.js ---- tests/js1_8_5/extensions/worker-fib-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-fib-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,27 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --function onmessage(event) { -- var a = event.data.split(/\t/); -- var n = Number(a[0]); -- var workerDir = a[1]; -- -- if (n <= 1) { -- postMessage("" + n); -- } else { -- var w1 = new Worker(workerDir + "worker-fib-child.js"), -- w2 = new Worker(workerDir + "worker-fib-child.js"); -- var a = []; -- w1.onmessage = w2.onmessage = function(event) { -- a.push(+event.data); -- if (a.length == 2) -- postMessage(a[0] + a[1] + ""); -- }; -- w1.postMessage(n - 1 + "\t" + workerDir); -- w2.postMessage(n - 2 + "\t" + workerDir); -- } --} -diff -ruN src/tests/js1_8_5/extensions/worker-fib.js src.new/tests/js1_8_5/extensions/worker-fib.js ---- tests/js1_8_5/extensions/worker-fib.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-fib.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,18 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof Worker != 'undefined') { -- JSTest.waitForExplicitFinish(); -- var w = Worker(workerDir + "worker-fib-child.js"); -- w.onmessage = function (event) { -- reportCompare("55", event.data, "worker-fib"); -- JSTest.testFinished(); -- }; -- w.postMessage("10\t" + workerDir); // 0 1 1 2 3 5 8 13 21 34 55 --} else { -- reportCompare(0, 0, "Test skipped. Shell workers required."); --} -diff -ruN src/tests/js1_8_5/extensions/worker-init-child.js src.new/tests/js1_8_5/extensions/worker-init-child.js ---- tests/js1_8_5/extensions/worker-init-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-init-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,8 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ --postMessage('do your worst'); --for (;;) ; -diff -ruN src/tests/js1_8_5/extensions/worker-init.js src.new/tests/js1_8_5/extensions/worker-init.js ---- tests/js1_8_5/extensions/worker-init.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-init.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,19 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof Worker != 'undefined') { -- JSTest.waitForExplicitFinish(); -- // Messages sent during initialization are a corner case, but in any case -- // they should be delivered (no waiting until initialization is complete). -- var w = new Worker(workerDir + "worker-init-child.js"); // posts a message, then loops forever -- w.onmessage = function (event) { -- reportCompare(0, 0, "worker-init"); -- JSTest.testFinished(); -- }; --} else { -- reportCompare(0, 0, "Test skipped. Shell workers required."); --} -diff -ruN src/tests/js1_8_5/extensions/worker-simple-child.js src.new/tests/js1_8_5/extensions/worker-simple-child.js ---- tests/js1_8_5/extensions/worker-simple-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-simple-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,8 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --onmessage = function (event) { postMessage(event.data); }; -diff -ruN src/tests/js1_8_5/extensions/worker-simple.js src.new/tests/js1_8_5/extensions/worker-simple.js ---- tests/js1_8_5/extensions/worker-simple.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-simple.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,20 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof Worker != 'undefined') { -- JSTest.waitForExplicitFinish(); -- var w = new Worker(workerDir + "worker-simple-child.js"); -- var a = []; -- w.onmessage = function (event) { -- a.push(event.data); -- reportCompare(0, 0, "worker-simple"); -- JSTest.testFinished(); -- }; -- w.postMessage("hello"); --} else { -- reportCompare(0, 0, "Test skipped. Shell workers required."); --} -diff -ruN src/tests/js1_8_5/extensions/worker-terminate-child.js src.new/tests/js1_8_5/extensions/worker-terminate-child.js ---- tests/js1_8_5/extensions/worker-terminate-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-terminate-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,13 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --onmessage = function (event) { -- var workerDir = event.message; -- var child = new Worker(workerDir + 'worker-terminate-iloop.js'); // loops forever -- child.terminate(); -- postMessage("killed"); --}; -diff -ruN src/tests/js1_8_5/extensions/worker-terminate-iloop.js src.new/tests/js1_8_5/extensions/worker-terminate-iloop.js ---- tests/js1_8_5/extensions/worker-terminate-iloop.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-terminate-iloop.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,9 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --for (;;) -- ; -diff -ruN src/tests/js1_8_5/extensions/worker-terminate.js src.new/tests/js1_8_5/extensions/worker-terminate.js ---- tests/js1_8_5/extensions/worker-terminate.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-terminate.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,37 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof Worker != 'undefined') { -- JSTest.waitForExplicitFinish(); -- -- // This tests that a parent worker can terminate a child. We run the test -- // several times serially. If terminate() doesn't work, the runaway Workers -- // will soon outnumber the number of threads in the thread pool, and we -- // will deadlock. -- var i = 0; -- -- function next() { -- if (++i == 10) { -- reportCompare(0, 0, "worker-terminate"); -- JSTest.testFinished(); -- return; -- } -- -- var w = new Worker(workerDir + "worker-terminate-child.js"); -- w.onmessage = function (event) { -- reportCompare("killed", event.data, "killed runaway worker #" + i); -- next(); -- }; -- w.onerror = function (event) { -- reportCompare(0, 1, "Got error: " + event.message); -- }; -- w.postMessage(workerDir); -- } -- next(); --} else { -- reportCompare(0, 0, "Test skipped. Shell workers required."); --} -diff -ruN src/tests/js1_8_5/extensions/worker-timeout-child.js src.new/tests/js1_8_5/extensions/worker-timeout-child.js ---- tests/js1_8_5/extensions/worker-timeout-child.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-timeout-child.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,9 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --for (;;) -- ; -diff -ruN src/tests/js1_8_5/extensions/worker-timeout.js src.new/tests/js1_8_5/extensions/worker-timeout.js ---- tests/js1_8_5/extensions/worker-timeout.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/js1_8_5/extensions/worker-timeout.js 1970-01-01 10:00:00.000000000 +1000 -@@ -1,18 +0,0 @@ --/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ --/* -- * Any copyright is dedicated to the Public Domain. -- * http://creativecommons.org/licenses/publicdomain/ -- * Contributor: Jason Orendorff -- */ -- --if (typeof timeout == 'function' && typeof Worker != 'undefined') { -- // We don't actually ever call JSTest.testFinished(); instead we -- // time out and exit the shell with exit code 6. -- JSTest.waitForExplicitFinish(); -- expectExitCode(6); -- timeout(1.0); -- for (var i = 0; i < 5; i++) -- new Worker(workerDir + "worker-timeout-child.js"); // just loops forever --} else { -- reportCompare(0, 0, "Test skipped. Shell workers and timeout required."); --} -diff -ruN src/tests/shell.js src.new/tests/shell.js ---- tests/shell.js 2011-04-01 06:08:36.000000000 +1100 -+++ tests/shell.js 2013-03-23 22:07:41.387249919 +1100 -@@ -833,18 +833,6 @@ - } - } - --var JSTest = { -- waitForExplicitFinish: function () { -- gDelayTestDriverEnd = true; -- }, -- -- testFinished: function () { -- gDelayTestDriverEnd = false; -- jsTestDriverEnd(); -- quit(); -- } --}; -- - function jsTestDriverEnd() - { - // gDelayTestDriverEnd is used to diff --git a/lang/spidermonkey185/files/patch-c++11 b/lang/spidermonkey185/files/patch-c++11 deleted file mode 100644 index 525c295b333..00000000000 --- a/lang/spidermonkey185/files/patch-c++11 +++ /dev/null @@ -1,291 +0,0 @@ -jsapi.cpp:3988:16: error: cannot initialize return object of type 'JSIdArray *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsarray.cpp:497:1: error: non-constant-expression cannot be narrowed from type 'intptr_t' (aka 'long') to 'uintptr_t' (aka 'unsigned long') in initializer list [-Wc++11-narrowing] -JS_DEFINE_CALLINFO_3(extern, BOOL, js_EnsureDenseArrayCapacity, CONTEXT, OBJECT, INT32, -^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -./jsbuiltins.h:350:5: note: expanded from macro 'JS_DEFINE_CALLINFO_3' - _JS_DEFINE_CALLINFO(linkage, op, \ - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -./jsbuiltins.h:294:11: note: expanded from macro '_JS_DEFINE_CALLINFO' - { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ - ^~~~~~~~~~~~~~~~ -jsfun.cpp:2054:16: error: cannot initialize return object of type 'JSString *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsfun.cpp:2660:20: error: cannot initialize return object of type 'const js::Shape *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsiter.cpp:428:20: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsparse.cpp:3355:20: error: cannot initialize return object of type 'JSParseNode *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsstr.cpp:1737:24: error: cannot initialize return object of type 'const RegExpPair *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsstr.cpp:3403:16: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'JSIntn' (aka 'int') - return JS_FALSE; - ^~~~~~~~ -./jstypes.h:395:18: note: expanded from macro 'JS_FALSE' -#define JS_FALSE (JSIntn)0 - ^~~~~~~~~ -jstypedarray.cpp:1337:20: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'bool' - return false; - ^~~~~ -jstypedarray.cpp:1671:16: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'bool' - return false; - ^~~~~ -jsxml.cpp:285:16: error: cannot initialize return object of type 'JSObject *' with an rvalue of type 'JSIntn' (aka 'int') - return JS_FALSE; - ^~~~~~~~ -jsxml.cpp:434:20: error: cannot initialize return object of type 'JSString *' with an rvalue of type 'JSIntn' (aka 'int') - return JS_FALSE; - ^~~~~~~~ -./jstypes.h:395:18: note: expanded from macro 'JS_FALSE' -#define JS_FALSE (JSIntn)0 - ^~~~~~~~~ -./methodjit/InvokeHelpers.cpp:731:16: error: cannot initialize return object of type 'void *' with an rvalue of type 'bool' - return false; - ^~~~~ -./nanojit/NativeX64.cpp:1902:59: error: constant expression evaluates to 9223372036854775808 which cannot be narrowed to type 'int64_t' (aka 'long') [-Wc++11-narrowing] - static const AVMPLUS_ALIGN16(int64_t) negateMask[] = {0x8000000000000000LL,0}; - ^~~~~~~~~~~~~~~~~~~~ -./nanojit/NativeX64.cpp:1902:59: note: insert an explicit cast to silence this issue - static const AVMPLUS_ALIGN16(int64_t) negateMask[] = {0x8000000000000000LL,0}; - ^~~~~~~~~~~~~~~~~~~~ - static_cast( ) -./nanojit/RegAlloc.h:189:24: error: non-constant-expression cannot be narrowed from type 'int' to 'nanojit::Register' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] - Register r = { (sizeof(RegisterMask) == 4) ? lsbSet32(mask) : lsbSet64(mask) }; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -./nanojit/RegAlloc.h:189:24: note: insert an explicit cast to silence this issue - Register r = { (sizeof(RegisterMask) == 4) ? lsbSet32(mask) : lsbSet64(mask) }; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - static_cast( ) -./nanojit/RegAlloc.h:197:24: error: non-constant-expression cannot be narrowed from type 'int' to 'nanojit::Register' (aka 'unsigned int') in initializer list [-Wc++11-narrowing] - Register r = { (sizeof(RegisterMask) == 4) ? msbSet32(mask) : msbSet64(mask) }; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -./nanojit/RegAlloc.h:197:24: note: insert an explicit cast to silence this issue - Register r = { (sizeof(RegisterMask) == 4) ? msbSet32(mask) : msbSet64(mask) }; - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - static_cast( ) - ---- jsapi.cpp.orig 2011-03-31 19:08:36 UTC -+++ jsapi.cpp -@@ -3985,7 +3985,7 @@ JS_Enumerate(JSContext *cx, JSObject *obj) - AutoIdVector props(cx); - JSIdArray *ida; - if (!GetPropertyNames(cx, obj, JSITER_OWNONLY, &props) || !VectorToIdArray(cx, props, &ida)) -- return false; -+ return NULL; - for (size_t n = 0; n < size_t(ida->length); ++n) - JS_ASSERT(js_CheckForStringIndex(ida->vector[n]) == ida->vector[n]); - return ida; ---- jsbuiltins.h.orig 2011-03-31 19:08:36 UTC -+++ jsbuiltins.h -@@ -284,14 +284,14 @@ struct ClosureVarInfo; - #define _JS_DEFINE_CALLINFO(linkage, name, crtype, cargtypes, argtypes, isPure, storeAccSet) \ - _JS_TN_LINKAGE(linkage, crtype) name cargtypes; \ - _JS_CI_LINKAGE(linkage) const nanojit::CallInfo _JS_CALLINFO(name) = \ -- { (intptr_t) &name, argtypes, nanojit::ABI_CDECL, isPure, storeAccSet _JS_CI_NAME(name) };\ -+ { (uintptr_t) &name, argtypes, nanojit::ABI_CDECL, isPure, storeAccSet _JS_CI_NAME(name) };\ - JS_STATIC_ASSERT_IF(isPure, (storeAccSet) == nanojit::ACCSET_NONE); - - #else - #define _JS_DEFINE_CALLINFO(linkage, name, crtype, cargtypes, argtypes, isPure, storeAccSet) \ - _JS_TN_LINKAGE(linkage, crtype) FASTCALL name cargtypes; \ - _JS_CI_LINKAGE(linkage) const nanojit::CallInfo _JS_CALLINFO(name) = \ -- { (intptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ -+ { (uintptr_t) &name, argtypes, nanojit::ABI_FASTCALL, isPure, storeAccSet _JS_CI_NAME(name) }; \ - JS_STATIC_ASSERT_IF(isPure, (storeAccSet) == nanojit::ACCSET_NONE); - #endif - ---- jsfun.cpp.orig 2011-03-31 19:08:36 UTC -+++ jsfun.cpp -@@ -2051,7 +2051,7 @@ fun_toStringHelper(JSContext *cx, JSObject *obj, uintN - - JSString *str = JS_DecompileFunction(cx, fun, indent); - if (!str) -- return false; -+ return NULL; - - if (!indent) - cx->compartment->toSourceCache.put(fun, str); -@@ -2657,7 +2657,7 @@ LookupInterpretedFunctionPrototype(JSContext *cx, JSOb - const Shape *shape = funobj->nativeLookup(id); - if (!shape) { - if (!ResolveInterpretedFunctionPrototype(cx, funobj)) -- return false; -+ return NULL; - shape = funobj->nativeLookup(id); - } - JS_ASSERT(!shape->configurable()); ---- jsiter.cpp.orig 2011-03-31 19:08:36 UTC -+++ jsiter.cpp -@@ -267,7 +267,7 @@ Snapshot(JSContext *cx, JSObject *obj, uintN flags, Au - */ - IdSet ht(cx); - if (!ht.init(32)) -- return NULL; -+ return false; - - JSObject *pobj = obj; - do { -@@ -425,7 +425,7 @@ NewIteratorObject(JSContext *cx, uintN flags) - */ - JSObject *obj = js_NewGCObject(cx, FINALIZE_OBJECT0); - if (!obj) -- return false; -+ return NULL; - obj->init(cx, &js_IteratorClass, NULL, NULL, NULL, false); - obj->setMap(cx->compartment->emptyEnumeratorShape); - return obj; ---- jsparse.cpp.orig 2011-03-31 19:08:36 UTC -+++ jsparse.cpp -@@ -1821,14 +1821,14 @@ Compiler::compileFunctionBody(JSContext *cx, JSFunctio - - JSCodeGenerator funcg(&parser, &codePool, ¬ePool, tokenStream.getLineno()); - if (!funcg.init()) -- return NULL; -+ return false; - - funcg.flags |= TCF_IN_FUNCTION; - funcg.setFunction(fun); - funcg.bindings.transfer(cx, bindings); - fun->setArgCount(funcg.bindings.countArgs()); - if (!GenerateBlockId(&funcg, funcg.bodyid)) -- return NULL; -+ return false; - - /* FIXME: make Function format the source for a function definition. */ - tokenStream.mungeCurrentToken(TOK_NAME); -@@ -3352,7 +3352,7 @@ Parser::functionDef(JSAtom *funAtom, FunctionType type - if (!outertc->inFunction() && bodyLevel && funAtom && !lambda && outertc->compiling()) { - JS_ASSERT(pn->pn_cookie.isFree()); - if (!DefineGlobal(pn, outertc->asCodeGenerator(), funAtom)) -- return false; -+ return NULL; - } - - pn->pn_blockid = outertc->blockid(); -@@ -5058,7 +5058,7 @@ RebindLets(JSParseNode *pn, JSTreeContext *tc) - if (!ale) { - ale = MakePlaceholder(pn, tc); - if (!ale) -- return NULL; -+ return false; - } - LinkUseToDef(pn, ALE_DEFN(ale), tc); - } ---- jsstr.cpp.orig 2011-03-31 19:08:36 UTC -+++ jsstr.cpp -@@ -1734,7 +1734,7 @@ class RegExpGuard - if (flat) { - patstr = flattenPattern(cx, fm.patstr); - if (!patstr) -- return false; -+ return NULL; - } else { - patstr = fm.patstr; - } -@@ -2276,7 +2276,7 @@ BuildDollarReplacement(JSContext *cx, JSString *textst - { - JSLinearString *textstr = textstrArg->ensureLinear(cx); - if (!textstr) -- return NULL; -+ return false; - - JS_ASSERT(repstr->chars() <= firstDollar && firstDollar < repstr->chars() + repstr->length()); - size_t matchStart = fm.match(); -@@ -3400,7 +3400,7 @@ js_InitStringClass(JSContext *cx, JSObject *obj) - UndefinedValue(), NULL, NULL, - JSPROP_READONLY | JSPROP_PERMANENT | JSPROP_SHARED, 0, 0, - NULL)) { -- return JS_FALSE; -+ return NULL; - } - - return proto; ---- jstypedarray.cpp.orig 2011-03-31 19:08:36 UTC -+++ jstypedarray.cpp -@@ -1334,7 +1334,7 @@ class TypedArrayTemplate - if (size != 0 && count >= INT32_MAX / size) { - JS_ReportErrorNumber(cx, js_GetErrorMessage, NULL, - JSMSG_NEED_DIET, "size and count"); -- return false; -+ return NULL; - } - - int32 bytelen = size * count; -@@ -1668,7 +1668,7 @@ TypedArrayConstruct(JSContext *cx, jsint atype, uintN - - default: - JS_NOT_REACHED("shouldn't have gotten here"); -- return false; -+ return NULL; - } - } - ---- jsxml.cpp.orig 2011-03-31 19:08:36 UTC -+++ jsxml.cpp -@@ -282,7 +282,7 @@ NewXMLNamespace(JSContext *cx, JSLinearString *prefix, - - obj = NewBuiltinClassInstanceXML(cx, &js_NamespaceClass); - if (!obj) -- return JS_FALSE; -+ return NULL; - JS_ASSERT(JSVAL_IS_VOID(obj->getNamePrefixVal())); - JS_ASSERT(JSVAL_IS_VOID(obj->getNameURIVal())); - JS_ASSERT(JSVAL_IS_VOID(obj->getNamespaceDeclared())); -@@ -431,7 +431,7 @@ ConvertQNameToString(JSContext *cx, JSObject *obj) - size_t length = str->length(); - jschar *chars = (jschar *) cx->malloc((length + 2) * sizeof(jschar)); - if (!chars) -- return JS_FALSE; -+ return NULL; - *chars = '@'; - const jschar *strChars = str->getChars(cx); - if (!strChars) { ---- methodjit/InvokeHelpers.cpp.orig 2011-03-31 19:08:36 UTC -+++ methodjit/InvokeHelpers.cpp -@@ -728,7 +728,7 @@ AtSafePoint(JSContext *cx) - { - JSStackFrame *fp = cx->fp(); - if (fp->hasImacropc()) -- return false; -+ return NULL; - - JSScript *script = fp->script(); - return script->maybeNativeCodeForPC(fp->isConstructing(), cx->regs->pc); ---- nanojit/NativeX64.cpp.orig 2011-03-31 19:08:36 UTC -+++ nanojit/NativeX64.cpp -@@ -1899,7 +1899,7 @@ namespace nanojit - } - } - -- static const AVMPLUS_ALIGN16(int64_t) negateMask[] = {0x8000000000000000LL,0}; -+ static const AVMPLUS_ALIGN16(int64_t) negateMask[] = {(int64_t)0x8000000000000000LL,0}; - - void Assembler::asm_fneg(LIns *ins) { - Register rr, ra; ---- nanojit/RegAlloc.h.orig 2011-03-31 19:08:36 UTC -+++ nanojit/RegAlloc.h -@@ -186,7 +186,7 @@ namespace nanojit - inline Register lsReg(RegisterMask mask) { - // This is faster than it looks; we rely on the C++ optimizer - // to strip the dead branch and inline just one alternative. -- Register r = { (sizeof(RegisterMask) == 4) ? lsbSet32(mask) : lsbSet64(mask) }; -+ Register r = { (sizeof(RegisterMask) == 4) ? (Register)lsbSet32(mask) : (Register)lsbSet64(mask) }; - return r; - } - -@@ -194,7 +194,7 @@ namespace nanojit - inline Register msReg(RegisterMask mask) { - // This is faster than it looks; we rely on the C++ optimizer - // to strip the dead branch and inline just one alternative. -- Register r = { (sizeof(RegisterMask) == 4) ? msbSet32(mask) : msbSet64(mask) }; -+ Register r = { (sizeof(RegisterMask) == 4) ? (Register)msbSet32(mask) : (Register)msbSet64(mask) }; - return r; - } - diff --git a/lang/spidermonkey185/files/patch-configure.in b/lang/spidermonkey185/files/patch-configure.in deleted file mode 100644 index c8910057a42..00000000000 --- a/lang/spidermonkey185/files/patch-configure.in +++ /dev/null @@ -1,36 +0,0 @@ ---- ./configure.in.orig 2011-04-01 06:08:36.000000000 +1100 -+++ ./configure.in 2013-05-26 00:19:28.032315432 +1000 -@@ -3378,7 +3378,8 @@ - rm -f conftest.{c,S} - ]) - if test "$ac_cv_have_visibility_builtin_bug" = "no" -a \ -- "$ac_cv_have_visibility_class_bug" = "no"; then -+ "$ac_cv_have_visibility_class_bug" = "no" -a \ -+ "$OS_ARCH" != "FreeBSD" ; then - VISIBILITY_FLAGS='-I$(DIST)/system_wrappers_js -include $(topsrcdir)/config/gcc_hidden.h' - WRAP_SYSTEM_INCLUDES=1 - STL_FLAGS='-I$(DIST)/stl_wrappers' -@@ -4656,6 +4657,9 @@ MOZ_ARG_HEADER(Individual module options - - dnl Setup default CPU arch for arm target - case "$target_cpu" in -+ armv6*) -+ MOZ_ARM_ARCH=armv6 -+ ;; - arm*) - MOZ_ARM_ARCH=armv7 - ;; -@@ -4716,6 +4720,13 @@ elif test "$MOZ_ARM_ARCH" = "armv7"; the - esac - else - case "$target_cpu" in -+ armv6*) -+ if test "$GNU_CC"; then -+ CFLAGS="$CFLAGS" -+ CXXFLAGS="$CXXFLAGS" -+ ASFLAGS="$ASFLAGS" -+ fi -+ ;; - arm*) - if test "$GNU_CC"; then - CFLAGS="$CFLAGS -march=armv5te -mthumb-interwork -msoft-float" diff --git a/lang/spidermonkey185/files/patch-jsscript.h b/lang/spidermonkey185/files/patch-jsscript.h deleted file mode 100644 index a642b31a864..00000000000 --- a/lang/spidermonkey185/files/patch-jsscript.h +++ /dev/null @@ -1,48 +0,0 @@ -# HG changeset patch -# User Ehsan Akhgari -# Date 1308340787 14400 -# Node ID c0e8643e8e60d1c98bff30c78e034f991f75c191 -# Parent 284ebc48b2cb8e35dc04482ede700e717d8d214f -Bug 662962 - Silence the clang warnings issued because of alignment requirements increase when compiling jsscript.h; r=Waldo - ---- ./jsscript.h.orig 2011-04-01 06:08:36.000000000 +1100 -+++ ./jsscript.h 2013-05-26 00:23:16.202260566 +1000 -@@ -496,32 +496,32 @@ - - JSObjectArray *objects() { - JS_ASSERT(isValidOffset(objectsOffset)); -- return (JSObjectArray *)((uint8 *) (this + 1) + objectsOffset); -+ return reinterpret_cast(uintptr_t(this + 1) + objectsOffset); - } - - JSUpvarArray *upvars() { - JS_ASSERT(isValidOffset(upvarsOffset)); -- return (JSUpvarArray *) ((uint8 *) (this + 1) + upvarsOffset); -+ return reinterpret_cast(uintptr_t(this + 1) + upvarsOffset); - } - - JSObjectArray *regexps() { - JS_ASSERT(isValidOffset(regexpsOffset)); -- return (JSObjectArray *) ((uint8 *) (this + 1) + regexpsOffset); -+ return reinterpret_cast(uintptr_t(this + 1) + regexpsOffset); - } - - JSTryNoteArray *trynotes() { - JS_ASSERT(isValidOffset(trynotesOffset)); -- return (JSTryNoteArray *) ((uint8 *) (this + 1) + trynotesOffset); -+ return reinterpret_cast(uintptr_t(this + 1) + trynotesOffset); - } - - js::GlobalSlotArray *globals() { - JS_ASSERT(isValidOffset(globalsOffset)); -- return (js::GlobalSlotArray *) ((uint8 *) (this + 1) + globalsOffset); -+ return reinterpret_cast(uintptr_t(this + 1) + globalsOffset); - } - - JSConstArray *consts() { - JS_ASSERT(isValidOffset(constOffset)); -- return (JSConstArray *) ((uint8 *) (this + 1) + constOffset); -+ return reinterpret_cast(uintptr_t(this + 1) + constOffset); - } - - JSAtom *getAtom(size_t index) { diff --git a/lang/spidermonkey185/files/patch-jsstr.cpp b/lang/spidermonkey185/files/patch-jsstr.cpp deleted file mode 100644 index 13ab1ee9f3d..00000000000 --- a/lang/spidermonkey185/files/patch-jsstr.cpp +++ /dev/null @@ -1,36 +0,0 @@ -# HG changeset patch -# User Ehsan Akhgari -# Date 1308517488 14400 -# Node ID 284ebc48b2cb8e35dc04482ede700e717d8d214f -# Parent cecc5adfc44068fb6f11b9baa78cb5fddc100b27 -Bug 662961 - Silence the clang warnings issued because of alignment requirements increase when compiling jsstr.cpp; r=Waldo - ---- ./jsstr.cpp.orig 2013-05-26 00:44:33.383765764 +1000 -+++ ./jsstr.cpp 2013-05-26 00:46:35.842211859 +1000 -@@ -3147,7 +3147,7 @@ - */ - #define R(c) { \ - BUILD_LENGTH_AND_FLAGS(1, JSString::FLAT | JSString::ATOMIZED), \ -- { (jschar *)(((char *)(unitStringTable + (c))) + \ -+ { (jschar *)(uintptr_t(unitStringTable + (c)) + \ - offsetof(JSString, inlineStorage)) }, \ - { {(c), 0x00} } } - -@@ -3207,7 +3207,7 @@ - */ - #define R(c) { \ - BUILD_LENGTH_AND_FLAGS(2, JSString::FLAT | JSString::ATOMIZED), \ -- { (jschar *)(((char *)(length2StringTable + (c))) + \ -+ { (jschar *)(uintptr_t(length2StringTable + (c)) + \ - offsetof(JSString, inlineStorage)) }, \ - { {FROM_SMALL_CHAR((c) >> 6), FROM_SMALL_CHAR((c) & 0x3F), 0x00} } } - -@@ -3240,7 +3240,7 @@ - */ - #define R(c) { \ - BUILD_LENGTH_AND_FLAGS(3, JSString::FLAT | JSString::ATOMIZED), \ -- { (jschar *)(((char *)(hundredStringTable + ((c) - 100))) + \ -+ { (jschar *)(uintptr_t(hundredStringTable + ((c) - 100)) + \ - offsetof(JSString, inlineStorage)) }, \ - { {((c) / 100) + '0', ((c) / 10 % 10) + '0', ((c) % 10) + '0', 0x00} } } - diff --git a/lang/spidermonkey185/files/patch-methodjit_MethodJIT.cpp b/lang/spidermonkey185/files/patch-methodjit_MethodJIT.cpp deleted file mode 100644 index b886520e9bd..00000000000 --- a/lang/spidermonkey185/files/patch-methodjit_MethodJIT.cpp +++ /dev/null @@ -1,38 +0,0 @@ ---- methodjit/MethodJIT.cpp.orig 2011-03-31 19:08:36 UTC -+++ methodjit/MethodJIT.cpp -@@ -189,7 +189,7 @@ JS_STATIC_ASSERT(offsetof(VMFrame, regs.fp) == 0x38); - JS_STATIC_ASSERT(JSVAL_TAG_MASK == 0xFFFF800000000000LL); - JS_STATIC_ASSERT(JSVAL_PAYLOAD_MASK == 0x00007FFFFFFFFFFFLL); - --asm volatile ( -+asm ( - ".text\n" - ".globl " SYMBOL_STRING(JaegerTrampoline) "\n" - SYMBOL_STRING(JaegerTrampoline) ":" "\n" -@@ -236,7 +236,7 @@ SYMBOL_STRING(JaegerTrampoline) ":" "\n" - "jmp *0(%rsp)" "\n" - ); - --asm volatile ( -+asm ( - ".text\n" - ".globl " SYMBOL_STRING(JaegerTrampolineReturn) "\n" - SYMBOL_STRING(JaegerTrampolineReturn) ":" "\n" -@@ -256,7 +256,7 @@ SYMBOL_STRING(JaegerTrampolineReturn) ":" "\n" - "ret" "\n" - ); - --asm volatile ( -+asm ( - ".text\n" - ".globl " SYMBOL_STRING(JaegerThrowpoline) "\n" - SYMBOL_STRING(JaegerThrowpoline) ":" "\n" -@@ -281,7 +281,7 @@ SYMBOL_STRING(JaegerThrowpoline) ":" "\n" - - JS_STATIC_ASSERT(offsetof(VMFrame, regs.fp) == 0x38); - --asm volatile ( -+asm ( - ".text\n" - ".globl " SYMBOL_STRING(InjectJaegerReturn) "\n" - SYMBOL_STRING(InjectJaegerReturn) ":" "\n" diff --git a/lang/spidermonkey185/files/patch-nanojit_CodeAlloc.cpp b/lang/spidermonkey185/files/patch-nanojit_CodeAlloc.cpp deleted file mode 100644 index 52c65c0e962..00000000000 --- a/lang/spidermonkey185/files/patch-nanojit_CodeAlloc.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- nanojit/CodeAlloc.cpp.orig 2016-09-07 UTC -+++ nanojit/CodeAlloc.cpp -@@ -261,7 +261,6 @@ namespace nanojit - #endif - - #if defined(AVMPLUS_UNIX) && defined(NANOJIT_ARM) --#include - extern "C" void __clear_cache(char *BEG, char *END); - #endif - diff --git a/lang/spidermonkey185/files/patch-nanojit_njcpudetect.h b/lang/spidermonkey185/files/patch-nanojit_njcpudetect.h deleted file mode 100644 index 4a26a07ab68..00000000000 --- a/lang/spidermonkey185/files/patch-nanojit_njcpudetect.h +++ /dev/null @@ -1,11 +0,0 @@ ---- nanojit/njcpudetect.h.orig 2016-09-07 UTC -+++ nanojit/njcpudetect.h -@@ -77,6 +77,8 @@ - #elif defined(__ARM_ARCH_6__) || \ - defined(__ARM_ARCH_6J__) || \ - defined(__ARM_ARCH_6T2__) || \ -+ defined(__ARM_ARCH_6K__) || \ -+ defined(__ARM_ARCH_6KZ__) || \ - defined(__ARM_ARCH_6Z__) || \ - defined(__ARM_ARCH_6ZK__) || \ - defined(__ARM_ARCH_6M__) || \ diff --git a/lang/spidermonkey185/pkg-descr b/lang/spidermonkey185/pkg-descr deleted file mode 100644 index db4318240ee..00000000000 --- a/lang/spidermonkey185/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Spidermonkey is the JavaScript interpreter from the Mozilla project. - -WWW: http://www.mozilla.org/js/spidermonkey/ diff --git a/lang/spidermonkey185/pkg-plist b/lang/spidermonkey185/pkg-plist deleted file mode 100644 index f7735572dd2..00000000000 --- a/lang/spidermonkey185/pkg-plist +++ /dev/null @@ -1,106 +0,0 @@ -bin/js-config -include/js/Allocator.h -include/js/Assembler.h -include/js/CodeAlloc.h -include/js/Containers.h -include/js/Fragmento.h -include/js/LIR.h -include/js/LIRopcode.tbl -include/js/Native.h -include/js/NativeCommon.h -%%ARM%%/include/js/NativeARM.h -%%MIPS%%/include/js/NativeMIPS.h -%%PPC%%/include/js/NativePPC.h -%%SPARC%%/include/js/NativeSparc.h -%%AMD64%%include/js/NativeX64.h -%%I386%%include/js/Nativei386.h -include/js/RegAlloc.h -include/js/VMPI.h -include/js/Writer.h -include/js/avmplus.h -include/js/js-config.h -include/js/js.msg -include/js/jsanalyze.h -include/js/jsapi.h -include/js/jsarena.h -include/js/jsarray.h -include/js/jsatom.h -include/js/jsautocfg.h -include/js/jsautokw.h -include/js/jsbit.h -include/js/jsbool.h -include/js/jsbuiltins.h -include/js/jscell.h -include/js/jsclist.h -include/js/jsclone.h -include/js/jscntxt.h -include/js/jscompartment.h -include/js/jscompat.h -include/js/jsdate.h -include/js/jsdbgapi.h -include/js/jsdhash.h -include/js/jsdtoa.h -include/js/jsemit.h -include/js/jsfriendapi.h -include/js/jsfun.h -include/js/jsgc.h -include/js/jsgcchunk.h -include/js/jsgcstats.h -include/js/jshash.h -include/js/jshashtable.h -include/js/jshotloop.h -include/js/jsinterp.h -include/js/jsinttypes.h -include/js/jsiter.h -include/js/jslock.h -include/js/jslong.h -include/js/jsmath.h -include/js/jsobj.h -include/js/jsobjinlines.h -include/js/json.h -include/js/jsopcode.h -include/js/jsopcode.tbl -include/js/jsopcodeinlines.h -include/js/jsotypes.h -include/js/jsparse.h -include/js/jsperf.h -include/js/jsprf.h -include/js/jsprobes.h -include/js/jspropertycache.h -include/js/jspropertycacheinlines.h -include/js/jspropertytree.h -include/js/jsproto.tbl -include/js/jsproxy.h -include/js/jsprvtd.h -include/js/jspubtd.h -include/js/jsreflect.h -include/js/jsregexp.h -include/js/jsscan.h -include/js/jsscope.h -include/js/jsscript.h -include/js/jsscriptinlines.h -include/js/jsstaticcheck.h -include/js/jsstdint.h -include/js/jsstr.h -include/js/jstl.h -include/js/jstracer.h -include/js/jstypedarray.h -include/js/jstypes.h -include/js/jsutil.h -include/js/jsval.h -include/js/jsvalue.h -include/js/jsvector.h -include/js/jsversion.h -include/js/jswrapper.h -include/js/jsxdrapi.h -include/js/jsxml.h -include/js/nanojit.h -include/js/njconfig.h -include/js/njcpudetect.h -include/js/prmjtime.h -lib/libmozjs185.so -lib/libmozjs185-1.0.a -lib/libmozjs185.so.1.0.0 -lib/libmozjs185.so.1.0 -lib/libmozjs185.so.1 -libdata/pkgconfig/mozjs185.pc diff --git a/lang/spidermonkey78/Makefile b/lang/spidermonkey78/Makefile index 6138df9e959..296d287ac6b 100644 --- a/lang/spidermonkey78/Makefile +++ b/lang/spidermonkey78/Makefile @@ -1,6 +1,6 @@ PORTNAME= spidermonkey DISTVERSION= 78.7.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang MASTER_SITES= MOZILLA/firefox/releases/${DISTVERSION}esr/source PKGNAMESUFFIX= ${SP_VER} diff --git a/lang/swi-pl/Makefile b/lang/swi-pl/Makefile index 99801dd241d..d1250b3dfc1 100644 --- a/lang/swi-pl/Makefile +++ b/lang/swi-pl/Makefile @@ -2,7 +2,7 @@ PORTNAME= swi-pl DISTVERSION= 8.2.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.swi-prolog.org/download/stable/src/ DISTNAME= swipl-${DISTVERSION} @@ -77,7 +77,7 @@ USE_LDCONFIG= ${PREFIX}/lib/swipl/lib/${ARCH}-${OPSYS:tl} PLIST_SUB+= ARCH=${ARCH} OS=${OPSYS:tl} -.if ${ARCH} == "i386" || ${ARCH} == "amd64" +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/mail/p5-Email-Abstract/Makefile b/mail/p5-Email-Abstract/Makefile index aa0417c6342..a573a619e51 100644 --- a/mail/p5-Email-Abstract/Makefile +++ b/mail/p5-Email-Abstract/Makefile @@ -1,6 +1,5 @@ PORTNAME= Email-Abstract -PORTVERSION= 3.008 -PORTREVISION= 1 +PORTVERSION= 3.009 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -10,6 +9,7 @@ COMMENT= Unified interface to mail representations LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Email-Simple>=1.998:mail/p5-Email-Simple \ diff --git a/mail/p5-Email-Abstract/distinfo b/mail/p5-Email-Abstract/distinfo index 8d02202cbce..ee09c5ad7c2 100644 --- a/mail/p5-Email-Abstract/distinfo +++ b/mail/p5-Email-Abstract/distinfo @@ -1,2 +1,3 @@ -SHA256 (Email-Abstract-3.008.tar.gz) = fc7169acb6c43df7f005e7ef6ad08ee8ca6eb6796b5d1604593c997337cc8240 -SIZE (Email-Abstract-3.008.tar.gz) = 26934 +TIMESTAMP = 1624189735 +SHA256 (Email-Abstract-3.009.tar.gz) = 040b7292e22e54815e9e6dfcdbfac9d874741930a20744ff5b369147dde201fc +SIZE (Email-Abstract-3.009.tar.gz) = 27897 diff --git a/mail/p5-Email-Valid-Loose/Makefile b/mail/p5-Email-Valid-Loose/Makefile index 0630a3d9e2b..03f0add5fa2 100644 --- a/mail/p5-Email-Valid-Loose/Makefile +++ b/mail/p5-Email-Valid-Loose/Makefile @@ -16,4 +16,6 @@ RUN_DEPENDS= p5-Email-Valid>=0:mail/p5-Email-Valid USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index f7b3eee70c4..98256dc6308 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -1,7 +1,7 @@ # Created by: Torsten Blum PORTNAME= postfix -DISTVERSION= 3.7-20210612 +DISTVERSION= 3.7-20210627 PORTREVISION?= 0 PORTEPOCH= 6 CATEGORIES= mail diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 3e8cb901340..f41b17e6d72 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623676992 -SHA256 (postfix/postfix-3.7-20210612.tar.gz) = e6f5eb9fb848599a2e8b43a2f3f3dcaf2c60b9ab979bde20629d39901daaac49 -SIZE (postfix/postfix-3.7-20210612.tar.gz) = 4747624 +TIMESTAMP = 1624870547 +SHA256 (postfix/postfix-3.7-20210627.tar.gz) = e42ecc2e17c1085329a3dac92409aa8287a6b2d49a3a35a60d281e03a2886cef +SIZE (postfix/postfix-3.7-20210627.tar.gz) = 4749370 diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index b1aa8c7223b..bca9182f31d 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -2,7 +2,7 @@ PORTNAME= thunderbird DISTVERSION= 78.11.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail news net-im MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build1/source diff --git a/math/Makefile b/math/Makefile index 064f5026bba..95a8a9f1928 100644 --- a/math/Makefile +++ b/math/Makefile @@ -154,7 +154,6 @@ SUBDIR += arpack-ng SUBDIR += ascent SUBDIR += asl - SUBDIR += aspcud SUBDIR += asymptote SUBDIR += atlas SUBDIR += barvinok @@ -336,7 +335,6 @@ SUBDIR += gravity SUBDIR += gretl SUBDIR += gri - SUBDIR += gringo SUBDIR += grpn SUBDIR += gsl SUBDIR += half @@ -858,7 +856,6 @@ SUBDIR += py-pplpy SUBDIR += py-primme SUBDIR += py-pyFFTW - SUBDIR += py-pyasp SUBDIR += py-pybloom SUBDIR += py-pyclipper SUBDIR += py-pycosat diff --git a/math/R-cran-MatchIt/Makefile b/math/R-cran-MatchIt/Makefile index f71831c01ce..c24fe64ecf9 100644 --- a/math/R-cran-MatchIt/Makefile +++ b/math/R-cran-MatchIt/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= MatchIt -DISTVERSION= 4.1.0 +DISTVERSION= 4.2.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-MatchIt/distinfo b/math/R-cran-MatchIt/distinfo index d6260858012..077fb1895d7 100644 --- a/math/R-cran-MatchIt/distinfo +++ b/math/R-cran-MatchIt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608635200 -SHA256 (MatchIt_4.1.0.tar.gz) = b34767cbb8cfb70c6b781849d5430b11480fac43af0a2d53460a1c57c7997ba1 -SIZE (MatchIt_4.1.0.tar.gz) = 1552491 +TIMESTAMP = 1624509937 +SHA256 (MatchIt_4.2.0.tar.gz) = ed64baefa618b3360b962376c001820ef540736376268d5f385dfbadef13483c +SIZE (MatchIt_4.2.0.tar.gz) = 1277710 diff --git a/math/R-cran-dplyr/Makefile b/math/R-cran-dplyr/Makefile index 2eb07f235d6..4b77fd817d5 100644 --- a/math/R-cran-dplyr/Makefile +++ b/math/R-cran-dplyr/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= dplyr -DISTVERSION= 1.0.5 +DISTVERSION= 1.0.7 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-dplyr/distinfo b/math/R-cran-dplyr/distinfo index 8b394393b4d..a2a0bbafbe6 100644 --- a/math/R-cran-dplyr/distinfo +++ b/math/R-cran-dplyr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619327297 -SHA256 (dplyr_1.0.5.tar.gz) = 7541a09c66ecb40736e25bc9ec9591f26ec4ee67c99823b4ac855760b5c96e70 -SIZE (dplyr_1.0.5.tar.gz) = 949019 +TIMESTAMP = 1624493647 +SHA256 (dplyr_1.0.7.tar.gz) = d2fe3aedbce02fdddce09a8a80f85f5918a9d1f15f792ad4a98f254959d7123d +SIZE (dplyr_1.0.7.tar.gz) = 852103 diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index 3aeb4345f57..48b19c9475d 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= inline -PORTVERSION= 0.3.17 +PORTVERSION= 0.3.19 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/math/R-cran-inline/distinfo b/math/R-cran-inline/distinfo index 30a974bf572..b94a3d5ebb9 100644 --- a/math/R-cran-inline/distinfo +++ b/math/R-cran-inline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1606981444 -SHA256 (inline_0.3.17.tar.gz) = 792857b2ebd408d6523424d2f6bb7297e241d4b28ab32372f6a9240c8cd554f3 -SIZE (inline_0.3.17.tar.gz) = 24730 +TIMESTAMP = 1624515788 +SHA256 (inline_0.3.19.tar.gz) = 0ee9309bb7dab0b97761ddd18381aa12bd7d54678ccd7bec00784e831f4c99d5 +SIZE (inline_0.3.19.tar.gz) = 25074 diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index 06b632ed50d..fa84f7bd365 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -1,7 +1,7 @@ # Created by: Wen Heping PORTNAME= mvtnorm -DISTVERSION= 1.1-1 +DISTVERSION= 1.1-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-mvtnorm/distinfo b/math/R-cran-mvtnorm/distinfo index 75fb58a6dd5..77e2015c69e 100644 --- a/math/R-cran-mvtnorm/distinfo +++ b/math/R-cran-mvtnorm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593484655 -SHA256 (mvtnorm_1.1-1.tar.gz) = e965dad5e93babb7ded25b5ebdbd52332191b61f897d68853a379a07620d45de -SIZE (mvtnorm_1.1-1.tar.gz) = 163902 +TIMESTAMP = 1624516413 +SHA256 (mvtnorm_1.1-2.tar.gz) = f25ce135e5bd1adc82e65bf53fe3da86d6cada15a70dd8a7a8510b976f3d9017 +SIZE (mvtnorm_1.1-2.tar.gz) = 166202 diff --git a/math/R-cran-numbers/Makefile b/math/R-cran-numbers/Makefile index 3d299c2ccb8..a17ddb64065 100644 --- a/math/R-cran-numbers/Makefile +++ b/math/R-cran-numbers/Makefile @@ -1,5 +1,5 @@ PORTNAME= numbers -DISTVERSION= 0.8-1 +DISTVERSION= 0.8-2 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/math/R-cran-numbers/distinfo b/math/R-cran-numbers/distinfo index b879379431f..9d599b5e167 100644 --- a/math/R-cran-numbers/distinfo +++ b/math/R-cran-numbers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618530268 -SHA256 (numbers_0.8-1.tar.gz) = 731abf15af6cbbd8786d5cf60b0802e123e21597d147d1edbd677183606d2e03 -SIZE (numbers_0.8-1.tar.gz) = 48250 +TIMESTAMP = 1624517161 +SHA256 (numbers_0.8-2.tar.gz) = c1ac232878d64b5ef844524a5f85a7a7f64fcd0652f3d6fc3936f16fa665573d +SIZE (numbers_0.8-2.tar.gz) = 47766 diff --git a/math/aspcud/Makefile b/math/aspcud/Makefile deleted file mode 100644 index 45ea9215f09..00000000000 --- a/math/aspcud/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Vsevolod Stakhov - -PORTNAME= aspcud -PORTVERSION= 1.9.4 -DISTVERSIONPREFIX= v -PORTREVISION= 7 -CATEGORIES= math ports-mgmt sysutils - -MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Advanced solver for package dependencies - -LICENSE= GPLv3 - -DEPRECATED= Uses EOL Python 2.7 via math/gringo -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= re2c:devel/re2c -LIB_DEPENDS= libboost_thread.so:devel/boost-libs -RUN_DEPENDS= gringo:math/gringo \ - clasp:math/clasp \ - bash:shells/bash - -USES= compiler:c++11-lang cmake python:run -USE_GITHUB= yes -GH_ACCOUNT= potassco - -CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${MANPREFIX}/man - -.include diff --git a/math/aspcud/distinfo b/math/aspcud/distinfo deleted file mode 100644 index 3b6cb91fedd..00000000000 --- a/math/aspcud/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532666427 -SHA256 (potassco-aspcud-v1.9.4_GH0.tar.gz) = 3645f08b079e1cc80e24cd2d7ae5172a52476d84e3ec5e6a6c0034492a6ea885 -SIZE (potassco-aspcud-v1.9.4_GH0.tar.gz) = 70030827 diff --git a/math/aspcud/pkg-descr b/math/aspcud/pkg-descr deleted file mode 100644 index 74a68ff094e..00000000000 --- a/math/aspcud/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Aspcud is a solver for package dependencies. A package universe and a request -to install, remove, or upgrade packages have to be encoded in the CUDF format. -Such a CUDF document can then be passed to aspcud along with an optimization -criteria to obtain a solution to the given package problem. - -WWW: https://potassco.org/aspcud/ diff --git a/math/aspcud/pkg-plist b/math/aspcud/pkg-plist deleted file mode 100644 index 465b1b83e8c..00000000000 --- a/math/aspcud/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -bin/aspcud -bin/cudf2lp -%%DATADIR%%/misc2012.lp -%%DATADIR%%/specification.lp -man/man1/aspcud.1.gz -man/man1/cudf2lp.1.gz diff --git a/math/fricas/Makefile b/math/fricas/Makefile index eda8b8edeca..e8cef54598c 100644 --- a/math/fricas/Makefile +++ b/math/fricas/Makefile @@ -1,5 +1,5 @@ PORTNAME= fricas -DISTVERSION= 1.3.6 +DISTVERSION= 1.3.7 DISTVERSIONSUFFIX= -full CATEGORIES= math MASTER_SITES= SF diff --git a/math/fricas/distinfo b/math/fricas/distinfo index abfcd282516..2896f15430c 100644 --- a/math/fricas/distinfo +++ b/math/fricas/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1586113570 -SHA256 (fricas-1.3.6-full.tar.bz2) = 7c39a6bf61608045c87c3823bd82250cf72a32c6738d8604d8d9186fc7eb391c -SIZE (fricas-1.3.6-full.tar.bz2) = 10422732 +TIMESTAMP = 1624571437 +SHA256 (fricas-1.3.7-full.tar.bz2) = 57682b03ba41fa7c99609818f41ee763685abe455943f4725fb0ef089a5a1e78 +SIZE (fricas-1.3.7-full.tar.bz2) = 38008318 diff --git a/math/fricas/pkg-plist b/math/fricas/pkg-plist index a7ffd104bab..0a3cbe3de7b 100644 --- a/math/fricas/pkg-plist +++ b/math/fricas/pkg-plist @@ -368,16 +368,22 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/FMCF2.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMFUN.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMOEBF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMONOID.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMT1D.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMT2D.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FMTC.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTCAT-.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTCAT.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTLATEX.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTMJAX.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FMTOUT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNAME.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNCAT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNGRPH.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FNLA.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FOP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORDER.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/FORMAT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORMCAT.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/FORMULA.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/FORMULA1.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORTCAT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORTFN.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/FORTFORM.fasl @@ -449,9 +455,9 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/GENEEZ.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENMFACT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENMOEBF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENPGCD.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS1.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS2.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/GENUPS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GENUSER.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GHENSEL.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/GMODPOL.fasl @@ -575,6 +581,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/INTTOOLS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/INTTR.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/INVLAPLA.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IPADIC.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/IPC.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IPF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IPRNTPK.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/IR.fasl @@ -612,6 +619,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/JBX.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JCT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JDE.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JDIFF.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/JFRICAS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JGB.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JLF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/JOINLAT.fasl @@ -658,6 +666,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/LIST2.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LIST2MAP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LIST3.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LISTPKG.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/LLINDEP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LLLRED.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LMDICT.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/LMODULE.fasl @@ -854,6 +863,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/OMSERVER.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ONECOMP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ONECOMP2.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OP.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/OPHANDL.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OPQUERY.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ORDCOMP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/ORDCOMP2.fasl @@ -874,6 +884,7 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/ORTHPOL.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OSGROUP.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OSI.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OUT.fasl +lib/fricas/target/%%HOST_ARCH%%/algebra/OUTBOX.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OUTFORM.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OVAR.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/OWP.fasl @@ -1326,8 +1337,6 @@ lib/fricas/target/%%HOST_ARCH%%/algebra/VIEW3D.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/VIEWDEF.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/VOID.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/VSBASIS.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/VSPACE-.fasl -lib/fricas/target/%%HOST_ARCH%%/algebra/VSPACE.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/WEIER.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/WFFINTBS.fasl lib/fricas/target/%%HOST_ARCH%%/algebra/WGRPH.fasl @@ -1368,6 +1377,7 @@ lib/fricas/target/%%HOST_ARCH%%/bin/FRICASsys lib/fricas/target/%%HOST_ARCH%%/bin/asq lib/fricas/target/%%HOST_ARCH%%/bin/clef lib/fricas/target/%%HOST_ARCH%%/bin/fricas +lib/fricas/target/%%HOST_ARCH%%/bin/fricas-readline lib/fricas/target/%%HOST_ARCH%%/bin/htadd lib/fricas/target/%%HOST_ARCH%%/bin/hypertex lib/fricas/target/%%HOST_ARCH%%/bin/sman @@ -1930,6 +1940,8 @@ lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/srchkey.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/topics.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/type.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug.ht +lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug00.ht +lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug00.pht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug01.ht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug01.pht lib/fricas/target/%%HOST_ARCH%%/share/hypertex/pages/ug02.ht @@ -2604,6 +2616,9 @@ lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage1.VIEW/image. lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage2.VIEW/data lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage2.VIEW/image.bm lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugIntroGraphicsPage2.VIEW/image.xpm +lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugNewIntroGraphicsPage1.VIEW/data +lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugNewIntroGraphicsPage1.VIEW/image.bm +lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugNewIntroGraphicsPage1.VIEW/image.xpm lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugPackagesPackagesPage7.VIEW/data lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugPackagesPackagesPage7.VIEW/image.bm lib/fricas/target/%%HOST_ARCH%%/share/viewports/ugPackagesPackagesPage7.VIEW/image.xpm @@ -2716,9 +2731,14 @@ lib/fricas/target/%%HOST_ARCH%%/src/algebra/ffx.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/files.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/float.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmod.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmt.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmt1d.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmt2d.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmtjfricas.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmtlatex.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/fmtmathjax.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fname.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fnla.spad -lib/fricas/target/%%HOST_ARCH%%/src/algebra/formula.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fortcat.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fortmac.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/fortout.spad @@ -2803,6 +2823,7 @@ lib/fricas/target/%%HOST_ARCH%%/src/algebra/mantepse.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/mappkg.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matcat.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matfuns.spad +lib/fricas/target/%%HOST_ARCH%%/src/algebra/mathml.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matrix.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/matstor.spad lib/fricas/target/%%HOST_ARCH%%/src/algebra/mesh.spad diff --git a/math/gringo/Makefile b/math/gringo/Makefile deleted file mode 100644 index 55fb2347c23..00000000000 --- a/math/gringo/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Vsevolod Stakhov - -PORTNAME= gringo -DISTVERSION= 4.5.4 -DISTVERSIONSUFFIX= -source -PORTREVISION= 3 -CATEGORIES= math devel -MASTER_SITES= SOURCEFORGE/potassco/${PORTNAME}/${PORTVERSION} - -MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Grounding algorithm based on semi-naive database evaluation - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING - -BUILD_DEPENDS= re2c:devel/re2c - -USES= bison compiler:c++11-lib python:2.7 scons -MAKE_ARGS= ${MAKE_ENV} -CXXFLAGS+= -std=c++11 -MAKE_ENV= WITH_LUA=no - -PLIST_FILES= bin/${PORTNAME} bin/clingo - -do-install: - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/build/debug/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_PROGRAM} ${INSTALL_WRKSRC}/build/debug/clingo ${STAGEDIR}${PREFIX}/bin/clingo - -.include diff --git a/math/gringo/distinfo b/math/gringo/distinfo deleted file mode 100644 index ea7b46341f2..00000000000 --- a/math/gringo/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1532665392 -SHA256 (gringo-4.5.4-source.tar.gz) = 81f8bbbb1b06236778028e5f1b8627ee38a712ec708724112fb08aecf9bc649a -SIZE (gringo-4.5.4-source.tar.gz) = 1677479 diff --git a/math/gringo/files/patch-SConscript b/math/gringo/files/patch-SConscript deleted file mode 100644 index 7ec44177f6f..00000000000 --- a/math/gringo/files/patch-SConscript +++ /dev/null @@ -1,74 +0,0 @@ ---- SConscript.orig 2015-11-17 11:48:49 UTC -+++ SConscript -@@ -171,21 +171,21 @@ DEFS = {} - failure = False - - if not conf.CheckBison(): -- print 'error: no usable bison version found' -+ print('error: no usable bison version found') - failure = True - - if not conf.CheckRe2c(): -- print 'error: no usable re2c version found' -+ print('error: no usable re2c version found') - failure = True - - if not conf.CheckCXX(): -- print 'error: no usable C++ compiler found' -- print "Please check the log file for further information: " + log_file -+ print('error: no usable C++ compiler found') -+ print("Please check the log file for further information: " + log_file) - Exit(1) - - if not conf.CheckSHCXX(): -- print 'error: no usable (shared) C++ compiler found' -- print "Please check the log file for further information: " + log_file -+ print('error: no usable (shared) C++ compiler found') -+ print("Please check the log file for further information: " + log_file) - Exit(1) - - with_python = False -@@ -206,7 +206,7 @@ if env['WITH_LUA'] == "auto": - if conf.CheckWithPkgConfig("lua", ["lua", "lua5.1", "lua-5.1", "lua5.2", "lua-5.2", "lua5.3", "lua-5.3"]): - with_lua = True - DEFS["WITH_LUA"] = 1 --elif env['WITH_LUA']: -+elif env['WITH_LUA'] != "no": - if not conf.CheckLibs("lua", env['WITH_LUA'], "lua.hpp"): - failure = True - else: -@@ -241,7 +241,7 @@ if env['WITH_TBB'] == "auto": - with_tbb = True - elif env['WITH_TBB']: - if not claspConf.CheckLibs("tbb", env['WITH_TBB'], 'tbb/tbb.h'): -- print 'error: tbb library not found' -+ print('error: tbb library not found') - failure = True - else: - with_tbb = True -@@ -249,7 +249,7 @@ if with_tbb: - DEFS["WITH_THREADS"] = 1 - if claspConf.CheckNeedRT(): - if not claspConf.CheckLibWithHeader('rt', 'time.h', 'C++'): -- print 'error: rt library not found' -+ print('error: rt library not found') - failure = True - - claspEnv = claspConf.Finish() -@@ -267,14 +267,14 @@ if env['WITH_CPPUNIT']: - elif testConf.CheckLibs("cppunit", env['WITH_CPPUNIT'], 'cppunit/TestFixture.h'): - with_cppunit = True - else: -- print 'error: cppunit library not found' -+ print('error: cppunit library not found') - failure = True - testEnv = testConf.Finish() - - # {{{1 Check configuration - - if failure: -- print "Please check the log file for further information: " + log_file -+ print("Please check the log file for further information: " + log_file) - Exit(1) - - # {{{1 Opts: Library diff --git a/math/gringo/files/patch-SConstruct b/math/gringo/files/patch-SConstruct deleted file mode 100644 index 3d488727f4f..00000000000 --- a/math/gringo/files/patch-SConstruct +++ /dev/null @@ -1,20 +0,0 @@ ---- SConstruct.orig 2015-07-13 17:25:17 UTC -+++ SConstruct -@@ -19,7 +19,7 @@ - - # }}} - --from os import mkdir -+from os import mkdir, environ - from os.path import join, exists - - if not exists("build"): mkdir("build") -@@ -52,7 +52,7 @@ opts.AddVariables( - ('WITH_CPPUNIT' , 'enable target test, running unit tests using cppunit; None, "auto", or library name or test'), - ) - --env = Environment() -+env = Environment(ENV = environ) - env['BISON'] = 'bison' - env['RE2C'] = 're2c' - env['CXX'] = 'g++' diff --git a/math/gringo/files/patch-libgringo_src_term.cc b/math/gringo/files/patch-libgringo_src_term.cc deleted file mode 100644 index eb0e5fcaf30..00000000000 --- a/math/gringo/files/patch-libgringo_src_term.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- libgringo/src/term.cc.orig 2018-09-25 16:02:56 UTC -+++ libgringo/src/term.cc -@@ -21,6 +21,7 @@ - #include "gringo/term.hh" - #include "gringo/logger.hh" - #include "gringo/graph.hh" -+#include - - namespace Gringo { - diff --git a/math/gringo/pkg-descr b/math/gringo/pkg-descr deleted file mode 100644 index fed7edffef2..00000000000 --- a/math/gringo/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Current answer set solvers work on variable-free programs. Hence, a grounder is -needed that, given an input program with first-order variables, computes an -equivalent ground (variable-free) program. Gringo is such a grounder. Its -output can be processed further with clasp. - -WWW: https://potassco.org/ diff --git a/math/mppp/Makefile b/math/mppp/Makefile index 41dd5286777..383b216b69d 100644 --- a/math/mppp/Makefile +++ b/math/mppp/Makefile @@ -1,6 +1,6 @@ PORTNAME= mppp DISTVERSIONPREFIX= v -DISTVERSION= 0.23 +DISTVERSION= 0.24 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/mppp/distinfo b/math/mppp/distinfo index 857e0241b56..0eeac453ca3 100644 --- a/math/mppp/distinfo +++ b/math/mppp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618371957 -SHA256 (bluescarni-mppp-v0.23_GH0.tar.gz) = 76f4ee484afae4dbe00f4b0bf91063e4d5dc3eb2bbf5d34ecf174821965d5910 -SIZE (bluescarni-mppp-v0.23_GH0.tar.gz) = 1870013 +TIMESTAMP = 1624860730 +SHA256 (bluescarni-mppp-v0.24_GH0.tar.gz) = c84cbe38545b7f3f20688791e0a7ce4020830ed84ab6a109ab13a208745be9dc +SIZE (bluescarni-mppp-v0.24_GH0.tar.gz) = 1884520 diff --git a/math/mppp/pkg-plist b/math/mppp/pkg-plist index 3831c450e8f..814a4f58cfb 100644 --- a/math/mppp/pkg-plist +++ b/math/mppp/pkg-plist @@ -30,5 +30,5 @@ lib/cmake/mp++/mp++-config.cmake lib/cmake/mp++/mp++_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/mp++/mp++_export.cmake lib/libmp++.so -lib/libmp++.so.9 -lib/libmp++.so.9.0 +lib/libmp++.so.10 +lib/libmp++.so.10.0 diff --git a/math/p5-Statistics-ChiSquare/Makefile b/math/p5-Statistics-ChiSquare/Makefile index b9c740adf5e..6f3e21f4a1e 100644 --- a/math/p5-Statistics-ChiSquare/Makefile +++ b/math/p5-Statistics-ChiSquare/Makefile @@ -12,4 +12,6 @@ COMMENT= How random is your data? USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/math/pari/Makefile b/math/pari/Makefile index 3c9c7d09fb8..e50cce4bd9f 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -1,7 +1,7 @@ # Created by: Yoshiaki UCHIKAWA PORTNAME= pari -DISTVERSION= 2.13.1 +DISTVERSION= 2.13.2 PORTEPOCH= 2 CATEGORIES= math MASTER_SITES= http://pari.math.u-bordeaux.fr/pub/pari/unix/ \ diff --git a/math/pari/distinfo b/math/pari/distinfo index c4b5d88949b..878b63e989c 100644 --- a/math/pari/distinfo +++ b/math/pari/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611874130 -SHA256 (pari-2.13.1.tar.gz) = 81ecf7d70ccdaae230165cff627c9ce2ec297b8f22f9f40742279d85f86dfcb1 -SIZE (pari-2.13.1.tar.gz) = 4760932 +TIMESTAMP = 1624764961 +SHA256 (pari-2.13.2.tar.gz) = 1679985094a0b723d14f49aa891dbe5ec967aa4040050a2c50bd764ddb3eba24 +SIZE (pari-2.13.2.tar.gz) = 4766461 diff --git a/math/pdal/Makefile b/math/pdal/Makefile index 6b18d16128c..185b3822eca 100644 --- a/math/pdal/Makefile +++ b/math/pdal/Makefile @@ -2,7 +2,7 @@ PORTNAME= pdal DISTVERSION= 2.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math databases graphics MAINTAINER= lbartoletti@FreeBSD.org @@ -23,8 +23,10 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \ ${LIB_DEPENDS_${ARCH}} LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind +LIB_DEPENDS_armv7= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind +LIB_DEPENDS_powerpc64le=libunwind.so:devel/libunwind USES= cmake compiler:c++11-lib pathfix pkgconfig ssl USE_LDCONFIG= yes diff --git a/math/py-cma/Makefile b/math/py-cma/Makefile index d0b6fbbc60c..375459e5016 100644 --- a/math/py-cma/Makefile +++ b/math/py-cma/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= cma -PORTVERSION= 3.0.3 +PORTVERSION= 3.1.0 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-cma/distinfo b/math/py-cma/distinfo index 3fb564aa4c5..ac9c95af751 100644 --- a/math/py-cma/distinfo +++ b/math/py-cma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588777645 -SHA256 (cma-3.0.3.tar.gz) = 8f54d753fa2322d4fef1c40d899d65f0990a3b1b9b56ada0766c3cb9cb82bca8 -SIZE (cma-3.0.3.tar.gz) = 222156 +TIMESTAMP = 1624189695 +SHA256 (cma-3.1.0.tar.gz) = 3b83077fe3a52be1d8c82d61a22f600401c772b1add6ed5dd8152e1a2d15e3c6 +SIZE (cma-3.1.0.tar.gz) = 231877 diff --git a/math/py-numpoly/Makefile b/math/py-numpoly/Makefile index 5d8550efbd9..b682275e0ff 100644 --- a/math/py-numpoly/Makefile +++ b/math/py-numpoly/Makefile @@ -10,6 +10,8 @@ COMMENT= Create/manipulate/evaluate polynomial arrays based on numpy.ndarray LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Requires numpy>=1.20, current numpy is 1.16.6, pending bug#251626 + RUN_DEPENDS= ${PYNUMPY} USES= python:3.6+ diff --git a/math/py-pyasp/Makefile b/math/py-pyasp/Makefile deleted file mode 100644 index c2cd180d24f..00000000000 --- a/math/py-pyasp/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -PORTNAME= pyasp -DISTVERSION= 1.4.4 -CATEGORIES= math python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= yuri@FreeBSD.org -COMMENT= Convenience wrapper for the ASP tools gringo and clasp - -LICENSE= GPLv3 - -DEPRECATED= Uses EOL Python 2.7 via math/gringo -EXPIRATION_DATE=2021-06-23 - -RUN_DEPENDS= clasp:math/clasp \ - gringo:math/gringo - -USES= python:3.6+ -USE_PYTHON= distutils autoplist - -post-patch: - @${REINPLACE_CMD} -e " \ - s|'bin/'|'${PREFIX}/bin/'| ; \ - s|'gringo4'|'gringo'| ; \ - s|access_packaged_file(REL_DIR_BIN + bin_name)|REL_DIR_BIN + bin_name|" \ - ${WRKSRC}/pyasp/constant.py - -.include diff --git a/math/py-pyasp/distinfo b/math/py-pyasp/distinfo deleted file mode 100644 index 35966116a3e..00000000000 --- a/math/py-pyasp/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1551570927 -SHA256 (pyasp-1.4.4.tar.gz) = f5525c73353c0e264497795d86ea4db80fd32cd51b7da965f70c46da56b85d37 -SIZE (pyasp-1.4.4.tar.gz) = 51718 diff --git a/math/py-pyasp/files/patch-setup.py b/math/py-pyasp/files/patch-setup.py deleted file mode 100644 index 5e91e276adc..00000000000 --- a/math/py-pyasp/files/patch-setup.py +++ /dev/null @@ -1,21 +0,0 @@ ---- setup.py.orig 2019-03-02 23:56:14 UTC -+++ setup.py -@@ -46,7 +46,8 @@ BINARIES_NAME = { - # binary remote name: binary local name - 'clasp-3.1.1': 'clasp', - 'gringo-3.0.5': 'gringo3', -- 'gringo-5.3.0': 'gringo4', -+ 'gringo-4.5.3': 'gringo', -+ 'gringo-5.3.0': 'gringo', - } - - BASE_URL_PLATFORM_SPECIFIC_SUBPATHS = { -@@ -138,7 +139,7 @@ class install(_install): - def run(self): - """Call superclass run method, then downloads the binaries""" - _install.run(self) -- self.execute(post_install, args=[], msg=post_install.__doc__) -+ #self.execute(post_install, args=[], msg=post_install.__doc__) - - - setup( diff --git a/math/py-pyasp/pkg-descr b/math/py-pyasp/pkg-descr deleted file mode 100644 index b1faf75bad2..00000000000 --- a/math/py-pyasp/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -PyASP is a Python convenience wrapper allowing -to solve boolean satisfiability problems through -invocation of external commands 'clasp' and 'gringo'. - -WWW: https://pypi.org/project/pyasp/ diff --git a/misc/R-cran-mime/Makefile b/misc/R-cran-mime/Makefile index aadc70cba6b..86b3e709ae1 100644 --- a/misc/R-cran-mime/Makefile +++ b/misc/R-cran-mime/Makefile @@ -1,7 +1,7 @@ # Created by: TAKATSU Tomonari PORTNAME= mime -PORTVERSION= 0.10 +PORTVERSION= 0.11 CATEGORIES= misc DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/misc/R-cran-mime/distinfo b/misc/R-cran-mime/distinfo index 2db4da8a935..a475b66bcdf 100644 --- a/misc/R-cran-mime/distinfo +++ b/misc/R-cran-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613309490 -SHA256 (mime_0.10.tar.gz) = 783233a15a817a7530d140e9825565a661aa4bdea7c635d11b9c74faa33be3f7 -SIZE (mime_0.10.tar.gz) = 13047 +TIMESTAMP = 1624536884 +SHA256 (mime_0.11.tar.gz) = 215427a49f0d0b0e3ab38d419c515a35d57e3bc32535805306275d8b33f8eec0 +SIZE (mime_0.11.tar.gz) = 12523 diff --git a/misc/broot/Makefile b/misc/broot/Makefile index 0cd73b0aea8..43cee69b19b 100644 --- a/misc/broot/Makefile +++ b/misc/broot/Makefile @@ -1,6 +1,7 @@ PORTNAME= broot DISTVERSIONPREFIX= v -DISTVERSION= 1.5.1 +DISTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org @@ -20,11 +21,11 @@ GH_ACCOUNT= canop CARGO_CRATES= adler-1.0.2 \ adler32-1.2.0 \ ahash-0.4.7 \ - ahash-0.7.2 \ + ahash-0.7.4 \ aho-corasick-0.7.18 \ - ansi_colours-1.0.2 \ + ansi_colours-1.0.3 \ ansi_term-0.11.0 \ - anyhow-1.0.40 \ + anyhow-1.0.41 \ argh-0.1.4 \ argh_derive-0.1.4 \ argh_shared-0.1.4 \ @@ -34,25 +35,25 @@ CARGO_CRATES= adler-1.0.2 \ bet-1.0.0 \ bincode-1.3.3 \ bitflags-1.2.1 \ - bstr-0.2.15 \ - bytemuck-1.5.1 \ + bstr-0.2.16 \ + bytemuck-1.7.0 \ byteorder-1.4.3 \ - cc-1.0.67 \ + cc-1.0.68 \ cfg-if-1.0.0 \ char_reader-0.1.0 \ chrono-0.4.19 \ clap-2.33.3 \ cli-log-0.1.0 \ cli-log-2.0.0 \ - clipboard-win-4.1.0 \ + clipboard-win-4.2.1 \ color_quant-1.1.0 \ crc32fast-1.2.1 \ - crossbeam-0.8.0 \ + crossbeam-0.8.1 \ crossbeam-channel-0.5.1 \ crossbeam-deque-0.8.0 \ - crossbeam-epoch-0.9.3 \ - crossbeam-queue-0.3.1 \ - crossbeam-utils-0.8.3 \ + crossbeam-epoch-0.9.5 \ + crossbeam-queue-0.3.2 \ + crossbeam-utils-0.8.5 \ crossterm-0.19.0 \ crossterm_winapi-0.7.0 \ csv-1.1.6 \ @@ -60,13 +61,13 @@ CARGO_CRATES= adler-1.0.2 \ csv2svg-0.1.5 \ custom_error-1.9.2 \ deflate-0.8.6 \ - deser-hjson-0.1.13 \ + deser-hjson-1.0.1 \ directories-3.0.2 \ directories-next-2.0.0 \ dirs-sys-0.3.6 \ dirs-sys-next-0.1.2 \ either-1.6.1 \ - error-code-2.1.0 \ + error-code-2.3.0 \ fallible-iterator-0.2.0 \ fallible-streaming-iterator-0.1.9 \ file-size-1.0.3 \ @@ -74,14 +75,14 @@ CARGO_CRATES= adler-1.0.2 \ fnv-1.0.7 \ form_urlencoded-1.0.1 \ getrandom-0.1.16 \ - getrandom-0.2.2 \ + getrandom-0.2.3 \ gif-0.11.2 \ - git2-0.13.18 \ + git2-0.13.20 \ glassbench-0.3.0 \ glob-0.3.0 \ hashbrown-0.9.1 \ hashlink-0.6.0 \ - heck-0.3.2 \ + heck-0.3.3 \ hermit-abi-0.1.18 \ id-arena-2.2.1 \ idna-0.2.3 \ @@ -92,28 +93,28 @@ CARGO_CRATES= adler-1.0.2 \ itoa-0.4.7 \ jobserver-0.1.22 \ jpeg-decoder-0.1.22 \ - lazy-regex-2.1.0 \ - lazy-regex-proc_macros-2.1.0 \ + lazy-regex-2.2.1 \ + lazy-regex-proc_macros-2.2.1 \ lazy_static-1.4.0 \ lazycell-1.3.0 \ - lfs-core-0.3.1 \ - libc-0.2.93 \ - libgit2-sys-0.12.19+1.1.0 \ + lfs-core-0.3.4 \ + libc-0.2.97 \ + libgit2-sys-0.12.21+1.1.0 \ libsqlite3-sys-0.20.1 \ - libz-sys-1.1.2 \ + libz-sys-1.1.3 \ line-wrap-0.1.1 \ linked-hash-map-0.5.4 \ - lock_api-0.4.3 \ + lock_api-0.4.4 \ log-0.4.14 \ matches-0.1.8 \ memchr-2.4.0 \ memmap-0.7.0 \ - memoffset-0.6.3 \ + memoffset-0.6.4 \ minimad-0.7.1 \ minimad-0.8.0 \ miniz_oxide-0.3.7 \ miniz_oxide-0.4.4 \ - mio-0.7.11 \ + mio-0.7.13 \ miow-0.3.7 \ ntapi-0.3.6 \ num-integer-0.1.44 \ @@ -121,9 +122,9 @@ CARGO_CRATES= adler-1.0.2 \ num-rational-0.3.2 \ num-traits-0.2.14 \ num_cpus-1.13.0 \ - once_cell-1.7.2 \ - onig-6.1.1 \ - onig_sys-69.6.0 \ + once_cell-1.8.0 \ + onig-6.2.0 \ + onig_sys-69.7.0 \ open-1.7.0 \ parking_lot-0.11.1 \ parking_lot_core-0.8.3 \ @@ -138,24 +139,24 @@ CARGO_CRATES= adler-1.0.2 \ png-0.16.8 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ - proc-macro2-1.0.26 \ + proc-macro2-1.0.27 \ proc-status-0.1.1 \ quote-1.0.9 \ rand-0.7.3 \ - rand-0.8.3 \ + rand-0.8.4 \ rand_chacha-0.2.2 \ - rand_chacha-0.3.0 \ + rand_chacha-0.3.1 \ rand_core-0.5.1 \ - rand_core-0.6.2 \ + rand_core-0.6.3 \ rand_hc-0.2.0 \ - rand_hc-0.3.0 \ + rand_hc-0.3.1 \ rand_pcg-0.2.1 \ - rayon-1.5.0 \ - rayon-core-1.9.0 \ - redox_syscall-0.2.6 \ + rayon-1.5.1 \ + rayon-core-1.9.1 \ + redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ - regex-automata-0.1.9 \ + regex-automata-0.1.10 \ regex-syntax-0.6.25 \ remove_dir_all-0.5.3 \ rusqlite-0.24.2 \ @@ -165,19 +166,19 @@ CARGO_CRATES= adler-1.0.2 \ scoped_threadpool-0.1.9 \ scopeguard-1.1.0 \ secular-1.0.0 \ - serde-1.0.125 \ - serde_derive-1.0.125 \ + serde-1.0.126 \ + serde_derive-1.0.126 \ serde_json-1.0.64 \ signal-hook-0.1.17 \ - signal-hook-registry-1.3.0 \ + signal-hook-registry-1.4.0 \ siphasher-0.3.5 \ smallvec-1.6.1 \ splitty-0.1.0 \ - str-buf-2.0.0 \ + str-buf-1.0.5 \ strict-0.1.4 \ strsim-0.8.0 \ svg-0.8.2 \ - syn-1.0.70 \ + syn-1.0.73 \ syntect-4.5.0 \ tempfile-3.2.0 \ termimad-0.10.3 \ @@ -185,8 +186,8 @@ CARGO_CRATES= adler-1.0.2 \ terminal-clipboard-0.2.1 \ termux-clipboard-0.1.0 \ textwrap-0.11.0 \ - thiserror-1.0.24 \ - thiserror-impl-1.0.24 \ + thiserror-1.0.25 \ + thiserror-impl-1.0.25 \ tiff-0.6.1 \ time-0.1.43 \ tinyvec-1.2.0 \ @@ -194,13 +195,13 @@ CARGO_CRATES= adler-1.0.2 \ toml-0.5.8 \ umask-1.0.0 \ unicode-bidi-0.3.5 \ - unicode-normalization-0.1.17 \ + unicode-normalization-0.1.19 \ unicode-segmentation-1.7.1 \ unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ - url-2.2.1 \ + unicode-xid-0.2.2 \ + url-2.2.2 \ users-0.11.0 \ - vcpkg-0.2.12 \ + vcpkg-0.2.15 \ vec_map-0.8.2 \ version_check-0.9.3 \ walkdir-2.3.2 \ @@ -212,7 +213,7 @@ CARGO_CRATES= adler-1.0.2 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - x11-clipboard-0.5.1 \ + x11-clipboard-0.5.2 \ xcb-0.9.0 \ xml-rs-0.8.3 \ yaml-rust-0.4.5 diff --git a/misc/broot/distinfo b/misc/broot/distinfo index b2694d3ec12..1df4729b46c 100644 --- a/misc/broot/distinfo +++ b/misc/broot/distinfo @@ -1,20 +1,20 @@ -TIMESTAMP = 1622804261 +TIMESTAMP = 1624705056 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/adler32-1.2.0.crate) = aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234 SIZE (rust/crates/adler32-1.2.0.crate) = 6411 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e SIZE (rust/crates/ahash-0.4.7.crate) = 51474 -SHA256 (rust/crates/ahash-0.7.2.crate) = 7f200cbb1e856866d9eade941cf3aa0c5d7dd36f74311c4273b494f4ef036957 -SIZE (rust/crates/ahash-0.7.2.crate) = 37192 +SHA256 (rust/crates/ahash-0.7.4.crate) = 43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98 +SIZE (rust/crates/ahash-0.7.4.crate) = 37072 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 -SHA256 (rust/crates/ansi_colours-1.0.2.crate) = 52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1 -SIZE (rust/crates/ansi_colours-1.0.2.crate) = 10512 +SHA256 (rust/crates/ansi_colours-1.0.3.crate) = 06b68b3cb7ce8d8122321966c5db428a98644b2033eb2e89725d95deefc0c386 +SIZE (rust/crates/ansi_colours-1.0.3.crate) = 10419 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 -SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b -SIZE (rust/crates/anyhow-1.0.40.crate) = 34534 +SHA256 (rust/crates/anyhow-1.0.41.crate) = 15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61 +SIZE (rust/crates/anyhow-1.0.41.crate) = 34561 SHA256 (rust/crates/argh-0.1.4.crate) = 91792f088f87cdc7a2cfb1d617fa5ea18d7f1dc22ef0e1b5f82f3157cdc522be SIZE (rust/crates/argh-0.1.4.crate) = 15100 SHA256 (rust/crates/argh_derive-0.1.4.crate) = c4eb0c0c120ad477412dc95a4ce31e38f2113e46bd13511253f79196ca68b067 @@ -33,14 +33,14 @@ SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462c SIZE (rust/crates/bincode-1.3.3.crate) = 28958 SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 -SHA256 (rust/crates/bstr-0.2.15.crate) = a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d -SIZE (rust/crates/bstr-0.2.15.crate) = 344206 -SHA256 (rust/crates/bytemuck-1.5.1.crate) = bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58 -SIZE (rust/crates/bytemuck-1.5.1.crate) = 24562 +SHA256 (rust/crates/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279 +SIZE (rust/crates/bstr-0.2.16.crate) = 330346 +SHA256 (rust/crates/bytemuck-1.7.0.crate) = 9966d2ab714d0f785dbac0a0396251a35280aeb42413281617d0209ab4898435 +SIZE (rust/crates/bytemuck-1.7.0.crate) = 27057 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/cc-1.0.67.crate) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd -SIZE (rust/crates/cc-1.0.67.crate) = 53486 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 SHA256 (rust/crates/char_reader-0.1.0.crate) = 2daa67493227adb60f22eb6dca4dc94d7a2a526b38eab5c1831d617944eb1a07 @@ -53,24 +53,24 @@ SHA256 (rust/crates/cli-log-0.1.0.crate) = f47673f2992075892b3e983499410c92af91a SIZE (rust/crates/cli-log-0.1.0.crate) = 3775 SHA256 (rust/crates/cli-log-2.0.0.crate) = 3d2ab00dc4c82ec28af25ac085aecc11ffeabf353755715a3113a7aa044ca5cc SIZE (rust/crates/cli-log-2.0.0.crate) = 5302 -SHA256 (rust/crates/clipboard-win-4.1.0.crate) = 9dc138eac3ade40f10cb7aee8b27e6aed1342d8788c40e66eb52914009d160ed -SIZE (rust/crates/clipboard-win-4.1.0.crate) = 12133 +SHA256 (rust/crates/clipboard-win-4.2.1.crate) = 4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8 +SIZE (rust/crates/clipboard-win-4.2.1.crate) = 12142 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 SHA256 (rust/crates/crc32fast-1.2.1.crate) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a SIZE (rust/crates/crc32fast-1.2.1.crate) = 38172 -SHA256 (rust/crates/crossbeam-0.8.0.crate) = fd01a6eb3daaafa260f6fc94c3a6c36390abc2080e38e3e34ced87393fb77d80 -SIZE (rust/crates/crossbeam-0.8.0.crate) = 10993 +SHA256 (rust/crates/crossbeam-0.8.1.crate) = 4ae5588f6b3c3cb05239e90bd110f257254aecd01e4635400391aeae07497845 +SIZE (rust/crates/crossbeam-0.8.1.crate) = 10429 SHA256 (rust/crates/crossbeam-channel-0.5.1.crate) = 06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4 SIZE (rust/crates/crossbeam-channel-0.5.1.crate) = 86919 SHA256 (rust/crates/crossbeam-deque-0.8.0.crate) = 94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9 SIZE (rust/crates/crossbeam-deque-0.8.0.crate) = 20756 -SHA256 (rust/crates/crossbeam-epoch-0.9.3.crate) = 2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12 -SIZE (rust/crates/crossbeam-epoch-0.9.3.crate) = 42766 -SHA256 (rust/crates/crossbeam-queue-0.3.1.crate) = 0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756 -SIZE (rust/crates/crossbeam-queue-0.3.1.crate) = 14787 -SHA256 (rust/crates/crossbeam-utils-0.8.3.crate) = e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49 -SIZE (rust/crates/crossbeam-utils-0.8.3.crate) = 37268 +SHA256 (rust/crates/crossbeam-epoch-0.9.5.crate) = 4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd +SIZE (rust/crates/crossbeam-epoch-0.9.5.crate) = 43883 +SHA256 (rust/crates/crossbeam-queue-0.3.2.crate) = 9b10ddc024425c88c2ad148c1b0fd53f4c6d38db9697c9f1588381212fa657c9 +SIZE (rust/crates/crossbeam-queue-0.3.2.crate) = 14993 +SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db +SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414 SHA256 (rust/crates/crossterm-0.19.0.crate) = 7c36c10130df424b2f3552fcc2ddcd9b28a27b1e54b358b45874f88d1ca6888c SIZE (rust/crates/crossterm-0.19.0.crate) = 104572 SHA256 (rust/crates/crossterm_winapi-0.7.0.crate) = 0da8964ace4d3e4a044fd027919b2237000b24315a37c916f61809f1ff2140b9 @@ -85,8 +85,8 @@ SHA256 (rust/crates/custom_error-1.9.2.crate) = 4f8a51dd197fa6ba5b4dc98a990a43cc SIZE (rust/crates/custom_error-1.9.2.crate) = 10826 SHA256 (rust/crates/deflate-0.8.6.crate) = 73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174 SIZE (rust/crates/deflate-0.8.6.crate) = 62365 -SHA256 (rust/crates/deser-hjson-0.1.13.crate) = 744b8f3031b2e45f86b6b2bff1a9d6e898d75a70dd50cb75e256f045a92ae0f2 -SIZE (rust/crates/deser-hjson-0.1.13.crate) = 14144 +SHA256 (rust/crates/deser-hjson-1.0.1.crate) = bf2973e4fb5f11bb10cc56814ce30e9721ced195cec313a80c94ce29c2f0e896 +SIZE (rust/crates/deser-hjson-1.0.1.crate) = 15602 SHA256 (rust/crates/directories-3.0.2.crate) = e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7 SIZE (rust/crates/directories-3.0.2.crate) = 15593 SHA256 (rust/crates/directories-next-2.0.0.crate) = 339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc @@ -97,8 +97,8 @@ SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6f SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 SIZE (rust/crates/either-1.6.1.crate) = 13641 -SHA256 (rust/crates/error-code-2.1.0.crate) = f2856e169d45381a158531117690644288f0d00eb9ac0f695335fe7806a832bc -SIZE (rust/crates/error-code-2.1.0.crate) = 5016 +SHA256 (rust/crates/error-code-2.3.0.crate) = b5115567ac25674e0043e472be13d14e537f37ea8aa4bdc4aef0c89add1db1ff +SIZE (rust/crates/error-code-2.3.0.crate) = 5327 SHA256 (rust/crates/fallible-iterator-0.2.0.crate) = 4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7 SIZE (rust/crates/fallible-iterator-0.2.0.crate) = 18509 SHA256 (rust/crates/fallible-streaming-iterator-0.1.9.crate) = 7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a @@ -113,12 +113,12 @@ SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852 SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 -SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 SHA256 (rust/crates/gif-0.11.2.crate) = 5a668f699973d0f573d15749b7002a9ac9e1f9c6b220e7b165601334c173d8de SIZE (rust/crates/gif-0.11.2.crate) = 34068 -SHA256 (rust/crates/git2-0.13.18.crate) = b483c6c2145421099df1b4efd50e0f6205479a072199460eff852fa15e5603c7 -SIZE (rust/crates/git2-0.13.18.crate) = 189821 +SHA256 (rust/crates/git2-0.13.20.crate) = d9831e983241f8c5591ed53f17d874833e2fa82cac2625f3888c50cbfe136cba +SIZE (rust/crates/git2-0.13.20.crate) = 190365 SHA256 (rust/crates/glassbench-0.3.0.crate) = 03f4871371c7f0624fc191afef849664776c4906614eee6a435a9abd89bd871f SIZE (rust/crates/glassbench-0.3.0.crate) = 1256368 SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 @@ -127,8 +127,8 @@ SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8 SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 SHA256 (rust/crates/hashlink-0.6.0.crate) = d99cf782f0dc4372d26846bec3de7804ceb5df083c2d4462c0b8d2330e894fa8 SIZE (rust/crates/hashlink-0.6.0.crate) = 24952 -SHA256 (rust/crates/heck-0.3.2.crate) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac -SIZE (rust/crates/heck-0.3.2.crate) = 54718 +SHA256 (rust/crates/heck-0.3.3.crate) = 6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c +SIZE (rust/crates/heck-0.3.3.crate) = 10260 SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 SHA256 (rust/crates/id-arena-2.2.1.crate) = 25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005 @@ -149,30 +149,30 @@ SHA256 (rust/crates/jobserver-0.1.22.crate) = 972f5ae5d1cb9c6ae417789196c8032053 SIZE (rust/crates/jobserver-0.1.22.crate) = 21175 SHA256 (rust/crates/jpeg-decoder-0.1.22.crate) = 229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2 SIZE (rust/crates/jpeg-decoder-0.1.22.crate) = 228366 -SHA256 (rust/crates/lazy-regex-2.1.0.crate) = 7b00f3e4d8dc7bedf8f0947c7079bfe11f5dba7a96d95c8340c851eec8ffc41e -SIZE (rust/crates/lazy-regex-2.1.0.crate) = 3320 -SHA256 (rust/crates/lazy-regex-proc_macros-2.1.0.crate) = cd6f321bbea1296f0fe12342fdf3e8eaf0b871b80b8a2dc37337e05cfe364c8d -SIZE (rust/crates/lazy-regex-proc_macros-2.1.0.crate) = 2419 +SHA256 (rust/crates/lazy-regex-2.2.1.crate) = 17d198f91272f6e788a5c0bd5d741cf778da4e5bc761ec67b32d5d3b0db34a54 +SIZE (rust/crates/lazy-regex-2.2.1.crate) = 3908 +SHA256 (rust/crates/lazy-regex-proc_macros-2.2.1.crate) = 6c12938b1b92cf5be22940527e15b79fd0c7e706e34bc70816f6a72b3484f84e +SIZE (rust/crates/lazy-regex-proc_macros-2.2.1.crate) = 3261 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/lfs-core-0.3.1.crate) = f74e84d029af0a4327dd19368cf3783052faaadf1e71bd70bae8796487c95caa -SIZE (rust/crates/lfs-core-0.3.1.crate) = 5095 -SHA256 (rust/crates/libc-0.2.93.crate) = 9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41 -SIZE (rust/crates/libc-0.2.93.crate) = 510944 -SHA256 (rust/crates/libgit2-sys-0.12.19+1.1.0.crate) = f322155d574c8b9ebe991a04f6908bb49e68a79463338d24a43d6274cb6443e6 -SIZE (rust/crates/libgit2-sys-0.12.19+1.1.0.crate) = 1434327 +SHA256 (rust/crates/lfs-core-0.3.4.crate) = bf1759bfc99a5cbb7f47588b118578498c24c251982600829b0e1c5a5063801e +SIZE (rust/crates/lfs-core-0.3.4.crate) = 5967 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/libgit2-sys-0.12.21+1.1.0.crate) = 86271bacd72b2b9e854c3dcfb82efd538f15f870e4c11af66900effb462f6825 +SIZE (rust/crates/libgit2-sys-0.12.21+1.1.0.crate) = 1443245 SHA256 (rust/crates/libsqlite3-sys-0.20.1.crate) = 64d31059f22935e6c31830db5249ba2b7ecd54fd73a9909286f0a67aa55c2fbd SIZE (rust/crates/libsqlite3-sys-0.20.1.crate) = 2306064 -SHA256 (rust/crates/libz-sys-1.1.2.crate) = 602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655 -SIZE (rust/crates/libz-sys-1.1.2.crate) = 1339299 +SHA256 (rust/crates/libz-sys-1.1.3.crate) = de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66 +SIZE (rust/crates/libz-sys-1.1.3.crate) = 1341394 SHA256 (rust/crates/line-wrap-0.1.1.crate) = f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9 SIZE (rust/crates/line-wrap-0.1.1.crate) = 10010 SHA256 (rust/crates/linked-hash-map-0.5.4.crate) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 SIZE (rust/crates/linked-hash-map-0.5.4.crate) = 16166 -SHA256 (rust/crates/lock_api-0.4.3.crate) = 5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176 -SIZE (rust/crates/lock_api-0.4.3.crate) = 20351 +SHA256 (rust/crates/lock_api-0.4.4.crate) = 0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb +SIZE (rust/crates/lock_api-0.4.4.crate) = 20356 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 @@ -181,8 +181,8 @@ SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1 SIZE (rust/crates/memchr-2.4.0.crate) = 63392 SHA256 (rust/crates/memmap-0.7.0.crate) = 6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b SIZE (rust/crates/memmap-0.7.0.crate) = 15214 -SHA256 (rust/crates/memoffset-0.6.3.crate) = f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d -SIZE (rust/crates/memoffset-0.6.3.crate) = 7697 +SHA256 (rust/crates/memoffset-0.6.4.crate) = 59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9 +SIZE (rust/crates/memoffset-0.6.4.crate) = 7664 SHA256 (rust/crates/minimad-0.7.1.crate) = c6176dd156ab0154ee95322efe2da93796cc338a8a63a6338d64c79419bcbe13 SIZE (rust/crates/minimad-0.7.1.crate) = 17812 SHA256 (rust/crates/minimad-0.8.0.crate) = 8957f240ecb82a4e699bcf4db189fe8a7f5aa68b9e6d5abf829c62a9ee4630ed @@ -191,8 +191,8 @@ SHA256 (rust/crates/miniz_oxide-0.3.7.crate) = 791daaae1ed6889560f8c4359194f5664 SIZE (rust/crates/miniz_oxide-0.3.7.crate) = 44996 SHA256 (rust/crates/miniz_oxide-0.4.4.crate) = a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b SIZE (rust/crates/miniz_oxide-0.4.4.crate) = 49938 -SHA256 (rust/crates/mio-0.7.11.crate) = cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956 -SIZE (rust/crates/mio-0.7.11.crate) = 86660 +SHA256 (rust/crates/mio-0.7.13.crate) = 8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16 +SIZE (rust/crates/mio-0.7.13.crate) = 87027 SHA256 (rust/crates/miow-0.3.7.crate) = b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21 SIZE (rust/crates/miow-0.3.7.crate) = 24563 SHA256 (rust/crates/ntapi-0.3.6.crate) = 3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44 @@ -207,12 +207,12 @@ SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 -SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3 -SIZE (rust/crates/once_cell-1.7.2.crate) = 28250 -SHA256 (rust/crates/onig-6.1.1.crate) = 30b46fd9edbc018f0be4e366c24c46db44fac49cd01c039ae85308088b089dd5 -SIZE (rust/crates/onig-6.1.1.crate) = 30790 -SHA256 (rust/crates/onig_sys-69.6.0.crate) = ed063c96cf4c0f2e5d09324409d158b38a0a85a7b90fbd68c8cad75c495d5775 -SIZE (rust/crates/onig_sys-69.6.0.crate) = 620817 +SHA256 (rust/crates/once_cell-1.8.0.crate) = 692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56 +SIZE (rust/crates/once_cell-1.8.0.crate) = 28925 +SHA256 (rust/crates/onig-6.2.0.crate) = b16fd3c0e73b516af509c13c4ba76ec0c987ce20d78b38cff356b8d01fc6a6c0 +SIZE (rust/crates/onig-6.2.0.crate) = 30671 +SHA256 (rust/crates/onig_sys-69.7.0.crate) = 9fd9442a09e4fbd08d196ddf419b2c79a43c3a46c800320cc841d45c2449a240 +SIZE (rust/crates/onig_sys-69.7.0.crate) = 631318 SHA256 (rust/crates/open-1.7.0.crate) = 1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20 SIZE (rust/crates/open-1.7.0.crate) = 6101 SHA256 (rust/crates/parking_lot-0.11.1.crate) = 6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb @@ -241,42 +241,42 @@ SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f421883 SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 -SHA256 (rust/crates/proc-macro2-1.0.26.crate) = a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec -SIZE (rust/crates/proc-macro2-1.0.26.crate) = 38233 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 SHA256 (rust/crates/proc-status-0.1.1.crate) = f0e0c0ac915e7b76b47850ba4ffc377abde6c6ff9eeace61d0a89623db449712 SIZE (rust/crates/proc-status-0.1.1.crate) = 4136 SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 -SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e -SIZE (rust/crates/rand-0.8.3.crate) = 84493 +SHA256 (rust/crates/rand-0.8.4.crate) = 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8 +SIZE (rust/crates/rand-0.8.4.crate) = 87406 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 -SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d -SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 -SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 -SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7 +SIZE (rust/crates/rand_core-0.6.3.crate) = 21938 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 -SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/rand_hc-0.3.1.crate) = d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7 +SIZE (rust/crates/rand_hc-0.3.1.crate) = 11891 SHA256 (rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.crate) = 11291 -SHA256 (rust/crates/rayon-1.5.0.crate) = 8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674 -SIZE (rust/crates/rayon-1.5.0.crate) = 158037 -SHA256 (rust/crates/rayon-core-1.9.0.crate) = 9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a -SIZE (rust/crates/rayon-core-1.9.0.crate) = 63787 -SHA256 (rust/crates/redox_syscall-0.2.6.crate) = 8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041 -SIZE (rust/crates/redox_syscall-0.2.6.crate) = 23631 +SHA256 (rust/crates/rayon-1.5.1.crate) = c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90 +SIZE (rust/crates/rayon-1.5.1.crate) = 160424 +SHA256 (rust/crates/rayon-core-1.9.1.crate) = d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e +SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961 +SHA256 (rust/crates/redox_syscall-0.2.9.crate) = 5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee +SIZE (rust/crates/redox_syscall-0.2.9.crate) = 23533 SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 SIZE (rust/crates/regex-1.5.4.crate) = 236581 -SHA256 (rust/crates/regex-automata-0.1.9.crate) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.crate) = 114560 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 @@ -295,32 +295,32 @@ SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab1 SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 SHA256 (rust/crates/secular-1.0.0.crate) = a4c9ad4c423ca634baf90edd056c562dc7730215e0689aa5eaf707f92f219905 SIZE (rust/crates/secular-1.0.0.crate) = 183767 -SHA256 (rust/crates/serde-1.0.125.crate) = 558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171 -SIZE (rust/crates/serde-1.0.125.crate) = 75144 -SHA256 (rust/crates/serde_derive-1.0.125.crate) = b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d -SIZE (rust/crates/serde_derive-1.0.125.crate) = 54155 +SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 SHA256 (rust/crates/signal-hook-0.1.17.crate) = 7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729 SIZE (rust/crates/signal-hook-0.1.17.crate) = 27085 -SHA256 (rust/crates/signal-hook-registry-1.3.0.crate) = 16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6 -SIZE (rust/crates/signal-hook-registry-1.3.0.crate) = 17786 +SHA256 (rust/crates/signal-hook-registry-1.4.0.crate) = e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0 +SIZE (rust/crates/signal-hook-registry-1.4.0.crate) = 17912 SHA256 (rust/crates/siphasher-0.3.5.crate) = cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27 SIZE (rust/crates/siphasher-0.3.5.crate) = 9455 SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 SHA256 (rust/crates/splitty-0.1.0.crate) = 8190298e89d4080e9c025535f73cacec4d51ff4495819dd8fdf1ae374c75ee80 SIZE (rust/crates/splitty-0.1.0.crate) = 2594 -SHA256 (rust/crates/str-buf-2.0.0.crate) = a66ae6a6cd930c97707cb3f1b62aadb8ddddd2fefa9df539564b3bfaa15dd31f -SIZE (rust/crates/str-buf-2.0.0.crate) = 4434 +SHA256 (rust/crates/str-buf-1.0.5.crate) = d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a +SIZE (rust/crates/str-buf-1.0.5.crate) = 3852 SHA256 (rust/crates/strict-0.1.4.crate) = 991af58f8bd0512b0c76abc87f8f6a8a492c314ebcd13189b426c00c95f6f0ee SIZE (rust/crates/strict-0.1.4.crate) = 3436 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 SHA256 (rust/crates/svg-0.8.2.crate) = 3bdb25a4593d6656239319426f4025f7a658157e25e89f0e0319d7516d46042d SIZE (rust/crates/svg-0.8.2.crate) = 16556 -SHA256 (rust/crates/syn-1.0.70.crate) = b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883 -SIZE (rust/crates/syn-1.0.70.crate) = 232235 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 SHA256 (rust/crates/syntect-4.5.0.crate) = 2bfac2b23b4d049dc9a89353b4e06bbc85a8f42020cccbe5409a115cf19031e5 SIZE (rust/crates/syntect-4.5.0.crate) = 752883 SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 @@ -335,10 +335,10 @@ SHA256 (rust/crates/termux-clipboard-0.1.0.crate) = 9f6aff13ca3293315b94f6dbd9c6 SIZE (rust/crates/termux-clipboard-0.1.0.crate) = 2033 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thiserror-1.0.24.crate) = e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e -SIZE (rust/crates/thiserror-1.0.24.crate) = 16580 -SHA256 (rust/crates/thiserror-impl-1.0.24.crate) = 7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0 -SIZE (rust/crates/thiserror-impl-1.0.24.crate) = 13361 +SHA256 (rust/crates/thiserror-1.0.25.crate) = fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6 +SIZE (rust/crates/thiserror-1.0.25.crate) = 16690 +SHA256 (rust/crates/thiserror-impl-1.0.25.crate) = 8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d +SIZE (rust/crates/thiserror-impl-1.0.25.crate) = 13364 SHA256 (rust/crates/tiff-0.6.1.crate) = 9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437 SIZE (rust/crates/tiff-0.6.1.crate) = 1399263 SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 @@ -353,20 +353,20 @@ SHA256 (rust/crates/umask-1.0.0.crate) = 982efbf70ec4d28f7862062c03dd1a4def601a5 SIZE (rust/crates/umask-1.0.0.crate) = 4380 SHA256 (rust/crates/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0 SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423 -SHA256 (rust/crates/unicode-normalization-0.1.17.crate) = 07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef -SIZE (rust/crates/unicode-normalization-0.1.17.crate) = 100345 +SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9 +SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353 SHA256 (rust/crates/unicode-segmentation-1.7.1.crate) = bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796 SIZE (rust/crates/unicode-segmentation-1.7.1.crate) = 93066 SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.crate) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.crate) = 14392 -SHA256 (rust/crates/url-2.2.1.crate) = 9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b -SIZE (rust/crates/url-2.2.1.crate) = 65434 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c +SIZE (rust/crates/url-2.2.2.crate) = 68555 SHA256 (rust/crates/users-0.11.0.crate) = 24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032 SIZE (rust/crates/users-0.11.0.crate) = 21980 -SHA256 (rust/crates/vcpkg-0.2.12.crate) = cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d -SIZE (rust/crates/vcpkg-0.2.12.crate) = 15530 +SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 +SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 SHA256 (rust/crates/version_check-0.9.3.crate) = 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe @@ -389,13 +389,13 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/x11-clipboard-0.5.1.crate) = e5e937afd03b64b7be4f959cc044e09260a47241b71e56933f37db097bf7859d -SIZE (rust/crates/x11-clipboard-0.5.1.crate) = 7502 +SHA256 (rust/crates/x11-clipboard-0.5.2.crate) = b397ace6e980510de59a4fe3d4c758dffab231d6d747ce9fa1aba6b6035d5f32 +SIZE (rust/crates/x11-clipboard-0.5.2.crate) = 7634 SHA256 (rust/crates/xcb-0.9.0.crate) = 62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6 SIZE (rust/crates/xcb-0.9.0.crate) = 129744 SHA256 (rust/crates/xml-rs-0.8.3.crate) = b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a SIZE (rust/crates/xml-rs-0.8.3.crate) = 52547 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 -SHA256 (canop-broot-v1.5.1_GH0.tar.gz) = af7467aa4331dab9a556ff1b6c265eaa6b526a85ebc1f499d091cb719e1db364 -SIZE (canop-broot-v1.5.1_GH0.tar.gz) = 8710603 +SHA256 (canop-broot-v1.6.1_GH0.tar.gz) = 5f97d876aa554be4c67bfd161ef762425f6083da583775c13cc75bf9882f1085 +SIZE (canop-broot-v1.6.1_GH0.tar.gz) = 8710957 diff --git a/misc/broot/files/patch-powerpc b/misc/broot/files/patch-powerpc new file mode 100644 index 00000000000..6289d3e5be9 --- /dev/null +++ b/misc/broot/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/misc/broot/files/patch-src_app_app.rs b/misc/broot/files/patch-src_app_app.rs deleted file mode 100644 index c348280e396..00000000000 --- a/misc/broot/files/patch-src_app_app.rs +++ /dev/null @@ -1,15 +0,0 @@ ---- src/app/app.rs.orig 2021-06-04 13:01:08 UTC -+++ src/app/app.rs -@@ -510,8 +510,10 @@ impl App { - self.update_preview(con); - - #[cfg(feature="client-server")] -- if let Ok(mut root) = self.root.lock() { // when does this not work ? -- *root = self.state().selected_path().to_path_buf(); -+ if let Ok(mut root) = self.root.lock() { -+ if let Some(path) = self.state().selected_path() { -+ *root = path.to_path_buf(); -+ } - } - - Ok(()) diff --git a/misc/broot/files/patch-src_display_cell__size.rs b/misc/broot/files/patch-src_display_cell__size.rs deleted file mode 100644 index 99dab409846..00000000000 --- a/misc/broot/files/patch-src_display_cell__size.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/display/cell_size.rs.orig 2020-12-20 12:52:58 UTC -+++ src/display/cell_size.rs -@@ -29,7 +29,7 @@ pub fn cell_size_in_pixels() -> std::io::Result<(u32, - ws_xpixel: 0, - ws_ypixel: 0, - }; -- let r = unsafe { ioctl(STDOUT_FILENO, TIOCGWINSZ, &w) }; -+ let r = unsafe { ioctl(STDOUT_FILENO, TIOCGWINSZ.into(), &w) }; - if r == 0 && w.ws_xpixel > w.ws_col && w.ws_ypixel > w.ws_row { - Ok(( - (w.ws_xpixel / w.ws_col) as u32, diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index 1c027831e47..664ac5e9d4e 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 3.0.2 +PORTVERSION= 3.1.0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index 52f7d2e0be2..734242143dc 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624175939 -SHA256 (openhab-addons-3.0.2.kar) = 86d77be0e9dcc6050c43f68845469b4e64d13a18a0772f01b17d7444e6584627 -SIZE (openhab-addons-3.0.2.kar) = 213187024 +TIMESTAMP = 1624869020 +SHA256 (openhab-addons-3.1.0.kar) = 692bb54f536119bd5c04c0e77ded524eabeb11dc50d013035ba31cd8e27a260b +SIZE (openhab-addons-3.1.0.kar) = 241979494 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index cac024b87b7..e78d4a5b9c4 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab -PORTVERSION= 3.0.2 +PORTVERSION= 3.1.0 PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index f9aa9e94834..b3ab2891e23 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624174157 -SHA256 (openhab-3.0.2.zip) = ec35593b1d0a1c42f7ed1e7808dcfadf67546fe03bd64a5c2dc9f1cddbe3a728 -SIZE (openhab-3.0.2.zip) = 83737701 +TIMESTAMP = 1624868106 +SHA256 (openhab-3.1.0.zip) = d4a4088adc72baf574715ddba0f25f16f3965cd35a69aadc53ca6b8f01b6f0ec +SIZE (openhab-3.1.0.zip) = 99220224 diff --git a/misc/openhab/files/pkg-message.in b/misc/openhab/files/pkg-message.in index d84c9eed249..d33488eb7d7 100644 --- a/misc/openhab/files/pkg-message.in +++ b/misc/openhab/files/pkg-message.in @@ -1,4 +1,4 @@ - +[ { type: install message: < PORTNAME= Geo-Coder-OpenCage -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= misc geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -21,7 +21,8 @@ RUN_DEPENDS= p5-Cpanel-JSON-XS>=4.21:converters/p5-Cpanel-JSON-XS \ TEST_DEPENDS= p5-Net-Ping>=2.73:net/p5-Net-Ping \ p5-Test-Exception>=0.32:devel/p5-Test-Exception \ p5-Test-Pod>=1.51:devel/p5-Test-Pod \ - p5-Test-Warn>=0:devel/p5-Test-Warn + p5-Test-Warn>=0:devel/p5-Test-Warn \ + p5-libwww>=6.55:www/p5-libwww USES= perl5 USE_PERL5= configure diff --git a/misc/p5-Geo-Coder-OpenCage/distinfo b/misc/p5-Geo-Coder-OpenCage/distinfo index 4db7204eb3a..bf5fdf702a8 100644 --- a/misc/p5-Geo-Coder-OpenCage/distinfo +++ b/misc/p5-Geo-Coder-OpenCage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189697 -SHA256 (Geo-Coder-OpenCage-0.31.tar.gz) = a8ce9e75341074bd4cbbeea541f1d8e55ff617eefe608fa05a37ccc2bee230db -SIZE (Geo-Coder-OpenCage-0.31.tar.gz) = 43385 +TIMESTAMP = 1624189683 +SHA256 (Geo-Coder-OpenCage-0.32.tar.gz) = b08e96cf9b8480de2281db99b2994bf08584788d9a5e4e5b5fd3f24f1dfa3280 +SIZE (Geo-Coder-OpenCage-0.32.tar.gz) = 43705 diff --git a/misc/py-toil/Makefile b/misc/py-toil/Makefile index 4fb00e42a58..f0e4d90a71a 100644 --- a/misc/py-toil/Makefile +++ b/misc/py-toil/Makefile @@ -1,5 +1,5 @@ PORTNAME= toil -DISTVERSION= 5.3.0 +DISTVERSION= 5.4.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-toil/distinfo b/misc/py-toil/distinfo index dfb612fc819..2588cfe6c2c 100644 --- a/misc/py-toil/distinfo +++ b/misc/py-toil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618809601 -SHA256 (toil-5.3.0.tar.gz) = 4ea8f703ee697c4b5ff506db545d0dbb6e4753fbfc61c4230f1eccba8f860e7c -SIZE (toil-5.3.0.tar.gz) = 439007 +TIMESTAMP = 1624763732 +SHA256 (toil-5.4.0.tar.gz) = 73c0648828bd3610c07b7648dd06d6ec27efefdb09473bf01d05d91eb899c9fd +SIZE (toil-5.4.0.tar.gz) = 452634 diff --git a/misc/ruut/Makefile b/misc/ruut/Makefile index 93ec818b8c1..01d951215e6 100644 --- a/misc/ruut/Makefile +++ b/misc/ruut/Makefile @@ -1,7 +1,7 @@ PORTNAME= ruut DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org diff --git a/misc/ruut/files/patch-powerpc b/misc/ruut/files/patch-powerpc new file mode 100644 index 00000000000..ffb29e7cdf4 --- /dev/null +++ b/misc/ruut/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/misc/slides/Makefile b/misc/slides/Makefile index c5357127c7a..00254dd2707 100644 --- a/misc/slides/Makefile +++ b/misc/slides/Makefile @@ -1,6 +1,6 @@ PORTNAME= slides DISTVERSIONPREFIX= v -DISTVERSION= 0.3.0 +DISTVERSION= 0.4.0 CATEGORIES= misc PKGNAMESUFFIX= -presentation-tool diff --git a/misc/slides/distinfo b/misc/slides/distinfo index c51e61941b9..1d6b2116a67 100644 --- a/misc/slides/distinfo +++ b/misc/slides/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624397341 -SHA256 (go/misc_slides/slides-v0.3.0/v0.3.0.mod) = 70fa37e8b5d8f4e9476f95d7f7a7f1c006a55f6bf25ebe737e85d68909bb30f9 -SIZE (go/misc_slides/slides-v0.3.0/v0.3.0.mod) = 388 -SHA256 (go/misc_slides/slides-v0.3.0/v0.3.0.zip) = 4ea43f5347bea25809cc6ce1a1fe2dba31ee770cad506b2265385afdc8107b9b -SIZE (go/misc_slides/slides-v0.3.0/v0.3.0.zip) = 327390 +TIMESTAMP = 1624917784 +SHA256 (go/misc_slides/slides-v0.4.0/v0.4.0.mod) = 70fa37e8b5d8f4e9476f95d7f7a7f1c006a55f6bf25ebe737e85d68909bb30f9 +SIZE (go/misc_slides/slides-v0.4.0/v0.4.0.mod) = 388 +SHA256 (go/misc_slides/slides-v0.4.0/v0.4.0.zip) = 24d5912b5e240e55f6197d341568cff4dc9b59d36a02e8d4994b9e5b56624cd4 +SIZE (go/misc_slides/slides-v0.4.0/v0.4.0.zip) = 332460 diff --git a/misc/snakemake/Makefile b/misc/snakemake/Makefile index 39072c52ab9..06c801ac55e 100644 --- a/misc/snakemake/Makefile +++ b/misc/snakemake/Makefile @@ -1,5 +1,5 @@ PORTNAME= snakemake -DISTVERSION= 6.4.1 +DISTVERSION= 6.5.0 CATEGORIES= misc python MASTER_SITES= CHEESESHOP @@ -23,6 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}smart-open>0:net/py-smart-open@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}stopit>0:devel/py-stopit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toposort>0:devel/py-toposort@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wrapt>0:devel/py-wrapt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR} diff --git a/misc/snakemake/distinfo b/misc/snakemake/distinfo index 258c3a69412..b958c50a6c6 100644 --- a/misc/snakemake/distinfo +++ b/misc/snakemake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622224549 -SHA256 (snakemake-6.4.1.tar.gz) = 24e42747fa4c7c0b1ce7dba5793b51785ab0118f6b30751c6b1ba692dbc4d755 -SIZE (snakemake-6.4.1.tar.gz) = 266419 +TIMESTAMP = 1624571548 +SHA256 (snakemake-6.5.0.tar.gz) = b166ec74537e02553fcaf0ddcffc32dfdb9dcaa1260af297a56eded6a179b2ee +SIZE (snakemake-6.5.0.tar.gz) = 269678 diff --git a/misc/xd-rust/Makefile b/misc/xd-rust/Makefile index 34563e050fd..b5e61e647d9 100644 --- a/misc/xd-rust/Makefile +++ b/misc/xd-rust/Makefile @@ -1,6 +1,6 @@ PORTNAME= xd DISTVERSION= 0.0.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/:main DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}:main diff --git a/misc/xd-rust/files/patch-powerpc b/misc/xd-rust/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/misc/xd-rust/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/misc/xplr/Makefile b/misc/xplr/Makefile index 61b9ec9fbb8..aebad6ef053 100644 --- a/misc/xplr/Makefile +++ b/misc/xplr/Makefile @@ -1,6 +1,7 @@ PORTNAME= xplr DISTVERSIONPREFIX= v -DISTVERSION= 0.14.1 +DISTVERSION= 0.14.3 +PORTREVISION= 1 CATEGORIES= misc MAINTAINER= lcook@FreeBSD.org diff --git a/misc/xplr/distinfo b/misc/xplr/distinfo index 7822148149a..a2907d26ed9 100644 --- a/misc/xplr/distinfo +++ b/misc/xplr/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623177804 +TIMESTAMP = 1624706495 SHA256 (rust/crates/ansi-to-tui-0.3.0.crate) = 78688ae13e204ce559701516a0198d5fb54530b73eb1b3ecf404b4b79ed48dbf SIZE (rust/crates/ansi-to-tui-0.3.0.crate) = 7078 SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b @@ -245,5 +245,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 -SHA256 (sayanarijit-xplr-v0.14.1_GH0.tar.gz) = 35e76f226ef49057f6f1569c3d9271d1f96377117696a52b086a49de16ce176e -SIZE (sayanarijit-xplr-v0.14.1_GH0.tar.gz) = 79315 +SHA256 (sayanarijit-xplr-v0.14.3_GH0.tar.gz) = c51f26eeaf7419a1be1dc32604a4c61de53a48e373309ae61ece4599678ed98f +SIZE (sayanarijit-xplr-v0.14.3_GH0.tar.gz) = 100283 diff --git a/misc/xplr/pkg-descr b/misc/xplr/pkg-descr index 87d6fd4819a..6625983fe90 100644 --- a/misc/xplr/pkg-descr +++ b/misc/xplr/pkg-descr @@ -5,4 +5,4 @@ can configure the key bindings, different run modes, the way it looks, and much more by modifying one single configuration file. -WWW: https://github.com/sayanarijit/xplr/wiki/Quickstart +WWW: https://arijitbasu.in/xplr/en diff --git a/multimedia/Makefile b/multimedia/Makefile index 54bbd872c5a..ce40d76cd0f 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -30,6 +30,7 @@ SUBDIR += celluloid SUBDIR += cheese SUBDIR += chilitags + SUBDIR += cineencoder SUBDIR += clive SUBDIR += clutter-gst SUBDIR += clutter-gst3 @@ -126,7 +127,6 @@ SUBDIR += gstreamer1-validate SUBDIR += gstreamermm SUBDIR += gtk-youtube-viewer - SUBDIR += gxine SUBDIR += handbrake SUBDIR += haruna SUBDIR += harvid diff --git a/multimedia/cineencoder/Makefile b/multimedia/cineencoder/Makefile new file mode 100644 index 00000000000..7acc6757b72 --- /dev/null +++ b/multimedia/cineencoder/Makefile @@ -0,0 +1,59 @@ +# Created by: Alexey Dokuchaev + +PORTNAME= ${GH_ACCOUNT:tl} +PORTVERSION= 3.3 +CATEGORIES= multimedia + +MAINTAINER= danfe@FreeBSD.org +COMMENT= HDR-aware multimedia file converter + +LICENSE= GPLv3 + +LIB_DEPENDS= libmediainfo.so:multimedia/libmediainfo +RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ + mkvpropedit:multimedia/mkvtoolnix + +USES= qt:5 +USE_GITHUB= yes +GH_ACCOUNT= CineEncoder +GH_PROJECT= cine-encoder +USE_QT= buildtools_build qmake_build core gui multimedia \ + network widgets + +PLIST_FILES= bin/cine_encoder man/man1/cine-encoder.1.gz \ + share/applications/cine-encoder.desktop \ + share/icons/hicolor/64x64/apps/cine-encoder.png \ + share/sounds/cine-encoder.wav +PORTDOCS= ABOUT AUTHORS + +OPTIONS_DEFINE= DOCS + +post-patch: + @${REINPLACE_CMD} -e 's,Q_OS_LINUX,Q_OS_${OPSYS:tu},' \ + ${WRKSRC}/app/mainwindow.cpp + @${REINPLACE_CMD} -e '/windowTitle/,+1s,Form,Cine Encoder 2021,' \ + ${WRKSRC}/app/mainwindow.ui + +do-configure: + cd ${CONFIGURE_WRKSRC} && ${QMAKE_ENV} ${QMAKE} ${QMAKE_ARGS} \ + app/cine_encoder.pro CONFIG+=qtquickcompiler + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/cine_encoder ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/distros/debian/cine-encoder.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1 + ${INSTALL_DATA} ${WRKSRC}/share/cine-encoder.desktop \ + ${STAGEDIR}${PREFIX}/share/applications + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps + ${INSTALL_DATA} ${WRKSRC}/share/cine-encoder.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/64x64/apps + @${MKDIR} ${STAGEDIR}${PREFIX}/share/sounds + ${INSTALL_DATA} ${WRKSRC}/share/cine-encoder.wav \ + ${STAGEDIR}${PREFIX}/share/sounds + +do-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/share/ABOUT ${WRKSRC}/AUTHORS \ + ${STAGEDIR}${DOCSDIR} + +.include diff --git a/multimedia/cineencoder/distinfo b/multimedia/cineencoder/distinfo new file mode 100644 index 00000000000..9a260d72182 --- /dev/null +++ b/multimedia/cineencoder/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624697534 +SHA256 (CineEncoder-cine-encoder-3.3_GH0.tar.gz) = fcabefd308132b249566500e29a01b9355bcfc47a345b5f50d52da8883c09681 +SIZE (CineEncoder-cine-encoder-3.3_GH0.tar.gz) = 1866611 diff --git a/multimedia/cineencoder/pkg-descr b/multimedia/cineencoder/pkg-descr new file mode 100644 index 00000000000..5a22cb9988d --- /dev/null +++ b/multimedia/cineencoder/pkg-descr @@ -0,0 +1,8 @@ +Cine Encoder is GUI program based on FFmpeg, MKVToolNix, and MediaInfo +that allows to convert media files while preserving HDR metadata. + +Supported hardware encoding NVENC for codecs H265, H264 and Intel QSV +(experimental) for codecs H264, MPEG-2. The following encoding modes +are implemented: H265, H264, VP9, MPEG-2, XDCAM, DNxHR, ProRes. + +WWW: https://github.com/CineEncoder/cine-encoder diff --git a/multimedia/gxine/Makefile b/multimedia/gxine/Makefile deleted file mode 100644 index 1cb7cb9942e..00000000000 --- a/multimedia/gxine/Makefile +++ /dev/null @@ -1,60 +0,0 @@ -# Created by: Grigori Goronzy - -PORTNAME= gxine -PORTVERSION= 0.5.910 -PORTREVISION= 3 -CATEGORIES= multimedia -MASTER_SITES= SF/xine/${PORTNAME}/${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Alternative GUI for the Xine media player - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via lang/spidermonkey185 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libnspr4.so:devel/nspr \ - libmozjs185.so:lang/spidermonkey185 \ - libxine.so:multimedia/libxine - -USES= desktop-file-utils gmake gnome libtool pathfix pkgconfig tar:xz -USE_GNOME= gtk30 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-hal --with-libintl-prefix=${LOCALBASE} \ - --with-gtk3 --without-dbus --disable-integration-wizard -INSTALLS_ICONS= yes -LLD_UNSAFE= yes - -OPTIONS_DEFINE= LIRC NLS WEBPLUGIN -OPTIONS_SUB= yes - -WEBPLUGIN_DESC= Build and/or install Web browser plugins - -LIRC_LIB_DEPENDS= liblirc_client.so:comms/lirc -LIRC_CONFIGURE_ENABLE= lirc -LIRC_USES= localbase - -NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext - -WEBPLUGIN_USE= xorg=xaw -WEBPLUGIN_USES= webplugin:native xorg -WEBPLUGIN_CONFIGURE_WITH= browser-plugin -WEBPLUGIN_DIR= ${PREFIX}/lib/gxine -WEBPLUGIN_FILES= gxineplugin.so - -post-patch: - @${REINPLACE_CMD} -e \ - '/CFLAGS/s|-I/usr/local/include|| ; \ - /CFLAGS/s|-L/usr/local/lib|| ; \ - /CPPFLAGS/s|-I/usr/local/include|| ; \ - s|XINE_LIST=.*|XINE_LIST=|' ${WRKSRC}/configure - @${REINPLACE_CMD} -e \ - 's|@MAKE_PNG_TRUE@|#|' ${WRKSRC}/pixmaps/Makefile.in - -post-install-WEBPLUGIN-on: - @${STRIP_CMD} ${STAGEDIR}${WEBPLUGIN_DIR}/${WEBPLUGIN_FILES} - -.include diff --git a/multimedia/gxine/distinfo b/multimedia/gxine/distinfo deleted file mode 100644 index 444f0067719..00000000000 --- a/multimedia/gxine/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1519264096 -SHA256 (gxine-0.5.910.tar.xz) = 567a0e14bea30e8bb82080173b61b574a6a22ab074f513c535f276780741fe17 -SIZE (gxine-0.5.910.tar.xz) = 931616 diff --git a/multimedia/gxine/files/patch-src__Makefile.in b/multimedia/gxine/files/patch-src__Makefile.in deleted file mode 100644 index 72663e4b663..00000000000 --- a/multimedia/gxine/files/patch-src__Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2018-02-22 07:47:00 UTC -+++ src/Makefile.in -@@ -470,7 +470,7 @@ gxine_SOURCES = \ - gxine_LDADD = $(XINE_LIBS) $(GTK2_LIBS) $(GTK3_LIBS) $(GTHREAD2_LIBS) \ - $(JS_LIBS) $(HAL_LIBS) $(UDEV_LIBS) $(DBUS_LIBS) $(LIRC_LIBS) \ - $(X_LIBS) $(X_EXTRA_LIBS) $(XEXT_LIBS) $(XTEST_LIBS) \ -- $(XINERAMA_LIBS) $(XRANDR_LIBS) $(XCB_LIBS) -ldl -lm -+ $(XINERAMA_LIBS) $(XRANDR_LIBS) $(XCB_LIBS) -lm - - gxine_client_SOURCES = client.c console_output.c - gxine_client_CFLAGS = $(AM_CFLAGS) -DGXINE_CLIENT diff --git a/multimedia/gxine/files/patch-src__lirc.c b/multimedia/gxine/files/patch-src__lirc.c deleted file mode 100644 index c2d2b04ce11..00000000000 --- a/multimedia/gxine/files/patch-src__lirc.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/lirc.c.orig 2017-12-27 17:41:32 UTC -+++ src/lirc.c -@@ -226,8 +226,8 @@ static JSBool js_reload_lirc (JSContext *cx, uintN arg - if (gxine_lirc_thread_created) - pthread_join (gxine_lirc_thread, NULL); - gxine_lirc_start (); --#endif - JS_SET_RVAL (cx, vp, gxine_lirc_thread_created ? JSVAL_TRUE : JSVAL_FALSE); -+#endif - return JS_TRUE; - } - diff --git a/multimedia/gxine/files/patch-src_console__output.c b/multimedia/gxine/files/patch-src_console__output.c deleted file mode 100644 index b845624c74c..00000000000 --- a/multimedia/gxine/files/patch-src_console__output.c +++ /dev/null @@ -1,162 +0,0 @@ ---- src/console_output.c.orig 2017-12-27 17:41:32 UTC -+++ src/console_output.c -@@ -45,6 +45,159 @@ static void console_push (const char *s, uint8_t e) {} - #else - /* defines & functions for gxine */ - -+#if defined(__FreeBSD__) -+#include -+#if __FreeBSD_version < 800067 -+ -+/* from src/contrib/cvs/lib/getline.h */ -+#if defined (__GNUC__) || (defined (__STDC__) && __STDC__) -+#define __PROTO(args) args -+#else -+#define __PROTO(args) () -+#endif /* GCC. */ -+ -+#define GETLINE_NO_LIMIT -1 -+ -+int -+ getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream)); -+int -+ getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, -+ int limit)); -+int -+ getstr __PROTO ((char **_lineptr, size_t *_n, FILE *_stream, -+ int _terminator, int _offset, int limit)); -+ -+/* getline.h */ -+/* from src/contrib/cvs/lib/getline.c */ -+ -+#include -+#include -+#include -+ -+#define MIN_CHUNK 64 -+ -+int -+getstr (lineptr, n, stream, terminator, offset, limit) -+ char **lineptr; -+ size_t *n; -+ FILE *stream; -+ int terminator; -+ int offset; -+ int limit; -+{ -+ int nchars_avail; /* Allocated but unused chars in *LINEPTR. */ -+ char *read_pos; /* Where we're reading into *LINEPTR. */ -+ int ret; -+ -+ if (!lineptr || !n || !stream) -+ { -+ errno = EINVAL; -+ return -1; -+ } -+ -+ if (!*lineptr) -+ { -+ *n = MIN_CHUNK; -+ *lineptr = malloc (*n); -+ if (!*lineptr) -+ { -+ errno = ENOMEM; -+ return -1; -+ } -+ *lineptr[0] = '\0'; -+ } -+ -+ nchars_avail = *n - offset; -+ read_pos = *lineptr + offset; -+ -+ for (;;) -+ { -+ int save_errno; -+ register int c; -+ -+ if (limit == 0) -+ break; -+ else -+ { -+ c = getc (stream); -+ -+ /* If limit is negative, then we shouldn't pay attention to -+ it, so decrement only if positive. */ -+ if (limit > 0) -+ limit--; -+ } -+ -+ save_errno = errno; -+ -+ /* We always want at least one char left in the buffer, since we -+ always (unless we get an error while reading the first char) -+ NUL-terminate the line buffer. */ -+ -+ assert((*lineptr + *n) == (read_pos + nchars_avail)); -+ if (nchars_avail < 2) -+ { -+ if (*n > MIN_CHUNK) -+ *n *= 2; -+ else -+ *n += MIN_CHUNK; -+ -+ nchars_avail = *n + *lineptr - read_pos; -+ *lineptr = realloc (*lineptr, *n); -+ if (!*lineptr) -+ { -+ errno = ENOMEM; -+ return -1; -+ } -+ read_pos = *n - nchars_avail + *lineptr; -+ assert((*lineptr + *n) == (read_pos + nchars_avail)); -+ } -+ -+ if (ferror (stream)) -+ { -+ /* Might like to return partial line, but there is no -+ place for us to store errno. And we don't want to just -+ lose errno. */ -+ errno = save_errno; -+ return -1; -+ } -+ -+ if (c == EOF) -+ { -+ /* Return partial line, if any. */ -+ if (read_pos == *lineptr) -+ return -1; -+ else -+ break; -+ } -+ -+ *read_pos++ = c; -+ nchars_avail--; -+ -+ if (c == terminator) -+ /* Return the line. */ -+ break; -+ } -+ -+ /* Done - NUL terminate and return the number of chars read. */ -+ *read_pos = '\0'; -+ -+ ret = read_pos - (*lineptr + offset); -+ return ret; -+} -+ -+int -+getline (lineptr, n, stream) -+ char **lineptr; -+ size_t *n; -+ FILE *stream; -+{ -+ return getstr (lineptr, n, stream, '\n', 0, GETLINE_NO_LIMIT); -+} -+ -+/* getline.c */ -+#endif /* __FreeBSD_version */ -+#endif /* defined(__FreeBSD__) */ -+ - # include - # include - # include "log_window.h" diff --git a/multimedia/gxine/files/patch-src_desktop__integration.c b/multimedia/gxine/files/patch-src_desktop__integration.c deleted file mode 100644 index 1f370888f8e..00000000000 --- a/multimedia/gxine/files/patch-src_desktop__integration.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/desktop_integration.c.orig 2017-12-27 17:41:32 UTC -+++ src/desktop_integration.c -@@ -120,6 +120,9 @@ static void *get_func (const char *name) - - gboolean gxine_vfs_init (void) - { -+#ifndef USE_INTEGRATION_WIZARD -+ return gnome_vfs_available = 0; -+#else - void (*init_func) (void) = NULL; - - if (gnome_vfs_available != -1) -@@ -170,6 +173,7 @@ gboolean gxine_vfs_init (void) - #endif - - return gnome_vfs_available = 1; -+#endif - } - - /* diff --git a/multimedia/gxine/pkg-descr b/multimedia/gxine/pkg-descr deleted file mode 100644 index 47ea4d14b8e..00000000000 --- a/multimedia/gxine/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -gxine is a simple but effective GUI for the Xine media player. -It uses the GTK toolkit, so it nicely fits in into a GNOME desktop. - -WWW: http://www.xine-project.org diff --git a/multimedia/gxine/pkg-plist b/multimedia/gxine/pkg-plist deleted file mode 100644 index 3091114404c..00000000000 --- a/multimedia/gxine/pkg-plist +++ /dev/null @@ -1,57 +0,0 @@ -bin/gxine -bin/gxine_client -%%ETCDIR%%/gtk.css -%%ETCDIR%%/gtkrc -%%ETCDIR%%/keypad.xml -%%ETCDIR%%/startup -%%ETCDIR%%/toolbar-fullscreen.xml -%%ETCDIR%%/toolbar-window.xml -%%WEBPLUGIN%%%%WEBPLUGIN_DIR%%/gxineplugin.so -man/de/man1/gxine.1.gz -man/de/man1/gxine_client.1.gz -man/es/man1/gxine.1.gz -man/es/man1/gxine_client.1.gz -man/man1/gxine.1.gz -man/man1/gxine_client.1.gz -share/applications/gxine.desktop -%%DATADIR%%/logo.jpg -%%DATADIR%%/mediamarks -%%DATADIR%%/pixmaps/gxine-icon.xpm -%%DATADIR%%/pixmaps/nospeaker.png -%%DATADIR%%/pixmaps/set-brightness.svg -%%DATADIR%%/pixmaps/set-channel.svg -%%DATADIR%%/pixmaps/set-contrast.svg -%%DATADIR%%/pixmaps/set-hue.svg -%%DATADIR%%/pixmaps/set-saturation.svg -%%DATADIR%%/pixmaps/set-sharpness.svg -%%DATADIR%%/pixmaps/set-sync.svg -%%DATADIR%%/pixmaps/set-volume.svg -%%DATADIR%%/pixmaps/speaker.png -%%DATADIR%%/pixmaps/splash.png -%%DATADIR%%/pixmaps/subtitle.svg -share/icons/hicolor/64x64/apps/gxine.png -%%NLS%%share/locale/cs/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/cs/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/de/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/de/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/es/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/es/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/fi/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/fi/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/fr/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/it/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/it/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/ja/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/pl/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/ru/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/sv/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/uk/LC_MESSAGES/gxine.theme.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/gxine.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/gxine.theme.mo -share/pixmaps/gxine.png diff --git a/multimedia/librav1e/Makefile b/multimedia/librav1e/Makefile index fdd6ed85b89..2d051950496 100644 --- a/multimedia/librav1e/Makefile +++ b/multimedia/librav1e/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 1 +PORTREVISION= 2 PKGNAMEPREFIX= lib MASTERDIR= ${.CURDIR}/../rav1e diff --git a/multimedia/librespot/Makefile b/multimedia/librespot/Makefile index ba0899c2007..1cf61e5afbc 100644 --- a/multimedia/librespot/Makefile +++ b/multimedia/librespot/Makefile @@ -1,7 +1,7 @@ PORTNAME= librespot PORTVERSION= 0.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MAINTAINER= driesm.michiels@gmail.com diff --git a/multimedia/librespot/files/patch-powerpc b/multimedia/librespot/files/patch-powerpc new file mode 100644 index 00000000000..698b3d61388 --- /dev/null +++ b/multimedia/librespot/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/multimedia/obs-studio/Makefile b/multimedia/obs-studio/Makefile index 76bce4c7736..fda4ff4bd2d 100644 --- a/multimedia/obs-studio/Makefile +++ b/multimedia/obs-studio/Makefile @@ -1,6 +1,6 @@ PORTNAME= obs-studio DISTVERSION= 27.0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= yuri@FreeBSD.org @@ -57,6 +57,7 @@ GH_TUPLE= obsproject:obs-browser:f1a61c5:obs_browser/plugins/obs-browser \ obsproject:obs-vst:aaa7b7f:obs_vst/plugins/obs-vst CMAKE_ON= UNIX_STRUCTURE +CMAKE_OFF= ENABLE_PIPEWIRE # beginning with 27.0.1 (PR#4287) the linux-capture plugin optionally requires the piperware library and in this case expects the linux/dma-buf.h header CMAKE_ARGS= -DOBS_VERSION_OVERRIDE:STRING="${PORTVERSION}" CFLAGS+= -D_WITH_GETLINE diff --git a/multimedia/obs-studio/files/patch-plugins_CMakeLists.txt b/multimedia/obs-studio/files/patch-plugins_CMakeLists.txt index 8fd2ea7d23c..fa969c2e092 100644 --- a/multimedia/obs-studio/files/patch-plugins_CMakeLists.txt +++ b/multimedia/obs-studio/files/patch-plugins_CMakeLists.txt @@ -1,11 +1,6 @@ --- plugins/CMakeLists.txt.orig 2021-06-11 14:20:50 UTC +++ plugins/CMakeLists.txt -@@ -47,11 +47,11 @@ elseif("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") - add_subdirectory(vlc-video) - add_subdirectory(sndio) - elseif("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") -- add_subdirectory(linux-capture) -+ #add_subdirectory(linux-capture) +@@ -51,7 +51,7 @@ elseif("${CMAKE_SYSTEM_NAME}" MATCHES "FreeBSD") add_subdirectory(linux-pulseaudio) add_subdirectory(linux-v4l2) add_subdirectory(linux-jack) diff --git a/multimedia/obs-studio/pkg-plist b/multimedia/obs-studio/pkg-plist index ae874e18726..304ba188eef 100644 --- a/multimedia/obs-studio/pkg-plist +++ b/multimedia/obs-studio/pkg-plist @@ -123,6 +123,7 @@ lib/obs-plugins/decklink-captions.so lib/obs-plugins/decklink-ouput-ui.so lib/obs-plugins/frontend-tools.so lib/obs-plugins/image-source.so +lib/obs-plugins/linux-capture.so %%JACK%%lib/obs-plugins/linux-jack.so %%PULSEAUDIO%%lib/obs-plugins/linux-pulseaudio.so lib/obs-plugins/linux-v4l2.so @@ -293,6 +294,58 @@ share/obs/obs-plugins/image-source/locale/ur-PK.ini share/obs/obs-plugins/image-source/locale/vi-VN.ini share/obs/obs-plugins/image-source/locale/zh-CN.ini share/obs/obs-plugins/image-source/locale/zh-TW.ini +share/obs/obs-plugins/linux-capture/locale/ar-SA.ini +share/obs/obs-plugins/linux-capture/locale/az-AZ.ini +share/obs/obs-plugins/linux-capture/locale/ba-RU.ini +share/obs/obs-plugins/linux-capture/locale/bg-BG.ini +share/obs/obs-plugins/linux-capture/locale/bn-BD.ini +share/obs/obs-plugins/linux-capture/locale/ca-ES.ini +share/obs/obs-plugins/linux-capture/locale/cs-CZ.ini +share/obs/obs-plugins/linux-capture/locale/da-DK.ini +share/obs/obs-plugins/linux-capture/locale/de-DE.ini +share/obs/obs-plugins/linux-capture/locale/el-GR.ini +share/obs/obs-plugins/linux-capture/locale/en-PT.ini +share/obs/obs-plugins/linux-capture/locale/en-US.ini +share/obs/obs-plugins/linux-capture/locale/es-ES.ini +share/obs/obs-plugins/linux-capture/locale/et-EE.ini +share/obs/obs-plugins/linux-capture/locale/eu-ES.ini +share/obs/obs-plugins/linux-capture/locale/fa-IR.ini +share/obs/obs-plugins/linux-capture/locale/fi-FI.ini +share/obs/obs-plugins/linux-capture/locale/fil-PH.ini +share/obs/obs-plugins/linux-capture/locale/fr-FR.ini +share/obs/obs-plugins/linux-capture/locale/gd-GB.ini +share/obs/obs-plugins/linux-capture/locale/gl-ES.ini +share/obs/obs-plugins/linux-capture/locale/he-IL.ini +share/obs/obs-plugins/linux-capture/locale/hi-IN.ini +share/obs/obs-plugins/linux-capture/locale/hr-HR.ini +share/obs/obs-plugins/linux-capture/locale/hu-HU.ini +share/obs/obs-plugins/linux-capture/locale/id-ID.ini +share/obs/obs-plugins/linux-capture/locale/it-IT.ini +share/obs/obs-plugins/linux-capture/locale/ja-JP.ini +share/obs/obs-plugins/linux-capture/locale/ka-GE.ini +share/obs/obs-plugins/linux-capture/locale/kab-KAB.ini +share/obs/obs-plugins/linux-capture/locale/ko-KR.ini +share/obs/obs-plugins/linux-capture/locale/lo-LA.ini +share/obs/obs-plugins/linux-capture/locale/ms-MY.ini +share/obs/obs-plugins/linux-capture/locale/nb-NO.ini +share/obs/obs-plugins/linux-capture/locale/nl-NL.ini +share/obs/obs-plugins/linux-capture/locale/pl-PL.ini +share/obs/obs-plugins/linux-capture/locale/pt-BR.ini +share/obs/obs-plugins/linux-capture/locale/pt-PT.ini +share/obs/obs-plugins/linux-capture/locale/ro-RO.ini +share/obs/obs-plugins/linux-capture/locale/ru-RU.ini +share/obs/obs-plugins/linux-capture/locale/sk-SK.ini +share/obs/obs-plugins/linux-capture/locale/sl-SI.ini +share/obs/obs-plugins/linux-capture/locale/sr-CS.ini +share/obs/obs-plugins/linux-capture/locale/sr-SP.ini +share/obs/obs-plugins/linux-capture/locale/sv-SE.ini +share/obs/obs-plugins/linux-capture/locale/ta-IN.ini +share/obs/obs-plugins/linux-capture/locale/tl-PH.ini +share/obs/obs-plugins/linux-capture/locale/tr-TR.ini +share/obs/obs-plugins/linux-capture/locale/uk-UA.ini +share/obs/obs-plugins/linux-capture/locale/vi-VN.ini +share/obs/obs-plugins/linux-capture/locale/zh-CN.ini +share/obs/obs-plugins/linux-capture/locale/zh-TW.ini %%JACK%%share/obs/obs-plugins/linux-jack/locale/ar-SA.ini %%JACK%%share/obs/obs-plugins/linux-jack/locale/az-AZ.ini %%JACK%%share/obs/obs-plugins/linux-jack/locale/ba-RU.ini diff --git a/multimedia/opentoonz/Makefile b/multimedia/opentoonz/Makefile index cf058a6cd6e..f507d082603 100644 --- a/multimedia/opentoonz/Makefile +++ b/multimedia/opentoonz/Makefile @@ -4,14 +4,14 @@ DISTVERSION= 1.5.0 PORTREVISION= 1 CATEGORIES= multimedia -MAINTAINER= kde@FreeBSD.org -COMMENT= 2D animation software +MAINTAINER= rozhuk.im@gmail.com +COMMENT= Open-source full-featured 2D animation creation software +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= boost-libs>0:devel/boost-libs -LIB_DEPENDS= libgslcblas.so:math/gsl \ - libjson-c.so:devel/json-c \ +LIB_DEPENDS= libfreetype.so:print/freetype2 \ liblz4.so:archivers/liblz4 \ liblzo2.so:archivers/lzo2 \ libmypaint.so:graphics/libmypaint \ @@ -19,16 +19,48 @@ LIB_DEPENDS= libgslcblas.so:math/gsl \ libpng.so:graphics/png \ libsuperlu.so:math/superlu \ libturbojpeg.so:graphics/libjpeg-turbo +RUN_DEPENDS= ${LOCALBASE}/bin/ffprobe:multimedia/ffmpeg -USES= cmake:noninja compiler:c++11-lang gettext-runtime gl \ +USES= cmake:noninja compiler:c++11-lang gl \ gnome jpeg pkgconfig qt:5 USE_GITHUB= yes USE_GL= gl glew glu glut -USE_GNOME= glib20 USE_QT= core gui multimedia network opengl printsupport \ script serialport svg widgets xml \ buildtools_build linguisttools_build qmake_build - +CMAKE_ARGS= -DWITH_SYSTEM_LZO:BOOL=ON \ + -DWITH_SYSTEM_SUPERLU:BOOL=ON CMAKE_SOURCE_PATH= ${WRKSRC}/toonz/sources +INSTALLS_ICONS= yes + +OPTIONS_SINGLE= BLASLIB +OPTIONS_SINGLE_BLASLIB= CBLAS GSLCBLAS NETLIB OPENBLAS +OPTIONS_DEFAULT= OPENBLAS + +CBLAS_LIB_DEPENDS= libcblas.so:math/cblas +CBLAS_VARS= BLASLIBS="cblas" +CBLAS_DESC= C interface to the legacy Fortran BLAS +GSLCBLAS_LIB_DEPENDS= libgslcblas.so:math/gsl +GSLCBLAS_VARS= BLASLIBS="gslcblas" +GSLCBLAS_DESC= The GNU Scientific Library - mathematical libs +NETLIB_USES= blaslapack:netlib +NETLIB_VARS= BLASLIBS="blas" +OPENBLAS_USES= blaslapack:openblas +OPENBLAS_VARS= BLASLIBS="openblas" + +.include + +.if defined(WITH_DEBUG) +CXXFLAGS+= -DDEBUG -g3 -ggdb +.else +CXXFLAGS+= -DNDEBUG +.endif + +post-extract: + ${FIND} ${WRKSRC} -name '*.gitkeep' -delete + +post-patch: + @${REINPLACE_CMD} -e "s|find_library(OPENBLAS_LIB NAMES.*|find_library(OPENBLAS_LIB NAMES ${BLASLIBS})|g" \ + ${WRKSRC}/toonz/sources/CMakeLists.txt .include diff --git a/multimedia/opentoonz/pkg-descr b/multimedia/opentoonz/pkg-descr index 0ad2bd7f1d4..f3e84cc04ae 100644 --- a/multimedia/opentoonz/pkg-descr +++ b/multimedia/opentoonz/pkg-descr @@ -1,5 +1,6 @@ -OpenToonz is a 2D animation software published by DWANGO. It is based on Toonz -Studio Ghibli Version, originally developed in Italy by Digital Video, Inc., -and customized by Studio Ghibli over many years of production. +OpenToonz is a 2D animation software published by DWANGO. +It is based on Toonz Studio Ghibli Version, originally developed in +Italy by Digital Video, Inc., and customized by Studio Ghibli over +many years of production. -WWW: https://github.com/opentoonz/opentoonz +WWW: https://opentoonz.github.io/e/ diff --git a/multimedia/opentoonz/pkg-message b/multimedia/opentoonz/pkg-message new file mode 100644 index 00000000000..93e93725b9a --- /dev/null +++ b/multimedia/opentoonz/pkg-message @@ -0,0 +1,12 @@ +[ +{ type: install + message: <() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/multimedia/scte35dump/Makefile b/multimedia/scte35dump/Makefile index 3e0d07ba2ba..32d103dbe8d 100644 --- a/multimedia/scte35dump/Makefile +++ b/multimedia/scte35dump/Makefile @@ -1,6 +1,6 @@ PORTNAME= scte35dump DISTVERSION= 0.1.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= rodrigo@FreeBSD.org diff --git a/multimedia/scte35dump/files/patch-powerpc b/multimedia/scte35dump/files/patch-powerpc new file mode 100644 index 00000000000..707fe64ed42 --- /dev/null +++ b/multimedia/scte35dump/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/multimedia/termplay/Makefile b/multimedia/termplay/Makefile index c93f4ead6df..65a5dc761fc 100644 --- a/multimedia/termplay/Makefile +++ b/multimedia/termplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= termplay DISTVERSION= 2.0.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/multimedia/termplay/files/patch-powerpc b/multimedia/termplay/files/patch-powerpc new file mode 100644 index 00000000000..ffb29e7cdf4 --- /dev/null +++ b/multimedia/termplay/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.66/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net-im/Makefile b/net-im/Makefile index fc5601fd1bb..9b4b24a3c5e 100644 --- a/net-im/Makefile +++ b/net-im/Makefile @@ -170,7 +170,9 @@ SUBDIR += tkabber-plugins SUBDIR += toot SUBDIR += tox + SUBDIR += tox_extension_messages SUBDIR += toxbot + SUBDIR += toxext SUBDIR += toxic SUBDIR += toxins SUBDIR += tut diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index 6fa552329ec..4dd946805ef 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -1,6 +1,6 @@ PORTNAME= fractal DISTVERSION= 4.2.2 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ diff --git a/net-im/libsignal-client/Makefile b/net-im/libsignal-client/Makefile index 317cae1022b..7666fbf11be 100644 --- a/net-im/libsignal-client/Makefile +++ b/net-im/libsignal-client/Makefile @@ -1,6 +1,7 @@ PORTNAME= libsignal-client DISTVERSIONPREFIX= v DISTVERSION= 0.8.1 +PORTREVISION= 1 CATEGORIES= net-im java MAINTAINER= 0mp@FreeBSD.org diff --git a/net-im/libsignal-client/files/patch-powerpc b/net-im/libsignal-client/files/patch-powerpc new file mode 100644 index 00000000000..698b3d61388 --- /dev/null +++ b/net-im/libsignal-client/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net-im/nheko/Makefile b/net-im/nheko/Makefile index 9e14426ef3c..ba37929ece0 100644 --- a/net-im/nheko/Makefile +++ b/net-im/nheko/Makefile @@ -1,6 +1,7 @@ PORTNAME= nheko DISTVERSIONPREFIX=v DISTVERSION= 0.8.2 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= adridg@FreeBSD.org @@ -31,6 +32,7 @@ USES= cmake compiler:c++17-lang pkgconfig \ localbase:ldflags qt:5 ssl tar:xz USE_QT= concurrent core dbus declarative gui multimedia network \ quickcontrols2 svg widgets \ + graphicaleffects_run \ buildtools_build linguist_build qmake_build # There is one external dependencie: lmdb++ diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index ab5e10bcf8c..7222e28417e 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -1,13 +1,12 @@ # Created by: Nikolay Pavlov -# $FreeBSD$ PORTNAME= openfire -PORTVERSION= 4.6.3 +PORTVERSION= 4.6.4 PORTEPOCH= 1 CATEGORIES= net-im java -MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/releases/download/v${PORTVERSION}/ \ +MASTER_SITES= https://github.com/igniterealtime/${PORTNAME}/archive/refs/tags/ \ LOCAL/pi:maven -DISTFILES= ${PORTNAME}_src_${PORTVERSION:S/./_/g}.tar.gz +DISTFILES= v${PORTVERSION}.tar.gz MAINTAINER= nikita@druba.su COMMENT= Enterprise instant messaging server diff --git a/net-im/openfire/distinfo b/net-im/openfire/distinfo index d75646c4e63..980333b42dc 100644 --- a/net-im/openfire/distinfo +++ b/net-im/openfire/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1624191431 -SHA256 (openfire_src_4_6_3.tar.gz) = c5c30e781b242d5a03b857f4605ed74ea643fec9221a45368ecd417830a6d674 -SIZE (openfire_src_4_6_3.tar.gz) = 6760615 -SHA256 (FreeBSD-openfire-4.6.3-maven-repository.tar.gz) = 6f451af052b1b1bf1177910db29a84d18808245e773d3e959896fd14853af3f3 -SIZE (FreeBSD-openfire-4.6.3-maven-repository.tar.gz) = 252920205 +TIMESTAMP = 1624266366 +SHA256 (v4.6.4.tar.gz) = 7472674c2469b7fb1eb25edcb4b529eda0a49be335c146861656d766443bda23 +SIZE (v4.6.4.tar.gz) = 6770705 +SHA256 (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 82a196764301a71f70f1a23bab4628772c9bfc05088a3a0328ef47df0b8ae453 +SIZE (FreeBSD-openfire-4.6.4-maven-repository.tar.gz) = 253011622 diff --git a/net-im/openfire/pkg-plist b/net-im/openfire/pkg-plist index df7131988b5..36ccaefc34b 100644 --- a/net-im/openfire/pkg-plist +++ b/net-im/openfire/pkg-plist @@ -71,7 +71,7 @@ %%DATADIR%%/lib/commons-codec-1.12.jar %%DATADIR%%/lib/commons-dbcp2-2.6.0.jar %%DATADIR%%/lib/commons-fileupload-1.4.jar -%%DATADIR%%/lib/commons-io-2.6.jar +%%DATADIR%%/lib/commons-io-2.7.jar %%DATADIR%%/lib/commons-lang3-3.9.jar %%DATADIR%%/lib/commons-logging-1.2.jar %%DATADIR%%/lib/commons-pool2-2.6.2.jar @@ -85,7 +85,7 @@ %%DATADIR%%/lib/hsqldb-2.4.1.jar %%DATADIR%%/lib/httpclient-4.5.13.jar %%DATADIR%%/lib/httpcore-4.4.13.jar -%%DATADIR%%/lib/i18n-4.6.3.jar +%%DATADIR%%/lib/i18n-4.6.4.jar %%DATADIR%%/lib/imageio-bmp-3.5.jar %%DATADIR%%/lib/imageio-core-3.5.jar %%DATADIR%%/lib/istack-commons-runtime-3.0.8.jar @@ -157,7 +157,7 @@ %%DATADIR%%/lib/websocket-common-9.4.35.v20201120.jar %%DATADIR%%/lib/websocket-server-9.4.35.v20201120.jar %%DATADIR%%/lib/websocket-servlet-9.4.35.v20201120.jar -%%DATADIR%%/lib/xmppserver-4.6.3.jar +%%DATADIR%%/lib/xmppserver-4.6.4.jar %%DATADIR%%/lib/xpp3-1.1.4c.jar %%DATADIR%%/logs %%DATADIR%%/plugins/admin/plugin.xml diff --git a/net-im/py-python-telegram-bot/Makefile b/net-im/py-python-telegram-bot/Makefile index 3c71a249e42..03c03e82c73 100644 --- a/net-im/py-python-telegram-bot/Makefile +++ b/net-im/py-python-telegram-bot/Makefile @@ -2,6 +2,7 @@ PORTNAME= python-telegram-bot PORTVERSION= 13.1 +PORTREVISION= 1 CATEGORIES= net-im devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,8 @@ LICENSE= LGPL3 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>0:devel/py-decorator@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>0:devel/py-future@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}apscheduler>0:devel/py-apscheduler@${PY_FLAVOR} NO_ARCH= yes USES= python:3.6+ diff --git a/net-im/tox_extension_messages/Makefile b/net-im/tox_extension_messages/Makefile new file mode 100644 index 00000000000..cbff9f5180d --- /dev/null +++ b/net-im/tox_extension_messages/Makefile @@ -0,0 +1,25 @@ +PORTNAME= tox_extension_messages +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.2 +CATEGORIES= net-im net-p2p + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Message extension library for tox + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libopus.so:audio/opus \ + libsodium.so:security/libsodium \ + libtoxcore.so:net-im/tox \ + libtoxext.so:net-im/toxext \ + libvpx.so:multimedia/libvpx + +USES= cmake localbase:ldflags pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= toxext + +CMAKE_ON= BUILD_SHARED_LIBS + +.include diff --git a/net-im/tox_extension_messages/distinfo b/net-im/tox_extension_messages/distinfo new file mode 100644 index 00000000000..286758fdb7e --- /dev/null +++ b/net-im/tox_extension_messages/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624928172 +SHA256 (toxext-tox_extension_messages-v0.0.2_GH0.tar.gz) = 95e8cdd1de6cc7ba561620716f340e9606a06b3c2ff9c9020af4784c22fd0d7f +SIZE (toxext-tox_extension_messages-v0.0.2_GH0.tar.gz) = 21822 diff --git a/net-im/tox_extension_messages/pkg-descr b/net-im/tox_extension_messages/pkg-descr new file mode 100644 index 00000000000..c91de8c48c1 --- /dev/null +++ b/net-im/tox_extension_messages/pkg-descr @@ -0,0 +1,3 @@ +Message extension library for tox. + +WWW: https://github.com/toxext/tox_extension_messages diff --git a/net-im/tox_extension_messages/pkg-plist b/net-im/tox_extension_messages/pkg-plist new file mode 100644 index 00000000000..927b7476df3 --- /dev/null +++ b/net-im/tox_extension_messages/pkg-plist @@ -0,0 +1,4 @@ +include/tox_extension_messages.h +lib/cmake/ToxExtensionMessages/ToxExtensionMessagesConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ToxExtensionMessages/ToxExtensionMessagesConfig.cmake +lib/libtox_extension_messages.so diff --git a/net-im/toxext/Makefile b/net-im/toxext/Makefile new file mode 100644 index 00000000000..071218b7e7b --- /dev/null +++ b/net-im/toxext/Makefile @@ -0,0 +1,24 @@ +PORTNAME= toxext +DISTVERSIONPREFIX= v +DISTVERSION= 0.0.2 +CATEGORIES= net-im net-p2p + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Extension library for tox + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libopus.so:audio/opus \ + libsodium.so:security/libsodium \ + libtoxcore.so:net-im/tox \ + libvpx.so:multimedia/libvpx + +USES= cmake localbase:ldflags pkgconfig +USE_GITHUB= yes + +CMAKE_ON= BUILD_SHARED_LIBS + +CFLAGS+= -fPIC # see https://github.com/toxext/toxext/issues/7 + +.include diff --git a/net-im/toxext/distinfo b/net-im/toxext/distinfo new file mode 100644 index 00000000000..3e1f3294627 --- /dev/null +++ b/net-im/toxext/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624921343 +SHA256 (toxext-toxext-v0.0.2_GH0.tar.gz) = 047093eeed396ea9b4a3f0cd0a6bc4e0e09b339e2b03ba4b676e30888fe6acde +SIZE (toxext-toxext-v0.0.2_GH0.tar.gz) = 34178 diff --git a/net-im/toxext/pkg-descr b/net-im/toxext/pkg-descr new file mode 100644 index 00000000000..06c009f5734 --- /dev/null +++ b/net-im/toxext/pkg-descr @@ -0,0 +1,10 @@ +Tox provides a reasonable base set of features, but new features are slow to +implement, and may not be wanted by all clients. This is reasonable as any +protocol changes are API breaking and force clients to update to use them. Once +the features are in they are there forever meaning quality of the API and the +network layer have to be very strong. + +An extension library with negotiation allows more experimentation with less risk +resulting in more features for tox clients. + +WWW: https://github.com/toxext/toxext diff --git a/net-im/toxext/pkg-plist b/net-im/toxext/pkg-plist new file mode 100644 index 00000000000..ac62b07b8aa --- /dev/null +++ b/net-im/toxext/pkg-plist @@ -0,0 +1,8 @@ +include/toxext/mock_fixtures.h +include/toxext/mock_tox.h +include/toxext/toxext.h +include/toxext/toxext_util.h +lib/cmake/ToxExt/ToxExtConfig-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/ToxExt/ToxExtConfig.cmake +lib/libtoxext.so +lib/libtoxext_mock.so diff --git a/net-im/yume/Makefile b/net-im/yume/Makefile index ef04f0df353..92c375fc2d3 100644 --- a/net-im/yume/Makefile +++ b/net-im/yume/Makefile @@ -1,7 +1,7 @@ PORTNAME= yume DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-im MAINTAINER= yuri@FreeBSD.org diff --git a/net-im/zkgroup/Makefile b/net-im/zkgroup/Makefile index 95387b4d297..910849b8cde 100644 --- a/net-im/zkgroup/Makefile +++ b/net-im/zkgroup/Makefile @@ -1,6 +1,6 @@ PORTNAME= zkgroup DISTVERSIONPREFIX= v -DISTVERSION= 0.7.2 +DISTVERSION= 0.7.3 PORTREVISION= 1 CATEGORIES= net-im @@ -19,107 +19,116 @@ USE_JAVA= yes JAVA_VERSION= 11+ USE_LDCONFIG= yes -CARGO_CRATES= aead-0.2.0 \ - aes-0.3.2 \ - aes-gcm-siv-0.4.1 \ - aes-soft-0.3.3 \ - aesni-0.6.0 \ +CARGO_CRATES= aead-0.4.1 \ + aes-0.7.4 \ + aes-gcm-siv-0.10.0 \ ascii-0.9.3 \ atty-0.2.14 \ - autocfg-1.0.0 \ - bincode-1.2.1 \ + autocfg-1.0.1 \ + bincode-1.3.3 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ - block-cipher-trait-0.6.2 \ block-padding-0.1.5 \ - bstr-0.2.12 \ - bumpalo-3.2.1 \ + bstr-0.2.16 \ + bumpalo-3.7.0 \ byte-tools-0.3.1 \ - byteorder-1.3.4 \ - cast-0.2.3 \ + byteorder-1.4.3 \ + cast-0.2.6 \ cesu8-1.1.0 \ cfg-if-0.1.10 \ - clap-2.33.0 \ + cfg-if-1.0.0 \ + cipher-0.3.0 \ + clap-2.33.3 \ combine-3.8.1 \ - criterion-0.3.1 \ - criterion-plot-0.4.1 \ - crossbeam-deque-0.7.3 \ - crossbeam-epoch-0.8.2 \ - crossbeam-queue-0.2.1 \ - crossbeam-utils-0.7.2 \ + cpufeatures-0.1.4 \ + criterion-0.3.4 \ + criterion-plot-0.4.3 \ + crossbeam-channel-0.5.1 \ + crossbeam-deque-0.8.0 \ + crossbeam-epoch-0.9.5 \ + crossbeam-utils-0.8.5 \ crypto-mac-0.7.0 \ - csv-1.1.3 \ + csv-1.1.6 \ csv-core-0.1.10 \ + ctr-0.7.0 \ digest-0.8.1 \ - either-1.5.3 \ - error-chain-0.12.2 \ + either-1.6.1 \ + error-chain-0.12.4 \ fake-simd-0.1.2 \ - generic-array-0.12.3 \ - getrandom-0.1.14 \ - hermit-abi-0.1.10 \ - hex-0.4.2 \ + generic-array-0.12.4 \ + generic-array-0.14.4 \ + getrandom-0.1.16 \ + half-1.7.1 \ + hermit-abi-0.1.18 \ + hex-0.4.3 \ hmac-0.7.1 \ - itertools-0.8.2 \ - itoa-0.4.5 \ + itertools-0.9.0 \ + itertools-0.10.0 \ + itoa-0.4.7 \ jni-0.16.0 \ jni-sys-0.3.0 \ - js-sys-0.3.37 \ + js-sys-0.3.51 \ lazy_static-1.4.0 \ - libc-0.2.67 \ - log-0.4.8 \ - maybe-uninit-2.0.0 \ - memchr-2.3.3 \ - memoffset-0.5.4 \ - num-traits-0.2.11 \ - num_cpus-1.12.0 \ - oorandom-11.1.0 \ + libc-0.2.95 \ + log-0.4.14 \ + memchr-2.4.0 \ + memoffset-0.6.4 \ + num-traits-0.2.14 \ + num_cpus-1.13.0 \ + oorandom-11.1.3 \ opaque-debug-0.2.3 \ + opaque-debug-0.3.0 \ packed_simd-0.3.3 \ - plotters-0.2.12 \ - polyval-0.3.3 \ - proc-macro2-1.0.9 \ - quote-1.0.3 \ + pest-2.1.3 \ + plotters-0.3.1 \ + plotters-backend-0.3.0 \ + plotters-svg-0.3.0 \ + polyval-0.5.1 \ + proc-macro2-1.0.27 \ + quote-1.0.9 \ rand_core-0.5.1 \ - rayon-1.3.0 \ - rayon-core-1.7.0 \ - regex-1.3.6 \ - regex-automata-0.1.9 \ - regex-syntax-0.6.17 \ - rustc_version-0.2.3 \ - ryu-1.0.3 \ + rayon-1.5.1 \ + rayon-core-1.9.1 \ + regex-1.5.4 \ + regex-automata-0.1.10 \ + regex-syntax-0.6.25 \ + rustc_version-0.3.3 \ + ryu-1.0.5 \ same-file-1.0.6 \ scopeguard-1.1.0 \ - semver-0.9.0 \ - semver-parser-0.7.0 \ - serde-1.0.106 \ - serde_derive-1.0.106 \ - serde_json-1.0.51 \ - sha2-0.8.1 \ + semver-0.11.0 \ + semver-parser-0.10.2 \ + serde-1.0.126 \ + serde_cbor-0.11.1 \ + serde_derive-1.0.126 \ + serde_json-1.0.64 \ + sha2-0.8.2 \ subtle-1.0.0 \ - subtle-2.2.2 \ - syn-1.0.16 \ + subtle-2.4.0 \ + syn-1.0.72 \ textwrap-0.11.0 \ - tinytemplate-1.0.3 \ - typenum-1.11.2 \ - unicode-width-0.1.7 \ - unicode-xid-0.2.0 \ - universal-hash-0.3.0 \ + tinytemplate-1.2.1 \ + typenum-1.13.0 \ + ucd-trie-0.1.3 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.2 \ + universal-hash-0.4.0 \ unreachable-1.0.0 \ - version_check-0.9.1 \ + version_check-0.9.3 \ void-1.0.2 \ - walkdir-2.3.1 \ + walkdir-2.3.2 \ wasi-0.9.0+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.60 \ - wasm-bindgen-backend-0.2.60 \ - wasm-bindgen-macro-0.2.60 \ - wasm-bindgen-macro-support-0.2.60 \ - wasm-bindgen-shared-0.2.60 \ - web-sys-0.3.37 \ - winapi-0.3.8 \ + wasm-bindgen-0.2.74 \ + wasm-bindgen-backend-0.2.74 \ + wasm-bindgen-macro-0.2.74 \ + wasm-bindgen-macro-support-0.2.74 \ + wasm-bindgen-shared-0.2.74 \ + web-sys-0.3.51 \ + winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.3 \ + winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - zeroize-1.1.0 + zeroize-1.3.0 CARGO_USE_GITHUB= yes PLIST_FILES= lib/lib${PORTNAME}.so diff --git a/net-im/zkgroup/distinfo b/net-im/zkgroup/distinfo index 16fc0f4c5fe..7b024ef6afc 100644 --- a/net-im/zkgroup/distinfo +++ b/net-im/zkgroup/distinfo @@ -1,208 +1,226 @@ -TIMESTAMP = 1618486904 -SHA256 (rust/crates/aead-0.2.0.tar.gz) = 4cf01b9b56e767bb57b94ebf91a58b338002963785cdd7013e21c0d4679471e4 -SIZE (rust/crates/aead-0.2.0.tar.gz) = 8646 -SHA256 (rust/crates/aes-0.3.2.tar.gz) = 54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9 -SIZE (rust/crates/aes-0.3.2.tar.gz) = 84345 -SHA256 (rust/crates/aes-gcm-siv-0.4.1.tar.gz) = ed8c21a21a0afb20aeb41328e980939e99fa02f136ae7317665e892d2760912a -SIZE (rust/crates/aes-gcm-siv-0.4.1.tar.gz) = 18079 -SHA256 (rust/crates/aes-soft-0.3.3.tar.gz) = cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d -SIZE (rust/crates/aes-soft-0.3.3.tar.gz) = 92804 -SHA256 (rust/crates/aesni-0.6.0.tar.gz) = 2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100 -SIZE (rust/crates/aesni-0.6.0.tar.gz) = 100722 -SHA256 (rust/crates/ascii-0.9.3.tar.gz) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e -SIZE (rust/crates/ascii-0.9.3.tar.gz) = 28283 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.tar.gz) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.tar.gz) = 12870 -SHA256 (rust/crates/bincode-1.2.1.tar.gz) = 5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf -SIZE (rust/crates/bincode-1.2.1.tar.gz) = 15489 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/block-buffer-0.7.3.tar.gz) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b -SIZE (rust/crates/block-buffer-0.7.3.tar.gz) = 7179 -SHA256 (rust/crates/block-cipher-trait-0.6.2.tar.gz) = 1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774 -SIZE (rust/crates/block-cipher-trait-0.6.2.tar.gz) = 7539 -SHA256 (rust/crates/block-padding-0.1.5.tar.gz) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 -SIZE (rust/crates/block-padding-0.1.5.tar.gz) = 7342 -SHA256 (rust/crates/bstr-0.2.12.tar.gz) = 2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41 -SIZE (rust/crates/bstr-0.2.12.tar.gz) = 344435 -SHA256 (rust/crates/bumpalo-3.2.1.tar.gz) = 12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187 -SIZE (rust/crates/bumpalo-3.2.1.tar.gz) = 120161 -SHA256 (rust/crates/byte-tools-0.3.1.tar.gz) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 -SIZE (rust/crates/byte-tools-0.3.1.tar.gz) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.tar.gz) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.tar.gz) = 21943 -SHA256 (rust/crates/cast-0.2.3.tar.gz) = 4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0 -SIZE (rust/crates/cast-0.2.3.tar.gz) = 11446 -SHA256 (rust/crates/cesu8-1.1.0.tar.gz) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c -SIZE (rust/crates/cesu8-1.1.0.tar.gz) = 10555 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/clap-2.33.0.tar.gz) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.tar.gz) = 196458 -SHA256 (rust/crates/combine-3.8.1.tar.gz) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 -SIZE (rust/crates/combine-3.8.1.tar.gz) = 103773 -SHA256 (rust/crates/criterion-0.3.1.tar.gz) = 1fc755679c12bda8e5523a71e4d654b6bf2e14bd838dfc48cde6559a05caf7d1 -SIZE (rust/crates/criterion-0.3.1.tar.gz) = 95450 -SHA256 (rust/crates/criterion-plot-0.4.1.tar.gz) = a01e15e0ea58e8234f96146b1f91fa9d0e4dd7a38da93ff7a75d42c0b9d3a545 -SIZE (rust/crates/criterion-plot-0.4.1.tar.gz) = 17185 -SHA256 (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285 -SIZE (rust/crates/crossbeam-deque-0.7.3.tar.gz) = 19888 -SHA256 (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace -SIZE (rust/crates/crossbeam-epoch-0.8.2.tar.gz) = 39283 -SHA256 (rust/crates/crossbeam-queue-0.2.1.tar.gz) = c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db -SIZE (rust/crates/crossbeam-queue-0.2.1.tar.gz) = 14543 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/crypto-mac-0.7.0.tar.gz) = 4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5 -SIZE (rust/crates/crypto-mac-0.7.0.tar.gz) = 7636 -SHA256 (rust/crates/csv-1.1.3.tar.gz) = 00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279 -SIZE (rust/crates/csv-1.1.3.tar.gz) = 890849 -SHA256 (rust/crates/csv-core-0.1.10.tar.gz) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 -SIZE (rust/crates/csv-core-0.1.10.tar.gz) = 25668 -SHA256 (rust/crates/digest-0.8.1.tar.gz) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 -SIZE (rust/crates/digest-0.8.1.tar.gz) = 9449 -SHA256 (rust/crates/either-1.5.3.tar.gz) = bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3 -SIZE (rust/crates/either-1.5.3.tar.gz) = 12278 -SHA256 (rust/crates/error-chain-0.12.2.tar.gz) = d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd -SIZE (rust/crates/error-chain-0.12.2.tar.gz) = 29761 -SHA256 (rust/crates/fake-simd-0.1.2.tar.gz) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed -SIZE (rust/crates/fake-simd-0.1.2.tar.gz) = 5398 -SHA256 (rust/crates/generic-array-0.12.3.tar.gz) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.tar.gz) = 18017 -SHA256 (rust/crates/getrandom-0.1.14.tar.gz) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.tar.gz) = 24698 -SHA256 (rust/crates/hermit-abi-0.1.10.tar.gz) = 725cf19794cf90aa94e65050cb4191ff5d8fa87a498383774c47b332e3af952e -SIZE (rust/crates/hermit-abi-0.1.10.tar.gz) = 9127 -SHA256 (rust/crates/hex-0.4.2.tar.gz) = 644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35 -SIZE (rust/crates/hex-0.4.2.tar.gz) = 13385 -SHA256 (rust/crates/hmac-0.7.1.tar.gz) = 5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695 -SIZE (rust/crates/hmac-0.7.1.tar.gz) = 9765 -SHA256 (rust/crates/itertools-0.8.2.tar.gz) = f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484 -SIZE (rust/crates/itertools-0.8.2.tar.gz) = 89203 -SHA256 (rust/crates/itoa-0.4.5.tar.gz) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.tar.gz) = 11194 -SHA256 (rust/crates/jni-0.16.0.tar.gz) = 22bbdc25b49340bc4fc3d9c96dd84d878c4beeca35e3651efa53db51a68d7d4d -SIZE (rust/crates/jni-0.16.0.tar.gz) = 59922 -SHA256 (rust/crates/jni-sys-0.3.0.tar.gz) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 -SIZE (rust/crates/jni-sys-0.3.0.tar.gz) = 10232 -SHA256 (rust/crates/js-sys-0.3.37.tar.gz) = 6a27d435371a2fa5b6d2b028a74bbdb1234f308da363226a2854ca3ff8ba7055 -SIZE (rust/crates/js-sys-0.3.37.tar.gz) = 67178 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.67.tar.gz) = eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018 -SIZE (rust/crates/libc-0.2.67.tar.gz) = 458605 -SHA256 (rust/crates/log-0.4.8.tar.gz) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.tar.gz) = 31297 -SHA256 (rust/crates/maybe-uninit-2.0.0.tar.gz) = 60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00 -SIZE (rust/crates/maybe-uninit-2.0.0.tar.gz) = 11809 -SHA256 (rust/crates/memchr-2.3.3.tar.gz) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.tar.gz) = 22566 -SHA256 (rust/crates/memoffset-0.5.4.tar.gz) = b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8 -SIZE (rust/crates/memoffset-0.5.4.tar.gz) = 6927 -SHA256 (rust/crates/num-traits-0.2.11.tar.gz) = c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096 -SIZE (rust/crates/num-traits-0.2.11.tar.gz) = 42000 -SHA256 (rust/crates/num_cpus-1.12.0.tar.gz) = 46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6 -SIZE (rust/crates/num_cpus-1.12.0.tar.gz) = 11867 -SHA256 (rust/crates/oorandom-11.1.0.tar.gz) = ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405 -SIZE (rust/crates/oorandom-11.1.0.tar.gz) = 9762 -SHA256 (rust/crates/opaque-debug-0.2.3.tar.gz) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c -SIZE (rust/crates/opaque-debug-0.2.3.tar.gz) = 5643 -SHA256 (rust/crates/packed_simd-0.3.3.tar.gz) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 -SIZE (rust/crates/packed_simd-0.3.3.tar.gz) = 97485 -SHA256 (rust/crates/plotters-0.2.12.tar.gz) = 4e3bb8da247d27ae212529352020f3e5ee16e83c0c258061d27b08ab92675eeb -SIZE (rust/crates/plotters-0.2.12.tar.gz) = 3194754 -SHA256 (rust/crates/polyval-0.3.3.tar.gz) = 7ec3341498978de3bfd12d1b22f1af1de22818f5473a11e8a6ef997989e3a212 -SIZE (rust/crates/polyval-0.3.3.tar.gz) = 13971 -SHA256 (rust/crates/proc-macro2-1.0.9.tar.gz) = 6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435 -SIZE (rust/crates/proc-macro2-1.0.9.tar.gz) = 35576 -SHA256 (rust/crates/quote-1.0.3.tar.gz) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f -SIZE (rust/crates/quote-1.0.3.tar.gz) = 22939 -SHA256 (rust/crates/rand_core-0.5.1.tar.gz) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.tar.gz) = 21116 -SHA256 (rust/crates/rayon-1.3.0.tar.gz) = db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098 -SIZE (rust/crates/rayon-1.3.0.tar.gz) = 143294 -SHA256 (rust/crates/rayon-core-1.7.0.tar.gz) = 08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9 -SIZE (rust/crates/rayon-core-1.7.0.tar.gz) = 58306 -SHA256 (rust/crates/regex-1.3.6.tar.gz) = 7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3 -SIZE (rust/crates/regex-1.3.6.tar.gz) = 235465 -SHA256 (rust/crates/regex-automata-0.1.9.tar.gz) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.tar.gz) = 114560 -SHA256 (rust/crates/regex-syntax-0.6.17.tar.gz) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae -SIZE (rust/crates/regex-syntax-0.6.17.tar.gz) = 294004 -SHA256 (rust/crates/rustc_version-0.2.3.tar.gz) = 138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a -SIZE (rust/crates/rustc_version-0.2.3.tar.gz) = 10210 -SHA256 (rust/crates/ryu-1.0.3.tar.gz) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 -SIZE (rust/crates/ryu-1.0.3.tar.gz) = 41983 -SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 -SHA256 (rust/crates/scopeguard-1.1.0.tar.gz) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd -SIZE (rust/crates/scopeguard-1.1.0.tar.gz) = 11470 -SHA256 (rust/crates/semver-0.9.0.tar.gz) = 1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403 -SIZE (rust/crates/semver-0.9.0.tar.gz) = 17344 -SHA256 (rust/crates/semver-parser-0.7.0.tar.gz) = 388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3 -SIZE (rust/crates/semver-parser-0.7.0.tar.gz) = 10268 -SHA256 (rust/crates/serde-1.0.106.tar.gz) = 36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399 -SIZE (rust/crates/serde-1.0.106.tar.gz) = 73343 -SHA256 (rust/crates/serde_derive-1.0.106.tar.gz) = 9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c -SIZE (rust/crates/serde_derive-1.0.106.tar.gz) = 49719 -SHA256 (rust/crates/serde_json-1.0.51.tar.gz) = da07b57ee2623368351e9a0488bb0b261322a15a6e0ae53e243cbdc0f4208da9 -SIZE (rust/crates/serde_json-1.0.51.tar.gz) = 72691 -SHA256 (rust/crates/sha2-0.8.1.tar.gz) = 27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0 -SIZE (rust/crates/sha2-0.8.1.tar.gz) = 19283 -SHA256 (rust/crates/subtle-1.0.0.tar.gz) = 2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee -SIZE (rust/crates/subtle-1.0.0.tar.gz) = 8097 -SHA256 (rust/crates/subtle-2.2.2.tar.gz) = 7c65d530b10ccaeac294f349038a597e435b18fb456aadd0840a623f83b9e941 -SIZE (rust/crates/subtle-2.2.2.tar.gz) = 10511 -SHA256 (rust/crates/syn-1.0.16.tar.gz) = 123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859 -SIZE (rust/crates/syn-1.0.16.tar.gz) = 198097 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/tinytemplate-1.0.3.tar.gz) = 57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a -SIZE (rust/crates/tinytemplate-1.0.3.tar.gz) = 24781 -SHA256 (rust/crates/typenum-1.11.2.tar.gz) = 6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9 -SIZE (rust/crates/typenum-1.11.2.tar.gz) = 31853 -SHA256 (rust/crates/unicode-width-0.1.7.tar.gz) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.tar.gz) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.tar.gz) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.tar.gz) = 14994 -SHA256 (rust/crates/universal-hash-0.3.0.tar.gz) = df0c900f2f9b4116803415878ff48b63da9edb268668e08cf9292d7503114a01 -SIZE (rust/crates/universal-hash-0.3.0.tar.gz) = 7457 -SHA256 (rust/crates/unreachable-1.0.0.tar.gz) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 -SIZE (rust/crates/unreachable-1.0.0.tar.gz) = 6355 -SHA256 (rust/crates/version_check-0.9.1.tar.gz) = 078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce -SIZE (rust/crates/version_check-0.9.1.tar.gz) = 11459 -SHA256 (rust/crates/void-1.0.2.tar.gz) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d -SIZE (rust/crates/void-1.0.2.tar.gz) = 2356 -SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/wasm-bindgen-0.2.60.tar.gz) = 2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f -SIZE (rust/crates/wasm-bindgen-0.2.60.tar.gz) = 152848 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.60.tar.gz) = d967d37bf6c16cca2973ca3af071d0a2523392e4a594548155d89a678f4237cd -SIZE (rust/crates/wasm-bindgen-backend-0.2.60.tar.gz) = 23313 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.60.tar.gz) = 8bd151b63e1ea881bb742cd20e1d6127cef28399558f3b5d415289bc41eee3a4 -SIZE (rust/crates/wasm-bindgen-macro-0.2.60.tar.gz) = 11568 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.60.tar.gz) = d68a5b36eef1be7868f668632863292e37739656a80fc4b9acec7b0bd35a4931 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.60.tar.gz) = 16879 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.60.tar.gz) = daf76fe7d25ac79748a37538b7daeed1c7a6867c92d3245c12c6222e4a20d639 -SIZE (rust/crates/wasm-bindgen-shared-0.2.60.tar.gz) = 6749 -SHA256 (rust/crates/web-sys-0.3.37.tar.gz) = 2d6f51648d8c56c366144378a33290049eafdd784071077f6fe37dae64c1c4cb -SIZE (rust/crates/web-sys-0.3.37.tar.gz) = 625143 -SHA256 (rust/crates/winapi-0.3.8.tar.gz) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.tar.gz) = 1128308 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.3.tar.gz) = 4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80 -SIZE (rust/crates/winapi-util-0.1.3.tar.gz) = 9913 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (rust/crates/zeroize-1.1.0.tar.gz) = 3cbac2ed2ba24cc90f5e06485ac8c7c1e5449fe8911aef4d8877218af021a5b8 -SIZE (rust/crates/zeroize-1.1.0.tar.gz) = 10316 -SHA256 (signalapp-zkgroup-v0.7.2_GH0.tar.gz) = fdd03bbf584533963d1be40ab238d4e6199b379e8112f6aaf5cd9493b7f1fb47 -SIZE (signalapp-zkgroup-v0.7.2_GH0.tar.gz) = 279599 +TIMESTAMP = 1624630183 +SHA256 (rust/crates/aead-0.4.1.crate) = 922b33332f54fc0ad13fa3e514601e8d30fb54e1f3eadc36643f6526db645621 +SIZE (rust/crates/aead-0.4.1.crate) = 14606 +SHA256 (rust/crates/aes-0.7.4.crate) = 495ee669413bfbe9e8cace80f4d3d78e6d8c8d99579f97fb93bde351b185f2d4 +SIZE (rust/crates/aes-0.7.4.crate) = 128509 +SHA256 (rust/crates/aes-gcm-siv-0.10.0.crate) = 5e28b4604398f52cd06867fe0531b62b35f0edddb561e806945cbab9af7fe6a8 +SIZE (rust/crates/aes-gcm-siv-0.10.0.crate) = 26628 +SHA256 (rust/crates/ascii-0.9.3.crate) = eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e +SIZE (rust/crates/ascii-0.9.3.crate) = 28283 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 +SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad +SIZE (rust/crates/bincode-1.3.3.crate) = 28958 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/block-buffer-0.7.3.crate) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b +SIZE (rust/crates/block-buffer-0.7.3.crate) = 7179 +SHA256 (rust/crates/block-padding-0.1.5.crate) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 +SIZE (rust/crates/block-padding-0.1.5.crate) = 7342 +SHA256 (rust/crates/bstr-0.2.16.crate) = 90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279 +SIZE (rust/crates/bstr-0.2.16.crate) = 330346 +SHA256 (rust/crates/bumpalo-3.7.0.crate) = 9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631 +SIZE (rust/crates/bumpalo-3.7.0.crate) = 134261 +SHA256 (rust/crates/byte-tools-0.3.1.crate) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 +SIZE (rust/crates/byte-tools-0.3.1.crate) = 5526 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/cast-0.2.6.crate) = 57cdfa5d50aad6cb4d44dcab6101a7f79925bd59d82ca42f38a9856a28865374 +SIZE (rust/crates/cast-0.2.6.crate) = 11541 +SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c +SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 +SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 +SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cipher-0.3.0.crate) = 7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7 +SIZE (rust/crates/cipher-0.3.0.crate) = 12756 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/combine-3.8.1.crate) = da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680 +SIZE (rust/crates/combine-3.8.1.crate) = 103773 +SHA256 (rust/crates/cpufeatures-0.1.4.crate) = ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8 +SIZE (rust/crates/cpufeatures-0.1.4.crate) = 10129 +SHA256 (rust/crates/criterion-0.3.4.crate) = ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23 +SIZE (rust/crates/criterion-0.3.4.crate) = 111110 +SHA256 (rust/crates/criterion-plot-0.4.3.crate) = e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d +SIZE (rust/crates/criterion-plot-0.4.3.crate) = 17226 +SHA256 (rust/crates/crossbeam-channel-0.5.1.crate) = 06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4 +SIZE (rust/crates/crossbeam-channel-0.5.1.crate) = 86919 +SHA256 (rust/crates/crossbeam-deque-0.8.0.crate) = 94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9 +SIZE (rust/crates/crossbeam-deque-0.8.0.crate) = 20756 +SHA256 (rust/crates/crossbeam-epoch-0.9.5.crate) = 4ec02e091aa634e2c3ada4a392989e7c3116673ef0ac5b72232439094d73b7fd +SIZE (rust/crates/crossbeam-epoch-0.9.5.crate) = 43883 +SHA256 (rust/crates/crossbeam-utils-0.8.5.crate) = d82cfc11ce7f2c3faef78d8a684447b40d503d9681acebed6cb728d45940c4db +SIZE (rust/crates/crossbeam-utils-0.8.5.crate) = 38414 +SHA256 (rust/crates/crypto-mac-0.7.0.crate) = 4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5 +SIZE (rust/crates/crypto-mac-0.7.0.crate) = 7636 +SHA256 (rust/crates/csv-1.1.6.crate) = 22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1 +SIZE (rust/crates/csv-1.1.6.crate) = 886999 +SHA256 (rust/crates/csv-core-0.1.10.crate) = 2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90 +SIZE (rust/crates/csv-core-0.1.10.crate) = 25668 +SHA256 (rust/crates/ctr-0.7.0.crate) = a232f92a03f37dd7d7dd2adc67166c77e9cd88de5b019b9a9eecfaeaf7bfd481 +SIZE (rust/crates/ctr-0.7.0.crate) = 16949 +SHA256 (rust/crates/digest-0.8.1.crate) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 +SIZE (rust/crates/digest-0.8.1.crate) = 9449 +SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.crate) = 13641 +SHA256 (rust/crates/error-chain-0.12.4.crate) = 2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc +SIZE (rust/crates/error-chain-0.12.4.crate) = 29274 +SHA256 (rust/crates/fake-simd-0.1.2.crate) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed +SIZE (rust/crates/fake-simd-0.1.2.crate) = 5398 +SHA256 (rust/crates/generic-array-0.12.4.crate) = ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd +SIZE (rust/crates/generic-array-0.12.4.crate) = 18212 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 +SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (rust/crates/half-1.7.1.crate) = 62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3 +SIZE (rust/crates/half-1.7.1.crate) = 36168 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 +SIZE (rust/crates/hex-0.4.3.crate) = 13299 +SHA256 (rust/crates/hmac-0.7.1.crate) = 5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695 +SIZE (rust/crates/hmac-0.7.1.crate) = 9765 +SHA256 (rust/crates/itertools-0.9.0.crate) = 284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b +SIZE (rust/crates/itertools-0.9.0.crate) = 96429 +SHA256 (rust/crates/itertools-0.10.0.crate) = 37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319 +SIZE (rust/crates/itertools-0.10.0.crate) = 109656 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 +SHA256 (rust/crates/jni-0.16.0.crate) = 22bbdc25b49340bc4fc3d9c96dd84d878c4beeca35e3651efa53db51a68d7d4d +SIZE (rust/crates/jni-0.16.0.crate) = 59922 +SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 +SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 +SHA256 (rust/crates/js-sys-0.3.51.crate) = 83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062 +SIZE (rust/crates/js-sys-0.3.51.crate) = 67124 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.95.crate) = 789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36 +SIZE (rust/crates/libc-0.2.95.crate) = 515341 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 +SHA256 (rust/crates/memoffset-0.6.4.crate) = 59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9 +SIZE (rust/crates/memoffset-0.6.4.crate) = 7664 +SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 +SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3 +SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704 +SHA256 (rust/crates/oorandom-11.1.3.crate) = 0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575 +SIZE (rust/crates/oorandom-11.1.3.crate) = 10068 +SHA256 (rust/crates/opaque-debug-0.2.3.crate) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c +SIZE (rust/crates/opaque-debug-0.2.3.crate) = 5643 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/packed_simd-0.3.3.crate) = a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220 +SIZE (rust/crates/packed_simd-0.3.3.crate) = 97485 +SHA256 (rust/crates/pest-2.1.3.crate) = 10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53 +SIZE (rust/crates/pest-2.1.3.crate) = 77986 +SHA256 (rust/crates/plotters-0.3.1.crate) = 32a3fd9ec30b9749ce28cd91f255d569591cdf937fe280c312143e3c4bad6f2a +SIZE (rust/crates/plotters-0.3.1.crate) = 8595577 +SHA256 (rust/crates/plotters-backend-0.3.0.crate) = b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590 +SIZE (rust/crates/plotters-backend-0.3.0.crate) = 13492 +SHA256 (rust/crates/plotters-svg-0.3.0.crate) = b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211 +SIZE (rust/crates/plotters-svg-0.3.0.crate) = 7488 +SHA256 (rust/crates/polyval-0.5.1.crate) = e597450cbf209787f0e6de80bf3795c6b2356a380ee87837b545aded8dbc1823 +SIZE (rust/crates/polyval-0.5.1.crate) = 17257 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 +SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 +SHA256 (rust/crates/rayon-1.5.1.crate) = c06aca804d41dbc8ba42dfd964f0d01334eceb64314b9ecf7c5fad5188a06d90 +SIZE (rust/crates/rayon-1.5.1.crate) = 160424 +SHA256 (rust/crates/rayon-core-1.9.1.crate) = d78120e2c850279833f1dd3582f730c4ab53ed95aeaaaa862a2a5c71b1656d8e +SIZE (rust/crates/rayon-core-1.9.1.crate) = 64961 +SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 +SIZE (rust/crates/regex-1.5.4.crate) = 236581 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b +SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 +SHA256 (rust/crates/rustc_version-0.3.3.crate) = f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee +SIZE (rust/crates/rustc_version-0.3.3.crate) = 12119 +SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.crate) = 49570 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd +SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 +SHA256 (rust/crates/semver-0.11.0.crate) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 +SIZE (rust/crates/semver-0.11.0.crate) = 20826 +SHA256 (rust/crates/semver-parser-0.10.2.crate) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.crate) = 23176 +SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_cbor-0.11.1.crate) = 1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622 +SIZE (rust/crates/serde_cbor-0.11.1.crate) = 43947 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 +SHA256 (rust/crates/sha2-0.8.2.crate) = a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69 +SIZE (rust/crates/sha2-0.8.2.crate) = 19851 +SHA256 (rust/crates/subtle-1.0.0.crate) = 2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee +SIZE (rust/crates/subtle-1.0.0.crate) = 8097 +SHA256 (rust/crates/subtle-2.4.0.crate) = 1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2 +SIZE (rust/crates/subtle-2.4.0.crate) = 12411 +SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 +SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/tinytemplate-1.2.1.crate) = be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc +SIZE (rust/crates/tinytemplate-1.2.1.crate) = 26490 +SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06 +SIZE (rust/crates/typenum-1.13.0.crate) = 40238 +SHA256 (rust/crates/ucd-trie-0.1.3.crate) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c +SIZE (rust/crates/ucd-trie-0.1.3.crate) = 44615 +SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/universal-hash-0.4.0.crate) = 8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402 +SIZE (rust/crates/universal-hash-0.4.0.crate) = 8386 +SHA256 (rust/crates/unreachable-1.0.0.crate) = 382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56 +SIZE (rust/crates/unreachable-1.0.0.crate) = 6355 +SHA256 (rust/crates/version_check-0.9.3.crate) = 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe +SIZE (rust/crates/version_check-0.9.3.crate) = 12547 +SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d +SIZE (rust/crates/void-1.0.2.crate) = 2356 +SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 +SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 +SHA256 (rust/crates/wasm-bindgen-0.2.74.crate) = d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd +SIZE (rust/crates/wasm-bindgen-0.2.74.crate) = 158439 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.74.crate) = 3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900 +SIZE (rust/crates/wasm-bindgen-backend-0.2.74.crate) = 25434 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.74.crate) = 088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4 +SIZE (rust/crates/wasm-bindgen-macro-0.2.74.crate) = 11536 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.74.crate) = be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.74.crate) = 17831 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.74.crate) = d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f +SIZE (rust/crates/wasm-bindgen-shared-0.2.74.crate) = 7163 +SHA256 (rust/crates/web-sys-0.3.51.crate) = e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582 +SIZE (rust/crates/web-sys-0.3.51.crate) = 651133 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/zeroize-1.3.0.crate) = 4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd +SIZE (rust/crates/zeroize-1.3.0.crate) = 15913 +SHA256 (signalapp-zkgroup-v0.7.3_GH0.tar.gz) = a2df7cf3959d424d894c837f7e0062bcd819b31355196fc5bf3de4602c69e2e0 +SIZE (signalapp-zkgroup-v0.7.3_GH0.tar.gz) = 253727 SHA256 (signalapp-curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f_GH0.tar.gz) = df72210a25f199e6da980c0ee13bd5cfdcfcea6f203a8ac3cb7c9f3c9c0a5511 SIZE (signalapp-curve25519-dalek-477356e017c7cc2aa168f956786b34690870768f_GH0.tar.gz) = 517253 SHA256 (signalapp-poksho-v0.7.0_GH0.tar.gz) = 83dae66d1f55a7c7cdec534b61befd1937a79416d96bdba35f37c3ab76bba2e4 diff --git a/net-mgmt/bandwhich/Makefile b/net-mgmt/bandwhich/Makefile index 7716fb493f1..a385d47b2fc 100644 --- a/net-mgmt/bandwhich/Makefile +++ b/net-mgmt/bandwhich/Makefile @@ -1,6 +1,6 @@ PORTNAME= bandwhich DISTVERSION= 0.20.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MAINTAINER= petteri.valkonen@iki.fi diff --git a/net-mgmt/bandwhich/files/patch-powerpc b/net-mgmt/bandwhich/files/patch-powerpc new file mode 100644 index 00000000000..8df56ed8ff8 --- /dev/null +++ b/net-mgmt/bandwhich/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net-mgmt/check_mk_agent/Makefile b/net-mgmt/check_mk_agent/Makefile index d8ed72cb739..0fe4986a2ca 100644 --- a/net-mgmt/check_mk_agent/Makefile +++ b/net-mgmt/check_mk_agent/Makefile @@ -1,6 +1,6 @@ PORTNAME= check_mk_agent DISTVERSIONPREFIX= v -DISTVERSION= 1.6.0p19 +DISTVERSION= 2.0.0p6 CATEGORIES= net-mgmt MASTER_SITES= https://raw.githubusercontent.com/tribe29/checkmk/${DISTVERSIONFULL}/agents/:agent \ https://raw.githubusercontent.com/tribe29/checkmk/${DISTVERSIONFULL}/doc/agents/:doc \ diff --git a/net-mgmt/check_mk_agent/distinfo b/net-mgmt/check_mk_agent/distinfo index b691b333b80..7cf64de747a 100644 --- a/net-mgmt/check_mk_agent/distinfo +++ b/net-mgmt/check_mk_agent/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1609425635 -SHA256 (check_mk_agent-1.6.0.p19/check_mk_agent.freebsd) = 2b0b264ec875c33a7efb5a5024a89c95e359e55b42ff39e1ea22ee4877cd69d4 -SIZE (check_mk_agent-1.6.0.p19/check_mk_agent.freebsd) = 15091 -SHA256 (check_mk_agent-1.6.0.p19/README.FreeBSD) = 01094a2197ca0a3a43ac16098c0f800d2ee808db2fd9a2f133f4bad04062ec5f -SIZE (check_mk_agent-1.6.0.p19/README.FreeBSD) = 1349 -SHA256 (check_mk_agent-1.6.0.p19/COPYING) = fbaab079995bef694ef8451f0f763b91b44e5b57b8e2a487d2a240b395187a7f -SIZE (check_mk_agent-1.6.0.p19/COPYING) = 15174 +TIMESTAMP = 1624641296 +SHA256 (check_mk_agent-2.0.0.p6/check_mk_agent.freebsd) = 611973f3ef5ef0feb3f64186251822740c57af43284ff35d51aa57b75e8b64b2 +SIZE (check_mk_agent-2.0.0.p6/check_mk_agent.freebsd) = 13999 +SHA256 (check_mk_agent-2.0.0.p6/README.FreeBSD) = 01094a2197ca0a3a43ac16098c0f800d2ee808db2fd9a2f133f4bad04062ec5f +SIZE (check_mk_agent-2.0.0.p6/README.FreeBSD) = 1349 +SHA256 (check_mk_agent-2.0.0.p6/COPYING) = fbaab079995bef694ef8451f0f763b91b44e5b57b8e2a487d2a240b395187a7f +SIZE (check_mk_agent-2.0.0.p6/COPYING) = 15174 diff --git a/net-mgmt/check_ssl_cert/Makefile b/net-mgmt/check_ssl_cert/Makefile index d7eb2d44b85..f2560267241 100644 --- a/net-mgmt/check_ssl_cert/Makefile +++ b/net-mgmt/check_ssl_cert/Makefile @@ -1,6 +1,6 @@ PORTNAME= check_ssl_cert DISTVERSIONPREFIX= v -DISTVERSION= 2.3.5 +DISTVERSION= 2.3.6 CATEGORIES= net-mgmt MAINTAINER= cmt@FreeBSD.org diff --git a/net-mgmt/check_ssl_cert/distinfo b/net-mgmt/check_ssl_cert/distinfo index a1dd8596c95..e636647a8a9 100644 --- a/net-mgmt/check_ssl_cert/distinfo +++ b/net-mgmt/check_ssl_cert/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624364881 -SHA256 (matteocorti-check_ssl_cert-v2.3.5_GH0.tar.gz) = 5bff1a5f3baacb03549c7d741f29b3934bec98b055506ff47cfbb729769abc6a -SIZE (matteocorti-check_ssl_cert-v2.3.5_GH0.tar.gz) = 238847 +TIMESTAMP = 1624524009 +SHA256 (matteocorti-check_ssl_cert-v2.3.6_GH0.tar.gz) = 62f26104d6c19156ef48e8f9d34fa359e47509360cf8eb9652cbb25e77cc4e5d +SIZE (matteocorti-check_ssl_cert-v2.3.6_GH0.tar.gz) = 238964 diff --git a/net-mgmt/networkmgr/Makefile b/net-mgmt/networkmgr/Makefile index 8fded21ff06..3427394d752 100644 --- a/net-mgmt/networkmgr/Makefile +++ b/net-mgmt/networkmgr/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Turgeon PORTNAME= networkmgr -DISTVERSION= 5.5 +DISTVERSION= 5.7 CATEGORIES= net-mgmt MAINTAINER= ericbsd@FreeBSD.org diff --git a/net-mgmt/networkmgr/distinfo b/net-mgmt/networkmgr/distinfo index 853e7b367a3..8b7d0c7d074 100644 --- a/net-mgmt/networkmgr/distinfo +++ b/net-mgmt/networkmgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624267388 -SHA256 (GhostBSD-networkmgr-5.5_GH0.tar.gz) = 442378794644513f0572409da26e2b957218d16722cc9981eafe012672cf683f -SIZE (GhostBSD-networkmgr-5.5_GH0.tar.gz) = 1297526 +TIMESTAMP = 1624878673 +SHA256 (GhostBSD-networkmgr-5.7_GH0.tar.gz) = 1c78837458d2b86c5c73cd6ccd4b5f0e4c8df5857023fc78e2c9b27c827dc976 +SIZE (GhostBSD-networkmgr-5.7_GH0.tar.gz) = 1297541 diff --git a/net-mgmt/nfs-exporter/Makefile b/net-mgmt/nfs-exporter/Makefile index b7c027f4560..013353d6a87 100644 --- a/net-mgmt/nfs-exporter/Makefile +++ b/net-mgmt/nfs-exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= nfs-exporter DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MAINTAINER= asomers@FreeBSD.org diff --git a/net-mgmt/py-pyzabbix/Makefile b/net-mgmt/py-pyzabbix/Makefile index c6c2009e3c9..b9068b6777f 100644 --- a/net-mgmt/py-pyzabbix/Makefile +++ b/net-mgmt/py-pyzabbix/Makefile @@ -1,7 +1,7 @@ # Created by: Fotis Zabaras PORTNAME= pyzabbix -PORTVERSION= 0.8.2 +PORTVERSION= 1.0.0 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +11,8 @@ COMMENT= Zabbix API Python Library LICENSE= LGPL21 -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=1.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}semantic-version>=2.8.5:devel/py-semantic-version@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils autoplist diff --git a/net-mgmt/py-pyzabbix/distinfo b/net-mgmt/py-pyzabbix/distinfo index 6d1c5c58192..a59c2c78bf4 100644 --- a/net-mgmt/py-pyzabbix/distinfo +++ b/net-mgmt/py-pyzabbix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597337134 -SHA256 (pyzabbix-0.8.2.tar.gz) = 4601fa93bc07c2e77dd5c09165b02da1690af9ecc4b63d6397abd5ec249dcc38 -SIZE (pyzabbix-0.8.2.tar.gz) = 5472 +TIMESTAMP = 1624565034 +SHA256 (pyzabbix-1.0.0.tar.gz) = 4bcde3944f932685dba60551725e1b63de64d463da0e1c281b3121c0805f1c71 +SIZE (pyzabbix-1.0.0.tar.gz) = 5840 diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile index 4bcb1803f91..783953f61fc 100644 --- a/net-mgmt/seafile-server/Makefile +++ b/net-mgmt/seafile-server/Makefile @@ -2,6 +2,7 @@ PORTNAME= seafile-server DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_VER} DISTVERSIONSUFFIX= -server +PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= ultima@FreeBSD.org diff --git a/net-mgmt/seafile-server/distinfo b/net-mgmt/seafile-server/distinfo index 53651514e1a..51955551923 100644 --- a/net-mgmt/seafile-server/distinfo +++ b/net-mgmt/seafile-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621491715 -SHA256 (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = 6eb2386d9a7bf3199cfac2abb3ce838505be8fb54a5070d10d30c3c6100ea923 -SIZE (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = 718827 +TIMESTAMP = 1624518804 +SHA256 (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = e1e712e8f7aeef1d6043fc4555e834a73317811655038429a748a67068e9df2f +SIZE (haiwen-seafile-server-v8.0.5-server_GH0.tar.gz) = 718541 diff --git a/net-mgmt/unifi6/Makefile b/net-mgmt/unifi6/Makefile index 3e644f76dba..43cfcfe067f 100644 --- a/net-mgmt/unifi6/Makefile +++ b/net-mgmt/unifi6/Makefile @@ -1,5 +1,5 @@ PORTNAME= unifi6 -PORTVERSION= 6.2.25 +PORTVERSION= 6.2.26 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax diff --git a/net-mgmt/unifi6/distinfo b/net-mgmt/unifi6/distinfo index 4771b2deee4..5b68eea2d03 100644 --- a/net-mgmt/unifi6/distinfo +++ b/net-mgmt/unifi6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621459185 -SHA256 (unifi6-6.2.25/unifi_sysvinit_all.deb) = 4740e9bc393d38a8f9e92410f1b5d40591a2915fa64c9a6efb4c79d959f2ee92 -SIZE (unifi6-6.2.25/unifi_sysvinit_all.deb) = 127737288 -SHA256 (unifi6-6.2.25/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 -SIZE (unifi6-6.2.25/javax.activation-api-1.2.0.jar) = 56674 +TIMESTAMP = 1624305210 +SHA256 (unifi6-6.2.26/unifi_sysvinit_all.deb) = 03fad6646a0b665da2ffecaa1b271a9e8028c89dc9cfaaf7064382b205a0bc96 +SIZE (unifi6-6.2.26/unifi_sysvinit_all.deb) = 127737600 +SHA256 (unifi6-6.2.26/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi6-6.2.26/javax.activation-api-1.2.0.jar) = 56674 diff --git a/net-mgmt/victoria-metrics/Makefile b/net-mgmt/victoria-metrics/Makefile index 0193e0c72a9..75a18dc7733 100644 --- a/net-mgmt/victoria-metrics/Makefile +++ b/net-mgmt/victoria-metrics/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME?= victoria-metrics -PORTVERSION= 1.61.1 +PORTVERSION= 1.62.0 DISTVERSIONPREFIX= v CATEGORIES= net-mgmt diff --git a/net-mgmt/victoria-metrics/Makefile.deps b/net-mgmt/victoria-metrics/Makefile.deps index 16e0dfe82df..55a3de04c93 100644 --- a/net-mgmt/victoria-metrics/Makefile.deps +++ b/net-mgmt/victoria-metrics/Makefile.deps @@ -5,7 +5,7 @@ GH_TUPLE= \ VictoriaMetrics:metrics:v1.17.2:victoriametrics_metrics/vendor/github.com/VictoriaMetrics/metrics \ VictoriaMetrics:metricsql:v0.15.0:victoriametrics_metricsql/vendor/github.com/VictoriaMetrics/metricsql \ VividCortex:ewma:v1.2.0:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ - aws:aws-sdk-go:v1.38.57:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ + aws:aws-sdk-go:v1.38.66:aws_aws_sdk_go/vendor/github.com/aws/aws-sdk-go \ beorn7:perks:v1.0.1:beorn7_perks/vendor/github.com/beorn7/perks \ census-instrumentation:opencensus-go:v0.23.0:census_instrumentation_opencensus_go/vendor/go.opencensus.io \ cespare:xxhash:v2.1.1:cespare_xxhash/vendor/github.com/cespare/xxhash/v2 \ @@ -19,25 +19,25 @@ GH_TUPLE= \ golang:groupcache:41bb18bfe9da:golang_groupcache/vendor/github.com/golang/groupcache \ golang:lint:6edffad5e616:golang_lint/vendor/golang.org/x/lint \ golang:mod:v0.4.2:golang_mod/vendor/golang.org/x/mod \ - golang:net:abc453219eb5:golang_net/vendor/golang.org/x/net \ - golang:oauth2:f6687ab2804c:golang_oauth2/vendor/golang.org/x/oauth2 \ + golang:net:04defd469f4e:golang_net/vendor/golang.org/x/net \ + golang:oauth2:a8dc77f794b6:golang_oauth2/vendor/golang.org/x/oauth2 \ golang:protobuf:v1.5.2:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.3:golang_snappy/vendor/github.com/golang/snappy \ golang:sync:036812b2e83c:golang_sync/vendor/golang.org/x/sync \ - golang:sys:aa57babbf139:golang_sys/vendor/golang.org/x/sys \ + golang:sys:59db8d763f22:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.6:golang_text/vendor/golang.org/x/text \ - golang:tools:v0.1.2:golang_tools/vendor/golang.org/x/tools \ + golang:tools:v0.1.4:golang_tools/vendor/golang.org/x/tools \ golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ - google:go-genproto:b6d2f5bf0d7d:google_go_genproto/vendor/google.golang.org/genproto \ + google:go-genproto:b9e0b3197ced:google_go_genproto/vendor/google.golang.org/genproto \ googleapis:gax-go:v2.0.5:googleapis_gax_go/vendor/github.com/googleapis/gax-go \ - googleapis:google-api-go-client:v0.48.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ + googleapis:google-api-go-client:v0.49.0:googleapis_google_api_go_client/vendor/google.golang.org/api \ googleapis:google-cloud-go:storage/v1.15.0:googleapis_google_cloud_go_storage \ googleapis:google-cloud-go:v0.84.0:googleapis_google_cloud_go/vendor/cloud.google.com/go \ grpc:grpc-go:v1.38.0:grpc_grpc_go/vendor/google.golang.org/grpc \ influxdata:influxdb:v1.9.2:influxdata_influxdb/vendor/github.com/influxdata/influxdb \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ - klauspost:compress:v1.13.0:klauspost_compress/vendor/github.com/klauspost/compress \ + klauspost:compress:v1.13.1:klauspost_compress/vendor/github.com/klauspost/compress \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.13:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.13:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ @@ -46,7 +46,7 @@ GH_TUPLE= \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.28.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:common:v0.29.0:prometheus_common/vendor/github.com/prometheus/common \ prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ prometheus:prometheus:3ad25a6dc3d9:prometheus_prometheus/vendor/github.com/prometheus/prometheus \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ diff --git a/net-mgmt/victoria-metrics/distinfo b/net-mgmt/victoria-metrics/distinfo index 0c511f08645..892ef2c3980 100644 --- a/net-mgmt/victoria-metrics/distinfo +++ b/net-mgmt/victoria-metrics/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623405691 -SHA256 (VictoriaMetrics-VictoriaMetrics-v1.61.1_GH0.tar.gz) = d8b56ddae08d8481db748c6b88ef0fcee5e9649c9ed752b872c541b3e0882636 -SIZE (VictoriaMetrics-VictoriaMetrics-v1.61.1_GH0.tar.gz) = 11661493 +TIMESTAMP = 1624616978 +SHA256 (VictoriaMetrics-VictoriaMetrics-v1.62.0_GH0.tar.gz) = 3a7e1200b7a60cd1000db20ec05b60f15824478465b8c52d387c068f75d399df +SIZE (VictoriaMetrics-VictoriaMetrics-v1.62.0_GH0.tar.gz) = 11686788 SHA256 (VictoriaMetrics-fastcache-v1.6.0_GH0.tar.gz) = 70c35a690c2b86188fd375a056fa1236082ff5f239396f5006ee81cfa95ae86c SIZE (VictoriaMetrics-fastcache-v1.6.0_GH0.tar.gz) = 889802 SHA256 (VictoriaMetrics-fasthttp-v1.0.15_GH0.tar.gz) = 5a230c1250923ae5b7bfd469e24fb1273e1c347c46a15fb5aa15fe4c7525fce3 @@ -11,8 +11,8 @@ SHA256 (VictoriaMetrics-metricsql-v0.15.0_GH0.tar.gz) = f5ca367db4e5403962b20e6f SIZE (VictoriaMetrics-metricsql-v0.15.0_GH0.tar.gz) = 47493 SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683 -SHA256 (aws-aws-sdk-go-v1.38.57_GH0.tar.gz) = 318ff95087fb340ce751d456dd02ceb152082ebf2edc881dbf287589bb415590 -SIZE (aws-aws-sdk-go-v1.38.57_GH0.tar.gz) = 19343490 +SHA256 (aws-aws-sdk-go-v1.38.66_GH0.tar.gz) = 5bfbb3fd8420aa94b840662321a5848721a50f3f11a689752c519e8a03570c46 +SIZE (aws-aws-sdk-go-v1.38.66_GH0.tar.gz) = 19513289 SHA256 (beorn7-perks-v1.0.1_GH0.tar.gz) = 98db84bb0224a26094e6adba91b7ee7a1a7ace28cb648d818f8e779e6a19f825 SIZE (beorn7-perks-v1.0.1_GH0.tar.gz) = 10867 SHA256 (census-instrumentation-opencensus-go-v0.23.0_GH0.tar.gz) = cc9dc0234de1baacf1855cf19615b381ca2f2adb83a2871e7a9b8b74e46818cf @@ -39,30 +39,30 @@ SHA256 (golang-lint-6edffad5e616_GH0.tar.gz) = 36bd9104a849af61871ec89d776c0b4e7 SIZE (golang-lint-6edffad5e616_GH0.tar.gz) = 31976 SHA256 (golang-mod-v0.4.2_GH0.tar.gz) = ce4131eb443ac67ededb139a43bae4fbb2c4b84843936495c6a6de92b8033917 SIZE (golang-mod-v0.4.2_GH0.tar.gz) = 104584 -SHA256 (golang-net-abc453219eb5_GH0.tar.gz) = 4be86d74b852b0c8ed2eb9431e21e78b9d914edb611fb976bd98fdcb45b9a888 -SIZE (golang-net-abc453219eb5_GH0.tar.gz) = 1251746 -SHA256 (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 27c3e0a310558e28bb92068320ea50b5c03c75a06312d37a7fa5e517e1e79f8d -SIZE (golang-oauth2-f6687ab2804c_GH0.tar.gz) = 79618 +SHA256 (golang-net-04defd469f4e_GH0.tar.gz) = 6009a6f0989341df975799276ff1c49af650d4a4ed3fd6db3501b91eb601810d +SIZE (golang-net-04defd469f4e_GH0.tar.gz) = 1252122 +SHA256 (golang-oauth2-a8dc77f794b6_GH0.tar.gz) = e34d8db55a58999b332200d7f10c39a4fa1e805b6c8e6735a47f1cf7ccf7094c +SIZE (golang-oauth2-a8dc77f794b6_GH0.tar.gz) = 80926 SHA256 (golang-protobuf-v1.5.2_GH0.tar.gz) = 088cc0f3ba18fb8f9d00319568ff0af5a06d8925a6e6cb983bb837b4efb703b3 SIZE (golang-protobuf-v1.5.2_GH0.tar.gz) = 171702 SHA256 (golang-snappy-v0.0.3_GH0.tar.gz) = c22541bf48b252b55ea0e618a5887e3d4f95c6ec5e46bbd60d1020366ffa2580 SIZE (golang-snappy-v0.0.3_GH0.tar.gz) = 65976 SHA256 (golang-sync-036812b2e83c_GH0.tar.gz) = 75ac8fc16bdceb2496c4a9cc98584b70c29032d91a9e57a624acb073e3232fda SIZE (golang-sync-036812b2e83c_GH0.tar.gz) = 18752 -SHA256 (golang-sys-aa57babbf139_GH0.tar.gz) = 7756aa13ecb2912f0019591c97515b76468ca25b9a5c43d64016bbb02d84208c -SIZE (golang-sys-aa57babbf139_GH0.tar.gz) = 1200368 +SHA256 (golang-sys-59db8d763f22_GH0.tar.gz) = 6750e53436faf4b1552ec2ad79f3709b631e6111cc392b4620afd58a34d5f755 +SIZE (golang-sys-59db8d763f22_GH0.tar.gz) = 1201561 SHA256 (golang-text-v0.3.6_GH0.tar.gz) = f66bebcf21985b0a713d67c6c35dfc9800d3b6d00d62b83ed0ce5b2ed4cb9760 SIZE (golang-text-v0.3.6_GH0.tar.gz) = 8351095 -SHA256 (golang-tools-v0.1.2_GH0.tar.gz) = cfe93e5004deef7c632ff3230e152a988b6c05c962a4c4f49ef30321a3446ae9 -SIZE (golang-tools-v0.1.2_GH0.tar.gz) = 2794345 +SHA256 (golang-tools-v0.1.4_GH0.tar.gz) = a97b750bb373bf051ea26889570b01cfa08380656c766a4856da7c7f55a7c1bd +SIZE (golang-tools-v0.1.4_GH0.tar.gz) = 2822942 SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 -SHA256 (google-go-genproto-b6d2f5bf0d7d_GH0.tar.gz) = 98a20e326b23637d715b9b7a5581fd55e6071fdb8ed5b9e46cb7e1890339ba36 -SIZE (google-go-genproto-b6d2f5bf0d7d_GH0.tar.gz) = 9322993 +SHA256 (google-go-genproto-b9e0b3197ced_GH0.tar.gz) = 7cb97b177c77886ffb438861154c199357d269dcd416e981bff885f01a4c5b34 +SIZE (google-go-genproto-b9e0b3197ced_GH0.tar.gz) = 9465442 SHA256 (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 3089affe6f5e27f7a6d494cb399aa6baf232384f763f548ad5ddfbea0e88e59c SIZE (googleapis-gax-go-v2.0.5_GH0.tar.gz) = 15328 -SHA256 (googleapis-google-api-go-client-v0.48.0_GH0.tar.gz) = 3b74d780082aab813e45abdec66e25d1609431cca8b5a3b0c6c7fc8a73907994 -SIZE (googleapis-google-api-go-client-v0.48.0_GH0.tar.gz) = 20721037 +SHA256 (googleapis-google-api-go-client-v0.49.0_GH0.tar.gz) = 2037165b3a5e4912d3c8d10e56216684b79391fe546b016cadbb61b621bde128 +SIZE (googleapis-google-api-go-client-v0.49.0_GH0.tar.gz) = 20908865 SHA256 (googleapis-google-cloud-go-storage-v1.15.0_GH0.tar.gz) = b33646613edf0deffdf6ff397e94b3cc17253cf8abda2480b417e9316181fb09 SIZE (googleapis-google-cloud-go-storage-v1.15.0_GH0.tar.gz) = 3751063 SHA256 (googleapis-google-cloud-go-v0.84.0_GH0.tar.gz) = b28b60d49934107e9b5102ffdfda848daef134e6e1dcbddb006da07876eedafd @@ -75,8 +75,8 @@ SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df0 SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15 SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764 -SHA256 (klauspost-compress-v1.13.0_GH0.tar.gz) = a9a188964a1d00f4426fa494cf1caa0a4fda248fc1b4406c3068174d07fc7bd9 -SIZE (klauspost-compress-v1.13.0_GH0.tar.gz) = 15405302 +SHA256 (klauspost-compress-v1.13.1_GH0.tar.gz) = eab954909403859fb1467319653a89fbc276adee80e050e08125a47429028511 +SIZE (klauspost-compress-v1.13.1_GH0.tar.gz) = 15412612 SHA256 (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 1027954f9abbe06b6e117e3047af70204dd0eb4f8c27fcd459fb2574b279755f SIZE (mattn-go-colorable-v0.1.8_GH0.tar.gz) = 9571 SHA256 (mattn-go-isatty-v0.0.13_GH0.tar.gz) = d25318d3c4e174e1ffb5d90c9d3e6887cc050f76e403b7b3d6163f4338fac952 @@ -93,8 +93,8 @@ SHA256 (prometheus-client_golang-v1.11.0_GH0.tar.gz) = a3bc3312bde4182e507042ca0 SIZE (prometheus-client_golang-v1.11.0_GH0.tar.gz) = 168706 SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 -SHA256 (prometheus-common-v0.28.0_GH0.tar.gz) = c20fee075b2980a50617ff9376523444ae49c21bfd227b4ccb46cd4a2f65e69f -SIZE (prometheus-common-v0.28.0_GH0.tar.gz) = 123795 +SHA256 (prometheus-common-v0.29.0_GH0.tar.gz) = 61d6756202f3e313ca6e4e1ba1545e8e5def31a03a7bb81fca1ee2db5f3008d5 +SIZE (prometheus-common-v0.29.0_GH0.tar.gz) = 124111 SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 SHA256 (prometheus-prometheus-3ad25a6dc3d9_GH0.tar.gz) = f21f0a8a11de4211de5817834928db14ce4b45d3abd2a7625b7914d145cec918 diff --git a/net-p2p/openethereum/Makefile b/net-p2p/openethereum/Makefile index d7a1b3a219b..d30551b1b2c 100644 --- a/net-p2p/openethereum/Makefile +++ b/net-p2p/openethereum/Makefile @@ -1,6 +1,7 @@ PORTNAME= openethereum DISTVERSIONPREFIX= v DISTVERSION= 3.2.6 +PORTREVISION= 1 CATEGORIES= net-p2p MAINTAINER= ale@FreeBSD.org diff --git a/net-p2p/py-transmission-rpc/Makefile b/net-p2p/py-transmission-rpc/Makefile index a1f325b7ac2..65dcb25a142 100644 --- a/net-p2p/py-transmission-rpc/Makefile +++ b/net-p2p/py-transmission-rpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= transmission-rpc -PORTVERSION= 3.2.5 +PORTVERSION= 3.2.6 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net-p2p/py-transmission-rpc/distinfo b/net-p2p/py-transmission-rpc/distinfo index d6e74ab1ff0..11ef7cc411b 100644 --- a/net-p2p/py-transmission-rpc/distinfo +++ b/net-p2p/py-transmission-rpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620242446 -SHA256 (transmission-rpc-3.2.5.tar.gz) = 59598c9aa338703951686420fea292d9ba2d83d2a81361f16b64c2603c4ebb45 -SIZE (transmission-rpc-3.2.5.tar.gz) = 24219 +TIMESTAMP = 1624592315 +SHA256 (transmission-rpc-3.2.6.tar.gz) = a125826d309d0b0f027252797faae65368d25352673c56f51fe476dc56f69ecc +SIZE (transmission-rpc-3.2.6.tar.gz) = 24200 diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile index 5e8fd13806a..271f91297a8 100644 --- a/net-p2p/qbittorrent/Makefile +++ b/net-p2p/qbittorrent/Makefile @@ -1,8 +1,7 @@ # Created by: Doug Barton PORTNAME= qbittorrent -DISTVERSION= 4.3.5 -PORTREVISION= 1 +DISTVERSION= 4.3.6 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/net-p2p/qbittorrent/distinfo b/net-p2p/qbittorrent/distinfo index ae48a42f211..d8294fea3fe 100644 --- a/net-p2p/qbittorrent/distinfo +++ b/net-p2p/qbittorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620185324 -SHA256 (qbittorrent-4.3.5.tar.xz) = 35c78d993deb71788177da3d1d602c33084bf9fc29a1ada012193d1360d65cc1 -SIZE (qbittorrent-4.3.5.tar.xz) = 4328028 +TIMESTAMP = 1624868138 +SHA256 (qbittorrent-4.3.6.tar.xz) = d3094fa799bb901b81df6e380974bf4e38602fe1a7bfb268013ddffa30a7b16f +SIZE (qbittorrent-4.3.6.tar.xz) = 4450720 diff --git a/net/Makefile b/net/Makefile index 63be0153a35..ca243067022 100644 --- a/net/Makefile +++ b/net/Makefile @@ -541,7 +541,6 @@ SUBDIR += open-isns SUBDIR += openbgpd SUBDIR += openbgpd6 - SUBDIR += openggsn SUBDIR += openldap24-client SUBDIR += openldap24-sasl-client SUBDIR += openldap24-server @@ -905,7 +904,6 @@ SUBDIR += pacemaker2 SUBDIR += packetdrill SUBDIR += packter-agent - SUBDIR += panoptis SUBDIR += parpd SUBDIR += pathneck SUBDIR += pbnc diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index af590c54087..2b8ff66089d 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -13,7 +13,7 @@ COMMENT= Replacement for the SCCP channel driver in Asterisk LICENSE= GPLv1 LICENSE_FILE= ${WRKSRC}/COPYING -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} LIB_DEPENDS= libltdl.so:devel/libltdl diff --git a/net/asterisk-g72x/Makefile b/net/asterisk-g72x/Makefile index 2801d68d286..20513d72111 100644 --- a/net/asterisk-g72x/Makefile +++ b/net/asterisk-g72x/Makefile @@ -10,7 +10,7 @@ COMMENT= G.729 codec for Asterisk PBX LIB_DEPENDS= libbcg729.so:audio/bcg729 -FLAVORS= asterisk16 asterisk18 asterisk13 +FLAVORS= asterisk18 asterisk16 asterisk13 FLAVOR?= ${FLAVORS:[1]} asterisk13_PKGNAMEPREFIX= asterisk13- diff --git a/net/asterisk13/Makefile b/net/asterisk13/Makefile index b42180a0e8d..11c84e20875 100644 --- a/net/asterisk13/Makefile +++ b/net/asterisk13/Makefile @@ -16,6 +16,9 @@ COMMENT= Open Source PBX and telephony toolkit LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +DEPRECATED= Asterisk 13.x will reach EOL on 2021-10-24. Please migrate to net/asterisk18 +EXPIRATION_DATE=2021-10-24 + ONLY_FOR_ARCHS= amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le sparc64 LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid \ diff --git a/net/asterisk18/Makefile b/net/asterisk18/Makefile index 7e3e3f32c22..3ee086b1d44 100644 --- a/net/asterisk18/Makefile +++ b/net/asterisk18/Makefile @@ -1,5 +1,5 @@ PORTNAME= asterisk -PORTVERSION= 18.4.0 +PORTVERSION= 18.5.0 CATEGORIES= net MASTER_SITES= https://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk18/distinfo b/net/asterisk18/distinfo index f8073f0f554..2c9110638cd 100644 --- a/net/asterisk18/distinfo +++ b/net/asterisk18/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1620378704 -SHA256 (asterisk/asterisk-18.4.0.tar.gz) = 91c0c35a0c53097647ab3e7b29d34dd0861fed0a8d52e3617408e9eced404db1 -SIZE (asterisk/asterisk-18.4.0.tar.gz) = 27926601 +TIMESTAMP = 1624540231 +SHA256 (asterisk/asterisk-18.5.0.tar.gz) = 6266a2542ae50225fadf0a3eebb1d11e74b1d1d5cd767cd7b4ff4e65568e8f35 +SIZE (asterisk/asterisk-18.5.0.tar.gz) = 27956264 SHA256 (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk/asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk/asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/cloudquery/Makefile b/net/cloudquery/Makefile index 8df4cb6a525..71e247dcbc7 100644 --- a/net/cloudquery/Makefile +++ b/net/cloudquery/Makefile @@ -1,6 +1,6 @@ PORTNAME= cloudquery DISTVERSIONPREFIX= v -DISTVERSION= 0.13.7 +DISTVERSION= 0.13.8 CATEGORIES= net MAINTAINER= nc@FreeBSD.org @@ -17,18 +17,26 @@ GO_PKGNAME= github.com/${GH_ACCOUNT}/${GH_PROJECT} GH_TUPLE= \ Masterminds:squirrel:v1.5.0:masterminds_squirrel/vendor/github.com/Masterminds/squirrel \ + Microsoft:go-winio:v0.4.16:microsoft_go_winio/vendor/github.com/Microsoft/go-winio \ + ProtonMail:go-crypto:04723f9f07d7:protonmail_go_crypto/vendor/github.com/ProtonMail/go-crypto \ VividCortex:ewma:v1.2.0:vividcortex_ewma/vendor/github.com/VividCortex/ewma \ acarl005:stripansi:5a71ef0e047d:acarl005_stripansi/vendor/github.com/acarl005/stripansi \ + acomagu:bufpipe:v1.0.3:acomagu_bufpipe/vendor/github.com/acomagu/bufpipe \ agext:levenshtein:v1.2.3:agext_levenshtein/vendor/github.com/agext/levenshtein \ apparentlymart:go-textseg:v13.0.0:apparentlymart_go_textseg_v13/vendor/github.com/apparentlymart/go-textseg/v13 \ aws:aws-lambda-go:v1.23.0:aws_aws_lambda_go/vendor/github.com/aws/aws-lambda-go \ - cloudquery:cq-provider-sdk:v0.2.0:cloudquery_cq_provider_sdk/vendor/github.com/cloudquery/cq-provider-sdk \ + cloudquery:cq-provider-sdk:v0.2.2:cloudquery_cq_provider_sdk/vendor/github.com/cloudquery/cq-provider-sdk \ creasty:defaults:v1.5.1:creasty_defaults/vendor/github.com/creasty/defaults \ davecgh:go-spew:v1.1.1:davecgh_go_spew/vendor/github.com/davecgh/go-spew \ + emirpasic:gods:v1.12.0:emirpasic_gods/vendor/github.com/emirpasic/gods \ fatih:color:v1.10.0:fatih_color/vendor/github.com/fatih/color \ - fsnotify:fsnotify:v1.4.7:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ + fsnotify:fsnotify:v1.4.9:fsnotify_fsnotify/vendor/github.com/fsnotify/fsnotify \ georgysavva:scany:v0.2.8:georgysavva_scany/vendor/github.com/georgysavva/scany \ + go-git:gcfg:v1.5.0:go_git_gcfg/vendor/github.com/go-git/gcfg \ + go-git:go-billy:v5.3.1:go_git_go_billy_v5/vendor/github.com/go-git/go-billy/v5 \ + go-git:go-git:v5.4.2:go_git_go_git_v5/vendor/github.com/go-git/go-git/v5 \ go-ini:ini:v1.51.0:go_ini_ini/vendor/gopkg.in/ini.v1 \ + go-warnings:warnings:v0.1.2:go_warnings_warnings/vendor/gopkg.in/warnings.v0 \ go-yaml:yaml:496545a6307b:go_yaml_yaml_1/vendor/gopkg.in/yaml.v3 \ go-yaml:yaml:v2.4.0:go_yaml_yaml/vendor/gopkg.in/yaml.v2 \ gofrs:uuid:v4.0.0:gofrs_uuid/vendor/github.com/gofrs/uuid \ @@ -54,6 +62,7 @@ GH_TUPLE= \ huandu:go-sqlbuilder:v1.12.1:huandu_go_sqlbuilder/vendor/github.com/huandu/go-sqlbuilder \ huandu:xstrings:v1.3.2:huandu_xstrings/vendor/github.com/huandu/xstrings \ iancoleman:strcase:v0.1.3:iancoleman_strcase/vendor/github.com/iancoleman/strcase \ + imdario:mergo:v0.3.12:imdario_mergo/vendor/github.com/imdario/mergo \ inconshreveable:mousetrap:v1.0.0:inconshreveable_mousetrap/vendor/github.com/inconshreveable/mousetrap \ jackc:chunkreader:v2.0.1:jackc_chunkreader_v2/vendor/github.com/jackc/chunkreader/v2 \ jackc:pgconn:v1.8.1:jackc_pgconn/vendor/github.com/jackc/pgconn \ @@ -64,12 +73,15 @@ GH_TUPLE= \ jackc:pgtype:v1.7.0:jackc_pgtype/vendor/github.com/jackc/pgtype \ jackc:pgx:v4.11.0:jackc_pgx_v4/vendor/github.com/jackc/pgx/v4 \ jackc:puddle:v1.1.3:jackc_puddle/vendor/github.com/jackc/puddle \ + jbenet:go-context:d14ea06fba99:jbenet_go_context/vendor/github.com/jbenet/go-context \ + kevinburke:ssh_config:4977a11b4351:kevinburke_ssh_config/vendor/github.com/kevinburke/ssh_config \ lann:builder:47ae307949d0:lann_builder/vendor/github.com/lann/builder \ lann:ps:62de8c46ede0:lann_ps/vendor/github.com/lann/ps \ magiconair:properties:v1.8.1:magiconair_properties/vendor/github.com/magiconair/properties \ mattn:go-colorable:v0.1.8:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.10:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ + mitchellh:go-homedir:v1.1.0:mitchellh_go_homedir/vendor/github.com/mitchellh/go-homedir \ mitchellh:go-testing-interface:v1.14.1:mitchellh_go_testing_interface/vendor/github.com/mitchellh/go-testing-interface \ mitchellh:go-wordwrap:v1.0.1:mitchellh_go_wordwrap/vendor/github.com/mitchellh/go-wordwrap \ mitchellh:mapstructure:v1.4.1:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ @@ -83,9 +95,11 @@ GH_TUPLE= \ protocolbuffers:protobuf-go:v1.26.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rivo:uniseg:v0.2.0:rivo_uniseg/vendor/github.com/rivo/uniseg \ rs:zerolog:v1.20.0:rs_zerolog/vendor/github.com/rs/zerolog \ + satori:go.uuid:v1.2.0:satori_go_uuid/vendor/github.com/satori/go.uuid \ + sergi:go-diff:v1.2.0:sergi_go_diff/vendor/github.com/sergi/go-diff \ spf13:afero:v1.1.2:spf13_afero/vendor/github.com/spf13/afero \ spf13:cast:v1.3.0:spf13_cast/vendor/github.com/spf13/cast \ - spf13:cobra:v1.1.1:spf13_cobra/vendor/github.com/spf13/cobra \ + spf13:cobra:v1.1.3:spf13_cobra/vendor/github.com/spf13/cobra \ spf13:jwalterweatherman:v1.0.0:spf13_jwalterweatherman/vendor/github.com/spf13/jwalterweatherman \ spf13:pflag:v1.0.5:spf13_pflag/vendor/github.com/spf13/pflag \ spf13:viper:v1.7.1:spf13_viper/vendor/github.com/spf13/viper \ @@ -94,6 +108,7 @@ GH_TUPLE= \ subosito:gotenv:v1.2.0:subosito_gotenv/vendor/github.com/subosito/gotenv \ thoas:go-funk:efae847b30ab:thoas_go_funk/vendor/github.com/thoas/go-funk \ vbauerster:mpb:v6.0.3:vbauerster_mpb_v6/vendor/github.com/vbauerster/mpb/v6 \ + xanzy:ssh-agent:v0.3.0:xanzy_ssh_agent/vendor/github.com/xanzy/ssh-agent \ zclconf:go-cty:v1.8.3:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} diff --git a/net/cloudquery/distinfo b/net/cloudquery/distinfo index c916f041db8..300d8841a43 100644 --- a/net/cloudquery/distinfo +++ b/net/cloudquery/distinfo @@ -1,32 +1,48 @@ -TIMESTAMP = 1624300126 -SHA256 (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 4d7e090112260a57170ba35e858bd23a17ab13d2081ffa2fd8035a9c0cf51dcc -SIZE (cloudquery-cloudquery-v0.13.7_GH0.tar.gz) = 105984 +TIMESTAMP = 1624688849 +SHA256 (cloudquery-cloudquery-v0.13.8_GH0.tar.gz) = b9efc6aa07acf23e81f11cd1f181da2022cd30d5ae892da509663b563d4a392c +SIZE (cloudquery-cloudquery-v0.13.8_GH0.tar.gz) = 117343 SHA256 (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 75ffb7555e2cde9fa25622c031b0b72058b5644e6d7eb004238c250957d97c52 SIZE (Masterminds-squirrel-v1.5.0_GH0.tar.gz) = 30302 +SHA256 (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 0cb82f4cdba942af6b545695d694e91b9d9d56bd38555c81744235d7c6f6485d +SIZE (Microsoft-go-winio-v0.4.16_GH0.tar.gz) = 85568 +SHA256 (ProtonMail-go-crypto-04723f9f07d7_GH0.tar.gz) = 09ca24a9956ebb6a8564ef17ab6b0eab6387938ac608a0c429f75360d3b176f5 +SIZE (ProtonMail-go-crypto-04723f9f07d7_GH0.tar.gz) = 308315 SHA256 (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 2f26521a9207b91dfbca3d28e5545bc11cb098888ecf3e9ba8e5936387b06a33 SIZE (VividCortex-ewma-v1.2.0_GH0.tar.gz) = 6683 SHA256 (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 832ad7232c573cec3eece91af4cdf40d2d06bca94e026dd7d5add0f44f802f0f SIZE (acarl005-stripansi-5a71ef0e047d_GH0.tar.gz) = 1477 +SHA256 (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 9d34d4a015aa069649b951c36d4dc50fdbf6a2075717812ba68b9260d5c79986 +SIZE (acomagu-bufpipe-v1.0.3_GH0.tar.gz) = 3020 SHA256 (agext-levenshtein-v1.2.3_GH0.tar.gz) = ba59a69fcaea38ec40470cac08620dd2cca1980355d9b10e90e37b3b3ac2eb46 SIZE (agext-levenshtein-v1.2.3_GH0.tar.gz) = 13227 SHA256 (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 7479ac3309883e2bdb6f562004f2044d3d13d19b78c41db12957aa573fdf3556 SIZE (apparentlymart-go-textseg-v13.0.0_GH0.tar.gz) = 133786 SHA256 (aws-aws-lambda-go-v1.23.0_GH0.tar.gz) = 4776ab2608e5614a0f93461ecf723e3d707d98059838510bb0625a65b73b93e2 SIZE (aws-aws-lambda-go-v1.23.0_GH0.tar.gz) = 87988 -SHA256 (cloudquery-cq-provider-sdk-v0.2.0_GH0.tar.gz) = 033ca5c93d4911e6eeffafb2efb69fb763f5b84b7988c193d95e3ead175c34f6 -SIZE (cloudquery-cq-provider-sdk-v0.2.0_GH0.tar.gz) = 64060 +SHA256 (cloudquery-cq-provider-sdk-v0.2.2_GH0.tar.gz) = a43280ec3986867e5de0f414d54dbadf30e6b97d93052a7d04405a1b7a00c32d +SIZE (cloudquery-cq-provider-sdk-v0.2.2_GH0.tar.gz) = 64183 SHA256 (creasty-defaults-v1.5.1_GH0.tar.gz) = d0834b56252df9dc07f78592d32626a2a1c6c448d5dff992fe4b568007ea6b7b SIZE (creasty-defaults-v1.5.1_GH0.tar.gz) = 7469 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 +SHA256 (emirpasic-gods-v1.12.0_GH0.tar.gz) = 889d06b5f88db9e2dae19a799a35324c4f59305aa5e966dcdb4b637e70607ff9 +SIZE (emirpasic-gods-v1.12.0_GH0.tar.gz) = 76825 SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e SIZE (fatih-color-v1.10.0_GH0.tar.gz) = 1267532 -SHA256 (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = b7530d973d0ab0e58ad8ce1b9a4b963d6f57b3d72f2f9e13d49846976361b1cd -SIZE (fsnotify-fsnotify-v1.4.7_GH0.tar.gz) = 31139 +SHA256 (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 4f888b1cb132026227826751d156c0a2958e7d492e5e38386cde8848ef494dcb +SIZE (fsnotify-fsnotify-v1.4.9_GH0.tar.gz) = 31900 SHA256 (georgysavva-scany-v0.2.8_GH0.tar.gz) = 0067644591e3a6d5a6b0b0f47e0c54a240f723fc58599ff610d792bb67d99ee8 SIZE (georgysavva-scany-v0.2.8_GH0.tar.gz) = 28890 +SHA256 (go-git-gcfg-v1.5.0_GH0.tar.gz) = 662e46a93aba5ffe383e55597ce5749447e5c8e9409b1452f5790bfd6e1f8a11 +SIZE (go-git-gcfg-v1.5.0_GH0.tar.gz) = 28522 +SHA256 (go-git-go-billy-v5.3.1_GH0.tar.gz) = 7d715d7cf11f731dc0466bf93903ba7fe6ac70d086bb862fc24e718d9ddc209e +SIZE (go-git-go-billy-v5.3.1_GH0.tar.gz) = 29365 +SHA256 (go-git-go-git-v5.4.2_GH0.tar.gz) = bbdb5f61f027fb949f4091160e26af07c62ca80089b6efbb4d524c69158bbdcf +SIZE (go-git-go-git-v5.4.2_GH0.tar.gz) = 461782 SHA256 (go-ini-ini-v1.51.0_GH0.tar.gz) = 6c98311d375afbe36a246c5d29acb5cb428634a4186e591ce9b7fe2fa4f2a471 SIZE (go-ini-ini-v1.51.0_GH0.tar.gz) = 43536 +SHA256 (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 4712c4ceae321433d8c1d9ebc6afd154d7932c849129ded48b1c4a51c21275e8 +SIZE (go-warnings-warnings-v0.1.2_GH0.tar.gz) = 3769 SHA256 (go-yaml-yaml-496545a6307b_GH0.tar.gz) = ed0e11dc14bbbd4127031d7e8b9e58dad885e2c44a16359d2f64b71d1d1f692a SIZE (go-yaml-yaml-496545a6307b_GH0.tar.gz) = 90156 SHA256 (go-yaml-yaml-v2.4.0_GH0.tar.gz) = d8e94679e5fff6bd1a35e10241543929a5f3da44f701755babf99b3daf0faac0 @@ -77,6 +93,8 @@ SHA256 (huandu-xstrings-v1.3.2_GH0.tar.gz) = 89eed037724f4a2e85da5217faa6d73ae31 SIZE (huandu-xstrings-v1.3.2_GH0.tar.gz) = 17911 SHA256 (iancoleman-strcase-v0.1.3_GH0.tar.gz) = 93c60b80de0ba86a14654cc647596849e407ce6c580648a9a20f7ed059332f52 SIZE (iancoleman-strcase-v0.1.3_GH0.tar.gz) = 4845 +SHA256 (imdario-mergo-v0.3.12_GH0.tar.gz) = f0ad95fe47f1a9c15545fe3e8abf4364b8163a0f872ce25d6f6ae85e7c885302 +SIZE (imdario-mergo-v0.3.12_GH0.tar.gz) = 22319 SHA256 (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 5edc7731c819c305623568e317aa253d342be3447def97f1fa9e10eb5ad819f6 SIZE (inconshreveable-mousetrap-v1.0.0_GH0.tar.gz) = 2290 SHA256 (jackc-chunkreader-v2.0.1_GH0.tar.gz) = bf856bad6608fb7345707aba713a1d77eb984f1d217065738a12c97e37669be4 @@ -97,6 +115,10 @@ SHA256 (jackc-pgx-v4.11.0_GH0.tar.gz) = 0f4751015cafcd1eac6e4525c87ce6296f439446 SIZE (jackc-pgx-v4.11.0_GH0.tar.gz) = 116272 SHA256 (jackc-puddle-v1.1.3_GH0.tar.gz) = 6ce53fe368d6777b7aee47c2e2e0558d7089d08d23b311f4b84613ba08edc99b SIZE (jackc-puddle-v1.1.3_GH0.tar.gz) = 10317 +SHA256 (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = b5a5c4fe8d73dea7dc838f1c428c5fff0db9b50a2c014208a2761de4e94fa5ba +SIZE (jbenet-go-context-d14ea06fba99_GH0.tar.gz) = 5945 +SHA256 (kevinburke-ssh_config-4977a11b4351_GH0.tar.gz) = 568ea6be8d237ca16dcd03e2fa5e07461ab596ccff40197ac34dac43f97389ec +SIZE (kevinburke-ssh_config-4977a11b4351_GH0.tar.gz) = 17407 SHA256 (lann-builder-47ae307949d0_GH0.tar.gz) = 84932a9525df377fc28eb75501fb5385ecf0d08134ac434314578634f741d3b0 SIZE (lann-builder-47ae307949d0_GH0.tar.gz) = 5811 SHA256 (lann-ps-62de8c46ede0_GH0.tar.gz) = 368bddfa4195be5efc255aca58a473ffacfcebf4dca4281f7f109637446db215 @@ -109,6 +131,8 @@ SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b7 SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 SHA256 (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 48cb8654014d9eab1d59088dd1879907de1dab51c2ed3cee8c8254c1708c2d8e SIZE (mattn-go-runewidth-v0.0.10_GH0.tar.gz) = 16778 +SHA256 (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 646671c73a84a8dfb4a5a76b80c7b63549ffefa906524d45077301bc7da76600 +SIZE (mitchellh-go-homedir-v1.1.0_GH0.tar.gz) = 3362 SHA256 (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 3e9248c525eadb1cfceb5c4577b5cf656911b1139424a732690b4eaf7ab299fb SIZE (mitchellh-go-testing-interface-v1.14.1_GH0.tar.gz) = 2774 SHA256 (mitchellh-go-wordwrap-v1.0.1_GH0.tar.gz) = 56dc8d3883c765d9791a3698a55c66935b2978ac60e0e3c7c8799b182dd22bb5 @@ -135,12 +159,16 @@ SHA256 (rivo-uniseg-v0.2.0_GH0.tar.gz) = 3ad738b5c9162ede110d75b23564b6e40e52dd9 SIZE (rivo-uniseg-v0.2.0_GH0.tar.gz) = 44036 SHA256 (rs-zerolog-v1.20.0_GH0.tar.gz) = 9e098068534addb5663bdc51f0a471b69c92b23fee020f23bfd3dceab140869f SIZE (rs-zerolog-v1.20.0_GH0.tar.gz) = 217812 +SHA256 (satori-go.uuid-v1.2.0_GH0.tar.gz) = 6f9d9549958252d7c5a5ed1cabeedeaab7a600ca0b888a3666cce4c3590aa5a7 +SIZE (satori-go.uuid-v1.2.0_GH0.tar.gz) = 8297 +SHA256 (sergi-go-diff-v1.2.0_GH0.tar.gz) = 39590cae996778b7ffdd8eb9e8fc791117f16562dbef37f9c41b2f3ebb8f518b +SIZE (sergi-go-diff-v1.2.0_GH0.tar.gz) = 1333585 SHA256 (spf13-afero-v1.1.2_GH0.tar.gz) = 66554a6b09b0009340ae77c119d5a14e2460bb3aea56e75e138c87e621f3803b SIZE (spf13-afero-v1.1.2_GH0.tar.gz) = 45309 SHA256 (spf13-cast-v1.3.0_GH0.tar.gz) = e685282ea33f89e9354d148ad1886f532bcebe86b0b60a167988f7c6d081085f SIZE (spf13-cast-v1.3.0_GH0.tar.gz) = 11085 -SHA256 (spf13-cobra-v1.1.1_GH0.tar.gz) = 9bf1769caad54bc5a8bd738ddbcceeb57a19fc3158af30e44b3bbb6b8e63ab6d -SIZE (spf13-cobra-v1.1.1_GH0.tar.gz) = 143402 +SHA256 (spf13-cobra-v1.1.3_GH0.tar.gz) = e5f93c61e1236e61c7fc45882d2a03b81f46ebebdf70628ebb64b0b5fe34f6fa +SIZE (spf13-cobra-v1.1.3_GH0.tar.gz) = 146580 SHA256 (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 2ece12b964e0d230b10851555185d42d3c81b401efda044265ae716eb1d0bc2d SIZE (spf13-jwalterweatherman-v1.0.0_GH0.tar.gz) = 6392 SHA256 (spf13-pflag-v1.0.5_GH0.tar.gz) = 9a2cae1f8e8ab0d2cc8ebe468e871af28d9ac0962cf0520999e3ba85f0c7b808 @@ -157,5 +185,7 @@ SHA256 (thoas-go-funk-efae847b30ab_GH0.tar.gz) = 2069089312679a6e903ad377d8e8eb4 SIZE (thoas-go-funk-efae847b30ab_GH0.tar.gz) = 48732 SHA256 (vbauerster-mpb-v6.0.3_GH0.tar.gz) = 1d28d30706895a5839a51bda5a5f8a158e127bbff6cf7dce30d95ff62e3213bc SIZE (vbauerster-mpb-v6.0.3_GH0.tar.gz) = 59521 +SHA256 (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 7ce80a93d0fdbeb6760f97d6d166d11c215b809e50f0a80c78b8730c61582858 +SIZE (xanzy-ssh-agent-v0.3.0_GH0.tar.gz) = 8421 SHA256 (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 422bda239f1904bb59f9268a238ba8a4001fbee6c0efbb7df60266d50515f921 SIZE (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 195415 diff --git a/net/fbzmq/Makefile b/net/fbzmq/Makefile index ad84bae682f..a73a5e6a5f7 100644 --- a/net/fbzmq/Makefile +++ b/net/fbzmq/Makefile @@ -1,6 +1,6 @@ PORTNAME= fbzmq DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/fbzmq/distinfo b/net/fbzmq/distinfo index 8dba5cd7280..4f5edef1685 100644 --- a/net/fbzmq/distinfo +++ b/net/fbzmq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779443 -SHA256 (facebook-fbzmq-v2021.06.14.00_GH0.tar.gz) = 88c4c1ded7a46553d41a6f689b3fd6dad840351f29f842d02ff02a0dae2656cd -SIZE (facebook-fbzmq-v2021.06.14.00_GH0.tar.gz) = 199878 +TIMESTAMP = 1624773446 +SHA256 (facebook-fbzmq-v2021.06.21.00_GH0.tar.gz) = 1618b66a17dd87ca101144750092d235950798cd6b5706ce3d26cd06f5a804f8 +SIZE (facebook-fbzmq-v2021.06.21.00_GH0.tar.gz) = 199871 diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 671055ec5d6..5121118e446 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -1,5 +1,6 @@ PORTNAME= findomain DISTVERSION= 4.3.0 +PORTREVISION= 1 CATEGORIES= net security MAINTAINER= lcook@FreeBSD.org diff --git a/net/findomain/files/patch-powerpc b/net/findomain/files/patch-powerpc new file mode 100644 index 00000000000..698b3d61388 --- /dev/null +++ b/net/findomain/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net/gemserv/Makefile b/net/gemserv/Makefile index bfc531de635..e6a8d6b4794 100644 --- a/net/gemserv/Makefile +++ b/net/gemserv/Makefile @@ -1,7 +1,7 @@ PORTNAME= gemserv DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://git.sr.ht/~int80h/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${PORTVERSION}${EXTRACT_SUFX} diff --git a/net/gemserv/files/patch-powerpc b/net/gemserv/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/net/gemserv/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net/libcoap/Makefile b/net/libcoap/Makefile index fccfdc45591..c63fc0f8240 100644 --- a/net/libcoap/Makefile +++ b/net/libcoap/Makefile @@ -1,6 +1,6 @@ PORTNAME= libcoap DISTVERSIONPREFIX= v -DISTVERSION= 4.2.1 +DISTVERSION= 4.3.0 CATEGORIES= net MAINTAINER= tcberner@FreeBSD.org @@ -9,7 +9,8 @@ COMMENT= C implementation of the Constrained Application Protocol LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= a2x:textproc/asciidoc +BUILD_DEPENDS= a2x:textproc/asciidoc \ + gsed:textproc/gsed LIB_DEPENDS= libgnutls.so:security/gnutls USES= autoreconf gmake libtool pkgconfig @@ -18,17 +19,19 @@ GH_ACCOUNT= obgm GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip + +BINARY_ALIAS= sed=gsed +PORTSCOUT= limit:^4\. + +PORTDOCS= * + OPTIONS_DEFINE= DOCS DOXYGEN OPTIONS_DEFAULT= DOXYGEN -PORTDOCS= * DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_CONFIGURE_ENABLE= doxygen -INSTALL_TARGET= install-strip - -PORTSCOUT= limit:^4\. - .include diff --git a/net/libcoap/distinfo b/net/libcoap/distinfo index 864943b7637..38141afec5f 100644 --- a/net/libcoap/distinfo +++ b/net/libcoap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1573058250 -SHA256 (obgm-libcoap-v4.2.1_GH0.tar.gz) = 29a0394a265d3febee41e5e2dc03d34292a0aede37f5f80334e529ac0dab2321 -SIZE (obgm-libcoap-v4.2.1_GH0.tar.gz) = 337438 +TIMESTAMP = 1624736788 +SHA256 (obgm-libcoap-v4.3.0_GH0.tar.gz) = 1a195adacd6188d3b71c476e7b21706fef7f3663ab1fb138652e8da49a9ec556 +SIZE (obgm-libcoap-v4.3.0_GH0.tar.gz) = 495456 diff --git a/net/libcoap/files/patch-configure.ac b/net/libcoap/files/patch-configure.ac index df3073fc84e..d0e3cbae92c 100644 --- a/net/libcoap/files/patch-configure.ac +++ b/net/libcoap/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2019-02-23 16:30:54 UTC +--- configure.ac.orig 2021-06-21 08:39:42 UTC +++ configure.ac -@@ -616,7 +616,7 @@ case $host in +@@ -826,7 +826,7 @@ case $host in #AC_SUBST(OS_MACOS) ;; diff --git a/net/libcoap/files/patch-doc_Makefile.am b/net/libcoap/files/patch-doc_Makefile.am index 4d7d19797dc..88c6d97839d 100644 --- a/net/libcoap/files/patch-doc_Makefile.am +++ b/net/libcoap/files/patch-doc_Makefile.am @@ -1,7 +1,7 @@ ---- doc/Makefile.am.orig 2019-02-23 16:40:11 UTC +--- doc/Makefile.am.orig 2021-06-21 08:39:42 UTC +++ doc/Makefile.am -@@ -68,8 +68,8 @@ man-page-build: man-page-start - echo ' ' >> $(top_builddir)/doc/insert_file ;\ +@@ -112,8 +112,8 @@ man-page-build: upg-page-build man-page-start + echo ' ' >> $(top_builddir)/doc/insert_file ;\ ## Create and Update the DoxygenLayout.xml file $(DOXYGEN) -l ;\ - $(SED) -i 's/ + #include + #include ++#include + #include + #include + #include diff --git a/net/libcoap/pkg-plist b/net/libcoap/pkg-plist index bb7ff582200..ce0fcf5a1a8 100644 --- a/net/libcoap/pkg-plist +++ b/net/libcoap/pkg-plist @@ -1,59 +1,246 @@ bin/coap-client +bin/coap-client-gnutls bin/coap-rd +bin/coap-rd-gnutls bin/coap-server -include/coap2/address.h -include/coap2/async.h -include/coap2/bits.h -include/coap2/block.h -include/coap2/coap.h -include/coap2/coap_debug.h -include/coap2/coap_dtls.h -include/coap2/coap_event.h -include/coap2/coap_forward_decls.h -include/coap2/coap_hashkey.h -include/coap2/coap_io.h -include/coap2/coap_mutex.h -include/coap2/coap_session.h -include/coap2/coap_time.h -include/coap2/encode.h -include/coap2/libcoap.h -include/coap2/mem.h -include/coap2/net.h -include/coap2/option.h -include/coap2/pdu.h -include/coap2/prng.h -include/coap2/resource.h -include/coap2/str.h -include/coap2/subscribe.h -include/coap2/uri.h -include/coap2/uthash.h -lib/libcoap-2-gnutls.a -lib/libcoap-2-gnutls.so -lib/libcoap-2-gnutls.so.2 -lib/libcoap-2-gnutls.so.2.0.1 -libdata/pkgconfig/libcoap-2-gnutls.pc +bin/coap-server-gnutls +include/coap3/address.h +include/coap3/async.h +include/coap3/block.h +include/coap3/coap.h +include/coap3/coap_cache.h +include/coap3/coap_debug.h +include/coap3/coap_dtls.h +include/coap3/coap_event.h +include/coap3/coap_forward_decls.h +include/coap3/coap_hashkey.h +include/coap3/coap_io.h +include/coap3/coap_mutex.h +include/coap3/coap_prng.h +include/coap3/coap_session.h +include/coap3/coap_time.h +include/coap3/encode.h +include/coap3/libcoap.h +include/coap3/mem.h +include/coap3/net.h +include/coap3/option.h +include/coap3/pdu.h +include/coap3/resource.h +include/coap3/str.h +include/coap3/subscribe.h +include/coap3/uri.h +lib/libcoap-3-gnutls.a +lib/libcoap-3-gnutls.so +lib/libcoap-3-gnutls.so.3 +lib/libcoap-3-gnutls.so.3.0.0 +lib/libcoap-3.a +lib/libcoap-3.so +libdata/pkgconfig/libcoap-3-gnutls.pc +libdata/pkgconfig/libcoap-3.pc +man/man3/coap_add_attr.3.gz +man/man3/coap_add_data.3.gz man/man3/coap_add_data_blocked_response.3.gz +man/man3/coap_add_data_large_request.3.gz +man/man3/coap_add_data_large_response.3.gz +man/man3/coap_add_option.3.gz +man/man3/coap_add_optlist_pdu.3.gz +man/man3/coap_add_resource.3.gz +man/man3/coap_add_token.3.gz +man/man3/coap_async.3.gz +man/man3/coap_async_get_app_data.3.gz +man/man3/coap_async_is_supported.3.gz +man/man3/coap_async_set_app_data.3.gz +man/man3/coap_async_set_delay.3.gz man/man3/coap_attribute.3.gz +man/man3/coap_binary_equal.3.gz +man/man3/coap_block.3.gz +man/man3/coap_block_build_body.3.gz +man/man3/coap_cache.3.gz +man/man3/coap_cache_delete_key.3.gz +man/man3/coap_cache_derive_key.3.gz +man/man3/coap_cache_derive_key_w_ignore.3.gz +man/man3/coap_cache_get_app_data.3.gz +man/man3/coap_cache_get_by_key.3.gz +man/man3/coap_cache_get_by_pdu.3.gz +man/man3/coap_cache_get_pdu.3.gz +man/man3/coap_cache_ignore_options.3.gz +man/man3/coap_cache_set_app_data.3.gz +man/man3/coap_cancel_observe.3.gz +man/man3/coap_check_option.3.gz man/man3/coap_context.3.gz +man/man3/coap_context_get_coap_fd.3.gz +man/man3/coap_context_get_csm_timeout.3.gz +man/man3/coap_context_get_max_handshake_sessions.3.gz +man/man3/coap_context_get_max_idle_sessions.3.gz +man/man3/coap_context_get_session_timeout.3.gz +man/man3/coap_context_set_block_mode.3.gz +man/man3/coap_context_set_csm_timeout.3.gz +man/man3/coap_context_set_keepalive.3.gz +man/man3/coap_context_set_max_handshake_sessions.3.gz +man/man3/coap_context_set_max_idle_sessions.3.gz +man/man3/coap_context_set_pki.3.gz man/man3/coap_context_set_pki_root_cas.3.gz -man/man3/coap_encode_var_bytes.3.gz +man/man3/coap_context_set_psk2.3.gz +man/man3/coap_context_set_session_timeout.3.gz +man/man3/coap_debug_set_packet_loss.3.gz +man/man3/coap_decode_var_bytes.3.gz +man/man3/coap_decode_var_bytes8.3.gz +man/man3/coap_delete_bin_const.3.gz +man/man3/coap_delete_binary.3.gz +man/man3/coap_delete_cache_entry.3.gz +man/man3/coap_delete_optlist.3.gz +man/man3/coap_delete_resource.3.gz +man/man3/coap_delete_str_const.3.gz +man/man3/coap_delete_string.3.gz +man/man3/coap_dtls_cpsk_t.3.gz +man/man3/coap_dtls_is_supported.3.gz +man/man3/coap_dtls_pki_t.3.gz +man/man3/coap_dtls_spsk_t.3.gz +man/man3/coap_encode_var_safe.3.gz +man/man3/coap_encode_var_safe8.3.gz man/man3/coap_encryption.3.gz +man/man3/coap_endpoint_client.3.gz +man/man3/coap_endpoint_server.3.gz +man/man3/coap_endpoint_set_default_mtu.3.gz man/man3/coap_endpoint_str.3.gz +man/man3/coap_find_async.3.gz +man/man3/coap_find_attr.3.gz +man/man3/coap_free_async.3.gz +man/man3/coap_free_context.3.gz +man/man3/coap_free_endpoint.3.gz +man/man3/coap_get_data.3.gz +man/man3/coap_get_data_large.3.gz +man/man3/coap_get_log_level.3.gz +man/man3/coap_get_tls_library_version.3.gz man/man3/coap_handler.3.gz +man/man3/coap_insert_optlist.3.gz man/man3/coap_io.3.gz +man/man3/coap_io_do_epoll.3.gz +man/man3/coap_io_do_io.3.gz +man/man3/coap_io_prepare_epoll.3.gz +man/man3/coap_io_prepare_io.3.gz +man/man3/coap_io_process.3.gz +man/man3/coap_io_process_with_fds.3.gz +man/man3/coap_join_mcast_group_intf.3.gz man/man3/coap_keepalive.3.gz +man/man3/coap_log.3.gz man/man3/coap_logging.3.gz +man/man3/coap_make_str_const.3.gz +man/man3/coap_new_bin_const.3.gz +man/man3/coap_new_binary.3.gz +man/man3/coap_new_cache_entry.3.gz +man/man3/coap_new_client_session.3.gz +man/man3/coap_new_client_session_pki.3.gz +man/man3/coap_new_client_session_psk2.3.gz +man/man3/coap_new_context.3.gz +man/man3/coap_new_endpoint.3.gz +man/man3/coap_new_optlist.3.gz +man/man3/coap_new_pdu.3.gz +man/man3/coap_new_str_const.3.gz +man/man3/coap_new_string.3.gz man/man3/coap_observe.3.gz +man/man3/coap_opt_length.3.gz +man/man3/coap_opt_value.3.gz +man/man3/coap_option_filter_clear.3.gz +man/man3/coap_option_filter_get.3.gz +man/man3/coap_option_filter_set.3.gz +man/man3/coap_option_filter_unset.3.gz +man/man3/coap_option_iterator_init.3.gz +man/man3/coap_option_next.3.gz +man/man3/coap_package_name.3.gz +man/man3/coap_package_version.3.gz +man/man3/coap_pdu_access.3.gz +man/man3/coap_pdu_get_code.3.gz +man/man3/coap_pdu_get_mid.3.gz +man/man3/coap_pdu_get_token.3.gz +man/man3/coap_pdu_get_type.3.gz +man/man3/coap_pdu_init.3.gz +man/man3/coap_pdu_set_code.3.gz +man/man3/coap_pdu_set_mid.3.gz +man/man3/coap_pdu_set_type.3.gz man/man3/coap_pdu_setup.3.gz man/man3/coap_recovery.3.gz +man/man3/coap_register_async.3.gz +man/man3/coap_register_event_handler.3.gz +man/man3/coap_register_handler.3.gz +man/man3/coap_register_nack_handler.3.gz +man/man3/coap_register_ping_handler.3.gz +man/man3/coap_register_pong_handler.3.gz +man/man3/coap_register_response_handler.3.gz +man/man3/coap_resize_binary.3.gz man/man3/coap_resource.3.gz +man/man3/coap_resource_get_uri_path.3.gz +man/man3/coap_resource_get_userdata.3.gz +man/man3/coap_resource_init.3.gz +man/man3/coap_resource_notify_observers.3.gz +man/man3/coap_resource_proxy_uri_init.3.gz +man/man3/coap_resource_release_userdata_handler.3.gz +man/man3/coap_resource_set_get_observable.3.gz +man/man3/coap_resource_set_mode.3.gz +man/man3/coap_resource_set_userdata.3.gz +man/man3/coap_resource_unknown_init.3.gz +man/man3/coap_send.3.gz man/man3/coap_session.3.gz +man/man3/coap_session_disconnected.3.gz +man/man3/coap_session_get_ack_random_factor.3.gz +man/man3/coap_session_get_ack_timeout.3.gz +man/man3/coap_session_get_addr_local.3.gz +man/man3/coap_session_get_addr_remote.3.gz man/man3/coap_session_get_app_data.3.gz +man/man3/coap_session_get_context.3.gz +man/man3/coap_session_get_ifindex.3.gz +man/man3/coap_session_get_max_retransmit.3.gz +man/man3/coap_session_get_proto.3.gz +man/man3/coap_session_get_psk_hint.3.gz +man/man3/coap_session_get_psk_key.3.gz +man/man3/coap_session_get_state.3.gz +man/man3/coap_session_get_tls.3.gz +man/man3/coap_session_get_type.3.gz +man/man3/coap_session_init_token.3.gz +man/man3/coap_session_max_pdu_size.3.gz +man/man3/coap_session_new_token.3.gz +man/man3/coap_session_reference.3.gz +man/man3/coap_session_release.3.gz +man/man3/coap_session_set_ack_random_factor.3.gz +man/man3/coap_session_set_ack_timeout.3.gz man/man3/coap_session_set_app_data.3.gz +man/man3/coap_session_set_max_retransmit.3.gz +man/man3/coap_session_set_mtu.3.gz +man/man3/coap_session_set_type_client.3.gz +man/man3/coap_session_str.3.gz +man/man3/coap_set_log_handler.3.gz +man/man3/coap_set_log_level.3.gz +man/man3/coap_set_show_pdu_output.3.gz +man/man3/coap_show_pdu.3.gz +man/man3/coap_show_tls_version.3.gz man/man3/coap_split_path.3.gz man/man3/coap_split_query.3.gz +man/man3/coap_string.3.gz +man/man3/coap_string_equal.3.gz +man/man3/coap_string_tls_support.3.gz +man/man3/coap_string_tls_version.3.gz +man/man3/coap_tcp_is_supported.3.gz +man/man3/coap_tls_is_supported.3.gz man/man3/coap_tls_library.3.gz +man/man5/coap-client-gnutls.5.gz +man/man5/coap-client-mbedtls.5.gz +man/man5/coap-client-notls.5.gz +man/man5/coap-client-openssl.5.gz man/man5/coap-client.5.gz +man/man5/coap-rd-gnutls.5.gz +man/man5/coap-rd-mbedtls.5.gz +man/man5/coap-rd-notls.5.gz +man/man5/coap-rd-openssl.5.gz man/man5/coap-rd.5.gz +man/man5/coap-server-gnutls.5.gz +man/man5/coap-server-mbedtls.5.gz +man/man5/coap-server-notls.5.gz +man/man5/coap-server-openssl.5.gz man/man5/coap-server.5.gz man/man7/coap.7.gz +%%DATADIR%%/examples/COPYING +%%DATADIR%%/examples/LICENSE +%%DATADIR%%/examples/Makefile +%%DATADIR%%/examples/README +%%DATADIR%%/examples/coap-client.c +%%DATADIR%%/examples/coap-server.c diff --git a/net/megacmd/Makefile b/net/megacmd/Makefile index cca82f2a188..0cac71a07bf 100644 --- a/net/megacmd/Makefile +++ b/net/megacmd/Makefile @@ -1,6 +1,6 @@ PORTNAME= megacmd -DISTVERSION= 1.4.0 -DISTVERSIONSUFFIX= _Linux +DISTVERSION= 1.4.1 +DISTVERSIONSUFFIX= _Win CATEGORIES= net MAINTAINER= menelkir@itroll.org diff --git a/net/megacmd/distinfo b/net/megacmd/distinfo index 124320bc33e..41ce9dad426 100644 --- a/net/megacmd/distinfo +++ b/net/megacmd/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1615318747 -SHA256 (meganz-MEGAcmd-1.4.0_Linux_GH0.tar.gz) = 2a3626a9f1d22303fe2123f984a8ecf3779d6d59ac6c67c1bf43c2423dcb832d -SIZE (meganz-MEGAcmd-1.4.0_Linux_GH0.tar.gz) = 2028593 +TIMESTAMP = 1624308794 +SHA256 (meganz-MEGAcmd-1.4.1_Win_GH0.tar.gz) = 9ab76c9f80861d6d30d7ed672135a1a44ebdecaeeefe406cacf11d5dac7dee88 +SIZE (meganz-MEGAcmd-1.4.1_Win_GH0.tar.gz) = 2032642 SHA256 (meganz-sdk-v3.7.3c_GH0.tar.gz) = 0b55c1752d590a0367b9fcddd2465ea574308eb97e065540121f6261807aa111 SIZE (meganz-sdk-v3.7.3c_GH0.tar.gz) = 3323303 diff --git a/net/nats-server/Makefile b/net/nats-server/Makefile index 6e34a2ee017..fa0c0733bf0 100644 --- a/net/nats-server/Makefile +++ b/net/nats-server/Makefile @@ -1,5 +1,5 @@ PORTNAME= nats-server -PORTVERSION= 2.2.6 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v CATEGORIES= net diff --git a/net/nats-server/distinfo b/net/nats-server/distinfo index 3872bc0d088..00853dd4320 100644 --- a/net/nats-server/distinfo +++ b/net/nats-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621933345 -SHA256 (nats-io-nats-server-v2.2.6_GH0.tar.gz) = dec863683c0503cac7461970468785f65bc0771a3065f70cd3a0b4c76dd1dda9 -SIZE (nats-io-nats-server-v2.2.6_GH0.tar.gz) = 2490995 +TIMESTAMP = 1624523795 +SHA256 (nats-io-nats-server-v2.3.0_GH0.tar.gz) = 047e52312356459dfa1b4bfe32d42e4827f07480803a90cf40ab5306dda7dca5 +SIZE (nats-io-nats-server-v2.3.0_GH0.tar.gz) = 2625763 diff --git a/net/nncp/Makefile b/net/nncp/Makefile index 4fd2908c87e..4c1606a1cc9 100644 --- a/net/nncp/Makefile +++ b/net/nncp/Makefile @@ -1,5 +1,5 @@ PORTNAME= nncp -DISTVERSION= 6.5.0 +DISTVERSION= 6.6.0 CATEGORIES= net MASTER_SITES= http://www.nncpgo.org/download/ diff --git a/net/nncp/distinfo b/net/nncp/distinfo index 2a38ef2560e..dd4a0ad409c 100644 --- a/net/nncp/distinfo +++ b/net/nncp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622483576 -SHA256 (nncp-6.5.0.tar.xz) = 241d2aa727275ccf86f067971aa8b3b8d625c85c4279dfde560216e338670b9a -SIZE (nncp-6.5.0.tar.xz) = 1066660 +TIMESTAMP = 1624781692 +SHA256 (nncp-6.6.0.tar.xz) = 73db666fa5c30282770516b2f39f124074117b45a9f4b4840361861a183577f1 +SIZE (nncp-6.6.0.tar.xz) = 1066476 diff --git a/net/oha/Makefile b/net/oha/Makefile index 605191b3e0c..f95a4447de6 100644 --- a/net/oha/Makefile +++ b/net/oha/Makefile @@ -3,7 +3,7 @@ PORTNAME= oha DISTVERSIONPREFIX= v DISTVERSION= 0.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= otis@FreeBSD.org diff --git a/net/oha/files/patch-powerpc b/net/oha/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/net/oha/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net/openggsn/Makefile b/net/openggsn/Makefile deleted file mode 100644 index ac668a58660..00000000000 --- a/net/openggsn/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= openggsn -PORTVERSION= 0.94 -CATEGORIES= net -MASTER_SITES= http://git.osmocom.org/${PORTNAME}/snapshot/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Implementation of the Gateway GPRS Support Node element - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Uses EOL Python 2.7 via devel/libosmocore -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libosmocore.so:devel/libosmocore \ - libtalloc.so:devel/talloc - -GNU_CONFIGURE= yes -USES= autoreconf gmake libtool pathfix pkgconfig - -USE_LDCONFIG= yes - -post-patch: - ${ECHO_CMD} ${PORTVERSION} > ${WRKSRC}/.tarball-version - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtp.so.1 - -.include diff --git a/net/openggsn/distinfo b/net/openggsn/distinfo deleted file mode 100644 index abb63e3ebfb..00000000000 --- a/net/openggsn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1513077316 -SHA256 (openggsn-0.94.tar.gz) = 8253b82f282b4128b39b5fc20ed56c7cce544f8f82436fc3d893209286e3387d -SIZE (openggsn-0.94.tar.gz) = 140368 diff --git a/net/openggsn/pkg-descr b/net/openggsn/pkg-descr deleted file mode 100644 index 20d9b63f674..00000000000 --- a/net/openggsn/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -OpenGGSN is an implementation of the Gateway GPRS Support Node element -in the GPRS core network. -OpenGGSN was developed in 2002 to 2004 by Mondru AB and was abandoned -for some years before adopted by the Osmocom project. - -WWW: http://openbsc.osmocom.org/trac/wiki/OpenGGSN diff --git a/net/openggsn/pkg-plist b/net/openggsn/pkg-plist deleted file mode 100644 index 448b001b3ea..00000000000 --- a/net/openggsn/pkg-plist +++ /dev/null @@ -1,12 +0,0 @@ -bin/ggsn -bin/sgsnemu -include/gtp.h -include/gtpie.h -include/pdp.h -lib/libgtp.a -lib/libgtp.so -lib/libgtp.so.1 -lib/libgtp.so.1.0.0 -libdata/pkgconfig/libgtp.pc -man/man8/ggsn.8.gz -man/man8/sgsnemu.8.gz diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile deleted file mode 100644 index b7e2203ca93..00000000000 --- a/net/panoptis/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Babak Farrokhi - -PORTNAME= panoptis -PORTVERSION= 0.1.4 -PORTREVISION= 5 -CATEGORIES= net security -MASTER_SITES= SF - -MAINTAINER= sbz@FreeBSD.org -COMMENT= Detect and block DoS/DDoS attacks - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= Unmaintained upstream, uses EOL Python 2.7 -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libccgnu2.so:devel/commoncpp - -GNU_CONFIGURE= yes -USES= python shebangfix -SHEBANG_FILES= panoptis/*.py -PLIST_FILES= bin/panoptis \ - bin/mail.py \ - bin/pview.py \ - bin/speed.py - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis \ - ${STAGEDIR}${PREFIX}/bin/panoptis -.for f in mail.py pview.py speed.py - ${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${STAGEDIR}${PREFIX}/bin/${f} -.endfor - -.include diff --git a/net/panoptis/distinfo b/net/panoptis/distinfo deleted file mode 100644 index ade2e1ea93a..00000000000 --- a/net/panoptis/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (panoptis-0.1.4.tar.gz) = bc63090f9749c5ff7f7ebdd83274596c1452cb82a0449adbe299f77da45affe1 -SIZE (panoptis-0.1.4.tar.gz) = 418829 diff --git a/net/panoptis/files/patch-panoptis-timeslot.cpp b/net/panoptis/files/patch-panoptis-timeslot.cpp deleted file mode 100644 index b10fd8c8e99..00000000000 --- a/net/panoptis/files/patch-panoptis-timeslot.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- panoptis/timeslot.cpp.orig Tue Nov 28 13:58:22 2006 -+++ panoptis/timeslot.cpp Tue Nov 28 13:58:33 2006 -@@ -109,7 +109,7 @@ - continue; - - // Create a new Distribution object -- IfPair *ifpair = new IfPair((uint16_t)input, (uint16_t)output); -+ IfPair *ifpair = new IfPair((uint16_t&)input, (uint16_t&)output); - if (!ifpair){ - perror("new"); - exit(errno); diff --git a/net/panoptis/pkg-descr b/net/panoptis/pkg-descr deleted file mode 100644 index 8b771c2ff23..00000000000 --- a/net/panoptis/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -Panoptis is a project started some time ago, -with the aim to stop the Denial of Service -and Distributed Denial of Service attacks that -have been torturing the Internet for the last -few years. -It is based on real-time processing of Cisco (R) -NetFlow (TM) data, since this seems to be the -most efficient approach as it is router-centric, -allowing for automated central response without -intervention from the affected organizations' -network administrators. - -WWW: http://panoptis.sourceforge.net/ diff --git a/net/proby/Makefile b/net/proby/Makefile index b1af97a15b0..b9743ba572d 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -1,7 +1,7 @@ PORTNAME= proby DISTVERSIONPREFIX= v DISTVERSION= 1.0.2 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/proby/files/patch-powerpc b/net/proby/files/patch-powerpc new file mode 100644 index 00000000000..b1ea9b633f5 --- /dev/null +++ b/net/proby/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.74/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.74/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.74/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.74/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net/py-aiocoap/Makefile b/net/py-aiocoap/Makefile index 9e4eb91fe74..bd116c1afc4 100644 --- a/net/py-aiocoap/Makefile +++ b/net/py-aiocoap/Makefile @@ -1,5 +1,5 @@ PORTNAME= aiocoap -DISTVERSION= 0.3 +DISTVERSION= 0.4 CATEGORIES= net MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ COMMENT= Python CoAP library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= python:3.5+ +USES= python:3.7+ USE_PYTHON= autoplist distutils .include diff --git a/net/py-aiocoap/distinfo b/net/py-aiocoap/distinfo index c955fe3a1cf..5c547442b6b 100644 --- a/net/py-aiocoap/distinfo +++ b/net/py-aiocoap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1556476156 -SHA256 (aiocoap-0.3.tar.gz) = 402d4151db6d8d0b1d66af5b6e10e0de1521decbf12140637e5b8d2aa9c5aef6 -SIZE (aiocoap-0.3.tar.gz) = 78461 +TIMESTAMP = 1624738945 +SHA256 (aiocoap-0.4.tar.gz) = 72007053a0261bfa1f25cbd6161d7dadd90d02628fafe54ae2c01c0a904939bf +SIZE (aiocoap-0.4.tar.gz) = 201014 diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index 5210cf68492..ef6775f8001 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= errbot -PORTVERSION= 6.1.7 +PORTVERSION= 6.1.8 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>=0:devel/py-colorlog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}daemonize>=0:devel/py-daemonize@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}deepmerge>=0.1.0:devel/py-deepmerge@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dulwich>=0.19.16:devel/dulwich@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Flask>=0:www/py-flask@${PY_FLAVOR} \ @@ -24,7 +25,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}WebTest>=0:www/py-WebTest@${PY_FLAVOR} -USES= python:3.6+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/net/py-errbot/distinfo b/net/py-errbot/distinfo index 3d610cc024e..cc72cdb87d9 100644 --- a/net/py-errbot/distinfo +++ b/net/py-errbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618944937 -SHA256 (errbot-6.1.7.tar.gz) = 9409cb48b7e9ca780a8b6f18c736d6c63d041465f0d59eeea661ef9516cff546 -SIZE (errbot-6.1.7.tar.gz) = 197371 +TIMESTAMP = 1624189697 +SHA256 (errbot-6.1.8.tar.gz) = e77dcbf0e787aed09f5a56d4f35645214aeaba60064527c1673cf2b346f15372 +SIZE (errbot-6.1.8.tar.gz) = 198777 diff --git a/net/quiche/Makefile b/net/quiche/Makefile index c895565b19a..29ac40d8f38 100644 --- a/net/quiche/Makefile +++ b/net/quiche/Makefile @@ -1,6 +1,6 @@ PORTNAME= quiche PORTVERSION= 0.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= junho.choi@gmail.com diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index 34648f4a1cb..06a34bee134 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -1,6 +1,6 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/rabbiteer/files/patch-powerpc b/net/rabbiteer/files/patch-powerpc new file mode 100644 index 00000000000..f63acd3a6c5 --- /dev/null +++ b/net/rabbiteer/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 99692569cc0..407f1b6b96b 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -1,7 +1,7 @@ # Created by: Geoff Garside PORTNAME= rabbitmq-c -PORTVERSION= 0.8.0 +PORTVERSION= 0.10.0 DISTVERSIONPREFIX= v CATEGORIES= net @@ -13,8 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE-MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:devel/py-simplejson@${PY_FLAVOR} -CONFLICTS= rabbitmq-c-devel-[0-9]* - USES= cmake pathfix python tar:bzip2 USE_GITHUB= yes USE_LDCONFIG= yes diff --git a/net/rabbitmq-c/distinfo b/net/rabbitmq-c/distinfo index 9a4b48abf5b..b0604e6fa92 100644 --- a/net/rabbitmq-c/distinfo +++ b/net/rabbitmq-c/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1510178940 -SHA256 (alanxz-rabbitmq-c-v0.8.0_GH0.tar.gz) = d8ed9dcb49903d83d79d7b227da35ef68c60e5e0b08d0fc1fb4e4dc577b8802b -SIZE (alanxz-rabbitmq-c-v0.8.0_GH0.tar.gz) = 149150 +TIMESTAMP = 1623921575 +SHA256 (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 6455efbaebad8891c59f274a852b75b5cc51f4d669dfc78d2ae7e6cc97fcd8c0 +SIZE (alanxz-rabbitmq-c-v0.10.0_GH0.tar.gz) = 145361 diff --git a/net/rabbitmq-c/pkg-plist b/net/rabbitmq-c/pkg-plist index cc4e6be6c72..b2f6907e765 100644 --- a/net/rabbitmq-c/pkg-plist +++ b/net/rabbitmq-c/pkg-plist @@ -10,5 +10,5 @@ include/amqp_tcp_socket.h lib/librabbitmq.a lib/librabbitmq.so lib/librabbitmq.so.4 -lib/librabbitmq.so.4.2.0 +lib/librabbitmq.so.4.4.0 libdata/pkgconfig/librabbitmq.pc diff --git a/net/rabbitmq/Makefile b/net/rabbitmq/Makefile index fa6d5787d01..d572a0a68c5 100644 --- a/net/rabbitmq/Makefile +++ b/net/rabbitmq/Makefile @@ -2,7 +2,7 @@ PORTNAME= rabbitmq DISTVERSION= 3.8.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= https://github.com/rabbitmq/rabbitmq-server/releases/download/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-server-${PORTVERSION} diff --git a/net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs b/net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs new file mode 100644 index 00000000000..56883aed6a2 --- /dev/null +++ b/net/rabbitmq/files/patch-deps_rabbitmq__cli_mix.exs @@ -0,0 +1,11 @@ +--- deps/rabbitmq_cli/mix.exs.orig 2021-06-23 10:54:40 UTC ++++ deps/rabbitmq_cli/mix.exs +@@ -20,7 +20,7 @@ defmodule RabbitMQCtl.MixfileBase do + [ + app: :rabbitmqctl, + version: "3.8.0-dev", +- elixir: ">= 1.7.0 and < 1.11.0", ++ elixir: ">= 1.7.0", + build_embedded: Mix.env == :prod, + start_permanent: Mix.env == :prod, + escript: [main_module: RabbitMQCtl, diff --git a/net/routinator/Makefile b/net/routinator/Makefile index 4cbdee1beb8..f88a5c48232 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -1,6 +1,7 @@ PORTNAME= routinator PORTVERSION= 0.9.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl diff --git a/net/rsocket-cpp/Makefile b/net/rsocket-cpp/Makefile index bc36490d090..981680b6d25 100644 --- a/net/rsocket-cpp/Makefile +++ b/net/rsocket-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= rsocket-cpp DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rsocket-cpp/distinfo b/net/rsocket-cpp/distinfo index 09d5e044d6e..47245b6f8fa 100644 --- a/net/rsocket-cpp/distinfo +++ b/net/rsocket-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779444 -SHA256 (rsocket-rsocket-cpp-v2021.06.14.00_GH0.tar.gz) = cf37ffd37e74e6db3ca001bde2c680fe87d68b673e8f1a1094a286efafa17696 -SIZE (rsocket-rsocket-cpp-v2021.06.14.00_GH0.tar.gz) = 1871014 +TIMESTAMP = 1624773447 +SHA256 (rsocket-rsocket-cpp-v2021.06.21.00_GH0.tar.gz) = c6e352e4ceb26536c4a1807c72a91e3eda36857c18d2e43c815580fddb1ac34b +SIZE (rsocket-rsocket-cpp-v2021.06.21.00_GH0.tar.gz) = 1871020 diff --git a/net/rubygem-orchestrator_client/Makefile b/net/rubygem-orchestrator_client/Makefile index 8518b7c88bb..848009cbfc8 100644 --- a/net/rubygem-orchestrator_client/Makefile +++ b/net/rubygem-orchestrator_client/Makefile @@ -1,5 +1,5 @@ PORTNAME= orchestrator_client -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-orchestrator_client/distinfo b/net/rubygem-orchestrator_client/distinfo index 8a45fc43ff9..73ca845e2e1 100644 --- a/net/rubygem-orchestrator_client/distinfo +++ b/net/rubygem-orchestrator_client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611959421 -SHA256 (rubygem/orchestrator_client-0.5.1.gem) = 9e283318732bb7429429e67e1de48acf8f728e43cf44c37d1a043896ae72bb45 -SIZE (rubygem/orchestrator_client-0.5.1.gem) = 10240 +TIMESTAMP = 1624643391 +SHA256 (rubygem/orchestrator_client-0.5.2.gem) = ac5a31565c8e5b8e4c37a8c1754d994ba601cdc9ea4475d5b14f53b7126a1ea8 +SIZE (rubygem/orchestrator_client-0.5.2.gem) = 10752 diff --git a/net/samba412/Makefile b/net/samba412/Makefile index eddff1d0da0..420e5a32ccb 100644 --- a/net/samba412/Makefile +++ b/net/samba412/Makefile @@ -2,7 +2,7 @@ PORTNAME= ${SAMBA4_BASENAME}412 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -383,7 +383,7 @@ MANDOC_CONFIGURE_ENV_OFF= XSLTPROC="true" .include ############################################################################## -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le # unwind LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/net/seaweedfs/Makefile b/net/seaweedfs/Makefile index 51059d94be2..6a84af8cd66 100644 --- a/net/seaweedfs/Makefile +++ b/net/seaweedfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= seaweedfs -DISTVERSION= 2.49 +DISTVERSION= 2.55 CATEGORIES= net sysutils MAINTAINER= dch@FreeBSD.org diff --git a/net/seaweedfs/Makefile.deps b/net/seaweedfs/Makefile.deps index f7af440b9ff..3beac3bcd0e 100644 --- a/net/seaweedfs/Makefile.deps +++ b/net/seaweedfs/Makefile.deps @@ -1,5 +1,4 @@ GH_TUPLE= \ - Azure:azure-amqp-common-go:v2.1.0:azure_azure_amqp_common_go_v2/vendor/github.com/Azure/azure-amqp-common-go/v2 \ Azure:azure-pipeline-go:v0.2.2:azure_azure_pipeline_go/vendor/github.com/Azure/azure-pipeline-go \ Azure:azure-storage-blob-go:v0.9.0:azure_azure_storage_blob_go/vendor/github.com/Azure/azure-storage-blob-go \ BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \ @@ -53,16 +52,16 @@ GH_TUPLE= \ golang:mod:v0.3.0:golang_mod/vendor/golang.org/x/mod \ golang:net:c7110b5ffcbb:golang_net/vendor/golang.org/x/net \ golang:oauth2:bf48bf16ab8d:golang_oauth2/vendor/golang.org/x/oauth2 \ - golang:protobuf:v1.4.2:golang_protobuf/vendor/github.com/golang/protobuf \ + golang:protobuf:v1.4.3:golang_protobuf/vendor/github.com/golang/protobuf \ golang:snappy:v0.0.1:golang_snappy/vendor/github.com/golang/snappy \ - golang:sync:30421366ff76:golang_sync/vendor/golang.org/x/sync \ - golang:sys:fb209a7c41cd:golang_sys/vendor/golang.org/x/sys \ + golang:sync:09787c993a3a:golang_sync/vendor/golang.org/x/sync \ + golang:sys:ebe580a85c40:golang_sys/vendor/golang.org/x/sys \ golang:text:v0.3.3:golang_text/vendor/golang.org/x/text \ - golang:tools:1b747fd94509:golang_tools/vendor/golang.org/x/tools \ - golang:xerrors:9bdfabe68543:golang_xerrors/vendor/golang.org/x/xerrors \ + golang:tools:2c860bdd6e78:golang_tools/vendor/golang.org/x/tools \ + golang:xerrors:5ec99f83aff1:golang_xerrors/vendor/golang.org/x/xerrors \ google:btree:v1.0.0:google_btree/vendor/github.com/google/btree \ google:go-cloud:v0.20.0:google_go_cloud/vendor/gocloud.dev \ - google:go-cmp:v0.5.4:google_go_cmp/vendor/github.com/google/go-cmp \ + google:go-cmp:v0.5.5:google_go_cmp/vendor/github.com/google/go-cmp \ google:go-genproto:7c474a2e3482:google_go_genproto/vendor/google.golang.org/genproto \ google:uuid:v1.1.1:google_uuid/vendor/github.com/google/uuid \ google:wire:v0.4.0:google_wire/vendor/github.com/google/wire \ @@ -88,16 +87,17 @@ GH_TUPLE= \ jcmturner:rpc:v1.1.0:jcmturner_rpc/vendor/gopkg.in/jcmturner/rpc.v1 \ jinzhu:copier:v0.2.8:jinzhu_copier/vendor/github.com/jinzhu/copier \ jmespath:go-jmespath:v0.4.0:jmespath_go_jmespath/vendor/github.com/jmespath/go-jmespath \ - json-iterator:go:v1.1.10:json_iterator_go/vendor/github.com/json-iterator/go \ + json-iterator:go:v1.1.11:json_iterator_go/vendor/github.com/json-iterator/go \ jstemmer:go-junit-report:v0.9.1:jstemmer_go_junit_report/vendor/github.com/jstemmer/go-junit-report \ karlseguin:ccache:v2.0.3:karlseguin_ccache/vendor/github.com/karlseguin/ccache \ karlseguin:ccache:v2.0.7:karlseguin_ccache_v2/vendor/github.com/karlseguin/ccache/v2 \ karlseguin:expect:v1.0.1:karlseguin_expect/vendor/gopkg.in/karlseguin/expect.v1 \ + kballard:go-shellquote:95032a82bc51:kballard_go_shellquote/vendor/github.com/kballard/go-shellquote \ klauspost:compress:v1.10.9:klauspost_compress/vendor/github.com/klauspost/compress \ klauspost:cpuid:v1.2.1:klauspost_cpuid/vendor/github.com/klauspost/cpuid \ klauspost:crc32:v1.2.0:klauspost_crc32/vendor/github.com/klauspost/crc32 \ klauspost:reedsolomon:v1.9.2:klauspost_reedsolomon/vendor/github.com/klauspost/reedsolomon \ - konsorten:go-windows-terminal-sequences:v1.0.2:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ + konsorten:go-windows-terminal-sequences:v1.0.3:konsorten_go_windows_terminal_sequences/vendor/github.com/konsorten/go-windows-terminal-sequences \ kurin:blazer:v0.5.3:kurin_blazer/vendor/github.com/kurin/blazer \ lib:pq:v1.10.0:lib_pq/vendor/github.com/lib/pq \ lunixbochs:vtclean:v1.0.0:lunixbochs_vtclean/vendor/github.com/lunixbochs/vtclean \ @@ -105,6 +105,7 @@ GH_TUPLE= \ mailru:easyjson:v0.7.1:mailru_easyjson/vendor/github.com/mailru/easyjson \ mattn:go-colorable:v0.1.2:mattn_go_colorable/vendor/github.com/mattn/go-colorable \ mattn:go-ieproxy:v0.0.1:mattn_go_ieproxy/vendor/github.com/mattn/go-ieproxy \ + mattn:go-isatty:v0.0.12:mattn_go_isatty/vendor/github.com/mattn/go-isatty \ mattn:go-runewidth:v0.0.4:mattn_go_runewidth/vendor/github.com/mattn/go-runewidth \ matttproud:golang_protobuf_extensions:v1.0.1:matttproud_golang_protobuf_extensions/vendor/github.com/matttproud/golang_protobuf_extensions \ mitchellh:mapstructure:v1.1.2:mitchellh_mapstructure/vendor/github.com/mitchellh/mapstructure \ @@ -122,15 +123,17 @@ GH_TUPLE= \ pierrec:lz4:v2.2.7:pierrec_lz4/vendor/github.com/pierrec/lz4 \ pkg:errors:v0.9.1:pkg_errors/vendor/github.com/pkg/errors \ pmezard:go-difflib:v1.0.0:pmezard_go_difflib/vendor/github.com/pmezard/go-difflib \ - prometheus:client_golang:v1.3.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ - prometheus:client_model:v0.1.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ - prometheus:common:v0.7.0:prometheus_common/vendor/github.com/prometheus/common \ - prometheus:procfs:v0.0.8:prometheus_procfs/vendor/github.com/prometheus/procfs \ - protocolbuffers:protobuf-go:v1.24.0:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ + pquerna:cachecontrol:v0.1.0:pquerna_cachecontrol/vendor/github.com/pquerna/cachecontrol \ + prometheus:client_golang:v1.11.0:prometheus_client_golang/vendor/github.com/prometheus/client_golang \ + prometheus:client_model:v0.2.0:prometheus_client_model/vendor/github.com/prometheus/client_model \ + prometheus:common:v0.26.0:prometheus_common/vendor/github.com/prometheus/common \ + prometheus:procfs:v0.6.0:prometheus_procfs/vendor/github.com/prometheus/procfs \ + protocolbuffers:protobuf-go:v1.26.0-rc.1:protocolbuffers_protobuf_go/vendor/google.golang.org/protobuf \ rcrowley:go-metrics:cac0b30c2563:rcrowley_go_metrics/vendor/github.com/rcrowley/go-metrics \ - seaweedfs:fuse:v1.1.6:seaweedfs_fuse/vendor/github.com/seaweedfs/fuse \ + remyoudompheng:bigfft:eec4a21b6bb0:remyoudompheng_bigfft/vendor/github.com/remyoudompheng/bigfft \ + seaweedfs:fuse:v1.1.7:seaweedfs_fuse/vendor/github.com/seaweedfs/fuse \ seaweedfs:goexif:v1.0.2:seaweedfs_goexif/vendor/github.com/seaweedfs/goexif \ - sirupsen:logrus:v1.5.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ + sirupsen:logrus:v1.6.0:sirupsen_logrus/vendor/github.com/sirupsen/logrus \ skip2:go-qrcode:da1b6568686e:skip2_go_qrcode/vendor/github.com/skip2/go-qrcode \ spaolacci:murmur3:v1.1.0:spaolacci_murmur3/vendor/github.com/spaolacci/murmur3 \ spf13:afero:v1.3.1:spf13_afero/vendor/github.com/spf13/afero \ @@ -159,7 +162,17 @@ GH_TUPLE= \ xdg:scram:7eeb5667e42c:xdg_scram/vendor/github.com/xdg/scram \ xdg:stringprep:v1.0.0:xdg_stringprep/vendor/github.com/xdg/stringprep -GL_TUPLE= cznic:b:e2c6d3c5e5f25b4f5a667952d78e934528620d0f:cznic_b/vendor/modernc.org/b +GL_TUPLE= \ + cznic:b:e2c6d3c5e5f25b4f5a667952d78e934528620d0f:cznic_b/vendor/modernc.org/b \ + cznic:cc:276fcd8507b301b88f3c40ef8ac7a3ebfbb0d04c:cznic_cc/vendor/modernc.org/cc/v3 \ + cznic:ccgo:b1994ccffcb55b4b61537b41488b95ff0eced811:cznic_ccgo/vendor/modernc.org/ccgo/v3 \ + cznic:libc:0f6da017916bb160e9190cab21d7cb6b99cef6aa:cznic_libc/vendor/modernc.org/libc \ + cznic:mathutil:19b10d78032b3c42e8b92557729019b39392a1f6:cznic_mathutil/vendor/modernc.org/mathutil \ + cznic:memory:a54fc7a24ad7e54b9d97ed79970790befcf3d088:cznic_memory/vendor/modernc.org/memory \ + cznic:opt:e7b6288dd9a69c9c36a10a93d0bd007ba3dcb30f:cznic_opt/vendor/modernc.org/opt \ + cznic:sqlite:ac48e5985c522a47387ea750daef226d96dea31e:cznic_sqlite/vendor/modernc.org/sqlite \ + cznic:strutil:9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e:cznic_strutil/vendor/modernc.org/strutil \ + cznic:token:46658f20d51b8d0b6c4c551c363c8510c30c2a72:cznic_token/vendor/modernc.org/token post-extract: @${RM} -r ${WRKSRC}/vendor/cloud.google.com/go/pubsub diff --git a/net/seaweedfs/distinfo b/net/seaweedfs/distinfo index ca5cebff04a..03014b05de2 100644 --- a/net/seaweedfs/distinfo +++ b/net/seaweedfs/distinfo @@ -1,8 +1,6 @@ -TIMESTAMP = 1622454744 -SHA256 (chrislusf-seaweedfs-2.49_GH0.tar.gz) = c4fce361f30098aa289d623a6a2feb5edd94af0414ba60aab2c35d3c8a640d58 -SIZE (chrislusf-seaweedfs-2.49_GH0.tar.gz) = 26322363 -SHA256 (Azure-azure-amqp-common-go-v2.1.0_GH0.tar.gz) = 69850dadedbb125f70e45aae86c186b88deac4edec135d12aca2a460230adc4e -SIZE (Azure-azure-amqp-common-go-v2.1.0_GH0.tar.gz) = 19256 +TIMESTAMP = 1624524944 +SHA256 (chrislusf-seaweedfs-2.55_GH0.tar.gz) = 16a3b0b52c4651025c4da2d69d89f356a1d4e07fdaf5d170eea1e34756d305c5 +SIZE (chrislusf-seaweedfs-2.55_GH0.tar.gz) = 26423167 SHA256 (Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7 @@ -109,26 +107,26 @@ SHA256 (golang-net-c7110b5ffcbb_GH0.tar.gz) = 605f6a51c193b119a568c40151f74ec8a4 SIZE (golang-net-c7110b5ffcbb_GH0.tar.gz) = 1248997 SHA256 (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 28b3a51a8bd90beb5952d1080218ea238127edfe9455ad48921989619ff918a8 SIZE (golang-oauth2-bf48bf16ab8d_GH0.tar.gz) = 47016 -SHA256 (golang-protobuf-v1.4.2_GH0.tar.gz) = a1e486b3ed6f502c43e10cb28bde4e8f020a420ef9958d3fbe61801492c07c87 -SIZE (golang-protobuf-v1.4.2_GH0.tar.gz) = 171778 +SHA256 (golang-protobuf-v1.4.3_GH0.tar.gz) = 5736f943f8647362f5559689df6154f3c85d261fb088867c8a68494e2a767610 +SIZE (golang-protobuf-v1.4.3_GH0.tar.gz) = 171969 SHA256 (golang-snappy-v0.0.1_GH0.tar.gz) = b1d97f47fcb61cb0cdd54bc424eda980c47838effb0ec9e322506514a50fee85 SIZE (golang-snappy-v0.0.1_GH0.tar.gz) = 62605 -SHA256 (golang-sync-30421366ff76_GH0.tar.gz) = 435965428b55bc910395404a5abf21c3ca550187332f91b7eeabe0749fe4aa48 -SIZE (golang-sync-30421366ff76_GH0.tar.gz) = 18966 -SHA256 (golang-sys-fb209a7c41cd_GH0.tar.gz) = ee15b63e3a42001774c8e70ab0933db005e5e57886c9991d93a02977020529d2 -SIZE (golang-sys-fb209a7c41cd_GH0.tar.gz) = 1072084 +SHA256 (golang-sync-09787c993a3a_GH0.tar.gz) = e533f53d11330b61d7e9bcbec255699992ab47636f1b45403db6f9b09c3d0aba +SIZE (golang-sync-09787c993a3a_GH0.tar.gz) = 18734 +SHA256 (golang-sys-ebe580a85c40_GH0.tar.gz) = b70e2301ad08c3ae255b004b8160f866798b95c0c1f88f12641343ed81ce523b +SIZE (golang-sys-ebe580a85c40_GH0.tar.gz) = 1197502 SHA256 (golang-text-v0.3.3_GH0.tar.gz) = 1604233637e3593749fbbb13b5069b08e6feba6d2b55a02fd3148793d5871185 SIZE (golang-text-v0.3.3_GH0.tar.gz) = 7747332 -SHA256 (golang-tools-1b747fd94509_GH0.tar.gz) = 0b10b9f481c7a02a273cd27d695302c93c0f00cded5fbcce858995b328b2bae3 -SIZE (golang-tools-1b747fd94509_GH0.tar.gz) = 2469793 -SHA256 (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 54bb4d99e6cba2e3e5331d064f46640cc01a0e630ee6a684ae810bd94a7e4eb7 -SIZE (golang-xerrors-9bdfabe68543_GH0.tar.gz) = 13657 +SHA256 (golang-tools-2c860bdd6e78_GH0.tar.gz) = f8dfcb2c1b14d5f0919457d4ee4518d7fbb5d6e42dbe899533a2ae191aeb2f62 +SIZE (golang-tools-2c860bdd6e78_GH0.tar.gz) = 2636230 +SHA256 (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 71975d658357e170fd6a41f92539cde8b39c9cd8bfe5931b6311bc5f5c0da0d7 +SIZE (golang-xerrors-5ec99f83aff1_GH0.tar.gz) = 13664 SHA256 (google-btree-v1.0.0_GH0.tar.gz) = 9f53e0e1330a4dbe92100d516606791f7196bf828ba93d693ef4d5c1cbd5fe30 SIZE (google-btree-v1.0.0_GH0.tar.gz) = 15292 SHA256 (google-go-cloud-v0.20.0_GH0.tar.gz) = 5ed8b30a7e7582429e1775e5981f8188e105707d37845b393033af7d0b05da4b SIZE (google-go-cloud-v0.20.0_GH0.tar.gz) = 2579757 -SHA256 (google-go-cmp-v0.5.4_GH0.tar.gz) = 1e4a881d0bc4974107218d08834e2815f634a8bd9b76633fd30ace36d8a6c72b -SIZE (google-go-cmp-v0.5.4_GH0.tar.gz) = 101019 +SHA256 (google-go-cmp-v0.5.5_GH0.tar.gz) = 8f1a0041f484812ae219e7548a13d5269c947cfcdea6031d40cdc85cd0663b3e +SIZE (google-go-cmp-v0.5.5_GH0.tar.gz) = 102358 SHA256 (google-go-genproto-7c474a2e3482_GH0.tar.gz) = a08cbffb9935b7f7b9714ee461c8b5c4fbabb3a30f7d8d7ebd24b9c06e6fd183 SIZE (google-go-genproto-7c474a2e3482_GH0.tar.gz) = 9301769 SHA256 (google-uuid-v1.1.1_GH0.tar.gz) = bebd4b0b4ea152a9793615ef23c83f688876d8c284a2092264d20a4bf4ffc423 @@ -179,8 +177,8 @@ SHA256 (jinzhu-copier-v0.2.8_GH0.tar.gz) = 162054bbf61af3e1d4524a216d1cec600e011 SIZE (jinzhu-copier-v0.2.8_GH0.tar.gz) = 11789 SHA256 (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = aa86d00b6836345eee196c13df2df084a18e0b1159935de9289f2ef6a7fe375d SIZE (jmespath-go-jmespath-v0.4.0_GH0.tar.gz) = 128861 -SHA256 (json-iterator-go-v1.1.10_GH0.tar.gz) = 15e761079f413a9edcf86ea628998e328c12aaed92af462363191fa76e9809a6 -SIZE (json-iterator-go-v1.1.10_GH0.tar.gz) = 83384 +SHA256 (json-iterator-go-v1.1.11_GH0.tar.gz) = 19d0d56ac18a052867360b10201bad614c7b31a3edf2041a331c28860920b932 +SIZE (json-iterator-go-v1.1.11_GH0.tar.gz) = 84401 SHA256 (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 4999e6d8feefe5b89eb9c2b3845a3c0ecdb6f0b0ba4e9785567a43f8952fff15 SIZE (jstemmer-go-junit-report-v0.9.1_GH0.tar.gz) = 17764 SHA256 (karlseguin-ccache-v2.0.3_GH0.tar.gz) = 88af2aba89760fe2de218c51a87cfcc79c8029276888c99fd8aade47c7f0b80c @@ -189,6 +187,8 @@ SHA256 (karlseguin-ccache-v2.0.7_GH0.tar.gz) = e595ca294129ae6fad90d8930b6c2aacb SIZE (karlseguin-ccache-v2.0.7_GH0.tar.gz) = 15755 SHA256 (karlseguin-expect-v1.0.1_GH0.tar.gz) = cb3172246cabaa4435355d6d4682dd9aafe04a31e3b6e1f4427df092915eb957 SIZE (karlseguin-expect-v1.0.1_GH0.tar.gz) = 13468 +SHA256 (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = dde336eb697f7f9c26cf6d1467f75b6cf559262c1b0b110d28fff29790f76bc5 +SIZE (kballard-go-shellquote-95032a82bc51_GH0.tar.gz) = 4328 SHA256 (klauspost-compress-v1.10.9_GH0.tar.gz) = 87788e8992c40995ef15f6219c02a5f89a284f633f01a549742cbffce9a23a75 SIZE (klauspost-compress-v1.10.9_GH0.tar.gz) = 18151622 SHA256 (klauspost-cpuid-v1.2.1_GH0.tar.gz) = fd66be8517ba837d0f582ad095d2e42e7464c08ef2a3eaffa3bf83330223fa92 @@ -197,8 +197,8 @@ SHA256 (klauspost-crc32-v1.2.0_GH0.tar.gz) = 17823a226db7ffaecaac664822a736677d4 SIZE (klauspost-crc32-v1.2.0_GH0.tar.gz) = 16164 SHA256 (klauspost-reedsolomon-v1.9.2_GH0.tar.gz) = 066d8110b77cf8568f03042fbf8f8fd9f803625b0e36f1bf7c898b975a3a04df SIZE (klauspost-reedsolomon-v1.9.2_GH0.tar.gz) = 159450 -SHA256 (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = e61f6422c7d1222c4c642b9134e5a4576a89ff651ef947487faa8ef33b6b4cfe -SIZE (konsorten-go-windows-terminal-sequences-v1.0.2_GH0.tar.gz) = 1987 +SHA256 (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 0fe1169bb05476f0a3270866cdd9b39b7986a1dce556f6508046ac5f0c5ad8f3 +SIZE (konsorten-go-windows-terminal-sequences-v1.0.3_GH0.tar.gz) = 1983 SHA256 (kurin-blazer-v0.5.3_GH0.tar.gz) = 845a28eb11c3ee746495350aa56035086280f99870b552bbb5be80db59358869 SIZE (kurin-blazer-v0.5.3_GH0.tar.gz) = 86965 SHA256 (lib-pq-v1.10.0_GH0.tar.gz) = 1990027d230f36135b90f116f3e0edefa5062778108b124c16af142d2e1bf489 @@ -213,6 +213,8 @@ SHA256 (mattn-go-colorable-v0.1.2_GH0.tar.gz) = a7189bd9005c571303b117261955ce53 SIZE (mattn-go-colorable-v0.1.2_GH0.tar.gz) = 8518 SHA256 (mattn-go-ieproxy-v0.0.1_GH0.tar.gz) = 26cc1f0d9ba19556cd91e0d4ed07ba2042eacd07c5b9aec082f7a77e2ef1fa28 SIZE (mattn-go-ieproxy-v0.0.1_GH0.tar.gz) = 9090 +SHA256 (mattn-go-isatty-v0.0.12_GH0.tar.gz) = addbdc341d7685ed4cc8d2d8a8fd2bd9b784bde00d0ea99fb251039fc10c611c +SIZE (mattn-go-isatty-v0.0.12_GH0.tar.gz) = 4548 SHA256 (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 1973c2de25bc69c3786a00e8118f4d22aa0d040bdfe46c8c8c30419b23e53dfe SIZE (mattn-go-runewidth-v0.0.4_GH0.tar.gz) = 19827 SHA256 (matttproud-golang_protobuf_extensions-v1.0.1_GH0.tar.gz) = 2def0ee6f6b12b1efc0e3007d89f598608a072610e805c3655ea9d13c3ead49b @@ -247,24 +249,28 @@ SHA256 (pkg-errors-v0.9.1_GH0.tar.gz) = 56bfd893023daa498508bfe161de1be83299fcf1 SIZE (pkg-errors-v0.9.1_GH0.tar.gz) = 13415 SHA256 (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 28f3dc1b5c0efd61203ab07233f774740d3bf08da4d8153fb5310db6cea0ebda SIZE (pmezard-go-difflib-v1.0.0_GH0.tar.gz) = 11398 -SHA256 (prometheus-client_golang-v1.3.0_GH0.tar.gz) = 7ef44644c24178b650f88930f33ee42758393e657de5d37390f42cb64f894010 -SIZE (prometheus-client_golang-v1.3.0_GH0.tar.gz) = 143932 -SHA256 (prometheus-client_model-v0.1.0_GH0.tar.gz) = 6d5b240f7d53765179b84e8f1361d8cd8963b842f70dd1dbce250e8a45f12bdb -SIZE (prometheus-client_model-v0.1.0_GH0.tar.gz) = 10520 -SHA256 (prometheus-common-v0.7.0_GH0.tar.gz) = 71b1dce2afd959f9fcab3b5e097dfa9d398a61749851d290114746a3f8f119ae -SIZE (prometheus-common-v0.7.0_GH0.tar.gz) = 100520 -SHA256 (prometheus-procfs-v0.0.8_GH0.tar.gz) = 1c26c8b86a9b1902684f860f94d0bf4b94abcc570e456bf9a74d1c9d83643872 -SIZE (prometheus-procfs-v0.0.8_GH0.tar.gz) = 126299 -SHA256 (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 318e54ee12d09e9c76fc11cf85f6297360e6444b74a6a7882450501bb952ba56 -SIZE (protocolbuffers-protobuf-go-v1.24.0_GH0.tar.gz) = 1227640 +SHA256 (pquerna-cachecontrol-v0.1.0_GH0.tar.gz) = c6263cea4ae8adcf1f8441a9b4acdd236875ef2d95e3db3654edf3f685e7ff77 +SIZE (pquerna-cachecontrol-v0.1.0_GH0.tar.gz) = 19867 +SHA256 (prometheus-client_golang-v1.11.0_GH0.tar.gz) = a3bc3312bde4182e507042ca0e7ca88aac6656bbf8d516d732e34c3f14bb612a +SIZE (prometheus-client_golang-v1.11.0_GH0.tar.gz) = 168706 +SHA256 (prometheus-client_model-v0.2.0_GH0.tar.gz) = 4ab1be9cdfa702d7f49beeb09a256bcc6a2aad55e8a0a37e7732a46934264e12 +SIZE (prometheus-client_model-v0.2.0_GH0.tar.gz) = 10986 +SHA256 (prometheus-common-v0.26.0_GH0.tar.gz) = 35cfd6f896655c848042802652394cc9da57ef01437f0d78bffb85a467f62a1b +SIZE (prometheus-common-v0.26.0_GH0.tar.gz) = 116907 +SHA256 (prometheus-procfs-v0.6.0_GH0.tar.gz) = 6ad7a23cf4db9fa5dbf2c5d8fbd0fbf5ffe48e3ddb7bf15f9359813d764ce73c +SIZE (prometheus-procfs-v0.6.0_GH0.tar.gz) = 169898 +SHA256 (protocolbuffers-protobuf-go-v1.26.0-rc.1_GH0.tar.gz) = a2b3581fb291ffdfe080cc16eb7b0b13295105a441fc0554a105368b7e208e66 +SIZE (protocolbuffers-protobuf-go-v1.26.0-rc.1_GH0.tar.gz) = 1270311 SHA256 (rcrowley-go-metrics-cac0b30c2563_GH0.tar.gz) = d509efdc86ad876288937eeec07ac73c0d72a65dbf507984a40f927aac5e91cc SIZE (rcrowley-go-metrics-cac0b30c2563_GH0.tar.gz) = 37569 -SHA256 (seaweedfs-fuse-v1.1.6_GH0.tar.gz) = 25647c3165cd4b991d88dff620613692ad00aae63c0a68a2e854d3e42e91b701 -SIZE (seaweedfs-fuse-v1.1.6_GH0.tar.gz) = 196245 +SHA256 (remyoudompheng-bigfft-eec4a21b6bb0_GH0.tar.gz) = b04eb9db5a31247c959ada829f83ee421a64824a6328c6b566d51e91b0817f82 +SIZE (remyoudompheng-bigfft-eec4a21b6bb0_GH0.tar.gz) = 14904 +SHA256 (seaweedfs-fuse-v1.1.7_GH0.tar.gz) = a7fc706bdc526f7b2cd311ebb3c3609015fde812461b82e9408fde8359dceb51 +SIZE (seaweedfs-fuse-v1.1.7_GH0.tar.gz) = 197114 SHA256 (seaweedfs-goexif-v1.0.2_GH0.tar.gz) = 50de2a2f9ee3ba6503b69bcf310a01dcfde87ff5cf52a9d8ac3de40204040482 SIZE (seaweedfs-goexif-v1.0.2_GH0.tar.gz) = 936177 -SHA256 (sirupsen-logrus-v1.5.0_GH0.tar.gz) = b93c79fdb137a8c723bd096cf7cf1871e2c038e790d7f3cb5758e07bc2b836f3 -SIZE (sirupsen-logrus-v1.5.0_GH0.tar.gz) = 45329 +SHA256 (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 536151aa2fed39e2b74925f81c8cd31f0c02c013881ba2d30982731d12424ed0 +SIZE (sirupsen-logrus-v1.6.0_GH0.tar.gz) = 45748 SHA256 (skip2-go-qrcode-da1b6568686e_GH0.tar.gz) = af179c37da861a43242fb4383186724b34866d7b5bd3e54ca44031a2b9f92046 SIZE (skip2-go-qrcode-da1b6568686e_GH0.tar.gz) = 36693 SHA256 (spaolacci-murmur3-v1.1.0_GH0.tar.gz) = 73e99fdaadf177427cefb2aff93e4c35d8b1fcf20a4eac6feab73b5d55a9d243 @@ -321,3 +327,21 @@ SHA256 (xdg-stringprep-v1.0.0_GH0.tar.gz) = 6d2a1dd2a5f6a5d74d9ecd74c4812cadca7a SIZE (xdg-stringprep-v1.0.0_GH0.tar.gz) = 28567 SHA256 (cznic-b-e2c6d3c5e5f25b4f5a667952d78e934528620d0f_GL0.tar.gz) = 1af738a13b170839dc0f3578769a61e8a7f0b6b87a1a5a7538519862850f64f1 SIZE (cznic-b-e2c6d3c5e5f25b4f5a667952d78e934528620d0f_GL0.tar.gz) = 19188 +SHA256 (cznic-cc-276fcd8507b301b88f3c40ef8ac7a3ebfbb0d04c_GL0.tar.gz) = 00ba7547a4f2283be5dc5150b27363aac12bc8da773781cf4b85f595d2af5eb7 +SIZE (cznic-cc-276fcd8507b301b88f3c40ef8ac7a3ebfbb0d04c_GL0.tar.gz) = 16268861 +SHA256 (cznic-ccgo-b1994ccffcb55b4b61537b41488b95ff0eced811_GL0.tar.gz) = 74aaae5d318e8b333e9f33b0b0da49c7f7af891763b1179089539c9a09b60728 +SIZE (cznic-ccgo-b1994ccffcb55b4b61537b41488b95ff0eced811_GL0.tar.gz) = 25886466 +SHA256 (cznic-libc-0f6da017916bb160e9190cab21d7cb6b99cef6aa_GL0.tar.gz) = 6632ed6384bf14e4b4337cf0bccff2ac0fd354ece64081436b7da5b0f47d2e74 +SIZE (cznic-libc-0f6da017916bb160e9190cab21d7cb6b99cef6aa_GL0.tar.gz) = 2926697 +SHA256 (cznic-mathutil-19b10d78032b3c42e8b92557729019b39392a1f6_GL0.tar.gz) = a532a5759b724413771bce108e9e4ae474b267f12b6266ff2b28fe4745b2fbf1 +SIZE (cznic-mathutil-19b10d78032b3c42e8b92557729019b39392a1f6_GL0.tar.gz) = 120798 +SHA256 (cznic-memory-a54fc7a24ad7e54b9d97ed79970790befcf3d088_GL0.tar.gz) = 181cdd3c60953c8107db4b6ed47c3ac7d3ec85af55dfd3d4151407ce1b24395f +SIZE (cznic-memory-a54fc7a24ad7e54b9d97ed79970790befcf3d088_GL0.tar.gz) = 9933 +SHA256 (cznic-opt-e7b6288dd9a69c9c36a10a93d0bd007ba3dcb30f_GL0.tar.gz) = 673c3b075fab8a18abb100787fedf2f57f778a866b421c663620e25a82876767 +SIZE (cznic-opt-e7b6288dd9a69c9c36a10a93d0bd007ba3dcb30f_GL0.tar.gz) = 4080 +SHA256 (cznic-sqlite-ac48e5985c522a47387ea750daef226d96dea31e_GL0.tar.gz) = 34c4c2c42bce518375a9fb41aef909a79dbdb6e6809c15720d94c0bcd5d3e792 +SIZE (cznic-sqlite-ac48e5985c522a47387ea750daef226d96dea31e_GL0.tar.gz) = 41719925 +SHA256 (cznic-strutil-9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e_GL0.tar.gz) = 2f186cf2178dad7fba87abca12291f184546c1bbf786fb09e5a64e5ed11b6503 +SIZE (cznic-strutil-9654ad6deeb404d1ca68c1d66d008bbaf3e2c50e_GL0.tar.gz) = 9481 +SHA256 (cznic-token-46658f20d51b8d0b6c4c551c363c8510c30c2a72_GL0.tar.gz) = abaca2038509e348745324a656632188853a721e770600a222f7ec6de5f2052f +SIZE (cznic-token-46658f20d51b8d0b6c4c551c363c8510c30c2a72_GL0.tar.gz) = 5435 diff --git a/net/tigervnc-server/Makefile b/net/tigervnc-server/Makefile index baba9aba60b..fc6dba57aab 100644 --- a/net/tigervnc-server/Makefile +++ b/net/tigervnc-server/Makefile @@ -1,4 +1,4 @@ -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= -server COMMENT= TigerVNC Server @@ -91,6 +91,6 @@ CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" .endif # keep in sync with all platforms where libunwind is available -.if (${ARCH} == amd64 || ${ARCH} == i386) +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/net/traefik/Makefile b/net/traefik/Makefile index 6e7e24ba4da..e0837faf7fd 100644 --- a/net/traefik/Makefile +++ b/net/traefik/Makefile @@ -1,5 +1,5 @@ PORTNAME= traefik -PORTVERSION= 2.4.8 +PORTVERSION= 2.4.9 CATEGORIES= net MASTER_SITES= LOCAL/riggs/${PORTNAME} diff --git a/net/traefik/distinfo b/net/traefik/distinfo index 1b0ffca88f1..5c3071f06bd 100644 --- a/net/traefik/distinfo +++ b/net/traefik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616910169 -SHA256 (traefik-2.4.8.tar.xz) = d64e19711c6f1878fd9c92e0c59f7d7611af1b7fe78b7b9f3205257cece978ff -SIZE (traefik-2.4.8.tar.xz) = 14637956 +TIMESTAMP = 1624866766 +SHA256 (traefik-2.4.9.tar.xz) = 2cd9709bfcd35fee37c64cb95a8533d3db59f351ddebc1bd99796209224a79a4 +SIZE (traefik-2.4.9.tar.xz) = 14751864 diff --git a/net/unison/Makefile b/net/unison/Makefile index 4636ba360cb..fae2fb6b164 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,7 +1,7 @@ # Created by: Dan Pelleg PORTNAME= unison -PORTVERSION= 2.51.3 +PORTVERSION= 2.51.4 DISTVERSIONPREFIX= v CATEGORIES= net @@ -21,7 +21,8 @@ x11_CONFLICTS_INSTALL= unison-nox11 x11_BUILD_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 \ icotool:graphics/icoutils x11_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libfreetype.so:print/freetype2 + libfreetype.so:print/freetype2 \ + libharfbuzz.so:print/harfbuzz x11_RUN_DEPENDS= lablgtk2:x11-toolkits/ocaml-lablgtk2 PLIST_SUB= PORTVERSION=${PORTVERSION} @@ -36,7 +37,7 @@ ALL_TARGET= unison all USE_GITHUB= yes GH_ACCOUNT= bcpierce00 -DOCS= BUGS.txt NEWS README +DOCS= NEWS README OPTIONS_DEFINE= DOCS FSMONITOR OPTIONS_DEFAULT?= FSMONITOR diff --git a/net/unison/distinfo b/net/unison/distinfo index 89b636be922..8bd73522358 100644 --- a/net/unison/distinfo +++ b/net/unison/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1603288220 -SHA256 (bcpierce00-unison-v2.51.3_GH0.tar.gz) = 0c287d17f52729440b2bdc28edf4d19b2d5ea5869983d78e780d501c5866914b -SIZE (bcpierce00-unison-v2.51.3_GH0.tar.gz) = 1370060 +TIMESTAMP = 1624546842 +SHA256 (bcpierce00-unison-v2.51.4_GH0.tar.gz) = d1ecc7581aaf2ed0f3403d4960f468acd7b9f1d92838a17c96e6d1df79b802d5 +SIZE (bcpierce00-unison-v2.51.4_GH0.tar.gz) = 1371579 diff --git a/net/unison/files/patch-Makefile.OCaml b/net/unison/files/patch-Makefile.OCaml index 3e91ae29876..45859e189c5 100644 --- a/net/unison/files/patch-Makefile.OCaml +++ b/net/unison/files/patch-Makefile.OCaml @@ -1,6 +1,6 @@ ---- Makefile.OCaml.orig 2017-03-23 16:39:49 UTC +--- Makefile.OCaml.orig 2021-06-23 14:30:30 UTC +++ Makefile.OCaml -@@ -32,7 +32,11 @@ ifeq ($(shell uname),OpenBSD) +@@ -34,7 +34,11 @@ ifeq ($(shell uname),OpenBSD) else ifeq ($(shell uname),NetBSD) OSARCH=NetBSD @@ -12,21 +12,22 @@ ifeq ($(shell uname),Linux) OSARCH=Linux endif -@@ -311,6 +315,10 @@ ifeq ($(OSARCH),Linux) - -include fsmonitor/linux/Makefile src/fsmonitor/linux/Makefile +@@ -290,6 +294,11 @@ ifeq ($(OSARCH),Linux) + INCLFLAGS+=-I fsmonitor -I fsmonitor/linux endif +ifeq ($(OSARCH),FreeBSD) +-include fsmonitor/linux/Makefile src/fsmonitor/linux/Makefile ++INCLFLAGS+=-I fsmonitor -I fsmonitor/linux +endif + - ifeq ($(OSARCH),win32gnuc) - -include fsmonitor/windows/Makefile src/fsmonitor/windows/Makefile - endif -@@ -436,7 +444,7 @@ win32rc/unison.res.lib: win32rc/unison.res + ifeq ($(OSARCH),solaris) + -include fsmonitor/solaris/Makefile src/fsmonitor/solaris/Makefile + INCLFLAGS+=-I fsmonitor -I fsmonitor/solaris +@@ -432,7 +441,7 @@ fswatch.cmi : ubase/prefs.cmi %.o %.obj: %.c - @echo "$(OCAMLOPT): $< ---> $@" + @echo "$(CAMLC): $< ---> $@" - $(CAMLC) $(CAMLFLAGS) -ccopt $(OUTPUT_SEL)$(CWD)/$@ -c $(CWD)/$< + $(CAMLC) $(CAMLFLAGS) -ccopt $(OUTPUT_SEL)$(CWD)/$@ -c $(CFLAGS) $(CWD)/$< diff --git a/net/unison/files/patch-fsmonitor_linux_inotify__stubs.c b/net/unison/files/patch-fsmonitor_linux_inotify__stubs.c deleted file mode 100644 index fa0be0ade53..00000000000 --- a/net/unison/files/patch-fsmonitor_linux_inotify__stubs.c +++ /dev/null @@ -1,17 +0,0 @@ ---- fsmonitor/linux/inotify_stubs.c.orig 2017-03-23 16:25:03 UTC -+++ fsmonitor/linux/inotify_stubs.c -@@ -27,9 +27,13 @@ - #include - #include - -+#include -+ -+#if !defined(__FreeBSD__) - #include -+#endif - --#if __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 4 -+#if (__GLIBC__ >= 2 && __GLIBC_MINOR__ >= 4) || defined(__FreeBSD__) - #define GLIBC_SUPPORT_INOTIFY 1 - #else - #define GLIBC_SUPPORT_INOTIFY 0 diff --git a/net/unison/pkg-plist b/net/unison/pkg-plist index 9712bef013c..65166904f17 100644 --- a/net/unison/pkg-plist +++ b/net/unison/pkg-plist @@ -3,6 +3,5 @@ bin/unison %%X11%%share/applications/unison.desktop %%X11%%bin/unison-text %%X11%%share/pixmaps/unison.png -%%PORTDOCS%%%%DOCSDIR%%/BUGS.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 6a05aa3b6fa..c80871c7f5d 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,6 @@ PORTNAME= wangle DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/wangle/distinfo b/net/wangle/distinfo index cc9cce20ee1..52684763086 100644 --- a/net/wangle/distinfo +++ b/net/wangle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779439 -SHA256 (facebook-wangle-v2021.06.14.00_GH0.tar.gz) = 29444e48ab3563977468e91cfb8d6964e846cb4dd74f548eaa4153f3dce3343a -SIZE (facebook-wangle-v2021.06.14.00_GH0.tar.gz) = 336214 +TIMESTAMP = 1624773442 +SHA256 (facebook-wangle-v2021.06.21.00_GH0.tar.gz) = bc186defb4c3ca5ed00d54b86432f95c39f2c44d6ff077827fee38810b041977 +SIZE (facebook-wangle-v2021.06.21.00_GH0.tar.gz) = 336210 diff --git a/net/x2goclient-cli/Makefile b/net/x2goclient-cli/Makefile index 9c851811a7c..641d79a7647 100644 --- a/net/x2goclient-cli/Makefile +++ b/net/x2goclient-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= x2goclient-cli DISTVERSION= 3.0.1-1.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://x2go.obviously-nice.de/deb/pool-lenny/x2goclient-cli/ DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-Proc-Simple>=0:devel/p5-Proc-Simple \ p5-Term-ReadPassword>=0:devel/p5-Term-ReadPassword \ nxproxy:net/nxproxy \ - setsid:sysutils/ssid + setsid:sysutils/setsid USES= perl5 shebangfix SHEBANG_FILES= x2goclient-cli diff --git a/news/nzbget/Makefile b/news/nzbget/Makefile index cf99325a775..7cb3516fcab 100644 --- a/news/nzbget/Makefile +++ b/news/nzbget/Makefile @@ -1,9 +1,8 @@ # Created by: Lewis Thompson PORTNAME= nzbget -PORTVERSION= 21.0 +PORTVERSION= 21.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= news MAINTAINER= ports@FreeBSD.org @@ -13,9 +12,13 @@ LICENSE= GPLv2 LIB_DEPENDS= libxml2.so:textproc/libxml2 -USES= autoreconf compiler:c++14-lang gmake localbase ncurses pkgconfig shebangfix ssl +USES= autoreconf compiler:c++14-lang gmake localbase ncurses \ + pkgconfig python:build shebangfix ssl +USE_GITHUB= yes USE_RC_SUBR= nzbget +SHEBANG_FILES= scripts/*.py + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ --with-libcurses-libraries=${NCURSESLIB} \ @@ -25,26 +28,12 @@ CONFIGURE_ARGS= --with-libcurses-includes=${NCURSESINC} \ BINMODE= 0755 -SHEBANG_FILES= scripts/*.py SUB_FILES= pkg-message -USE_GITHUB= yes - -OPTIONS_DEFINE= 7Z DOCS OPTIMIZED_FLAGS PYTHON RAR -OPTIONS_DEFAULT= PAR PYTHON RAR 7Z -7Z_DESC= Support extraction of 7z archives +OPTIONS_DEFINE= DOCS OPTIMIZED_FLAGS OPTIMIZED_FLAGS_DESC= Enable optimized CPU instructions (SSE2/SSE3/NEON/etc) -PYTHON_DESC= Support for python post-processing scripts -RAR_DESC= Support extraction of rar archives - -7Z_RUN_DEPENDS= 7z:archivers/p7zip - OPTIMIZED_FLAGS_EXTRA_PATCHES_OFF= ${FILESDIR}/extra-disable-optimized-flags.patch -PYTHON_USES= python:run - -RAR_RUN_DEPENDS= unrar:archivers/unrar - .include .if (${ARCH} == "i386") diff --git a/news/nzbget/distinfo b/news/nzbget/distinfo index e8e87d6196e..e28cdd12165 100644 --- a/news/nzbget/distinfo +++ b/news/nzbget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1559757041 -SHA256 (nzbget-nzbget-v21.0_GH0.tar.gz) = c7d3ece53f9bf958011b05404bf4063d74bd73fc8140a63c334e9e767eff6d50 -SIZE (nzbget-nzbget-v21.0_GH0.tar.gz) = 2011852 +TIMESTAMP = 1623584109 +SHA256 (nzbget-nzbget-v21.1_GH0.tar.gz) = 79695ea503447f13911a9fe58d0ef3e860b2ff5d6fdfd351186ee5fda1ae8bdb +SIZE (nzbget-nzbget-v21.1_GH0.tar.gz) = 2011505 diff --git a/news/nzbget/files/nzbget.in b/news/nzbget/files/nzbget.in index b692c3889ad..ef661a5bd11 100644 --- a/news/nzbget/files/nzbget.in +++ b/news/nzbget/files/nzbget.in @@ -4,22 +4,34 @@ # REQUIRE: LOGIN # KEYWORD: shutdown # -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: +# Add the following lines to /etc/rc.conf to enable the nzbget daemon: # -# nzbget_enable (bool): Set to NO by default. -# Set it to YES to enable it. +# nzbget_enable="YES" +# +# Following additional settings are available: +# +# nzbget_user: user to run nzbget as (recommended) +# nzbget_conf: path to config if in a non-standard location (optional) + +command=%%PREFIX%%/bin/nzbget . /etc/rc.subr +load_rc_config nzbget + +nzbget_enable=${nzbget_enable:-NO} +nzbget_user=${nzbget_user:-root} +nzbget_conf=${nzbget_conf:+"-c $nzbget_conf"} + name=nzbget rcvar=nzbget_enable -load_rc_config ${name} +start_cmd="nzbget_cmd -D" +stop_cmd="nzbget_cmd -Q" +reload_cmd="nzbget_cmd -O" -: ${nzbget_enable:=NO} - -command=%%PREFIX%%/bin/nzbget -command_args="-D" +nzbget_cmd() { + /usr/bin/su -l $nzbget_user -c "exec $command $nzbget_conf $1" +} run_rc_command "$1" diff --git a/news/nzbget/files/pkg-message.in b/news/nzbget/files/pkg-message.in index e7f1bdf4aed..81330591b98 100644 --- a/news/nzbget/files/pkg-message.in +++ b/news/nzbget/files/pkg-message.in @@ -1,8 +1,8 @@ [ { type: install message: < diff --git a/science/afni/Makefile b/science/afni/Makefile index b3433e5b135..9ae0c9b76e3 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 21.1.13 +DISTVERSION= 21.1.16 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index 75a822e97c4..6282d73da22 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624376352 -SHA256 (afni-afni-AFNI_21.1.13_GH0.tar.gz) = 9d56db87133408b200b8feae043f116861828e5c27eb035e52693a0fc52b3155 -SIZE (afni-afni-AFNI_21.1.13_GH0.tar.gz) = 43765603 +TIMESTAMP = 1624524451 +SHA256 (afni-afni-AFNI_21.1.16_GH0.tar.gz) = f0789952fab74d6915f6b45d4a216a0ccb3b7e29a19f542566d53b5a1d74dbb9 +SIZE (afni-afni-AFNI_21.1.16_GH0.tar.gz) = 43767701 diff --git a/science/jmol/Makefile b/science/jmol/Makefile index cf82419ab8a..435ed868f61 100644 --- a/science/jmol/Makefile +++ b/science/jmol/Makefile @@ -1,7 +1,7 @@ # Created by: Wen heping PORTNAME= Jmol -DISTVERSION= 14.31.41 +DISTVERSION= 14.31.42 CATEGORIES= science java MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/Version%20${DISTVERSION:R}/${PORTNAME}%20${DISTVERSION}/ DISTFILES= ${PORTNAME}-${DISTVERSION}-full${EXTRACT_SUFX} diff --git a/science/jmol/distinfo b/science/jmol/distinfo index e88112e9901..28315893660 100644 --- a/science/jmol/distinfo +++ b/science/jmol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622619999 -SHA256 (Jmol-14.31.41-full.tar.gz) = 2f4a45aa9d00cd69a878c9e01a2c667949cd6b1bc39140456199381dd5954a17 -SIZE (Jmol-14.31.41-full.tar.gz) = 122656900 +TIMESTAMP = 1624780798 +SHA256 (Jmol-14.31.42-full.tar.gz) = 813b0a8c20b21ea1274723e2645b9afec10b2ce3b02c58ad993fd9fd08feeb7c +SIZE (Jmol-14.31.42-full.tar.gz) = 122928798 diff --git a/science/jmol/pkg-plist-jsmol b/science/jmol/pkg-plist-jsmol index 23e321d5e8b..9ca0fad1fe8 100644 --- a/science/jmol/pkg-plist-jsmol +++ b/science/jmol/pkg-plist-jsmol @@ -770,7 +770,9 @@ %%WWWDIR%%/j2s/JM/FF/UFFVDWCalc.js %%WWWDIR%%/j2s/JM/FF/data/MMFF94-smarts.txt %%WWWDIR%%/j2s/JM/FF/data/UFF.txt +%%WWWDIR%%/j2s/JM/FF/data/UFF_2d.txt %%WWWDIR%%/j2s/JM/FF/data/mmff94.par.txt +%%WWWDIR%%/j2s/JM/FF/data/mmff94_2d.par.txt %%WWWDIR%%/j2s/JM/Group.js %%WWWDIR%%/j2s/JM/HBond.js %%WWWDIR%%/j2s/JM/Helix.js diff --git a/science/opensph/Makefile b/science/opensph/Makefile index 0b1c96503a6..01c78d2e639 100644 --- a/science/opensph/Makefile +++ b/science/opensph/Makefile @@ -1,6 +1,5 @@ PORTNAME= OpenSPH -DISTVERSION= 0.3.4 -PORTREVISION= 4 +DISTVERSION= 0.3.5 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -18,7 +17,7 @@ USE_WX= 3.1 GL_SITE= https://gitlab.com GL_ACCOUNT= sevecekp GL_PROJECT= sph -GL_COMMIT= 76c4b601cf05303d4ff181699aa2f0da796eb096 # 0.3.4 + some relevant for port fixes +GL_COMMIT= da3692e99fac19bc512c8462b0492eabd2de33af QMAKE_SOURCE_PATH= ${WRKSRC}/sph.pro QMAKE_ARGS= CONFIG+=release diff --git a/science/opensph/distinfo b/science/opensph/distinfo index 9792f33bf67..6636166cb01 100644 --- a/science/opensph/distinfo +++ b/science/opensph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622429570 -SHA256 (sevecekp-sph-76c4b601cf05303d4ff181699aa2f0da796eb096_GL0.tar.gz) = 8f3bc1aa7ad413114498d7792dd26696e8b36eb0a82d5e609f9c9d3a36c02860 -SIZE (sevecekp-sph-76c4b601cf05303d4ff181699aa2f0da796eb096_GL0.tar.gz) = 26537021 +TIMESTAMP = 1624643149 +SHA256 (sevecekp-sph-da3692e99fac19bc512c8462b0492eabd2de33af_GL0.tar.gz) = 9e8da74a66ae16063294dd0ef23e5fbded8cd67e18ca4f0a753d2d5de1fc7060 +SIZE (sevecekp-sph-da3692e99fac19bc512c8462b0492eabd2de33af_GL0.tar.gz) = 26541002 diff --git a/science/py-ase/Makefile b/science/py-ase/Makefile index 341ef925d0c..29e19e0c80a 100644 --- a/science/py-ase/Makefile +++ b/science/py-ase/Makefile @@ -1,5 +1,5 @@ PORTNAME= ase -DISTVERSION= 3.21.1 +DISTVERSION= 3.22.0 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,8 @@ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER RUN_DEPENDS= ${PYNUMPY} \ - ${PYTHON_PKGNAMEPREFIX}matplotlib>=2.0.0:math/py-matplotlib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=0.18.1:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=3.1.0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.1.0:science/py-scipy@${PY_FLAVOR} \ nwchem:science/nwchem # optional dependencies: x11-toolkits/py-tkinter, www/py-flask (see https://wiki.fysik.dtu.dk/ase/install.html) diff --git a/science/py-ase/distinfo b/science/py-ase/distinfo index b13ff4644d1..8c0de839b95 100644 --- a/science/py-ase/distinfo +++ b/science/py-ase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611908809 -SHA256 (ase-3.21.1.tar.gz) = 78b01d88529d5f604e76bc64be102d48f058ca50faad72ac740d717545711c7b -SIZE (ase-3.21.1.tar.gz) = 1881734 +TIMESTAMP = 1624863388 +SHA256 (ase-3.22.0.tar.gz) = e60259c7b50867b1cb817caf938fcc1ed383702413df6d2e1afe7ea07f65acee +SIZE (ase-3.22.0.tar.gz) = 1908316 diff --git a/science/simgrid/Makefile b/science/simgrid/Makefile index 7fd9f9c7197..14b5bcd86dc 100644 --- a/science/simgrid/Makefile +++ b/science/simgrid/Makefile @@ -1,5 +1,6 @@ PORTNAME= SimGrid DISTVERSION= 3.27 +PORTREVISION= 1 CATEGORIES= science MAINTAINER= yuri@FreeBSD.org @@ -13,6 +14,7 @@ LIB_DEPENDS= libboost_context.so:devel/boost-libs \ ${LIB_DEPENDS_${ARCH}} LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind LIB_DEPENDS_amd64= libunwind.so:devel/libunwind +LIB_DEPENDS_armv7= libunwind.so:devel/libunwind LIB_DEPENDS_i386= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind diff --git a/science/thermofun/Makefile b/science/thermofun/Makefile index 63200eae4df..d266248378a 100644 --- a/science/thermofun/Makefile +++ b/science/thermofun/Makefile @@ -1,6 +1,6 @@ PORTNAME= thermofun DISTVERSIONPREFIX= v -DISTVERSION= 0.3.7 +DISTVERSION= 0.3.8 CATEGORIES= science # chemistry MAINTAINER= yuri@FreeBSD.org @@ -12,7 +12,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= nlohmann-json>0:devel/nlohmann-json USES= cmake compiler:c++14-lang -USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= thermohub diff --git a/science/thermofun/distinfo b/science/thermofun/distinfo index f9ea6a2a05c..73e12ed6355 100644 --- a/science/thermofun/distinfo +++ b/science/thermofun/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615323513 -SHA256 (thermohub-thermofun-v0.3.7_GH0.tar.gz) = 0cf7c9c09e83f56d6d0b43e1c57bc1e1595a6002e87cd2ccf3ec519f2be5323c -SIZE (thermohub-thermofun-v0.3.7_GH0.tar.gz) = 1269032 +TIMESTAMP = 1624919516 +SHA256 (thermohub-thermofun-v0.3.8_GH0.tar.gz) = 1daffed5ca3b6187548729da9884f63c76c02af4dd6cb7e649a898b016353c6f +SIZE (thermohub-thermofun-v0.3.8_GH0.tar.gz) = 1345154 diff --git a/security/Makefile b/security/Makefile index 03541ce3e90..d39b126493d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -7,6 +7,7 @@ SUBDIR += ADMsnmp SUBDIR += R-cran-ROAuth SUBDIR += R-cran-askpass + SUBDIR += R-cran-credentials SUBDIR += R-cran-digest SUBDIR += R-cran-gitcreds SUBDIR += R-cran-openssl diff --git a/security/R-cran-credentials/Makefile b/security/R-cran-credentials/Makefile new file mode 100644 index 00000000000..0b9af6d4b96 --- /dev/null +++ b/security/R-cran-credentials/Makefile @@ -0,0 +1,21 @@ +PORTNAME= credentials +DISTVERSION= 1.3.0 +CATEGORIES= security +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= jpbeconne@free.fr +COMMENT= Tools for Managing SSH and Git Credentials + +LICENSE= MIT + +CRAN_DEPENDS= R-cran-openssl>=1.3:security/R-cran-openssl \ + R-cran-sys>=2.1:devel/R-cran-sys \ + R-cran-curl>0:ftp/R-cran-curl \ + R-cran-jsonlite>0:converters/R-cran-jsonlite \ + R-cran-askpass>0:security/R-cran-askpass +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} + +USES= cran:auto-plist + +.include diff --git a/security/R-cran-credentials/distinfo b/security/R-cran-credentials/distinfo new file mode 100644 index 00000000000..2c72a465154 --- /dev/null +++ b/security/R-cran-credentials/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1623957877 +SHA256 (credentials_1.3.0.tar.gz) = c119ec26fd97b977c3b0cd1eb8fad3c59b84df6262c3adbf5ee9f3d6c9903ff1 +SIZE (credentials_1.3.0.tar.gz) = 230082 diff --git a/security/R-cran-credentials/pkg-descr b/security/R-cran-credentials/pkg-descr new file mode 100644 index 00000000000..27864898811 --- /dev/null +++ b/security/R-cran-credentials/pkg-descr @@ -0,0 +1,10 @@ +Setup and retrieve HTTPS and SSH credentials for use with 'git' +and other services. For HTTPS remotes the package interfaces +the 'git-credential' utility which 'git' uses to store HTTP +usernames and passwords. For SSH remotes we provide convenient +functions to find or generate appropriate SSH keys. The package +both helps the user to setup a local git installation, and also +provides a back-end for git/ssh client libraries to authenticate +with existing user credentials. + +WWW: https://docs.ropensci.org/credentials diff --git a/security/acmed/Makefile b/security/acmed/Makefile index 917e01557a5..60f01ae5cd4 100644 --- a/security/acmed/Makefile +++ b/security/acmed/Makefile @@ -1,7 +1,7 @@ PORTNAME= acmed DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security MAINTAINER= greg@unrelenting.technology diff --git a/security/acmed/files/patch-powerpc b/security/acmed/files/patch-powerpc new file mode 100644 index 00000000000..42b298e3eb6 --- /dev/null +++ b/security/acmed/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.79/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 57bddb1a31e..b9aa2e90902 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -1,7 +1,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.14.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org diff --git a/security/cloak/Makefile b/security/cloak/Makefile index 5d2306fc44f..1c223e43c7c 100644 --- a/security/cloak/Makefile +++ b/security/cloak/Makefile @@ -1,7 +1,7 @@ PORTNAME= cloak DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= security MAINTAINER= mikael@FreeBSD.org diff --git a/security/fizz/Makefile b/security/fizz/Makefile index 387372524a3..1cb4e91550b 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,6 @@ PORTNAME= fizz DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/fizz/distinfo b/security/fizz/distinfo index 1fc93a8b151..f998339a737 100644 --- a/security/fizz/distinfo +++ b/security/fizz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623779438 -SHA256 (facebookincubator-fizz-v2021.06.14.00_GH0.tar.gz) = fa93f69eac123620c7acaec01dfb31ff169069a06807f12d7e9329cbb1eaad81 -SIZE (facebookincubator-fizz-v2021.06.14.00_GH0.tar.gz) = 537571 +TIMESTAMP = 1624773440 +SHA256 (facebookincubator-fizz-v2021.06.21.00_GH0.tar.gz) = ba8a3a9bb5a037821308db25274a785c61bd7fa953f21be05766652bf1650ff3 +SIZE (facebookincubator-fizz-v2021.06.21.00_GH0.tar.gz) = 537584 diff --git a/security/gpg-tui/Makefile b/security/gpg-tui/Makefile index bda3881e41c..5a7e16f50f3 100644 --- a/security/gpg-tui/Makefile +++ b/security/gpg-tui/Makefile @@ -1,6 +1,6 @@ PORTNAME= gpg-tui DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.2 CATEGORIES= security MAINTAINER= se@FreeBSD.org diff --git a/security/gpg-tui/distinfo b/security/gpg-tui/distinfo index 362363fa96a..f0ed156c943 100644 --- a/security/gpg-tui/distinfo +++ b/security/gpg-tui/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623661911 +TIMESTAMP = 1624869962 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 @@ -249,5 +249,5 @@ SHA256 (rust/crates/xcursor-0.3.3.crate) = 3a9a231574ae78801646617cefd13bfe94be9 SIZE (rust/crates/xcursor-0.3.3.crate) = 6130 SHA256 (rust/crates/xml-rs-0.8.3.crate) = b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a SIZE (rust/crates/xml-rs-0.8.3.crate) = 52547 -SHA256 (orhun-gpg-tui-v0.5.0_GH0.tar.gz) = a35ad34d44197f30b1ba5c558884a4b4efef63d86fd06d085ebbedde657777cb -SIZE (orhun-gpg-tui-v0.5.0_GH0.tar.gz) = 11132383 +SHA256 (orhun-gpg-tui-v0.6.2_GH0.tar.gz) = d4f3f9366c22580d897142a35b5ab01685f090b10dace96f443d3440e53c742a +SIZE (orhun-gpg-tui-v0.6.2_GH0.tar.gz) = 11269015 diff --git a/security/gpg-tui/files/patch-powerpc b/security/gpg-tui/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/security/gpg-tui/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/security/nextcloud-twofactor_totp/Makefile b/security/nextcloud-twofactor_totp/Makefile index 8b82ae86052..7348b2b09c2 100644 --- a/security/nextcloud-twofactor_totp/Makefile +++ b/security/nextcloud-twofactor_totp/Makefile @@ -1,10 +1,10 @@ # Created by: Bernard Spil PORTNAME= twofactor_totp -PORTVERSION= 6.0.0 +PORTVERSION= 6.1.0 DISTVERSIONPREFIX= v CATEGORIES= security -MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ +MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} diff --git a/security/nextcloud-twofactor_totp/distinfo b/security/nextcloud-twofactor_totp/distinfo index 9d82927e6ed..729e6836be4 100644 --- a/security/nextcloud-twofactor_totp/distinfo +++ b/security/nextcloud-twofactor_totp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613843266 -SHA256 (nextcloud/twofactor_totp-v6.0.0/twofactor_totp.tar.gz) = 29f64c5d825ac6967d514ce0ecadc19f9b4f8f9669019db1ffa96348acbfd820 -SIZE (nextcloud/twofactor_totp-v6.0.0/twofactor_totp.tar.gz) = 832592 +TIMESTAMP = 1624545728 +SHA256 (nextcloud/twofactor_totp-v6.1.0/twofactor_totp.tar.gz) = 05dcf74305d60fded13577a5ab48aef8538aa34efb209aac50e24704a6c4b8a3 +SIZE (nextcloud/twofactor_totp-v6.1.0/twofactor_totp.tar.gz) = 835055 diff --git a/security/nextcloud-twofactor_totp/pkg-plist b/security/nextcloud-twofactor_totp/pkg-plist index d0fc69e4113..517dc95da12 100644 --- a/security/nextcloud-twofactor_totp/pkg-plist +++ b/security/nextcloud-twofactor_totp/pkg-plist @@ -136,6 +136,8 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json +%%WWWDIR%%/l10n/sc.js +%%WWWDIR%%/l10n/sc.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -159,6 +161,8 @@ %%WWWDIR%%/l10n/vi.json %%WWWDIR%%/l10n/zh_CN.js %%WWWDIR%%/l10n/zh_CN.json +%%WWWDIR%%/l10n/zh_HK.js +%%WWWDIR%%/l10n/zh_HK.json %%WWWDIR%%/l10n/zh_TW.js %%WWWDIR%%/l10n/zh_TW.json %%WWWDIR%%/lib/Activity/Provider.php diff --git a/security/nextcloud-twofactor_u2f/Makefile b/security/nextcloud-twofactor_u2f/Makefile index fcbefe915dc..60d40ce3ab9 100644 --- a/security/nextcloud-twofactor_u2f/Makefile +++ b/security/nextcloud-twofactor_u2f/Makefile @@ -1,10 +1,10 @@ # Created by: Bernard Spil PORTNAME= twofactor_u2f -PORTVERSION= 6.1.0 +PORTVERSION= 6.2.0 DISTVERSIONPREFIX= v CATEGORIES= security -MASTER_SITES= https://github.com/${PKGNAMEPREFIX:S/-//}/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ +MASTER_SITES= https://github.com/${PKGNAMEPREFIX}releases/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${PORTVERSION}/ PKGNAMEPREFIX= nextcloud- PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} diff --git a/security/nextcloud-twofactor_u2f/distinfo b/security/nextcloud-twofactor_u2f/distinfo index 36f77bea8ad..15a3e9021be 100644 --- a/security/nextcloud-twofactor_u2f/distinfo +++ b/security/nextcloud-twofactor_u2f/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611567615 -SHA256 (nextcloud/twofactor_u2f-v6.1.0/twofactor_u2f.tar.gz) = 40bd5ccd3560358b0fc8d5ad0e541bc7f7b9229abbc4c55457dc3e9bf2c7c062 -SIZE (nextcloud/twofactor_u2f-v6.1.0/twofactor_u2f.tar.gz) = 1582445 +TIMESTAMP = 1624545657 +SHA256 (nextcloud/twofactor_u2f-v6.2.0/twofactor_u2f.tar.gz) = c8e3519c4a7639fd229ceb0dc32acccc64ffb6facb6fad946e02afce49023e67 +SIZE (nextcloud/twofactor_u2f-v6.2.0/twofactor_u2f.tar.gz) = 1591636 diff --git a/security/nextcloud-twofactor_u2f/pkg-plist b/security/nextcloud-twofactor_u2f/pkg-plist index abb986afbd8..a3cc87d1714 100644 --- a/security/nextcloud-twofactor_u2f/pkg-plist +++ b/security/nextcloud-twofactor_u2f/pkg-plist @@ -146,8 +146,10 @@ %%WWWDIR%%/l10n/ro.json %%WWWDIR%%/l10n/ru.js %%WWWDIR%%/l10n/ru.json -%%WWWDIR%%/l10n/si_LK.js -%%WWWDIR%%/l10n/si_LK.json +%%WWWDIR%%/l10n/sc.js +%%WWWDIR%%/l10n/sc.json +%%WWWDIR%%/l10n/si.js +%%WWWDIR%%/l10n/si.json %%WWWDIR%%/l10n/sk.js %%WWWDIR%%/l10n/sk.json %%WWWDIR%%/l10n/sl.js @@ -160,8 +162,8 @@ %%WWWDIR%%/l10n/sr@latin.json %%WWWDIR%%/l10n/sv.js %%WWWDIR%%/l10n/sv.json -%%WWWDIR%%/l10n/ta_LK.js -%%WWWDIR%%/l10n/ta_LK.json +%%WWWDIR%%/l10n/ta.js +%%WWWDIR%%/l10n/ta.json %%WWWDIR%%/l10n/th.js %%WWWDIR%%/l10n/th.json %%WWWDIR%%/l10n/tr.js diff --git a/security/p5-Crypt-Random/Makefile b/security/p5-Crypt-Random/Makefile index 9e488dd7ae4..d93949df8be 100644 --- a/security/p5-Crypt-Random/Makefile +++ b/security/p5-Crypt-Random/Makefile @@ -1,7 +1,7 @@ # Created by: Michael Haro PORTNAME= Crypt-Random -PORTVERSION= 1.52 +PORTVERSION= 1.54 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/security/p5-Crypt-Random/distinfo b/security/p5-Crypt-Random/distinfo index dceaae12676..1d35ec33034 100644 --- a/security/p5-Crypt-Random/distinfo +++ b/security/p5-Crypt-Random/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1547401652 -SHA256 (Crypt-Random-1.52.tar.gz) = a93c06de409e6f2eb2e9868ea6d4e653d99f2f7900b2c1831e1f65ace0c4ef84 -SIZE (Crypt-Random-1.52.tar.gz) = 9525 +TIMESTAMP = 1624189739 +SHA256 (Crypt-Random-1.54.tar.gz) = d66f8e17edc3877cc797fdd59de534e3990636f8f1a5e726062159af7e67dacc +SIZE (Crypt-Random-1.54.tar.gz) = 22368 diff --git a/security/plasma5-kscreenlocker/distinfo b/security/plasma5-kscreenlocker/distinfo index e4cfd8b6667..969dedd8a07 100644 --- a/security/plasma5-kscreenlocker/distinfo +++ b/security/plasma5-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866576 -SHA256 (KDE/plasma/5.22.1/kscreenlocker-5.22.1.tar.xz) = 9803b976b6cc14fa5216de17481609ebf46d28c314284d9e74e8f9b181cb9bba -SIZE (KDE/plasma/5.22.1/kscreenlocker-5.22.1.tar.xz) = 116508 +TIMESTAMP = 1624729964 +SHA256 (KDE/plasma/5.22.2.1/kscreenlocker-5.22.2.1.tar.xz) = 4e3cc91631aac8a307619c82f87ed1e39c08deb826207f84df1d2133f4138346 +SIZE (KDE/plasma/5.22.2.1/kscreenlocker-5.22.2.1.tar.xz) = 116576 diff --git a/security/plasma5-ksshaskpass/distinfo b/security/plasma5-ksshaskpass/distinfo index 40086251e5f..797e33b5902 100644 --- a/security/plasma5-ksshaskpass/distinfo +++ b/security/plasma5-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866577 -SHA256 (KDE/plasma/5.22.1/ksshaskpass-5.22.1.tar.xz) = f4da702de3113b7a64831f5d8dd86614b7763229ba6eff0f4a2feb76ecab2385 -SIZE (KDE/plasma/5.22.1/ksshaskpass-5.22.1.tar.xz) = 23664 +TIMESTAMP = 1624729965 +SHA256 (KDE/plasma/5.22.2.1/ksshaskpass-5.22.2.1.tar.xz) = 34d338a4f6f16a0207d21b45262fb0bb876909c5837646a53625bd4a90efd5e3 +SIZE (KDE/plasma/5.22.2.1/ksshaskpass-5.22.2.1.tar.xz) = 23652 diff --git a/security/plasma5-kwallet-pam/distinfo b/security/plasma5-kwallet-pam/distinfo index a9ee83cf4f8..0efa9e146b3 100644 --- a/security/plasma5-kwallet-pam/distinfo +++ b/security/plasma5-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866577 -SHA256 (KDE/plasma/5.22.1/kwallet-pam-5.22.1.tar.xz) = 10d8912d064e2c97896f23202467fe57107c01d5c2523690cb0f49661fe56e30 -SIZE (KDE/plasma/5.22.1/kwallet-pam-5.22.1.tar.xz) = 20156 +TIMESTAMP = 1624729966 +SHA256 (KDE/plasma/5.22.2.1/kwallet-pam-5.22.2.1.tar.xz) = 160869c18926b59e6d8407c6c375b98b4bc51f2a0e425a6ff35b9ab65cac4f37 +SIZE (KDE/plasma/5.22.2.1/kwallet-pam-5.22.2.1.tar.xz) = 20152 diff --git a/security/py-acme/distinfo b/security/py-acme/distinfo index 9ad9eb83639..1e3bc1c0b11 100644 --- a/security/py-acme/distinfo +++ b/security/py-acme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591047 -SHA256 (acme-1.15.0.tar.gz) = 070cc58910e2c36892adf830402a68e28287dc1c09103c7e0eaf1dfa460bee4d -SIZE (acme-1.15.0.tar.gz) = 90504 +TIMESTAMP = 1622664715 +SHA256 (acme-1.16.0.tar.gz) = a1f8018820d87fd3f9f264c359e8b6cd6a736a1ed18f4b6ac8af6b303e627857 +SIZE (acme-1.16.0.tar.gz) = 90444 diff --git a/security/py-acme/version.mk b/security/py-acme/version.mk index 4457b70d8bc..9cba877245b 100644 --- a/security/py-acme/version.mk +++ b/security/py-acme/version.mk @@ -1 +1 @@ -ACME_VERSION= 1.15.0 +ACME_VERSION= 1.16.0 diff --git a/security/py-artifacts/Makefile b/security/py-artifacts/Makefile index 585c3c5d060..c3ddda51ecf 100644 --- a/security/py-artifacts/Makefile +++ b/security/py-artifacts/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= artifacts -PORTVERSION= 20210404 +PORTVERSION= 20210620 CATEGORIES= security python MASTER_SITES= CHEESESHOP \ https://github.com/ForensicArtifacts/artifacts/releases/download/${PORTVERSION}/ diff --git a/security/py-artifacts/distinfo b/security/py-artifacts/distinfo index 822b58859c1..35bc9eecff3 100644 --- a/security/py-artifacts/distinfo +++ b/security/py-artifacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617693874 -SHA256 (artifacts-20210404.tar.gz) = ea86b2c398aa89144eabb7b34fc98dfa3651454f50b3cbda02ab8f25e3f85d57 -SIZE (artifacts-20210404.tar.gz) = 100750 +TIMESTAMP = 1624303160 +SHA256 (artifacts-20210620.tar.gz) = eb2ab58eb8cc560a6e8b160e408d65f5c770d7f7a418ef0786df3e84b0048be0 +SIZE (artifacts-20210620.tar.gz) = 101014 diff --git a/security/py-certbot-apache/distinfo b/security/py-certbot-apache/distinfo index 314bfb71879..2d141b358c9 100644 --- a/security/py-certbot-apache/distinfo +++ b/security/py-certbot-apache/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591067 -SHA256 (certbot-apache-1.15.0.tar.gz) = a705fa30dcc242914b68d905377f56d0f31a54aac95f3663fbc31b5e467aa9a1 -SIZE (certbot-apache-1.15.0.tar.gz) = 221204 +TIMESTAMP = 1622664716 +SHA256 (certbot-apache-1.16.0.tar.gz) = 26824b812826d22b3f80377dfc2976a6f37f425c414c50efd8f8bd6e7967d579 +SIZE (certbot-apache-1.16.0.tar.gz) = 221072 diff --git a/security/py-certbot-dns-cloudflare/distinfo b/security/py-certbot-dns-cloudflare/distinfo index bbfa00419ad..4245026ccfa 100644 --- a/security/py-certbot-dns-cloudflare/distinfo +++ b/security/py-certbot-dns-cloudflare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591068 -SHA256 (certbot-dns-cloudflare-1.15.0.tar.gz) = 95e279a7b9fd8f13c913734e6752ee21e493b277119655976a0cb32af584e97d -SIZE (certbot-dns-cloudflare-1.15.0.tar.gz) = 15386 +TIMESTAMP = 1622664716 +SHA256 (certbot-dns-cloudflare-1.16.0.tar.gz) = 16271e96eaa2fcbf9d8b1e4277b7e2a72b6bf6aec8900e1ceed4e33655cfb9e7 +SIZE (certbot-dns-cloudflare-1.16.0.tar.gz) = 15381 diff --git a/security/py-certbot-dns-cloudxns/Makefile b/security/py-certbot-dns-cloudxns/Makefile index d744f6262f2..4181f6be480 100644 --- a/security/py-certbot-dns-cloudxns/Makefile +++ b/security/py-certbot-dns-cloudxns/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-cloudxns/distinfo b/security/py-certbot-dns-cloudxns/distinfo index f01ab59b92b..4fca734a5d6 100644 --- a/security/py-certbot-dns-cloudxns/distinfo +++ b/security/py-certbot-dns-cloudxns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591069 -SHA256 (certbot-dns-cloudxns-1.15.0.tar.gz) = a69c5b234796a7479bf6a89e0eea54d3e6dc9b07ff12a8133614eead39d4c557 -SIZE (certbot-dns-cloudxns-1.15.0.tar.gz) = 12594 +TIMESTAMP = 1622664716 +SHA256 (certbot-dns-cloudxns-1.16.0.tar.gz) = 6fb3eb75554dc74da5a57841e3bdf649af49c689f8d726d7c7a2c65e9565ec6c +SIZE (certbot-dns-cloudxns-1.16.0.tar.gz) = 12538 diff --git a/security/py-certbot-dns-digitalocean/distinfo b/security/py-certbot-dns-digitalocean/distinfo index 12a261dcb84..d795246203e 100644 --- a/security/py-certbot-dns-digitalocean/distinfo +++ b/security/py-certbot-dns-digitalocean/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591069 -SHA256 (certbot-dns-digitalocean-1.15.0.tar.gz) = 6e4e3e5cf2719055364f8d15575105394c0b80f092e384ff1bab98fc9c69e949 -SIZE (certbot-dns-digitalocean-1.15.0.tar.gz) = 14002 +TIMESTAMP = 1622664717 +SHA256 (certbot-dns-digitalocean-1.16.0.tar.gz) = 2e79451aded244cb4e4195451f927b61e2bded6d6b247ab8f3d07225ce599dbd +SIZE (certbot-dns-digitalocean-1.16.0.tar.gz) = 13997 diff --git a/security/py-certbot-dns-dnsimple/distinfo b/security/py-certbot-dns-dnsimple/distinfo index 12226d4eb7e..e15eaabbc67 100644 --- a/security/py-certbot-dns-dnsimple/distinfo +++ b/security/py-certbot-dns-dnsimple/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591070 -SHA256 (certbot-dns-dnsimple-1.15.0.tar.gz) = 5df1ec6f1feb611b02da5d34fb63148c6170354e9f60c00297d31eadee0126d1 -SIZE (certbot-dns-dnsimple-1.15.0.tar.gz) = 12653 +TIMESTAMP = 1622664717 +SHA256 (certbot-dns-dnsimple-1.16.0.tar.gz) = 28a2daec69057e74f4988cd0960e08f4b98d66a5d4fe2234d3a20243061c43d2 +SIZE (certbot-dns-dnsimple-1.16.0.tar.gz) = 12632 diff --git a/security/py-certbot-dns-dnsmadeeasy/Makefile b/security/py-certbot-dns-dnsmadeeasy/Makefile index cb893e541a1..150baa2b8f5 100644 --- a/security/py-certbot-dns-dnsmadeeasy/Makefile +++ b/security/py-certbot-dns-dnsmadeeasy/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-dnsmadeeasy/distinfo b/security/py-certbot-dns-dnsmadeeasy/distinfo index 001026e0bb1..7212cda5ac7 100644 --- a/security/py-certbot-dns-dnsmadeeasy/distinfo +++ b/security/py-certbot-dns-dnsmadeeasy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591071 -SHA256 (certbot-dns-dnsmadeeasy-1.15.0.tar.gz) = e337176369aef4455602d8626fef301c47ab991ea707170fce14363ca53fdccd -SIZE (certbot-dns-dnsmadeeasy-1.15.0.tar.gz) = 12697 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-dnsmadeeasy-1.16.0.tar.gz) = 3b5e688be64a6389b8fb270122b3614922d900242f179ce36608854763855c05 +SIZE (certbot-dns-dnsmadeeasy-1.16.0.tar.gz) = 12640 diff --git a/security/py-certbot-dns-gehirn/Makefile b/security/py-certbot-dns-gehirn/Makefile index 14fabe7b605..9f82fc8beda 100644 --- a/security/py-certbot-dns-gehirn/Makefile +++ b/security/py-certbot-dns-gehirn/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.22:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-gehirn/distinfo b/security/py-certbot-dns-gehirn/distinfo index cad3fb2b15a..413fba4cb56 100644 --- a/security/py-certbot-dns-gehirn/distinfo +++ b/security/py-certbot-dns-gehirn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591072 -SHA256 (certbot-dns-gehirn-1.15.0.tar.gz) = 6f0d8c99fdd93ae205efc0fa74c88902371944fb93a0870ca947d28d13e365f1 -SIZE (certbot-dns-gehirn-1.15.0.tar.gz) = 12530 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-gehirn-1.16.0.tar.gz) = c108193fa94129bb471e779095c491426ac6e36b6c817809df960b8e37f4919b +SIZE (certbot-dns-gehirn-1.16.0.tar.gz) = 12499 diff --git a/security/py-certbot-dns-google/distinfo b/security/py-certbot-dns-google/distinfo index bb23ceaf4d4..821bf0fab4b 100644 --- a/security/py-certbot-dns-google/distinfo +++ b/security/py-certbot-dns-google/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591073 -SHA256 (certbot-dns-google-1.15.0.tar.gz) = 07c7d44b520dfd5471d411e9ec52f7fbe89de3bbfcff3c72e8563cec9dc8b1b3 -SIZE (certbot-dns-google-1.15.0.tar.gz) = 23920 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-google-1.16.0.tar.gz) = 6e18cea692a918ae52bcb44a27a468c6dcd420656bfa62e3767f0862127609d0 +SIZE (certbot-dns-google-1.16.0.tar.gz) = 23640 diff --git a/security/py-certbot-dns-linode/Makefile b/security/py-certbot-dns-linode/Makefile index 61b1f442337..d0a1c772b7a 100644 --- a/security/py-certbot-dns-linode/Makefile +++ b/security/py-certbot-dns-linode/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.3:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-linode/distinfo b/security/py-certbot-dns-linode/distinfo index 29100b8b0aa..6afbf7f62db 100644 --- a/security/py-certbot-dns-linode/distinfo +++ b/security/py-certbot-dns-linode/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591073 -SHA256 (certbot-dns-linode-1.15.0.tar.gz) = 726cfc0e55292487e728c8c10c0c9821b05cafd072573f2b466490afb55d3633 -SIZE (certbot-dns-linode-1.15.0.tar.gz) = 13027 +TIMESTAMP = 1622664718 +SHA256 (certbot-dns-linode-1.16.0.tar.gz) = eb34a3d9469d2ebee3d34cf63570600d108b68128cc0a9b0d5d623b2fb74d5c7 +SIZE (certbot-dns-linode-1.16.0.tar.gz) = 12953 diff --git a/security/py-certbot-dns-luadns/Makefile b/security/py-certbot-dns-luadns/Makefile index 0850032b4d0..b90494b4188 100644 --- a/security/py-certbot-dns-luadns/Makefile +++ b/security/py-certbot-dns-luadns/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-luadns/distinfo b/security/py-certbot-dns-luadns/distinfo index 375b3aa0f23..76e82b923d6 100644 --- a/security/py-certbot-dns-luadns/distinfo +++ b/security/py-certbot-dns-luadns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591074 -SHA256 (certbot-dns-luadns-1.15.0.tar.gz) = 5ac9f7df7fa2cdfae376ec7a595a5dda7820bb19679af8825cbee420b917cb46 -SIZE (certbot-dns-luadns-1.15.0.tar.gz) = 12524 +TIMESTAMP = 1622664719 +SHA256 (certbot-dns-luadns-1.16.0.tar.gz) = 7ccebc826fc6c26be5ba37482d12d31b77d6adc8c39a67dd43fce896eca045a4 +SIZE (certbot-dns-luadns-1.16.0.tar.gz) = 12503 diff --git a/security/py-certbot-dns-nsone/Makefile b/security/py-certbot-dns-nsone/Makefile index 8c9897f61db..704676ca11b 100644 --- a/security/py-certbot-dns-nsone/Makefile +++ b/security/py-certbot-dns-nsone/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.2.1:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-nsone/distinfo b/security/py-certbot-dns-nsone/distinfo index 94c4bd4bf7b..738ef8f5bb3 100644 --- a/security/py-certbot-dns-nsone/distinfo +++ b/security/py-certbot-dns-nsone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591075 -SHA256 (certbot-dns-nsone-1.15.0.tar.gz) = d2c90250bd8deecd4ad4bab214dca539658abec065e20150e192d6a57318a4ae -SIZE (certbot-dns-nsone-1.15.0.tar.gz) = 12558 +TIMESTAMP = 1622664719 +SHA256 (certbot-dns-nsone-1.16.0.tar.gz) = 325ee57a2c12a88d87706a6ce365e3c9dd0337104336ffa97edeaba14eae8990 +SIZE (certbot-dns-nsone-1.16.0.tar.gz) = 12505 diff --git a/security/py-certbot-dns-ovh/Makefile b/security/py-certbot-dns-ovh/Makefile index 5d45db573dd..187aa1d8a69 100644 --- a/security/py-certbot-dns-ovh/Makefile +++ b/security/py-certbot-dns-ovh/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.7.14:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-ovh/distinfo b/security/py-certbot-dns-ovh/distinfo index 10d850a9f9f..841a74a44af 100644 --- a/security/py-certbot-dns-ovh/distinfo +++ b/security/py-certbot-dns-ovh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591076 -SHA256 (certbot-dns-ovh-1.15.0.tar.gz) = 2606b18f817cde51f6cbb3f595aa215e8657d0248110a07af9c5ba95e0065562 -SIZE (certbot-dns-ovh-1.15.0.tar.gz) = 12870 +TIMESTAMP = 1622664719 +SHA256 (certbot-dns-ovh-1.16.0.tar.gz) = fb0050c1ff2247dd5fe6b164091dd64c2cf408d7a56bcad73f0ee25980cc024d +SIZE (certbot-dns-ovh-1.16.0.tar.gz) = 12840 diff --git a/security/py-certbot-dns-rfc2136/distinfo b/security/py-certbot-dns-rfc2136/distinfo index b6c75c3d219..e4e89495a07 100644 --- a/security/py-certbot-dns-rfc2136/distinfo +++ b/security/py-certbot-dns-rfc2136/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591076 -SHA256 (certbot-dns-rfc2136-1.15.0.tar.gz) = c777c468ce26c673f7e723e21feb8ea2bb1d1e7d696e1a8b47bcfce7f2a74a87 -SIZE (certbot-dns-rfc2136-1.15.0.tar.gz) = 15098 +TIMESTAMP = 1622664720 +SHA256 (certbot-dns-rfc2136-1.16.0.tar.gz) = 201a4c7b79462ee1e0e9e18577c042d0fce31ce1cee61f0dd06f891bcdd920cb +SIZE (certbot-dns-rfc2136-1.16.0.tar.gz) = 15080 diff --git a/security/py-certbot-dns-route53/distinfo b/security/py-certbot-dns-route53/distinfo index b71f8f04f23..ac3dd69979f 100644 --- a/security/py-certbot-dns-route53/distinfo +++ b/security/py-certbot-dns-route53/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591077 -SHA256 (certbot-dns-route53-1.15.0.tar.gz) = 29eec6ee7121a4cbf70611d0c25a6e74b7bfbaef8e881054a558b8765181d676 -SIZE (certbot-dns-route53-1.15.0.tar.gz) = 14990 +TIMESTAMP = 1622664720 +SHA256 (certbot-dns-route53-1.16.0.tar.gz) = b9080042eb1bdf6e04a6eb3a7d9de77dbe956aef27061cd4799d88404379b896 +SIZE (certbot-dns-route53-1.16.0.tar.gz) = 14937 diff --git a/security/py-certbot-dns-sakuracloud/Makefile b/security/py-certbot-dns-sakuracloud/Makefile index 47975b542e6..e67c20932d6 100644 --- a/security/py-certbot-dns-sakuracloud/Makefile +++ b/security/py-certbot-dns-sakuracloud/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}acme>=${ACME_VERSION},1:security/py-acme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certbot>=${ACME_VERSION},1:security/py-certbot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=2.1.23:dns/py-dns-lexicon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dns-lexicon>=3.1.0:dns/py-dns-lexicon@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>0:devel/py-zope.interface@${PY_FLAVOR} USES= python:3.6+ diff --git a/security/py-certbot-dns-sakuracloud/distinfo b/security/py-certbot-dns-sakuracloud/distinfo index 4683d75d376..2667ccb2a00 100644 --- a/security/py-certbot-dns-sakuracloud/distinfo +++ b/security/py-certbot-dns-sakuracloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591078 -SHA256 (certbot-dns-sakuracloud-1.15.0.tar.gz) = 1954e58e01342868513903dcdba526dd859353813824ffdbded6bb0e99b23247 -SIZE (certbot-dns-sakuracloud-1.15.0.tar.gz) = 12539 +TIMESTAMP = 1622664720 +SHA256 (certbot-dns-sakuracloud-1.16.0.tar.gz) = d7548554ef5558a98f6d5e22c4d9a2bcaddc72839d9d1d791f25193c7cd57088 +SIZE (certbot-dns-sakuracloud-1.16.0.tar.gz) = 12475 diff --git a/security/py-certbot-nginx/distinfo b/security/py-certbot-nginx/distinfo index e93ddd39a6a..de61ee0422b 100644 --- a/security/py-certbot-nginx/distinfo +++ b/security/py-certbot-nginx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591079 -SHA256 (certbot-nginx-1.15.0.tar.gz) = ff711bac2dc2084db77d1d8b9abf415d8d14625fcd7e25c80b57ce6d78bcf1d2 -SIZE (certbot-nginx-1.15.0.tar.gz) = 76033 +TIMESTAMP = 1622664720 +SHA256 (certbot-nginx-1.16.0.tar.gz) = e0a954d49461e3209173cade9c49e8abfdc697467d1ae312bb230a43f7c60959 +SIZE (certbot-nginx-1.16.0.tar.gz) = 76199 diff --git a/security/py-certbot/distinfo b/security/py-certbot/distinfo index 7f3df99eda2..761615b46e9 100644 --- a/security/py-certbot/distinfo +++ b/security/py-certbot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620591066 -SHA256 (certbot-1.15.0.tar.gz) = db7fe523f4cb3ccc69093c224e5e467ddbf94c42b16d32a10dfd35fcbeb69fe1 -SIZE (certbot-1.15.0.tar.gz) = 392388 +TIMESTAMP = 1622664716 +SHA256 (certbot-1.16.0.tar.gz) = 04e80e987ca4837169127e1951325a4bcdcaf0b4a51ee2847148cfd52cbb207d +SIZE (certbot-1.16.0.tar.gz) = 398271 diff --git a/security/py-certstream/Makefile b/security/py-certstream/Makefile index 2230e2d2386..0b733a6bf6f 100644 --- a/security/py-certstream/Makefile +++ b/security/py-certstream/Makefile @@ -1,5 +1,5 @@ PORTNAME= certstream -PORTVERSION= 1.11 +PORTVERSION= 1.12 CATEGORIES= security www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-certstream/distinfo b/security/py-certstream/distinfo index f228633b79b..9694b148a2d 100644 --- a/security/py-certstream/distinfo +++ b/security/py-certstream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577106276 -SHA256 (certstream-1.11.tar.gz) = 660fdcb76c12a66a1600a0ef63701a78462f48660b6e8584002989b7d64e3a6f -SIZE (certstream-1.11.tar.gz) = 9544 +TIMESTAMP = 1624776010 +SHA256 (certstream-1.12.tar.gz) = e692d65ea9447a5db6cd146c5969af6434edd87163fe0b100962bb5d7d223ddb +SIZE (certstream-1.12.tar.gz) = 9560 diff --git a/security/py-dfdatetime/Makefile b/security/py-dfdatetime/Makefile index e5733049682..3f5e32f04ed 100644 --- a/security/py-dfdatetime/Makefile +++ b/security/py-dfdatetime/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= dfdatetime -PORTVERSION= 20200824 +PORTVERSION= 20210509 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP \ https://github.com/log2timeline/dfdatetime/releases/download/${PORTVERSION}/ @@ -13,7 +13,8 @@ COMMENT= Digital Forensics Date and Time LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pbr>=4.2.0:devel/py-pbr@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= distutils autoplist concurrent diff --git a/security/py-dfdatetime/distinfo b/security/py-dfdatetime/distinfo index 707cfc5bc5e..c78a9cac2cf 100644 --- a/security/py-dfdatetime/distinfo +++ b/security/py-dfdatetime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1598773894 -SHA256 (dfdatetime-20200824.tar.gz) = 972246c279a5370db0e2412a21d1491eba1cde8bbf3193d30081cdc9b923381a -SIZE (dfdatetime-20200824.tar.gz) = 64923 +TIMESTAMP = 1620647485 +SHA256 (dfdatetime-20210509.tar.gz) = 3d3cf885f83afb2a85c07f538cc01bc28d9ef2ff6f7b3c3b9c9fa481908de552 +SIZE (dfdatetime-20210509.tar.gz) = 65234 diff --git a/security/py-dfvfs/Makefile b/security/py-dfvfs/Makefile index 37021a3f0f3..e1540106f10 100644 --- a/security/py-dfvfs/Makefile +++ b/security/py-dfvfs/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= dfvfs -PORTVERSION= 20210213 +PORTVERSION= 20210606 CATEGORIES= security devel python MASTER_SITES= https://github.com/log2timeline/dfvfs/releases/download/${PORTVERSION}/ \ LOCAL/antoine @@ -23,6 +23,7 @@ RUN_DEPENDS= libbde>=a:devel/libbde \ libfvde>=0:sysutils/libfvde \ libfwnt>=e:devel/libfwnt \ libluksde>=e:devel/libluksde \ + libmodi>=e:devel/libmodi \ libqcow>=a:devel/libqcow \ libsigscan>=e:devel/libsigscan \ libsmdev>=a:devel/libsmdev \ diff --git a/security/py-dfvfs/distinfo b/security/py-dfvfs/distinfo index a2703b84d01..df68f6b5008 100644 --- a/security/py-dfvfs/distinfo +++ b/security/py-dfvfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613217685 -SHA256 (dfvfs-20210213.tar.gz) = 5138403dd7f45cc89a761545e33a6539f7568e132125ec9f925fc7a156ad06a1 -SIZE (dfvfs-20210213.tar.gz) = 80609291 +TIMESTAMP = 1623182603 +SHA256 (dfvfs-20210606.tar.gz) = d09b2e53a521556bc2091ecd652538dd49f9c9212a84ebfdb89ab16e8d850283 +SIZE (dfvfs-20210606.tar.gz) = 80622338 diff --git a/security/py-google-auth/Makefile b/security/py-google-auth/Makefile index 6294e79f0b5..c47a4b3574f 100644 --- a/security/py-google-auth/Makefile +++ b/security/py-google-auth/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= google-auth -PORTVERSION= 1.31.0 +PORTVERSION= 1.32.0 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-google-auth/distinfo b/security/py-google-auth/distinfo index cdc2724df7f..5a901c1f27f 100644 --- a/security/py-google-auth/distinfo +++ b/security/py-google-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624189753 -SHA256 (google-auth-1.31.0.tar.gz) = 154f7889c5d679a6f626f36adb12afbd4dbb0a9a04ec575d989d6ba79c4fd65e -SIZE (google-auth-1.31.0.tar.gz) = 170970 +TIMESTAMP = 1624189699 +SHA256 (google-auth-1.32.0.tar.gz) = e34e5f5de5610b202f9b40ebd9f8b27571d5c5537db9afed3a72b2db5a345039 +SIZE (google-auth-1.32.0.tar.gz) = 171423 diff --git a/security/py-plaso/Makefile b/security/py-plaso/Makefile index 964cb02b6f8..313923c378d 100644 --- a/security/py-plaso/Makefile +++ b/security/py-plaso/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= plaso -PORTVERSION= 20210412 +PORTVERSION= 20210606 CATEGORIES= security python MASTER_SITES= https://github.com/log2timeline/plaso/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/security/py-plaso/distinfo b/security/py-plaso/distinfo index a9be642e069..e361c11fb2d 100644 --- a/security/py-plaso/distinfo +++ b/security/py-plaso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618231161 -SHA256 (plaso-20210412.tar.gz) = 756445269fe74d859e341f46ff9ab71cf09b52bcc1e61952e498af7b1df984cf -SIZE (plaso-20210412.tar.gz) = 143885431 +TIMESTAMP = 1623182628 +SHA256 (plaso-20210606.tar.gz) = e1922c32d25d7d942b33511375bda640ae6eddec4440c868232b3b6259ca8f09 +SIZE (plaso-20210606.tar.gz) = 144450810 diff --git a/security/py-stix2-patterns/Makefile b/security/py-stix2-patterns/Makefile index 4548bb403c1..7454284e826 100644 --- a/security/py-stix2-patterns/Makefile +++ b/security/py-stix2-patterns/Makefile @@ -1,5 +1,5 @@ PORTNAME= stix2-patterns -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-stix2-patterns/distinfo b/security/py-stix2-patterns/distinfo index f42e0576396..396d34a9bef 100644 --- a/security/py-stix2-patterns/distinfo +++ b/security/py-stix2-patterns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1595749347 -SHA256 (oasis-open-cti-pattern-validator-v1.3.1_GH0.tar.gz) = f301b64fee51ac566e0b1644bc9ef3508326aadcb455a99c4e24ab1da7290969 -SIZE (oasis-open-cti-pattern-validator-v1.3.1_GH0.tar.gz) = 57258 +TIMESTAMP = 1624786853 +SHA256 (oasis-open-cti-pattern-validator-v1.3.2_GH0.tar.gz) = a236f60765107a9393f9b176c9d1da200315cece8c29eb34945a9248833d2be6 +SIZE (oasis-open-cti-pattern-validator-v1.3.2_GH0.tar.gz) = 57378 diff --git a/security/py-yara/Makefile b/security/py-yara/Makefile index bdd4fa2247a..f2000853ae7 100644 --- a/security/py-yara/Makefile +++ b/security/py-yara/Makefile @@ -1,5 +1,5 @@ PORTNAME= yara -PORTVERSION= 4.0.5 +PORTVERSION= 4.1.0 DISTVERSIONPREFIX= v CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-yara/distinfo b/security/py-yara/distinfo index d2b58e4e7f5..60cc5f31d09 100644 --- a/security/py-yara/distinfo +++ b/security/py-yara/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1615574939 -SHA256 (VirusTotal-yara-python-v4.0.5_GH0.tar.gz) = 2c99f3858eddfd0efa179b0713df3df95912eb5323c44a1136dd3e17dbc954da -SIZE (VirusTotal-yara-python-v4.0.5_GH0.tar.gz) = 32476 +TIMESTAMP = 1619554567 +SHA256 (VirusTotal-yara-python-v4.1.0_GH0.tar.gz) = 4bc1a69bc9c5f70419806e15a05123a7879456b52a9c50832c34c22eecb4de81 +SIZE (VirusTotal-yara-python-v4.1.0_GH0.tar.gz) = 33717 diff --git a/security/py-zkg/Makefile b/security/py-zkg/Makefile index f49fb1f9f3e..85aeef76f63 100644 --- a/security/py-zkg/Makefile +++ b/security/py-zkg/Makefile @@ -1,7 +1,6 @@ PORTNAME= zkg DISTVERSIONPREFIX= v -DISTVERSION= 2.7.1 -PORTREVISION= 1 +DISTVERSION= 2.10.0 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-zkg/distinfo b/security/py-zkg/distinfo index f0f372f1539..99fd62afd04 100644 --- a/security/py-zkg/distinfo +++ b/security/py-zkg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1612733509 -SHA256 (zeek-package-manager-v2.7.1_GH0.tar.gz) = ff0d9cf003d51135fa82c8f6f0ca98ba02528df7267636d877d4da38e51ac8fa -SIZE (zeek-package-manager-v2.7.1_GH0.tar.gz) = 113533 +TIMESTAMP = 1624541541 +SHA256 (zeek-package-manager-v2.10.0_GH0.tar.gz) = a0f236dac5b29dc9c5c660100c2249c3a4b7d4efdc079493bd0c5593c200132b +SIZE (zeek-package-manager-v2.10.0_GH0.tar.gz) = 135310 diff --git a/security/py-zkg/pkg-message b/security/py-zkg/pkg-message index 05f451a6be5..9a548988178 100644 --- a/security/py-zkg/pkg-message +++ b/security/py-zkg/pkg-message @@ -1,15 +1,12 @@ [ { type: install message: <() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/shells/starship/Makefile b/shells/starship/Makefile index bd4713195a0..ff8133f2733 100644 --- a/shells/starship/Makefile +++ b/shells/starship/Makefile @@ -1,5 +1,6 @@ PORTNAME= starship DISTVERSION= 0.54.0 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/Makefile b/sysutils/Makefile index 1c6073e67fb..2f0cd87f080 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -162,13 +162,11 @@ SUBDIR += cfengine-masterfiles-devel SUBDIR += cfengine-masterfiles310 SUBDIR += cfengine-masterfiles311 - SUBDIR += cfengine-masterfiles314 SUBDIR += cfengine-masterfiles315 SUBDIR += cfengine-masterfiles316 SUBDIR += cfengine-masterfiles317 SUBDIR += cfengine310 SUBDIR += cfengine311 - SUBDIR += cfengine314 SUBDIR += cfengine315 SUBDIR += cfengine316 SUBDIR += cfengine317 @@ -1262,6 +1260,7 @@ SUBDIR += sensu-go SUBDIR += serf SUBDIR += setcdboot + SUBDIR += setsid SUBDIR += sformat SUBDIR += sg3_utils SUBDIR += shim @@ -1296,7 +1295,6 @@ SUBDIR += squashfs-tools SUBDIR += ssd_report SUBDIR += sshsudo - SUBDIR += ssid SUBDIR += ssync SUBDIR += stalepid SUBDIR += stanchion @@ -1459,7 +1457,6 @@ SUBDIR += uptimed SUBDIR += usb_modeswitch SUBDIR += usbhid-dump - SUBDIR += usbhotkey SUBDIR += usbtop SUBDIR += usbutils SUBDIR += uschedule diff --git a/sysutils/ansible2/Makefile b/sysutils/ansible2/Makefile index 3e2222c36ee..940c4f60fd2 100644 --- a/sysutils/ansible2/Makefile +++ b/sysutils/ansible2/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible -PORTVERSION?= 2.9.22 +PORTVERSION?= 2.9.23 PORTREVISION?= 0 CATEGORIES= sysutils python MASTER_SITES= http://releases.ansible.com/ansible/ diff --git a/sysutils/ansible2/distinfo b/sysutils/ansible2/distinfo index a2d51e26509..55253043621 100644 --- a/sysutils/ansible2/distinfo +++ b/sysutils/ansible2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621933367 -SHA256 (ansible-2.9.22.tar.gz) = 49a4139a4315282c0588f1691b450ebc8309772c149f6cf342d2039bc3a48b6f -SIZE (ansible-2.9.22.tar.gz) = 14278328 +TIMESTAMP = 1624637903 +SHA256 (ansible-2.9.23.tar.gz) = b7ca0fac00dd09e11bf69eb40da1405881b466ad2adb88e7aee3e2387e66f9ad +SIZE (ansible-2.9.23.tar.gz) = 14277981 diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index 8c94048a7e3..9e636d27738 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -1,6 +1,6 @@ PORTNAME= auto-admin -DISTVERSION= 0.7.5-2 -DISTVERSIONSUFFIX= -g1a7969c +DISTVERSION= 0.7.5-5 +DISTVERSIONSUFFIX= -gfe52c7c CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index 61fe94673b4..61a9ec18b52 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624302019 -SHA256 (outpaddling-auto-admin-0.7.5-2-g1a7969c_GH0.tar.gz) = 3298ba6a5e77c79273a8358f0d9a9ea3cefbdbe4a40c913b311591ec8927b217 -SIZE (outpaddling-auto-admin-0.7.5-2-g1a7969c_GH0.tar.gz) = 105655 +TIMESTAMP = 1624883576 +SHA256 (outpaddling-auto-admin-0.7.5-5-gfe52c7c_GH0.tar.gz) = 8c9123577aa180f08414a004acf8606c81d285f0a7587ef0d199b100e4661738 +SIZE (outpaddling-auto-admin-0.7.5-5-gfe52c7c_GH0.tar.gz) = 105785 diff --git a/sysutils/bhyve-firmware/Makefile b/sysutils/bhyve-firmware/Makefile index 1fb78f76049..3c601a11f7e 100644 --- a/sysutils/bhyve-firmware/Makefile +++ b/sysutils/bhyve-firmware/Makefile @@ -14,11 +14,4 @@ OPTIONS_DEFAULT= CSM CSM_DESC= Include firmware with Compatibility Support Module CSM_RUN_DEPENDS= uefi-edk2-bhyve-csm>=0:sysutils/uefi-edk2-bhyve-csm -.include - -.if ${PORT_OPTIONS:MCSM} -DEPRECATED= Uses EOL Python 2.7 via sysutils/uefi-edk2-bhyve -EXPIRATION_DATE=2021-06-23 -.endif - .include diff --git a/sysutils/cfengine-masterfiles314/Makefile b/sysutils/cfengine-masterfiles314/Makefile deleted file mode 100644 index 9bb8e03896d..00000000000 --- a/sysutils/cfengine-masterfiles314/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: cy@FreeBSD.org - -PORTNAME= cfengine-masterfiles -PORTVERSION= 3.14.0 -CATEGORIES= sysutils -MASTER_SITES= https://cfengine-package-repos.s3.amazonaws.com/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= cfengine sample policies for installations and upgrades - -LICENSE= GPLv3 - -CPE_VENDOR= gnu - -DEPRECATED= Expire one year after cfengine 3.16.0 released -EXPIRATION_DATE= 2021-06-22 - -CONFLICTS= cfengine-masterfiles3[0-9]-* cfengine-masterfiles31[013-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 314 -CONFLICTS+= cfengine-masterfiles-3.* -.endif - -RUN_DEPENDS= cf-agent:sysutils/cfengine${PKGNAMESUFFIX} - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -MAKE_JOBS_UNSAFE= yes -USES= cpe gmake python:build shebangfix -HAS_CONFIGURE= yes -EXAMPLESDIR= ${PREFIX}/share/examples/cfengine-masterfiles -CONFIGURE_ARGS= --prefix=${EXAMPLESDIR} -SHEBANG_FILES= modules/packages/yum modules/packages/zypper - -.include diff --git a/sysutils/cfengine-masterfiles314/distinfo b/sysutils/cfengine-masterfiles314/distinfo deleted file mode 100644 index 4cb4b97d789..00000000000 --- a/sysutils/cfengine-masterfiles314/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1562073630 -SHA256 (cfengine-masterfiles-3.14.0.tar.gz) = 1afea1fbeb8aae24541d62b0f8ed7633540b2a5eec99561fa1318dc171ff1c7c -SIZE (cfengine-masterfiles-3.14.0.tar.gz) = 459854 diff --git a/sysutils/cfengine-masterfiles314/pkg-descr b/sysutils/cfengine-masterfiles314/pkg-descr deleted file mode 100644 index 5b2d2217b44..00000000000 --- a/sysutils/cfengine-masterfiles314/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -CFEngine 3 is a popular open source configuration management system. -Its primary function is to provide automated configuration and -maintenance of large-scale computer systems. - -The repository is intended to provide a stable base policy for -installations and upgrades, and is used by CFEngine 3.6 and newer. -The port installs the repository as examples which should be copied by -the user to the masterfiles directory (usually /var/cfengine/masterfiles). - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine-masterfiles314/pkg-plist b/sysutils/cfengine-masterfiles314/pkg-plist deleted file mode 100644 index ebdbb115fba..00000000000 --- a/sysutils/cfengine-masterfiles314/pkg-plist +++ /dev/null @@ -1,100 +0,0 @@ -%%EXAMPLESDIR%%/masterfiles/cfe_internal/CFE_cfengine.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/deprecated/cfengine_processes.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/host_info_report.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/limit_robot_agents.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/log_rotation.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/watchdog/templates/watchdog.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/core/watchdog/watchdog.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_hub_specific.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/CFE_knowledge.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/file_change.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_def.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/ha/ha_update.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/main.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/mission_portal.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/httpd.conf.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.php.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/enterprise/templates/runalerts.sh.mustache -%%EXAMPLESDIR%%/masterfiles/cfe_internal/recommendations.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_dc_workflow.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/cfe_internal_update_from_repository.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/lib.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/systemd_units.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_bins.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_policy.cf -%%EXAMPLESDIR%%/masterfiles/cfe_internal/update/update_processes.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_agent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_execd.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_hub.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_monitord.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_runagent.cf -%%EXAMPLESDIR%%/masterfiles/controls/cf_serverd.cf -%%EXAMPLESDIR%%/masterfiles/controls/def.cf -%%EXAMPLESDIR%%/masterfiles/controls/def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/controls/reports.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def.cf -%%EXAMPLESDIR%%/masterfiles/controls/update_def_inputs.cf -%%EXAMPLESDIR%%/masterfiles/inventory/aix.cf -%%EXAMPLESDIR%%/masterfiles/inventory/any.cf -%%EXAMPLESDIR%%/masterfiles/inventory/debian.cf -%%EXAMPLESDIR%%/masterfiles/inventory/freebsd.cf -%%EXAMPLESDIR%%/masterfiles/inventory/generic.cf -%%EXAMPLESDIR%%/masterfiles/inventory/linux.cf -%%EXAMPLESDIR%%/masterfiles/inventory/lsb.cf -%%EXAMPLESDIR%%/masterfiles/inventory/macos.cf -%%EXAMPLESDIR%%/masterfiles/inventory/os.cf -%%EXAMPLESDIR%%/masterfiles/inventory/redhat.cf -%%EXAMPLESDIR%%/masterfiles/inventory/suse.cf -%%EXAMPLESDIR%%/masterfiles/inventory/windows.cf -%%EXAMPLESDIR%%/masterfiles/lib/autorun.cf -%%EXAMPLESDIR%%/masterfiles/lib/bundles.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfe_internal_hub.cf -%%EXAMPLESDIR%%/masterfiles/lib/cfengine_enterprise_hub_ha.cf -%%EXAMPLESDIR%%/masterfiles/lib/commands.cf -%%EXAMPLESDIR%%/masterfiles/lib/common.cf -%%EXAMPLESDIR%%/masterfiles/lib/databases.cf -%%EXAMPLESDIR%%/masterfiles/lib/edit_xml.cf -%%EXAMPLESDIR%%/masterfiles/lib/event.cf -%%EXAMPLESDIR%%/masterfiles/lib/examples.cf -%%EXAMPLESDIR%%/masterfiles/lib/feature.cf -%%EXAMPLESDIR%%/masterfiles/lib/files.cf -%%EXAMPLESDIR%%/masterfiles/lib/guest_environments.cf -%%EXAMPLESDIR%%/masterfiles/lib/monitor.cf -%%EXAMPLESDIR%%/masterfiles/lib/packages.cf -%%EXAMPLESDIR%%/masterfiles/lib/paths.cf -%%EXAMPLESDIR%%/masterfiles/lib/processes.cf -%%EXAMPLESDIR%%/masterfiles/lib/reports.cf -%%EXAMPLESDIR%%/masterfiles/lib/services.cf -%%EXAMPLESDIR%%/masterfiles/lib/stdlib.cf -%%EXAMPLESDIR%%/masterfiles/lib/storage.cf -%%EXAMPLESDIR%%/masterfiles/lib/testing.cf -%%EXAMPLESDIR%%/masterfiles/lib/users.cf -%%EXAMPLESDIR%%/masterfiles/lib/vcs.cf -%%EXAMPLESDIR%%/masterfiles/promises.cf -%%EXAMPLESDIR%%/masterfiles/services/autorun/hello.cf -%%EXAMPLESDIR%%/masterfiles/services/main.cf -%%EXAMPLESDIR%%/masterfiles/standalone_self_upgrade.cf -%%EXAMPLESDIR%%/masterfiles/templates/cf-apache.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-execd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-hub.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-monitord.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-postgres.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-runalerts.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cf-serverd.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine3.service.mustache -%%EXAMPLESDIR%%/masterfiles/templates/cfengine_watchdog.mustache -%%EXAMPLESDIR%%/masterfiles/templates/host_info_report.mustache -%%EXAMPLESDIR%%/masterfiles/templates/json_multiline.mustache -%%EXAMPLESDIR%%/masterfiles/templates/json_serial.mustache -%%EXAMPLESDIR%%/masterfiles/update.cf -%%EXAMPLESDIR%%/modules/packages/apt_get -%%EXAMPLESDIR%%/modules/packages/freebsd_ports -%%EXAMPLESDIR%%/modules/packages/nimclient -%%EXAMPLESDIR%%/modules/packages/pkg -%%EXAMPLESDIR%%/modules/packages/pkgsrc -%%EXAMPLESDIR%%/modules/packages/slackpkg -%%EXAMPLESDIR%%/modules/packages/yum -%%EXAMPLESDIR%%/modules/packages/zypper diff --git a/sysutils/cfengine314/Makefile b/sysutils/cfengine314/Makefile deleted file mode 100644 index 2275cf228c0..00000000000 --- a/sysutils/cfengine314/Makefile +++ /dev/null @@ -1,74 +0,0 @@ -# Created by: jrhett@netconsonance.com - -PORTNAME= cfengine -PORTVERSION= 3.14.0 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= https://s3.amazonaws.com/cfengine-package-repos/tarballs/ - -MAINTAINER= cy@FreeBSD.org -# gjb@FreeBSD.org is also committer for this port -# skreuzer@FreeBSD.org is also committer for this port -COMMENT= Systems administration tool for networks - -LICENSE= GPLv3 - -CPE_VENDOR= gnu - -DEPRECATED= Expire one year after cfengine 3.16.0 released -EXPIRATION_DATE= 2021-06-22 - -CONFLICTS= cfengine3[0-9]-* cfengine31[013-9]-* -.if !defined(MASTERDIR) -PKGNAMESUFFIX= 314 -CONFLICTS+= cfengine-3.* -.endif - -FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} - -USE_RC_SUBR= cf-execd cf-serverd cf-monitord - -MAKE_JOBS_UNSAFE= yes -USE_LDCONFIG= yes -GNU_CONFIGURE= yes -USES= autoreconf cpe gmake gnome libtool localbase shebangfix ssl -USE_GNOME= libxml2 -SHEBANG_FILES= examples/remake_outputs.pl -CFLAGS+= -Wno-return-type -fcommon -# EXAMPLESDIR= ${PREFIX}/share/examples/cfengine3 -DOCSDIR= ${PREFIX}/share/doc/cfengine -MAKE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ENV= EXPLICIT_VERSION=${PORTVERSION} -CONFIGURE_ARGS= --docdir=${DOCSDIR} \ - --htmldir=${DOCSDIR}/html \ - --libexecdir=${PREFIX}/libexec \ - --libdir=${PREFIX}/libexec \ - --mandir=${PREFIX}/man \ - --with-workdir=/var/cfengine \ - --with-pcre=${LOCALBASE} \ - --with-lmdb=${LOCALBASE} \ - --enable-fhs -INSTALL_TARGET= install-strip - -LIB_DEPENDS+= libpcre.so:devel/pcre \ - liblmdb.so:databases/lmdb \ - libyaml.so:textproc/libyaml \ - libcurl.so:ftp/curl - -OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT - -PGSQL_USES= pgsql -PGSQL_CONFIGURE_WITH= --with-postgresql=${LOCALBASE} -PGSQL_CONFIGURE_OFF= --without-postgresql - -MYSQL_USES= mysql -MYSQL_BROKEN= configure: error: MySQL client library exports symbols (EVP_CIPHER_CTX_init) clashing with OpenSSL. -MYSQL_CONFIGURE_WITH= --with-mysql=${LOCALBASE} -MYSQL_CONFIGURE_OFF= --without-mysql -MYSQL_LIB_DEPENDS= libmysqlclient.so:${_MYSQL_CLIENT} -MYSQL_LDFLAGS= -L${LOCALBASE}/lib/mysql - -LIBVIRT_CONFIGURE_WITH= --with-libvirt=${LOCALBASE} -LIBVIRT_LIB_DEPENDS+= libvirt.so:devel/libvirt - -.include diff --git a/sysutils/cfengine314/distinfo b/sysutils/cfengine314/distinfo deleted file mode 100644 index 3bf1671db1b..00000000000 --- a/sysutils/cfengine314/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1562073631 -SHA256 (cfengine-3.14.0.tar.gz) = 738d9ade96817c26123046281b6dc8d3c325a2f0f3662e9b23a8e572a4cf4267 -SIZE (cfengine-3.14.0.tar.gz) = 2562805 diff --git a/sysutils/cfengine314/files/cf-execd.in b/sysutils/cfengine314/files/cf-execd.in deleted file mode 100644 index b40d3507649..00000000000 --- a/sysutils/cfengine314/files/cf-execd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-execd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-execd(8) -# -# cf_execd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-execd. -# cf_execd_flags (str): Custom additional arguments to be passed -# to cf-execd (default empty). -# - -. /etc/rc.subr - -name="cf_execd" -rcvar=cf_execd_enable - -command="%%PREFIX%%/bin/cf-execd" - -load_rc_config $name - -: ${cf_execd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine314/files/cf-monitord.in b/sysutils/cfengine314/files/cf-monitord.in deleted file mode 100644 index dd21a0aaed6..00000000000 --- a/sysutils/cfengine314/files/cf-monitord.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-monitord -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-monitord(8) -# -# cf_monitord_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-monitord. -# cf_monitord_flags (str): Custom additional arguments to be passed -# to cf-monitord (default empty). -# - -. /etc/rc.subr - -name="cf_monitord" -rcvar=cf_monitord_enable - -command="%%PREFIX%%/bin/cf-monitord" - -load_rc_config $name - -: ${cf_monitord_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine314/files/cf-serverd.in b/sysutils/cfengine314/files/cf-serverd.in deleted file mode 100644 index 93827488735..00000000000 --- a/sysutils/cfengine314/files/cf-serverd.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# PROVIDE: cf-serverd -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following line to /etc/rc.conf[.local] to enable cf-serverd(8) -# -# cf_serverd_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable cf-serverd. -# cf_serverd_flags (str): Custom additional arguments to be passed -# to cf-serverd (default empty). -# - -. /etc/rc.subr - -name="cf_serverd" -rcvar=cf_serverd_enable - -command="%%PREFIX%%/bin/cf-serverd" - -load_rc_config $name - -: ${cf_serverd_enable="NO"} - -run_rc_command "$1" diff --git a/sysutils/cfengine314/pkg-descr b/sysutils/cfengine314/pkg-descr deleted file mode 100644 index 47d900688ce..00000000000 --- a/sysutils/cfengine314/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Cfengine is an automated suite of programs for configuring and -maintaining Unix-like computers. It has been used on computing arrays -of between 1 and 20,000 computers since 1993 by a wide range of -organizations. Cfengine is supported by active research and was the -first autonomic, hands-free management system for Unix-like operating -systems. Cfengine is an autonomic maintenance system not merely a -change management roll-out tool. Cfengine has a history of security -and adaptability. - -WWW: https://cfengine.com/ diff --git a/sysutils/cfengine314/pkg-plist b/sysutils/cfengine314/pkg-plist deleted file mode 100644 index 717a6ba8c48..00000000000 --- a/sysutils/cfengine314/pkg-plist +++ /dev/null @@ -1,407 +0,0 @@ -bin/cf-agent -bin/cf-check -bin/cf-execd -bin/cf-key -bin/cf-monitord -bin/cf-net -bin/cf-promises -bin/cf-runagent -bin/cf-serverd -bin/cf-upgrade -bin/rpmvercmp -libexec/cfengine/libpromises.so -libexec/cfengine/libpromises.so.3 -libexec/cfengine/libpromises.so.3.0.6 -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/README.md -%%DOCSDIR%%/examples/abort.cf -%%DOCSDIR%%/examples/accessed_before.cf -%%DOCSDIR%%/examples/accessedbefore.cf -%%DOCSDIR%%/examples/accumulated_time.cf -%%DOCSDIR%%/examples/acl.cf -%%DOCSDIR%%/examples/acl_generic.cf -%%DOCSDIR%%/examples/acl_ntfs.cf -%%DOCSDIR%%/examples/acl_secret.cf -%%DOCSDIR%%/examples/active_directory.cf -%%DOCSDIR%%/examples/activedirectory_listusers.cf -%%DOCSDIR%%/examples/activedirectory_showuser.cf -%%DOCSDIR%%/examples/ago.cf -%%DOCSDIR%%/examples/app_baseline.cf -%%DOCSDIR%%/examples/appgroups.cf -%%DOCSDIR%%/examples/arrays.cf -%%DOCSDIR%%/examples/augment.cf -%%DOCSDIR%%/examples/backreferences_files.cf -%%DOCSDIR%%/examples/badpromise.cf -%%DOCSDIR%%/examples/badtype.cf -%%DOCSDIR%%/examples/bsdflags.cf -%%DOCSDIR%%/examples/bundle_return_values.cf -%%DOCSDIR%%/examples/bundlesequence.cf -%%DOCSDIR%%/examples/bundlesmatching.cf -%%DOCSDIR%%/examples/bundlestate.cf -%%DOCSDIR%%/examples/canonify.cf -%%DOCSDIR%%/examples/cf2_integration.cf -%%DOCSDIR%%/examples/change_detect.cf -%%DOCSDIR%%/examples/changedbefore.cf -%%DOCSDIR%%/examples/chdir.cf -%%DOCSDIR%%/examples/class-automatic-canonificiation.cf -%%DOCSDIR%%/examples/classes_global.cf -%%DOCSDIR%%/examples/classesmatching.cf -%%DOCSDIR%%/examples/classmatch.cf -%%DOCSDIR%%/examples/classvar_convergence.cf -%%DOCSDIR%%/examples/commands.cf -%%DOCSDIR%%/examples/compare.cf -%%DOCSDIR%%/examples/container_iteration.cf -%%DOCSDIR%%/examples/container_key_iteration.cf -%%DOCSDIR%%/examples/control_expand.cf -%%DOCSDIR%%/examples/controlclasses.cf -%%DOCSDIR%%/examples/copy.cf -%%DOCSDIR%%/examples/copy_classes.cf -%%DOCSDIR%%/examples/copy_copbl.cf -%%DOCSDIR%%/examples/copy_edit.cf -%%DOCSDIR%%/examples/copydir_copbl.cf -%%DOCSDIR%%/examples/copylinks.cf -%%DOCSDIR%%/examples/countclassesmatching.cf -%%DOCSDIR%%/examples/countlinesmatching.cf -%%DOCSDIR%%/examples/create_filedir.cf -%%DOCSDIR%%/examples/createdb.cf -%%DOCSDIR%%/examples/customize_by_named_list.cf -%%DOCSDIR%%/examples/data_expand.cf -%%DOCSDIR%%/examples/data_readstringarray.cf -%%DOCSDIR%%/examples/data_regextract.cf -%%DOCSDIR%%/examples/datastate.cf -%%DOCSDIR%%/examples/defaults.cf -%%DOCSDIR%%/examples/defaults2.cf -%%DOCSDIR%%/examples/defaults3.cf -%%DOCSDIR%%/examples/definitions.cf -%%DOCSDIR%%/examples/deletelines.cf -%%DOCSDIR%%/examples/depends_on.cf -%%DOCSDIR%%/examples/depends_on2.cf -%%DOCSDIR%%/examples/difference.cf -%%DOCSDIR%%/examples/dirname.cf -%%DOCSDIR%%/examples/disable.cf -%%DOCSDIR%%/examples/disable_and_rotate_files.cf -%%DOCSDIR%%/examples/diskfree.cf -%%DOCSDIR%%/examples/dollar.cf -%%DOCSDIR%%/examples/edit_column_files.cf -%%DOCSDIR%%/examples/edit_comment_lines.cf -%%DOCSDIR%%/examples/edit_deletenotmatch.cf -%%DOCSDIR%%/examples/edit_insert_fuzzylines.cf -%%DOCSDIR%%/examples/edit_insert_lines.cf -%%DOCSDIR%%/examples/edit_insert_lines_silly.cf -%%DOCSDIR%%/examples/edit_passwd_file.cf -%%DOCSDIR%%/examples/edit_passwd_file_basic.cf -%%DOCSDIR%%/examples/edit_replace_string.cf -%%DOCSDIR%%/examples/edit_sectioned_file.cf -%%DOCSDIR%%/examples/edit_setvar.cf -%%DOCSDIR%%/examples/edit_template.cf -%%DOCSDIR%%/examples/edit_triggerclass.cf -%%DOCSDIR%%/examples/edit_xml.cf -%%DOCSDIR%%/examples/ensure_line_present_prepend_append.cf -%%DOCSDIR%%/examples/env.cf -%%DOCSDIR%%/examples/epimenides.cf -%%DOCSDIR%%/examples/escape.cf -%%DOCSDIR%%/examples/eval.cf -%%DOCSDIR%%/examples/every.cf -%%DOCSDIR%%/examples/exec_args.cf -%%DOCSDIR%%/examples/exec_in_sequence.cf -%%DOCSDIR%%/examples/execd.cf -%%DOCSDIR%%/examples/execresult.cf -%%DOCSDIR%%/examples/expand.cf -%%DOCSDIR%%/examples/failedcommand.cf -%%DOCSDIR%%/examples/failsafe.cf -%%DOCSDIR%%/examples/file_change_detection.cf -%%DOCSDIR%%/examples/file_hash.cf -%%DOCSDIR%%/examples/file_owner_list_template.cf -%%DOCSDIR%%/examples/fileexists.cf -%%DOCSDIR%%/examples/filenames.cf -%%DOCSDIR%%/examples/fileperms.cf -%%DOCSDIR%%/examples/filesexist.cf -%%DOCSDIR%%/examples/filesexist2.cf -%%DOCSDIR%%/examples/filesize.cf -%%DOCSDIR%%/examples/filestat.cf -%%DOCSDIR%%/examples/filter.cf -%%DOCSDIR%%/examples/findfiles.cf -%%DOCSDIR%%/examples/fix_names.cf -%%DOCSDIR%%/examples/format.cf -%%DOCSDIR%%/examples/getclassmetatags.cf -%%DOCSDIR%%/examples/getenv.cf -%%DOCSDIR%%/examples/getfields.cf -%%DOCSDIR%%/examples/getgid.cf -%%DOCSDIR%%/examples/getindices.cf -%%DOCSDIR%%/examples/getindices_and_values.cf -%%DOCSDIR%%/examples/getmacaddress.cf -%%DOCSDIR%%/examples/getregistry.cf -%%DOCSDIR%%/examples/getuid.cf -%%DOCSDIR%%/examples/getuserinfo.cf -%%DOCSDIR%%/examples/getusers.cf -%%DOCSDIR%%/examples/getvalues.cf -%%DOCSDIR%%/examples/getvariablemetatags.cf -%%DOCSDIR%%/examples/global_list_expansion.cf -%%DOCSDIR%%/examples/global_list_expansion_2.cf -%%DOCSDIR%%/examples/grep.cf -%%DOCSDIR%%/examples/groupexists.cf -%%DOCSDIR%%/examples/guest_environment_kvm.cf -%%DOCSDIR%%/examples/hash.cf -%%DOCSDIR%%/examples/hash_to_int.cf -%%DOCSDIR%%/examples/hashcomment.cf -%%DOCSDIR%%/examples/hashmatch.cf -%%DOCSDIR%%/examples/hashuncomment.cf -%%DOCSDIR%%/examples/helloworld.cf -%%DOCSDIR%%/examples/host2ip.cf -%%DOCSDIR%%/examples/hostrange.cf -%%DOCSDIR%%/examples/hostsseen.cf -%%DOCSDIR%%/examples/hostswithclass.cf -%%DOCSDIR%%/examples/hub.cf -%%DOCSDIR%%/examples/id.cf -%%DOCSDIR%%/examples/inherit.cf -%%DOCSDIR%%/examples/insert_users.cf -%%DOCSDIR%%/examples/intarray.cf -%%DOCSDIR%%/examples/intersection.cf -%%DOCSDIR%%/examples/inventory_cpu.cf -%%DOCSDIR%%/examples/ip2host.cf -%%DOCSDIR%%/examples/iprange.cf -%%DOCSDIR%%/examples/irange.cf -%%DOCSDIR%%/examples/isdir.cf -%%DOCSDIR%%/examples/isexecutable.cf -%%DOCSDIR%%/examples/isgreaterthan.cf -%%DOCSDIR%%/examples/isipinsubnet.cf -%%DOCSDIR%%/examples/islessthan.cf -%%DOCSDIR%%/examples/islink.cf -%%DOCSDIR%%/examples/isnewerthan.cf -%%DOCSDIR%%/examples/isplain.cf -%%DOCSDIR%%/examples/isvariable.cf -%%DOCSDIR%%/examples/iteration.cf -%%DOCSDIR%%/examples/join.cf -%%DOCSDIR%%/examples/kill_process_running_wrong_user.cf -%%DOCSDIR%%/examples/knowledge_driver.cf -%%DOCSDIR%%/examples/knowledge_txt.cf -%%DOCSDIR%%/examples/lastnode.cf -%%DOCSDIR%%/examples/ldap.cf -%%DOCSDIR%%/examples/length.cf -%%DOCSDIR%%/examples/linking.cf -%%DOCSDIR%%/examples/literal_server.cf -%%DOCSDIR%%/examples/local_group_present.cf -%%DOCSDIR%%/examples/local_user_password.cf -%%DOCSDIR%%/examples/local_user_secondary_group_member.cf -%%DOCSDIR%%/examples/local_users_absent.cf -%%DOCSDIR%%/examples/local_users_locked.cf -%%DOCSDIR%%/examples/local_users_present.cf -%%DOCSDIR%%/examples/locate_files_and_compress.cf -%%DOCSDIR%%/examples/log_private.cf -%%DOCSDIR%%/examples/loops.cf -%%DOCSDIR%%/examples/lsdir.cf -%%DOCSDIR%%/examples/main.cf -%%DOCSDIR%%/examples/main_entry_point.cf -%%DOCSDIR%%/examples/main_library.cf -%%DOCSDIR%%/examples/maparray.cf -%%DOCSDIR%%/examples/mapdata.cf -%%DOCSDIR%%/examples/mapdata_jsonpipe.cf -%%DOCSDIR%%/examples/maplist.cf -%%DOCSDIR%%/examples/max-min-mean-variance.cf -%%DOCSDIR%%/examples/measure_log.cf -%%DOCSDIR%%/examples/measurements.cf -%%DOCSDIR%%/examples/menu.cf -%%DOCSDIR%%/examples/mergedata.cf -%%DOCSDIR%%/examples/meta.cf -%%DOCSDIR%%/examples/method.cf -%%DOCSDIR%%/examples/method_polymorph.cf -%%DOCSDIR%%/examples/method_validate.cf -%%DOCSDIR%%/examples/method_var.cf -%%DOCSDIR%%/examples/method_var2.cf -%%DOCSDIR%%/examples/missing_ok.cf -%%DOCSDIR%%/examples/module_exec.cf -%%DOCSDIR%%/examples/module_exec_2.cf -%%DOCSDIR%%/examples/monitord.cf -%%DOCSDIR%%/examples/mount_fs.cf -%%DOCSDIR%%/examples/multipassvars.cf -%%DOCSDIR%%/examples/multiple_outcomes.cf -%%DOCSDIR%%/examples/mustache_classes.cf -%%DOCSDIR%%/examples/mustache_template_motd.cf -%%DOCSDIR%%/examples/namespace.cf -%%DOCSDIR%%/examples/namespace1.cf -%%DOCSDIR%%/examples/namespace2.cf -%%DOCSDIR%%/examples/namespace3.cf -%%DOCSDIR%%/examples/namespace_class1.cf -%%DOCSDIR%%/examples/namespace_classes.cf -%%DOCSDIR%%/examples/namespace_var_meta.cf -%%DOCSDIR%%/examples/namespace_var_meta2.cf -%%DOCSDIR%%/examples/neighbourhood_watch.cf -%%DOCSDIR%%/examples/none.cf -%%DOCSDIR%%/examples/nth.cf -%%DOCSDIR%%/examples/null_config.cf -%%DOCSDIR%%/examples/occurrences.cf -%%DOCSDIR%%/examples/orchestrate_chain1.cf -%%DOCSDIR%%/examples/orchestrate_chain2.cf -%%DOCSDIR%%/examples/orchestrate_delay_trigger.cf -%%DOCSDIR%%/examples/orchestrate_dominoes1.cf -%%DOCSDIR%%/examples/orchestrate_dominoes2.cf -%%DOCSDIR%%/examples/orchestrate_dragon.cf -%%DOCSDIR%%/examples/orchestrate_dragon_load_balancer.cf -%%DOCSDIR%%/examples/orchestrate_n_of_m.cf -%%DOCSDIR%%/examples/orchestration_hostlist.cf -%%DOCSDIR%%/examples/ordering.cf -%%DOCSDIR%%/examples/package_apt.cf -%%DOCSDIR%%/examples/package_bundles.cf -%%DOCSDIR%%/examples/package_freebsd.cf -%%DOCSDIR%%/examples/package_latest.cf -%%DOCSDIR%%/examples/package_msi_file.cf -%%DOCSDIR%%/examples/package_msi_version.cf -%%DOCSDIR%%/examples/package_rpm.cf -%%DOCSDIR%%/examples/package_solaris.cf -%%DOCSDIR%%/examples/package_windows_feature.cf -%%DOCSDIR%%/examples/package_yum.cf -%%DOCSDIR%%/examples/package_zypper.cf -%%DOCSDIR%%/examples/packagesmatching.cf -%%DOCSDIR%%/examples/parallel_exec.cf -%%DOCSDIR%%/examples/parseintrealstringarray.cf -%%DOCSDIR%%/examples/parsestringarray.cf -%%DOCSDIR%%/examples/parsestringarrayidx.cf -%%DOCSDIR%%/examples/pathtype.cf -%%DOCSDIR%%/examples/pattern_and_edit.cf -%%DOCSDIR%%/examples/peerleader.cf -%%DOCSDIR%%/examples/peerleaders.cf -%%DOCSDIR%%/examples/peers.cf -%%DOCSDIR%%/examples/postfix.cf -%%DOCSDIR%%/examples/process_kill.cf -%%DOCSDIR%%/examples/process_matching.cf -%%DOCSDIR%%/examples/process_matching2.cf -%%DOCSDIR%%/examples/process_matching3.cf -%%DOCSDIR%%/examples/process_restart.cf -%%DOCSDIR%%/examples/process_restart_basic.cf -%%DOCSDIR%%/examples/process_signalling.cf -%%DOCSDIR%%/examples/processes_define_class_based_on_process_runtime.cf -%%DOCSDIR%%/examples/product.cf -%%DOCSDIR%%/examples/promise_knowledge.cf -%%DOCSDIR%%/examples/promises.cf -%%DOCSDIR%%/examples/quoting.cf -%%DOCSDIR%%/examples/randomint.cf -%%DOCSDIR%%/examples/readcsv.cf -%%DOCSDIR%%/examples/readdata.cf -%%DOCSDIR%%/examples/readfile.cf -%%DOCSDIR%%/examples/readintarray.cf -%%DOCSDIR%%/examples/readintrealstringlist.cf -%%DOCSDIR%%/examples/readlist.cf -%%DOCSDIR%%/examples/readrealarray.cf -%%DOCSDIR%%/examples/readstringarray.cf -%%DOCSDIR%%/examples/readtcp.cf -%%DOCSDIR%%/examples/reg_multiline.cf -%%DOCSDIR%%/examples/regarray.cf -%%DOCSDIR%%/examples/regcmp.cf -%%DOCSDIR%%/examples/regex_replace.cf -%%DOCSDIR%%/examples/regex_win.cf -%%DOCSDIR%%/examples/regextract.cf -%%DOCSDIR%%/examples/registry.cf -%%DOCSDIR%%/examples/registry_cache.cf -%%DOCSDIR%%/examples/registryvalue.cf -%%DOCSDIR%%/examples/regline.cf -%%DOCSDIR%%/examples/reglist.cf -%%DOCSDIR%%/examples/remake_outputs.pl -%%DOCSDIR%%/examples/remoteclasses.cf -%%DOCSDIR%%/examples/remoteclasses2.cf -%%DOCSDIR%%/examples/remotescalar.cf -%%DOCSDIR%%/examples/remove_deadlinks.cf -%%DOCSDIR%%/examples/rename.cf -%%DOCSDIR%%/examples/repairedcommand.cf -%%DOCSDIR%%/examples/report_custom.cf -%%DOCSDIR%%/examples/report_diffs.cf -%%DOCSDIR%%/examples/report_state.cf -%%DOCSDIR%%/examples/reporting.cf -%%DOCSDIR%%/examples/reports.cf -%%DOCSDIR%%/examples/reporttofile.cf -%%DOCSDIR%%/examples/resolveconf.cf -%%DOCSDIR%%/examples/returnszero.cf -%%DOCSDIR%%/examples/reverse.cf -%%DOCSDIR%%/examples/root_passwd.cf -%%DOCSDIR%%/examples/select_class.cf -%%DOCSDIR%%/examples/select_mode.cf -%%DOCSDIR%%/examples/select_region.cf -%%DOCSDIR%%/examples/select_size.cf -%%DOCSDIR%%/examples/selectservers.cf -%%DOCSDIR%%/examples/server_callback.cf -%%DOCSDIR%%/examples/server_copy_localhost.cf -%%DOCSDIR%%/examples/server_copy_purge.cf -%%DOCSDIR%%/examples/server_copy_remote.cf -%%DOCSDIR%%/examples/server_flatcopy_localhost.cf -%%DOCSDIR%%/examples/service_catalogue.cf -%%DOCSDIR%%/examples/service_catalogue_separate.cf -%%DOCSDIR%%/examples/service_disable.cf -%%DOCSDIR%%/examples/service_start.cf -%%DOCSDIR%%/examples/services.cf -%%DOCSDIR%%/examples/services_concept.cf -%%DOCSDIR%%/examples/services_default_service_bundle.cf -%%DOCSDIR%%/examples/services_win.cf -%%DOCSDIR%%/examples/setuidlog.cf -%%DOCSDIR%%/examples/setvar.cf -%%DOCSDIR%%/examples/shuffle.cf -%%DOCSDIR%%/examples/simple_ssh_key_distribution.cf -%%DOCSDIR%%/examples/software_dist.cf -%%DOCSDIR%%/examples/software_update_version_yum.cf -%%DOCSDIR%%/examples/some.cf -%%DOCSDIR%%/examples/sort.cf -%%DOCSDIR%%/examples/splitstring.cf -%%DOCSDIR%%/examples/sql_table_structure.cf -%%DOCSDIR%%/examples/storage.cf -%%DOCSDIR%%/examples/strcmp.cf -%%DOCSDIR%%/examples/strftime.cf -%%DOCSDIR%%/examples/string_downcase.cf -%%DOCSDIR%%/examples/string_head.cf -%%DOCSDIR%%/examples/string_length.cf -%%DOCSDIR%%/examples/string_mustache.cf -%%DOCSDIR%%/examples/string_replace.cf -%%DOCSDIR%%/examples/string_reverse.cf -%%DOCSDIR%%/examples/string_split.cf -%%DOCSDIR%%/examples/string_tail.cf -%%DOCSDIR%%/examples/string_upcase.cf -%%DOCSDIR%%/examples/stringarray.cf -%%DOCSDIR%%/examples/sublist.cf -%%DOCSDIR%%/examples/sum.cf -%%DOCSDIR%%/examples/switchcase.cf -%%DOCSDIR%%/examples/symlink.cf -%%DOCSDIR%%/examples/symlink_children.cf -%%DOCSDIR%%/examples/syslog.cf -%%DOCSDIR%%/examples/syslog2.cf -%%DOCSDIR%%/examples/template.cf -%%DOCSDIR%%/examples/template2.cf -%%DOCSDIR%%/examples/test_environment.cf -%%DOCSDIR%%/examples/tidy_all_files.cf -%%DOCSDIR%%/examples/translatepath.cf -%%DOCSDIR%%/examples/unique.cf -%%DOCSDIR%%/examples/unpack_method_calls.cf -%%DOCSDIR%%/examples/update.cf -%%DOCSDIR%%/examples/user_edit.cf -%%DOCSDIR%%/examples/user_edit_method.cf -%%DOCSDIR%%/examples/userexists.cf -%%DOCSDIR%%/examples/users_type.cf -%%DOCSDIR%%/examples/varclass.cf -%%DOCSDIR%%/examples/varexpansion.cf -%%DOCSDIR%%/examples/variablesmatching.cf -%%DOCSDIR%%/examples/variablesmatching_as_data.cf -%%DOCSDIR%%/examples/varnet.cf -%%DOCSDIR%%/examples/vars.cf -%%DOCSDIR%%/examples/warnifline.cf -%%DOCSDIR%%/examples/webserver.cf -%%DOCSDIR%%/examples/win_dns_client.cf -%%DOCSDIR%%/examples/win_emergency.cf -%%DOCSDIR%%/examples/win_registry.cf -%%DOCSDIR%%/examples/win_schedule.cf -%%DOCSDIR%%/examples/zenoss.cf -%%DOCSDIR%%/examples/mustache_comments.cf -%%DOCSDIR%%/examples/mustache_extension_compact_json.cf -%%DOCSDIR%%/examples/mustache_extension_expand_key.cf -%%DOCSDIR%%/examples/mustache_extension_multiline_json.cf -%%DOCSDIR%%/examples/mustache_extension_top.cf -%%DOCSDIR%%/examples/mustache_sections_empty_list.cf -%%DOCSDIR%%/examples/mustache_sections_inverted.cf -%%DOCSDIR%%/examples/mustache_sections_non_empty_list.cf -%%DOCSDIR%%/examples/mustache_sections_non_false_value.cf -%%DOCSDIR%%/examples/mustache_set_delimiters.cf -%%DOCSDIR%%/examples/mustache_variables.cf -%%DOCSDIR%%/examples/readenvfile.cf -%%DOCSDIR%%/examples/with.cf -@dir /var/cfengine/inputs -@dir /var/cfengine/modules -@dir /var/cfengine/outputs -@dir /var/cfengine/plugins -@dir /var/cfengine/state -@dir(root,wheel,700) /var/cfengine/ppkeys -@dir /var/cfengine diff --git a/sysutils/czkawka/Makefile b/sysutils/czkawka/Makefile index bbef337b782..2059c22eced 100644 --- a/sysutils/czkawka/Makefile +++ b/sysutils/czkawka/Makefile @@ -1,5 +1,6 @@ PORTNAME= czkawka DISTVERSION= 3.1.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= jbeich@FreeBSD.org diff --git a/sysutils/desktop-installer/Makefile b/sysutils/desktop-installer/Makefile index 8156257a494..b8b3556e10c 100644 --- a/sysutils/desktop-installer/Makefile +++ b/sysutils/desktop-installer/Makefile @@ -1,5 +1,6 @@ PORTNAME= desktop-installer -DISTVERSION= 0.7.4 +DISTVERSION= 0.7.4-5 +DISTVERSIONSUFFIX= -gcac7c33 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org diff --git a/sysutils/desktop-installer/distinfo b/sysutils/desktop-installer/distinfo index 8e10055233b..e90d7ef4aae 100644 --- a/sysutils/desktop-installer/distinfo +++ b/sysutils/desktop-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623880518 -SHA256 (outpaddling-desktop-installer-0.7.4_GH0.tar.gz) = 99cf5c8ffd3fb668cfe573ff52ba8a5cc0f9cb7887b55a9e8f27796b23a485a0 -SIZE (outpaddling-desktop-installer-0.7.4_GH0.tar.gz) = 193169 +TIMESTAMP = 1624027716 +SHA256 (outpaddling-desktop-installer-0.7.4-5-gcac7c33_GH0.tar.gz) = 0b8b42a7593e6c2f67b3e3d027f7d5de17c4e40f9c93d055dfb8245f89453357 +SIZE (outpaddling-desktop-installer-0.7.4-5-gcac7c33_GH0.tar.gz) = 194080 diff --git a/sysutils/desktop-installer/pkg-plist b/sysutils/desktop-installer/pkg-plist index 18f9c87a3b4..d05d9431d32 100644 --- a/sysutils/desktop-installer/pkg-plist +++ b/sysutils/desktop-installer/pkg-plist @@ -13,6 +13,7 @@ sbin/desktop-installer %%DATADIR%%/LXDE/xinitrc %%DATADIR%%/LXQT/xinitrc %%DATADIR%%/MATE/xinitrc +%%DATADIR%%/OTHER/xinitrc %%DATADIR%%/Scripts/battery-shutdown.sh %%DATADIR%%/Scripts/desktop-admin %%DATADIR%%/WMAKER/xinitrc diff --git a/sysutils/diskonaut/Makefile b/sysutils/diskonaut/Makefile index d118f27d7be..6560add7241 100644 --- a/sysutils/diskonaut/Makefile +++ b/sysutils/diskonaut/Makefile @@ -1,6 +1,6 @@ PORTNAME= diskonaut PORTVERSION= 0.11.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/diskonaut/files/patch-powerpc b/sysutils/diskonaut/files/patch-powerpc new file mode 100644 index 00000000000..402910d5be3 --- /dev/null +++ b/sysutils/diskonaut/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/dua-cli/Makefile b/sysutils/dua-cli/Makefile index 0dea710e13e..176fc4ab754 100644 --- a/sysutils/dua-cli/Makefile +++ b/sysutils/dua-cli/Makefile @@ -1,6 +1,7 @@ PORTNAME= dua-cli DISTVERSIONPREFIX= v -DISTVERSION= 2.13.0 +DISTVERSION= 2.13.1 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/dua-cli/distinfo b/sysutils/dua-cli/distinfo index fb703c7b8c8..57abdd18c37 100644 --- a/sysutils/dua-cli/distinfo +++ b/sysutils/dua-cli/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623260648 +TIMESTAMP = 1624707191 SHA256 (rust/crates/ansi_term-0.12.1.crate) = d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2 SIZE (rust/crates/ansi_term-0.12.1.crate) = 24838 SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b @@ -169,5 +169,5 @@ SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e9 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (Byron-dua-cli-v2.13.0_GH0.tar.gz) = 2af2408eecca4a1a04d0d395322f110b97e49d5366eb435e2e0e36b8b92684bb -SIZE (Byron-dua-cli-v2.13.0_GH0.tar.gz) = 57975 +SHA256 (Byron-dua-cli-v2.13.1_GH0.tar.gz) = 0012c85fdd65eb2c53066df6761864d3ade8c63bd82922826185eff3a40f9e16 +SIZE (Byron-dua-cli-v2.13.1_GH0.tar.gz) = 58026 diff --git a/sysutils/exa/Makefile b/sysutils/exa/Makefile index 1e0a79b0a3d..c168359cff9 100644 --- a/sysutils/exa/Makefile +++ b/sysutils/exa/Makefile @@ -1,7 +1,7 @@ PORTNAME= exa DISTVERSIONPREFIX= v DISTVERSION= 0.10.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org diff --git a/sysutils/exa/files/patch-powerpc b/sysutils/exa/files/patch-powerpc new file mode 100644 index 00000000000..4a416caf6ff --- /dev/null +++ b/sysutils/exa/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/facter/Makefile b/sysutils/facter/Makefile index 34273b2a231..d5362e923ab 100644 --- a/sysutils/facter/Makefile +++ b/sysutils/facter/Makefile @@ -1,5 +1,5 @@ PORTNAME= facter -PORTVERSION= 3.14.17 +PORTVERSION= 3.14.18 CATEGORIES?= sysutils MASTER_SITES= https://downloads.puppetlabs.com/facter/ diff --git a/sysutils/facter/distinfo b/sysutils/facter/distinfo index 7e98ee423cf..0c2cdf8dd4c 100644 --- a/sysutils/facter/distinfo +++ b/sysutils/facter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619808322 -SHA256 (facter-3.14.17.tar.gz) = d8e965d32e35ae352f166dca388f6f7dc0851cb458e8aff6cc4cfdd9556b3a65 -SIZE (facter-3.14.17.tar.gz) = 362038 +TIMESTAMP = 1624643511 +SHA256 (facter-3.14.18.tar.gz) = 0a7e871ca5a2e8bdd55b516fbab2c5d6a53af10527365174a4d82446d7cb87de +SIZE (facter-3.14.18.tar.gz) = 362509 diff --git a/sysutils/fd/Makefile b/sysutils/fd/Makefile index 27364a229a4..b0bbfafc83b 100644 --- a/sysutils/fd/Makefile +++ b/sysutils/fd/Makefile @@ -3,7 +3,7 @@ PORTNAME= fd DISTVERSIONPREFIX= v DISTVERSION= 8.2.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils PKGNAMESUFFIX= -find diff --git a/sysutils/fd/files/patch-powerpc b/sysutils/fd/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/sysutils/fd/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/firstboot-freebsd-update/Makefile b/sysutils/firstboot-freebsd-update/Makefile index fd86494e957..ae3a9d035ac 100644 --- a/sysutils/firstboot-freebsd-update/Makefile +++ b/sysutils/firstboot-freebsd-update/Makefile @@ -1,5 +1,5 @@ PORTNAME= firstboot-freebsd-update -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= sysutils MASTER_SITES= # none DISTFILES= # none diff --git a/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in b/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in index d2a925d9691..220825e8771 100644 --- a/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in +++ b/sysutils/firstboot-freebsd-update/files/firstboot_freebsd_update.in @@ -41,7 +41,7 @@ firstboot_freebsd_update_run() esac fi - freebsd-update fetch + freebsd-update --not-running-from-cron fetch if [ -e /var/db/freebsd-update/`echo / | sha256`-install ]; then freebsd-update install echo "Requesting reboot after installing updates." diff --git a/sysutils/flowgger/Makefile b/sysutils/flowgger/Makefile index 00fb4c50485..6262c167951 100644 --- a/sysutils/flowgger/Makefile +++ b/sysutils/flowgger/Makefile @@ -1,6 +1,6 @@ PORTNAME= flowgger DISTVERSION= 0.2.10 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MASTER_SITES= CRATESIO DISTFILES= ${CARGO_DIST_SUBDIR}/${DISTNAME}${CARGO_CRATE_EXT} diff --git a/sysutils/flowgger/files/patch-powerpc b/sysutils/flowgger/files/patch-powerpc new file mode 100644 index 00000000000..1b92066ac90 --- /dev/null +++ b/sysutils/flowgger/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/fselect/Makefile b/sysutils/fselect/Makefile index de4d8a2cbb8..75645d53c1a 100644 --- a/sysutils/fselect/Makefile +++ b/sysutils/fselect/Makefile @@ -1,5 +1,6 @@ PORTNAME= fselect -DISTVERSION= 0.7.5 +DISTVERSION= 0.7.6 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org @@ -22,22 +23,23 @@ CARGO_CRATES= adler-1.0.2 \ autocfg-1.0.1 \ base64-0.13.0 \ bitflags-1.2.1 \ - bitreader-0.3.3 \ - bitstream-io-1.0.0 \ + bitreader-0.3.4 \ + bitstream-io-1.1.0 \ block-buffer-0.9.0 \ block-padding-0.2.1 \ bstr-0.2.16 \ bytecount-0.6.2 \ byteorder-1.4.3 \ - bzip2-0.3.3 \ - bzip2-sys-0.1.10+1.0.8 \ - cc-1.0.67 \ + bzip2-0.4.3 \ + bzip2-sys-0.1.11+1.0.8 \ + cc-1.0.68 \ cfg-if-0.1.10 \ cfg-if-1.0.0 \ chrono-0.4.19 \ chrono-english-0.1.6 \ + clipboard-win-4.2.1 \ cloudabi-0.0.3 \ - cpufeatures-0.1.1 \ + cpufeatures-0.1.4 \ crc32fast-1.2.1 \ csv-1.1.6 \ csv-core-0.1.10 \ @@ -48,18 +50,19 @@ CARGO_CRATES= adler-1.0.2 \ dirs-sys-next-0.1.2 \ either-1.6.1 \ endian-type-0.1.2 \ - env_logger-0.8.3 \ + env_logger-0.8.4 \ + error-code-2.3.0 \ fallible_collections-0.3.1 \ + fd-lock-2.0.0 \ fixedbitset-0.2.0 \ flate2-1.0.20 \ fnv-1.0.7 \ - fs2-0.4.3 \ generic-array-0.14.4 \ getrandom-0.1.16 \ - getrandom-0.2.2 \ + getrandom-0.2.3 \ hashbrown-0.9.1 \ hermit-abi-0.1.18 \ - humansize-1.1.0 \ + humansize-1.1.1 \ humantime-2.1.0 \ imagesize-0.8.8 \ indexmap-1.6.2 \ @@ -68,11 +71,11 @@ CARGO_CRATES= adler-1.0.2 \ kamadak-exif-0.5.4 \ keccak-0.1.0 \ lazy_static-1.4.0 \ - libc-0.2.94 \ + libc-0.2.97 \ lock_api-0.3.4 \ log-0.4.14 \ lscolors-0.7.1 \ - matroska-0.5.5 \ + matroska-0.7.0 \ memchr-1.0.2 \ memchr-2.4.0 \ miniz_oxide-0.4.4 \ @@ -95,41 +98,42 @@ CARGO_CRATES= adler-1.0.2 \ pkg-config-0.3.19 \ ppv-lite86-0.2.10 \ proc-macro-hack-0.5.19 \ - proc-macro2-1.0.26 \ + proc-macro2-1.0.27 \ quote-1.0.9 \ radix_trie-0.2.1 \ rand-0.7.3 \ - rand-0.8.3 \ + rand-0.8.4 \ rand_chacha-0.2.2 \ - rand_chacha-0.3.0 \ + rand_chacha-0.3.1 \ rand_core-0.5.1 \ - rand_core-0.6.2 \ + rand_core-0.6.3 \ rand_hc-0.2.0 \ - rand_hc-0.3.0 \ + rand_hc-0.3.1 \ rand_pcg-0.2.1 \ redox_syscall-0.1.57 \ - redox_syscall-0.2.8 \ + redox_syscall-0.2.9 \ redox_users-0.4.0 \ regex-1.5.4 \ - regex-automata-0.1.9 \ + regex-automata-0.1.10 \ regex-syntax-0.6.25 \ - rustyline-8.0.0 \ + rustyline-8.2.0 \ ryu-1.0.5 \ scanlex-0.1.4 \ scopeguard-1.1.0 \ - serde-1.0.125 \ - serde_derive-1.0.125 \ + serde-1.0.126 \ + serde_derive-1.0.126 \ serde_json-1.0.64 \ - sha-1-0.9.5 \ - sha2-0.9.4 \ + sha-1-0.9.6 \ + sha2-0.9.5 \ sha3-0.9.1 \ siphasher-0.3.5 \ smallvec-1.6.1 \ static_assertions-1.1.0 \ - syn-1.0.72 \ + str-buf-1.0.5 \ + syn-1.0.73 \ termcolor-1.1.2 \ - thiserror-1.0.24 \ - thiserror-impl-1.0.24 \ + thiserror-1.0.25 \ + thiserror-impl-1.0.25 \ time-0.1.43 \ toml-0.5.8 \ tree_magic-0.2.3 \ @@ -148,7 +152,7 @@ CARGO_CRATES= adler-1.0.2 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ xattr-0.2.2 \ - zip-0.5.12 + zip-0.5.13 CARGO_FEATURES= --no-default-features PLIST_FILES= bin/${PORTNAME} \ diff --git a/sysutils/fselect/distinfo b/sysutils/fselect/distinfo index 741cb903d58..c8c3e946948 100644 --- a/sysutils/fselect/distinfo +++ b/sysutils/fselect/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1621014116 +TIMESTAMP = 1624707301 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/ahash-0.4.7.crate) = 739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e @@ -15,10 +15,10 @@ SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49e SIZE (rust/crates/base64-0.13.0.crate) = 62070 SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 -SHA256 (rust/crates/bitreader-0.3.3.crate) = 70a57a98015fc89125fae6054685a2586739fba82c8dbfe550dac9a5a76791a6 -SIZE (rust/crates/bitreader-0.3.3.crate) = 10777 -SHA256 (rust/crates/bitstream-io-1.0.0.crate) = 03539c739e37dab2c322ce07b1990089ca1fc7ad14b813e1538bf11bef98fe06 -SIZE (rust/crates/bitstream-io-1.0.0.crate) = 27035 +SHA256 (rust/crates/bitreader-0.3.4.crate) = 9178181a7d44239c6c8eaafa8688558a2ab5fa04b8855381f2681e9591fb941b +SIZE (rust/crates/bitreader-0.3.4.crate) = 11239 +SHA256 (rust/crates/bitstream-io-1.1.0.crate) = 1f5a101093baaea4d3684747b026ffae31b70666110bd1d46cfb28cb22be8bcc +SIZE (rust/crates/bitstream-io-1.1.0.crate) = 27078 SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 SHA256 (rust/crates/block-padding-0.2.1.crate) = 8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae @@ -29,12 +29,12 @@ SHA256 (rust/crates/bytecount-0.6.2.crate) = 72feb31ffc86498dacdbd0fcebb56138e71 SIZE (rust/crates/bytecount-0.6.2.crate) = 12347 SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 -SHA256 (rust/crates/bzip2-0.3.3.crate) = 42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b -SIZE (rust/crates/bzip2-0.3.3.crate) = 15346 -SHA256 (rust/crates/bzip2-sys-0.1.10+1.0.8.crate) = 17fa3d1ac1ca21c5c4e36a97f3c3eb25084576f6fc47bf0139c1123434216c6c -SIZE (rust/crates/bzip2-sys-0.1.10+1.0.8.crate) = 633563 -SHA256 (rust/crates/cc-1.0.67.crate) = e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd -SIZE (rust/crates/cc-1.0.67.crate) = 53486 +SHA256 (rust/crates/bzip2-0.4.3.crate) = 6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0 +SIZE (rust/crates/bzip2-0.4.3.crate) = 34195 +SHA256 (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc +SIZE (rust/crates/bzip2-sys-0.1.11+1.0.8.crate) = 633444 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd @@ -43,10 +43,12 @@ SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9 SIZE (rust/crates/chrono-0.4.19.crate) = 155663 SHA256 (rust/crates/chrono-english-0.1.6.crate) = 0be5180df5f7c41fc2416bc038bc8d78d44db8136c415b94ccbc95f523dc38e9 SIZE (rust/crates/chrono-english-0.1.6.crate) = 13462 +SHA256 (rust/crates/clipboard-win-4.2.1.crate) = 4e4ea1881992efc993e4dc50a324cdbd03216e41bdc8385720ff47efc9bd2ca8 +SIZE (rust/crates/clipboard-win-4.2.1.crate) = 12142 SHA256 (rust/crates/cloudabi-0.0.3.crate) = ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f SIZE (rust/crates/cloudabi-0.0.3.crate) = 22156 -SHA256 (rust/crates/cpufeatures-0.1.1.crate) = dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4 -SIZE (rust/crates/cpufeatures-0.1.1.crate) = 9863 +SHA256 (rust/crates/cpufeatures-0.1.4.crate) = ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8 +SIZE (rust/crates/cpufeatures-0.1.4.crate) = 10129 SHA256 (rust/crates/crc32fast-1.2.1.crate) = 81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a SIZE (rust/crates/crc32fast-1.2.1.crate) = 38172 SHA256 (rust/crates/csv-1.1.6.crate) = 22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1 @@ -67,30 +69,32 @@ SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227 SIZE (rust/crates/either-1.6.1.crate) = 13641 SHA256 (rust/crates/endian-type-0.1.2.crate) = c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d SIZE (rust/crates/endian-type-0.1.2.crate) = 2340 -SHA256 (rust/crates/env_logger-0.8.3.crate) = 17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f -SIZE (rust/crates/env_logger-0.8.3.crate) = 32543 +SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 +SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 +SHA256 (rust/crates/error-code-2.3.0.crate) = b5115567ac25674e0043e472be13d14e537f37ea8aa4bdc4aef0c89add1db1ff +SIZE (rust/crates/error-code-2.3.0.crate) = 5327 SHA256 (rust/crates/fallible_collections-0.3.1.crate) = 9599e8ccc571becb62700174680e54e5c50fc5b4d34c1c56d8915e0325650fea SIZE (rust/crates/fallible_collections-0.3.1.crate) = 48095 +SHA256 (rust/crates/fd-lock-2.0.0.crate) = 0010f02effd88c702318c5dde0463206be67495d0b4d906ba7c0a8f166cc7f06 +SIZE (rust/crates/fd-lock-2.0.0.crate) = 11368 SHA256 (rust/crates/fixedbitset-0.2.0.crate) = 37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d SIZE (rust/crates/fixedbitset-0.2.0.crate) = 13597 SHA256 (rust/crates/flate2-1.0.20.crate) = cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0 SIZE (rust/crates/flate2-1.0.20.crate) = 74036 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/fs2-0.4.3.crate) = 9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213 -SIZE (rust/crates/fs2-0.4.3.crate) = 13138 SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 -SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 -SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 -SHA256 (rust/crates/humansize-1.1.0.crate) = b6cab2627acfc432780848602f3f558f7e9dd427352224b0d9324025796d2a5e -SIZE (rust/crates/humansize-1.1.0.crate) = 4459 +SHA256 (rust/crates/humansize-1.1.1.crate) = 02296996cb8796d7c6e3bc2d9211b7802812d36999a51bb754123ead7d37d026 +SIZE (rust/crates/humansize-1.1.1.crate) = 9131 SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 SIZE (rust/crates/humantime-2.1.0.crate) = 16749 SHA256 (rust/crates/imagesize-0.8.8.crate) = fd27b2139f540ac627a6cb1b96105e86bfc5136d06236ea90272eec35a4f5088 @@ -107,16 +111,16 @@ SHA256 (rust/crates/keccak-0.1.0.crate) = 67c21572b4949434e4fc1e1978b99c5f770641 SIZE (rust/crates/keccak-0.1.0.crate) = 5849 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.94.crate) = 18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e -SIZE (rust/crates/libc-0.2.94.crate) = 511713 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 SHA256 (rust/crates/lock_api-0.3.4.crate) = c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75 SIZE (rust/crates/lock_api-0.3.4.crate) = 18750 SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/lscolors-0.7.1.crate) = d24b894c45c9da468621cdd615a5a79ee5e5523dd4f75c76ebc03d458940c16e SIZE (rust/crates/lscolors-0.7.1.crate) = 17986 -SHA256 (rust/crates/matroska-0.5.5.crate) = e5ca9fc05d566a45f61b7df39c02ca4a685bfba9e7f8c1d85ea7fca4fd01c172 -SIZE (rust/crates/matroska-0.5.5.crate) = 13352 +SHA256 (rust/crates/matroska-0.7.0.crate) = 407708478f4db38d254068880c8cea2d9d6c0b75a1d47097d3881bd3eb551ca3 +SIZE (rust/crates/matroska-0.7.0.crate) = 14739 SHA256 (rust/crates/memchr-1.0.2.crate) = 148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a SIZE (rust/crates/memchr-1.0.2.crate) = 8639 SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc @@ -161,60 +165,60 @@ SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f421883 SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 -SHA256 (rust/crates/proc-macro2-1.0.26.crate) = a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec -SIZE (rust/crates/proc-macro2-1.0.26.crate) = 38233 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 -SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e -SIZE (rust/crates/rand-0.8.3.crate) = 84493 +SHA256 (rust/crates/rand-0.8.4.crate) = 2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8 +SIZE (rust/crates/rand-0.8.4.crate) = 87406 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 -SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d -SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 +SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 +SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 -SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 -SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 +SHA256 (rust/crates/rand_core-0.6.3.crate) = d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7 +SIZE (rust/crates/rand_core-0.6.3.crate) = 21938 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 -SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 +SHA256 (rust/crates/rand_hc-0.3.1.crate) = d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7 +SIZE (rust/crates/rand_hc-0.3.1.crate) = 11891 SHA256 (rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.crate) = 11291 SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087 -SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc -SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/redox_syscall-0.2.9.crate) = 5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee +SIZE (rust/crates/redox_syscall-0.2.9.crate) = 23533 SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 SIZE (rust/crates/regex-1.5.4.crate) = 236581 -SHA256 (rust/crates/regex-automata-0.1.9.crate) = ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4 -SIZE (rust/crates/regex-automata-0.1.9.crate) = 114560 +SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 -SHA256 (rust/crates/rustyline-8.0.0.crate) = b9e1b597fcd1eeb1d6b25b493538e5aa19629eb08932184b85fef931ba87e893 -SIZE (rust/crates/rustyline-8.0.0.crate) = 96553 +SHA256 (rust/crates/rustyline-8.2.0.crate) = fbd4eaf7a7738f76c98e4f0395253ae853be3eb018f7b0bb57fe1b6c17e31874 +SIZE (rust/crates/rustyline-8.2.0.crate) = 97067 SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/scanlex-0.1.4.crate) = 088c5d71572124929ea7549a8ce98e1a6fd33d0a38367b09027b382e67c033db SIZE (rust/crates/scanlex-0.1.4.crate) = 10496 SHA256 (rust/crates/scopeguard-1.1.0.crate) = d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd SIZE (rust/crates/scopeguard-1.1.0.crate) = 11470 -SHA256 (rust/crates/serde-1.0.125.crate) = 558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171 -SIZE (rust/crates/serde-1.0.125.crate) = 75144 -SHA256 (rust/crates/serde_derive-1.0.125.crate) = b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d -SIZE (rust/crates/serde_derive-1.0.125.crate) = 54155 +SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 +SIZE (rust/crates/serde-1.0.126.crate) = 75138 +SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 +SIZE (rust/crates/serde_derive-1.0.126.crate) = 54189 SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 -SHA256 (rust/crates/sha-1-0.9.5.crate) = b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00 -SIZE (rust/crates/sha-1-0.9.5.crate) = 13780 -SHA256 (rust/crates/sha2-0.9.4.crate) = d8f6b75b17576b792bef0db1bcc4b8b8bcdf9506744cf34b974195487af6cff2 -SIZE (rust/crates/sha2-0.9.4.crate) = 19775 +SHA256 (rust/crates/sha-1-0.9.6.crate) = 8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16 +SIZE (rust/crates/sha-1-0.9.6.crate) = 13758 +SHA256 (rust/crates/sha2-0.9.5.crate) = b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12 +SIZE (rust/crates/sha2-0.9.5.crate) = 19912 SHA256 (rust/crates/sha3-0.9.1.crate) = f81199417d4e5de3f04b1e871023acea7389672c4135918f05aa9cbf2f2fa809 SIZE (rust/crates/sha3-0.9.1.crate) = 523403 SHA256 (rust/crates/siphasher-0.3.5.crate) = cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27 @@ -223,14 +227,16 @@ SHA256 (rust/crates/smallvec-1.6.1.crate) = fe0f37c9e8f3c5a4a66ad655a93c74daac4a SIZE (rust/crates/smallvec-1.6.1.crate) = 26444 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 -SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 -SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/str-buf-1.0.5.crate) = d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a +SIZE (rust/crates/str-buf-1.0.5.crate) = 3852 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 -SHA256 (rust/crates/thiserror-1.0.24.crate) = e0f4a65597094d4483ddaed134f409b2cb7c1beccf25201a9f73c719254fa98e -SIZE (rust/crates/thiserror-1.0.24.crate) = 16580 -SHA256 (rust/crates/thiserror-impl-1.0.24.crate) = 7765189610d8241a44529806d6fd1f2e0a08734313a35d5b3a556f92b381f3c0 -SIZE (rust/crates/thiserror-impl-1.0.24.crate) = 13361 +SHA256 (rust/crates/thiserror-1.0.25.crate) = fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6 +SIZE (rust/crates/thiserror-1.0.25.crate) = 16690 +SHA256 (rust/crates/thiserror-impl-1.0.25.crate) = 8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d +SIZE (rust/crates/thiserror-impl-1.0.25.crate) = 13364 SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 SIZE (rust/crates/time-0.1.43.crate) = 28653 SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa @@ -267,7 +273,7 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/xattr-0.2.2.crate) = 244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c SIZE (rust/crates/xattr-0.2.2.crate) = 11750 -SHA256 (rust/crates/zip-0.5.12.crate) = 9c83dc9b784d252127720168abd71ea82bf8c3d96b17dc565b5e2a02854f2b27 -SIZE (rust/crates/zip-0.5.12.crate) = 43857 -SHA256 (jhspetersson-fselect-0.7.5_GH0.tar.gz) = bee5cddfbd5ec254d0d8ec5e045618829d775084d00b8bcf353418beeb31a439 -SIZE (jhspetersson-fselect-0.7.5_GH0.tar.gz) = 66407 +SHA256 (rust/crates/zip-0.5.13.crate) = 93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815 +SIZE (rust/crates/zip-0.5.13.crate) = 48237 +SHA256 (jhspetersson-fselect-0.7.6_GH0.tar.gz) = bea8a7c09ddb88a8ad253305744847c4e4d63cb16afbec6c8cfff89b264f67d7 +SIZE (jhspetersson-fselect-0.7.6_GH0.tar.gz) = 67147 diff --git a/sysutils/fselect/files/patch-powerpc b/sysutils/fselect/files/patch-powerpc new file mode 100644 index 00000000000..6289d3e5be9 --- /dev/null +++ b/sysutils/fselect/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/fusefs-sandboxfs/Makefile b/sysutils/fusefs-sandboxfs/Makefile index b53b4c7c4ed..a9c58bb4938 100644 --- a/sysutils/fusefs-sandboxfs/Makefile +++ b/sysutils/fusefs-sandboxfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= sandboxfs DISTVERSIONPREFIX= sandboxfs- DISTVERSION= 0.2.0 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- diff --git a/sysutils/fusefs-sandboxfs/files/patch-powerpc b/sysutils/fusefs-sandboxfs/files/patch-powerpc new file mode 100644 index 00000000000..df525d6e5b1 --- /dev/null +++ b/sysutils/fusefs-sandboxfs/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/gdu/Makefile b/sysutils/gdu/Makefile index 1360645b6d5..1b9fc967af8 100644 --- a/sysutils/gdu/Makefile +++ b/sysutils/gdu/Makefile @@ -1,6 +1,6 @@ PORTNAME= gdu DISTVERSIONPREFIX= v -DISTVERSION= 5.1.0 +DISTVERSION= 5.1.1 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/gdu/distinfo b/sysutils/gdu/distinfo index 4a099767c32..8c3a17da541 100644 --- a/sysutils/gdu/distinfo +++ b/sysutils/gdu/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623174395 -SHA256 (dundee-gdu-v5.1.0_GH0.tar.gz) = d51b1204f7d2132ef8d9d5dd20327630b6c9d8ab45d9f9c1c131334c73f28fe4 -SIZE (dundee-gdu-v5.1.0_GH0.tar.gz) = 45862 +TIMESTAMP = 1624707520 +SHA256 (dundee-gdu-v5.1.1_GH0.tar.gz) = fb1a76562947e34fec16fd650f03793ccc5afe04fa6ba817639d92f55a1f927b +SIZE (dundee-gdu-v5.1.1_GH0.tar.gz) = 45861 SHA256 (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 7d82b9bb7291adbe7498fe946920ab3e7fc9e6cbfc3b2294693fad00bf0dd17e SIZE (davecgh-go-spew-v1.1.1_GH0.tar.gz) = 42152 SHA256 (fatih-color-v1.10.0_GH0.tar.gz) = a00342a7ffb8b119346dce56e152a111cbb9eab3970c429cc2ed4272aec2858e diff --git a/sysutils/graylog/Makefile b/sysutils/graylog/Makefile index 0aa9ac958d6..5b6a8f08bbe 100644 --- a/sysutils/graylog/Makefile +++ b/sysutils/graylog/Makefile @@ -1,7 +1,7 @@ # Created by: Thomas Bartelmess PORTNAME= graylog -DISTVERSION= 4.0.8 +DISTVERSION= 4.1.0 CATEGORIES= sysutils java MASTER_SITES= https://downloads.graylog.org/releases/ DISTFILES= graylog/${DISTNAME}${EXTRACT_SUFX} \ diff --git a/sysutils/graylog/distinfo b/sysutils/graylog/distinfo index 86b8ddc406e..8d4097641a7 100644 --- a/sysutils/graylog/distinfo +++ b/sysutils/graylog/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1623017619 -SHA256 (graylog/graylog-4.0.8.tgz) = d49949349494d70262ced2e1603f3b60cffba7760205704a7ab128ff17ee9948 -SIZE (graylog/graylog-4.0.8.tgz) = 190565825 -SHA256 (graylog-integrations/graylog-integrations-plugins-4.0.8.tgz) = a93bd3a49e5e05189a0f6fbd18e503cc7b02453bdded11f41ab88dec1c3bbfc1 -SIZE (graylog-integrations/graylog-integrations-plugins-4.0.8.tgz) = 29070883 +TIMESTAMP = 1624524995 +SHA256 (graylog/graylog-4.1.0.tgz) = bebcd86bbbe4786b7a3696a178b43e679bfbbcd5b7b650855a25ecba1e84e4f7 +SIZE (graylog/graylog-4.1.0.tgz) = 197214622 +SHA256 (graylog-integrations/graylog-integrations-plugins-4.1.0.tgz) = 57db571d0657d70f7523bebbc2c63a2e22a940190d6ee46828db085174d8f753 +SIZE (graylog-integrations/graylog-integrations-plugins-4.1.0.tgz) = 29495937 diff --git a/sysutils/hexyl/Makefile b/sysutils/hexyl/Makefile index 07ff7b09b47..acd39882b45 100644 --- a/sysutils/hexyl/Makefile +++ b/sysutils/hexyl/Makefile @@ -1,7 +1,7 @@ PORTNAME= hexyl DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= sysutils MAINTAINER= mikael@FreeBSD.org diff --git a/sysutils/hexyl/files/patch-powerpc b/sysutils/hexyl/files/patch-powerpc new file mode 100644 index 00000000000..402910d5be3 --- /dev/null +++ b/sysutils/hexyl/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.71/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index 3dec0f3d96f..5acfb0d9f61 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/libfvde/Makefile b/sysutils/libfvde/Makefile index e357df75445..6cefd3aad75 100644 --- a/sysutils/libfvde/Makefile +++ b/sysutils/libfvde/Makefile @@ -1,7 +1,7 @@ # Created by: Kubilay Kocak PORTNAME= libfvde -PORTVERSION= 20191221 +PORTVERSION= 20210425 DISTVERSIONPREFIX= experimental- CATEGORIES= sysutils MASTER_SITES= https://github.com/libyal/libfvde/releases/download/${PORTVERSION}/ \ diff --git a/sysutils/libfvde/distinfo b/sysutils/libfvde/distinfo index 466f01664c6..7b237c9cb7a 100644 --- a/sysutils/libfvde/distinfo +++ b/sysutils/libfvde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1577002184 -SHA256 (libfvde-experimental-20191221.tar.gz) = 8a5afac4a285ce2026f470e3cb512dde3f650cd6be41069ad6b66345c1ccd767 -SIZE (libfvde-experimental-20191221.tar.gz) = 1755703 +TIMESTAMP = 1619623422 +SHA256 (libfvde-experimental-20210425.tar.gz) = f5a6fa2972972696798ae8c2dd2ef44dbbaa4878978966d80d4a75589ca073a2 +SIZE (libfvde-experimental-20210425.tar.gz) = 1996340 diff --git a/sysutils/libg15/Makefile b/sysutils/libg15/Makefile index 3936ddb3203..c86f7120d7f 100644 --- a/sysutils/libg15/Makefile +++ b/sysutils/libg15/Makefile @@ -1,5 +1,5 @@ PORTNAME= libg15 -DISTVERSION= 3.0.5 +DISTVERSION= 3.0.6 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ @@ -11,7 +11,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USE_HARDENING= stackautoinit:off -USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2 +USES= gmake libtool tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/sysutils/libg15/distinfo b/sysutils/libg15/distinfo index 1cc55a53700..effc2766eb5 100644 --- a/sysutils/libg15/distinfo +++ b/sysutils/libg15/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621364090 -SHA256 (libg15-3.0.5.tar.bz2) = 5aec0eb7b47f673ec7dc50dbe2ed13306e06dc59033d44581e27aa396f414f33 -SIZE (libg15-3.0.5.tar.bz2) = 326589 +TIMESTAMP = 1624089315 +SHA256 (libg15-3.0.6.tar.bz2) = 33990119eb72c74fc3e44c37ac013c27eca43222d366494cc480764b2f9cca32 +SIZE (libg15-3.0.6.tar.bz2) = 326285 diff --git a/sysutils/libg15render/Makefile b/sysutils/libg15render/Makefile index 383caad41b9..e9f648c3a68 100644 --- a/sysutils/libg15render/Makefile +++ b/sysutils/libg15render/Makefile @@ -1,5 +1,5 @@ PORTNAME= libg15render -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.4 CATEGORIES= sysutils MASTER_SITES= https://gitlab.com/menelkir/${PORTNAME}/-/archive/${PORTVERSION}/ @@ -11,10 +11,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libg15.so:sysutils/libg15 -USES= compiler:gcc-c++11-lib gmake libtool tar:bzip2 +USES= gmake libtool tar:bzip2 localbase +USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USE_LDCONFIG= yes .include diff --git a/sysutils/libg15render/distinfo b/sysutils/libg15render/distinfo index 4073873221f..17f6edfd03e 100644 --- a/sysutils/libg15render/distinfo +++ b/sysutils/libg15render/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621364196 -SHA256 (libg15render-3.0.3.tar.bz2) = 9e9d2c94a1fec40e7afce90edcfd1bd9b4a5139e2f4d6be67cfebd82aa55f932 -SIZE (libg15render-3.0.3.tar.bz2) = 293854 +TIMESTAMP = 1624089355 +SHA256 (libg15render-3.0.4.tar.bz2) = 81d419ce7680cc9ba049346cdf25b9a8fda4ad40f21a57a21fbf3bae8381bfe4 +SIZE (libg15render-3.0.4.tar.bz2) = 293668 diff --git a/sysutils/lsd/Makefile b/sysutils/lsd/Makefile index b327d65f44a..50f0994f6bb 100644 --- a/sysutils/lsd/Makefile +++ b/sysutils/lsd/Makefile @@ -1,6 +1,6 @@ PORTNAME= lsd DISTVERSION= 0.20.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/lsd/files/patch-powerpc b/sysutils/lsd/files/patch-powerpc new file mode 100644 index 00000000000..a7f9d2700ad --- /dev/null +++ b/sysutils/lsd/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.77/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/lxqt-policykit/Makefile b/sysutils/lxqt-policykit/Makefile index e644ddc7cd4..aefebf559ba 100644 --- a/sysutils/lxqt-policykit/Makefile +++ b/sysutils/lxqt-policykit/Makefile @@ -2,6 +2,7 @@ PORTNAME= lxqt-policykit PORTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= LXQT diff --git a/sysutils/mcfly/Makefile b/sysutils/mcfly/Makefile index c9e27c3742c..be5b0eede7c 100644 --- a/sysutils/mcfly/Makefile +++ b/sysutils/mcfly/Makefile @@ -1,7 +1,7 @@ PORTNAME= mcfly DISTVERSIONPREFIX= v DISTVERSION= 0.5.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org diff --git a/sysutils/mcfly/files/patch-powerpc b/sysutils/mcfly/files/patch-powerpc new file mode 100644 index 00000000000..df525d6e5b1 --- /dev/null +++ b/sysutils/mcfly/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/onefetch/Makefile b/sysutils/onefetch/Makefile index 2a8563673df..8a5c981c996 100644 --- a/sysutils/onefetch/Makefile +++ b/sysutils/onefetch/Makefile @@ -1,7 +1,7 @@ PORTNAME= onefetch DISTVERSIONPREFIX= v DISTVERSION= 2.9.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= sysutils devel MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/onefetch/files/patch-powerpc b/sysutils/onefetch/files/patch-powerpc new file mode 100644 index 00000000000..9b827e1ca4f --- /dev/null +++ b/sysutils/onefetch/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/p5-App-Regather/Makefile b/sysutils/p5-App-Regather/Makefile index 750d3d12416..c47777ad2da 100644 --- a/sysutils/p5-App-Regather/Makefile +++ b/sysutils/p5-App-Regather/Makefile @@ -1,7 +1,7 @@ # Created by: Alexey Dokuchaev PORTNAME= App-Regather -PORTVERSION= 0.81.02 +PORTVERSION= 0.81.03 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -23,4 +23,7 @@ USES= perl5 USE_PERL5= configure NO_ARCH= yes +USE_RC_SUBR= regather +SUB_LIST= PERL=${PERL} + .include diff --git a/sysutils/p5-App-Regather/distinfo b/sysutils/p5-App-Regather/distinfo index 9b81bf9bbee..ea743714f1e 100644 --- a/sysutils/p5-App-Regather/distinfo +++ b/sysutils/p5-App-Regather/distinfo @@ -1,2 +1,3 @@ -SHA256 (App-Regather-0.81.02.tar.gz) = fb4c7b8f3a9927020fdf3e1bb66b57a5ab2eafd2499bd2bcaf0fceed57f77adc -SIZE (App-Regather-0.81.02.tar.gz) = 39140 +TIMESTAMP = 1623734444 +SHA256 (App-Regather-0.81.03.tar.gz) = c39d6304ca7941cb1dd7bdc9a2aabb820b4c21737335a2a9e27126c7bd6b5f6a +SIZE (App-Regather-0.81.03.tar.gz) = 39369 diff --git a/sysutils/p5-App-Regather/files/regather.in b/sysutils/p5-App-Regather/files/regather.in new file mode 100644 index 00000000000..bc9d00421c0 --- /dev/null +++ b/sysutils/p5-App-Regather/files/regather.in @@ -0,0 +1,36 @@ +#!/bin/sh +# +# PROVIDE: regather +# KEYWORD: shutdown +# +# Add the following line(s) to /etc/rc.conf to enable regather: +# +# regather_enable (bool): Set to "NO" by default. +# Set to "YES" to enable regather +# +# regather_configfile (str): Set to "%%PREFIX%%/etc/regather.conf" by default. +# +# regather_flags (str): Set to "" by default. +# + +. /etc/rc.subr + +name=regather +rcvar=regather_enable + +: ${regather_enable="NO"} +: ${regather_configfile="%%PREFIX%%/etc/regather.conf"} +: ${regather_flags=""} + +command="%%PREFIX%%/bin/${name}" +command_args="-c ${regather_configfile} ${regather_flags}" +command_interpreter="%%PERL%%" + +required_files="${regather_configfile}" + +extra_commands="reload" +pidfile="/var/run/regather.pid" + +load_rc_config "${name}" + +run_rc_command "$1" diff --git a/sysutils/plasma5-discover/distinfo b/sysutils/plasma5-discover/distinfo index 923ce77e3ec..3342009c55a 100644 --- a/sysutils/plasma5-discover/distinfo +++ b/sysutils/plasma5-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866579 -SHA256 (KDE/plasma/5.22.1/discover-5.22.1.tar.xz) = 593ef8c026c07f1a045672b169d299ea0696fd38216117a1859284728bcd2e1a -SIZE (KDE/plasma/5.22.1/discover-5.22.1.tar.xz) = 8455804 +TIMESTAMP = 1624729968 +SHA256 (KDE/plasma/5.22.2.1/discover-5.22.2.1.tar.xz) = 33a035fe4dcb87daefa6d7e74c397286f9441ff0dda142b784db1473c6837c97 +SIZE (KDE/plasma/5.22.2.1/discover-5.22.2.1.tar.xz) = 8456060 diff --git a/sysutils/plasma5-drkonqi/distinfo b/sysutils/plasma5-drkonqi/distinfo index c14691b45b6..90111dd6afd 100644 --- a/sysutils/plasma5-drkonqi/distinfo +++ b/sysutils/plasma5-drkonqi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866580 -SHA256 (KDE/plasma/5.22.1/drkonqi-5.22.1.tar.xz) = 8af584eee19b984a6aa6dd2a795eb6b6ea0ebe1b03e69f8321a5f3c88ca7cf39 -SIZE (KDE/plasma/5.22.1/drkonqi-5.22.1.tar.xz) = 782588 +TIMESTAMP = 1624729969 +SHA256 (KDE/plasma/5.22.2.1/drkonqi-5.22.2.1.tar.xz) = 6d3081ae97d536d014394648e97b782f57f06ecef25ef6fbeb6370504d15d30d +SIZE (KDE/plasma/5.22.2.1/drkonqi-5.22.2.1.tar.xz) = 781236 diff --git a/sysutils/plasma5-kde-cli-tools/distinfo b/sysutils/plasma5-kde-cli-tools/distinfo index 9fc747e7814..c60667a130d 100644 --- a/sysutils/plasma5-kde-cli-tools/distinfo +++ b/sysutils/plasma5-kde-cli-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866581 -SHA256 (KDE/plasma/5.22.1/kde-cli-tools-5.22.1.tar.xz) = 02c5c90136a026194d7ec8500757b6aa0efa2dcc02b0f63b4e87d99b12bdeea3 -SIZE (KDE/plasma/5.22.1/kde-cli-tools-5.22.1.tar.xz) = 626536 +TIMESTAMP = 1624729970 +SHA256 (KDE/plasma/5.22.2.1/kde-cli-tools-5.22.2.1.tar.xz) = f37da67d3f46ca3bf353bbfeb36e5b7cd0ad3f0e923a530dfac9c1a280cc90c2 +SIZE (KDE/plasma/5.22.2.1/kde-cli-tools-5.22.2.1.tar.xz) = 626592 diff --git a/sysutils/plasma5-kinfocenter/distinfo b/sysutils/plasma5-kinfocenter/distinfo index e8be80e475c..b2787f641f4 100644 --- a/sysutils/plasma5-kinfocenter/distinfo +++ b/sysutils/plasma5-kinfocenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866582 -SHA256 (KDE/plasma/5.22.1/kinfocenter-5.22.1.tar.xz) = ae2ce89549af7e096d663a04c1eb22383c0e8c71bf2699f1bc9697ee2019854d -SIZE (KDE/plasma/5.22.1/kinfocenter-5.22.1.tar.xz) = 1163660 +TIMESTAMP = 1624729971 +SHA256 (KDE/plasma/5.22.2.1/kinfocenter-5.22.2.1.tar.xz) = 34c630cb096700c5c77cbdf73b36de47dbaaf02719416896ac16fd2591ac1a50 +SIZE (KDE/plasma/5.22.2.1/kinfocenter-5.22.2.1.tar.xz) = 1163044 diff --git a/sysutils/plasma5-kmenuedit/distinfo b/sysutils/plasma5-kmenuedit/distinfo index 54488d4a43e..8280fe69fa3 100644 --- a/sysutils/plasma5-kmenuedit/distinfo +++ b/sysutils/plasma5-kmenuedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866583 -SHA256 (KDE/plasma/5.22.1/kmenuedit-5.22.1.tar.xz) = 4aaf25c64be71693a2dab0b4a022e6beafd39fd94261a6c20fca500b89f92b80 -SIZE (KDE/plasma/5.22.1/kmenuedit-5.22.1.tar.xz) = 899220 +TIMESTAMP = 1624729972 +SHA256 (KDE/plasma/5.22.2.1/kmenuedit-5.22.2.1.tar.xz) = 5616a5ee417e1b04af54871746d82aef01a09bb57ee4cab5a1ba29507cbdff60 +SIZE (KDE/plasma/5.22.2.1/kmenuedit-5.22.2.1.tar.xz) = 899264 diff --git a/sysutils/plasma5-libksysguard/distinfo b/sysutils/plasma5-libksysguard/distinfo index f04bfebb92d..97702676ba5 100644 --- a/sysutils/plasma5-libksysguard/distinfo +++ b/sysutils/plasma5-libksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866689 -SHA256 (KDE/plasma/5.22.1/libksysguard-5.22.1.tar.xz) = 5a60639a385c3e83a40c17f1c6469b7473f5551fe9379543d98ec0068adca476 -SIZE (KDE/plasma/5.22.1/libksysguard-5.22.1.tar.xz) = 737100 +TIMESTAMP = 1624729974 +SHA256 (KDE/plasma/5.22.2.1/libksysguard-5.22.2.1.tar.xz) = f909cd6a94acf4f6f11deda9963744416b6803fdeaff393cd4e03599d22d4987 +SIZE (KDE/plasma/5.22.2.1/libksysguard-5.22.2.1.tar.xz) = 737248 diff --git a/sysutils/plasma5-plasma-disks/distinfo b/sysutils/plasma5-plasma-disks/distinfo index 8041af831bb..d7b2a8b384f 100644 --- a/sysutils/plasma5-plasma-disks/distinfo +++ b/sysutils/plasma5-plasma-disks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866690 -SHA256 (KDE/plasma/5.22.1/plasma-disks-5.22.1.tar.xz) = 250031132e1ed536d3fd785ae90b8eab1900691fc6eb72a7103d21e96294bb4f -SIZE (KDE/plasma/5.22.1/plasma-disks-5.22.1.tar.xz) = 84192 +TIMESTAMP = 1624729975 +SHA256 (KDE/plasma/5.22.2.1/plasma-disks-5.22.2.1.tar.xz) = a0b5be8bd2631e4a28091d57119d6261979e362fabdf97af5385126d6253bc44 +SIZE (KDE/plasma/5.22.2.1/plasma-disks-5.22.2.1.tar.xz) = 84184 diff --git a/sysutils/plasma5-plasma-systemmonitor/distinfo b/sysutils/plasma5-plasma-systemmonitor/distinfo index 8af68ad27ec..11f9ac9535f 100644 --- a/sysutils/plasma5-plasma-systemmonitor/distinfo +++ b/sysutils/plasma5-plasma-systemmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866691 -SHA256 (KDE/plasma/5.22.1/plasma-systemmonitor-5.22.1.tar.xz) = 26a7be0b9e56d669257c55b414a3c386d43d4f8955b6eaf11656951ba4e01632 -SIZE (KDE/plasma/5.22.1/plasma-systemmonitor-5.22.1.tar.xz) = 134040 +TIMESTAMP = 1624729976 +SHA256 (KDE/plasma/5.22.2.1/plasma-systemmonitor-5.22.2.1.tar.xz) = cded1169fc75ccb2f547105b1a135c7e0f63a755a714b4e27f55c8020c49b759 +SIZE (KDE/plasma/5.22.2.1/plasma-systemmonitor-5.22.2.1.tar.xz) = 134028 diff --git a/sysutils/plasma5-polkit-kde-agent-1/Makefile b/sysutils/plasma5-polkit-kde-agent-1/Makefile index 8987891ddee..3e282186b91 100644 --- a/sysutils/plasma5-polkit-kde-agent-1/Makefile +++ b/sysutils/plasma5-polkit-kde-agent-1/Makefile @@ -1,5 +1,6 @@ PORTNAME= polkit-kde-agent-1 DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= sysutils kde kde-plasma MAINTAINER= kde@FreeBSD.org diff --git a/sysutils/plasma5-polkit-kde-agent-1/distinfo b/sysutils/plasma5-polkit-kde-agent-1/distinfo index 41b4d48bde3..a8f4c7c2410 100644 --- a/sysutils/plasma5-polkit-kde-agent-1/distinfo +++ b/sysutils/plasma5-polkit-kde-agent-1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866692 -SHA256 (KDE/plasma/5.22.1/polkit-kde-agent-1-5.22.1.tar.xz) = de9a6f1bdf434d013a8d6f0c1498257bc4a48349e652375b4dd036eb161214ee -SIZE (KDE/plasma/5.22.1/polkit-kde-agent-1-5.22.1.tar.xz) = 45792 +TIMESTAMP = 1624729977 +SHA256 (KDE/plasma/5.22.2.1/polkit-kde-agent-1-5.22.2.1.tar.xz) = cb59c21b3c56b59e3ca56f66a79260c2cea8281af9e6aec82dfb0fb86707f74a +SIZE (KDE/plasma/5.22.2.1/polkit-kde-agent-1-5.22.2.1.tar.xz) = 45796 diff --git a/sysutils/plasma5-powerdevil/distinfo b/sysutils/plasma5-powerdevil/distinfo index 201a1f18c03..9f4ee143b27 100644 --- a/sysutils/plasma5-powerdevil/distinfo +++ b/sysutils/plasma5-powerdevil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866693 -SHA256 (KDE/plasma/5.22.1/powerdevil-5.22.1.tar.xz) = 04fe2206d6dee27de5035c05f2411cb0630ef717d830e4c4557ac669519bdcb7 -SIZE (KDE/plasma/5.22.1/powerdevil-5.22.1.tar.xz) = 617724 +TIMESTAMP = 1624729978 +SHA256 (KDE/plasma/5.22.2.1/powerdevil-5.22.2.1.tar.xz) = 956fb53ed6f5120a7ab2a07615acbb9144c996689ac792f457b22062f912b796 +SIZE (KDE/plasma/5.22.2.1/powerdevil-5.22.2.1.tar.xz) = 617732 diff --git a/sysutils/plasma5-systemsettings/distinfo b/sysutils/plasma5-systemsettings/distinfo index d8a13f4a989..75d9803a4a3 100644 --- a/sysutils/plasma5-systemsettings/distinfo +++ b/sysutils/plasma5-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866694 -SHA256 (KDE/plasma/5.22.1/systemsettings-5.22.1.tar.xz) = 80364600d3ecb1611b88afbce34a75955f129c9aaa71ec4d9cfa418b2fd8e656 -SIZE (KDE/plasma/5.22.1/systemsettings-5.22.1.tar.xz) = 204680 +TIMESTAMP = 1624729979 +SHA256 (KDE/plasma/5.22.2.1/systemsettings-5.22.2.1.tar.xz) = 4476bfaa615dd5a1918c320ef488d7e7aa032e8fd54d39a4091db0ecd6cb32c4 +SIZE (KDE/plasma/5.22.2.1/systemsettings-5.22.2.1.tar.xz) = 204504 diff --git a/sysutils/polkit-qt/Makefile b/sysutils/polkit-qt/Makefile index c62c76cc81a..9c2c7e66cb7 100644 --- a/sysutils/polkit-qt/Makefile +++ b/sysutils/polkit-qt/Makefile @@ -1,8 +1,7 @@ # Created by: Dima Panov PORTNAME= polkit-qt-1 -DISTVERSION= 0.113.0 -PORTREVISION= 8 +DISTVERSION= 0.114.0 CATEGORIES= sysutils MASTER_SITES= KDE/stable/${PORTNAME}/ @@ -10,7 +9,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Qt5 wrapper around Polkit libraries LICENSE= LGPL21 -LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpolkit-agent-1.so:sysutils/polkit diff --git a/sysutils/polkit-qt/distinfo b/sysutils/polkit-qt/distinfo index d1ada36ccc1..2e0bfb67dd0 100644 --- a/sysutils/polkit-qt/distinfo +++ b/sysutils/polkit-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1567014658 -SHA256 (polkit-qt-1-0.113.0.tar.xz) = 5b866a2954ef10ffb66156e2fe8ad0321b5528a8df2e4a91b02f5041ce5563a7 -SIZE (polkit-qt-1-0.113.0.tar.xz) = 64652 +TIMESTAMP = 1624741407 +SHA256 (polkit-qt-1-0.114.0.tar.xz) = 2eb0f22445888295ffa2bfbc0c3693847a0f973bb6b0c3e4cce0218be7e3907e +SIZE (polkit-qt-1-0.114.0.tar.xz) = 58384 diff --git a/sysutils/polkit-qt/pkg-plist b/sysutils/polkit-qt/pkg-plist index 3b509104b5a..b0c6e3c7ec9 100644 --- a/sysutils/polkit-qt/pkg-plist +++ b/sysutils/polkit-qt/pkg-plist @@ -10,14 +10,16 @@ include/polkit-qt5-1/PolkitQt1/Identity include/polkit-qt5-1/PolkitQt1/Subject include/polkit-qt5-1/PolkitQt1/TemporaryAuthorization include/polkit-qt5-1/polkitqt1-actiondescription.h +include/polkit-qt5-1/polkitqt1-agent-export.h include/polkit-qt5-1/polkitqt1-agent-listener.h include/polkit-qt5-1/polkitqt1-agent-session.h include/polkit-qt5-1/polkitqt1-authority.h +include/polkit-qt5-1/polkitqt1-core-export.h include/polkit-qt5-1/polkitqt1-details.h -include/polkit-qt5-1/polkitqt1-export.h include/polkit-qt5-1/polkitqt1-gui-action.h include/polkit-qt5-1/polkitqt1-gui-actionbutton.h include/polkit-qt5-1/polkitqt1-gui-actionbuttons.h +include/polkit-qt5-1/polkitqt1-gui-export.h include/polkit-qt5-1/polkitqt1-identity.h include/polkit-qt5-1/polkitqt1-subject.h include/polkit-qt5-1/polkitqt1-temporaryauthorization.h @@ -28,13 +30,13 @@ lib/cmake/PolkitQt5-1/PolkitQt5-1Targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/PolkitQt5-1/PolkitQt5-1Targets.cmake lib/libpolkit-qt5-agent-1.so lib/libpolkit-qt5-agent-1.so.1 -lib/libpolkit-qt5-agent-1.so.1.113.0 +lib/libpolkit-qt5-agent-1.so.1.114.0 lib/libpolkit-qt5-core-1.so lib/libpolkit-qt5-core-1.so.1 -lib/libpolkit-qt5-core-1.so.1.113.0 +lib/libpolkit-qt5-core-1.so.1.114.0 lib/libpolkit-qt5-gui-1.so lib/libpolkit-qt5-gui-1.so.1 -lib/libpolkit-qt5-gui-1.so.1.113.0 +lib/libpolkit-qt5-gui-1.so.1.114.0 libdata/pkgconfig/polkit-qt5-1.pc libdata/pkgconfig/polkit-qt5-agent-1.pc libdata/pkgconfig/polkit-qt5-core-1.pc diff --git a/sysutils/polkit/Makefile b/sysutils/polkit/Makefile index eac0e64af24..e6b23bbe586 100644 --- a/sysutils/polkit/Makefile +++ b/sysutils/polkit/Makefile @@ -1,7 +1,7 @@ # Created by: Koop Mast PORTNAME= polkit -PORTVERSION= 0.118 +PORTVERSION= 0.119 CATEGORIES= sysutils gnome MASTER_SITES= https://www.freedesktop.org/software/polkit/releases/ @@ -12,43 +12,40 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ + libdbus-1.so:devel/dbus \ libmozjs-78.so:lang/spidermonkey78 -RUN_DEPENDS= dbus-launch:devel/dbus USERS= polkitd GROUPS= polkitd -USES= compiler:c++11-lib gettext gmake gnome libtool localbase \ +USES= compiler:c++11-lib gettext gnome libtool localbase meson \ pathfix pkgconfig shebangfix USE_GNOME= glib20 intltool introspection:build SHEBANG_FILES= ${WRKSRC}/src/polkitbackend/toarray.pl -GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFIGURE_ARGS= --disable-gtk-doc-html \ - --without-html-dir \ - --with-authfw=pam \ - --with-pam-include=system \ - --with-os-type=freebsd \ - --with-polkitd-user=${USERS} \ - --disable-static \ - --disable-examples \ - --enable-libsystemd-login=no \ - --enable-libelogind=no \ - --disable-test \ - --enable-introspection=yes \ - --localstatedir=/var -#MAKE_JOBS_UNSAFE=yes + +MESON_ARGS= -Dpam_include=system \ + -Dpolkitd_user=${USERS} \ + -Dexamples=false \ + -Dsession_tracking=ConsoleKit \ + -Dtests=false \ + -Dintrospection=true \ + -Dlocalstatedir=/var \ + -Dgtk_doc=false + INSTALL_TARGET= install-strip PAGEEXEC_DISABLE= lib/polkit-1/polkitd MPROTECT_DISABLE= lib/polkit-1/polkitd -OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFINE= MANPAGES + MANPAGES_BUILD_DEPENDS= docbook-sgml>=4.5:textproc/docbook-sgml \ - docbook-xsl>=1.76:textproc/docbook-xsl -MANPAGES_USE= gnome=libxslt:build -MANPAGES_CONFIGURE_ENABLE= man-pages -OPTIONS_SUB= yes + docbook-xsl>=1.76:textproc/docbook-xsl +MANPAGES_USE= gnome=libxslt:build +MANPAGES_MESON_TRUE= man + +OPTIONS_SUB= yes .include @@ -60,9 +57,8 @@ post-patch: ${WRKSRC}/docs/man/polkit.xml post-install: - @${MKDIR} ${STAGEDIR}/var/lib/polkit-1 - ${INSTALL_DATA} ${WRKSRC}/data/org.freedesktop.PolicyKit1.conf \ - ${STAGEDIR}${PREFIX}/etc/dbus-1/system.d/org.freedesktop.PolicyKit1.conf.sample + @${MKDIR} ${STAGEDIR}/var/lib/polkit-1 \ + ${STAGEDIR}${PREFIX}/share/polkit-1/rules.d .for i in 10-vendor.d 20-org.d 30-site.d 50-local.d 90-mandatory.d ${MKDIR} ${STAGEDIR}${PREFIX}/etc/polkit-1/localauthority/${i} ${MKDIR} ${STAGEDIR}/var/lib/polkit-1/localauthority/${i} diff --git a/sysutils/polkit/distinfo b/sysutils/polkit/distinfo index 586334d1f1a..f547c6c76b7 100644 --- a/sysutils/polkit/distinfo +++ b/sysutils/polkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1600104913 -SHA256 (polkit-0.118.tar.gz) = 6d54e984e7072339f0d3147179e16e34e5fe0705158f259a765d772dcf78956b -SIZE (polkit-0.118.tar.gz) = 1556765 +TIMESTAMP = 1622741145 +SHA256 (polkit-0.119.tar.gz) = c8579fdb86e94295404211285fee0722ad04893f0213e571bd75c00972fd1f5c +SIZE (polkit-0.119.tar.gz) = 1387409 diff --git a/sysutils/polkit/files/patch-data_meson.build b/sysutils/polkit/files/patch-data_meson.build new file mode 100644 index 00000000000..670a5174791 --- /dev/null +++ b/sysutils/polkit/files/patch-data_meson.build @@ -0,0 +1,11 @@ +--- data/meson.build.orig 2021-01-05 14:42:11 UTC ++++ data/meson.build +@@ -10,7 +10,7 @@ configure_file( + + configure_file( + input: 'org.freedesktop.PolicyKit1.conf.in', +- output: '@BASENAME@', ++ output: '@BASENAME@.sample', + configuration: {'polkitd_user': polkitd_user}, + install: true, + install_dir: dbus_policydir, diff --git a/sysutils/polkit/files/patch-meson.build b/sysutils/polkit/files/patch-meson.build new file mode 100644 index 00000000000..85ae0d3db60 --- /dev/null +++ b/sysutils/polkit/files/patch-meson.build @@ -0,0 +1,27 @@ +--- meson.build.orig 2021-06-03 13:56:35 UTC ++++ meson.build +@@ -129,7 +129,7 @@ assert(cc.has_function('XML_ParserCreate', dependencie + mozjs_dep = dependency('mozjs-78') + + dbus_dep = dependency('dbus-1') +-dbus_confdir = dbus_dep.get_pkgconfig_variable('datadir', define_variable: ['datadir', pk_prefix / pk_datadir]) #changed from sysconfdir with respect to commit#8eada3836465838 ++dbus_confdir = dbus_dep.get_pkgconfig_variable('sysconfdir', define_variable: ['sysconfdir', pk_prefix / 'etc']) #changed from sysconfdir with respect to commit#8eada3836465838 + dbus_policydir = dbus_confdir / 'dbus-1/system.d' + dbus_system_bus_services_dir = dbus_dep.get_pkgconfig_variable('system_bus_services_dir', define_variable: ['datadir', pk_prefix / pk_datadir]) + +@@ -318,15 +318,6 @@ endif + configure_file( + output: 'config.h', + configuration: config_h, +-) +- +-meson.add_install_script( +- 'meson_post_install.py', +- get_option('bindir'), +- pk_pkgdatadir, +- pk_pkglibdir, +- pk_pkgsysconfdir, +- polkitd_user, + ) + + output = '\n ' + meson.project_name() + ' ' + meson.project_version() + '\n' diff --git a/sysutils/potnet/Makefile b/sysutils/potnet/Makefile index e4908b0f60a..dcc4a3bffca 100644 --- a/sysutils/potnet/Makefile +++ b/sysutils/potnet/Makefile @@ -1,6 +1,6 @@ PORTNAME= potnet DISTVERSION= 0.4.4 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= sysutils MAINTAINER= pizzamig@FreeBSD.org diff --git a/sysutils/potnet/files/patch-powerpc b/sysutils/potnet/files/patch-powerpc new file mode 100644 index 00000000000..1b92066ac90 --- /dev/null +++ b/sysutils/potnet/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.62/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/puppet6/Makefile b/sysutils/puppet6/Makefile index 37f007fc515..da6768b43be 100644 --- a/sysutils/puppet6/Makefile +++ b/sysutils/puppet6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppet -PORTVERSION= 6.21.1 +PORTVERSION= 6.23.0 CATEGORIES= sysutils PKGNAMESUFFIX= 6 diff --git a/sysutils/puppet6/distinfo b/sysutils/puppet6/distinfo index f50119ca4ac..984aa445bb4 100644 --- a/sysutils/puppet6/distinfo +++ b/sysutils/puppet6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613159755 -SHA256 (puppetlabs-puppet-6.21.1_GH0.tar.gz) = 9099d6fdd45ca3d007c3d9dccde8d45f47bcbbc61be213f2e0f35ab81f38efed -SIZE (puppetlabs-puppet-6.21.1_GH0.tar.gz) = 3390962 +TIMESTAMP = 1624642898 +SHA256 (puppetlabs-puppet-6.23.0_GH0.tar.gz) = 4c480a09ac4dbdf2ec63b9845e89e7c57dd3b5346b6dcc75a235bb26e6e6faba +SIZE (puppetlabs-puppet-6.23.0_GH0.tar.gz) = 3431002 diff --git a/sysutils/puppetserver6/Makefile b/sysutils/puppetserver6/Makefile index e5b4a4c5eb2..81ea3cdc313 100644 --- a/sysutils/puppetserver6/Makefile +++ b/sysutils/puppetserver6/Makefile @@ -1,5 +1,5 @@ PORTNAME= puppetserver -PORTVERSION= 6.15.3 +PORTVERSION= 6.16.0 CATEGORIES= sysutils java MASTER_SITES= https://downloads.puppetlabs.com/puppet/:upstream \ https://raw.githubusercontent.com/jruby/jruby/fb3ba4b3543b72e735ba53b51e6b7ec8a9916e1b/lib/ruby/stdlib/ffi/:ffi diff --git a/sysutils/puppetserver6/distinfo b/sysutils/puppetserver6/distinfo index 20509872d78..2d9df6b0add 100644 --- a/sysutils/puppetserver6/distinfo +++ b/sysutils/puppetserver6/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1619808533 -SHA256 (puppetserver-6.15.3.tar.gz) = e26f739f6fbebfc95b8903128fcfb6fbbac3acd8905d6c47338a195676296fae -SIZE (puppetserver-6.15.3.tar.gz) = 62635985 +TIMESTAMP = 1624643715 +SHA256 (puppetserver-6.16.0.tar.gz) = 9d6d4480a84a28992558d1bf23b8b5c68f7cc49927e5ae039527c8cc978d3c52 +SIZE (puppetserver-6.16.0.tar.gz) = 62908689 SHA256 (ffi.rb) = f991c5eb6b6e4c88541af592207aa7ea14ba48f482978b3b479c4b17390e8e93 SIZE (ffi.rb) = 5893 diff --git a/sysutils/pxp-agent/Makefile b/sysutils/pxp-agent/Makefile index 2dec8aa0626..e1b66fb2193 100644 --- a/sysutils/pxp-agent/Makefile +++ b/sysutils/pxp-agent/Makefile @@ -1,5 +1,5 @@ PORTNAME= pxp-agent -PORTVERSION= 1.15.12 +PORTVERSION= 1.15.13 CATEGORIES= sysutils MAINTAINER= puppet@FreeBSD.org diff --git a/sysutils/pxp-agent/distinfo b/sysutils/pxp-agent/distinfo index be7562303a6..b9bb61bd7da 100644 --- a/sysutils/pxp-agent/distinfo +++ b/sysutils/pxp-agent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622223416 -SHA256 (puppetlabs-pxp-agent-1.15.12_GH0.tar.gz) = 7087c4eba6a44072d055f2098cfeff284fd9d679ba25dd0aff227e41f5b2b489 -SIZE (puppetlabs-pxp-agent-1.15.12_GH0.tar.gz) = 318278 +TIMESTAMP = 1624061302 +SHA256 (puppetlabs-pxp-agent-1.15.13_GH0.tar.gz) = 010b482a43bc41466d363c22a1367aa9b8310ec708c81081085027d9df627f53 +SIZE (puppetlabs-pxp-agent-1.15.13_GH0.tar.gz) = 318583 diff --git a/sysutils/py-ansible-base/Makefile b/sysutils/py-ansible-base/Makefile index 57a6d588194..ef838822715 100644 --- a/sysutils/py-ansible-base/Makefile +++ b/sysutils/py-ansible-base/Makefile @@ -1,5 +1,5 @@ PORTNAME= ansible-base -DISTVERSION= 2.10.10 +DISTVERSION= 2.10.11 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-ansible-base/distinfo b/sysutils/py-ansible-base/distinfo index ae5f1c37a67..473ba7ddaf0 100644 --- a/sysutils/py-ansible-base/distinfo +++ b/sysutils/py-ansible-base/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1621933781 -SHA256 (ansible-base-2.10.10.tar.gz) = 7744b68ed81de948853304b8104b63651c5d6b03571aee972c83379aa6b7de10 -SIZE (ansible-base-2.10.10.tar.gz) = 5986488 +TIMESTAMP = 1624631496 +SHA256 (ansible-base-2.10.11.tar.gz) = bcf114d82a6a62659b43d498169a65cba948ca75bb4ef10e982956157167234b +SIZE (ansible-base-2.10.11.tar.gz) = 5987563 SHA256 (6459fbb7bcf792aac9208d7851bf1edeb0495295.patch) = cf810efb262b3e50bf64de2d196449d3cfcbaa7a97d60a7d258a1cfbece85eae SIZE (6459fbb7bcf792aac9208d7851bf1edeb0495295.patch) = 1918 diff --git a/sysutils/py-pytsk/Makefile b/sysutils/py-pytsk/Makefile index 6230c5a9fd4..defa30f8117 100644 --- a/sysutils/py-pytsk/Makefile +++ b/sysutils/py-pytsk/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= pytsk -PORTVERSION= 20210327 +PORTVERSION= 20210419 CATEGORIES= sysutils security devel python MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ LOCAL/antoine diff --git a/sysutils/py-pytsk/distinfo b/sysutils/py-pytsk/distinfo index 9b8f07c3273..d9fa537e1e0 100644 --- a/sysutils/py-pytsk/distinfo +++ b/sysutils/py-pytsk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1616918215 -SHA256 (pytsk3-20210327.tar.gz) = 8c48c5ad24668af52a524e2fb7bd005a3bb4087c59e15a0341f75a1279160e96 -SIZE (pytsk3-20210327.tar.gz) = 3082961 +TIMESTAMP = 1618916720 +SHA256 (pytsk3-20210419.tar.gz) = 492d833924409fef89b802434d13f404b0121a5247cfe71d2068723a25079035 +SIZE (pytsk3-20210419.tar.gz) = 3187790 diff --git a/sysutils/py-qmk/Makefile b/sysutils/py-qmk/Makefile index 2c0e439a26a..a7b4f81cffe 100644 --- a/sysutils/py-qmk/Makefile +++ b/sysutils/py-qmk/Makefile @@ -1,5 +1,5 @@ PORTNAME= qmk -DISTVERSION= 0.0.51 +DISTVERSION= 0.1.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-qmk/distinfo b/sysutils/py-qmk/distinfo index daeb9bada58..7a4a47f3e76 100644 --- a/sysutils/py-qmk/distinfo +++ b/sysutils/py-qmk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622107782 -SHA256 (qmk-0.0.51.tar.gz) = efeef209cde1df92b9823db686d9684962cd00aae9f45ba5e3d494aa5b3c6b9a -SIZE (qmk-0.0.51.tar.gz) = 8007 +TIMESTAMP = 1624805090 +SHA256 (qmk-0.1.0.tar.gz) = 76654b2fff92857f04201cdea3effc8af1f6039b4fcbe64157edb62666928251 +SIZE (qmk-0.1.0.tar.gz) = 8750 diff --git a/sysutils/rsfetch/Makefile b/sysutils/rsfetch/Makefile index 1e8981b4a5d..ff13a5ca631 100644 --- a/sysutils/rsfetch/Makefile +++ b/sysutils/rsfetch/Makefile @@ -1,6 +1,6 @@ PORTNAME= rsfetch DISTVERSION= 2.0.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/rsfetch/files/patch-powerpc b/sysutils/rsfetch/files/patch-powerpc new file mode 100644 index 00000000000..2883aeb469e --- /dev/null +++ b/sysutils/rsfetch/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.67/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.67/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.67/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.67/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/rubygem-bolt/Makefile b/sysutils/rubygem-bolt/Makefile index 2d86d65f0fc..e2a6c3eca20 100644 --- a/sysutils/rubygem-bolt/Makefile +++ b/sysutils/rubygem-bolt/Makefile @@ -1,5 +1,5 @@ PORTNAME= bolt -PORTVERSION= 3.10.0 +PORTVERSION= 3.11.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-bolt/distinfo b/sysutils/rubygem-bolt/distinfo index c98986bad1b..19900cc65ce 100644 --- a/sysutils/rubygem-bolt/distinfo +++ b/sysutils/rubygem-bolt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623789691 -SHA256 (rubygem/bolt-3.10.0.gem) = 781c642c91a08b6465438467543e189fceaa183283c1abf5291d68ad190ee802 -SIZE (rubygem/bolt-3.10.0.gem) = 230912 +TIMESTAMP = 1624643839 +SHA256 (rubygem/bolt-3.11.0.gem) = ee967fc346a9085499be87552f498e363cec859d2094d6db273f5c23dfd1754a +SIZE (rubygem/bolt-3.11.0.gem) = 230912 diff --git a/sysutils/rubygem-choria-mcorpc-support/Makefile b/sysutils/rubygem-choria-mcorpc-support/Makefile index 4487c93674e..f8c81428e79 100644 --- a/sysutils/rubygem-choria-mcorpc-support/Makefile +++ b/sysutils/rubygem-choria-mcorpc-support/Makefile @@ -1,5 +1,5 @@ PORTNAME= choria-mcorpc-support -DISTVERSION= 2.24.3 +DISTVERSION= 2.24.4 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-choria-mcorpc-support/distinfo b/sysutils/rubygem-choria-mcorpc-support/distinfo index ab88ef3d1d7..89c9122e77c 100644 --- a/sysutils/rubygem-choria-mcorpc-support/distinfo +++ b/sysutils/rubygem-choria-mcorpc-support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619197834 -SHA256 (rubygem/choria-mcorpc-support-2.24.3.gem) = 3b580c4c1768f9b9d13f32c97dc4c5a42ae9efeb6854edcfecacf0359db2208f -SIZE (rubygem/choria-mcorpc-support-2.24.3.gem) = 167424 +TIMESTAMP = 1624253024 +SHA256 (rubygem/choria-mcorpc-support-2.24.4.gem) = 09091c5b19bbcb840ed33f51d7f39e7cc09ff93ac9b1366d6c9ef4693b2c210f +SIZE (rubygem/choria-mcorpc-support-2.24.4.gem) = 168960 diff --git a/sysutils/rubygem-r10k/Makefile b/sysutils/rubygem-r10k/Makefile index 8e0eb79a5b1..d060fa22d9b 100644 --- a/sysutils/rubygem-r10k/Makefile +++ b/sysutils/rubygem-r10k/Makefile @@ -1,5 +1,5 @@ PORTNAME= r10k -PORTVERSION= 3.9.0 +PORTVERSION= 3.9.2 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff --git a/sysutils/rubygem-r10k/distinfo b/sysutils/rubygem-r10k/distinfo index 77198bc4e08..44472f22d38 100644 --- a/sysutils/rubygem-r10k/distinfo +++ b/sysutils/rubygem-r10k/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619809156 -SHA256 (rubygem/r10k-3.9.0.gem) = 855a183b8392a40d0c5856e0f79be3c5aa2d72880c0baedcfb94b36ab7a37b01 -SIZE (rubygem/r10k-3.9.0.gem) = 224768 +TIMESTAMP = 1624252842 +SHA256 (rubygem/r10k-3.9.2.gem) = 47cde7f09747f6da0f703ca2449c436e2fec90ecbfa5e21533810e75e5a2f1ed +SIZE (rubygem/r10k-3.9.2.gem) = 228352 diff --git a/sysutils/setsid/Makefile b/sysutils/setsid/Makefile new file mode 100644 index 00000000000..0ba7db91558 --- /dev/null +++ b/sysutils/setsid/Makefile @@ -0,0 +1,20 @@ +# Created by: Martin Wilke + +PORTNAME= setsid +DISTVERSION= 2.37 +CATEGORIES= sysutils + +MAINTAINER= tobik@FreeBSD.org +COMMENT= Run a command in a new session + +LICENSE= PD + +USE_GITHUB= yes +GH_ACCOUNT= t6 + +PLIST_FILES= bin/setsid \ + bin/ssid \ + share/bash-completion/completions/setsid \ + share/man/man1/setsid.1.gz + +.include diff --git a/sysutils/setsid/distinfo b/sysutils/setsid/distinfo new file mode 100644 index 00000000000..22af1bbacd5 --- /dev/null +++ b/sysutils/setsid/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624819663 +SHA256 (t6-setsid-2.37_GH0.tar.gz) = ff4da62d9f08ef4eaafa866c28ceb5a271e3b76609e478ef481dce1fb0c16c75 +SIZE (t6-setsid-2.37_GH0.tar.gz) = 7040 diff --git a/sysutils/ssid/pkg-descr b/sysutils/setsid/pkg-descr similarity index 67% rename from sysutils/ssid/pkg-descr rename to sysutils/setsid/pkg-descr index fdc12c671e1..a0d7eb9a311 100644 --- a/sysutils/ssid/pkg-descr +++ b/sysutils/setsid/pkg-descr @@ -1,4 +1,4 @@ Small wrapper for the setsid(2) syscall to run a command in a new session. -WWW: http://tools.suckless.org/ssid/ +WWW: https://github.com/t6/setsid diff --git a/sysutils/slurm-wlm/Makefile b/sysutils/slurm-wlm/Makefile index 60ad0b5c88b..866c7018896 100644 --- a/sysutils/slurm-wlm/Makefile +++ b/sysutils/slurm-wlm/Makefile @@ -1,6 +1,5 @@ PORTNAME= slurm -DISTVERSION= 20.02.1 -PORTREVISION= 6 +DISTVERSION= 20.02.7 CATEGORIES= sysutils python MASTER_SITES= https://download.schedmd.com/slurm/ PKGNAMESUFFIX= -wlm @@ -22,6 +21,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \ USES= compiler:c11 gmake gnome libtool localbase lua pkgconfig \ python:build readline shebangfix ssl tar:bz2 USE_LDCONFIG= yes +USE_PERL5= configure USE_RC_SUBR= slurmctld slurmd USERS= slurm diff --git a/sysutils/slurm-wlm/distinfo b/sysutils/slurm-wlm/distinfo index efa10eed45b..fbbff46a665 100644 --- a/sysutils/slurm-wlm/distinfo +++ b/sysutils/slurm-wlm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1585834999 -SHA256 (slurm-20.02.1.tar.bz2) = 7ee9813c6168292404785621d6a1c3c19d1b98c32d7dc750c408728061b011a5 -SIZE (slurm-20.02.1.tar.bz2) = 6302755 +TIMESTAMP = 1624569118 +SHA256 (slurm-20.02.7.tar.bz2) = 06865ff3cbf8bee1e75b12fa24c7d7a8fb0d4331f4c4a0d97c90058293d914ce +SIZE (slurm-20.02.7.tar.bz2) = 6562603 diff --git a/sysutils/slurm-wlm/files/patch-src_api_Makefile.in b/sysutils/slurm-wlm/files/patch-src_api_Makefile.in index 5757d1f40e6..955345040c2 100644 --- a/sysutils/slurm-wlm/files/patch-src_api_Makefile.in +++ b/sysutils/slurm-wlm/files/patch-src_api_Makefile.in @@ -1,10 +1,10 @@ ---- src/api/Makefile.in.orig 2020-02-29 23:53:10 UTC +--- src/api/Makefile.in.orig 2021-05-12 20:23:20 UTC +++ src/api/Makefile.in -@@ -1300,7 +1300,6 @@ $(VERSION_SCRIPT) : +@@ -1306,7 +1306,6 @@ $(VERSION_SCRIPT) : + echo " slurmdb_*;"; \ + echo " plugin_context_*;"; \ + echo " working_cluster_rec;"; \ +- echo " local: *;"; \ + echo "};") > $(VERSION_SCRIPT) $(FULL_VERSION_SCRIPT) : - (echo "{ global: *;"; \ -- echo " local: *;"; \ - echo "};") > $(FULL_VERSION_SCRIPT) - - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/sysutils/slurm-wlm/files/patch-src_plugins_proctrack_pgid_proctrack__pgid.c b/sysutils/slurm-wlm/files/patch-src_plugins_proctrack_pgid_proctrack__pgid.c deleted file mode 100644 index ed669163147..00000000000 --- a/sysutils/slurm-wlm/files/patch-src_plugins_proctrack_pgid_proctrack__pgid.c +++ /dev/null @@ -1,79 +0,0 @@ ---- src/plugins/proctrack/pgid/proctrack_pgid.c.orig 2020-03-26 21:44:05 UTC -+++ src/plugins/proctrack/pgid/proctrack_pgid.c -@@ -49,6 +49,15 @@ - #include - #include - -+#ifdef __FreeBSD__ -+#include -+#include -+#include -+#include -+ -+#include /* must be last */ -+#endif -+ - #include "slurm/slurm.h" - #include "slurm/slurm_errno.h" - #include "src/common/log.h" -@@ -179,6 +188,55 @@ proctrack_p_wait(uint64_t cont_id) - return SLURM_SUCCESS; - } - -+ -+/* -+ * Get list of all PIDs belonging to process group cont_id -+ */ -+#ifdef __FreeBSD__ -+extern int proctrack_p_get_pids(uint64_t cont_id, pid_t **pids, int *npids) -+{ -+ pid_t *pid_array = NULL; -+ struct procstat *proc_info; -+ struct kinfo_proc *proc_list; -+ FILE *procstat_err; -+ unsigned int pid_count = 0; -+ -+ /* -+ * procstat_getprocs() prints an innocuous but annoying warning -+ * to stderr by default when no matching processes are found: -+ * -+ * https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245318 -+ * -+ * Remove the redirect to /dev/null if this changes in the future. -+ */ -+ if ((procstat_err = fopen("/dev/null", "w+"))) -+ err_set_file(procstat_err); -+ proc_info = procstat_open_sysctl(); -+ proc_list = procstat_getprocs(proc_info, KERN_PROC_PGRP, cont_id, -+ (unsigned int *) &pid_count); -+ if (procstat_err) -+ { -+ err_set_file(NULL); -+ fclose(procstat_err); -+ } -+ -+ if (pid_count > 0) { -+ xrecalloc(pid_array, sizeof(pid_t), pid_count); -+ // FIXME: Do we need to filter zombies like the Linux code? -+ // proc_list[c].ki_paddr->p_state == PRS_ZOMBIE -+ for (size_t c = 0; c < pid_count; ++c) -+ pid_array[c] = proc_list[c].ki_pid; -+ } -+ -+ procstat_freeprocs(proc_info, proc_list); -+ procstat_close(proc_info); -+ -+ *pids = pid_array; -+ *npids = pid_count; -+ -+ return SLURM_SUCCESS; -+} -+#else - extern int - proctrack_p_get_pids(uint64_t cont_id, pid_t **pids, int *npids) - { -@@ -241,3 +299,4 @@ fini: *pids = pid_array; - *npids = pid_count; - return rc; - } -+#endif diff --git a/sysutils/slurm-wlm/pkg-plist b/sysutils/slurm-wlm/pkg-plist index 512763988ee..465d65801fc 100644 --- a/sysutils/slurm-wlm/pkg-plist +++ b/sysutils/slurm-wlm/pkg-plist @@ -483,6 +483,12 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%/html/mpi_guide.html %%PORTDOCS%%%%DOCSDIR%%/html/mpiplugins.html %%PORTDOCS%%%%DOCSDIR%%/html/multi_cluster.html +%%PORTDOCS%%%%DOCSDIR%%/html/network.html +%%PORTDOCS%%%%DOCSDIR%%/html/network_failover.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_federation.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_multi_cluster.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_srun.gif +%%PORTDOCS%%%%DOCSDIR%%/html/network_standard.gif %%PORTDOCS%%%%DOCSDIR%%/html/news.html %%PORTDOCS%%%%DOCSDIR%%/html/node_features_plugins.html %%PORTDOCS%%%%DOCSDIR%%/html/nonstop.conf.html @@ -503,6 +509,7 @@ sbin/slurmstepd %%PORTDOCS%%%%DOCSDIR%%/html/power_save.html %%PORTDOCS%%%%DOCSDIR%%/html/preempt.html %%PORTDOCS%%%%DOCSDIR%%/html/preemption_plugins.html +%%PORTDOCS%%%%DOCSDIR%%/html/prep_plugins.html %%PORTDOCS%%%%DOCSDIR%%/html/priority_multifactor.html %%PORTDOCS%%%%DOCSDIR%%/html/priority_multifactor3.html %%PORTDOCS%%%%DOCSDIR%%/html/priority_plugins.html diff --git a/sysutils/ssid/Makefile b/sysutils/ssid/Makefile deleted file mode 100644 index ef41fd1fb82..00000000000 --- a/sysutils/ssid/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Created by: Martin Wilke - -PORTNAME= ssid -PORTVERSION= 0.1 -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://dl.suckless.org/tools/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Run a command in a new session - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -PLIST_FILES= bin/setsid bin/ssid - -post-install: - ${LN} ${STAGEDIR}${PREFIX}/bin/ssid \ - ${STAGEDIR}${PREFIX}/bin/setsid - -.include diff --git a/sysutils/ssid/distinfo b/sysutils/ssid/distinfo deleted file mode 100644 index 8aac39395ae..00000000000 --- a/sysutils/ssid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ssid-0.1.tar.gz) = a4c477e58743ed04a7a68a76cd5863bf1919545d5a0fc5db6c6ccfa15134d1e6 -SIZE (ssid-0.1.tar.gz) = 2072 diff --git a/sysutils/tealdeer/Makefile b/sysutils/tealdeer/Makefile index 95927b0c8a1..e3e8109f075 100644 --- a/sysutils/tealdeer/Makefile +++ b/sysutils/tealdeer/Makefile @@ -1,7 +1,7 @@ PORTNAME= tealdeer DISTVERSIONPREFIX= v DISTVERSION= 1.4.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= lcook@FreeBSD.org diff --git a/sysutils/tealdeer/files/patch-powerpc b/sysutils/tealdeer/files/patch-powerpc new file mode 100644 index 00000000000..8df56ed8ff8 --- /dev/null +++ b/sysutils/tealdeer/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.76/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/terraform/Makefile b/sysutils/terraform/Makefile index e5a4869a8f8..a8b106eb22b 100644 --- a/sysutils/terraform/Makefile +++ b/sysutils/terraform/Makefile @@ -1,6 +1,6 @@ PORTNAME= terraform DISTVERSIONPREFIX= v -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= sysutils MASTER_SITES= https://people.freebsd.org/~0mp/distfiles/:tencentcloud_tencentcloud_sdk_go @@ -202,7 +202,7 @@ GH_TUPLE= Azure:azure-sdk-for-go:v52.5.0:azure_azure_sdk_for_go/vendor/github.co xlab:treeprint:1d6e34225557:xlab_treeprint/vendor/github.com/xlab/treeprint \ zclconf:go-cty-debug:b22d67c1ba0b:zclconf_go_cty_debug/vendor/github.com/zclconf/go-cty-debug \ zclconf:go-cty-yaml:v1.0.2:zclconf_go_cty_yaml/vendor/github.com/zclconf/go-cty-yaml \ - zclconf:go-cty:v1.8.3:zclconf_go_cty/vendor/github.com/zclconf/go-cty + zclconf:go-cty:v1.8.4:zclconf_go_cty/vendor/github.com/zclconf/go-cty PLIST_FILES= bin/${PORTNAME} diff --git a/sysutils/terraform/distinfo b/sysutils/terraform/distinfo index 74582d04959..7751c040e6f 100644 --- a/sysutils/terraform/distinfo +++ b/sysutils/terraform/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1623163803 -SHA256 (hashicorp-terraform-v1.0.0_GH0.tar.gz) = 2eba1281e05021d816f918141e1d6788351838a0d2fb70022ec6706f52da22c4 -SIZE (hashicorp-terraform-v1.0.0_GH0.tar.gz) = 2877484 +TIMESTAMP = 1624550842 +SHA256 (hashicorp-terraform-v1.0.1_GH0.tar.gz) = 4124593de269bfcfdeb0481a471a842a5dbfc34ac1796252c8c54a44d5da8c33 +SIZE (hashicorp-terraform-v1.0.1_GH0.tar.gz) = 2881426 SHA256 (Azure-azure-sdk-for-go-v52.5.0_GH0.tar.gz) = 3d35e23d20a7ad0784166f0e0bf380796a3b10b7e2fd9fe0b3f513148515f8f4 SIZE (Azure-azure-sdk-for-go-v52.5.0_GH0.tar.gz) = 34900560 SHA256 (Azure-go-autorest-446f41b7d65b_GH0.tar.gz) = 883e2603529a907a3da25d5e2389ab6473a80e6d79daf0d9ffc6385494e0da0a @@ -377,5 +377,5 @@ SHA256 (zclconf-go-cty-debug-b22d67c1ba0b_GH0.tar.gz) = 260692c74e75bfb54ce249b4 SIZE (zclconf-go-cty-debug-b22d67c1ba0b_GH0.tar.gz) = 7254 SHA256 (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 31102eb50cb6159d7dbbc82447477ec27914a6f3f0069af9e4b53116748755e3 SIZE (zclconf-go-cty-yaml-v1.0.2_GH0.tar.gz) = 59431 -SHA256 (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 422bda239f1904bb59f9268a238ba8a4001fbee6c0efbb7df60266d50515f921 -SIZE (zclconf-go-cty-v1.8.3_GH0.tar.gz) = 195415 +SHA256 (zclconf-go-cty-v1.8.4_GH0.tar.gz) = 2f8e0b1598284439ddec33fd51858fb1f52771eb71b1fde0c495e93bfa6ff610 +SIZE (zclconf-go-cty-v1.8.4_GH0.tar.gz) = 196165 diff --git a/sysutils/tlsdate/Makefile b/sysutils/tlsdate/Makefile index 0f08d29f419..10a7d4a1e4a 100644 --- a/sysutils/tlsdate/Makefile +++ b/sysutils/tlsdate/Makefile @@ -18,8 +18,6 @@ LDFLAGS+= -L${OPENSSLLIB} GNU_CONFIGURE= yes TEST_TARGET= test -PORTDOCS= * - USE_GITHUB= yes GH_ACCOUNT= ioerror diff --git a/sysutils/tlsdate/pkg-plist b/sysutils/tlsdate/pkg-plist index 6ecd1e9396f..193a4b29cdd 100644 --- a/sysutils/tlsdate/pkg-plist +++ b/sysutils/tlsdate/pkg-plist @@ -3,3 +3,8 @@ bin/tlsdate-helper etc/tlsdate/ca-roots/tlsdate-ca-roots.conf man/man1/tlsdate-helper.1.gz man/man1/tlsdate.1.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 466377d549f..a7496e26c5a 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -1,10 +1,9 @@ # Created by: Joe Marcus Clarke PORTNAME= upower -PORTVERSION= 0.99.11 -PORTREVISION= 1 +PORTVERSION= 0.99.12 CATEGORIES= sysutils -MASTER_SITES= http://upower.freedesktop.org/releases/ +MASTER_SITES= https://gitlab.freedesktop.org/upower/upower/uploads/244f5966c58773bbd3b4c507c549560f/ MAINTAINER= desktop@FreeBSD.org COMMENT= D-Bus daemon for simplifying power management tasks diff --git a/sysutils/upower/distinfo b/sysutils/upower/distinfo index 735acc480ed..9752606b077 100644 --- a/sysutils/upower/distinfo +++ b/sysutils/upower/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1574185561 -SHA256 (upower-0.99.11.tar.xz) = 64b5ffbfccd5bdb15d925777979a4dbee1a957f9eaeb158dc76175267eddbdef -SIZE (upower-0.99.11.tar.xz) = 430128 +TIMESTAMP = 1624209883 +SHA256 (upower-0.99.12.tar.xz) = 201d211e13a4887d97824fabe8119950230446732a8ed61682e89850f4bb135f +SIZE (upower-0.99.12.tar.xz) = 423640 diff --git a/sysutils/upower/files/patch-src_freebsd_up-device-supply.c b/sysutils/upower/files/patch-src_freebsd_up-device-supply.c new file mode 100644 index 00000000000..e6984ea5da0 --- /dev/null +++ b/sysutils/upower/files/patch-src_freebsd_up-device-supply.c @@ -0,0 +1,12 @@ +--- src/freebsd/up-device-supply.c.orig 2021-06-17 09:36:39 UTC ++++ src/freebsd/up-device-supply.c +@@ -273,7 +273,8 @@ up_device_supply_battery_set_properties (UpDevice *dev + "energy", cap, + "energy-full", lastfull, + "energy-full-design", dcap, +- "energy-rate", rate, ++ "energy-rate", ++ (battinfo.battinfo.state & ACPI_BATT_STAT_CHARGING) ? -rate : rate, + "energy-empty", lcap, + "voltage", volt, + "capacity", capacity, diff --git a/sysutils/usbhotkey/Makefile b/sysutils/usbhotkey/Makefile deleted file mode 100644 index e2958ba163d..00000000000 --- a/sysutils/usbhotkey/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# Created by: Nikos Ntarmos - -PORTNAME= usbhotkey -PORTVERSION= 0.4 -PORTREVISION= 2 -CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Utility to remap USB keyboards under X11 - -LICENSE= GPLv2 - -DEPRECATED= Uses EOL Python 2.7 via devel/libhid -EXPIRATION_DATE=2021-06-23 - -LIB_DEPENDS= libhid.so:devel/libhid \ - libXtst.so:x11/libXtst - -USES= compiler:c11 gmake localbase:ldflags -USE_RUBY= yes -GNU_CONFIGURE= yes - -CPPFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} \ - -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} -LIBS+= -lX11 - -CONFIGURE_ARGS= --without-Imlib - -.include diff --git a/sysutils/usbhotkey/distinfo b/sysutils/usbhotkey/distinfo deleted file mode 100644 index 4a0866eb809..00000000000 --- a/sysutils/usbhotkey/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (usbhotkey-0.4.tar.gz) = c650c9d36190f861115ed0222463518b426dc6fe7272d4b1ee2320e8d373c591 -SIZE (usbhotkey-0.4.tar.gz) = 160815 diff --git a/sysutils/usbhotkey/pkg-descr b/sysutils/usbhotkey/pkg-descr deleted file mode 100644 index c72bd8e0bc2..00000000000 --- a/sysutils/usbhotkey/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -USBHotkey allows you to catch USB keyboard events (key press and release -events) and transform them into X11 keyboard events using a Ruby script. - -This provides mechanism for creating keymaps that can be more complicated -than the standard table-based keymap approach of X11. - -WWW: http://usbhotkey.sourceforge.net/ diff --git a/sysutils/usbhotkey/pkg-plist b/sysutils/usbhotkey/pkg-plist deleted file mode 100644 index 80fb49107a2..00000000000 --- a/sysutils/usbhotkey/pkg-plist +++ /dev/null @@ -1,6 +0,0 @@ -share/usbhotkey-0.4/ag5-3colors.rb -share/usbhotkey-0.4/ag5-replicate-colours.rb -share/usbhotkey-0.4/ag5-gaming.rb -share/usbhotkey-0.4/plugin-keypress.rb -share/usbhotkey-0.4/test-plugin.rb -bin/usbhotkey diff --git a/sysutils/vector/Makefile b/sysutils/vector/Makefile index f0778616b68..7f0a1e98d1c 100644 --- a/sysutils/vector/Makefile +++ b/sysutils/vector/Makefile @@ -1,7 +1,7 @@ PORTNAME= vector DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= sysutils MAINTAINER= greg@unrelenting.technology diff --git a/sysutils/vivid/Makefile b/sysutils/vivid/Makefile index 45342cc0698..62f75c26db7 100644 --- a/sysutils/vivid/Makefile +++ b/sysutils/vivid/Makefile @@ -1,7 +1,7 @@ PORTNAME= vivid DISTVERSIONPREFIX= v -DISTVERSION= 0.6.0 -PORTREVISION= 2 +DISTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= 0mp@FreeBSD.org @@ -16,50 +16,42 @@ USES= cargo USE_GITHUB= yes GH_ACCOUNT= sharkdp -CARGO_CRATES= ansi_colours-1.0.1 \ +CARGO_CRATES= ansi_colours-1.0.2 \ ansi_term-0.11.0 \ - arrayref-0.3.6 \ - arrayvec-0.5.1 \ atty-0.2.14 \ - autocfg-1.0.1 \ - base64-0.12.3 \ bitflags-1.2.1 \ - blake2b_simd-0.5.10 \ - cc-1.0.60 \ - cfg-if-0.1.10 \ + cc-1.0.68 \ + cfg-if-1.0.0 \ clap-2.33.3 \ - constant_time_eq-0.1.5 \ - crossbeam-utils-0.7.2 \ - dirs-3.0.1 \ - dirs-sys-0.3.5 \ - getrandom-0.1.15 \ - hermit-abi-0.1.15 \ + dirs-3.0.2 \ + dirs-sys-0.3.6 \ + getrandom-0.2.3 \ + hermit-abi-0.1.18 \ lazy_static-1.4.0 \ - libc-0.2.77 \ - linked-hash-map-0.5.3 \ - proc-macro2-1.0.21 \ - quote-1.0.7 \ - redox_syscall-0.1.57 \ - redox_users-0.3.5 \ - rust-argon2-0.8.2 \ - rust-embed-5.6.0 \ - rust-embed-impl-5.6.0 \ - rust-embed-utils-5.0.0 \ + libc-0.2.97 \ + linked-hash-map-0.5.4 \ + proc-macro2-1.0.27 \ + quote-1.0.9 \ + redox_syscall-0.2.8 \ + redox_users-0.4.0 \ + rust-embed-5.9.0 \ + rust-embed-impl-5.9.0 \ + rust-embed-utils-5.1.0 \ same-file-1.0.6 \ strsim-0.8.0 \ - syn-1.0.41 \ + syn-1.0.73 \ term_size-0.3.2 \ textwrap-0.11.0 \ unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ + unicode-xid-0.2.2 \ vec_map-0.8.2 \ - walkdir-2.3.1 \ - wasi-0.9.0+wasi-snapshot-preview1 \ + walkdir-2.3.2 \ + wasi-0.10.2+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - yaml-rust-0.4.4 + yaml-rust-0.4.5 PLIST_FILES= bin/vivid diff --git a/sysutils/vivid/distinfo b/sysutils/vivid/distinfo index 949049d0e78..ca443e80612 100644 --- a/sysutils/vivid/distinfo +++ b/sysutils/vivid/distinfo @@ -1,91 +1,75 @@ -TIMESTAMP = 1614186930 -SHA256 (rust/crates/ansi_colours-1.0.1.tar.gz) = 1d0f302a81afc6a7f4350c04f0ba7cfab529cc009bca3324b3fb5764e6add8b6 -SIZE (rust/crates/ansi_colours-1.0.1.tar.gz) = 9937 -SHA256 (rust/crates/ansi_term-0.11.0.tar.gz) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.tar.gz) = 17087 -SHA256 (rust/crates/arrayref-0.3.6.tar.gz) = a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544 -SIZE (rust/crates/arrayref-0.3.6.tar.gz) = 10035 -SHA256 (rust/crates/arrayvec-0.5.1.tar.gz) = cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8 -SIZE (rust/crates/arrayvec-0.5.1.tar.gz) = 26816 -SHA256 (rust/crates/atty-0.2.14.tar.gz) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 -SIZE (rust/crates/atty-0.2.14.tar.gz) = 5470 -SHA256 (rust/crates/autocfg-1.0.1.tar.gz) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a -SIZE (rust/crates/autocfg-1.0.1.tar.gz) = 12908 -SHA256 (rust/crates/base64-0.12.3.tar.gz) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff -SIZE (rust/crates/base64-0.12.3.tar.gz) = 57545 -SHA256 (rust/crates/bitflags-1.2.1.tar.gz) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.tar.gz) = 16745 -SHA256 (rust/crates/blake2b_simd-0.5.10.tar.gz) = d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a -SIZE (rust/crates/blake2b_simd-0.5.10.tar.gz) = 34093 -SHA256 (rust/crates/cc-1.0.60.tar.gz) = ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c -SIZE (rust/crates/cc-1.0.60.tar.gz) = 53351 -SHA256 (rust/crates/cfg-if-0.1.10.tar.gz) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 -SIZE (rust/crates/cfg-if-0.1.10.tar.gz) = 7933 -SHA256 (rust/crates/clap-2.33.3.tar.gz) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 -SIZE (rust/crates/clap-2.33.3.tar.gz) = 201925 -SHA256 (rust/crates/constant_time_eq-0.1.5.tar.gz) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc -SIZE (rust/crates/constant_time_eq-0.1.5.tar.gz) = 4936 -SHA256 (rust/crates/crossbeam-utils-0.7.2.tar.gz) = c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8 -SIZE (rust/crates/crossbeam-utils-0.7.2.tar.gz) = 34338 -SHA256 (rust/crates/dirs-3.0.1.tar.gz) = 142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff -SIZE (rust/crates/dirs-3.0.1.tar.gz) = 12245 -SHA256 (rust/crates/dirs-sys-0.3.5.tar.gz) = 8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a -SIZE (rust/crates/dirs-sys-0.3.5.tar.gz) = 10643 -SHA256 (rust/crates/getrandom-0.1.15.tar.gz) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.tar.gz) = 24786 -SHA256 (rust/crates/hermit-abi-0.1.15.tar.gz) = 3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9 -SIZE (rust/crates/hermit-abi-0.1.15.tar.gz) = 9597 -SHA256 (rust/crates/lazy_static-1.4.0.tar.gz) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.tar.gz) = 10443 -SHA256 (rust/crates/libc-0.2.77.tar.gz) = f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235 -SIZE (rust/crates/libc-0.2.77.tar.gz) = 507233 -SHA256 (rust/crates/linked-hash-map-0.5.3.tar.gz) = 8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a -SIZE (rust/crates/linked-hash-map-0.5.3.tar.gz) = 16130 -SHA256 (rust/crates/proc-macro2-1.0.21.tar.gz) = 36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c -SIZE (rust/crates/proc-macro2-1.0.21.tar.gz) = 36909 -SHA256 (rust/crates/quote-1.0.7.tar.gz) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.tar.gz) = 25170 -SHA256 (rust/crates/redox_syscall-0.1.57.tar.gz) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.tar.gz) = 17087 -SHA256 (rust/crates/redox_users-0.3.5.tar.gz) = de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d -SIZE (rust/crates/redox_users-0.3.5.tar.gz) = 12644 -SHA256 (rust/crates/rust-argon2-0.8.2.tar.gz) = 9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19 -SIZE (rust/crates/rust-argon2-0.8.2.tar.gz) = 28291 -SHA256 (rust/crates/rust-embed-5.6.0.tar.gz) = 213acf1bc5a6dfcd70b62db1e9a7d06325c0e73439c312fcb8599d456d9686ee -SIZE (rust/crates/rust-embed-5.6.0.tar.gz) = 896698 -SHA256 (rust/crates/rust-embed-impl-5.6.0.tar.gz) = 7903c2cf599db8f310b392332f38367ca4acc84420fa1aee3536299f433c10d5 -SIZE (rust/crates/rust-embed-impl-5.6.0.tar.gz) = 3589 -SHA256 (rust/crates/rust-embed-utils-5.0.0.tar.gz) = 97655158074ccb2d2cfb1ccb4c956ef0f4054e43a2c1e71146d4991e6961e105 -SIZE (rust/crates/rust-embed-utils-5.0.0.tar.gz) = 1440 -SHA256 (rust/crates/same-file-1.0.6.tar.gz) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 -SIZE (rust/crates/same-file-1.0.6.tar.gz) = 10183 -SHA256 (rust/crates/strsim-0.8.0.tar.gz) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.tar.gz) = 9309 -SHA256 (rust/crates/syn-1.0.41.tar.gz) = 6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b -SIZE (rust/crates/syn-1.0.41.tar.gz) = 224979 -SHA256 (rust/crates/term_size-0.3.2.tar.gz) = 1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9 -SIZE (rust/crates/term_size-0.3.2.tar.gz) = 10917 -SHA256 (rust/crates/textwrap-0.11.0.tar.gz) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.tar.gz) = 17322 -SHA256 (rust/crates/unicode-width-0.1.8.tar.gz) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.tar.gz) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.tar.gz) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.tar.gz) = 14392 -SHA256 (rust/crates/vec_map-0.8.2.tar.gz) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 -SIZE (rust/crates/vec_map-0.8.2.tar.gz) = 14466 -SHA256 (rust/crates/walkdir-2.3.1.tar.gz) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.tar.gz) = 23413 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.tar.gz) = 31521 -SHA256 (rust/crates/winapi-0.3.9.tar.gz) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.tar.gz) = 1200382 -SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 -SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.tar.gz) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.5.tar.gz) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 -SIZE (rust/crates/winapi-util-0.1.5.tar.gz) = 10164 -SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f -SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.tar.gz) = 2947998 -SHA256 (rust/crates/yaml-rust-0.4.4.tar.gz) = 39f0c922f1a334134dc2f7a8b67dc5d25f0735263feec974345ff706bcf20b0d -SIZE (rust/crates/yaml-rust-0.4.4.tar.gz) = 48359 -SHA256 (sharkdp-vivid-v0.6.0_GH0.tar.gz) = c8640f524aef1cd4dc15286bdc6189894ad067ea79bf8c40b9ca8d9d752d161f -SIZE (sharkdp-vivid-v0.6.0_GH0.tar.gz) = 98743 +TIMESTAMP = 1624534560 +SHA256 (rust/crates/ansi_colours-1.0.2.crate) = 52cb663b84aea8670b4a40368360e29485c11b03d14ff6283261aeccd69d5ce1 +SIZE (rust/crates/ansi_colours-1.0.2.crate) = 10512 +SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b +SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 +SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 +SIZE (rust/crates/atty-0.2.14.crate) = 5470 +SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 +SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/cc-1.0.68.crate) = 4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787 +SIZE (rust/crates/cc-1.0.68.crate) = 55936 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/dirs-3.0.2.crate) = 30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309 +SIZE (rust/crates/dirs-3.0.2.crate) = 12184 +SHA256 (rust/crates/dirs-sys-0.3.6.crate) = 03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780 +SIZE (rust/crates/dirs-sys-0.3.6.crate) = 10626 +SHA256 (rust/crates/getrandom-0.2.3.crate) = 7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753 +SIZE (rust/crates/getrandom-0.2.3.crate) = 26261 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 +SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 +SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 +SHA256 (rust/crates/libc-0.2.97.crate) = 12b8adadd720df158f4d70dfe7ccc6adb0472d7c55ca83445f6a5ab3e36f8fb6 +SIZE (rust/crates/libc-0.2.97.crate) = 517712 +SHA256 (rust/crates/linked-hash-map-0.5.4.crate) = 7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3 +SIZE (rust/crates/linked-hash-map-0.5.4.crate) = 16166 +SHA256 (rust/crates/proc-macro2-1.0.27.crate) = f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038 +SIZE (rust/crates/proc-macro2-1.0.27.crate) = 38625 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 +SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc +SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/redox_users-0.4.0.crate) = 528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64 +SIZE (rust/crates/redox_users-0.4.0.crate) = 13023 +SHA256 (rust/crates/rust-embed-5.9.0.crate) = 2fe1fe6aac5d6bb9e1ffd81002340363272a7648234ec7bdfac5ee202cb65523 +SIZE (rust/crates/rust-embed-5.9.0.crate) = 894464 +SHA256 (rust/crates/rust-embed-impl-5.9.0.crate) = 3ed91c41c42ef7bf687384439c312e75e0da9c149b0390889b94de3c7d9d9e66 +SIZE (rust/crates/rust-embed-impl-5.9.0.crate) = 3963 +SHA256 (rust/crates/rust-embed-utils-5.1.0.crate) = 2a512219132473ab0a77b52077059f1c47ce4af7fbdc94503e9862a34422876d +SIZE (rust/crates/rust-embed-utils-5.1.0.crate) = 2092 +SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 +SIZE (rust/crates/same-file-1.0.6.crate) = 10183 +SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a +SIZE (rust/crates/strsim-0.8.0.crate) = 9309 +SHA256 (rust/crates/syn-1.0.73.crate) = f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7 +SIZE (rust/crates/syn-1.0.73.crate) = 232706 +SHA256 (rust/crates/term_size-0.3.2.crate) = 1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9 +SIZE (rust/crates/term_size-0.3.2.crate) = 10917 +SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 +SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 +SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 +SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 +SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 +SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 +SIZE (rust/crates/yaml-rust-0.4.5.crate) = 47783 +SHA256 (sharkdp-vivid-v0.7.0_GH0.tar.gz) = 8eeb0cd692936558756ce0dea8cc132898029005a5c70118be5e3ccf784b4cfd +SIZE (sharkdp-vivid-v0.7.0_GH0.tar.gz) = 23139 diff --git a/sysutils/vivid/files/patch-powerpc b/sysutils/vivid/files/patch-powerpc new file mode 100644 index 00000000000..6289d3e5be9 --- /dev/null +++ b/sysutils/vivid/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.97/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/sysutils/zellij/Makefile b/sysutils/zellij/Makefile index df1d382ce7d..8e7665e1e02 100644 --- a/sysutils/zellij/Makefile +++ b/sysutils/zellij/Makefile @@ -1,6 +1,7 @@ PORTNAME= zellij DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= riggs@FreeBSD.org diff --git a/sysutils/zoxide/Makefile b/sysutils/zoxide/Makefile index 9f4c51f9e91..7d8a5b496ea 100644 --- a/sysutils/zoxide/Makefile +++ b/sysutils/zoxide/Makefile @@ -1,7 +1,7 @@ PORTNAME= zoxide DISTVERSIONPREFIX= v DISTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= andoriyu@gmail.com diff --git a/sysutils/zoxide/files/patch-powerpc b/sysutils/zoxide/files/patch-powerpc new file mode 100644 index 00000000000..4a416caf6ff --- /dev/null +++ b/sysutils/zoxide/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/textproc/Makefile b/textproc/Makefile index 2097709feb5..abdc8f03ce2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1804,6 +1804,7 @@ SUBDIR += slowcat SUBDIR += smi SUBDIR += smu + SUBDIR += snowballstemmer SUBDIR += so-hunspell SUBDIR += sonic SUBDIR += soothsayer diff --git a/textproc/R-cran-openxlsx/Makefile b/textproc/R-cran-openxlsx/Makefile index 44e4bf31339..4b6eaaf985e 100644 --- a/textproc/R-cran-openxlsx/Makefile +++ b/textproc/R-cran-openxlsx/Makefile @@ -1,5 +1,5 @@ PORTNAME= openxlsx -DISTVERSION= 4.2.3 +DISTVERSION= 4.2.4 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/textproc/R-cran-openxlsx/distinfo b/textproc/R-cran-openxlsx/distinfo index 42712ea3ed6..3f56cfb8c11 100644 --- a/textproc/R-cran-openxlsx/distinfo +++ b/textproc/R-cran-openxlsx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1604504054 -SHA256 (openxlsx_4.2.3.tar.gz) = cdef89d826e50bef772af3e5eae935ca0316626a6e22f55f7631eac733b5e46f -SIZE (openxlsx_4.2.3.tar.gz) = 1275121 +TIMESTAMP = 1624518589 +SHA256 (openxlsx_4.2.4.tar.gz) = af571b3c60cea2a5975f6a394469f1c50266d4a5c5c91896b991b1b3ba8bc86e +SIZE (openxlsx_4.2.4.tar.gz) = 1322279 diff --git a/textproc/angle-grinder/Makefile b/textproc/angle-grinder/Makefile index 9ac664ad83b..634f2632ed9 100644 --- a/textproc/angle-grinder/Makefile +++ b/textproc/angle-grinder/Makefile @@ -1,7 +1,7 @@ PORTNAME= angle-grinder DISTVERSIONPREFIX= v DISTVERSION= 0.16 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/angle-grinder/files/patch-powerpc b/textproc/angle-grinder/files/patch-powerpc new file mode 100644 index 00000000000..9b827e1ca4f --- /dev/null +++ b/textproc/angle-grinder/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.82/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/textproc/bat/Makefile b/textproc/bat/Makefile index b002834dcf3..c11e9deb711 100644 --- a/textproc/bat/Makefile +++ b/textproc/bat/Makefile @@ -1,7 +1,7 @@ PORTNAME= bat DISTVERSIONPREFIX= v DISTVERSION= 0.18.1 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= pizzamig@FreeBSD.org diff --git a/textproc/cast2gif/Makefile b/textproc/cast2gif/Makefile index e5e00038419..f7ac7eca709 100644 --- a/textproc/cast2gif/Makefile +++ b/textproc/cast2gif/Makefile @@ -1,7 +1,7 @@ PORTNAME= cast2gif DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org diff --git a/textproc/cast2gif/files/patch-powerpc b/textproc/cast2gif/files/patch-powerpc new file mode 100644 index 00000000000..df525d6e5b1 --- /dev/null +++ b/textproc/cast2gif/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/textproc/csvq/Makefile b/textproc/csvq/Makefile index e130d3e4516..90ce088885a 100644 --- a/textproc/csvq/Makefile +++ b/textproc/csvq/Makefile @@ -1,7 +1,6 @@ PORTNAME= csvq DISTVERSIONPREFIX= v -DISTVERSION= 1.15.1 -PORTREVISION= 1 +DISTVERSION= 1.15.2 CATEGORIES= textproc MAINTAINER= lcook@FreeBSD.org diff --git a/textproc/csvq/distinfo b/textproc/csvq/distinfo index 82c98fc91e1..472ad8a801b 100644 --- a/textproc/csvq/distinfo +++ b/textproc/csvq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1620924676 -SHA256 (go/textproc_csvq/csvq-v1.15.1/v1.15.1.mod) = 08bc496d2c03e2a8ae69bfb939b1c2e3f442bddef8bd0ae89eb474c740f0a3ea -SIZE (go/textproc_csvq/csvq-v1.15.1/v1.15.1.mod) = 397 -SHA256 (go/textproc_csvq/csvq-v1.15.1/v1.15.1.zip) = b3f805ca8959b2f15613f57c58935ee4236009236e1aa4627b57d775d7186190 -SIZE (go/textproc_csvq/csvq-v1.15.1/v1.15.1.zip) = 1517400 +TIMESTAMP = 1624707035 +SHA256 (go/textproc_csvq/csvq-v1.15.2/v1.15.2.mod) = acae40e13ec53f509c084c5da6948f60178cd6021d1e12b5dc8d0c7579cd704a +SIZE (go/textproc_csvq/csvq-v1.15.2/v1.15.2.mod) = 397 +SHA256 (go/textproc_csvq/csvq-v1.15.2/v1.15.2.zip) = 739aaa0bb0a3e406ce9f8061e85513cd3a67df2b3792d86207985ca55b2fd3dc +SIZE (go/textproc_csvq/csvq-v1.15.2/v1.15.2.zip) = 1517526 diff --git a/textproc/jql/Makefile b/textproc/jql/Makefile index a021438b554..54add1b9d8b 100644 --- a/textproc/jql/Makefile +++ b/textproc/jql/Makefile @@ -1,7 +1,7 @@ PORTNAME= jql DISTVERSIONPREFIX= v DISTVERSION= 2.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MAINTAINER= yuri@FreeBSD.org diff --git a/textproc/jql/files/patch-powerpc b/textproc/jql/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/textproc/jql/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index e668a155c17..dc9f9af0ba9 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,11 +1,10 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v -DISTVERSION= 0.4.8 -PORTREVISION= 1 +DISTVERSION= 0.4.10 CATEGORIES= textproc MAINTAINER= 0mp@FreeBSD.org -COMMENT= Create book from markdown files (like Gitbook but implemented in Rust) +COMMENT= Create book from Markdown files (like GitBook but implemented in Rust) LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE @@ -15,95 +14,106 @@ USE_GITHUB= yes GH_ACCOUNT= rust-lang GH_PROJECT= mdBook -CARGO_CRATES= aho-corasick-0.7.10 \ - ammonia-3.1.0 \ +CARGO_CRATES= aho-corasick-0.7.18 \ + ammonia-3.1.1 \ ansi_term-0.11.0 \ - anyhow-1.0.28 \ + anyhow-1.0.40 \ atty-0.2.14 \ - autocfg-1.0.0 \ - base64-0.11.0 \ - base64-0.12.0 \ - bit-set-0.5.1 \ - bit-vec-0.5.1 \ + autocfg-1.0.1 \ + base64-0.12.3 \ + base64-0.13.0 \ + bit-set-0.5.2 \ + bit-vec-0.6.3 \ bitflags-1.2.1 \ block-buffer-0.7.3 \ + block-buffer-0.9.0 \ block-padding-0.1.5 \ byte-tools-0.3.1 \ - byteorder-1.3.4 \ - bytes-0.5.4 \ + byteorder-1.4.3 \ + bytes-0.5.6 \ + bytes-1.0.1 \ cfg-if-0.1.10 \ - chrono-0.4.11 \ - clap-2.33.0 \ - ctor-0.1.13 \ + cfg-if-1.0.0 \ + chrono-0.4.19 \ + clap-2.33.3 \ + cpufeatures-0.1.1 \ + ctor-0.1.20 \ difference-2.0.0 \ digest-0.8.1 \ - dtoa-0.4.5 \ - elasticlunr-rs-2.3.8 \ + digest-0.9.0 \ + dtoa-0.4.8 \ + either-1.6.1 \ + elasticlunr-rs-2.3.11 \ env_logger-0.7.1 \ fake-simd-0.1.2 \ - filetime-0.2.9 \ - fnv-1.0.6 \ + filetime-0.2.14 \ + fnv-1.0.7 \ + form_urlencoded-1.0.1 \ fsevent-0.4.0 \ fsevent-sys-2.0.1 \ fuchsia-zircon-0.3.3 \ fuchsia-zircon-sys-0.3.3 \ futf-0.1.4 \ - futures-0.3.4 \ - futures-channel-0.3.4 \ - futures-core-0.3.4 \ - futures-executor-0.3.4 \ - futures-io-0.3.4 \ - futures-macro-0.3.4 \ - futures-sink-0.3.4 \ - futures-task-0.3.4 \ - futures-util-0.3.4 \ - generic-array-0.12.3 \ + futures-0.3.14 \ + futures-channel-0.3.14 \ + futures-core-0.3.14 \ + futures-io-0.3.14 \ + futures-macro-0.3.14 \ + futures-sink-0.3.14 \ + futures-task-0.3.14 \ + futures-util-0.3.14 \ + generic-array-0.12.4 \ + generic-array-0.14.4 \ getopts-0.2.21 \ - getrandom-0.1.14 \ - gitignore-1.0.6 \ - glob-0.2.11 \ - h2-0.2.4 \ - handlebars-3.0.1 \ - headers-0.3.2 \ + getrandom-0.1.16 \ + getrandom-0.2.2 \ + gitignore-1.0.7 \ + glob-0.3.0 \ + h2-0.2.7 \ + handlebars-4.0.0 \ + hashbrown-0.9.1 \ + headers-0.3.4 \ headers-core-0.2.0 \ - heck-0.3.1 \ - hermit-abi-0.1.11 \ + heck-0.3.2 \ + hermit-abi-0.1.18 \ html5ever-0.25.1 \ - http-0.2.1 \ + http-0.2.4 \ http-body-0.3.1 \ - httparse-1.3.4 \ + httparse-1.4.0 \ + httpdate-0.3.2 \ humantime-1.3.0 \ - hyper-0.13.5 \ - idna-0.2.0 \ - indexmap-1.3.2 \ - inotify-0.7.0 \ - inotify-sys-0.1.3 \ + hyper-0.13.10 \ + idna-0.2.3 \ + indexmap-1.6.2 \ + inotify-0.7.1 \ + inotify-sys-0.1.5 \ input_buffer-0.3.1 \ iovec-0.1.4 \ - itoa-0.4.5 \ + itoa-0.4.7 \ kernel32-sys-0.2.2 \ lazy_static-1.4.0 \ - lazycell-1.2.1 \ - libc-0.2.69 \ - log-0.4.8 \ + lazycell-1.3.0 \ + libc-0.2.94 \ + log-0.4.14 \ mac-0.1.1 \ maplit-1.0.2 \ - markup5ever-0.10.0 \ + markup5ever-0.10.1 \ markup5ever_rcdom-0.1.0 \ matches-0.1.8 \ - memchr-2.3.3 \ + memchr-2.4.0 \ mime-0.3.16 \ mime_guess-2.0.3 \ - mio-0.6.21 \ + mio-0.6.23 \ mio-extras-2.0.6 \ - miow-0.2.1 \ - net2-0.2.33 \ + miow-0.2.2 \ + net2-0.2.37 \ new_debug_unreachable-1.0.4 \ - notify-4.0.15 \ - num-integer-0.1.42 \ - num-traits-0.2.11 \ + notify-4.0.16 \ + num-integer-0.1.44 \ + num-traits-0.2.14 \ opaque-debug-0.2.3 \ - open-1.4.0 \ + opaque-debug-0.3.0 \ + open-1.7.0 \ output_vt100-0.1.2 \ percent-encoding-2.1.0 \ pest-2.1.3 \ @@ -114,80 +124,97 @@ CARGO_CRATES= aho-corasick-0.7.10 \ phf_codegen-0.8.0 \ phf_generator-0.8.0 \ phf_shared-0.8.0 \ - pin-project-0.4.9 \ - pin-project-internal-0.4.9 \ - pin-project-lite-0.1.4 \ - pin-utils-0.1.0-alpha.4 \ - ppv-lite86-0.2.6 \ + pin-project-0.4.28 \ + pin-project-1.0.7 \ + pin-project-internal-0.4.28 \ + pin-project-internal-1.0.7 \ + pin-project-lite-0.1.12 \ + pin-project-lite-0.2.6 \ + pin-utils-0.1.0 \ + ppv-lite86-0.2.10 \ precomputed-hash-0.1.1 \ pretty_assertions-0.6.1 \ - proc-macro-hack-0.5.15 \ - proc-macro-nested-0.1.4 \ - proc-macro2-1.0.10 \ - pulldown-cmark-0.7.0 \ + proc-macro-hack-0.5.19 \ + proc-macro-nested-0.1.7 \ + proc-macro2-1.0.26 \ + pulldown-cmark-0.7.2 \ quick-error-1.2.3 \ - quote-1.0.3 \ + quick-error-2.0.1 \ + quote-1.0.9 \ rand-0.7.3 \ + rand-0.8.3 \ rand_chacha-0.2.2 \ + rand_chacha-0.3.0 \ rand_core-0.5.1 \ + rand_core-0.6.2 \ rand_hc-0.2.0 \ + rand_hc-0.3.0 \ rand_pcg-0.2.1 \ - redox_syscall-0.1.56 \ - regex-1.3.7 \ - regex-syntax-0.6.17 \ - remove_dir_all-0.5.2 \ - ryu-1.0.3 \ + redox_syscall-0.2.8 \ + regex-1.5.4 \ + regex-syntax-0.6.25 \ + remove_dir_all-0.5.3 \ + ryu-1.0.5 \ same-file-1.0.6 \ scoped-tls-1.0.0 \ select-0.5.0 \ - serde-1.0.106 \ - serde_derive-1.0.106 \ - serde_json-1.0.52 \ + semver-0.11.0 \ + semver-parser-0.10.2 \ + serde-1.0.125 \ + serde_derive-1.0.125 \ + serde_json-1.0.64 \ serde_urlencoded-0.6.1 \ sha-1-0.8.2 \ + sha-1-0.9.5 \ shlex-1.0.0 \ - siphasher-0.3.2 \ - slab-0.4.2 \ - smallvec-1.3.0 \ - string_cache-0.8.0 \ + siphasher-0.3.5 \ + slab-0.4.3 \ + socket2-0.3.19 \ + string_cache-0.8.1 \ string_cache_codegen-0.5.1 \ strsim-0.8.0 \ - strum-0.16.0 \ - strum_macros-0.16.0 \ - syn-1.0.17 \ - tempfile-3.1.0 \ - tendril-0.4.1 \ - termcolor-1.1.0 \ + strum-0.18.0 \ + strum_macros-0.18.0 \ + syn-1.0.72 \ + tempfile-3.2.0 \ + tendril-0.4.2 \ + termcolor-1.1.2 \ textwrap-0.11.0 \ - thread_local-1.0.1 \ time-0.1.43 \ - tokio-0.2.18 \ - tokio-macros-0.2.5 \ - tokio-tungstenite-0.10.1 \ + tinyvec-1.2.0 \ + tinyvec_macros-0.1.0 \ + tokio-0.2.25 \ + tokio-macros-0.2.6 \ + tokio-tungstenite-0.11.0 \ tokio-util-0.3.1 \ - toml-0.5.6 \ - tower-service-0.3.0 \ - try-lock-0.2.2 \ - tungstenite-0.10.1 \ - typenum-1.12.0 \ + toml-0.5.8 \ + tower-service-0.3.1 \ + tracing-0.1.26 \ + tracing-core-0.1.18 \ + tracing-futures-0.2.5 \ + try-lock-0.2.3 \ + tungstenite-0.11.1 \ + typenum-1.13.0 \ ucd-trie-0.1.3 \ unicase-2.6.0 \ - unicode-bidi-0.3.4 \ - unicode-normalization-0.1.12 \ - unicode-segmentation-1.6.0 \ - unicode-width-0.1.7 \ - unicode-xid-0.2.0 \ - url-2.1.1 \ - urlencoding-1.0.0 \ - utf-8-0.7.5 \ - vec_map-0.8.1 \ - version_check-0.9.1 \ - walkdir-2.3.1 \ + unicode-bidi-0.3.5 \ + unicode-normalization-0.1.17 \ + unicode-segmentation-1.7.1 \ + unicode-width-0.1.8 \ + unicode-xid-0.2.2 \ + url-2.2.2 \ + urlencoding-1.1.1 \ + utf-8-0.7.6 \ + vec_map-0.8.2 \ + version_check-0.9.3 \ + walkdir-2.3.2 \ want-0.3.0 \ - warp-0.2.2 \ + warp-0.2.5 \ wasi-0.9.0+wasi-snapshot-preview1 \ + wasi-0.10.2+wasi-snapshot-preview1 \ + which-4.1.0 \ winapi-0.2.8 \ - winapi-0.3.8 \ + winapi-0.3.9 \ winapi-build-0.1.1 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ diff --git a/textproc/mdbook/distinfo b/textproc/mdbook/distinfo index 0ad45e87db9..fb22a466c99 100644 --- a/textproc/mdbook/distinfo +++ b/textproc/mdbook/distinfo @@ -1,60 +1,74 @@ -TIMESTAMP = 1620724690 -SHA256 (rust/crates/aho-corasick-0.7.10.crate) = 8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada -SIZE (rust/crates/aho-corasick-0.7.10.crate) = 111039 -SHA256 (rust/crates/ammonia-3.1.0.crate) = 89eac85170f4b3fb3dc5e442c1cfb036cb8eecf9dbbd431a161ffad15d90ea3b -SIZE (rust/crates/ammonia-3.1.0.crate) = 35518 +TIMESTAMP = 1624641518 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 +SHA256 (rust/crates/ammonia-3.1.1.crate) = 1ee7d6eb157f337c5cedc95ddf17f0cbc36d36eb7763c8e0d1c1aeb3722f6279 +SIZE (rust/crates/ammonia-3.1.1.crate) = 35514 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 -SHA256 (rust/crates/anyhow-1.0.28.crate) = d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff -SIZE (rust/crates/anyhow-1.0.28.crate) = 26549 +SHA256 (rust/crates/anyhow-1.0.40.crate) = 28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b +SIZE (rust/crates/anyhow-1.0.40.crate) = 34534 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d -SIZE (rust/crates/autocfg-1.0.0.crate) = 12870 -SHA256 (rust/crates/base64-0.11.0.crate) = b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7 -SIZE (rust/crates/base64-0.11.0.crate) = 48362 -SHA256 (rust/crates/base64-0.12.0.crate) = 7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3 -SIZE (rust/crates/base64-0.12.0.crate) = 55305 -SHA256 (rust/crates/bit-set-0.5.1.crate) = e84c238982c4b1e1ee668d136c510c67a13465279c0cb367ea6baf6310620a80 -SIZE (rust/crates/bit-set-0.5.1.crate) = 14125 -SHA256 (rust/crates/bit-vec-0.5.1.crate) = f59bbe95d4e52a6398ec21238d31577f2b28a9d86807f06ca59d191d8440d0bb -SIZE (rust/crates/bit-vec-0.5.1.crate) = 18765 +SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a +SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 +SHA256 (rust/crates/base64-0.12.3.crate) = 3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff +SIZE (rust/crates/base64-0.12.3.crate) = 57545 +SHA256 (rust/crates/base64-0.13.0.crate) = 904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd +SIZE (rust/crates/base64-0.13.0.crate) = 62070 +SHA256 (rust/crates/bit-set-0.5.2.crate) = 6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de +SIZE (rust/crates/bit-set-0.5.2.crate) = 14093 +SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb +SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 SHA256 (rust/crates/block-buffer-0.7.3.crate) = c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b SIZE (rust/crates/block-buffer-0.7.3.crate) = 7179 +SHA256 (rust/crates/block-buffer-0.9.0.crate) = 4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4 +SIZE (rust/crates/block-buffer-0.9.0.crate) = 7108 SHA256 (rust/crates/block-padding-0.1.5.crate) = fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5 SIZE (rust/crates/block-padding-0.1.5.crate) = 7342 SHA256 (rust/crates/byte-tools-0.3.1.crate) = e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7 SIZE (rust/crates/byte-tools-0.3.1.crate) = 5526 -SHA256 (rust/crates/byteorder-1.3.4.crate) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.crate) = 21943 -SHA256 (rust/crates/bytes-0.5.4.crate) = 130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1 -SIZE (rust/crates/bytes-0.5.4.crate) = 46813 +SHA256 (rust/crates/byteorder-1.4.3.crate) = 14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610 +SIZE (rust/crates/byteorder-1.4.3.crate) = 22512 +SHA256 (rust/crates/bytes-0.5.6.crate) = 0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38 +SIZE (rust/crates/bytes-0.5.6.crate) = 46291 +SHA256 (rust/crates/bytes-1.0.1.crate) = b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040 +SIZE (rust/crates/bytes-1.0.1.crate) = 48142 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 -SHA256 (rust/crates/chrono-0.4.11.crate) = 80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2 -SIZE (rust/crates/chrono-0.4.11.crate) = 139811 -SHA256 (rust/crates/clap-2.33.0.crate) = 5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9 -SIZE (rust/crates/clap-2.33.0.crate) = 196458 -SHA256 (rust/crates/ctor-0.1.13.crate) = 47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1 -SIZE (rust/crates/ctor-0.1.13.crate) = 4698 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/chrono-0.4.19.crate) = 670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73 +SIZE (rust/crates/chrono-0.4.19.crate) = 155663 +SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 +SIZE (rust/crates/clap-2.33.3.crate) = 201925 +SHA256 (rust/crates/cpufeatures-0.1.1.crate) = dec1028182c380cc45a2e2c5ec841134f2dfd0f8f5f0a5bcd68004f81b5efdf4 +SIZE (rust/crates/cpufeatures-0.1.1.crate) = 9863 +SHA256 (rust/crates/ctor-0.1.20.crate) = 5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d +SIZE (rust/crates/ctor-0.1.20.crate) = 9328 SHA256 (rust/crates/difference-2.0.0.crate) = 524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198 SIZE (rust/crates/difference-2.0.0.crate) = 147616 SHA256 (rust/crates/digest-0.8.1.crate) = f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5 SIZE (rust/crates/digest-0.8.1.crate) = 9449 -SHA256 (rust/crates/dtoa-0.4.5.crate) = 4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3 -SIZE (rust/crates/dtoa-0.4.5.crate) = 14840 -SHA256 (rust/crates/elasticlunr-rs-2.3.8.crate) = 35274f9f9208923544b450b98ef8b018357904261c07a9bc83c536412881263c -SIZE (rust/crates/elasticlunr-rs-2.3.8.crate) = 89554 +SHA256 (rust/crates/digest-0.9.0.crate) = d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066 +SIZE (rust/crates/digest-0.9.0.crate) = 13247 +SHA256 (rust/crates/dtoa-0.4.8.crate) = 56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0 +SIZE (rust/crates/dtoa-0.4.8.crate) = 16175 +SHA256 (rust/crates/either-1.6.1.crate) = e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457 +SIZE (rust/crates/either-1.6.1.crate) = 13641 +SHA256 (rust/crates/elasticlunr-rs-2.3.11.crate) = 959fbc9a6ebced545cbe365fdce5e25c6ab7683f2ca4ecc9fb9d0db663bf73d5 +SIZE (rust/crates/elasticlunr-rs-2.3.11.crate) = 93003 SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 SIZE (rust/crates/env_logger-0.7.1.crate) = 32281 SHA256 (rust/crates/fake-simd-0.1.2.crate) = e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed SIZE (rust/crates/fake-simd-0.1.2.crate) = 5398 -SHA256 (rust/crates/filetime-0.2.9.crate) = f59efc38004c988e4201d11d263b8171f49a2e7ec0bdbb71773433f271504a5e -SIZE (rust/crates/filetime-0.2.9.crate) = 13714 -SHA256 (rust/crates/fnv-1.0.6.crate) = 2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3 -SIZE (rust/crates/fnv-1.0.6.crate) = 11131 +SHA256 (rust/crates/filetime-0.2.14.crate) = 1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8 +SIZE (rust/crates/filetime-0.2.14.crate) = 14358 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/form_urlencoded-1.0.1.crate) = 5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191 +SIZE (rust/crates/form_urlencoded-1.0.1.crate) = 8773 SHA256 (rust/crates/fsevent-0.4.0.crate) = 5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6 SIZE (rust/crates/fsevent-0.4.0.crate) = 7292 SHA256 (rust/crates/fsevent-sys-2.0.1.crate) = f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0 @@ -65,118 +79,126 @@ SHA256 (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 3dcaa9ae7725d12cdb85b3ad99 SIZE (rust/crates/fuchsia-zircon-sys-0.3.3.crate) = 7191 SHA256 (rust/crates/futf-0.1.4.crate) = 7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b SIZE (rust/crates/futf-0.1.4.crate) = 11341 -SHA256 (rust/crates/futures-0.3.4.crate) = 5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780 -SIZE (rust/crates/futures-0.3.4.crate) = 37742 -SHA256 (rust/crates/futures-channel-0.3.4.crate) = f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8 -SIZE (rust/crates/futures-channel-0.3.4.crate) = 28916 -SHA256 (rust/crates/futures-core-0.3.4.crate) = f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a -SIZE (rust/crates/futures-core-0.3.4.crate) = 13540 -SHA256 (rust/crates/futures-executor-0.3.4.crate) = f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba -SIZE (rust/crates/futures-executor-0.3.4.crate) = 16477 -SHA256 (rust/crates/futures-io-0.3.4.crate) = a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6 -SIZE (rust/crates/futures-io-0.3.4.crate) = 8887 -SHA256 (rust/crates/futures-macro-0.3.4.crate) = 9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7 -SIZE (rust/crates/futures-macro-0.3.4.crate) = 9903 -SHA256 (rust/crates/futures-sink-0.3.4.crate) = 3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6 -SIZE (rust/crates/futures-sink-0.3.4.crate) = 7615 -SHA256 (rust/crates/futures-task-0.3.4.crate) = 7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27 -SIZE (rust/crates/futures-task-0.3.4.crate) = 10957 -SHA256 (rust/crates/futures-util-0.3.4.crate) = 22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5 -SIZE (rust/crates/futures-util-0.3.4.crate) = 130683 -SHA256 (rust/crates/generic-array-0.12.3.crate) = c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec -SIZE (rust/crates/generic-array-0.12.3.crate) = 18017 +SHA256 (rust/crates/futures-0.3.14.crate) = a9d5813545e459ad3ca1bff9915e9ad7f1a47dc6a91b627ce321d5863b7dd253 +SIZE (rust/crates/futures-0.3.14.crate) = 45557 +SHA256 (rust/crates/futures-channel-0.3.14.crate) = ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25 +SIZE (rust/crates/futures-channel-0.3.14.crate) = 31260 +SHA256 (rust/crates/futures-core-0.3.14.crate) = 098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815 +SIZE (rust/crates/futures-core-0.3.14.crate) = 13831 +SHA256 (rust/crates/futures-io-0.3.14.crate) = 365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04 +SIZE (rust/crates/futures-io-0.3.14.crate) = 9056 +SHA256 (rust/crates/futures-macro-0.3.14.crate) = 668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b +SIZE (rust/crates/futures-macro-0.3.14.crate) = 9681 +SHA256 (rust/crates/futures-sink-0.3.14.crate) = 5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23 +SIZE (rust/crates/futures-sink-0.3.14.crate) = 7658 +SHA256 (rust/crates/futures-task-0.3.14.crate) = ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc +SIZE (rust/crates/futures-task-0.3.14.crate) = 11115 +SHA256 (rust/crates/futures-util-0.3.14.crate) = 3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025 +SIZE (rust/crates/futures-util-0.3.14.crate) = 140139 +SHA256 (rust/crates/generic-array-0.12.4.crate) = ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd +SIZE (rust/crates/generic-array-0.12.4.crate) = 18212 +SHA256 (rust/crates/generic-array-0.14.4.crate) = 501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817 +SIZE (rust/crates/generic-array-0.14.4.crate) = 28916 SHA256 (rust/crates/getopts-0.2.21.crate) = 14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5 SIZE (rust/crates/getopts-0.2.21.crate) = 18457 -SHA256 (rust/crates/getrandom-0.1.14.crate) = 7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb -SIZE (rust/crates/getrandom-0.1.14.crate) = 24698 -SHA256 (rust/crates/gitignore-1.0.6.crate) = f5beed3b526478bebc1dd164b7aa770ae709f918a7b978fcb4afdaf3bbee8dfd -SIZE (rust/crates/gitignore-1.0.6.crate) = 10876 -SHA256 (rust/crates/glob-0.2.11.crate) = 8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb -SIZE (rust/crates/glob-0.2.11.crate) = 18065 -SHA256 (rust/crates/h2-0.2.4.crate) = 377038bf3c89d18d6ca1431e7a5027194fbd724ca10592b9487ede5e8e144f42 -SIZE (rust/crates/h2-0.2.4.crate) = 157213 -SHA256 (rust/crates/handlebars-3.0.1.crate) = ba758d094d31274eb49d15da6f326b96bf3185239a6359bf684f3d5321148900 -SIZE (rust/crates/handlebars-3.0.1.crate) = 65081 -SHA256 (rust/crates/headers-0.3.2.crate) = ed18eb2459bf1a09ad2d6b1547840c3e5e62882fa09b9a6a20b1de8e3228848f -SIZE (rust/crates/headers-0.3.2.crate) = 67402 +SHA256 (rust/crates/getrandom-0.1.16.crate) = 8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce +SIZE (rust/crates/getrandom-0.1.16.crate) = 25077 +SHA256 (rust/crates/getrandom-0.2.2.crate) = c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8 +SIZE (rust/crates/getrandom-0.2.2.crate) = 26010 +SHA256 (rust/crates/gitignore-1.0.7.crate) = 78aa90e4620c1498ac434c06ba6e521b525794bbdacf085d490cc794b4a2f9a4 +SIZE (rust/crates/gitignore-1.0.7.crate) = 12148 +SHA256 (rust/crates/glob-0.3.0.crate) = 9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574 +SIZE (rust/crates/glob-0.3.0.crate) = 18724 +SHA256 (rust/crates/h2-0.2.7.crate) = 5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535 +SIZE (rust/crates/h2-0.2.7.crate) = 156989 +SHA256 (rust/crates/handlebars-4.0.0.crate) = 28f0fe89affef47e2c9729030a8f6e79df34cb66b8a44ecf91dad43f31150559 +SIZE (rust/crates/handlebars-4.0.0.crate) = 86593 +SHA256 (rust/crates/hashbrown-0.9.1.crate) = d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04 +SIZE (rust/crates/hashbrown-0.9.1.crate) = 77734 +SHA256 (rust/crates/headers-0.3.4.crate) = f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855 +SIZE (rust/crates/headers-0.3.4.crate) = 67384 SHA256 (rust/crates/headers-core-0.2.0.crate) = e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429 SIZE (rust/crates/headers-core-0.2.0.crate) = 2380 -SHA256 (rust/crates/heck-0.3.1.crate) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.crate) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.11.crate) = 8a0d737e0f947a1864e93d33fdef4af8445a00d1ed8dc0c8ddb73139ea6abf15 -SIZE (rust/crates/hermit-abi-0.1.11.crate) = 9203 +SHA256 (rust/crates/heck-0.3.2.crate) = 87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac +SIZE (rust/crates/heck-0.3.2.crate) = 54718 +SHA256 (rust/crates/hermit-abi-0.1.18.crate) = 322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c +SIZE (rust/crates/hermit-abi-0.1.18.crate) = 9936 SHA256 (rust/crates/html5ever-0.25.1.crate) = aafcf38a1a36118242d29b92e1b08ef84e67e4a5ed06e0a80be20e6a32bfed6b SIZE (rust/crates/html5ever-0.25.1.crate) = 73165 -SHA256 (rust/crates/http-0.2.1.crate) = 28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9 -SIZE (rust/crates/http-0.2.1.crate) = 102231 +SHA256 (rust/crates/http-0.2.4.crate) = 527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11 +SIZE (rust/crates/http-0.2.4.crate) = 105489 SHA256 (rust/crates/http-body-0.3.1.crate) = 13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b SIZE (rust/crates/http-body-0.3.1.crate) = 5394 -SHA256 (rust/crates/httparse-1.3.4.crate) = cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9 -SIZE (rust/crates/httparse-1.3.4.crate) = 23739 +SHA256 (rust/crates/httparse-1.4.0.crate) = 4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437 +SIZE (rust/crates/httparse-1.4.0.crate) = 25546 +SHA256 (rust/crates/httpdate-0.3.2.crate) = 494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47 +SIZE (rust/crates/httpdate-0.3.2.crate) = 10768 SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f SIZE (rust/crates/humantime-1.3.0.crate) = 17020 -SHA256 (rust/crates/hyper-0.13.5.crate) = 96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14 -SIZE (rust/crates/hyper-0.13.5.crate) = 138177 -SHA256 (rust/crates/idna-0.2.0.crate) = 02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9 -SIZE (rust/crates/idna-0.2.0.crate) = 257203 -SHA256 (rust/crates/indexmap-1.3.2.crate) = 076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292 -SIZE (rust/crates/indexmap-1.3.2.crate) = 47144 -SHA256 (rust/crates/inotify-0.7.0.crate) = 24e40d6fd5d64e2082e0c796495c8ef5ad667a96d03e5aaa0becfd9d47bcbfb8 -SIZE (rust/crates/inotify-0.7.0.crate) = 19974 -SHA256 (rust/crates/inotify-sys-0.1.3.crate) = e74a1aa87c59aeff6ef2cc2fa62d41bc43f54952f55652656b18a02fd5e356c0 -SIZE (rust/crates/inotify-sys-0.1.3.crate) = 8327 +SHA256 (rust/crates/hyper-0.13.10.crate) = 8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb +SIZE (rust/crates/hyper-0.13.10.crate) = 141981 +SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 +SIZE (rust/crates/idna-0.2.3.crate) = 271023 +SHA256 (rust/crates/indexmap-1.6.2.crate) = 824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3 +SIZE (rust/crates/indexmap-1.6.2.crate) = 50225 +SHA256 (rust/crates/inotify-0.7.1.crate) = 4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f +SIZE (rust/crates/inotify-0.7.1.crate) = 24637 +SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb +SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/input_buffer-0.3.1.crate) = 19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754 SIZE (rust/crates/input_buffer-0.3.1.crate) = 7812 SHA256 (rust/crates/iovec-0.1.4.crate) = b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e SIZE (rust/crates/iovec-0.1.4.crate) = 8720 -SHA256 (rust/crates/itoa-0.4.5.crate) = b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e -SIZE (rust/crates/itoa-0.4.5.crate) = 11194 +SHA256 (rust/crates/itoa-0.4.7.crate) = dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736 +SIZE (rust/crates/itoa-0.4.7.crate) = 12099 SHA256 (rust/crates/kernel32-sys-0.2.2.crate) = 7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d SIZE (rust/crates/kernel32-sys-0.2.2.crate) = 24537 SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/lazycell-1.2.1.crate) = b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f -SIZE (rust/crates/lazycell-1.2.1.crate) = 11691 -SHA256 (rust/crates/libc-0.2.69.crate) = 99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005 -SIZE (rust/crates/libc-0.2.69.crate) = 472393 -SHA256 (rust/crates/log-0.4.8.crate) = 14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7 -SIZE (rust/crates/log-0.4.8.crate) = 31297 +SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 +SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 +SHA256 (rust/crates/libc-0.2.94.crate) = 18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e +SIZE (rust/crates/libc-0.2.94.crate) = 511713 +SHA256 (rust/crates/log-0.4.14.crate) = 51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710 +SIZE (rust/crates/log-0.4.14.crate) = 34582 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d SIZE (rust/crates/maplit-1.0.2.crate) = 8871 -SHA256 (rust/crates/markup5ever-0.10.0.crate) = aae38d669396ca9b707bfc3db254bc382ddb94f57cc5c235f34623a669a01dab -SIZE (rust/crates/markup5ever-0.10.0.crate) = 42925 +SHA256 (rust/crates/markup5ever-0.10.1.crate) = a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd +SIZE (rust/crates/markup5ever-0.10.1.crate) = 34668 SHA256 (rust/crates/markup5ever_rcdom-0.1.0.crate) = f015da43bcd8d4f144559a3423f4591d69b8ce0652c905374da7205df336ae2b SIZE (rust/crates/markup5ever_rcdom-0.1.0.crate) = 25165 SHA256 (rust/crates/matches-0.1.8.crate) = 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08 SIZE (rust/crates/matches-0.1.8.crate) = 2216 -SHA256 (rust/crates/memchr-2.3.3.crate) = 3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400 -SIZE (rust/crates/memchr-2.3.3.crate) = 22566 +SHA256 (rust/crates/memchr-2.4.0.crate) = b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc +SIZE (rust/crates/memchr-2.4.0.crate) = 63392 SHA256 (rust/crates/mime-0.3.16.crate) = 2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d SIZE (rust/crates/mime-0.3.16.crate) = 15206 SHA256 (rust/crates/mime_guess-2.0.3.crate) = 2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212 SIZE (rust/crates/mime_guess-2.0.3.crate) = 27437 -SHA256 (rust/crates/mio-0.6.21.crate) = 302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f -SIZE (rust/crates/mio-0.6.21.crate) = 129233 +SHA256 (rust/crates/mio-0.6.23.crate) = 4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4 +SIZE (rust/crates/mio-0.6.23.crate) = 103554 SHA256 (rust/crates/mio-extras-2.0.6.crate) = 52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19 SIZE (rust/crates/mio-extras-2.0.6.crate) = 16292 -SHA256 (rust/crates/miow-0.2.1.crate) = 8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919 -SIZE (rust/crates/miow-0.2.1.crate) = 21133 -SHA256 (rust/crates/net2-0.2.33.crate) = 42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88 -SIZE (rust/crates/net2-0.2.33.crate) = 20936 +SHA256 (rust/crates/miow-0.2.2.crate) = ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d +SIZE (rust/crates/miow-0.2.2.crate) = 22044 +SHA256 (rust/crates/net2-0.2.37.crate) = 391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae +SIZE (rust/crates/net2-0.2.37.crate) = 21311 SHA256 (rust/crates/new_debug_unreachable-1.0.4.crate) = e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54 SIZE (rust/crates/new_debug_unreachable-1.0.4.crate) = 2561 -SHA256 (rust/crates/notify-4.0.15.crate) = 80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd -SIZE (rust/crates/notify-4.0.15.crate) = 54853 -SHA256 (rust/crates/num-integer-0.1.42.crate) = 3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba -SIZE (rust/crates/num-integer-0.1.42.crate) = 19463 -SHA256 (rust/crates/num-traits-0.2.11.crate) = c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096 -SIZE (rust/crates/num-traits-0.2.11.crate) = 42000 +SHA256 (rust/crates/notify-4.0.16.crate) = 2599080e87c9bd051ddb11b10074f4da7b1223298df65d4c2ec5bcf309af1533 +SIZE (rust/crates/notify-4.0.16.crate) = 53902 +SHA256 (rust/crates/num-integer-0.1.44.crate) = d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db +SIZE (rust/crates/num-integer-0.1.44.crate) = 22216 +SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 +SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 SHA256 (rust/crates/opaque-debug-0.2.3.crate) = 2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c SIZE (rust/crates/opaque-debug-0.2.3.crate) = 5643 -SHA256 (rust/crates/open-1.4.0.crate) = 7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48 -SIZE (rust/crates/open-1.4.0.crate) = 5084 +SHA256 (rust/crates/opaque-debug-0.3.0.crate) = 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5 +SIZE (rust/crates/opaque-debug-0.3.0.crate) = 5767 +SHA256 (rust/crates/open-1.7.0.crate) = 1711eb4b31ce4ad35b0f316d8dfba4fe5c7ad601c448446d84aae7a896627b20 +SIZE (rust/crates/open-1.7.0.crate) = 6101 SHA256 (rust/crates/output_vt100-0.1.2.crate) = 53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9 SIZE (rust/crates/output_vt100-0.1.2.crate) = 4062 SHA256 (rust/crates/percent-encoding-2.1.0.crate) = d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e @@ -197,154 +219,188 @@ SHA256 (rust/crates/phf_generator-0.8.0.crate) = 17367f0cc86f2d25802b2c26ee58a7b SIZE (rust/crates/phf_generator-0.8.0.crate) = 7604 SHA256 (rust/crates/phf_shared-0.8.0.crate) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 SIZE (rust/crates/phf_shared-0.8.0.crate) = 2860 -SHA256 (rust/crates/pin-project-0.4.9.crate) = 6f6a7f5eee6292c559c793430c55c00aea9d3b3d1905e855806ca4d7253426a2 -SIZE (rust/crates/pin-project-0.4.9.crate) = 35607 -SHA256 (rust/crates/pin-project-internal-0.4.9.crate) = 8988430ce790d8682672117bc06dda364c0be32d3abd738234f19f3240bad99a -SIZE (rust/crates/pin-project-internal-0.4.9.crate) = 24401 -SHA256 (rust/crates/pin-project-lite-0.1.4.crate) = 237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae -SIZE (rust/crates/pin-project-lite-0.1.4.crate) = 16677 -SHA256 (rust/crates/pin-utils-0.1.0-alpha.4.crate) = 5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587 -SIZE (rust/crates/pin-utils-0.1.0-alpha.4.crate) = 7446 -SHA256 (rust/crates/ppv-lite86-0.2.6.crate) = 74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b -SIZE (rust/crates/ppv-lite86-0.2.6.crate) = 20522 +SHA256 (rust/crates/pin-project-0.4.28.crate) = 918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f +SIZE (rust/crates/pin-project-0.4.28.crate) = 47895 +SHA256 (rust/crates/pin-project-1.0.7.crate) = c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4 +SIZE (rust/crates/pin-project-1.0.7.crate) = 54847 +SHA256 (rust/crates/pin-project-internal-0.4.28.crate) = 3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e +SIZE (rust/crates/pin-project-internal-0.4.28.crate) = 29989 +SHA256 (rust/crates/pin-project-internal-1.0.7.crate) = 48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f +SIZE (rust/crates/pin-project-internal-1.0.7.crate) = 27884 +SHA256 (rust/crates/pin-project-lite-0.1.12.crate) = 257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777 +SIZE (rust/crates/pin-project-lite-0.1.12.crate) = 16854 +SHA256 (rust/crates/pin-project-lite-0.2.6.crate) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 +SIZE (rust/crates/pin-project-lite-0.2.6.crate) = 25494 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 +SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 SHA256 (rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 SHA256 (rust/crates/pretty_assertions-0.6.1.crate) = 3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427 SIZE (rust/crates/pretty_assertions-0.6.1.crate) = 61551 -SHA256 (rust/crates/proc-macro-hack-0.5.15.crate) = 0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63 -SIZE (rust/crates/proc-macro-hack-0.5.15.crate) = 12806 -SHA256 (rust/crates/proc-macro-nested-0.1.4.crate) = 8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694 -SIZE (rust/crates/proc-macro-nested-0.1.4.crate) = 6319 -SHA256 (rust/crates/proc-macro2-1.0.10.crate) = df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3 -SIZE (rust/crates/proc-macro2-1.0.10.crate) = 35622 -SHA256 (rust/crates/pulldown-cmark-0.7.0.crate) = 2c2d7fd131800e0d63df52aff46201acaab70b431a4a1ec6f0343fe8e64f35a4 -SIZE (rust/crates/pulldown-cmark-0.7.0.crate) = 102025 +SHA256 (rust/crates/proc-macro-hack-0.5.19.crate) = dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5 +SIZE (rust/crates/proc-macro-hack-0.5.19.crate) = 15556 +SHA256 (rust/crates/proc-macro-nested-0.1.7.crate) = bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086 +SIZE (rust/crates/proc-macro-nested-0.1.7.crate) = 6495 +SHA256 (rust/crates/proc-macro2-1.0.26.crate) = a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec +SIZE (rust/crates/proc-macro2-1.0.26.crate) = 38233 +SHA256 (rust/crates/pulldown-cmark-0.7.2.crate) = ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55 +SIZE (rust/crates/pulldown-cmark-0.7.2.crate) = 102716 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.3.crate) = 2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f -SIZE (rust/crates/quote-1.0.3.crate) = 22939 +SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 +SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 +SHA256 (rust/crates/quote-1.0.9.crate) = c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7 +SIZE (rust/crates/quote-1.0.9.crate) = 25042 SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 SIZE (rust/crates/rand-0.7.3.crate) = 112246 +SHA256 (rust/crates/rand-0.8.3.crate) = 0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e +SIZE (rust/crates/rand-0.8.3.crate) = 84493 SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 +SHA256 (rust/crates/rand_chacha-0.3.0.crate) = e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d +SIZE (rust/crates/rand_chacha-0.3.0.crate) = 13920 SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 +SHA256 (rust/crates/rand_core-0.6.2.crate) = 34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7 +SIZE (rust/crates/rand_core-0.6.2.crate) = 21708 SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 +SHA256 (rust/crates/rand_hc-0.3.0.crate) = 3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73 +SIZE (rust/crates/rand_hc-0.3.0.crate) = 11780 SHA256 (rust/crates/rand_pcg-0.2.1.crate) = 16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429 SIZE (rust/crates/rand_pcg-0.2.1.crate) = 11291 -SHA256 (rust/crates/redox_syscall-0.1.56.crate) = 2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84 -SIZE (rust/crates/redox_syscall-0.1.56.crate) = 17117 -SHA256 (rust/crates/regex-1.3.7.crate) = a6020f034922e3194c711b82a627453881bc4682166cabb07134a10c26ba7692 -SIZE (rust/crates/regex-1.3.7.crate) = 235600 -SHA256 (rust/crates/regex-syntax-0.6.17.crate) = 7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae -SIZE (rust/crates/regex-syntax-0.6.17.crate) = 294004 -SHA256 (rust/crates/remove_dir_all-0.5.2.crate) = 4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e -SIZE (rust/crates/remove_dir_all-0.5.2.crate) = 8907 -SHA256 (rust/crates/ryu-1.0.3.crate) = 535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76 -SIZE (rust/crates/ryu-1.0.3.crate) = 41983 +SHA256 (rust/crates/redox_syscall-0.2.8.crate) = 742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc +SIZE (rust/crates/redox_syscall-0.2.8.crate) = 23697 +SHA256 (rust/crates/regex-1.5.4.crate) = d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461 +SIZE (rust/crates/regex-1.5.4.crate) = 236581 +SHA256 (rust/crates/regex-syntax-0.6.25.crate) = f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b +SIZE (rust/crates/regex-syntax-0.6.25.crate) = 293293 +SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 +SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184 +SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e +SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/scoped-tls-1.0.0.crate) = ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2 SIZE (rust/crates/scoped-tls-1.0.0.crate) = 9146 SHA256 (rust/crates/select-0.5.0.crate) = 8ee061f90afcc8678bef7a78d0d121683f0ba753f740ff7005f833ec445876b7 SIZE (rust/crates/select-0.5.0.crate) = 60423 -SHA256 (rust/crates/serde-1.0.106.crate) = 36df6ac6412072f67cf767ebbde4133a5b2e88e76dc6187fa7104cd16f783399 -SIZE (rust/crates/serde-1.0.106.crate) = 73343 -SHA256 (rust/crates/serde_derive-1.0.106.crate) = 9e549e3abf4fb8621bd1609f11dfc9f5e50320802273b12f3811a67e6716ea6c -SIZE (rust/crates/serde_derive-1.0.106.crate) = 49719 -SHA256 (rust/crates/serde_json-1.0.52.crate) = a7894c8ed05b7a3a279aeb79025fdec1d3158080b75b98a08faf2806bb799edd -SIZE (rust/crates/serde_json-1.0.52.crate) = 73135 +SHA256 (rust/crates/semver-0.11.0.crate) = f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6 +SIZE (rust/crates/semver-0.11.0.crate) = 20826 +SHA256 (rust/crates/semver-parser-0.10.2.crate) = 00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7 +SIZE (rust/crates/semver-parser-0.10.2.crate) = 23176 +SHA256 (rust/crates/serde-1.0.125.crate) = 558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171 +SIZE (rust/crates/serde-1.0.125.crate) = 75144 +SHA256 (rust/crates/serde_derive-1.0.125.crate) = b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d +SIZE (rust/crates/serde_derive-1.0.125.crate) = 54155 +SHA256 (rust/crates/serde_json-1.0.64.crate) = 799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79 +SIZE (rust/crates/serde_json-1.0.64.crate) = 115138 SHA256 (rust/crates/serde_urlencoded-0.6.1.crate) = 9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97 SIZE (rust/crates/serde_urlencoded-0.6.1.crate) = 12540 SHA256 (rust/crates/sha-1-0.8.2.crate) = f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df SIZE (rust/crates/sha-1-0.8.2.crate) = 12338 +SHA256 (rust/crates/sha-1-0.9.5.crate) = b659df5fc3ce22274daac600ffb845300bd2125bcfaec047823075afdab81c00 +SIZE (rust/crates/sha-1-0.9.5.crate) = 13780 SHA256 (rust/crates/shlex-1.0.0.crate) = 42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d SIZE (rust/crates/shlex-1.0.0.crate) = 4555 -SHA256 (rust/crates/siphasher-0.3.2.crate) = 8e88f89a550c01e4cd809f3df4f52dc9e939f3273a2017eabd5c6d12fd98bb23 -SIZE (rust/crates/siphasher-0.3.2.crate) = 9231 -SHA256 (rust/crates/slab-0.4.2.crate) = c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8 -SIZE (rust/crates/slab-0.4.2.crate) = 10136 -SHA256 (rust/crates/smallvec-1.3.0.crate) = 05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a -SIZE (rust/crates/smallvec-1.3.0.crate) = 23930 -SHA256 (rust/crates/string_cache-0.8.0.crate) = 2940c75beb4e3bf3a494cef919a747a2cb81e52571e212bfbd185074add7208a -SIZE (rust/crates/string_cache-0.8.0.crate) = 14691 +SHA256 (rust/crates/siphasher-0.3.5.crate) = cbce6d4507c7e4a3962091436e56e95290cb71fa302d0d270e32130b75fbff27 +SIZE (rust/crates/siphasher-0.3.5.crate) = 9455 +SHA256 (rust/crates/slab-0.4.3.crate) = f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527 +SIZE (rust/crates/slab-0.4.3.crate) = 15681 +SHA256 (rust/crates/socket2-0.3.19.crate) = 122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e +SIZE (rust/crates/socket2-0.3.19.crate) = 33782 +SHA256 (rust/crates/string_cache-0.8.1.crate) = 8ddb1139b5353f96e429e1a5e19fbaf663bddedaa06d1dbd49f82e352601209a +SIZE (rust/crates/string_cache-0.8.1.crate) = 14423 SHA256 (rust/crates/string_cache_codegen-0.5.1.crate) = f24c8e5e19d22a726626f1a5e16fe15b132dcf21d10177fa5a45ce7962996b97 SIZE (rust/crates/string_cache_codegen-0.5.1.crate) = 8243 SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a SIZE (rust/crates/strsim-0.8.0.crate) = 9309 -SHA256 (rust/crates/strum-0.16.0.crate) = 6138f8f88a16d90134763314e3fc76fa3ed6a7db4725d6acf9a3ef95a3188d22 -SIZE (rust/crates/strum-0.16.0.crate) = 4211 -SHA256 (rust/crates/strum_macros-0.16.0.crate) = 0054a7df764039a6cd8592b9de84be4bec368ff081d203a7d5371cbfa8e65c81 -SIZE (rust/crates/strum_macros-0.16.0.crate) = 9944 -SHA256 (rust/crates/syn-1.0.17.crate) = 0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03 -SIZE (rust/crates/syn-1.0.17.crate) = 198158 -SHA256 (rust/crates/tempfile-3.1.0.crate) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.crate) = 25823 -SHA256 (rust/crates/tendril-0.4.1.crate) = 707feda9f2582d5d680d733e38755547a3e8fb471e7ba11452ecfd9ce93a5d3b -SIZE (rust/crates/tendril-0.4.1.crate) = 35286 -SHA256 (rust/crates/termcolor-1.1.0.crate) = bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f -SIZE (rust/crates/termcolor-1.1.0.crate) = 17193 +SHA256 (rust/crates/strum-0.18.0.crate) = 57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b +SIZE (rust/crates/strum-0.18.0.crate) = 4207 +SHA256 (rust/crates/strum_macros-0.18.0.crate) = 87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c +SIZE (rust/crates/strum_macros-0.18.0.crate) = 10229 +SHA256 (rust/crates/syn-1.0.72.crate) = a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82 +SIZE (rust/crates/syn-1.0.72.crate) = 232500 +SHA256 (rust/crates/tempfile-3.2.0.crate) = dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22 +SIZE (rust/crates/tempfile-3.2.0.crate) = 25892 +SHA256 (rust/crates/tendril-0.4.2.crate) = a9ef557cb397a4f0a5a3a628f06515f78563f2209e64d47055d9dc6052bf5e33 +SIZE (rust/crates/tendril-0.4.2.crate) = 37138 +SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 +SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.crate) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.crate) = 12609 SHA256 (rust/crates/time-0.1.43.crate) = ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438 SIZE (rust/crates/time-0.1.43.crate) = 28653 -SHA256 (rust/crates/tokio-0.2.18.crate) = 34ef16d072d2b6dc8b4a56c70f5c5ced1a37752116f8e7c1e80c659aa7cb6713 -SIZE (rust/crates/tokio-0.2.18.crate) = 365052 -SHA256 (rust/crates/tokio-macros-0.2.5.crate) = f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389 -SIZE (rust/crates/tokio-macros-0.2.5.crate) = 5831 -SHA256 (rust/crates/tokio-tungstenite-0.10.1.crate) = b8b8fe88007ebc363512449868d7da4389c9400072a3f666f212c7280082882a -SIZE (rust/crates/tokio-tungstenite-0.10.1.crate) = 30514 +SHA256 (rust/crates/tinyvec-1.2.0.crate) = 5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342 +SIZE (rust/crates/tinyvec-1.2.0.crate) = 41625 +SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c +SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 +SHA256 (rust/crates/tokio-0.2.25.crate) = 6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092 +SIZE (rust/crates/tokio-0.2.25.crate) = 413390 +SHA256 (rust/crates/tokio-macros-0.2.6.crate) = e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a +SIZE (rust/crates/tokio-macros-0.2.6.crate) = 6460 +SHA256 (rust/crates/tokio-tungstenite-0.11.0.crate) = 6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c +SIZE (rust/crates/tokio-tungstenite-0.11.0.crate) = 30705 SHA256 (rust/crates/tokio-util-0.3.1.crate) = be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499 SIZE (rust/crates/tokio-util-0.3.1.crate) = 27233 -SHA256 (rust/crates/toml-0.5.6.crate) = ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a -SIZE (rust/crates/toml-0.5.6.crate) = 54341 -SHA256 (rust/crates/tower-service-0.3.0.crate) = e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860 -SIZE (rust/crates/tower-service-0.3.0.crate) = 5321 -SHA256 (rust/crates/try-lock-0.2.2.crate) = e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382 -SIZE (rust/crates/try-lock-0.2.2.crate) = 3638 -SHA256 (rust/crates/tungstenite-0.10.1.crate) = cfea31758bf674f990918962e8e5f07071a3161bd7c4138ed23e416e1ac4264e -SIZE (rust/crates/tungstenite-0.10.1.crate) = 54360 -SHA256 (rust/crates/typenum-1.12.0.crate) = 373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33 -SIZE (rust/crates/typenum-1.12.0.crate) = 36037 +SHA256 (rust/crates/toml-0.5.8.crate) = a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa +SIZE (rust/crates/toml-0.5.8.crate) = 54219 +SHA256 (rust/crates/tower-service-0.3.1.crate) = 360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6 +SIZE (rust/crates/tower-service-0.3.1.crate) = 6299 +SHA256 (rust/crates/tracing-0.1.26.crate) = 09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d +SIZE (rust/crates/tracing-0.1.26.crate) = 68583 +SHA256 (rust/crates/tracing-core-0.1.18.crate) = a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052 +SIZE (rust/crates/tracing-core-0.1.18.crate) = 48381 +SHA256 (rust/crates/tracing-futures-0.2.5.crate) = 97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2 +SIZE (rust/crates/tracing-futures-0.2.5.crate) = 11637 +SHA256 (rust/crates/try-lock-0.2.3.crate) = 59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642 +SIZE (rust/crates/try-lock-0.2.3.crate) = 4158 +SHA256 (rust/crates/tungstenite-0.11.1.crate) = f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23 +SIZE (rust/crates/tungstenite-0.11.1.crate) = 53895 +SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06 +SIZE (rust/crates/typenum-1.13.0.crate) = 40238 SHA256 (rust/crates/ucd-trie-0.1.3.crate) = 56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c SIZE (rust/crates/ucd-trie-0.1.3.crate) = 44615 SHA256 (rust/crates/unicase-2.6.0.crate) = 50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6 SIZE (rust/crates/unicase-2.6.0.crate) = 23478 -SHA256 (rust/crates/unicode-bidi-0.3.4.crate) = 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5 -SIZE (rust/crates/unicode-bidi-0.3.4.crate) = 32228 -SHA256 (rust/crates/unicode-normalization-0.1.12.crate) = 5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4 -SIZE (rust/crates/unicode-normalization-0.1.12.crate) = 91057 -SHA256 (rust/crates/unicode-segmentation-1.6.0.crate) = e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0 -SIZE (rust/crates/unicode-segmentation-1.6.0.crate) = 90703 -SHA256 (rust/crates/unicode-width-0.1.7.crate) = caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479 -SIZE (rust/crates/unicode-width-0.1.7.crate) = 16644 -SHA256 (rust/crates/unicode-xid-0.2.0.crate) = 826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c -SIZE (rust/crates/unicode-xid-0.2.0.crate) = 14994 -SHA256 (rust/crates/url-2.1.1.crate) = 829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb -SIZE (rust/crates/url-2.1.1.crate) = 70383 -SHA256 (rust/crates/urlencoding-1.0.0.crate) = 3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed -SIZE (rust/crates/urlencoding-1.0.0.crate) = 2790 -SHA256 (rust/crates/utf-8-0.7.5.crate) = 05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7 -SIZE (rust/crates/utf-8-0.7.5.crate) = 6551 -SHA256 (rust/crates/vec_map-0.8.1.crate) = 05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a -SIZE (rust/crates/vec_map-0.8.1.crate) = 14959 -SHA256 (rust/crates/version_check-0.9.1.crate) = 078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce -SIZE (rust/crates/version_check-0.9.1.crate) = 11459 -SHA256 (rust/crates/walkdir-2.3.1.crate) = 777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d -SIZE (rust/crates/walkdir-2.3.1.crate) = 23413 +SHA256 (rust/crates/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0 +SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423 +SHA256 (rust/crates/unicode-normalization-0.1.17.crate) = 07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef +SIZE (rust/crates/unicode-normalization-0.1.17.crate) = 100345 +SHA256 (rust/crates/unicode-segmentation-1.7.1.crate) = bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796 +SIZE (rust/crates/unicode-segmentation-1.7.1.crate) = 93066 +SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 +SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 +SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 +SIZE (rust/crates/unicode-xid-0.2.2.crate) = 14955 +SHA256 (rust/crates/url-2.2.2.crate) = a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c +SIZE (rust/crates/url-2.2.2.crate) = 68555 +SHA256 (rust/crates/urlencoding-1.1.1.crate) = c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593 +SIZE (rust/crates/urlencoding-1.1.1.crate) = 3711 +SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 +SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 +SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 +SHA256 (rust/crates/version_check-0.9.3.crate) = 5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe +SIZE (rust/crates/version_check-0.9.3.crate) = 12547 +SHA256 (rust/crates/walkdir-2.3.2.crate) = 808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56 +SIZE (rust/crates/walkdir-2.3.2.crate) = 23516 SHA256 (rust/crates/want-0.3.0.crate) = 1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0 SIZE (rust/crates/want-0.3.0.crate) = 6550 -SHA256 (rust/crates/warp-0.2.2.crate) = 54cd1e2b3eb3539284d88b76a9afcf5e20f2ef2fab74db5b21a1c30d7d945e82 -SIZE (rust/crates/warp-0.2.2.crate) = 101942 +SHA256 (rust/crates/warp-0.2.5.crate) = f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407 +SIZE (rust/crates/warp-0.2.5.crate) = 110850 SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 +SHA256 (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6 +SIZE (rust/crates/wasi-0.10.2+wasi-snapshot-preview1.crate) = 27505 +SHA256 (rust/crates/which-4.1.0.crate) = b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe +SIZE (rust/crates/which-4.1.0.crate) = 7684 SHA256 (rust/crates/winapi-0.2.8.crate) = 167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a SIZE (rust/crates/winapi-0.2.8.crate) = 455145 -SHA256 (rust/crates/winapi-0.3.8.crate) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 -SIZE (rust/crates/winapi-0.3.8.crate) = 1128308 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-build-0.1.1.crate) = 2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc SIZE (rust/crates/winapi-build-0.1.1.crate) = 669 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 @@ -357,5 +413,5 @@ SHA256 (rust/crates/ws2_32-sys-0.2.1.crate) = d59cefebd0c892fa2dd6de581e937301d8 SIZE (rust/crates/ws2_32-sys-0.2.1.crate) = 4697 SHA256 (rust/crates/xml5ever-0.16.1.crate) = 0b1b52e6e8614d4a58b8e70cf51ec0cc21b256ad8206708bcff8139b5bbd6a59 SIZE (rust/crates/xml5ever-0.16.1.crate) = 41282 -SHA256 (rust-lang-mdBook-v0.4.8_GH0.tar.gz) = 87f8251742123d5c70eb3416e9dd71e9db693a966dd8d9aa8c30630bdba1dc11 -SIZE (rust-lang-mdBook-v0.4.8_GH0.tar.gz) = 1478812 +SHA256 (rust-lang-mdBook-v0.4.10_GH0.tar.gz) = ecd1d4cee5b5fa7781799f83010e2074262929a22e37d308061b54ffa7e42f69 +SIZE (rust-lang-mdBook-v0.4.10_GH0.tar.gz) = 1483113 diff --git a/textproc/mdbook/files/patch-powerpc b/textproc/mdbook/files/patch-powerpc new file mode 100644 index 00000000000..698b3d61388 --- /dev/null +++ b/textproc/mdbook/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/textproc/p5-FormValidator-Lite/Makefile b/textproc/p5-FormValidator-Lite/Makefile index 1a36db90090..5848da390c3 100644 --- a/textproc/p5-FormValidator-Lite/Makefile +++ b/textproc/p5-FormValidator-Lite/Makefile @@ -23,8 +23,9 @@ TEST_DEPENDS= p5-CGI>=3.31:www/p5-CGI \ p5-Text-TestBase>=0:textproc/p5-Text-TestBase \ p5-YAML>=0:textproc/p5-YAML -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/textproc/p5-HTML-Entities-Interpolate/Makefile b/textproc/p5-HTML-Entities-Interpolate/Makefile index dd8c0fe2dbe..15fe4dcbac6 100644 --- a/textproc/p5-HTML-Entities-Interpolate/Makefile +++ b/textproc/p5-HTML-Entities-Interpolate/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-HTML-Parser>=3.69:www/p5-HTML-Parser \ TEST_DEPENDS= p5-Capture-Tiny>=0.44:devel/p5-Capture-Tiny \ p5-File-Slurper>=0.009:devel/p5-File-Slurper -NO_ARCH= yes -USE_PERL5= configure USES= perl5 tar:tgz +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-HTML-Tidy5/Makefile b/textproc/p5-HTML-Tidy5/Makefile index 31bb4705718..4f125378b1e 100644 --- a/textproc/p5-HTML-Tidy5/Makefile +++ b/textproc/p5-HTML-Tidy5/Makefile @@ -13,8 +13,8 @@ LICENSE= ART20 LIB_DEPENDS= libtidy5.so:www/tidy-html5 -USE_PERL5= configure USES= localbase perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/HTML/Tidy5/Tidy5.so diff --git a/textproc/p5-JavaScript-Packer/Makefile b/textproc/p5-JavaScript-Packer/Makefile index 4a93e03f9bc..0adfcad709c 100644 --- a/textproc/p5-JavaScript-Packer/Makefile +++ b/textproc/p5-JavaScript-Packer/Makefile @@ -16,8 +16,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Regexp-RegGrp>=1.001001:devel/p5-Regexp-RegGrp TEST_DEPENDS= p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Lingua-EN-PluralToSingular/Makefile b/textproc/p5-Lingua-EN-PluralToSingular/Makefile index e32b450b87a..10636b7b883 100644 --- a/textproc/p5-Lingua-EN-PluralToSingular/Makefile +++ b/textproc/p5-Lingua-EN-PluralToSingular/Makefile @@ -12,8 +12,9 @@ COMMENT= Change an English plural to a singular LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Lingua-Ident/Makefile b/textproc/p5-Lingua-Ident/Makefile index 0b5b8b8ad41..2642e9ac330 100644 --- a/textproc/p5-Lingua-Ident/Makefile +++ b/textproc/p5-Lingua-Ident/Makefile @@ -14,8 +14,9 @@ COMMENT= Statistical language identification LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Lingua-Ispell/Makefile b/textproc/p5-Lingua-Ispell/Makefile index 7a029b68420..dc8e015e053 100644 --- a/textproc/p5-Lingua-Ispell/Makefile +++ b/textproc/p5-Lingua-Ispell/Makefile @@ -16,10 +16,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= ispell:textproc/aspell-ispell +USES= perl5 +USE_PERL5= configure + NO_ARCH= yes REINPLACE_ARGS= -i '' -USE_PERL5= configure -USES= perl5 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/lib/Lingua/Ispell.pm diff --git a/textproc/p5-Lingua-PT-Stemmer/Makefile b/textproc/p5-Lingua-PT-Stemmer/Makefile index f63aff2db54..c73ec8511eb 100644 --- a/textproc/p5-Lingua-PT-Stemmer/Makefile +++ b/textproc/p5-Lingua-PT-Stemmer/Makefile @@ -11,9 +11,11 @@ COMMENT= Stemmers for Portuguese and Galician LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure NO_ARCH= yes -USE_PERL5= configure -USES= perl5 .include diff --git a/textproc/p5-Makefile-DOM/Makefile b/textproc/p5-Makefile-DOM/Makefile index 1caa2093ddf..2ab48e30a27 100644 --- a/textproc/p5-Makefile-DOM/Makefile +++ b/textproc/p5-Makefile-DOM/Makefile @@ -19,7 +19,9 @@ RUN_DEPENDS= p5-Clone>=0.18:devel/p5-Clone \ p5-List-MoreUtils>=0.21:lang/p5-List-MoreUtils \ p5-Params-Util>=0.22:devel/p5-Params-Util -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Marpa-HTML/Makefile b/textproc/p5-Marpa-HTML/Makefile index 778cea0fcb4..f201c100db7 100644 --- a/textproc/p5-Marpa-HTML/Makefile +++ b/textproc/p5-Marpa-HTML/Makefile @@ -14,15 +14,17 @@ COMMENT= High-level HTML Parser LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-HTML-Parser>=3.64:www/p5-HTML-Parser \ p5-Marpa-PP>=0.012:lang/p5-Marpa-PP \ p5-Marpa-XS>=0.026:lang/p5-Marpa-XS -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|lib/Marpa/Support.pod|lib/Marpa/HTML/Support.pod|' ${WRKSRC}/Build.PL diff --git a/textproc/p5-PDF-Writer/Makefile b/textproc/p5-PDF-Writer/Makefile index d67aac4e23a..78b1f9850ca 100644 --- a/textproc/p5-PDF-Writer/Makefile +++ b/textproc/p5-PDF-Writer/Makefile @@ -13,8 +13,8 @@ COMMENT= PDF writer abstraction layer LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild NO_ARCH= yes diff --git a/textproc/p5-PPIx-EditorTools/Makefile b/textproc/p5-PPIx-EditorTools/Makefile index d6131a9c8a8..8d3a5a03887 100644 --- a/textproc/p5-PPIx-EditorTools/Makefile +++ b/textproc/p5-PPIx-EditorTools/Makefile @@ -22,8 +22,9 @@ TEST_DEPENDS= p5-Test-Differences>=0:devel/p5-Test-Differences \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-Most>=0:devel/p5-Test-Most -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile index 9293b36c53c..7df993a7e94 100644 --- a/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile +++ b/textproc/p5-Plucene-Analysis-CJKAnalyzer/Makefile @@ -18,7 +18,9 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Plucene>=0:textproc/p5-Plucene TEST_DEPENDS= p5-YAML>=0:textproc/p5-YAML -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile index ba4acacf496..9cd89b4daa6 100644 --- a/textproc/p5-Pod-LaTeX/Makefile +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -12,8 +12,9 @@ COMMENT= Convert Pod data to formatted LaTeX LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/textproc/p5-RDF-Query/Makefile b/textproc/p5-RDF-Query/Makefile index 4faa0936033..033775c1466 100644 --- a/textproc/p5-RDF-Query/Makefile +++ b/textproc/p5-RDF-Query/Makefile @@ -26,8 +26,9 @@ TEST_DEPENDS= p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-JSON>=0:devel/p5-Test-JSON \ p5-YAML>=0:textproc/p5-YAML -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Regexp-Common-profanity_us/Makefile b/textproc/p5-Regexp-Common-profanity_us/Makefile index 40e0c21b237..9d793949c14 100644 --- a/textproc/p5-Regexp-Common-profanity_us/Makefile +++ b/textproc/p5-Regexp-Common-profanity_us/Makefile @@ -12,11 +12,14 @@ COMMENT= Provide regexes for U.S. profanity LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Regexp-Common>=0:textproc/p5-Regexp-Common -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Regexp-DefaultFlags/Makefile b/textproc/p5-Regexp-DefaultFlags/Makefile index d1ecf43742b..3fc0d0efcfe 100644 --- a/textproc/p5-Regexp-DefaultFlags/Makefile +++ b/textproc/p5-Regexp-DefaultFlags/Makefile @@ -13,7 +13,9 @@ COMMENT= Set default flags on regular expressions LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-SVG-Parser/Makefile b/textproc/p5-SVG-Parser/Makefile index f75e9708dd5..629d16b24c4 100644 --- a/textproc/p5-SVG-Parser/Makefile +++ b/textproc/p5-SVG-Parser/Makefile @@ -18,7 +18,9 @@ RUN_DEPENDS= p5-SVG>=2:textproc/p5-SVG \ p5-XML-Parser>=0:textproc/p5-XML-Parser \ p5-XML-SAX>=0:textproc/p5-XML-SAX -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/textproc/p5-Search-Odeum/Makefile b/textproc/p5-Search-Odeum/Makefile index 843dc531940..36986de9b0a 100644 --- a/textproc/p5-Search-Odeum/Makefile +++ b/textproc/p5-Search-Odeum/Makefile @@ -15,8 +15,8 @@ LICENSE_COMB= dual LIB_DEPENDS= libqdbm.so:databases/qdbm -USE_PERL5= configure USES= localbase perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Search/Odeum/Odeum.so diff --git a/textproc/p5-Solr/Makefile b/textproc/p5-Solr/Makefile index 792c27f54cd..81ae9eaa088 100644 --- a/textproc/p5-Solr/Makefile +++ b/textproc/p5-Solr/Makefile @@ -19,9 +19,10 @@ RUN_DEPENDS= p5-File-Slurp>=0:devel/p5-File-Slurp \ p5-XML-Simple>=0:textproc/p5-XML-Simple \ p5-libwww>=0:www/p5-libwww -USE_PERL5= configure USES= perl5 +USE_PERL5= configure +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} .include diff --git a/textproc/p5-Sphinx-Config/Makefile b/textproc/p5-Sphinx-Config/Makefile index fea960e986a..b78a0722004 100644 --- a/textproc/p5-Sphinx-Config/Makefile +++ b/textproc/p5-Sphinx-Config/Makefile @@ -15,7 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Sphinx-Manager/Makefile b/textproc/p5-Sphinx-Manager/Makefile index 3f6ac576ed4..75a2678ede9 100644 --- a/textproc/p5-Sphinx-Manager/Makefile +++ b/textproc/p5-Sphinx-Manager/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Class-Accessor>=0:devel/p5-Class-Accessor \ p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable \ p5-Sphinx-Config>=0.09:textproc/p5-Sphinx-Config -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-String-CamelCase/Makefile b/textproc/p5-String-CamelCase/Makefile index a6dec360c9c..a470d9332cd 100644 --- a/textproc/p5-String-CamelCase/Makefile +++ b/textproc/p5-String-CamelCase/Makefile @@ -12,8 +12,9 @@ COMMENT= Perl module for camelcase, de-camelcase LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-String-ToIdentifier-EN/Makefile b/textproc/p5-String-ToIdentifier-EN/Makefile index 88e4a75b48e..1963f316154 100644 --- a/textproc/p5-String-ToIdentifier-EN/Makefile +++ b/textproc/p5-String-ToIdentifier-EN/Makefile @@ -11,14 +11,16 @@ COMMENT= Convert Strings to English Program Identifiers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Lingua-EN-Inflect-Phrase>=0:textproc/p5-Lingua-EN-Inflect-Phrase \ p5-Text-Unidecode>=0:converters/p5-Text-Unidecode \ p5-namespace-clean>=0:devel/p5-namespace-clean -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-TOML-Parser/Makefile b/textproc/p5-TOML-Parser/Makefile index 090ebf0604f..0de3b7e967d 100644 --- a/textproc/p5-TOML-Parser/Makefile +++ b/textproc/p5-TOML-Parser/Makefile @@ -18,10 +18,11 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Types-Serialiser>=0:devel/p5-Types-Serialiser TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep -PORTSCOUT= limit:^[0-9\.]*$$ +USES= perl5 +USE_PERL5= modbuildtiny NO_ARCH= yes -USE_PERL5= modbuildtiny -USES= perl5 + +PORTSCOUT= limit:^[0-9\.]*$$ .include diff --git a/textproc/p5-TOML/Makefile b/textproc/p5-TOML/Makefile index 7860a9eee82..b34eab5f180 100644 --- a/textproc/p5-TOML/Makefile +++ b/textproc/p5-TOML/Makefile @@ -16,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-TOML-Parser>=0.04:textproc/p5-TOML-Parser -NO_ARCH= yes -USE_PERL5= modbuildtiny USES= perl5 +USE_PERL5= modbuildtiny + +NO_ARCH= yes .include diff --git a/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile index 161aa9ddd1f..098cfb7faa1 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-CSS-XS/Makefile @@ -12,12 +12,15 @@ COMMENT= CSS::Minifier::XS filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CSS-Minifier-XS>=0:textproc/p5-CSS-Minifier-XS \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile index fc3161ffd20..b4161c1abb7 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-CSS/Makefile @@ -12,12 +12,15 @@ COMMENT= CSS::Minifier filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-CSS-Minifier>=0:textproc/p5-CSS-Minifier \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile index a4e09f2d7d5..31446a9a6c6 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript-XS/Makefile @@ -12,12 +12,15 @@ COMMENT= JavaScript::Minifier::XS filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JavaScript-Minifier-XS>=0:textproc/p5-JavaScript-Minifier-XS \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile index ed83946ef37..c217f9c7bc9 100644 --- a/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile +++ b/textproc/p5-Template-Plugin-Filter-Minify-JavaScript/Makefile @@ -12,12 +12,15 @@ COMMENT= JavaScript::Minifier filter for Template Toolkit LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-JavaScript-Minifier>=0:textproc/p5-JavaScript-Minifier \ p5-Template-Toolkit>=2:www/p5-Template-Toolkit -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile index 56abe1701e2..272a8ec8d44 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -1,7 +1,7 @@ # Created by: markm@FreeBSD.org PORTNAME= Text-CSV -PORTVERSION= 2.00 +PORTVERSION= 2.01 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -17,4 +17,9 @@ USE_PERL5= configure NO_ARCH= yes +OPTIONS_DEFINE= XS + +XS_BUILD_DEPENDS= p5-Text-CSV_XS>=1.46:textproc/p5-Text-CSV_XS +XS_RUN_DEPENDS= p5-Text-CSV_XS>=1.46:textproc/p5-Text-CSV_XS + .include diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo index eb6549fea62..4ca7c7c1edf 100644 --- a/textproc/p5-Text-CSV/distinfo +++ b/textproc/p5-Text-CSV/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1557747484 -SHA256 (Text-CSV-2.00.tar.gz) = 8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2 -SIZE (Text-CSV-2.00.tar.gz) = 126921 +TIMESTAMP = 1624189741 +SHA256 (Text-CSV-2.01.tar.gz) = 2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b +SIZE (Text-CSV-2.01.tar.gz) = 134279 diff --git a/textproc/p5-Text-Delimited/Makefile b/textproc/p5-Text-Delimited/Makefile index c8ab2b512c0..41da6fbcb83 100644 --- a/textproc/p5-Text-Delimited/Makefile +++ b/textproc/p5-Text-Delimited/Makefile @@ -11,8 +11,11 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Module for parsing delimited text files LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Text-Emoticon-MSN/Makefile b/textproc/p5-Text-Emoticon-MSN/Makefile index fee312ebb80..6d1b68df877 100644 --- a/textproc/p5-Text-Emoticon-MSN/Makefile +++ b/textproc/p5-Text-Emoticon-MSN/Makefile @@ -15,7 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Text-Emoticon>=0.02:textproc/p5-Text-Emoticon -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Text-Emoticon/Makefile b/textproc/p5-Text-Emoticon/Makefile index 172b7c0454f..ff3c16b5cde 100644 --- a/textproc/p5-Text-Emoticon/Makefile +++ b/textproc/p5-Text-Emoticon/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-UNIVERSAL-require>=0:devel/p5-UNIVERSAL-require -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Text-Padding/Makefile b/textproc/p5-Text-Padding/Makefile index d45d8daf32f..cee0420b866 100644 --- a/textproc/p5-Text-Padding/Makefile +++ b/textproc/p5-Text-Padding/Makefile @@ -11,13 +11,16 @@ COMMENT= Simple way of formatting a text LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Moose>=0:devel/p5-Moose \ p5-MooseX-Has-Sugar>=0:devel/p5-MooseX-Has-Sugar \ p5-Text-Truncate>=0:textproc/p5-Text-Truncate -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/textproc/p5-Text-Prefix-XS/Makefile b/textproc/p5-Text-Prefix-XS/Makefile index cbffc18c07f..05a5563cbdc 100644 --- a/textproc/p5-Text-Prefix-XS/Makefile +++ b/textproc/p5-Text-Prefix-XS/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Digest-SHA1>=1:security/p5-Digest-SHA1 TEST_DEPENDS= p5-Test-Deep>=0.108:devel/p5-Test-Deep -USE_PERL5= configure USES= perl5 shebangfix +USE_PERL5= configure SHEBANG_FILES= trie.pl diff --git a/textproc/p5-Text-Soundex/Makefile b/textproc/p5-Text-Soundex/Makefile index 0445cfe7e75..ba057ad3426 100644 --- a/textproc/p5-Text-Soundex/Makefile +++ b/textproc/p5-Text-Soundex/Makefile @@ -11,9 +11,10 @@ COMMENT= Implementation of the soundex algorithm LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Text/Soundex/Soundex.so diff --git a/textproc/p5-Text-Truncate/Makefile b/textproc/p5-Text-Truncate/Makefile index dec4488092c..7a5e4106cb3 100644 --- a/textproc/p5-Text-Truncate/Makefile +++ b/textproc/p5-Text-Truncate/Makefile @@ -10,7 +10,11 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl module with simple string truncating routine +LICENSE= PD + USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include diff --git a/textproc/p5-Text-WrapI18N/Makefile b/textproc/p5-Text-WrapI18N/Makefile index 6d134e4b418..2362992f8fe 100644 --- a/textproc/p5-Text-WrapI18N/Makefile +++ b/textproc/p5-Text-WrapI18N/Makefile @@ -16,7 +16,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Text-CharWidth>=0.02:textproc/p5-Text-CharWidth -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Tk-Pod/Makefile b/textproc/p5-Tk-Pod/Makefile index 8fc38d3c577..9bce8c82fa7 100644 --- a/textproc/p5-Tk-Pod/Makefile +++ b/textproc/p5-Tk-Pod/Makefile @@ -15,8 +15,9 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Tk>=800.004:x11-toolkits/p5-Tk -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-Validator-Custom/Makefile b/textproc/p5-Validator-Custom/Makefile index 501e080cb35..31a791ffa69 100644 --- a/textproc/p5-Validator-Custom/Makefile +++ b/textproc/p5-Validator-Custom/Makefile @@ -18,8 +18,9 @@ RUN_DEPENDS= p5-Object-Simple>=3.0621:devel/p5-Object-Simple TEST_DEPENDS= p5-JSON>=2:converters/p5-JSON \ p5-Test-Pod>=1.22:devel/p5-Test-Pod -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-XML-Canonical/Makefile b/textproc/p5-XML-Canonical/Makefile index 304ce204fcb..0088e4ce166 100644 --- a/textproc/p5-XML-Canonical/Makefile +++ b/textproc/p5-XML-Canonical/Makefile @@ -17,8 +17,8 @@ BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-GDOME>=0:textproc/p5-XML-GDOME LIB_DEPENDS= libgdome.so:textproc/gdome2 -USE_PERL5= configure USES= perl5 pkgconfig +USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e '/die "VERSION" unless /d' ${WRKSRC}/Makefile.PL diff --git a/textproc/p5-XML-LibXML-PrettyPrint/Makefile b/textproc/p5-XML-LibXML-PrettyPrint/Makefile index c712742e4e2..69daa02dd82 100644 --- a/textproc/p5-XML-LibXML-PrettyPrint/Makefile +++ b/textproc/p5-XML-LibXML-PrettyPrint/Makefile @@ -19,8 +19,9 @@ RUN_DEPENDS= p5-Exporter-Tiny>=0:devel/p5-Exporter-Tiny \ p5-XML-LibXML>=1.62:textproc/p5-XML-LibXML TEST_DEPENDS= p5-Test-Warnings>=0:devel/p5-Test-Warnings -NO_ARCH= yes -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile b/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile index 70e8cb347f8..cfa5ac44365 100644 --- a/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile +++ b/textproc/p5-XML-LibXML-SAX-ChunkParser/Makefile @@ -11,13 +11,16 @@ COMMENT= Parse XML chunks via LibXML SAX LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-LibXML>=1.66:textproc/p5-XML-LibXML \ p5-XML-SAX>=0:textproc/p5-XML-SAX TEST_DEPENDS= p5-Test-Fatal>=0:devel/p5-Test-Fatal -USE_PERL5= modbuild USES= perl5 +USE_PERL5= modbuild + +NO_ARCH= yes .include diff --git a/textproc/p5-XML-Parsepp/Makefile b/textproc/p5-XML-Parsepp/Makefile index 2d833592d68..d339f918ed8 100644 --- a/textproc/p5-XML-Parsepp/Makefile +++ b/textproc/p5-XML-Parsepp/Makefile @@ -11,8 +11,11 @@ COMMENT= Simplified pure Perl parser for XML LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-XML-Toolkit/Makefile b/textproc/p5-XML-Toolkit/Makefile index b8e0274ef66..cbf1b61d8a9 100644 --- a/textproc/p5-XML-Toolkit/Makefile +++ b/textproc/p5-XML-Toolkit/Makefile @@ -13,6 +13,7 @@ COMMENT= Suit of XML tools with Antlers LICENSE= ART10 GPLv1+ LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-Bread-Board>=0:devel/p5-Bread-Board \ @@ -34,7 +35,9 @@ TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \ p5-Test-Exception>=0:devel/p5-Test-Exception \ p5-Test-XML>=0:devel/p5-Test-XML -USE_PERL5= configure USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes .include diff --git a/textproc/p5-XML-XML2JSON/Makefile b/textproc/p5-XML-XML2JSON/Makefile index 3fceef21b9b..35387c06b72 100644 --- a/textproc/p5-XML-XML2JSON/Makefile +++ b/textproc/p5-XML-XML2JSON/Makefile @@ -16,6 +16,11 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-XML-LibXML>=1.59:textproc/p5-XML-LibXML +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + # the order of options follows the search order of JSON module by XML::XML2JSON OPTIONS_MULTI= JSON_BACKEND OPTIONS_MULTI_JSON_BACKEND= JSON_SYCK JSON_XS JSON JSON_DWIW @@ -25,10 +30,6 @@ JSON_XS_DESC= Use JSON::XS JSON_DESC= Use JSON JSON_DWIW_DESC= Use JSON::DWIW -NO_ARCH= yes -USE_PERL5= configure -USES= perl5 - JSON_BUILD_DEPENDS= p5-JSON>=0:converters/p5-JSON JSON_DWIW_BUILD_DEPENDS=p5-JSON-DWIW>=0:converters/p5-JSON-DWIW JSON_DWIW_RUN_DEPENDS= p5-JSON-DWIW>=0:converters/p5-JSON-DWIW diff --git a/textproc/py-elasticsearch/Makefile b/textproc/py-elasticsearch/Makefile index 981fc402f25..be628604a6f 100644 --- a/textproc/py-elasticsearch/Makefile +++ b/textproc/py-elasticsearch/Makefile @@ -1,7 +1,7 @@ # Created by: Ryan Steinmetz PORTNAME= elasticsearch -PORTVERSION= 7.13.1 +PORTVERSION= 7.13.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-elasticsearch/distinfo b/textproc/py-elasticsearch/distinfo index f47889017b8..69a778e44d2 100644 --- a/textproc/py-elasticsearch/distinfo +++ b/textproc/py-elasticsearch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214118 -SHA256 (elasticsearch-7.13.1.tar.gz) = d6bcca0b2e5665d08e6fe6fadc2d4d321affd76ce483603078fc9d3ccd2bc0f9 -SIZE (elasticsearch-7.13.1.tar.gz) = 218336 +TIMESTAMP = 1624189701 +SHA256 (elasticsearch-7.13.2.tar.gz) = fd8b3a267da279ae78f7923c549d488403cdbf83a98299bb130feb832d014b8f +SIZE (elasticsearch-7.13.2.tar.gz) = 219459 diff --git a/textproc/py-enchant/Makefile b/textproc/py-enchant/Makefile index c5f98bc569c..5e734c5b2da 100644 --- a/textproc/py-enchant/Makefile +++ b/textproc/py-enchant/Makefile @@ -1,7 +1,7 @@ # Created by: Nicola Vitale PORTNAME= enchant -PORTVERSION= 3.2.0 +PORTVERSION= 3.2.1 CATEGORIES= textproc devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-enchant/distinfo b/textproc/py-enchant/distinfo index abe7c35281b..27b103bc005 100644 --- a/textproc/py-enchant/distinfo +++ b/textproc/py-enchant/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1607608322 -SHA256 (pyenchant-3.2.0.tar.gz) = 6b97e9a9f132fa7c9029a6635d821ccad67d4980e68186d02c765b4256b6f152 -SIZE (pyenchant-3.2.0.tar.gz) = 49476 +TIMESTAMP = 1624725825 +SHA256 (pyenchant-3.2.1.tar.gz) = 5e206a1d6596904a922496f6c9f7d0b964b243905f401f5f2f40ea4d1f74e2cf +SIZE (pyenchant-3.2.1.tar.gz) = 49595 diff --git a/textproc/py-humanfriendly/Makefile b/textproc/py-humanfriendly/Makefile index 2b715538925..38a64dc9e28 100644 --- a/textproc/py-humanfriendly/Makefile +++ b/textproc/py-humanfriendly/Makefile @@ -1,5 +1,5 @@ PORTNAME= humanfriendly -PORTVERSION= 9.1 +PORTVERSION= 9.2 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-humanfriendly/distinfo b/textproc/py-humanfriendly/distinfo index 476eb175061..99520c10094 100644 --- a/textproc/py-humanfriendly/distinfo +++ b/textproc/py-humanfriendly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1608366376 -SHA256 (humanfriendly-9.1.tar.gz) = 066562956639ab21ff2676d1fda0b5987e985c534fc76700a19bd54bcb81121d -SIZE (humanfriendly-9.1.tar.gz) = 359616 +TIMESTAMP = 1624726378 +SHA256 (humanfriendly-9.2.tar.gz) = f7dba53ac7935fd0b4a2fc9a29e316ddd9ea135fb3052d3d0279d10c18ff9c48 +SIZE (humanfriendly-9.2.tar.gz) = 360080 diff --git a/textproc/py-python-lsp-server/Makefile b/textproc/py-python-lsp-server/Makefile index 18c8bfbc0eb..75fa4d94ba1 100644 --- a/textproc/py-python-lsp-server/Makefile +++ b/textproc/py-python-lsp-server/Makefile @@ -1,7 +1,7 @@ # Created by: Rainer Hurling PORTNAME= python-lsp-server -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,14 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopep8>0:textproc/py-autopep8@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyls-black>0:devel/py-pyls-black@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>=0:devel/py-flake8@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jedi>0:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mccabe>0:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pluggy>0:devel/py-pluggy@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycodestyle>0:devel/py-pycodestyle@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydocstyle>0:devel/py-pydocstyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyflakes>0:devel/py-pyflakes@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyls-black>0:devel/py-pyls-black@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-lsp-jsonrpc>0:textproc/py-python-lsp-jsonrpc@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ujson>0:devel/py-ujson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yapf>0:textproc/py-yapf@${PY_FLAVOR} @@ -29,4 +30,9 @@ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes +test: + cd ${WRKSRC} && \ + ${SETENV} PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR} \ + ${LOCALBASE}/bin/pytest + .include diff --git a/textproc/py-python-lsp-server/distinfo b/textproc/py-python-lsp-server/distinfo index 49e5939c102..ed870ede59f 100644 --- a/textproc/py-python-lsp-server/distinfo +++ b/textproc/py-python-lsp-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619799090 -SHA256 (python-lsp-server-1.0.1.tar.gz) = 0f3d67405734ed87f65e30a7d7e70695341e3ffdca4e3d07c4d09b3113a3e5d6 -SIZE (python-lsp-server-1.0.1.tar.gz) = 56835 +TIMESTAMP = 1624699888 +SHA256 (python-lsp-server-1.1.0.tar.gz) = 50ca0639b11a635cac42ff4334a3944a7a91361cf888489321a4273701ff9068 +SIZE (python-lsp-server-1.1.0.tar.gz) = 58194 diff --git a/textproc/py-xlsxwriter/Makefile b/textproc/py-xlsxwriter/Makefile index b400f262bfa..cbc85f14106 100644 --- a/textproc/py-xlsxwriter/Makefile +++ b/textproc/py-xlsxwriter/Makefile @@ -1,7 +1,7 @@ # Created by: Antoine Brodin PORTNAME= XlsxWriter -PORTVERSION= 1.3.9 +PORTVERSION= 1.4.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-xlsxwriter/distinfo b/textproc/py-xlsxwriter/distinfo index acbf136b999..947d04aaf52 100644 --- a/textproc/py-xlsxwriter/distinfo +++ b/textproc/py-xlsxwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618930010 -SHA256 (XlsxWriter-1.3.9.tar.gz) = eca2e737d0b8df3cd72520fadcda9f48c3581282639965125a86ea8cd04620cf -SIZE (XlsxWriter-1.3.9.tar.gz) = 265052 +TIMESTAMP = 1624775618 +SHA256 (XlsxWriter-1.4.3.tar.gz) = 641db6e7b4f4982fd407a3f372f45b878766098250d26963e95e50121168cbe2 +SIZE (XlsxWriter-1.4.3.tar.gz) = 269886 diff --git a/textproc/re-flex/Makefile b/textproc/re-flex/Makefile index 421c15e4137..dda3b5d7321 100644 --- a/textproc/re-flex/Makefile +++ b/textproc/re-flex/Makefile @@ -1,5 +1,5 @@ PORTNAME= re-flex -PORTVERSION= 3.0.5 +PORTVERSION= 3.0.7 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/re-flex/distinfo b/textproc/re-flex/distinfo index 515621fb967..5c26c6dd7d7 100644 --- a/textproc/re-flex/distinfo +++ b/textproc/re-flex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622811684 -SHA256 (Genivia-RE-flex-v3.0.5_GH0.tar.gz) = 30bfeefc0b977f1bc400f9d3fd98213603e0d8f18d126702b52b7ab2443ef0ef -SIZE (Genivia-RE-flex-v3.0.5_GH0.tar.gz) = 6102880 +TIMESTAMP = 1624875978 +SHA256 (Genivia-RE-flex-v3.0.7_GH0.tar.gz) = 2121a055f294ba81dfee149e1a07d6d00d81b467bc44d3feacc9ea4d7e0362d5 +SIZE (Genivia-RE-flex-v3.0.7_GH0.tar.gz) = 6101883 diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index 40a4a321e90..3c85511a025 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -2,6 +2,7 @@ PORTNAME= ripgrep DISTVERSION= 13.0.0 +PORTREVISION= 1 CATEGORIES= textproc MAINTAINER= petteri.valkonen@iki.fi diff --git a/textproc/sd/Makefile b/textproc/sd/Makefile index 1727178c106..916832612e0 100644 --- a/textproc/sd/Makefile +++ b/textproc/sd/Makefile @@ -1,7 +1,7 @@ PORTNAME= sd DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org diff --git a/textproc/sd/files/patch-powerpc b/textproc/sd/files/patch-powerpc new file mode 100644 index 00000000000..df525d6e5b1 --- /dev/null +++ b/textproc/sd/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.69/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/textproc/snowballstemmer/Makefile b/textproc/snowballstemmer/Makefile new file mode 100644 index 00000000000..bac448feb43 --- /dev/null +++ b/textproc/snowballstemmer/Makefile @@ -0,0 +1,36 @@ +PORTNAME= snowballstemmer +PORTVERSION= 2.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= textproc + +MAINTAINER= madpilot@FreeBSD.org +COMMENT= Snowball stemmer library for C + +LICENSE= BSD3CLAUSE + +USES= gmake perl5 +USE_PERL5= build +USE_LDCONFIG= yes + +MAKEFILE= GNUmakefile + +USE_GITHUB= yes +GH_ACCOUNT= snowballstem +GH_PROJECT= snowball + +PLIST_FILES= bin/stemwords \ + include/libstemmer.h \ + lib/libstemmer.so \ + lib/libstemmer.so.0 \ + lib/libstemmer.so.0.0.0 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/stemwords ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/include/libstemmer.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_LIB} ${WRKSRC}/libstemmer.so.0.0.0 ${STAGEDIR}${PREFIX}/lib + ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.0.0.0 \ + ${STAGEDIR}${PREFIX}/lib/libstemmer.so.0 + ${RLN} ${STAGEDIR}${PREFIX}/lib/libstemmer.so.0.0.0 \ + ${STAGEDIR}${PREFIX}/lib/libstemmer.so + +.include diff --git a/textproc/snowballstemmer/distinfo b/textproc/snowballstemmer/distinfo new file mode 100644 index 00000000000..e855d881d73 --- /dev/null +++ b/textproc/snowballstemmer/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1624638772 +SHA256 (snowballstem-snowball-v2.1.0_GH0.tar.gz) = 24ae0b28d6531190c2cd960d515ec9374d3a3d9420c4a0accdf89b7f02fc9caa +SIZE (snowballstem-snowball-v2.1.0_GH0.tar.gz) = 220324 diff --git a/textproc/snowballstemmer/files/patch-GNUmakefile b/textproc/snowballstemmer/files/patch-GNUmakefile new file mode 100644 index 00000000000..0e24e6627d9 --- /dev/null +++ b/textproc/snowballstemmer/files/patch-GNUmakefile @@ -0,0 +1,26 @@ +--- GNUmakefile.orig 2021-01-21 04:50:09 UTC ++++ GNUmakefile +@@ -162,10 +162,10 @@ C_OTHER_OBJECTS = $(C_OTHER_SOURCES:.c=.o) + JAVA_CLASSES = $(JAVA_SOURCES:.java=.class) + JAVA_RUNTIME_CLASSES=$(JAVARUNTIME_SOURCES:.java=.class) + +-CFLAGS=-O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations +-CPPFLAGS=-Iinclude ++CFLAGS+=-fPIC -O2 -W -Wall -Wmissing-prototypes -Wmissing-declarations ++CPPFLAGS+=-Iinclude + +-all: snowball libstemmer.o stemwords $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) ++all: snowball libstemmer.o libstemmer.so stemwords $(C_OTHER_SOURCES) $(C_OTHER_HEADERS) $(C_OTHER_OBJECTS) + + clean: + rm -f $(COMPILER_OBJECTS) $(RUNTIME_OBJECTS) \ +@@ -211,6 +211,9 @@ libstemmer/libstemmer.o: libstemmer/modules.h $(C_LIB_ + + libstemmer.o: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS) + $(AR) -cru $@ $^ ++ ++libstemmer.so: libstemmer/libstemmer.o $(RUNTIME_OBJECTS) $(C_LIB_OBJECTS) ++ $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname,libstemmer.so.0,-version-script,libstemmer/symbol.map -o $@.0.0.0 $^ + + stemwords: $(STEMWORDS_OBJECTS) libstemmer.o + $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ diff --git a/textproc/snowballstemmer/files/patch-libstemmer_symbol.map b/textproc/snowballstemmer/files/patch-libstemmer_symbol.map new file mode 100644 index 00000000000..525ca823557 --- /dev/null +++ b/textproc/snowballstemmer/files/patch-libstemmer_symbol.map @@ -0,0 +1,9 @@ +--- libstemmer/symbol.map.orig 2021-06-25 16:40:40 UTC ++++ libstemmer/symbol.map +@@ -0,0 +1,6 @@ ++SB_STEMMER_0 { ++ global: ++ sb_stemmer_*; ++ local: ++ *; ++}; diff --git a/textproc/snowballstemmer/pkg-descr b/textproc/snowballstemmer/pkg-descr new file mode 100644 index 00000000000..0f472936530 --- /dev/null +++ b/textproc/snowballstemmer/pkg-descr @@ -0,0 +1,4 @@ +Stemming algorithms library for the C language provided by the +snowball project. + +WWW: https://snowballstem.org/ diff --git a/textproc/sonic/Makefile b/textproc/sonic/Makefile index e2ded24c531..a9716018ed4 100644 --- a/textproc/sonic/Makefile +++ b/textproc/sonic/Makefile @@ -1,7 +1,7 @@ PORTNAME= sonic DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= textproc MAINTAINER= mikael@FreeBSD.org diff --git a/textproc/xsv-rs/Makefile b/textproc/xsv-rs/Makefile index 69d01e5a59f..b0a3ef526e3 100644 --- a/textproc/xsv-rs/Makefile +++ b/textproc/xsv-rs/Makefile @@ -1,6 +1,6 @@ PORTNAME= xsv DISTVERSION= 0.13.0 -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= textproc PKGNAMESUFFIX= -rs diff --git a/textproc/xsv-rs/files/patch-powerpc b/textproc/xsv-rs/files/patch-powerpc new file mode 100644 index 00000000000..f63acd3a6c5 --- /dev/null +++ b/textproc/xsv-rs/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/Makefile b/www/Makefile index 2ce53427252..48b2837c4f0 100644 --- a/www/Makefile +++ b/www/Makefile @@ -36,8 +36,6 @@ SUBDIR += asql SUBDIR += authelia SUBDIR += awffull - SUBDIR += aws - SUBDIR += aws-demos SUBDIR += awstats SUBDIR += axis2 SUBDIR += bacula-web @@ -48,7 +46,6 @@ SUBDIR += bareos19-webui SUBDIR += beehive SUBDIR += bkmrkconv - SUBDIR += blastbeat SUBDIR += bluefish SUBDIR += bolt SUBDIR += bozohttpd @@ -103,14 +100,12 @@ SUBDIR += davix SUBDIR += dddbl SUBDIR += ddgr - SUBDIR += demoroniser SUBDIR += deno SUBDIR += devd SUBDIR += dfileserver SUBDIR += dhttpd SUBDIR += dillo2 SUBDIR += dojo - SUBDIR += dojo-shrinksafe SUBDIR += dokuwiki SUBDIR += dolibarr SUBDIR += domoticz @@ -456,7 +451,6 @@ SUBDIR += nift SUBDIR += node SUBDIR += node10 - SUBDIR += node12 SUBDIR += node14 SUBDIR += nostromo SUBDIR += novnc @@ -464,8 +458,6 @@ SUBDIR += npapi-xine SUBDIR += npc SUBDIR += npm - SUBDIR += npm-node10 - SUBDIR += npm-node12 SUBDIR += npm-node14 SUBDIR += nspluginwrapper SUBDIR += oauth2-proxy @@ -2326,8 +2318,6 @@ SUBDIR += yabb SUBDIR += yanopaste SUBDIR += yarn - SUBDIR += yarn-node10 - SUBDIR += yarn-node12 SUBDIR += yarn-node14 SUBDIR += yaws SUBDIR += you-get diff --git a/www/aws-demos/Makefile b/www/aws-demos/Makefile deleted file mode 100644 index b24427f7ed6..00000000000 --- a/www/aws-demos/Makefile +++ /dev/null @@ -1,162 +0,0 @@ -# Created by: John Marino - -PORTNAME= aws -PORTVERSION= 17.1 -PORTREVISION= 1 -CATEGORIES= www -PKGNAMESUFFIX= -demos - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adacore Ada Web Server demos - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -DEPRECATED= Uses EOL Python 2.7 via www/aws -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= gprbuild:devel/gprbuild \ - xmlada>=4.4:textproc/xmlada \ - aws>=3.1:www/aws - -USES= ada gmake python -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser - -DISTINFO_FILE= ${PORTSDIR}/www/aws/distinfo - -CONF_ARGS= PROCESSORS=1 -CONF_ARGS+= GCC=ada -CONF_ARGS+= prefix=${PREFIX} - -OPTIONS_DEFINE= SSL LDAP -OPTIONS_DEFAULT= SSL -OPTIONS_SUB= yes - -SSL_USES= ssl - -DEMO_DIRS+= auth -DEMO_DIRS+= autobahn -DEMO_DIRS+= cert -DEMO_DIRS+= com -DEMO_DIRS+= dispatch -DEMO_DIRS+= gSOAP -DEMO_DIRS+= dowload_manager -DEMO_DIRS+= hello_world -DEMO_DIRS+= hello_wsdl -DEMO_DIRS+= hotplug -DEMO_DIRS+= interoplab -DEMO_DIRS+= jabber_demo -DEMO_DIRS+= multiple_sessions -DEMO_DIRS+= res_demo -DEMO_DIRS+= soap_demo -DEMO_DIRS+= soap_disp -DEMO_DIRS+= soap_vs -DEMO_DIRS+= split -DEMO_DIRS+= test_mail -DEMO_DIRS+= text_input -DEMO_DIRS+= upload -DEMO_DIRS+= vh_demo -DEMO_DIRS+= web_block -DEMO_DIRS+= web_block_ajax -DEMO_DIRS+= web_block_ajax_templates -DEMO_DIRS+= web_elements -DEMO_DIRS+= web_mail -DEMO_DIRS+= websockets -DEMO_DIRS+= wps -DEMO_DIRS+= ws -DEMO_DIRS+= ws_candy -DEMO_DIRS+= zdemo - -PROGS= multiple_sessions/multiple_sessions \ - jabber_demo/jabber_demo \ - auth/auth \ - text_input/text_input \ - web_block/web_block \ - web_mail/web_mail \ - websockets/websock \ - wps/wps \ - interoplab/interoplab_main \ - soap_demo/soap_server \ - soap_demo/soap_client \ - web_block_ajax/web_block_ajax \ - web_elements/web_elements_program \ - cert/cert \ - com/com_2 \ - com/com_1 \ - dowload_manager/download_manager \ - hello_world/hello_world \ - hello_wsdl/wsdl_demo_client \ - hello_wsdl/wsdl_demo_server \ - hotplug/main \ - hotplug/hotplug \ - res_demo/res_demo \ - soap_vs/soap_svs \ - soap_vs/soap_cvs \ - test_mail/test_mail \ - upload/upload \ - vh_demo/vh_demo \ - ws/ws \ - ws_candy/candy \ - split/split \ - dispatch/dispatch \ - zdemo/zdemo \ - soap_disp/soap_server_disp \ - soap_disp/soap_client - -.include - -.if ${PORT_OPTIONS:MSSL} -CONF_ARGS+= SOCKET=openssl -DEMO_DIRS+= agent -DEMO_DIRS+= https -DEMO_DIRS+= runme -PROGS+= agent/agent \ - https/https \ - runme/runme -.endif - -.if ${PORT_OPTIONS:MLDAP} -CONF_ARGS+= LDAP=true -DEMO_DIRS+= test_ldap -PROGS+= test_ldap/test_ldap -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|@PREFIX@|${LOCALBASE}|g' \ - ${WRKSRC}/demos/test_ldap/test_ldap.gpr - @${REINPLACE_CMD} -e 's|latexpdf||' ${WRKSRC}/Makefile -.for dd in ${DEMO_DIRS} - @${REINPLACE_CMD} -i '' -e 's|gprclean|gprclean -c|' \ - ${WRKSRC}/demos/${dd}/Makefile -.endfor - -do-configure: - ${MKDIR} ${WRKSRC}/.build/native/debug/static/obj - (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${MAKE_CMD} setup ${CONF_ARGS}) - -do-build: -.for dd in ${DEMO_DIRS} - @${ECHO_MSG} "=== BUILD ${dd} ===" - (cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}) - (cd ${WRKSRC}/demos/${dd} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} clean && ${RM} -r Makefile *.ad[bs] *.gpr src) -.endfor - -do-install: - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/demos - (cd ${WRKSRC} && ${COPYTREE_SHARE} web_elements \ - ${STAGEDIR}${EXAMPLESDIR}) -.for dd in ${DEMO_DIRS:Nautobahn} - (cd ${WRKSRC}/demos && ${COPYTREE_SHARE} ${dd} \ - ${STAGEDIR}${EXAMPLESDIR}/demos) -.endfor -.for prog in ${PROGS} - @${CHMOD} 755 ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} - @${STRIP_CMD} ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} - @${CHMOD} ${BINMODE} ${STAGEDIR}${EXAMPLESDIR}/demos/${prog} -.endfor - -.include diff --git a/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr b/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr deleted file mode 100644 index f6501c6c36a..00000000000 --- a/www/aws-demos/files/patch-demos_test__ldap_test__ldap.gpr +++ /dev/null @@ -1,12 +0,0 @@ ---- demos/test_ldap/test_ldap.gpr.orig 2013-07-03 01:11:54.000000000 +0000 -+++ demos/test_ldap/test_ldap.gpr -@@ -35,7 +35,8 @@ project Test_LDAP is - when "Windows_NT" => - for Default_Switches ("Ada") use ("-lwldap32"); - when others => -- for Default_Switches ("Ada") use ("-lldap", "-llber"); -+ for Default_Switches ("Ada") use ("-L@PREFIX@/lib", -+ "-lldap", "-llber"); - end case; - end Linker; - diff --git a/www/aws-demos/files/patch-demos_web__elements_web__elements.gpr b/www/aws-demos/files/patch-demos_web__elements_web__elements.gpr deleted file mode 100644 index 1f02247e6b0..00000000000 --- a/www/aws-demos/files/patch-demos_web__elements_web__elements.gpr +++ /dev/null @@ -1,10 +0,0 @@ ---- demos/web_elements/web_elements.gpr.orig 2014-05-15 19:48:07.000000000 +0000 -+++ demos/web_elements/web_elements.gpr -@@ -25,6 +25,7 @@ project Web_Elements is - - package Builder is - for Default_Switches ("Ada") use ("-gnat05"); -+ for Executable ("web_elements.adb") use "web_elements_program"; - end Builder; - - end Web_Elements; diff --git a/www/aws-demos/pkg-descr b/www/aws-demos/pkg-descr deleted file mode 100644 index 87a478d4c11..00000000000 --- a/www/aws-demos/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is a collection of demonstrations for the Ada Web Server. The server -itself is located at www/aws. - -WWW: http://libre.adacore.com/libre/tools/aws/ diff --git a/www/aws-demos/pkg-plist b/www/aws-demos/pkg-plist deleted file mode 100644 index a9d4e4b742b..00000000000 --- a/www/aws-demos/pkg-plist +++ /dev/null @@ -1,200 +0,0 @@ -%%SSL%%%%EXAMPLESDIR%%/demos/agent/agent -%%SSL%%%%EXAMPLESDIR%%/demos/agent/cert.pem -%%EXAMPLESDIR%%/demos/auth/auth -%%EXAMPLESDIR%%/demos/cert/README -%%EXAMPLESDIR%%/demos/cert/aws-client1.p12 -%%EXAMPLESDIR%%/demos/cert/aws-client2.p12 -%%EXAMPLESDIR%%/demos/cert/aws-server.crt -%%EXAMPLESDIR%%/demos/cert/aws-server.key -%%EXAMPLESDIR%%/demos/cert/aws.ini -%%EXAMPLESDIR%%/demos/cert/cert -%%EXAMPLESDIR%%/demos/cert/crl1.pem -%%EXAMPLESDIR%%/demos/cert/crl2.pem -%%EXAMPLESDIR%%/demos/cert/private-ca.crt -%%EXAMPLESDIR%%/demos/com/com_1 -%%EXAMPLESDIR%%/demos/com/com_2 -%%EXAMPLESDIR%%/demos/dispatch/dispatch -%%EXAMPLESDIR%%/demos/dowload_manager/aws_download_manager_start.thtml -%%EXAMPLESDIR%%/demos/dowload_manager/aws_download_manager_waiting.thtml -%%EXAMPLESDIR%%/demos/dowload_manager/download_manager -%%EXAMPLESDIR%%/demos/dowload_manager/main.html -%%EXAMPLESDIR%%/demos/gSOAP/README -%%EXAMPLESDIR%%/demos/gSOAP/c_client_doc.c -%%EXAMPLESDIR%%/demos/gSOAP/c_client_rpc.c -%%EXAMPLESDIR%%/demos/gSOAP/c_server_doc.c -%%EXAMPLESDIR%%/demos/gSOAP/c_server_rpc.c -%%EXAMPLESDIR%%/demos/gSOAP/hello_doc.wsdl -%%EXAMPLESDIR%%/demos/gSOAP/hello_rpc.wsdl -%%EXAMPLESDIR%%/demos/hello_world/hello_world -%%EXAMPLESDIR%%/demos/hello_wsdl/hello.wsdl -%%EXAMPLESDIR%%/demos/hello_wsdl/wsdl_demo_client -%%EXAMPLESDIR%%/demos/hello_wsdl/wsdl_demo_server -%%EXAMPLESDIR%%/demos/hotplug/hotplug -%%EXAMPLESDIR%%/demos/hotplug/hotplug_module.ini -%%EXAMPLESDIR%%/demos/hotplug/main -%%SSL%%%%EXAMPLESDIR%%/demos/https/aws-server.crt -%%SSL%%%%EXAMPLESDIR%%/demos/https/aws-server.key -%%SSL%%%%EXAMPLESDIR%%/demos/https/aws.ini -%%SSL%%%%EXAMPLESDIR%%/demos/https/https -%%EXAMPLESDIR%%/demos/interoplab/interoplab_main -%%EXAMPLESDIR%%/demos/interoplab/interoplab_main.wsdl -%%EXAMPLESDIR%%/demos/jabber_demo/jabber_demo -%%EXAMPLESDIR%%/demos/multiple_sessions/multiple_sessions -%%EXAMPLESDIR%%/demos/res_demo/adains.png -%%EXAMPLESDIR%%/demos/res_demo/page3.html -%%EXAMPLESDIR%%/demos/res_demo/res_demo -%%SSL%%%%EXAMPLESDIR%%/demos/runme/adains.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_down.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_logo.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_status.thtml -%%SSL%%%%EXAMPLESDIR%%/demos/runme/aws_up.png -%%SSL%%%%EXAMPLESDIR%%/demos/runme/cert.pem -%%SSL%%%%EXAMPLESDIR%%/demos/runme/runme -%%SSL%%%%EXAMPLESDIR%%/demos/runme/runme.ini -%%EXAMPLESDIR%%/demos/soap_demo/soap_client -%%EXAMPLESDIR%%/demos/soap_demo/soap_server -%%EXAMPLESDIR%%/demos/soap_disp/soap_client -%%EXAMPLESDIR%%/demos/soap_disp/soap_server_disp -%%EXAMPLESDIR%%/demos/soap_vs/soap_cvs -%%EXAMPLESDIR%%/demos/soap_vs/soap_svs -%%EXAMPLESDIR%%/demos/split/404.thtml -%%EXAMPLESDIR%%/demos/split/bounded_index.thtml -%%EXAMPLESDIR%%/demos/split/bounded_s_index.thtml -%%EXAMPLESDIR%%/demos/split/simple_index.thtml -%%EXAMPLESDIR%%/demos/split/simple_s_index.thtml -%%EXAMPLESDIR%%/demos/split/sliding_index.thtml -%%EXAMPLESDIR%%/demos/split/sliding_s_index.thtml -%%EXAMPLESDIR%%/demos/split/split -%%EXAMPLESDIR%%/demos/split/split.thtml -%%LDAP%%%%EXAMPLESDIR%%/demos/test_ldap/test_ldap -%%EXAMPLESDIR%%/demos/test_mail/test_mail -%%EXAMPLESDIR%%/demos/text_input/text_input -%%EXAMPLESDIR%%/demos/upload/aws.ini -%%EXAMPLESDIR%%/demos/upload/main.html -%%EXAMPLESDIR%%/demos/upload/upload -%%EXAMPLESDIR%%/demos/vh_demo/vh_demo -%%EXAMPLESDIR%%/demos/web_block/counter.thtml -%%EXAMPLESDIR%%/demos/web_block/page.thtml -%%EXAMPLESDIR%%/demos/web_block/web_block -%%EXAMPLESDIR%%/demos/web_block_ajax/page.thtml -%%EXAMPLESDIR%%/demos/web_block_ajax/r_widget_counter.txml -%%EXAMPLESDIR%%/demos/web_block_ajax/web_block_ajax -%%EXAMPLESDIR%%/demos/web_block_ajax/widget_counter.thtml -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/page.thtml -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/r_widget_counter.txml -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/templates.tada -%%EXAMPLESDIR%%/demos/web_block_ajax_templates/widget_counter.thtml -%%EXAMPLESDIR%%/demos/web_elements/page1.html -%%EXAMPLESDIR%%/demos/web_elements/page2.html -%%EXAMPLESDIR%%/demos/web_elements/we_ajax_group.html -%%EXAMPLESDIR%%/demos/web_elements/we_ajax_user.html -%%EXAMPLESDIR%%/demos/web_elements/we_library.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_ajax.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_menu_css.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_notebook.html -%%EXAMPLESDIR%%/demos/web_elements/we_test_rounded_boxes.html -%%EXAMPLESDIR%%/demos/web_elements/web_elements.gpr.orig -%%EXAMPLESDIR%%/demos/web_elements/web_elements_program -%%EXAMPLESDIR%%/demos/web_elements/xml1.xml -%%EXAMPLESDIR%%/demos/web_elements/xml10.xml -%%EXAMPLESDIR%%/demos/web_elements/xml11.xml -%%EXAMPLESDIR%%/demos/web_elements/xml2.xml -%%EXAMPLESDIR%%/demos/web_elements/xml3.xml -%%EXAMPLESDIR%%/demos/web_elements/xml4.xml -%%EXAMPLESDIR%%/demos/web_elements/xml5.xml -%%EXAMPLESDIR%%/demos/web_elements/xml6.xml -%%EXAMPLESDIR%%/demos/web_elements/xml7.xml -%%EXAMPLESDIR%%/demos/web_elements/xml8.xml -%%EXAMPLESDIR%%/demos/web_elements/xml9.xml -%%EXAMPLESDIR%%/demos/web_elements/xml_action.txml -%%EXAMPLESDIR%%/demos/web_elements/xml_clear.xml -%%EXAMPLESDIR%%/demos/web_elements/xml_clear_no.xml -%%EXAMPLESDIR%%/demos/web_elements/xml_get_list.txml -%%EXAMPLESDIR%%/demos/web_elements/xml_showdata.txml -%%EXAMPLESDIR%%/demos/web_mail/web_mail -%%EXAMPLESDIR%%/demos/web_mail/wm_error.thtml -%%EXAMPLESDIR%%/demos/web_mail/wm_login.html -%%EXAMPLESDIR%%/demos/web_mail/wm_message.thtml -%%EXAMPLESDIR%%/demos/web_mail/wm_reply.thtml -%%EXAMPLESDIR%%/demos/web_mail/wm_summary.thtml -%%EXAMPLESDIR%%/demos/websockets/echo.xml -%%EXAMPLESDIR%%/demos/websockets/page.thtml -%%EXAMPLESDIR%%/demos/websockets/resp.xml -%%EXAMPLESDIR%%/demos/websockets/websock -%%EXAMPLESDIR%%/demos/wps/aws_directory.thtml -%%EXAMPLESDIR%%/demos/wps/wps -%%EXAMPLESDIR%%/demos/wps/wps.ini -%%EXAMPLESDIR%%/demos/ws/aws_directory.thtml -%%EXAMPLESDIR%%/demos/ws/page1.html -%%EXAMPLESDIR%%/demos/ws/websocket-messages-test.html -%%EXAMPLESDIR%%/demos/ws/ws -%%EXAMPLESDIR%%/demos/ws/ws.ini -%%EXAMPLESDIR%%/demos/ws_candy/candy -%%EXAMPLESDIR%%/demos/ws_candy/page.thtml -%%EXAMPLESDIR%%/demos/zdemo/adains.png.gz -%%EXAMPLESDIR%%/demos/zdemo/zdemo -%%EXAMPLESDIR%%/web_elements/icons/ada.gif -%%EXAMPLESDIR%%/web_elements/icons/adb.gif -%%EXAMPLESDIR%%/web_elements/icons/ads.gif -%%EXAMPLESDIR%%/web_elements/icons/alert.black.gif -%%EXAMPLESDIR%%/web_elements/icons/alert.red.gif -%%EXAMPLESDIR%%/web_elements/icons/arrow.png -%%EXAMPLESDIR%%/web_elements/icons/back.gif -%%EXAMPLESDIR%%/web_elements/icons/binary.gif -%%EXAMPLESDIR%%/web_elements/icons/binhex.gif -%%EXAMPLESDIR%%/web_elements/icons/bomb.gif -%%EXAMPLESDIR%%/web_elements/icons/break.gif -%%EXAMPLESDIR%%/web_elements/icons/c.gif -%%EXAMPLESDIR%%/web_elements/icons/compressed.gif -%%EXAMPLESDIR%%/web_elements/icons/dirup.gif -%%EXAMPLESDIR%%/web_elements/icons/dvi.gif -%%EXAMPLESDIR%%/web_elements/icons/f.gif -%%EXAMPLESDIR%%/web_elements/icons/file.gif -%%EXAMPLESDIR%%/web_elements/icons/file_red.gif -%%EXAMPLESDIR%%/web_elements/icons/file_sec.gif -%%EXAMPLESDIR%%/web_elements/icons/folder.gif -%%EXAMPLESDIR%%/web_elements/icons/folder.open.gif -%%EXAMPLESDIR%%/web_elements/icons/image1.gif -%%EXAMPLESDIR%%/web_elements/icons/image2.gif -%%EXAMPLESDIR%%/web_elements/icons/image3.gif -%%EXAMPLESDIR%%/web_elements/icons/layout.gif -%%EXAMPLESDIR%%/web_elements/icons/movie.gif -%%EXAMPLESDIR%%/web_elements/icons/p.gif -%%EXAMPLESDIR%%/web_elements/icons/patch.gif -%%EXAMPLESDIR%%/web_elements/icons/pdf.gif -%%EXAMPLESDIR%%/web_elements/icons/ps.gif -%%EXAMPLESDIR%%/web_elements/icons/quill.gif -%%EXAMPLESDIR%%/web_elements/icons/rcorner.gif -%%EXAMPLESDIR%%/web_elements/icons/script.gif -%%EXAMPLESDIR%%/web_elements/icons/sound1.gif -%%EXAMPLESDIR%%/web_elements/icons/sound2.gif -%%EXAMPLESDIR%%/web_elements/icons/tar.gif -%%EXAMPLESDIR%%/web_elements/icons/tex.gif -%%EXAMPLESDIR%%/web_elements/icons/text.gif -%%EXAMPLESDIR%%/web_elements/icons/unknown.gif -%%EXAMPLESDIR%%/web_elements/icons/uu.gif -%%EXAMPLESDIR%%/web_elements/javascripts/ajax_api.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_clear.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_js.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_replace.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_action_xml.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_func_clear.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_func_replace.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_func_xml.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_kernel.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/aws_sortable.tjs -%%EXAMPLESDIR%%/web_elements/javascripts/behaviour.js -%%EXAMPLESDIR%%/web_elements/javascripts/cookies.js -%%EXAMPLESDIR%%/web_elements/javascripts/dragdrop.js -%%EXAMPLESDIR%%/web_elements/javascripts/effects.js -%%EXAMPLESDIR%%/web_elements/javascripts/prototype.js -%%EXAMPLESDIR%%/web_elements/javascripts/scriptaculous.js -%%EXAMPLESDIR%%/web_elements/menu_css/arrow.png -%%EXAMPLESDIR%%/web_elements/menu_css/menu.tcss -%%EXAMPLESDIR%%/web_elements/mime.types -%%EXAMPLESDIR%%/web_elements/notebook/cookies.js -%%EXAMPLESDIR%%/web_elements/notebook/notebook.thtml -%%EXAMPLESDIR%%/web_elements/readme.txt -%%EXAMPLESDIR%%/web_elements/rounded_boxes/rcorner.gif -%%EXAMPLESDIR%%/web_elements/rounded_boxes/rounded_boxes.tcss diff --git a/www/aws/Makefile b/www/aws/Makefile deleted file mode 100644 index 09b365312d1..00000000000 --- a/www/aws/Makefile +++ /dev/null @@ -1,174 +0,0 @@ -# Created by: John Marino - -PORTNAME= aws -PORTVERSION= 17.1 -PORTREVISION= 2 -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= Adacore Ada Web Server and framework - -LICENSE= GPLv3 GPLv3RLE -LICENSE_COMB= multi - -DEPRECATED= Uses EOL Python 2.7 via devel/gnatpython -EXPIRATION_DATE=2021-06-23 - -BUILD_DEPENDS= gprbuild:devel/gprbuild \ - xmlada>=4.4:textproc/xmlada \ - asis>=2013:lang/asis \ - gnatpython>=20101207:devel/gnatpython -RUN_DEPENDS= xmlada>=4.4:textproc/xmlada - -USES= ada:run gmake python shebangfix -USE_GITHUB= yes -GH_ACCOUNT= AdaCore -GH_TUPLE= AdaCore:templates-parser:${PORTVERSION}:tp/templates_parser - -USE_HARDENING= pie:off relro:off - -GNU_CONFIGURE= yes -NO_MTREE= yes -DOTBUILD= release -LINK_SSL= -- -LINK_TLS= -- -LINK_LDP= -- -NAME_IP6= -- -NAME_STD= -- -BUILD_TYPE= release -ADDL_RPATH= ${LOCALBASE}/lib:${LOCALBASE}/lib/aws/native/relocatable -SHEBANG_FILES= tools/awsascb - -OPTIONS_SINGLE= SSL -OPTIONS_DEFINE= IP6 DEBUG LDAP SHARED DOCS -OPTIONS_DEFAULT= OPENSSL SHARED -OPTIONS_SUB= yes -NO_OPTIONS_SORT= yes -DOCS_BUILD_DEPENDS= sphinx-build:textproc/py-sphinx -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS - -SHARED_DESC= Build shared libraries in addition to static ones -IP6_DESC= Support IPv6 instead of IPv4 - -OPENSSL_USES= ssl -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls -LDAP_USE= OPENLDAP=yes - -CONF_ARGS= PROCESSORS=${MAKE_JOBS_NUMBER} -CONF_ARGS+= GCC=ada -CONF_ARGS+= PYTHON=python${PYTHON_VER} -CONF_ARGS+= XMLADA=true -CONF_ARGS+= PRJ_BUILD=${DOTBUILD} -CONF_ARGS+= prefix=${PREFIX} -CONF_ARGS+= ZPATH=/usr/lib -CONF_ARGS+= ZLIB=true -CONF_ARGS+= ASIS=true -CONF_ARGS+= DEFAULT_LIBRARY_TYPE=static - -.include - -################### -## SSL Support ## -################### - -.if ${PORT_OPTIONS:MOPENSSL} -CONF_ARGS+= SOCKET=openssl -CONF_ARGS+= LPATH=${OPENSSLLIB} -LINK_SSL= -.else -# it's not SSL so it must be GNUTLS -CONF_ARGS+= LPATH=${PREFIX}/lib -CONF_ARGS+= SOCKET=gnutls -LINK_TLS= -.endif - -#################### -## LDAP Support ## -#################### - -.if ${PORT_OPTIONS:MLDAP} -CONF_ARGS+= LDAP=true -LINK_LDP= -.endif - -#################### -## IPv6 Support ## -#################### - -.if ${PORT_OPTIONS:MIP6} -CONF_ARGS+= IPv6=true -NAME_IP4= -- -NAME_IP6= -.endif - -##################### -## Debug Support ## -##################### - -.if ${PORT_OPTIONS:MDEBUG} -CONF_ARGS+= DEBUG=true -BUILD_TYPE= debug -.endif - -############################## -## Shared Runtime Library ## -############################## - -.if ${PORT_OPTIONS:MSHARED} -CONF_ARGS+= ENABLE_SHARED=true -.else -CONF_ARGS+= ENABLE_SHARED=false -.endif - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= undefined reference to `CRYPTO_set_id_callback' -BROKEN_FreeBSD_13= undefined reference to `CRYPTO_set_id_callback' -BROKEN_FreeBSD_14= undefined reference to `CRYPTO_set_id_callback' -.endif - -post-patch: - @${REINPLACE_CMD} \ - -e 's|@ADDITIONAL_RPATH@|${ADDL_RPATH}|' \ - -e 's|@PREFIX@|${LOCALBASE}|g' \ - ${WRKSRC}/aws.gpr \ - ${WRKSRC}/src/src.gpr \ - ${WRKSRC}/include/include.gpr - @${REINPLACE_CMD} -e 's|latexpdf||' ${WRKSRC}/Makefile - -do-configure: - (cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ - ${MAKE_CMD} setup ${CONF_ARGS}) - -do-build: -# We cannot use a redefined ALL_TARGET because MAKE_JOBS_SAFE is set -# for PROCESSORS, but that also sets -j for gmake which breaks build - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} build - -do-build-DOCS-on: - cd ${WRKSRC}/docs && ${SETENV} ${MAKE_ENV} \ - ${MAKE_CMD} ${MAKE_ARGS} html - -test: -.if exists(${LOCALBASE}/bin/awsres) - @cd ${WRKSRC}/regtests && ${SETENV} ${MAKE_ENV} TIMEOUT=75 \ - python${PYTHON_VER} testsuite.py -.else - @${ECHO} "AWS has to be installed before testing" -.endif - -post-install: - ${RM} -r ${STAGEDIR}${PREFIX}/share/gpr/manifests - ${RM} ${STAGEDIR}${PREFIX}/include/aws.relocatable/Makefile - ${RM} ${STAGEDIR}${PREFIX}/include/aws/Makefile - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins - ${CAT} ${FILESDIR}/aws.gpr.in | ${SED} -e 's|@PREFIX@|${PREFIX}|g' \ - -e 's|@SSL@|${LINK_SSL}|g' -e 's|@TLS@|${LINK_TLS}|g' \ - -e 's|@LDP@|${LINK_LDP}|g' -e 's|@IP4@|${NAME_IP4}|g' \ - -e 's|@IP6@|${NAME_IP6}|g' -e 's|@STD@|${NAME_STD}|g' \ - > ${STAGEDIR}${PREFIX}/lib/gnat/aws.gpr - cd ${WRKSRC}/gps && ${INSTALL_DATA} *.xml aws.py \ - ${STAGEDIR}${PREFIX}/share/gps/plug-ins - -.include diff --git a/www/aws/distinfo b/www/aws/distinfo deleted file mode 100644 index 602fa066ced..00000000000 --- a/www/aws/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1488270744 -SHA256 (AdaCore-aws-17.1_GH0.tar.gz) = 107d2fcec8e20b4f00d390e9db858a0723ed1baed9a696e869c05b362da98d8b -SIZE (AdaCore-aws-17.1_GH0.tar.gz) = 2085674 -SHA256 (AdaCore-templates-parser-17.1_GH0.tar.gz) = efd2f2d21a532014802c5dc2083453b9c945c146c7bf910c348387ef48c22b62 -SIZE (AdaCore-templates-parser-17.1_GH0.tar.gz) = 216649 diff --git a/www/aws/files/aws.gpr.in b/www/aws/files/aws.gpr.in deleted file mode 100644 index c24fdcbd69a..00000000000 --- a/www/aws/files/aws.gpr.in +++ /dev/null @@ -1,59 +0,0 @@ -with "xmlada"; - -project AWS is - - type AWS_Kind_Type is ("static", "relocatable"); - AWS_Kind : AWS_Kind_Type := external ("LIBRARY_TYPE", "static"); - - for Library_Name use "aws"; - for Library_Kind use AWS_Kind; - case AWS_Kind is - when "relocatable" => - for Source_Dirs use ("../../include/aws.relocatable"); - for Library_Dir use "../../lib/aws.relocatable"; - for Library_Version use "libaws.so"; - when others => - for Source_Dirs use ("../../include/aws"); - for Library_Dir use "../../lib/aws"; - end case; - for Externally_Built use "true"; - - package Linker is - for Linker_Options use ("-L@PREFIX@/lib", "-Wl,-R,@PREFIX@/lib" - @SSL@ , "-lssl", "-lcrypto" - @TLS@ , "-L@PREFIX@/lib/gnutls3", "-Wl,-R,@PREFIX@/lib/gnutls3" - @TLS@ , "-lgnutls" - @LDP@ , "-lldap" - ); - end Linker; - - package Naming is - - @IP4@ for Implementation ("AWS.Net.Std") use "aws-net-std__gnat.adb"; - - @IP6@ for Implementation ("AWS.Net.Std") use "aws-net-std__ipv6.adb"; - - @STD@ for Implementation ("AWS.Net.SSL") use "aws-net-ssl__dummy.adb"; - @STD@ for Specification ("AWS.Net.SSL.Certificate.Impl") - @STD@ use "aws-net-ssl-certificate-impl__dummy.ads"; - @STD@ for Implementation ("AWS.Net.SSL.Certificate.Impl") - @STD@ use "aws-net-ssl-certificate-impl__dummy.adb"; - @STD@ for Specification ("SSL.Thin") use "ssl-thin__dummy.ads"; - - @SSL@ for Implementation ("AWS.Net.SSL") use "aws-net-ssl__openssl.adb"; - @SSL@ for Specification ("AWS.Net.SSL.Certificate.Impl") - @SSL@ use "aws-net-ssl-certificate-impl__openssl.ads"; - @SSL@ for Implementation ("AWS.Net.SSL.Certificate.Impl") - @SSL@ use "aws-net-ssl-certificate-impl__openssl.adb"; - @SSL@ for Specification ("SSL.Thin") use "ssl-thin__openssl.ads"; - - @TLS@ for Implementation ("AWS.Net.SSL") use "aws-net-ssl__gnutls.adb"; - @TLS@ for Specification ("AWS.Net.SSL.Certificate.Impl") - @TLS@ use "aws-net-ssl-certificate-impl__gnutls.ads"; - @TLS@ for Implementation ("AWS.Net.SSL.Certificate.Impl") - @TLS@ use "aws-net-ssl-certificate-impl__gnutls.adb"; - @TLS@ for Specification ("SSL.Thin") use "ssl-thin__gnutls.ads"; - - end Naming; - -end AWS; diff --git a/www/aws/files/patch-aws.gpr b/www/aws/files/patch-aws.gpr deleted file mode 100644 index 882e991d791..00000000000 --- a/www/aws/files/patch-aws.gpr +++ /dev/null @@ -1,61 +0,0 @@ ---- aws.gpr.orig 2014-11-15 19:27:52 UTC -+++ aws.gpr -@@ -55,7 +56,7 @@ aggregate library project AWS is - Project'Library_Options & ("-lwldap32"); - when others => - for Library_Options use -- Project'Library_Options & ("-lldap"); -+ Project'Library_Options & ("-L@PREFIX@/lib", "-lldap"); - end case; - - when "Disabled" => -@@ -69,49 +70,4 @@ aggregate library project AWS is - - package Builder renames Shared.Builder; - -- ------------- -- -- Install -- -- ------------- -- -- package Install is -- -- examples -- -- for Artifacts ("share/examples/aws/images") -- use ("demos/runme/aws_*.png"); -- for Artifacts ("share/examples/aws/templates") -- use ("demos/web_mail/*html"); -- -- -- support files (templates) -- -- for Artifacts ("share/examples/aws/templates") -- use ("templates_parser/tools/templates.tads"); -- for Artifacts ("share/examples/aws/web_elements") -- use ("web_elements/menu_css", "web_elements/notebook", -- "web_elements/rounded_boxes", "web_elements/icons", -- "web_elements/javascripts", -- "web_elements/mime.types", "web_elements/readme.txt"); -- -- case Shared.S_Target is -- when "Windows_NT" => -- for Artifacts ("lib/aws") -- use (Shared.Target_Dir & "/common/win32/aws.coff"); -- when others => -- null; -- end case; -- -- -- documentations -- -- for Artifacts ("share/doc/aws") use ("docs/build/html"); -- for Artifacts ("share/doc/aws/pdf") use ("docs/build/latex/*.pdf"); -- for Artifacts ("share/doc/aws/templates_parser") -- use ("templates_parser/docs/build/html"); -- for Artifacts ("share/doc/aws/templates_parser/pdf") -- use ("templates_parser/docs/build/latex/*.pdf"); -- -- -- gps plug-ins -- -- for Artifacts ("share/gps/plug-ins") use ("gps/*.xml", "gps/aws.py"); -- -- end Install; -- - end AWS; diff --git a/www/aws/files/patch-include_include.gpr b/www/aws/files/patch-include_include.gpr deleted file mode 100644 index e5bce0c3081..00000000000 --- a/www/aws/files/patch-include_include.gpr +++ /dev/null @@ -1,10 +0,0 @@ ---- include/include.gpr.orig 2015-06-22 10:52:10 UTC -+++ include/include.gpr -@@ -31,6 +31,7 @@ library project Include is - - for Library_Name use "aws_include"; - for Library_Kind use Shared.Library_Type; -+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@"); - for Leading_Library_Options use Shared.Leading_Library_Options; - - --------- diff --git a/www/aws/files/patch-regtests_0043__check__mem_test.opt b/www/aws/files/patch-regtests_0043__check__mem_test.opt deleted file mode 100644 index e229301688c..00000000000 --- a/www/aws/files/patch-regtests_0043__check__mem_test.opt +++ /dev/null @@ -1,14 +0,0 @@ ---- regtests/0043_check_mem/test.opt.orig 2014-11-15 19:27:52 UTC -+++ regtests/0043_check_mem/test.opt -@@ -1,3 +1,11 @@ - !ssl DEAD - !xmlada DEAD -+x86-dragonfly DEAD "no gnatmem" -+x86-freebsd DEAD "no gnatmem" -+x86-openbsd DEAD "no gnatmem" -+x86-netbsd DEAD "no gnatmem" -+x86_64-dragonfly DEAD "no gnatmem" -+x86_64-freebsd DEAD "no gnatmem" -+x86_64-openbsd DEAD "no gnatmem" -+x86_64-netbsd DEAD "no gnatmem" - darwin DEAD "no gnatmem" diff --git a/www/aws/files/patch-regtests_0213__check__mem__nossl_test.opt b/www/aws/files/patch-regtests_0213__check__mem__nossl_test.opt deleted file mode 100644 index 42436535e6e..00000000000 --- a/www/aws/files/patch-regtests_0213__check__mem__nossl_test.opt +++ /dev/null @@ -1,14 +0,0 @@ ---- regtests/0213_check_mem_nossl/test.opt.orig 2014-11-15 19:27:52 UTC -+++ regtests/0213_check_mem_nossl/test.opt -@@ -1,3 +1,11 @@ - !xmlada DEAD - !asis DEAD -+x86-dragonfly DEAD "no gnatmem" -+x86-freebsd DEAD "no gnatmem" -+x86-openbsd DEAD "no gnatmem" -+x86-netbsd DEAD "no gnatmem" -+x86_64-dragonfly DEAD "no gnatmem" -+x86_64-freebsd DEAD "no gnatmem" -+x86_64-openbsd DEAD "no gnatmem" -+x86_64-netbsd DEAD "no gnatmem" - darwin DEAD "no gnatmem" diff --git a/www/aws/files/patch-src_core_aws-net.adb b/www/aws/files/patch-src_core_aws-net.adb deleted file mode 100644 index 0d20c6c887b..00000000000 --- a/www/aws/files/patch-src_core_aws-net.adb +++ /dev/null @@ -1,11 +0,0 @@ ---- src/core/aws-net.adb.orig 2015-06-22 10:52:10 UTC -+++ src/core/aws-net.adb -@@ -553,7 +553,7 @@ package body AWS.Net is - - -- to be shure that it is S1 and S2 connected together - -- exit when Peer_Addr (STC (S2)) = Local_Host -+ exit when Peer_Addr (STC (S2)) = Get_Addr (STC (S1)) - and then Peer_Port (STC (S2)) = Get_Port (STC (S1)) - and then Peer_Port (STC (S1)) = Get_Port (STC (S2)); - diff --git a/www/aws/files/patch-src_core_aws-server-http__utils.adb b/www/aws/files/patch-src_core_aws-server-http__utils.adb deleted file mode 100644 index 13c537f374c..00000000000 --- a/www/aws/files/patch-src_core_aws-server-http__utils.adb +++ /dev/null @@ -1,22 +0,0 @@ -Current_Process_Id is not available on GCC 6.x - ---- src/core/aws-server-http_utils.adb.orig 2016-09-28 15:14:26 UTC -+++ src/core/aws-server-http_utils.adb -@@ -39,7 +39,6 @@ with Ada.Strings.Unbounded; - with Ada.Text_IO; - - with GNAT.MD5; --with GNAT.OS_Lib; - with GNAT.Regexp; - - with AWS.Attachments; -@@ -924,8 +923,7 @@ package body AWS.Server.HTTP_Utils is - - function Get_File_Upload_UID return String is - use GNAT; -- Pid : constant Natural := Integer'Max -- (0, OS_Lib.Pid_To_Integer (OS_Lib.Current_Process_Id)); -+ Pid : constant Natural := 0; - -- On OS where Current_Process_Id is not support -1 is returned. We - -- ensure that in this case the Pid is set to 0 in this case. - UID : Natural; diff --git a/www/aws/files/patch-src_src.gpr b/www/aws/files/patch-src_src.gpr deleted file mode 100644 index 7091cb6a81c..00000000000 --- a/www/aws/files/patch-src_src.gpr +++ /dev/null @@ -1,20 +0,0 @@ ---- src/src.gpr.orig 2015-06-22 10:52:10 UTC -+++ src/src.gpr -@@ -68,7 +68,7 @@ library project Src is - when "Windows_NT" => - for Library_Options use ("-lwsock32", "-lws2_32"); - when others => -- null; -+ for Library_Options use ("-R", "-Wl,-R,@ADDITIONAL_RPATH@"); - end case; - - case Shared.LDAP is -@@ -79,7 +79,7 @@ library project Src is - Project'Library_Options & ("-lwldap32"); - when others => - for Library_Options use -- Project'Library_Options & ("-lldap"); -+ Project'Library_Options & ("-L@PREFIX@/lib", "-lldap"); - end case; - - when "Disabled" => diff --git a/www/aws/files/patch-ssl__crypto_lib.gpr b/www/aws/files/patch-ssl__crypto_lib.gpr deleted file mode 100644 index 0738957a270..00000000000 --- a/www/aws/files/patch-ssl__crypto_lib.gpr +++ /dev/null @@ -1,10 +0,0 @@ ---- ssl/crypto_lib.gpr.orig 2014-11-15 19:27:52 UTC -+++ ssl/crypto_lib.gpr -@@ -20,7 +20,6 @@ - - with "../.build/projects/aws_config"; - with "../.build/projects/aws_lib_shared"; --with "dl_lib"; - - project Crypto_Lib is - diff --git a/www/aws/files/temparse.gpr.in b/www/aws/files/temparse.gpr.in deleted file mode 100644 index 1ef48a5a5ee..00000000000 --- a/www/aws/files/temparse.gpr.in +++ /dev/null @@ -1,33 +0,0 @@ --- This is a workaround for the nasty habit gprlib has of using --- ${LOCALBASE}/lib/templates_parser as the OBJECT_DIR, dumping .lexch --- files there which is a build violation. By copying the prebuilt --- library and ali files over to the project object directory and using --- a custom gpr file restricts the libaws.lexch generation there. - -with "../shared"; - -project TemParse is - - for Library_Name use "templates_parser"; - for Library_Kind use Shared.Library_Type; - case Shared.Library_Type is - when "relocatable" => - for Library_Version use "libtemplates_parser.so"; - for Source_Dirs use ("@PREFIX@/include/templates_parser.relocatable"); - when others => - for Source_Dirs use ("@PREFIX@/include/templates_parser"); - end case; - for Object_Dir use "../" & Shared'Object_Dir & "/temparse"; - for Library_Dir use "../" & Shared'Library_Dir & "/temparse"; - for Externally_Built use "true"; - - package Naming is - -- for Specification ("Templates_Parser.Configuration") - -- use "templates_parser-configuration__aws.ads"; - for Implementation ("Templates_Parser.Input") - use "templates_parser-input__standalone.adb"; - for Implementation ("Templates_Parser_Tasking") - use "templates_parser_tasking__standard_tasking.adb"; - end Naming; - -end TemParse; diff --git a/www/aws/pkg-descr b/www/aws/pkg-descr deleted file mode 100644 index c2d702b4c0f..00000000000 --- a/www/aws/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -AWS stands for Ada Web Server, but it is more than just another webserver... - -AWS is a complete framework to develop web based applications. The main -part of the framework is the embedded web server. This small yet powerful -web server can be embedded into your application so your application will be -able to talk with a standard web browser such as Microsoft Internet Explorer -or Netscape Communicator. Around this web server, a lot of services have -been developed. - -The framework includes: - * seb parameters module * session server - * SOAP support * WSDL generation from Ada - * template parser * AJAX support - * HTTPS/SSL support * large server support - * virtual hosting support * server push - * directory browser * status page - * log module * hotplug module - * light communications API * configuration API - * client API * web page service - * SMTP support * LDAP support - * Jabber support - -WWW: http://libre.adacore.com/libre/tools/aws/ diff --git a/www/aws/pkg-plist b/www/aws/pkg-plist deleted file mode 100644 index d8818964d1a..00000000000 --- a/www/aws/pkg-plist +++ /dev/null @@ -1,1044 +0,0 @@ -%%GNUTLS%%%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate-impl__gnutls.adb -%%GNUTLS%%%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate-impl__gnutls.ads -%%GNUTLS%%%%SHARED%%include/aws.relocatable/aws-net-ssl__gnutls.adb -%%GNUTLS%%%%SHARED%%include/aws.relocatable/ssl-thin__gnutls.ads -%%GNUTLS%%%%SHARED%%lib/aws.relocatable/aws-net-ssl-certificate-impl__gnutls.ali -%%GNUTLS%%%%SHARED%%lib/aws.relocatable/aws-net-ssl__gnutls.ali -%%GNUTLS%%%%SHARED%%lib/aws.relocatable/ssl-thin__gnutls.ali -%%GNUTLS%%include/aws/aws-net-ssl-certificate-impl__gnutls.adb -%%GNUTLS%%include/aws/aws-net-ssl-certificate-impl__gnutls.ads -%%GNUTLS%%include/aws/aws-net-ssl__gnutls.adb -%%GNUTLS%%include/aws/ssl-thin__gnutls.ads -%%GNUTLS%%lib/aws/aws-net-ssl-certificate-impl__gnutls.ali -%%GNUTLS%%lib/aws/aws-net-ssl__gnutls.ali -%%GNUTLS%%lib/aws/ssl-thin__gnutls.ali -%%IP6%%%%SHARED%%include/aws.relocatable/aws-net-std__ipv6.adb -%%IP6%%%%SHARED%%lib/aws.relocatable/aws-net-std__ipv6.ali -%%IP6%%include/aws/aws-net-std__ipv6.adb -%%IP6%%lib/aws/aws-net-std__ipv6.ali -%%LDAP%%%%SHARED%%include/aws.relocatable/aws-ldap-client.adb -%%LDAP%%%%SHARED%%include/aws.relocatable/aws-ldap-client.ads -%%LDAP%%%%SHARED%%include/aws.relocatable/aws-ldap-thin.adb -%%LDAP%%%%SHARED%%include/aws.relocatable/aws-ldap-thin.ads -%%LDAP%%%%SHARED%%include/aws.relocatable/aws-ldap.ads -%%LDAP%%%%SHARED%%lib/aws.relocatable/aws-ldap-client.ali -%%LDAP%%%%SHARED%%lib/aws.relocatable/aws-ldap-thin.ali -%%LDAP%%%%SHARED%%lib/aws.relocatable/aws-ldap.ali -%%LDAP%%include/aws/aws-ldap-client.adb -%%LDAP%%include/aws/aws-ldap-client.ads -%%LDAP%%include/aws/aws-ldap-thin.adb -%%LDAP%%include/aws/aws-ldap-thin.ads -%%LDAP%%include/aws/aws-ldap.ads -%%LDAP%%lib/aws/aws-ldap-client.ali -%%LDAP%%lib/aws/aws-ldap-thin.ali -%%LDAP%%lib/aws/aws-ldap.ali -%%NO_IP6%%%%SHARED%%include/aws.relocatable/aws-net-std__gnat.adb -%%NO_IP6%%%%SHARED%%lib/aws.relocatable/aws-net-std__gnat.ali -%%NO_IP6%%include/aws/aws-net-std__gnat.adb -%%NO_IP6%%lib/aws/aws-net-std__gnat.ali -%%SHARED%%include/aws.relocatable/aws-attachments.adb -%%SHARED%%include/aws.relocatable/aws-attachments.ads -%%SHARED%%include/aws.relocatable/aws-client-hotplug.adb -%%SHARED%%include/aws.relocatable/aws-client-hotplug.ads -%%SHARED%%include/aws.relocatable/aws-client-http_utils.adb -%%SHARED%%include/aws.relocatable/aws-client-http_utils.ads -%%SHARED%%include/aws.relocatable/aws-client-xml-input_sources.adb -%%SHARED%%include/aws.relocatable/aws-client-xml-input_sources.ads -%%SHARED%%include/aws.relocatable/aws-client-xml.ads -%%SHARED%%include/aws.relocatable/aws-client.adb -%%SHARED%%include/aws.relocatable/aws-client.ads -%%SHARED%%include/aws.relocatable/aws-communication-client.adb -%%SHARED%%include/aws.relocatable/aws-communication-client.ads -%%SHARED%%include/aws.relocatable/aws-communication-server.adb -%%SHARED%%include/aws.relocatable/aws-communication-server.ads -%%SHARED%%include/aws.relocatable/aws-communication.adb -%%SHARED%%include/aws.relocatable/aws-communication.ads -%%SHARED%%include/aws.relocatable/aws-config-ini.adb -%%SHARED%%include/aws.relocatable/aws-config-ini.ads -%%SHARED%%include/aws.relocatable/aws-config-set.adb -%%SHARED%%include/aws.relocatable/aws-config-set.ads -%%SHARED%%include/aws.relocatable/aws-config-utils.adb -%%SHARED%%include/aws.relocatable/aws-config-utils.ads -%%SHARED%%include/aws.relocatable/aws-config.adb -%%SHARED%%include/aws.relocatable/aws-config.ads -%%SHARED%%include/aws.relocatable/aws-containers-key_value.ads -%%SHARED%%include/aws.relocatable/aws-containers-memory_streams.ads -%%SHARED%%include/aws.relocatable/aws-containers-string_vectors.ads -%%SHARED%%include/aws.relocatable/aws-containers-tables-set.ads -%%SHARED%%include/aws.relocatable/aws-containers-tables.adb -%%SHARED%%include/aws.relocatable/aws-containers-tables.ads -%%SHARED%%include/aws.relocatable/aws-containers.ads -%%SHARED%%include/aws.relocatable/aws-cookie.adb -%%SHARED%%include/aws.relocatable/aws-cookie.ads -%%SHARED%%include/aws.relocatable/aws-default.ads -%%SHARED%%include/aws.relocatable/aws-digest.adb -%%SHARED%%include/aws.relocatable/aws-digest.ads -%%SHARED%%include/aws.relocatable/aws-dispatchers-callback.adb -%%SHARED%%include/aws.relocatable/aws-dispatchers-callback.ads -%%SHARED%%include/aws.relocatable/aws-dispatchers.adb -%%SHARED%%include/aws.relocatable/aws-dispatchers.ads -%%SHARED%%include/aws.relocatable/aws-exceptions.ads -%%SHARED%%include/aws.relocatable/aws-headers-set.adb -%%SHARED%%include/aws.relocatable/aws-headers-set.ads -%%SHARED%%include/aws.relocatable/aws-headers-values.adb -%%SHARED%%include/aws.relocatable/aws-headers-values.ads -%%SHARED%%include/aws.relocatable/aws-headers.adb -%%SHARED%%include/aws.relocatable/aws-headers.ads -%%SHARED%%include/aws.relocatable/aws-hotplug-get_status.adb -%%SHARED%%include/aws.relocatable/aws-hotplug-get_status.ads -%%SHARED%%include/aws.relocatable/aws-hotplug.adb -%%SHARED%%include/aws.relocatable/aws-hotplug.ads -%%SHARED%%include/aws.relocatable/aws-jabber-client.adb -%%SHARED%%include/aws.relocatable/aws-jabber-client.ads -%%SHARED%%include/aws.relocatable/aws-jabber-digest_md5.adb -%%SHARED%%include/aws.relocatable/aws-jabber-digest_md5.ads -%%SHARED%%include/aws.relocatable/aws-jabber.ads -%%SHARED%%include/aws.relocatable/aws-log.adb -%%SHARED%%include/aws.relocatable/aws-log.ads -%%SHARED%%include/aws.relocatable/aws-messages.adb -%%SHARED%%include/aws.relocatable/aws-messages.ads -%%SHARED%%include/aws.relocatable/aws-mime.adb -%%SHARED%%include/aws.relocatable/aws-mime.ads -%%SHARED%%include/aws.relocatable/aws-net-acceptors.adb -%%SHARED%%include/aws.relocatable/aws-net-acceptors.ads -%%SHARED%%include/aws.relocatable/aws-net-buffered.adb -%%SHARED%%include/aws.relocatable/aws-net-buffered.ads -%%SHARED%%include/aws.relocatable/aws-net-generic_sets.adb -%%SHARED%%include/aws.relocatable/aws-net-generic_sets.ads -%%SHARED%%include/aws.relocatable/aws-net-log-callbacks.adb -%%SHARED%%include/aws.relocatable/aws-net-log-callbacks.ads -%%SHARED%%include/aws.relocatable/aws-net-log.adb -%%SHARED%%include/aws.relocatable/aws-net-log.ads -%%SHARED%%include/aws.relocatable/aws-net-memory.adb -%%SHARED%%include/aws.relocatable/aws-net-memory.ads -%%SHARED%%include/aws.relocatable/aws-net-poll_events-wait__native.adb -%%SHARED%%include/aws.relocatable/aws-net-poll_events.adb -%%SHARED%%include/aws.relocatable/aws-net-poll_events.ads -%%SHARED%%include/aws.relocatable/aws-net-sets.ads -%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate.adb -%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate.ads -%%SHARED%%include/aws.relocatable/aws-net-ssl-rsa_dh_generators.adb -%%SHARED%%include/aws.relocatable/aws-net-ssl-rsa_dh_generators.ads -%%SHARED%%include/aws.relocatable/aws-net-ssl.ads -%%SHARED%%include/aws.relocatable/aws-net-std.ads -%%SHARED%%include/aws.relocatable/aws-net-stream_io.adb -%%SHARED%%include/aws.relocatable/aws-net-stream_io.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-handshake_error.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket-handshake_error.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-draft76.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-draft76.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-rfc6455.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol-rfc6455.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-protocol.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-registry-control.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket-registry-control.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-registry-utils.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket-registry-utils.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket-registry.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket-registry.ads -%%SHARED%%include/aws.relocatable/aws-net-websocket.adb -%%SHARED%%include/aws.relocatable/aws-net-websocket.ads -%%SHARED%%include/aws.relocatable/aws-net.adb -%%SHARED%%include/aws.relocatable/aws-net.ads -%%SHARED%%include/aws.relocatable/aws-os_lib.ads -%%SHARED%%include/aws.relocatable/aws-parameters-set.adb -%%SHARED%%include/aws.relocatable/aws-parameters-set.ads -%%SHARED%%include/aws.relocatable/aws-parameters.adb -%%SHARED%%include/aws.relocatable/aws-parameters.ads -%%SHARED%%include/aws.relocatable/aws-pop.adb -%%SHARED%%include/aws.relocatable/aws-pop.ads -%%SHARED%%include/aws.relocatable/aws-resources-embedded.adb -%%SHARED%%include/aws.relocatable/aws-resources-embedded.ads -%%SHARED%%include/aws.relocatable/aws-resources-files.adb -%%SHARED%%include/aws.relocatable/aws-resources-files.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams-disk-once.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams-disk-once.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams-disk.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams-disk.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams-memory-zlib.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams-memory-zlib.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams-memory.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams-memory.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams-pipe.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams-pipe.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams-zlib.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams-zlib.ads -%%SHARED%%include/aws.relocatable/aws-resources-streams.adb -%%SHARED%%include/aws.relocatable/aws-resources-streams.ads -%%SHARED%%include/aws.relocatable/aws-resources.adb -%%SHARED%%include/aws.relocatable/aws-resources.ads -%%SHARED%%include/aws.relocatable/aws-response-set.adb -%%SHARED%%include/aws.relocatable/aws-response-set.ads -%%SHARED%%include/aws.relocatable/aws-response.adb -%%SHARED%%include/aws.relocatable/aws-response.ads -%%SHARED%%include/aws.relocatable/aws-server-get_status.adb -%%SHARED%%include/aws.relocatable/aws-server-get_status.ads -%%SHARED%%include/aws.relocatable/aws-server-hotplug.adb -%%SHARED%%include/aws.relocatable/aws-server-hotplug.ads -%%SHARED%%include/aws.relocatable/aws-server-http_utils.adb -%%SHARED%%include/aws.relocatable/aws-server-http_utils.ads -%%SHARED%%include/aws.relocatable/aws-server-log.adb -%%SHARED%%include/aws.relocatable/aws-server-log.ads -%%SHARED%%include/aws.relocatable/aws-server-protocol_handler.adb -%%SHARED%%include/aws.relocatable/aws-server-push.adb -%%SHARED%%include/aws.relocatable/aws-server-push.ads -%%SHARED%%include/aws.relocatable/aws-server-status.adb -%%SHARED%%include/aws.relocatable/aws-server-status.ads -%%SHARED%%include/aws.relocatable/aws-server.adb -%%SHARED%%include/aws.relocatable/aws-server.ads -%%SHARED%%include/aws.relocatable/aws-services-callbacks.adb -%%SHARED%%include/aws.relocatable/aws-services-callbacks.ads -%%SHARED%%include/aws.relocatable/aws-services-directory.adb -%%SHARED%%include/aws.relocatable/aws-services-directory.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-linker.adb -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-linker.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-method.adb -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-method.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-timer.adb -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-timer.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-transient_pages.adb -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-transient_pages.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-uri.adb -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-uri.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-virtual_host.adb -%%SHARED%%include/aws.relocatable/aws-services-dispatchers-virtual_host.ads -%%SHARED%%include/aws.relocatable/aws-services-dispatchers.ads -%%SHARED%%include/aws.relocatable/aws-services-download.adb -%%SHARED%%include/aws.relocatable/aws-services-download.ads -%%SHARED%%include/aws.relocatable/aws-services-page_server.adb -%%SHARED%%include/aws.relocatable/aws-services-page_server.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha-bounded.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha-bounded.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages-alpha.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages-shared.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages-shared.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-alpha.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-alpha.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-overlapping.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform-overlapping.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages-uniform.ads -%%SHARED%%include/aws.relocatable/aws-services-split_pages.adb -%%SHARED%%include/aws.relocatable/aws-services-split_pages.ads -%%SHARED%%include/aws.relocatable/aws-services-transient_pages-control.adb -%%SHARED%%include/aws.relocatable/aws-services-transient_pages-control.ads -%%SHARED%%include/aws.relocatable/aws-services-transient_pages.adb -%%SHARED%%include/aws.relocatable/aws-services-transient_pages.ads -%%SHARED%%include/aws.relocatable/aws-services-web_block-context.adb -%%SHARED%%include/aws.relocatable/aws-services-web_block-context.ads -%%SHARED%%include/aws.relocatable/aws-services-web_block-registry.adb -%%SHARED%%include/aws.relocatable/aws-services-web_block-registry.ads -%%SHARED%%include/aws.relocatable/aws-services-web_block.ads -%%SHARED%%include/aws.relocatable/aws-services-web_mail.adb -%%SHARED%%include/aws.relocatable/aws-services-web_mail.ads -%%SHARED%%include/aws.relocatable/aws-services.ads -%%SHARED%%include/aws.relocatable/aws-session-control.adb -%%SHARED%%include/aws.relocatable/aws-session-control.ads -%%SHARED%%include/aws.relocatable/aws-session.adb -%%SHARED%%include/aws.relocatable/aws-session.ads -%%SHARED%%include/aws.relocatable/aws-smtp-authentication-plain.adb -%%SHARED%%include/aws.relocatable/aws-smtp-authentication-plain.ads -%%SHARED%%include/aws.relocatable/aws-smtp-authentication.ads -%%SHARED%%include/aws.relocatable/aws-smtp-client.adb -%%SHARED%%include/aws.relocatable/aws-smtp-client.ads -%%SHARED%%include/aws.relocatable/aws-smtp-messages-set.adb -%%SHARED%%include/aws.relocatable/aws-smtp-messages-set.ads -%%SHARED%%include/aws.relocatable/aws-smtp-messages.adb -%%SHARED%%include/aws.relocatable/aws-smtp-messages.ads -%%SHARED%%include/aws.relocatable/aws-smtp-server.adb -%%SHARED%%include/aws.relocatable/aws-smtp-server.ads -%%SHARED%%include/aws.relocatable/aws-smtp.adb -%%SHARED%%include/aws.relocatable/aws-smtp.ads -%%SHARED%%include/aws.relocatable/aws-status-set.adb -%%SHARED%%include/aws.relocatable/aws-status-set.ads -%%SHARED%%include/aws.relocatable/aws-status-translate_set.adb -%%SHARED%%include/aws.relocatable/aws-status-translate_set.ads -%%SHARED%%include/aws.relocatable/aws-status-translate_table.adb -%%SHARED%%include/aws.relocatable/aws-status-translate_table.ads -%%SHARED%%include/aws.relocatable/aws-status.adb -%%SHARED%%include/aws.relocatable/aws-status.ads -%%SHARED%%include/aws.relocatable/aws-templates.ads -%%SHARED%%include/aws.relocatable/aws-translator-conversion.adb -%%SHARED%%include/aws.relocatable/aws-translator.adb -%%SHARED%%include/aws.relocatable/aws-translator.ads -%%SHARED%%include/aws.relocatable/aws-url-raise_url_error.adb -%%SHARED%%include/aws.relocatable/aws-url-raise_url_error.ads -%%SHARED%%include/aws.relocatable/aws-url-set.adb -%%SHARED%%include/aws.relocatable/aws-url-set.ads -%%SHARED%%include/aws.relocatable/aws-url.adb -%%SHARED%%include/aws.relocatable/aws-url.ads -%%SHARED%%include/aws.relocatable/aws-utils-streams.adb -%%SHARED%%include/aws.relocatable/aws-utils-streams.ads -%%SHARED%%include/aws.relocatable/aws-utils.adb -%%SHARED%%include/aws.relocatable/aws-utils.ads -%%SHARED%%include/aws.relocatable/aws.ads -%%SHARED%%include/aws.relocatable/crypto_lib.gpr -%%SHARED%%include/aws.relocatable/dl_lib.gpr -%%SHARED%%include/aws.relocatable/include.gpr -%%SHARED%%include/aws.relocatable/memory_streams.adb -%%SHARED%%include/aws.relocatable/memory_streams.ads -%%SHARED%%include/aws.relocatable/readme.txt -%%SHARED%%include/aws.relocatable/soap-client.adb -%%SHARED%%include/aws.relocatable/soap-client.ads -%%SHARED%%include/aws.relocatable/soap-dispatchers-callback.adb -%%SHARED%%include/aws.relocatable/soap-dispatchers-callback.ads -%%SHARED%%include/aws.relocatable/soap-dispatchers.adb -%%SHARED%%include/aws.relocatable/soap-dispatchers.ads -%%SHARED%%include/aws.relocatable/soap-generator-cb.adb -%%SHARED%%include/aws.relocatable/soap-generator-name_set.adb -%%SHARED%%include/aws.relocatable/soap-generator-skel.adb -%%SHARED%%include/aws.relocatable/soap-generator-stub.adb -%%SHARED%%include/aws.relocatable/soap-generator.adb -%%SHARED%%include/aws.relocatable/soap-generator.ads -%%SHARED%%include/aws.relocatable/soap-message-payload.adb -%%SHARED%%include/aws.relocatable/soap-message-payload.ads -%%SHARED%%include/aws.relocatable/soap-message-reader.adb -%%SHARED%%include/aws.relocatable/soap-message-reader.ads -%%SHARED%%include/aws.relocatable/soap-message-response-error.adb -%%SHARED%%include/aws.relocatable/soap-message-response-error.ads -%%SHARED%%include/aws.relocatable/soap-message-response.adb -%%SHARED%%include/aws.relocatable/soap-message-response.ads -%%SHARED%%include/aws.relocatable/soap-message-xml.adb -%%SHARED%%include/aws.relocatable/soap-message-xml.ads -%%SHARED%%include/aws.relocatable/soap-message.adb -%%SHARED%%include/aws.relocatable/soap-message.ads -%%SHARED%%include/aws.relocatable/soap-name_space.adb -%%SHARED%%include/aws.relocatable/soap-name_space.ads -%%SHARED%%include/aws.relocatable/soap-parameters.adb -%%SHARED%%include/aws.relocatable/soap-parameters.ads -%%SHARED%%include/aws.relocatable/soap-types-untyped.adb -%%SHARED%%include/aws.relocatable/soap-types-untyped.ads -%%SHARED%%include/aws.relocatable/soap-types.adb -%%SHARED%%include/aws.relocatable/soap-types.ads -%%SHARED%%include/aws.relocatable/soap-utils.adb -%%SHARED%%include/aws.relocatable/soap-utils.ads -%%SHARED%%include/aws.relocatable/soap-wsdl-name_spaces.adb -%%SHARED%%include/aws.relocatable/soap-wsdl-name_spaces.ads -%%SHARED%%include/aws.relocatable/soap-wsdl-parameters.adb -%%SHARED%%include/aws.relocatable/soap-wsdl-parameters.ads -%%SHARED%%include/aws.relocatable/soap-wsdl-parser.adb -%%SHARED%%include/aws.relocatable/soap-wsdl-parser.ads -%%SHARED%%include/aws.relocatable/soap-wsdl-schema.adb -%%SHARED%%include/aws.relocatable/soap-wsdl-schema.ads -%%SHARED%%include/aws.relocatable/soap-wsdl-types.adb -%%SHARED%%include/aws.relocatable/soap-wsdl-types.ads -%%SHARED%%include/aws.relocatable/soap-wsdl.adb -%%SHARED%%include/aws.relocatable/soap-wsdl.ads -%%SHARED%%include/aws.relocatable/soap-xml.adb -%%SHARED%%include/aws.relocatable/soap-xml.ads -%%SHARED%%include/aws.relocatable/soap.ads -%%SHARED%%include/aws.relocatable/src.gpr -%%SHARED%%include/aws.relocatable/ssl.ads -%%SHARED%%include/aws.relocatable/ssl.gpr -%%SHARED%%include/aws.relocatable/ssl_lib.gpr -%%SHARED%%include/aws.relocatable/templates_parser-cached_files.adb -%%SHARED%%include/aws.relocatable/templates_parser-configuration__aws.ads -%%SHARED%%include/aws.relocatable/templates_parser-data.adb -%%SHARED%%include/aws.relocatable/templates_parser-debug.adb -%%SHARED%%include/aws.relocatable/templates_parser-debug.ads -%%SHARED%%include/aws.relocatable/templates_parser-definitions.adb -%%SHARED%%include/aws.relocatable/templates_parser-expr.adb -%%SHARED%%include/aws.relocatable/templates_parser-filter.adb -%%SHARED%%include/aws.relocatable/templates_parser-input.ads -%%SHARED%%include/aws.relocatable/templates_parser-input__aws.adb -%%SHARED%%include/aws.relocatable/templates_parser-macro.adb -%%SHARED%%include/aws.relocatable/templates_parser-print_tree.adb -%%SHARED%%include/aws.relocatable/templates_parser-query.adb -%%SHARED%%include/aws.relocatable/templates_parser-query.ads -%%SHARED%%include/aws.relocatable/templates_parser-simplifier.adb -%%SHARED%%include/aws.relocatable/templates_parser-utils.adb -%%SHARED%%include/aws.relocatable/templates_parser-utils.ads -%%SHARED%%include/aws.relocatable/templates_parser-xml.adb -%%SHARED%%include/aws.relocatable/templates_parser-xml.ads -%%SHARED%%include/aws.relocatable/templates_parser.adb -%%SHARED%%include/aws.relocatable/templates_parser.ads -%%SHARED%%include/aws.relocatable/templates_parser_tasking.ads -%%SHARED%%include/aws.relocatable/templates_parser_tasking__standard_tasking.adb -%%SHARED%%include/aws.relocatable/wrappers.c -%%SHARED%%include/aws.relocatable/zlib-streams.adb -%%SHARED%%include/aws.relocatable/zlib-streams.ads -%%SHARED%%include/aws.relocatable/zlib-thin.adb -%%SHARED%%include/aws.relocatable/zlib-thin.ads -%%SHARED%%include/aws.relocatable/zlib.adb -%%SHARED%%include/aws.relocatable/zlib.ads -%%SHARED%%lib/aws.relocatable/aws-attachments.ali -%%SHARED%%lib/aws.relocatable/aws-client-hotplug.ali -%%SHARED%%lib/aws.relocatable/aws-client-http_utils.ali -%%SHARED%%lib/aws.relocatable/aws-client-xml-input_sources.ali -%%SHARED%%lib/aws.relocatable/aws-client-xml.ali -%%SHARED%%lib/aws.relocatable/aws-client.ali -%%SHARED%%lib/aws.relocatable/aws-communication-client.ali -%%SHARED%%lib/aws.relocatable/aws-communication-server.ali -%%SHARED%%lib/aws.relocatable/aws-communication.ali -%%SHARED%%lib/aws.relocatable/aws-config-ini.ali -%%SHARED%%lib/aws.relocatable/aws-config-set.ali -%%SHARED%%lib/aws.relocatable/aws-config-utils.ali -%%SHARED%%lib/aws.relocatable/aws-config.ali -%%SHARED%%lib/aws.relocatable/aws-containers-key_value.ali -%%SHARED%%lib/aws.relocatable/aws-containers-memory_streams.ali -%%SHARED%%lib/aws.relocatable/aws-containers-string_vectors.ali -%%SHARED%%lib/aws.relocatable/aws-containers-tables-set.ali -%%SHARED%%lib/aws.relocatable/aws-containers-tables.ali -%%SHARED%%lib/aws.relocatable/aws-containers.ali -%%SHARED%%lib/aws.relocatable/aws-cookie.ali -%%SHARED%%lib/aws.relocatable/aws-default.ali -%%SHARED%%lib/aws.relocatable/aws-digest.ali -%%SHARED%%lib/aws.relocatable/aws-dispatchers-callback.ali -%%SHARED%%lib/aws.relocatable/aws-dispatchers.ali -%%SHARED%%lib/aws.relocatable/aws-exceptions.ali -%%SHARED%%lib/aws.relocatable/aws-headers-set.ali -%%SHARED%%lib/aws.relocatable/aws-headers-values.ali -%%SHARED%%lib/aws.relocatable/aws-headers.ali -%%SHARED%%lib/aws.relocatable/aws-hotplug-get_status.ali -%%SHARED%%lib/aws.relocatable/aws-hotplug.ali -%%SHARED%%lib/aws.relocatable/aws-jabber-client.ali -%%SHARED%%lib/aws.relocatable/aws-jabber-digest_md5.ali -%%SHARED%%lib/aws.relocatable/aws-jabber.ali -%%SHARED%%lib/aws.relocatable/aws-log.ali -%%SHARED%%lib/aws.relocatable/aws-messages.ali -%%SHARED%%lib/aws.relocatable/aws-mime.ali -%%SHARED%%lib/aws.relocatable/aws-net-acceptors.ali -%%SHARED%%lib/aws.relocatable/aws-net-buffered.ali -%%SHARED%%lib/aws.relocatable/aws-net-generic_sets.ali -%%SHARED%%lib/aws.relocatable/aws-net-log-callbacks.ali -%%SHARED%%lib/aws.relocatable/aws-net-log.ali -%%SHARED%%lib/aws.relocatable/aws-net-memory.ali -%%SHARED%%lib/aws.relocatable/aws-net-poll_events.ali -%%SHARED%%lib/aws.relocatable/aws-net-sets.ali -%%SHARED%%lib/aws.relocatable/aws-net-ssl-certificate.ali -%%SHARED%%lib/aws.relocatable/aws-net-ssl-rsa_dh_generators.ali -%%SHARED%%lib/aws.relocatable/aws-net-stream_io.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-handshake_error.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-protocol-draft76.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-protocol-rfc6455.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-protocol.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-registry-control.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-registry-utils.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket-registry.ali -%%SHARED%%lib/aws.relocatable/aws-net-websocket.ali -%%SHARED%%lib/aws.relocatable/aws-net.ali -%%SHARED%%lib/aws.relocatable/aws-os_lib.ali -%%SHARED%%lib/aws.relocatable/aws-parameters-set.ali -%%SHARED%%lib/aws.relocatable/aws-parameters.ali -%%SHARED%%lib/aws.relocatable/aws-pop.ali -%%SHARED%%lib/aws.relocatable/aws-resources-embedded.ali -%%SHARED%%lib/aws.relocatable/aws-resources-files.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams-disk-once.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams-disk.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams-memory-zlib.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams-memory.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams-pipe.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams-zlib.ali -%%SHARED%%lib/aws.relocatable/aws-resources-streams.ali -%%SHARED%%lib/aws.relocatable/aws-resources.ali -%%SHARED%%lib/aws.relocatable/aws-response-set.ali -%%SHARED%%lib/aws.relocatable/aws-response.ali -%%SHARED%%lib/aws.relocatable/aws-server-get_status.ali -%%SHARED%%lib/aws.relocatable/aws-server-hotplug.ali -%%SHARED%%lib/aws.relocatable/aws-server-http_utils.ali -%%SHARED%%lib/aws.relocatable/aws-server-log.ali -%%SHARED%%lib/aws.relocatable/aws-server-push.ali -%%SHARED%%lib/aws.relocatable/aws-server-status.ali -%%SHARED%%lib/aws.relocatable/aws-server.ali -%%SHARED%%lib/aws.relocatable/aws-services-callbacks.ali -%%SHARED%%lib/aws.relocatable/aws-services-directory.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers-linker.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers-method.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers-timer.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers-transient_pages.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers-uri.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers-virtual_host.ali -%%SHARED%%lib/aws.relocatable/aws-services-dispatchers.ali -%%SHARED%%lib/aws.relocatable/aws-services-download.ali -%%SHARED%%lib/aws.relocatable/aws-services-page_server.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages-alpha-bounded.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages-alpha.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages-shared.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages-uniform-alpha.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages-uniform-overlapping.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages-uniform.ali -%%SHARED%%lib/aws.relocatable/aws-services-split_pages.ali -%%SHARED%%lib/aws.relocatable/aws-services-transient_pages-control.ali -%%SHARED%%lib/aws.relocatable/aws-services-transient_pages.ali -%%SHARED%%lib/aws.relocatable/aws-services-web_block-context.ali -%%SHARED%%lib/aws.relocatable/aws-services-web_block-registry.ali -%%SHARED%%lib/aws.relocatable/aws-services-web_block.ali -%%SHARED%%lib/aws.relocatable/aws-services-web_mail.ali -%%SHARED%%lib/aws.relocatable/aws-services.ali -%%SHARED%%lib/aws.relocatable/aws-session-control.ali -%%SHARED%%lib/aws.relocatable/aws-session.ali -%%SHARED%%lib/aws.relocatable/aws-smtp-authentication-plain.ali -%%SHARED%%lib/aws.relocatable/aws-smtp-authentication.ali -%%SHARED%%lib/aws.relocatable/aws-smtp-client.ali -%%SHARED%%lib/aws.relocatable/aws-smtp-messages-set.ali -%%SHARED%%lib/aws.relocatable/aws-smtp-messages.ali -%%SHARED%%lib/aws.relocatable/aws-smtp-server.ali -%%SHARED%%lib/aws.relocatable/aws-smtp.ali -%%SHARED%%lib/aws.relocatable/aws-status-set.ali -%%SHARED%%lib/aws.relocatable/aws-status-translate_set.ali -%%SHARED%%lib/aws.relocatable/aws-status-translate_table.ali -%%SHARED%%lib/aws.relocatable/aws-status.ali -%%SHARED%%lib/aws.relocatable/aws-templates.ali -%%SHARED%%lib/aws.relocatable/aws-translator.ali -%%SHARED%%lib/aws.relocatable/aws-url-raise_url_error.ali -%%SHARED%%lib/aws.relocatable/aws-url-set.ali -%%SHARED%%lib/aws.relocatable/aws-url.ali -%%SHARED%%lib/aws.relocatable/aws-utils-streams.ali -%%SHARED%%lib/aws.relocatable/aws-utils.ali -%%SHARED%%lib/aws.relocatable/aws.ali -%%SHARED%%lib/aws.relocatable/libaws.so -%%SHARED%%lib/aws.relocatable/memory_streams.ali -%%SHARED%%lib/aws.relocatable/soap-client.ali -%%SHARED%%lib/aws.relocatable/soap-dispatchers-callback.ali -%%SHARED%%lib/aws.relocatable/soap-dispatchers.ali -%%SHARED%%lib/aws.relocatable/soap-generator.ali -%%SHARED%%lib/aws.relocatable/soap-message-payload.ali -%%SHARED%%lib/aws.relocatable/soap-message-reader.ali -%%SHARED%%lib/aws.relocatable/soap-message-response-error.ali -%%SHARED%%lib/aws.relocatable/soap-message-response.ali -%%SHARED%%lib/aws.relocatable/soap-message-xml.ali -%%SHARED%%lib/aws.relocatable/soap-message.ali -%%SHARED%%lib/aws.relocatable/soap-name_space.ali -%%SHARED%%lib/aws.relocatable/soap-parameters.ali -%%SHARED%%lib/aws.relocatable/soap-types-untyped.ali -%%SHARED%%lib/aws.relocatable/soap-types.ali -%%SHARED%%lib/aws.relocatable/soap-utils.ali -%%SHARED%%lib/aws.relocatable/soap-wsdl-name_spaces.ali -%%SHARED%%lib/aws.relocatable/soap-wsdl-parameters.ali -%%SHARED%%lib/aws.relocatable/soap-wsdl-parser.ali -%%SHARED%%lib/aws.relocatable/soap-wsdl-schema.ali -%%SHARED%%lib/aws.relocatable/soap-wsdl-types.ali -%%SHARED%%lib/aws.relocatable/soap-wsdl.ali -%%SHARED%%lib/aws.relocatable/soap-xml.ali -%%SHARED%%lib/aws.relocatable/soap.ali -%%SHARED%%lib/aws.relocatable/ssl.ali -%%SHARED%%lib/aws.relocatable/templates_parser-configuration__aws.ali -%%SHARED%%lib/aws.relocatable/templates_parser-debug.ali -%%SHARED%%lib/aws.relocatable/templates_parser-input__aws.ali -%%SHARED%%lib/aws.relocatable/templates_parser-query.ali -%%SHARED%%lib/aws.relocatable/templates_parser-utils.ali -%%SHARED%%lib/aws.relocatable/templates_parser-xml.ali -%%SHARED%%lib/aws.relocatable/templates_parser.ali -%%SHARED%%lib/aws.relocatable/templates_parser_tasking__standard_tasking.ali -%%SHARED%%lib/aws.relocatable/zlib-streams.ali -%%SHARED%%lib/aws.relocatable/zlib-thin.ali -%%SHARED%%lib/aws.relocatable/zlib.ali -%%SHARED%%lib/libaws.so -%%OPENSSL%%%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate-impl__openssl.adb -%%OPENSSL%%%%SHARED%%include/aws.relocatable/aws-net-ssl-certificate-impl__openssl.ads -%%OPENSSL%%%%SHARED%%include/aws.relocatable/aws-net-ssl__openssl.adb -%%OPENSSL%%%%SHARED%%include/aws.relocatable/ssl-thin__openssl.ads -%%OPENSSL%%%%SHARED%%lib/aws.relocatable/aws-net-ssl-certificate-impl__openssl.ali -%%OPENSSL%%%%SHARED%%lib/aws.relocatable/aws-net-ssl__openssl.ali -%%OPENSSL%%%%SHARED%%lib/aws.relocatable/ssl-thin__openssl.ali -%%OPENSSL%%include/aws/aws-net-ssl-certificate-impl__openssl.adb -%%OPENSSL%%include/aws/aws-net-ssl-certificate-impl__openssl.ads -%%OPENSSL%%include/aws/aws-net-ssl__openssl.adb -%%OPENSSL%%include/aws/ssl-thin__openssl.ads -%%OPENSSL%%lib/aws/aws-net-ssl-certificate-impl__openssl.ali -%%OPENSSL%%lib/aws/aws-net-ssl__openssl.ali -%%OPENSSL%%lib/aws/ssl-thin__openssl.ali -bin/ada2wsdl -bin/aws_password -bin/awsascb -bin/awsres -bin/templates2ada -bin/templatespp -bin/webxref -bin/wsdl2aws -include/aws/aws-attachments.adb -include/aws/aws-attachments.ads -include/aws/aws-client-hotplug.adb -include/aws/aws-client-hotplug.ads -include/aws/aws-client-http_utils.adb -include/aws/aws-client-http_utils.ads -include/aws/aws-client-xml-input_sources.adb -include/aws/aws-client-xml-input_sources.ads -include/aws/aws-client-xml.ads -include/aws/aws-client.adb -include/aws/aws-client.ads -include/aws/aws-communication-client.adb -include/aws/aws-communication-client.ads -include/aws/aws-communication-server.adb -include/aws/aws-communication-server.ads -include/aws/aws-communication.adb -include/aws/aws-communication.ads -include/aws/aws-config-ini.adb -include/aws/aws-config-ini.ads -include/aws/aws-config-set.adb -include/aws/aws-config-set.ads -include/aws/aws-config-utils.adb -include/aws/aws-config-utils.ads -include/aws/aws-config.adb -include/aws/aws-config.ads -include/aws/aws-containers-key_value.ads -include/aws/aws-containers-memory_streams.ads -include/aws/aws-containers-string_vectors.ads -include/aws/aws-containers-tables-set.ads -include/aws/aws-containers-tables.adb -include/aws/aws-containers-tables.ads -include/aws/aws-containers.ads -include/aws/aws-cookie.adb -include/aws/aws-cookie.ads -include/aws/aws-default.ads -include/aws/aws-digest.adb -include/aws/aws-digest.ads -include/aws/aws-dispatchers-callback.adb -include/aws/aws-dispatchers-callback.ads -include/aws/aws-dispatchers.adb -include/aws/aws-dispatchers.ads -include/aws/aws-exceptions.ads -include/aws/aws-headers-set.adb -include/aws/aws-headers-set.ads -include/aws/aws-headers-values.adb -include/aws/aws-headers-values.ads -include/aws/aws-headers.adb -include/aws/aws-headers.ads -include/aws/aws-hotplug-get_status.adb -include/aws/aws-hotplug-get_status.ads -include/aws/aws-hotplug.adb -include/aws/aws-hotplug.ads -include/aws/aws-jabber-client.adb -include/aws/aws-jabber-client.ads -include/aws/aws-jabber-digest_md5.adb -include/aws/aws-jabber-digest_md5.ads -include/aws/aws-jabber.ads -include/aws/aws-log.adb -include/aws/aws-log.ads -include/aws/aws-messages.adb -include/aws/aws-messages.ads -include/aws/aws-mime.adb -include/aws/aws-mime.ads -include/aws/aws-net-acceptors.adb -include/aws/aws-net-acceptors.ads -include/aws/aws-net-buffered.adb -include/aws/aws-net-buffered.ads -include/aws/aws-net-generic_sets.adb -include/aws/aws-net-generic_sets.ads -include/aws/aws-net-log-callbacks.adb -include/aws/aws-net-log-callbacks.ads -include/aws/aws-net-log.adb -include/aws/aws-net-log.ads -include/aws/aws-net-memory.adb -include/aws/aws-net-memory.ads -include/aws/aws-net-poll_events-wait__native.adb -include/aws/aws-net-poll_events.adb -include/aws/aws-net-poll_events.ads -include/aws/aws-net-sets.ads -include/aws/aws-net-ssl-certificate.adb -include/aws/aws-net-ssl-certificate.ads -include/aws/aws-net-ssl-rsa_dh_generators.adb -include/aws/aws-net-ssl-rsa_dh_generators.ads -include/aws/aws-net-ssl.ads -include/aws/aws-net-std.ads -include/aws/aws-net-stream_io.adb -include/aws/aws-net-stream_io.ads -include/aws/aws-net-websocket-handshake_error.adb -include/aws/aws-net-websocket-handshake_error.ads -include/aws/aws-net-websocket-protocol-draft76.adb -include/aws/aws-net-websocket-protocol-draft76.ads -include/aws/aws-net-websocket-protocol-rfc6455.adb -include/aws/aws-net-websocket-protocol-rfc6455.ads -include/aws/aws-net-websocket-protocol.ads -include/aws/aws-net-websocket-registry-control.adb -include/aws/aws-net-websocket-registry-control.ads -include/aws/aws-net-websocket-registry-utils.adb -include/aws/aws-net-websocket-registry-utils.ads -include/aws/aws-net-websocket-registry.adb -include/aws/aws-net-websocket-registry.ads -include/aws/aws-net-websocket.adb -include/aws/aws-net-websocket.ads -include/aws/aws-net.adb -include/aws/aws-net.ads -include/aws/aws-os_lib.ads -include/aws/aws-parameters-set.adb -include/aws/aws-parameters-set.ads -include/aws/aws-parameters.adb -include/aws/aws-parameters.ads -include/aws/aws-pop.adb -include/aws/aws-pop.ads -include/aws/aws-resources-embedded.adb -include/aws/aws-resources-embedded.ads -include/aws/aws-resources-files.adb -include/aws/aws-resources-files.ads -include/aws/aws-resources-streams-disk-once.adb -include/aws/aws-resources-streams-disk-once.ads -include/aws/aws-resources-streams-disk.adb -include/aws/aws-resources-streams-disk.ads -include/aws/aws-resources-streams-memory-zlib.adb -include/aws/aws-resources-streams-memory-zlib.ads -include/aws/aws-resources-streams-memory.adb -include/aws/aws-resources-streams-memory.ads -include/aws/aws-resources-streams-pipe.adb -include/aws/aws-resources-streams-pipe.ads -include/aws/aws-resources-streams-zlib.adb -include/aws/aws-resources-streams-zlib.ads -include/aws/aws-resources-streams.adb -include/aws/aws-resources-streams.ads -include/aws/aws-resources.adb -include/aws/aws-resources.ads -include/aws/aws-response-set.adb -include/aws/aws-response-set.ads -include/aws/aws-response.adb -include/aws/aws-response.ads -include/aws/aws-server-get_status.adb -include/aws/aws-server-get_status.ads -include/aws/aws-server-hotplug.adb -include/aws/aws-server-hotplug.ads -include/aws/aws-server-http_utils.adb -include/aws/aws-server-http_utils.ads -include/aws/aws-server-log.adb -include/aws/aws-server-log.ads -include/aws/aws-server-protocol_handler.adb -include/aws/aws-server-push.adb -include/aws/aws-server-push.ads -include/aws/aws-server-status.adb -include/aws/aws-server-status.ads -include/aws/aws-server.adb -include/aws/aws-server.ads -include/aws/aws-services-callbacks.adb -include/aws/aws-services-callbacks.ads -include/aws/aws-services-directory.adb -include/aws/aws-services-directory.ads -include/aws/aws-services-dispatchers-linker.adb -include/aws/aws-services-dispatchers-linker.ads -include/aws/aws-services-dispatchers-method.adb -include/aws/aws-services-dispatchers-method.ads -include/aws/aws-services-dispatchers-timer.adb -include/aws/aws-services-dispatchers-timer.ads -include/aws/aws-services-dispatchers-transient_pages.adb -include/aws/aws-services-dispatchers-transient_pages.ads -include/aws/aws-services-dispatchers-uri.adb -include/aws/aws-services-dispatchers-uri.ads -include/aws/aws-services-dispatchers-virtual_host.adb -include/aws/aws-services-dispatchers-virtual_host.ads -include/aws/aws-services-dispatchers.ads -include/aws/aws-services-download.adb -include/aws/aws-services-download.ads -include/aws/aws-services-page_server.adb -include/aws/aws-services-page_server.ads -include/aws/aws-services-split_pages-alpha-bounded.adb -include/aws/aws-services-split_pages-alpha-bounded.ads -include/aws/aws-services-split_pages-alpha.adb -include/aws/aws-services-split_pages-alpha.ads -include/aws/aws-services-split_pages-shared.adb -include/aws/aws-services-split_pages-shared.ads -include/aws/aws-services-split_pages-uniform-alpha.adb -include/aws/aws-services-split_pages-uniform-alpha.ads -include/aws/aws-services-split_pages-uniform-overlapping.adb -include/aws/aws-services-split_pages-uniform-overlapping.ads -include/aws/aws-services-split_pages-uniform.adb -include/aws/aws-services-split_pages-uniform.ads -include/aws/aws-services-split_pages.adb -include/aws/aws-services-split_pages.ads -include/aws/aws-services-transient_pages-control.adb -include/aws/aws-services-transient_pages-control.ads -include/aws/aws-services-transient_pages.adb -include/aws/aws-services-transient_pages.ads -include/aws/aws-services-web_block-context.adb -include/aws/aws-services-web_block-context.ads -include/aws/aws-services-web_block-registry.adb -include/aws/aws-services-web_block-registry.ads -include/aws/aws-services-web_block.ads -include/aws/aws-services-web_mail.adb -include/aws/aws-services-web_mail.ads -include/aws/aws-services.ads -include/aws/aws-session-control.adb -include/aws/aws-session-control.ads -include/aws/aws-session.adb -include/aws/aws-session.ads -include/aws/aws-smtp-authentication-plain.adb -include/aws/aws-smtp-authentication-plain.ads -include/aws/aws-smtp-authentication.ads -include/aws/aws-smtp-client.adb -include/aws/aws-smtp-client.ads -include/aws/aws-smtp-messages-set.adb -include/aws/aws-smtp-messages-set.ads -include/aws/aws-smtp-messages.adb -include/aws/aws-smtp-messages.ads -include/aws/aws-smtp-server.adb -include/aws/aws-smtp-server.ads -include/aws/aws-smtp.adb -include/aws/aws-smtp.ads -include/aws/aws-status-set.adb -include/aws/aws-status-set.ads -include/aws/aws-status-translate_set.adb -include/aws/aws-status-translate_set.ads -include/aws/aws-status-translate_table.adb -include/aws/aws-status-translate_table.ads -include/aws/aws-status.adb -include/aws/aws-status.ads -include/aws/aws-templates.ads -include/aws/aws-translator-conversion.adb -include/aws/aws-translator.adb -include/aws/aws-translator.ads -include/aws/aws-url-raise_url_error.adb -include/aws/aws-url-raise_url_error.ads -include/aws/aws-url-set.adb -include/aws/aws-url-set.ads -include/aws/aws-url.adb -include/aws/aws-url.ads -include/aws/aws-utils-streams.adb -include/aws/aws-utils-streams.ads -include/aws/aws-utils.adb -include/aws/aws-utils.ads -include/aws/aws.ads -include/aws/crypto_lib.gpr -include/aws/dl_lib.gpr -include/aws/include.gpr -include/aws/memory_streams.adb -include/aws/memory_streams.ads -include/aws/readme.txt -include/aws/soap-client.adb -include/aws/soap-client.ads -include/aws/soap-dispatchers-callback.adb -include/aws/soap-dispatchers-callback.ads -include/aws/soap-dispatchers.adb -include/aws/soap-dispatchers.ads -include/aws/soap-generator-cb.adb -include/aws/soap-generator-name_set.adb -include/aws/soap-generator-skel.adb -include/aws/soap-generator-stub.adb -include/aws/soap-generator.adb -include/aws/soap-generator.ads -include/aws/soap-message-payload.adb -include/aws/soap-message-payload.ads -include/aws/soap-message-reader.adb -include/aws/soap-message-reader.ads -include/aws/soap-message-response-error.adb -include/aws/soap-message-response-error.ads -include/aws/soap-message-response.adb -include/aws/soap-message-response.ads -include/aws/soap-message-xml.adb -include/aws/soap-message-xml.ads -include/aws/soap-message.adb -include/aws/soap-message.ads -include/aws/soap-name_space.adb -include/aws/soap-name_space.ads -include/aws/soap-parameters.adb -include/aws/soap-parameters.ads -include/aws/soap-types-untyped.adb -include/aws/soap-types-untyped.ads -include/aws/soap-types.adb -include/aws/soap-types.ads -include/aws/soap-utils.adb -include/aws/soap-utils.ads -include/aws/soap-wsdl-name_spaces.adb -include/aws/soap-wsdl-name_spaces.ads -include/aws/soap-wsdl-parameters.adb -include/aws/soap-wsdl-parameters.ads -include/aws/soap-wsdl-parser.adb -include/aws/soap-wsdl-parser.ads -include/aws/soap-wsdl-schema.adb -include/aws/soap-wsdl-schema.ads -include/aws/soap-wsdl-types.adb -include/aws/soap-wsdl-types.ads -include/aws/soap-wsdl.adb -include/aws/soap-wsdl.ads -include/aws/soap-xml.adb -include/aws/soap-xml.ads -include/aws/soap.ads -include/aws/src.gpr -include/aws/ssl.ads -include/aws/ssl.gpr -include/aws/ssl_lib.gpr -include/aws/templates_parser-cached_files.adb -include/aws/templates_parser-configuration__aws.ads -include/aws/templates_parser-data.adb -include/aws/templates_parser-debug.adb -include/aws/templates_parser-debug.ads -include/aws/templates_parser-definitions.adb -include/aws/templates_parser-expr.adb -include/aws/templates_parser-filter.adb -include/aws/templates_parser-input.ads -include/aws/templates_parser-input__aws.adb -include/aws/templates_parser-macro.adb -include/aws/templates_parser-print_tree.adb -include/aws/templates_parser-query.adb -include/aws/templates_parser-query.ads -include/aws/templates_parser-simplifier.adb -include/aws/templates_parser-utils.adb -include/aws/templates_parser-utils.ads -include/aws/templates_parser-xml.adb -include/aws/templates_parser-xml.ads -include/aws/templates_parser.adb -include/aws/templates_parser.ads -include/aws/templates_parser_tasking.ads -include/aws/templates_parser_tasking__standard_tasking.adb -include/aws/wrappers.c -include/aws/zlib-streams.adb -include/aws/zlib-streams.ads -include/aws/zlib-thin.adb -include/aws/zlib-thin.ads -include/aws/zlib.adb -include/aws/zlib.ads -lib/aws/aws-attachments.ali -lib/aws/aws-client-hotplug.ali -lib/aws/aws-client-http_utils.ali -lib/aws/aws-client-xml-input_sources.ali -lib/aws/aws-client-xml.ali -lib/aws/aws-client.ali -lib/aws/aws-communication-client.ali -lib/aws/aws-communication-server.ali -lib/aws/aws-communication.ali -lib/aws/aws-config-ini.ali -lib/aws/aws-config-set.ali -lib/aws/aws-config-utils.ali -lib/aws/aws-config.ali -lib/aws/aws-containers-key_value.ali -lib/aws/aws-containers-memory_streams.ali -lib/aws/aws-containers-string_vectors.ali -lib/aws/aws-containers-tables-set.ali -lib/aws/aws-containers-tables.ali -lib/aws/aws-containers.ali -lib/aws/aws-cookie.ali -lib/aws/aws-default.ali -lib/aws/aws-digest.ali -lib/aws/aws-dispatchers-callback.ali -lib/aws/aws-dispatchers.ali -lib/aws/aws-exceptions.ali -lib/aws/aws-headers-set.ali -lib/aws/aws-headers-values.ali -lib/aws/aws-headers.ali -lib/aws/aws-hotplug-get_status.ali -lib/aws/aws-hotplug.ali -lib/aws/aws-jabber-client.ali -lib/aws/aws-jabber-digest_md5.ali -lib/aws/aws-jabber.ali -lib/aws/aws-log.ali -lib/aws/aws-messages.ali -lib/aws/aws-mime.ali -lib/aws/aws-net-acceptors.ali -lib/aws/aws-net-buffered.ali -lib/aws/aws-net-generic_sets.ali -lib/aws/aws-net-log-callbacks.ali -lib/aws/aws-net-log.ali -lib/aws/aws-net-memory.ali -lib/aws/aws-net-poll_events.ali -lib/aws/aws-net-sets.ali -lib/aws/aws-net-ssl-certificate.ali -lib/aws/aws-net-ssl-rsa_dh_generators.ali -lib/aws/aws-net-stream_io.ali -lib/aws/aws-net-websocket-handshake_error.ali -lib/aws/aws-net-websocket-protocol-draft76.ali -lib/aws/aws-net-websocket-protocol-rfc6455.ali -lib/aws/aws-net-websocket-protocol.ali -lib/aws/aws-net-websocket-registry-control.ali -lib/aws/aws-net-websocket-registry-utils.ali -lib/aws/aws-net-websocket-registry.ali -lib/aws/aws-net-websocket.ali -lib/aws/aws-net.ali -lib/aws/aws-os_lib.ali -lib/aws/aws-parameters-set.ali -lib/aws/aws-parameters.ali -lib/aws/aws-pop.ali -lib/aws/aws-resources-embedded.ali -lib/aws/aws-resources-files.ali -lib/aws/aws-resources-streams-disk-once.ali -lib/aws/aws-resources-streams-disk.ali -lib/aws/aws-resources-streams-memory-zlib.ali -lib/aws/aws-resources-streams-memory.ali -lib/aws/aws-resources-streams-pipe.ali -lib/aws/aws-resources-streams-zlib.ali -lib/aws/aws-resources-streams.ali -lib/aws/aws-resources.ali -lib/aws/aws-response-set.ali -lib/aws/aws-response.ali -lib/aws/aws-server-get_status.ali -lib/aws/aws-server-hotplug.ali -lib/aws/aws-server-http_utils.ali -lib/aws/aws-server-log.ali -lib/aws/aws-server-push.ali -lib/aws/aws-server-status.ali -lib/aws/aws-server.ali -lib/aws/aws-services-callbacks.ali -lib/aws/aws-services-directory.ali -lib/aws/aws-services-dispatchers-linker.ali -lib/aws/aws-services-dispatchers-method.ali -lib/aws/aws-services-dispatchers-timer.ali -lib/aws/aws-services-dispatchers-transient_pages.ali -lib/aws/aws-services-dispatchers-uri.ali -lib/aws/aws-services-dispatchers-virtual_host.ali -lib/aws/aws-services-dispatchers.ali -lib/aws/aws-services-download.ali -lib/aws/aws-services-page_server.ali -lib/aws/aws-services-split_pages-alpha-bounded.ali -lib/aws/aws-services-split_pages-alpha.ali -lib/aws/aws-services-split_pages-shared.ali -lib/aws/aws-services-split_pages-uniform-alpha.ali -lib/aws/aws-services-split_pages-uniform-overlapping.ali -lib/aws/aws-services-split_pages-uniform.ali -lib/aws/aws-services-split_pages.ali -lib/aws/aws-services-transient_pages-control.ali -lib/aws/aws-services-transient_pages.ali -lib/aws/aws-services-web_block-context.ali -lib/aws/aws-services-web_block-registry.ali -lib/aws/aws-services-web_block.ali -lib/aws/aws-services-web_mail.ali -lib/aws/aws-services.ali -lib/aws/aws-session-control.ali -lib/aws/aws-session.ali -lib/aws/aws-smtp-authentication-plain.ali -lib/aws/aws-smtp-authentication.ali -lib/aws/aws-smtp-client.ali -lib/aws/aws-smtp-messages-set.ali -lib/aws/aws-smtp-messages.ali -lib/aws/aws-smtp-server.ali -lib/aws/aws-smtp.ali -lib/aws/aws-status-set.ali -lib/aws/aws-status-translate_set.ali -lib/aws/aws-status-translate_table.ali -lib/aws/aws-status.ali -lib/aws/aws-templates.ali -lib/aws/aws-translator.ali -lib/aws/aws-url-raise_url_error.ali -lib/aws/aws-url-set.ali -lib/aws/aws-url.ali -lib/aws/aws-utils-streams.ali -lib/aws/aws-utils.ali -lib/aws/aws.ali -lib/aws/libaws.a -lib/aws/memory_streams.ali -lib/aws/soap-client.ali -lib/aws/soap-dispatchers-callback.ali -lib/aws/soap-dispatchers.ali -lib/aws/soap-generator.ali -lib/aws/soap-message-payload.ali -lib/aws/soap-message-reader.ali -lib/aws/soap-message-response-error.ali -lib/aws/soap-message-response.ali -lib/aws/soap-message-xml.ali -lib/aws/soap-message.ali -lib/aws/soap-name_space.ali -lib/aws/soap-parameters.ali -lib/aws/soap-types-untyped.ali -lib/aws/soap-types.ali -lib/aws/soap-utils.ali -lib/aws/soap-wsdl-name_spaces.ali -lib/aws/soap-wsdl-parameters.ali -lib/aws/soap-wsdl-parser.ali -lib/aws/soap-wsdl-schema.ali -lib/aws/soap-wsdl-types.ali -lib/aws/soap-wsdl.ali -lib/aws/soap-xml.ali -lib/aws/soap.ali -lib/aws/ssl.ali -lib/aws/templates_parser-configuration__aws.ali -lib/aws/templates_parser-debug.ali -lib/aws/templates_parser-input__aws.ali -lib/aws/templates_parser-query.ali -lib/aws/templates_parser-utils.ali -lib/aws/templates_parser-xml.ali -lib/aws/templates_parser.ali -lib/aws/templates_parser_tasking__standard_tasking.ali -lib/aws/zlib-streams.ali -lib/aws/zlib-thin.ali -lib/aws/zlib.ali -lib/gnat/aws.gpr -share/gpr/aws.gpr -share/gps/plug-ins/ada2wsdl.xml -share/gps/plug-ins/aws.py -share/gps/plug-ins/aws.xml -share/gps/plug-ins/aws_api.xml -share/gps/plug-ins/wsdl2aws.xml diff --git a/www/blastbeat/Makefile b/www/blastbeat/Makefile deleted file mode 100644 index 338d3e7c747..00000000000 --- a/www/blastbeat/Makefile +++ /dev/null @@ -1,51 +0,0 @@ -# Created by: Veniamin Gvozdikov - -PORTNAME= blastbeat -PORTVERSION= 20121205 -PORTREVISION= 3 -CATEGORIES= www - -MAINTAINER= ports@FreeBSD.org -COMMENT= High-performance HTTP/HTTPS/SPDY proxy - -LICENSE= UNBIT -LICENSE_NAME= UNBIT -LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= auto-accept - -LIB_DEPENDS= libev.so:devel/libev \ - libuuid.so:misc/e2fsprogs-libuuid \ - libzmq.so:net/libzmq2 - -USES= gmake ssl -USE_GITHUB= yes -GH_ACCOUNT= zloidemon -GH_TAGNAME= cdac9a9 -PORTEXAMPLES= * - -CFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lm - -PLIST_FILES= bin/blastbeat \ - %%ETCDIR%%/blastbeat.ini.sample - -OPTIONS_DEFINE= EXAMPLES - -.include - -.if ${SSL_DEFAULT} == base -BROKEN_FreeBSD_12= incomplete definition of type 'struct ssl_st' -BROKEN_FreeBSD_13= incomplete definition of type 'struct ssl_st' -BROKEN_FreeBSD_14= incomplete definition of type 'struct ssl_st' -.endif - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${ETCDIR} && \ - ${INSTALL} ${WRKSRC}/${PORTNAME}.ini ${STAGEDIR}${ETCDIR}/${PORTNAME}.ini.sample -.if ${PORT_OPTIONS:MEXAMPLES} - ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.endif - -.include diff --git a/www/blastbeat/distinfo b/www/blastbeat/distinfo deleted file mode 100644 index 9a0991b6e7f..00000000000 --- a/www/blastbeat/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (zloidemon-blastbeat-20121205-cdac9a9_GH0.tar.gz) = 21c455631e5f57c222feefdbdb59d1bcdd40e18bbab4933136ae7aae3ad807fc -SIZE (zloidemon-blastbeat-20121205-cdac9a9_GH0.tar.gz) = 74148 diff --git a/www/blastbeat/pkg-descr b/www/blastbeat/pkg-descr deleted file mode 100644 index 047937610a5..00000000000 --- a/www/blastbeat/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -BlastBeat is an high-performance HTTP/HTTPS/SPDY proxy for new generation -web apps (websockets, socket.io, push, comet...). - -WWW: https://github.com/unbit diff --git a/www/castor/Makefile b/www/castor/Makefile index 2ecfbf236d8..7aa8c9e5699 100644 --- a/www/castor/Makefile +++ b/www/castor/Makefile @@ -1,6 +1,6 @@ PORTNAME= castor DISTVERSION= 0.8.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://git.sr.ht/~julienxx/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/demoroniser/Makefile b/www/demoroniser/Makefile deleted file mode 100644 index 79080679549..00000000000 --- a/www/demoroniser/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Chris D. Faulhaber - -PORTNAME= demoroniser -PORTVERSION= 1.0.20030916 -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://www.fourmilab.ch/webtools/demoroniser/ \ - LOCAL/jedgar -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Correct moronic and gratuitously incompatible HTML from MS applications - -USES= perl5 shebangfix zip -USE_PERL5= run -perl_OLD_CMD= /bin/perl -SHEBANG_FILES= demoroniser.pl -NO_BUILD= yes -NO_WRKSUBDIR= yes - -PLIST_FILES= bin/demoroniser man/man1/demoroniser.1.gz - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/demoroniser.pl \ - ${STAGEDIR}${PREFIX}/bin/demoroniser - ${INSTALL_MAN} ${WRKSRC}/demoroniser.1 ${STAGEDIR}${MANPREFIX}/man/man1 - -.include diff --git a/www/demoroniser/distinfo b/www/demoroniser/distinfo deleted file mode 100644 index 54f15671b77..00000000000 --- a/www/demoroniser/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (demoroniser.zip) = f74c92eeaa0276d4f0594743be6a77e3ea3d998d97f11aa00ded098e4ce99eca -SIZE (demoroniser.zip) = 9582 diff --git a/www/demoroniser/pkg-descr b/www/demoroniser/pkg-descr deleted file mode 100644 index 86db2d44765..00000000000 --- a/www/demoroniser/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Script to correct moronic and gratuitously incompatible HTML -generated by Microsoft applications. - -This program is in the public domain. - -WWW: http://www.fourmilab.ch/ diff --git a/www/deno/Makefile b/www/deno/Makefile index 633e59e867a..324e67a48e9 100644 --- a/www/deno/Makefile +++ b/www/deno/Makefile @@ -1,6 +1,7 @@ PORTNAME= deno DISTVERSIONPREFIX= v -DISTVERSION= 1.11.1 +DISTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org @@ -355,7 +356,7 @@ CARGO_CRATES= Inflector-0.11.4 \ time-0.1.44 \ tinyvec-1.2.0 \ tinyvec_macros-0.1.0 \ - tokio-1.6.1 \ + tokio-1.7.1 \ tokio-macros-1.2.0 \ tokio-rustls-0.22.0 \ tokio-stream-0.1.6 \ diff --git a/www/deno/distinfo b/www/deno/distinfo index b52af669089..45d27697ffd 100644 --- a/www/deno/distinfo +++ b/www/deno/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1623862011 +TIMESTAMP = 1624551128 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe @@ -643,8 +643,8 @@ SHA256 (rust/crates/tinyvec-1.2.0.crate) = 5b5220f05bb7de7f3f53c7c065e1199b31726 SIZE (rust/crates/tinyvec-1.2.0.crate) = 41625 SHA256 (rust/crates/tinyvec_macros-0.1.0.crate) = cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c SIZE (rust/crates/tinyvec_macros-0.1.0.crate) = 1817 -SHA256 (rust/crates/tokio-1.6.1.crate) = 0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975 -SIZE (rust/crates/tokio-1.6.1.crate) = 461492 +SHA256 (rust/crates/tokio-1.7.1.crate) = 5fb2ed024293bb19f7a5dc54fe83bf86532a44c12a2bb8ba40d64a4509395ca2 +SIZE (rust/crates/tokio-1.7.1.crate) = 476257 SHA256 (rust/crates/tokio-macros-1.2.0.crate) = c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37 SIZE (rust/crates/tokio-macros-1.2.0.crate) = 7800 SHA256 (rust/crates/tokio-rustls-0.22.0.crate) = bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6 @@ -773,5 +773,5 @@ SHA256 (rust/crates/winres-0.1.11.crate) = ff4fb510bbfe5b8992ff15f77a2e6fe6cf062 SIZE (rust/crates/winres-0.1.11.crate) = 18369 SHA256 (rust/crates/wio-0.2.2.crate) = 5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5 SIZE (rust/crates/wio-0.2.2.crate) = 11214 -SHA256 (denoland-deno-v1.11.1_GH0.tar.gz) = c49e13cdca493146317b2e45ecb19c69fe0109752a4b94a0269ce1b7297f56b5 -SIZE (denoland-deno-v1.11.1_GH0.tar.gz) = 8265761 +SHA256 (denoland-deno-v1.11.2_GH0.tar.gz) = 236b6dcbabe0fece1955228b117911244329460dd72c74fbf85c878d5076a3aa +SIZE (denoland-deno-v1.11.2_GH0.tar.gz) = 8270856 diff --git a/www/dojo-shrinksafe/Makefile b/www/dojo-shrinksafe/Makefile deleted file mode 100644 index ea37d7f70cd..00000000000 --- a/www/dojo-shrinksafe/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Greg Larkin - -PORTNAME= shrinksafe -PORTVERSION= 1.9.0 -PORTREVISION= 1 -CATEGORIES= www java -MASTER_SITES= http://download.dojotoolkit.org/release-${PORTVERSION}/ \ - LOCAL/glarkin -PKGNAMEPREFIX= dojo- -DISTNAME= ${PKGNAMEPREFIX}release-${PORTVERSION}-${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= JavaScript code compressor - -USE_JAVA= yes -NO_BUILD= yes - -PLIST_FILES= bin/${PKGNAMEPREFIX}${PORTNAME} %%DATADIR%%/shrinksafe.jar \ - %%DATADIR%%/js.jar -SUB_FILES= ${PKGNAMEPREFIX}${PORTNAME} - -.include - -do-install: - @${INSTALL} -d ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/shrinksafe.jar ${STAGEDIR}${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/js.jar ${STAGEDIR}${DATADIR} - @${INSTALL_SCRIPT} ${WRKDIR}/${PKGNAMEPREFIX}${PORTNAME} ${STAGEDIR}${PREFIX}/bin - @${CAT} pkg-message - -.include diff --git a/www/dojo-shrinksafe/distinfo b/www/dojo-shrinksafe/distinfo deleted file mode 100644 index 60bf2c667ff..00000000000 --- a/www/dojo-shrinksafe/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dojo-release-1.9.0-shrinksafe.tar.gz) = a25d4445ae3f5e45155755df798fa8909077f9d3791a2124710db56ff8aa343c -SIZE (dojo-release-1.9.0-shrinksafe.tar.gz) = 771547 diff --git a/www/dojo-shrinksafe/files/dojo-shrinksafe.in b/www/dojo-shrinksafe/files/dojo-shrinksafe.in deleted file mode 100644 index f9e23d5e5ae..00000000000 --- a/www/dojo-shrinksafe/files/dojo-shrinksafe.in +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -exec %%LOCALBASE%%/bin/java -classpath %%DATADIR%%/js.jar -jar %%DATADIR%%/shrinksafe.jar "$@" diff --git a/www/dojo-shrinksafe/pkg-descr b/www/dojo-shrinksafe/pkg-descr deleted file mode 100644 index 51bbb51d7a6..00000000000 --- a/www/dojo-shrinksafe/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -The Dojo Toolkit's compressor, ShrinkSafe, uses the Rhino JavaScript -interpreter to safely rename variables and reduce the size of your -scripts without interferring with their operation. It does not -change any public APIs making it easy to use in your JavaScript -development process. - -WWW: http://shrinksafe.dojotoolkit.org/ diff --git a/www/dojo-shrinksafe/pkg-message b/www/dojo-shrinksafe/pkg-message deleted file mode 100644 index f23c77c2362..00000000000 --- a/www/dojo-shrinksafe/pkg-message +++ /dev/null @@ -1,12 +0,0 @@ -[ -{ type: install - message: < - PORTNAME= drupal8 -PORTVERSION= 8.9.13 +PORTVERSION= 8.9.16 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal8/distinfo b/www/drupal8/distinfo index 6422502454e..52b90fd73be 100644 --- a/www/drupal8/distinfo +++ b/www/drupal8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613659332 -SHA256 (drupal/drupal-8.9.13.tar.gz) = 46e42c6e8c6051f0f1e3868323b74197c101655a71814b8ea4be441b58802443 -SIZE (drupal/drupal-8.9.13.tar.gz) = 19805034 +TIMESTAMP = 1624848041 +SHA256 (drupal/drupal-8.9.16.tar.gz) = 31a1ed6bdeb8dc69a589186f023f4038d1845580405ac7dcf4efb3e3d5d36d45 +SIZE (drupal/drupal-8.9.16.tar.gz) = 19830094 diff --git a/www/drupal8/pkg-plist b/www/drupal8/pkg-plist index 9afbd4d1ed9..0c1bfd6762e 100644 --- a/www/drupal8/pkg-plist +++ b/www/drupal8/pkg-plist @@ -758,6 +758,7 @@ %%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/de.php %%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/eo.php %%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/kg.php +%%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/uk.php %%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x00.php %%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x01.php %%WWWDIR%%/core/lib/Drupal/Component/Transliteration/data/x02.php @@ -2627,6 +2628,7 @@ %%WWWDIR%%/core/misc/dialog/dialog.position.es6.js %%WWWDIR%%/core/misc/dialog/dialog.position.js %%WWWDIR%%/core/misc/dialog/off-canvas.base.css +%%WWWDIR%%/core/misc/dialog/off-canvas.base.pcss.css %%WWWDIR%%/core/misc/dialog/off-canvas.button.css %%WWWDIR%%/core/misc/dialog/off-canvas.css %%WWWDIR%%/core/misc/dialog/off-canvas.details.css @@ -2637,6 +2639,7 @@ %%WWWDIR%%/core/misc/dialog/off-canvas.layout.css %%WWWDIR%%/core/misc/dialog/off-canvas.motion.css %%WWWDIR%%/core/misc/dialog/off-canvas.reset.css +%%WWWDIR%%/core/misc/dialog/off-canvas.reset.pcss.css %%WWWDIR%%/core/misc/dialog/off-canvas.table.css %%WWWDIR%%/core/misc/dialog/off-canvas.tabledrag.css %%WWWDIR%%/core/misc/dialog/off-canvas.theme.css @@ -4641,6 +4644,7 @@ %%WWWDIR%%/core/modules/editor/tests/modules/src/EditorXssFilter/Insecure.php %%WWWDIR%%/core/modules/editor/tests/modules/src/Plugin/Editor/TRexEditor.php %%WWWDIR%%/core/modules/editor/tests/modules/src/Plugin/Editor/UnicornEditor.php +%%WWWDIR%%/core/modules/editor/tests/modules/src/Plugin/Field/FieldType/EditorTestTextLongItem.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/EditorAdminTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/EditorDialogAccessTest.php %%WWWDIR%%/core/modules/editor/tests/src/Functional/EditorLoadingTest.php @@ -6628,6 +6632,7 @@ %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleStringIsSafeTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleStringTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleTranslationProjectsTest.php +%%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleTranslationTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/LocaleUpdateTest.php %%WWWDIR%%/core/modules/locale/tests/src/Kernel/Migrate/MigrateLocaleConfigsTest.php %%WWWDIR%%/core/modules/locale/tests/src/Unit/LocaleLookupTest.php @@ -11874,6 +11879,7 @@ %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_menu_link.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_mini_pager_ajax.yml +%%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_month_date_plugin.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_arguments.yml %%WWWDIR%%/core/modules/views/tests/modules/views_test_config/test_views/views.view.test_page_display_menu.yml @@ -12021,6 +12027,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/FilterTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/NumericFormatPluralTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/PagerTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Plugin/StyleOpmlTest.php @@ -12049,6 +12056,7 @@ %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/EntityViewsMultiValueBaseFieldDataUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/ExposedFilterBlocksUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/FieldHandlersUpdateTest.php +%%WWWDIR%%/core/modules/views/tests/src/Functional/Update/GlossaryStatusFilterTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/ImageStyleDependencyUpdateTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/LimitOperatorsDefaultsTest.php %%WWWDIR%%/core/modules/views/tests/src/Functional/Update/PlaceholderTextUpdateTest.php @@ -13724,6 +13732,7 @@ %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/UrlRewritingTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/File/UrlTransformRelativeTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/ExternalFormUrlTest.php +%%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormCacheTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php %%WWWDIR%%/core/tests/Drupal/KernelTests/Core/Form/FormValidationMessageOrderTest.php @@ -15692,6 +15701,7 @@ %%WWWDIR%%/core/themes/stable/css/contextual/contextual.theme.css %%WWWDIR%%/core/themes/stable/css/contextual/contextual.toolbar.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.base.css +%%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.base.pcss.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.button.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.details.css @@ -15700,6 +15710,7 @@ %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.layout.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.motion.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.reset.css +%%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.reset.pcss.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.table.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.tabledrag.css %%WWWDIR%%/core/themes/stable/css/core/dialog/off-canvas.theme.css @@ -16153,6 +16164,7 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php @@ -16188,12 +16200,14 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php diff --git a/www/drupal9/Makefile b/www/drupal9/Makefile index 3f669cc71b0..0f3b7d611d2 100644 --- a/www/drupal9/Makefile +++ b/www/drupal9/Makefile @@ -1,5 +1,5 @@ PORTNAME= drupal9 -PORTVERSION= 9.0.11 +PORTVERSION= 9.0.14 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ DISTNAME= drupal-${PORTVERSION} diff --git a/www/drupal9/distinfo b/www/drupal9/distinfo index 352cf92eaa3..33ac11eeece 100644 --- a/www/drupal9/distinfo +++ b/www/drupal9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613660152 -SHA256 (drupal/drupal-9.0.11.tar.gz) = 5aaaac8809db5db72626b8ed111a2507f4cebff58a3e353f5e79a4afe7c98141 -SIZE (drupal/drupal-9.0.11.tar.gz) = 16877941 +TIMESTAMP = 1624847927 +SHA256 (drupal/drupal-9.0.14.tar.gz) = 8b3bb3967b39a446a92350bf7f6986c3498f1ba113e6023d6702e040ff781f50 +SIZE (drupal/drupal-9.0.14.tar.gz) = 16906856 diff --git a/www/drupal9/pkg-plist b/www/drupal9/pkg-plist index 4b42d814ff5..7eea28b7414 100644 --- a/www/drupal9/pkg-plist +++ b/www/drupal9/pkg-plist @@ -15584,6 +15584,7 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php @@ -15619,12 +15620,14 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php @@ -16410,6 +16413,7 @@ %%WWWDIR%%/vendor/symfony/console/Output/Output.php %%WWWDIR%%/vendor/symfony/console/Output/OutputInterface.php %%WWWDIR%%/vendor/symfony/console/Output/StreamOutput.php +%%WWWDIR%%/vendor/symfony/console/Output/TrimmedBufferOutput.php %%WWWDIR%%/vendor/symfony/console/Question/ChoiceQuestion.php %%WWWDIR%%/vendor/symfony/console/Question/ConfirmationQuestion.php %%WWWDIR%%/vendor/symfony/console/Question/Question.php @@ -16673,6 +16677,26 @@ %%WWWDIR%%/vendor/symfony/event-dispatcher/LegacyEventProxy.php %%WWWDIR%%/vendor/symfony/event-dispatcher/README.md %%WWWDIR%%/vendor/symfony/event-dispatcher/composer.json +%%WWWDIR%%/vendor/symfony/http-client-contracts/.gitignore +%%WWWDIR%%/vendor/symfony/http-client-contracts/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/http-client-contracts/ChunkInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/ClientExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/DecodingExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/ExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/HttpExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/RedirectionExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/ServerExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/TimeoutExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Exception/TransportExceptionInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/HttpClientInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/LICENSE +%%WWWDIR%%/vendor/symfony/http-client-contracts/README.md +%%WWWDIR%%/vendor/symfony/http-client-contracts/ResponseInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/ResponseStreamInterface.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Test/Fixtures/web/index.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Test/HttpClientTestCase.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/Test/TestHttpServer.php +%%WWWDIR%%/vendor/symfony/http-client-contracts/composer.json %%WWWDIR%%/vendor/symfony/http-foundation/AcceptHeader.php %%WWWDIR%%/vendor/symfony/http-foundation/AcceptHeaderItem.php %%WWWDIR%%/vendor/symfony/http-foundation/ApacheRequest.php diff --git a/www/elgg/Makefile b/www/elgg/Makefile index c8ffdf45709..56a17a76949 100644 --- a/www/elgg/Makefile +++ b/www/elgg/Makefile @@ -1,7 +1,7 @@ # Created by: Wen heping PORTNAME= elgg -PORTVERSION= 3.3.17 +PORTVERSION= 3.3.19 CATEGORIES= www MASTER_SITES= http://elgg.org/download/ diff --git a/www/elgg/distinfo b/www/elgg/distinfo index 74ff41713d2..98bd760e037 100644 --- a/www/elgg/distinfo +++ b/www/elgg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619167344 -SHA256 (elgg-3.3.17.zip) = f4a05c061b885c37d6503c805271c29d4ca5147f2fc5632ac462ccece1cf09f7 -SIZE (elgg-3.3.17.zip) = 46115660 +TIMESTAMP = 1624519188 +SHA256 (elgg-3.3.19.zip) = 0dcd1aa5435094cc96434cb160f756bab396d065f276aff998b26bdbe2b126ee +SIZE (elgg-3.3.19.zip) = 46133076 diff --git a/www/elgg/pkg-plist b/www/elgg/pkg-plist index 825290f5a12..4d432312f4a 100644 --- a/www/elgg/pkg-plist +++ b/www/elgg/pkg-plist @@ -12120,6 +12120,7 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MiaoxingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php @@ -12155,12 +12156,14 @@ %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TastyIgniterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php +%%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WinterInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php %%WWWDIR%%/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php @@ -12292,7 +12295,8 @@ %%WWWDIR%%/vendor/css-crush/css-crush/plugins/text-align.php %%WWWDIR%%/vendor/doctrine/cache/LICENSE %%WWWDIR%%/vendor/doctrine/cache/README.md -%%WWWDIR%%/vendor/doctrine/cache/UPGRADE.md +%%WWWDIR%%/vendor/doctrine/cache/UPGRADE-1.11.md +%%WWWDIR%%/vendor/doctrine/cache/UPGRADE-1.4.md %%WWWDIR%%/vendor/doctrine/cache/composer.json %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcuCache.php @@ -12325,6 +12329,10 @@ %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php %%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheItem.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php +%%WWWDIR%%/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/InvalidArgument.php %%WWWDIR%%/vendor/doctrine/dbal/LICENSE %%WWWDIR%%/vendor/doctrine/dbal/README.md %%WWWDIR%%/vendor/doctrine/dbal/SECURITY.md @@ -17770,6 +17778,12 @@ %%WWWDIR%%/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php %%WWWDIR%%/vendor/symfony/polyfill-php80/bootstrap.php %%WWWDIR%%/vendor/symfony/polyfill-php80/composer.json +%%WWWDIR%%/vendor/symfony/polyfill-php81/LICENSE +%%WWWDIR%%/vendor/symfony/polyfill-php81/Php81.php +%%WWWDIR%%/vendor/symfony/polyfill-php81/README.md +%%WWWDIR%%/vendor/symfony/polyfill-php81/Resources/stubs/ReturnTypeWillChange.php +%%WWWDIR%%/vendor/symfony/polyfill-php81/bootstrap.php +%%WWWDIR%%/vendor/symfony/polyfill-php81/composer.json %%WWWDIR%%/vendor/symfony/routing/Annotation/Route.php %%WWWDIR%%/vendor/symfony/routing/CHANGELOG.md %%WWWDIR%%/vendor/symfony/routing/CompiledRoute.php diff --git a/www/ffsend/Makefile b/www/ffsend/Makefile index ca3e17e9d15..c1ab478d8a9 100644 --- a/www/ffsend/Makefile +++ b/www/ffsend/Makefile @@ -1,6 +1,7 @@ PORTNAME= ffsend DISTVERSIONPREFIX= v DISTVERSION= 0.2.72 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= 0mp@FreeBSD.org diff --git a/www/firefox-esr/Makefile b/www/firefox-esr/Makefile index 2a4607ddd2e..56572ea5bd7 100644 --- a/www/firefox-esr/Makefile +++ b/www/firefox-esr/Makefile @@ -2,7 +2,7 @@ PORTNAME= firefox DISTVERSION= 78.11.0 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index e99d4bb82fc..7bb9d755460 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -2,6 +2,7 @@ PORTNAME= firefox DISTVERSION= 89.0.2 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ diff --git a/www/geckodriver/Makefile b/www/geckodriver/Makefile index e38d9063852..117e21cfed0 100644 --- a/www/geckodriver/Makefile +++ b/www/geckodriver/Makefile @@ -1,6 +1,6 @@ PORTNAME= geckodriver DISTVERSION= 0.26.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www MASTER_SITES= https://hg.mozilla.org/mozilla-central/archive/${DISTNAME}.zip/testing/geckodriver/?dummy=/ DISTNAME= e9783a644016aa9b317887076618425586730d73 diff --git a/www/geckodriver/files/patch-powerpc b/www/geckodriver/files/patch-powerpc new file mode 100644 index 00000000000..707fe64ed42 --- /dev/null +++ b/www/geckodriver/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.60/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/gohugo/Makefile b/www/gohugo/Makefile index a8ec9e8af86..7273bffa077 100644 --- a/www/gohugo/Makefile +++ b/www/gohugo/Makefile @@ -2,7 +2,7 @@ PORTNAME= hugo DISTVERSIONPREFIX= v -DISTVERSION= 0.84.0 +DISTVERSION= 0.84.1 CATEGORIES= www PKGNAMEPREFIX= go DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} @@ -160,7 +160,7 @@ PORTMANS= hugo-config.1 hugo-convert-toJSON.1 hugo-convert-toTOML.1 \ .include SOURCE_DATE_EPOCH_CMD= date -r $$(grep TIMESTAMP ${DISTINFO_FILE} | ${SED} -e 's/[^0-9]//g') '+%FT%TZ%z' -COMMIT_ID= 2c4689f7 +COMMIT_ID= 4bd65e22 do-build-MANPAGES-on: @cd ${GO_WRKSRC} && ${GO_WRKDIR_BIN}/${PORTNAME} gen man --dir man/man1/ diff --git a/www/gohugo/distinfo b/www/gohugo/distinfo index df538c154e5..e28736b50ed 100644 --- a/www/gohugo/distinfo +++ b/www/gohugo/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624044321 -SHA256 (gohugo/gohugoio-hugo-v0.84.0_GH0.tar.gz) = 4d5bf4888c3a652bec85b6a1dc05a55d9e26f9e315fc7e98bd720c0a36a405b8 -SIZE (gohugo/gohugoio-hugo-v0.84.0_GH0.tar.gz) = 38856708 +TIMESTAMP = 1624700991 +SHA256 (gohugo/gohugoio-hugo-v0.84.1_GH0.tar.gz) = ceb37a5b0ea93d62ab5a68b01599127874e7731f4c0457fc0e5422c5469cae72 +SIZE (gohugo/gohugoio-hugo-v0.84.1_GH0.tar.gz) = 38954274 SHA256 (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = dc0d15949088e17e74da35c3ae2730f52240ad73e25cf795f532b7282de68e2f SIZE (gohugo/Azure-azure-pipeline-go-v0.2.2_GH0.tar.gz) = 16443 SHA256 (gohugo/Azure-azure-storage-blob-go-v0.9.0_GH0.tar.gz) = f206c84fe3689aaa8e0cd180facf3455dc9c7e374a5dee1e2e9e6b9e39ab99c7 diff --git a/www/jwt-cli/Makefile b/www/jwt-cli/Makefile index dfaf1855f06..af02b35ec9c 100644 --- a/www/jwt-cli/Makefile +++ b/www/jwt-cli/Makefile @@ -2,7 +2,7 @@ PORTNAME= jwt-cli PORTVERSION= 4.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/luakit-devel/Makefile b/www/luakit-devel/Makefile index 5ebc9004835..b46a747a4fd 100644 --- a/www/luakit-devel/Makefile +++ b/www/luakit-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= luakit-devel -DISTVERSION= 2.3-8 -DISTVERSIONSUFFIX= -gad2ce7e +DISTVERSION= 2.3-11 +DISTVERSIONSUFFIX= -g0ec1c30 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/luakit-devel/distinfo b/www/luakit-devel/distinfo index 64cad90be22..81e99242431 100644 --- a/www/luakit-devel/distinfo +++ b/www/luakit-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622810444 -SHA256 (luakit-luakit-2.3-8-gad2ce7e_GH0.tar.gz) = 21f541e75e78328106c03bb15d4cc80b341fcecdf2076d634108fed578762797 -SIZE (luakit-luakit-2.3-8-gad2ce7e_GH0.tar.gz) = 505149 +TIMESTAMP = 1624546088 +SHA256 (luakit-luakit-2.3-11-g0ec1c30_GH0.tar.gz) = a525b101898c7b314db0ac49eac3c6b84f32cdca463c527f34f395ff35b1b645 +SIZE (luakit-luakit-2.3-11-g0ec1c30_GH0.tar.gz) = 505301 diff --git a/www/lychee/Makefile b/www/lychee/Makefile index 9434d633d02..cb8c8277e0c 100644 --- a/www/lychee/Makefile +++ b/www/lychee/Makefile @@ -1,7 +1,7 @@ PORTNAME= lychee #DISTVERSIONPREFIX= v DISTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www net MAINTAINER= pizzamig@FreeBSD.org diff --git a/www/miniserve/Makefile b/www/miniserve/Makefile index 3f0d3448cb4..116c6eaf968 100644 --- a/www/miniserve/Makefile +++ b/www/miniserve/Makefile @@ -1,7 +1,7 @@ PORTNAME= miniserve DISTVERSIONPREFIX= v DISTVERSION= 0.14.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/www/miniserve/files/patch-powerpc b/www/miniserve/files/patch-powerpc new file mode 100644 index 00000000000..4a416caf6ff --- /dev/null +++ b/www/miniserve/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.93/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/monolith/Makefile b/www/monolith/Makefile index 35c98c061f0..79eeedd2cfe 100644 --- a/www/monolith/Makefile +++ b/www/monolith/Makefile @@ -1,6 +1,7 @@ PORTNAME= monolith DISTVERSIONPREFIX= v -DISTVERSION= 2.5.0 +DISTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org @@ -16,7 +17,7 @@ GH_ACCOUNT= Y2Z CARGO_CRATES= adler-1.0.2 \ aho-corasick-0.7.18 \ ansi_term-0.11.0 \ - assert_cmd-1.0.4 \ + assert_cmd-1.0.5 \ async-compression-0.3.8 \ atty-0.2.14 \ autocfg-0.1.7 \ @@ -68,7 +69,7 @@ CARGO_CRATES= adler-1.0.2 \ http-body-0.4.2 \ httparse-1.4.1 \ httpdate-1.0.1 \ - hyper-0.14.8 \ + hyper-0.14.9 \ hyper-tls-0.5.0 \ idna-0.2.3 \ indexmap-1.6.2 \ @@ -106,8 +107,6 @@ CARGO_CRATES= adler-1.0.2 \ phf_macros-0.8.0 \ phf_shared-0.7.24 \ phf_shared-0.8.0 \ - pin-project-1.0.7 \ - pin-project-internal-1.0.7 \ pin-project-lite-0.2.6 \ pin-utils-0.1.0 \ pkg-config-0.3.19 \ @@ -147,8 +146,8 @@ CARGO_CRATES= adler-1.0.2 \ reqwest-0.11.3 \ ryu-1.0.5 \ schannel-0.1.19 \ - security-framework-2.2.0 \ - security-framework-sys-2.2.0 \ + security-framework-2.3.1 \ + security-framework-sys-2.3.0 \ serde-1.0.126 \ serde_derive-1.0.126 \ serde_json-1.0.64 \ @@ -180,7 +179,7 @@ CARGO_CRATES= adler-1.0.2 \ try-lock-0.2.3 \ typenum-1.13.0 \ unicode-bidi-0.3.5 \ - unicode-normalization-0.1.18 \ + unicode-normalization-0.1.19 \ unicode-width-0.1.8 \ unicode-xid-0.2.2 \ url-2.2.2 \ diff --git a/www/monolith/distinfo b/www/monolith/distinfo index 1edf3df3dd7..a5010e2a091 100644 --- a/www/monolith/distinfo +++ b/www/monolith/distinfo @@ -1,12 +1,12 @@ -TIMESTAMP = 1622803625 +TIMESTAMP = 1624707924 SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe SIZE (rust/crates/adler-1.0.2.crate) = 12778 SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 -SHA256 (rust/crates/assert_cmd-1.0.4.crate) = 8f57fec1ac7e4de72dcc69811795f1a7172ed06012f80a5d1ee651b62484f588 -SIZE (rust/crates/assert_cmd-1.0.4.crate) = 26621 +SHA256 (rust/crates/assert_cmd-1.0.5.crate) = a88b6bd5df287567ffdf4ddf4d33060048e1068308e5f62d81c6f9824a045a48 +SIZE (rust/crates/assert_cmd-1.0.5.crate) = 26641 SHA256 (rust/crates/async-compression-0.3.8.crate) = 5443ccbb270374a2b1055fc72da40e1f237809cd6bb0e97e66d264cd138473a6 SIZE (rust/crates/async-compression-0.3.8.crate) = 57977 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 @@ -109,8 +109,8 @@ SHA256 (rust/crates/httparse-1.4.1.crate) = f3a87b616e37e93c22fb19bcd386f02f3af5 SIZE (rust/crates/httparse-1.4.1.crate) = 25592 SHA256 (rust/crates/httpdate-1.0.1.crate) = 6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440 SIZE (rust/crates/httpdate-1.0.1.crate) = 10293 -SHA256 (rust/crates/hyper-0.14.8.crate) = d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34 -SIZE (rust/crates/hyper-0.14.8.crate) = 165897 +SHA256 (rust/crates/hyper-0.14.9.crate) = 07d6baa1b441335f3ce5098ac421fb6547c46dda735ca1bc6d0153c838f9dd83 +SIZE (rust/crates/hyper-0.14.9.crate) = 167073 SHA256 (rust/crates/hyper-tls-0.5.0.crate) = d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905 SIZE (rust/crates/hyper-tls-0.5.0.crate) = 13257 SHA256 (rust/crates/idna-0.2.3.crate) = 418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8 @@ -185,10 +185,6 @@ SHA256 (rust/crates/phf_shared-0.7.24.crate) = 234f71a15de2288bcb7e3b6515828d22a SIZE (rust/crates/phf_shared-0.7.24.crate) = 2170 SHA256 (rust/crates/phf_shared-0.8.0.crate) = c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7 SIZE (rust/crates/phf_shared-0.8.0.crate) = 2860 -SHA256 (rust/crates/pin-project-1.0.7.crate) = c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4 -SIZE (rust/crates/pin-project-1.0.7.crate) = 54847 -SHA256 (rust/crates/pin-project-internal-1.0.7.crate) = 48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f -SIZE (rust/crates/pin-project-internal-1.0.7.crate) = 27884 SHA256 (rust/crates/pin-project-lite-0.2.6.crate) = dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905 SIZE (rust/crates/pin-project-lite-0.2.6.crate) = 25494 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -267,10 +263,10 @@ SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef SIZE (rust/crates/ryu-1.0.5.crate) = 49570 SHA256 (rust/crates/schannel-0.1.19.crate) = 8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75 SIZE (rust/crates/schannel-0.1.19.crate) = 42755 -SHA256 (rust/crates/security-framework-2.2.0.crate) = 3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84 -SIZE (rust/crates/security-framework-2.2.0.crate) = 57599 -SHA256 (rust/crates/security-framework-sys-2.2.0.crate) = 3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339 -SIZE (rust/crates/security-framework-sys-2.2.0.crate) = 11744 +SHA256 (rust/crates/security-framework-2.3.1.crate) = 23a2ac85147a3a11d77ecf1bc7166ec0b92febfa4461c37944e180f319ece467 +SIZE (rust/crates/security-framework-2.3.1.crate) = 61581 +SHA256 (rust/crates/security-framework-sys-2.3.0.crate) = 7e4effb91b4b8b6fb7732e670b6cee160278ff8e6bf485c7805d9e319d76e284 +SIZE (rust/crates/security-framework-sys-2.3.0.crate) = 12561 SHA256 (rust/crates/serde-1.0.126.crate) = ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03 SIZE (rust/crates/serde-1.0.126.crate) = 75138 SHA256 (rust/crates/serde_derive-1.0.126.crate) = 963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43 @@ -333,8 +329,8 @@ SHA256 (rust/crates/typenum-1.13.0.crate) = 879f6906492a7cd215bfa4cf595b600146cc SIZE (rust/crates/typenum-1.13.0.crate) = 40238 SHA256 (rust/crates/unicode-bidi-0.3.5.crate) = eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0 SIZE (rust/crates/unicode-bidi-0.3.5.crate) = 33423 -SHA256 (rust/crates/unicode-normalization-0.1.18.crate) = 33717dca7ac877f497014e10d73f3acf948c342bee31b5ca7892faf94ccc6b49 -SIZE (rust/crates/unicode-normalization-0.1.18.crate) = 107188 +SHA256 (rust/crates/unicode-normalization-0.1.19.crate) = d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9 +SIZE (rust/crates/unicode-normalization-0.1.19.crate) = 107353 SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 SHA256 (rust/crates/unicode-xid-0.2.2.crate) = 8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3 @@ -379,5 +375,5 @@ SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1 SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 SHA256 (rust/crates/winreg-0.7.0.crate) = 0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69 SIZE (rust/crates/winreg-0.7.0.crate) = 21225 -SHA256 (Y2Z-monolith-v2.5.0_GH0.tar.gz) = 0280d811c6b74fb84066a059db058d0008ff24ce128d4042659681d3aedf99cc -SIZE (Y2Z-monolith-v2.5.0_GH0.tar.gz) = 3320548 +SHA256 (Y2Z-monolith-v2.6.0_GH0.tar.gz) = 6cc8c9e9f9a3e2ab9e5c8f5eddcccbfcff92c728e7e9331a4f88231320aded75 +SIZE (Y2Z-monolith-v2.6.0_GH0.tar.gz) = 3323719 diff --git a/www/monolith/files/patch-powerpc b/www/monolith/files/patch-powerpc new file mode 100644 index 00000000000..4504df2aa81 --- /dev/null +++ b/www/monolith/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.95/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.95/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.95/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.95/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/newsboat/Makefile b/www/newsboat/Makefile index 01f5cbd25a7..f53d4d0abee 100644 --- a/www/newsboat/Makefile +++ b/www/newsboat/Makefile @@ -2,7 +2,7 @@ PORTNAME= newsboat PORTVERSION= 2.22.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= https://newsboat.org/releases/${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} diff --git a/www/newsboat/files/patch-powerpc b/www/newsboat/files/patch-powerpc new file mode 100644 index 00000000000..15718f32a5a --- /dev/null +++ b/www/newsboat/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/node/Makefile b/www/node/Makefile index dd978888033..0b38f153571 100644 --- a/www/node/Makefile +++ b/www/node/Makefile @@ -47,7 +47,7 @@ DTRACE_CONFIGURE_ON= --with-dtrace HAS_CONFIGURE= yes -CONFLICTS_INSTALL= node10-[0-9]* node12-[0-9]* node14-[0-9]* +CONFLICTS_INSTALL= node10-[0-9]* node14-[0-9]* CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ --without-npm \ diff --git a/www/node12/Makefile b/www/node12/Makefile deleted file mode 100644 index 6d13bb03679..00000000000 --- a/www/node12/Makefile +++ /dev/null @@ -1,109 +0,0 @@ -PORTNAME= node -PORTVERSION= 12.22.1 -DISTVERSIONPREFIX= v -PORTREVISION= 1 -CATEGORIES= www -MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ -PKGNAMESUFFIX= 12 - -MAINTAINER= bhughes@FreeBSD.org -COMMENT= V8 JavaScript for client and server - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -BROKEN_SSL= libressl libressl-devel -BROKEN_SSL_REASON= Node.js 12.x LTS requires OpenSSL 1.1.x or the BUNDLED_SSL option enabled -ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64 powerpc64le - -USES= compiler:c++11-lib gmake python:2.7,build pkgconfig \ - localbase shebangfix - -OPTIONS_DEFINE= BUNDLED_SSL DOCS NLS DTRACE -OPTIONS_DEFAULT_FreeBSD_11= BUNDLED_SSL -OPTIONS_DEFAULT+= ${OPTIONS_DEFAULT_${OPSYS}_${OSREL:R}} -OPTIONS_SUB= yes - -.if !exists(/usr/sbin/dtrace) -OPTIONS_EXCLUDE+= DTRACE -.endif - -OPTIONS_EXCLUDE_aarch64= DTRACE -# dt_modtext:/usr/src/cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(820): arm not implemented -OPTIONS_EXCLUDE_armv6= DTRACE -OPTIONS_EXCLUDE_armv7= DTRACE -OPTIONS_EXCLUDE_powerpc64= DTRACE -OPTIONS_EXCLUDE_powerpc64le= DTRACE - -BUNDLED_SSL_DESC= Use node.js's bundled OpenSSL implementation -BUNDLED_SSL_USES_OFF= ssl -BUNDLED_SSL_CONFIGURE_OFF= --shared-openssl --openssl-use-def-ca-store -BUNDLED_SSL_RUN_DEPENDS_OFF= ca_root_nss>=0:security/ca_root_nss - -NLS_CONFIGURE_ON= --with-intl=system-icu -NLS_BUILD_DEPENDS= icu>=67.1:devel/icu -NLS_LIB_DEPENDS= libicui18n.so:devel/icu - -DTRACE_CONFIGURE_ON= --with-dtrace - -HAS_CONFIGURE= yes - -CONFLICTS_INSTALL= node10-[0-9]* node14-[0-9]* node-[0-9]* - -CONFIGURE_ARGS= --prefix=${PREFIX_RELDEST} \ - --without-npm \ - --shared-cares \ - --shared-libuv \ - --shared-nghttp2 \ - --shared-zlib - -SHEBANG_FILES= tools/specialize_node_d.py tools/genv8constants.py - -PREFIX_RELDEST= ${PREFIX:S,^${DESTDIR},,} -REINPLACE_ARGS= -i '' -MAKE_ENV+= CC.host=${CC} CFLAGS.host="${CFLAGS}" \ - CXX.host=${CXX} CXXFLAGS.host="${CXXFLAGS}" \ - LINK.host=${CXX} LDFLAGS.host="${LDFLAGS}" - -BUILD_DEPENDS+= c-ares>=1.16.1:dns/c-ares \ - libuv>=1.40.0:devel/libuv \ - libnghttp2>=1.41.0:www/libnghttp2 \ - objdump:devel/binutils -LIB_DEPENDS+= libcares.so:dns/c-ares\ - libuv.so:devel/libuv \ - libnghttp2.so:www/libnghttp2 - -.include - -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200085 -BROKEN_SSL+= base -.endif - -.if ${ARCH} == armv6 || ${ARCH} == armv7 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-tools_v8__gypfiles_v8.gyp -.elif (defined(PPC_ABI) && ${PPC_ABI} == ELFv2) || ${ARCH} == powerpc64le -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-common.gypi -.endif - -.if ${PORT_OPTIONS:MBUNDLED_SSL} && ${ARCH} != amd64 -CONFIGURE_ARGS+=--openssl-no-asm -.endif - -post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ - ${WRKSRC}/tools/v8_gypfiles/v8.gyp - -post-configure: - # Post-process Makefile and *.mk files created by node-gyp and remove - # all occurrences of -I${LOCALBASE}/include. C*FLAGS include this - # before all -I../deps/* for bundled code. This can cause build - # breakages if the dependency is installed in ${LOCALBASE}. The - # USES+=localbase # above will ensure that we pick up includes for real - # external dependencies. - ${FIND} ${WRKSRC}/out -type f -print0 \ - | ${XARGS} -0 ${REINPLACE_CMD} -e "s|-I${LOCALBASE}/include||g" - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/node - -.include diff --git a/www/node12/distinfo b/www/node12/distinfo deleted file mode 100644 index bf9332ccfbf..00000000000 --- a/www/node12/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1617772574 -SHA256 (node-v12.22.1.tar.gz) = 6023f1f8f03f9780c75e6eca9d372b8411a83757c0389c51baee1c7242afd702 -SIZE (node-v12.22.1.tar.gz) = 53277475 diff --git a/www/node12/files/extra-patch-common.gypi b/www/node12/files/extra-patch-common.gypi deleted file mode 100644 index 8e817a2959c..00000000000 --- a/www/node12/files/extra-patch-common.gypi +++ /dev/null @@ -1,13 +0,0 @@ ---- common.gypi.orig 2019-10-01 15:32:40.000000000 +0200 -+++ common.gypi 2019-10-16 12:47:09.236138000 +0200 -@@ -390,8 +390,8 @@ - 'ldflags': [ '-m32' ], - }], - [ 'target_arch=="ppc64" and OS!="aix"', { -- 'cflags': [ '-m64', '-mminimal-toc' ], -- 'ldflags': [ '-m64' ], -+ 'cflags': [ '-m64' ], -+ 'ldflags': [ '-m64' ], - }], - [ 'target_arch=="s390x"', { - 'cflags': [ '-m64', '-march=z196' ], diff --git a/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp b/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp deleted file mode 100644 index 56c68f30930..00000000000 --- a/www/node12/files/extra-patch-tools_v8__gypfiles_v8.gyp +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/v8_gypfiles/v8.gyp.orig 2020-04-25 08:58:14 UTC -+++ tools/v8_gypfiles/v8.gyp -@@ -809,7 +809,7 @@ - }], - # Platforms that don't have Compare-And-Swap (CAS) support need to link atomic library - # to implement atomic memory access -- ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc", "arm"]', { -+ ['v8_current_cpu in ["mips", "mipsel", "mips64", "mips64el", "ppc"]', { - 'link_settings': { - 'libraries': ['-latomic', ], - }, diff --git a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi b/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi deleted file mode 100644 index aae558fe58d..00000000000 --- a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl-cl.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi.orig 2019-08-06 20:46:23 UTC -+++ deps/openssl/config/archs/linux-elf/no-asm/openssl-cl.gypi -@@ -12,7 +12,7 @@ - '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '-pthread', - ], - 'openssl_cli_srcs_linux-elf': [ - 'openssl/apps/asn1pars.c', diff --git a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi b/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi deleted file mode 100644 index 552266b703f..00000000000 --- a/www/node12/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2019-08-06 20:46:23 UTC -+++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi -@@ -696,7 +696,7 @@ - '-Wall -O3 -fomit-frame-pointer', - ], - 'openssl_ex_libs_linux-elf': [ -- '-ldl -pthread', -+ '-pthread', - ], - }, - 'include_dirs': [ diff --git a/www/node12/files/patch-deps_openssl_openssl-cl__no__asm.gypi b/www/node12/files/patch-deps_openssl_openssl-cl__no__asm.gypi deleted file mode 100644 index 5164a41cab1..00000000000 --- a/www/node12/files/patch-deps_openssl_openssl-cl__no__asm.gypi +++ /dev/null @@ -1,17 +0,0 @@ ---- deps/openssl/openssl-cl_no_asm.gypi.orig 2020-10-06 18:05:13 UTC -+++ deps/openssl/openssl-cl_no_asm.gypi -@@ -1,4 +1,5 @@ - { -+ 'defines': ['OPENSSL_NO_ASM'], - 'conditions': [ - ['target_arch=="ppc" and OS=="aix"', { - 'includes': ['config/archs/aix-gcc/no-asm/openssl-cl.gypi'], -@@ -47,7 +48,7 @@ - 'includes': ['config/archs/linux64-mips64/no-asm/openssl-cl.gypi'], - }, { - # Other architectures don't use assembly -- 'includes': ['config/archs/linux-x86_64/no-asm/openssl-cl.gypi'], -+ 'includes': ['config/archs/linux-elf/no-asm/openssl-cl.gypi'], - }], - ], - } diff --git a/www/node12/files/patch-deps_openssl_openssl__no__asm.gypi b/www/node12/files/patch-deps_openssl_openssl__no__asm.gypi deleted file mode 100644 index aba4a4ff4b6..00000000000 --- a/www/node12/files/patch-deps_openssl_openssl__no__asm.gypi +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/openssl/openssl_no_asm.gypi.orig 2020-10-06 18:05:13 UTC -+++ deps/openssl/openssl_no_asm.gypi -@@ -48,7 +48,7 @@ - 'includes': ['config/archs/linux64-mips64/no-asm/openssl.gypi'], - }, { - # Other architectures don't use assembly -- 'includes': ['config/archs/linux-x86_64/no-asm/openssl.gypi'], -+ 'includes': ['config/archs/linux-elf/no-asm/openssl.gypi'], - }], - ], - } diff --git a/www/node12/files/patch-deps_v8_src_base_platform_platform-freebsd.cc b/www/node12/files/patch-deps_v8_src_base_platform_platform-freebsd.cc deleted file mode 100644 index d1f61a84b37..00000000000 --- a/www/node12/files/patch-deps_v8_src_base_platform_platform-freebsd.cc +++ /dev/null @@ -1,62 +0,0 @@ ---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2020-01-07 22:07:49 UTC -+++ deps/v8/src/base/platform/platform-freebsd.cc -@@ -81,8 +81,8 @@ std::vector OS::GetSharedLib - lib_name = std::string(path); - } - result.push_back(SharedLibraryAddress( -- lib_name, reinterpret_cast(map->kve_start), -- reinterpret_cast(map->kve_end))); -+ lib_name, static_cast(map->kve_start), -+ static_cast(map->kve_end))); - } - - start += ssize; -@@ -93,6 +93,48 @@ std::vector OS::GetSharedLib - } - - void OS::SignalCodeMovingGC() {} -+ -+#ifdef __arm__ -+ -+bool OS::ArmUsingHardFloat() { -+// GCC versions 4.6 and above define __ARM_PCS or __ARM_PCS_VFP to specify -+// the Floating Point ABI used (PCS stands for Procedure Call Standard). -+// We use these as well as a couple of other defines to statically determine -+// what FP ABI used. -+// GCC versions 4.4 and below don't support hard-fp. -+// GCC versions 4.5 may support hard-fp without defining __ARM_PCS or -+// __ARM_PCS_VFP. -+ -+#define GCC_VERSION \ -+ (__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) -+#if GCC_VERSION >= 40600 && !defined(__clang__) -+#if defined(__ARM_PCS_VFP) -+ return true; -+#else -+ return false; -+#endif -+ -+#elif GCC_VERSION < 40500 && !defined(__clang__) -+ return false; -+ -+#else -+#if defined(__ARM_PCS_VFP) -+ return true; -+#elif defined(__ARM_PCS) || defined(__SOFTFP__) || defined(__SOFTFP) || \ -+ !defined(__VFP_FP__) -+ return false; -+#else -+#error \ -+ "Your version of compiler does not report the FP ABI compiled for." \ -+ "Please report it on this issue" \ -+ "http://code.google.com/p/v8/issues/detail?id=2140" -+ -+#endif -+#endif -+#undef GCC_VERSION -+} -+ -+#endif // def __arm__ - - void OS::AdjustSchedulingParams() {} - diff --git a/www/node12/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc b/www/node12/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc deleted file mode 100644 index 726f3e7a0d3..00000000000 --- a/www/node12/files/patch-deps_v8_src_codegen_arm_cpu-arm.cc +++ /dev/null @@ -1,22 +0,0 @@ ---- deps/v8/src/codegen/arm/cpu-arm.cc.orig 2019-08-20 17:14:50 UTC -+++ deps/v8/src/codegen/arm/cpu-arm.cc -@@ -7,6 +7,9 @@ - #ifdef __QNXNTO__ - #include // for cache flushing. - #undef MAP_TYPE // NOLINT -+#elif defined(__FreeBSD__) -+#include -+#include // for cache flushing. - #else - #include // for cache flushing. - #endif -@@ -25,6 +28,9 @@ V8_NOINLINE void CpuFeatures::FlushICache(void* start, - #if !defined(USE_SIMULATOR) - #if V8_OS_QNX - msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE); -+#elif defined(__FreeBSD__) -+ struct arm_sync_icache_args args = { .addr = (uintptr_t)start, .len = size }; -+ sysarch(ARM_SYNC_ICACHE, (void *)&args); - #else - register uint32_t beg asm("r0") = reinterpret_cast(start); - register uint32_t end asm("r1") = beg + size; diff --git a/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h b/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h deleted file mode 100644 index 044fd3a292f..00000000000 --- a/www/node12/files/patch-deps_v8_src_codegen_ppc_constants-ppc.h +++ /dev/null @@ -1,20 +0,0 @@ ---- deps/v8/src/codegen/ppc/constants-ppc.h.orig 2019-09-09 16:27:17 UTC -+++ deps/v8/src/codegen/ppc/constants-ppc.h -@@ -34,7 +34,7 @@ - #define ABI_PASSES_HANDLES_IN_REGS 0 - #endif - --#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || V8_TARGET_LITTLE_ENDIAN || \ -+#if !V8_HOST_ARCH_PPC || !V8_TARGET_ARCH_PPC64 || \ - (defined(_CALL_ELF) && _CALL_ELF == 2) - #define ABI_RETURNS_OBJECT_PAIRS_IN_REGS 1 - #else -@@ -43,7 +43,7 @@ - - #if !V8_HOST_ARCH_PPC || \ - (V8_TARGET_ARCH_PPC64 && \ -- (V8_TARGET_LITTLE_ENDIAN || (defined(_CALL_ELF) && _CALL_ELF == 2))) -+ (defined(_CALL_ELF) && _CALL_ELF == 2)) - #define ABI_CALL_VIA_IP 1 - #else - #define ABI_CALL_VIA_IP 0 diff --git a/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc b/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc deleted file mode 100644 index 2038a1e3c91..00000000000 --- a/www/node12/files/patch-deps_v8_src_compiler_backend_instruction-selector.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/v8/src/compiler/backend/instruction-selector.cc.orig 2020-07-22 15:26:52 UTC -+++ deps/v8/src/compiler/backend/instruction-selector.cc -@@ -2788,7 +2788,7 @@ void InstructionSelector::VisitCall(Node* node, BasicB - switch (call_descriptor->kind()) { - case CallDescriptor::kCallAddress: { - int misc_field = static_cast(call_descriptor->ParameterCount()); --#if defined(_AIX) -+#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) - // Highest misc_field bit is used on AIX to indicate if a CFunction call - // has function descriptor or not. - misc_field |= call_descriptor->HasFunctionDescriptor() diff --git a/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc b/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc deleted file mode 100644 index 8a2fd0d75a1..00000000000 --- a/www/node12/files/patch-deps_v8_src_compiler_backend_ppc_code-generator-ppc.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc.orig 2020-04-21 11:38:50 UTC -+++ deps/v8/src/compiler/backend/ppc/code-generator-ppc.cc -@@ -1026,7 +1026,7 @@ - Label start_call; - bool isWasmCapiFunction = - linkage()->GetIncomingDescriptor()->IsWasmCapiFunction(); --#if defined(_AIX) -+#if defined(_AIX) || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) - // AIX/PPC64BE Linux uses a function descriptor - int kNumParametersMask = kHasFunctionDescriptorBitMask - 1; - num_parameters = kNumParametersMask & misc_field; diff --git a/www/node12/files/patch-deps_v8_src_execution_simulator.h b/www/node12/files/patch-deps_v8_src_execution_simulator.h deleted file mode 100644 index 70b5ae1171b..00000000000 --- a/www/node12/files/patch-deps_v8_src_execution_simulator.h +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/v8/src/execution/simulator.h.orig 2019-11-21 21:14:01 UTC -+++ deps/v8/src/execution/simulator.h -@@ -122,7 +122,7 @@ - - DISABLE_CFI_ICALL Return Call(Args... args) { - // When running without a simulator we call the entry directly. --#if V8_OS_AIX -+#if V8_OS_AIX || (V8_TARGET_ARCH_PPC_BE && (!defined(_CALL_ELF) || _CALL_ELF == 1)) - // AIX ABI requires function descriptors (FD). Artificially create a pseudo - // FD to ensure correct dispatch to generated code. The 'volatile' - // declaration is required to avoid the compiler from not observing the diff --git a/www/node12/files/patch-deps_v8_src_libsampler_sampler.cc b/www/node12/files/patch-deps_v8_src_libsampler_sampler.cc deleted file mode 100644 index 9c1992530cf..00000000000 --- a/www/node12/files/patch-deps_v8_src_libsampler_sampler.cc +++ /dev/null @@ -1,19 +0,0 @@ ---- deps/v8/src/libsampler/sampler.cc.orig 2019-08-20 17:14:50 UTC -+++ deps/v8/src/libsampler/sampler.cc -@@ -477,9 +477,13 @@ void SignalHandler::FillRegisterState(void* context, R - state->sp = reinterpret_cast(mcontext.mc_rsp); - state->fp = reinterpret_cast(mcontext.mc_rbp); - #elif V8_HOST_ARCH_ARM -- state->pc = reinterpret_cast(mcontext.mc_r15); -- state->sp = reinterpret_cast(mcontext.mc_r13); -- state->fp = reinterpret_cast(mcontext.mc_r11); -+ state->pc = reinterpret_cast(mcontext.__gregs[_REG_PC]); -+ state->sp = reinterpret_cast(mcontext.__gregs[_REG_SP]); -+ state->fp = reinterpret_cast(mcontext.__gregs[_REG_FP]); -+#elif V8_TARGET_ARCH_PPC_BE -+ state->pc = reinterpret_cast(mcontext.mc_srr0); -+ state->sp = reinterpret_cast(mcontext.mc_frame[1]); -+ state->fp = reinterpret_cast(mcontext.mc_frame[31]); - #endif // V8_HOST_ARCH_* - #elif V8_OS_NETBSD - #if V8_HOST_ARCH_IA32 diff --git a/www/node12/files/patch-deps_v8_src_objects_js-list-format.cc b/www/node12/files/patch-deps_v8_src_objects_js-list-format.cc deleted file mode 100644 index c826c3f3ace..00000000000 --- a/www/node12/files/patch-deps_v8_src_objects_js-list-format.cc +++ /dev/null @@ -1,83 +0,0 @@ -https://github.com/v8/v8/commit/035c305ce7761f51328b45f1bd83e26aef267c9d - -../deps/v8/src/objects/js-list-format.cc:172:55: error: 'createInstance' is a private member of 'icu::ListFormatter' - icu::ListFormatter* formatter = icu::ListFormatter::createInstance( - ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~ -/usr/local/include/unicode/listformatter.h:267:27: note: declared private here - static ListFormatter* createInstance(const Locale& locale, const char* style, UErrorCode& errorCode); - ^ - ---- deps/v8/src/objects/js-list-format.cc.orig 2021-04-06 17:17:08 UTC -+++ deps/v8/src/objects/js-list-format.cc -@@ -29,46 +29,27 @@ namespace v8 { - namespace internal { - - namespace { --const char* kStandard = "standard"; --const char* kOr = "or"; --const char* kUnit = "unit"; --const char* kStandardShort = "standard-short"; --const char* kOrShort = "or-short"; --const char* kUnitShort = "unit-short"; --const char* kStandardNarrow = "standard-narrow"; --const char* kOrNarrow = "or-narrow"; --const char* kUnitNarrow = "unit-narrow"; - --const char* GetIcuStyleString(JSListFormat::Style style, -- JSListFormat::Type type) { -+UListFormatterWidth GetIcuWidth(JSListFormat::Style style) { -+ switch (style) { -+ case JSListFormat::Style::LONG: -+ return ULISTFMT_WIDTH_WIDE; -+ case JSListFormat::Style::SHORT: -+ return ULISTFMT_WIDTH_SHORT; -+ case JSListFormat::Style::NARROW: -+ return ULISTFMT_WIDTH_NARROW; -+ } -+ UNREACHABLE(); -+} -+ -+UListFormatterType GetIcuType(JSListFormat::Type type) { - switch (type) { - case JSListFormat::Type::CONJUNCTION: -- switch (style) { -- case JSListFormat::Style::LONG: -- return kStandard; -- case JSListFormat::Style::SHORT: -- return kStandardShort; -- case JSListFormat::Style::NARROW: -- return kStandardNarrow; -- } -+ return ULISTFMT_TYPE_AND; - case JSListFormat::Type::DISJUNCTION: -- switch (style) { -- case JSListFormat::Style::LONG: -- return kOr; -- case JSListFormat::Style::SHORT: -- return kOrShort; -- case JSListFormat::Style::NARROW: -- return kOrNarrow; -- } -+ return ULISTFMT_TYPE_OR; - case JSListFormat::Type::UNIT: -- switch (style) { -- case JSListFormat::Style::LONG: -- return kUnit; -- case JSListFormat::Style::SHORT: -- return kUnitShort; -- case JSListFormat::Style::NARROW: -- return kUnitNarrow; -- } -+ return ULISTFMT_TYPE_UNITS; - } - UNREACHABLE(); - } -@@ -170,7 +151,7 @@ MaybeHandle JSListFormat::New(Isolate* i - icu::Locale icu_locale = r.icu_locale; - UErrorCode status = U_ZERO_ERROR; - icu::ListFormatter* formatter = icu::ListFormatter::createInstance( -- icu_locale, GetIcuStyleString(style_enum, type_enum), status); -+ icu_locale, GetIcuType(type_enum), GetIcuWidth(style_enum), status); - if (U_FAILURE(status)) { - delete formatter; - FATAL("Failed to create ICU list formatter, are ICU data files missing?"); diff --git a/www/node12/files/patch-node.gypi b/www/node12/files/patch-node.gypi deleted file mode 100644 index 57c16c71f21..00000000000 --- a/www/node12/files/patch-node.gypi +++ /dev/null @@ -1,12 +0,0 @@ ---- node.gypi.orig 2020-05-26 11:53:34 UTC -+++ node.gypi -@@ -323,6 +323,9 @@ - ['openssl_fips != "" or openssl_is_fips=="true"', { - 'defines': [ 'NODE_FIPS_MODE' ], - }], -+ ['openssl_no_asm==1', { -+ 'defines': [ 'OPENSSL_NO_ASM' ], -+ }], - [ 'node_shared_openssl=="false"', { - 'dependencies': [ - './deps/openssl/openssl.gyp:openssl', diff --git a/www/node12/pkg-descr b/www/node12/pkg-descr deleted file mode 100644 index 76a5a3c0625..00000000000 --- a/www/node12/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Node.js is a JavaScript runtime built on Chrome's V8 JavaScript -engine. Node.js uses an event-driven, non-blocking I/O model that -makes it lightweight and efficient. Node.js' package ecosystem, -npm, is the largest ecosystem of open source libraries in the world. - -WWW: https://nodejs.org/ diff --git a/www/node12/pkg-message b/www/node12/pkg-message deleted file mode 100644 index ddea0838614..00000000000 --- a/www/node12/pkg-message +++ /dev/null @@ -1,7 +0,0 @@ -[ -{ type: install - message: < - -PKGNAMESUFFIX= -node10 - -CONFLICTS_INSTALL= npm npm-node12 npm-node14 - -OPTIONS_EXCLUDE=NODE NODE12 NODE14 -OPTIONS_SLAVE= NODE10 - -MASTERDIR= ${.CURDIR}/../npm - -.include "${MASTERDIR}/Makefile" diff --git a/www/npm-node12/Makefile b/www/npm-node12/Makefile deleted file mode 100644 index 50a6de42c9c..00000000000 --- a/www/npm-node12/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -# Created by: Po-Chuan Hsieh - -PKGNAMESUFFIX= -node12 - -CONFLICTS_INSTALL= npm npm-node10 npm-node14 - -OPTIONS_EXCLUDE=NODE NODE10 NODE14 -OPTIONS_SLAVE= NODE12 - -MASTERDIR= ${.CURDIR}/../npm - -.include "${MASTERDIR}/Makefile" diff --git a/www/npm-node14/Makefile b/www/npm-node14/Makefile index 7b46de5719f..07a04844a7c 100644 --- a/www/npm-node14/Makefile +++ b/www/npm-node14/Makefile @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -node14 -CONFLICTS_INSTALL= npm npm-node10 npm-node12 +CONFLICTS_INSTALL= npm -OPTIONS_EXCLUDE=NODE NODE10 NODE12 +OPTIONS_EXCLUDE=NODE OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../npm diff --git a/www/npm/Makefile b/www/npm/Makefile index 78c4de630f8..a1d7ba2b2f7 100644 --- a/www/npm/Makefile +++ b/www/npm/Makefile @@ -19,14 +19,12 @@ NO_ARCH= yes NO_BUILD= yes REINPLACE_ARGS= -i '' -CONFLICTS_INSTALL?= npm-node10 npm-node12 npm-node14 +CONFLICTS_INSTALL?= npm-node14 OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE NODE10 NODE12 NODE14 +OPTIONS_SINGLE_BACKEND= NODE NODE14 OPTIONS_DEFAULT=NODE -NODE_DESC= Use Node.js 15.x (www/node) as backend -NODE10_DESC= Use Node.js 10.x (www/node10) as backend -NODE12_DESC= Use Node.js 12.x (www/node12) as backend +NODE_DESC= Use Node.js 16.x (www/node) as backend NODE14_DESC= Use Node.js 14.x (www/node14) as backend CPE_VENDOR= npmjs @@ -36,21 +34,10 @@ SHEBANG_GLOB= *.py SHEBANG_FILES= lib/node_modules/npm/node_modules/node-gyp/gyp/samples/samples NODE_RUN_DEPENDS= node>=0.8.0:www/node -NODE10_RUN_DEPENDS= node10>=0.8.0:www/node10 -NODE12_RUN_DEPENDS= node12>=0.8.0:www/node12 NODE14_RUN_DEPENDS= node14>=0.8.0:www/node14 .include -.if ${PORT_OPTIONS:MNODE10} -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 -.endif -.if ${PORT_OPTIONS:MNODE12} -DEPRECATED= Uses EOL Python 2.7 via www/node12 -EXPIRATION_DATE=2021-06-23 -.endif - .if ${ARCH} == i386 # Workaround for kernel bug 178881 EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-bug-178881 diff --git a/www/p5-HTML-Adsense/Makefile b/www/p5-HTML-Adsense/Makefile index d5a14e50100..588166a4bb4 100644 --- a/www/p5-HTML-Adsense/Makefile +++ b/www/p5-HTML-Adsense/Makefile @@ -21,7 +21,7 @@ USE_PERL5= configure NO_ARCH= yes -post-extract: - @${FIND} ${WRKSRC} -name '._*' -delete +post-patch: + @${RM} ${WRKSRC}/lib/HTML/._Adsense.pm .include diff --git a/www/p5-HTML-Table/Makefile b/www/p5-HTML-Table/Makefile index c6aa996cba6..733e868a76e 100644 --- a/www/p5-HTML-Table/Makefile +++ b/www/p5-HTML-Table/Makefile @@ -13,11 +13,13 @@ COMMENT= Generate HTML tables for CGI scripts LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -PORTSCOUT= skipv:2.08 - USES= perl5 USE_PERL5= configure +NO_ARCH= yes + +PORTSCOUT= skipv:2.08 + post-extract: @${REINPLACE_CMD} -e 's|2.08a|2.08_1|' ${WRKSRC}/lib/HTML/Table.pm ${RM} ${WRKSRC}/lib/HTML/Table.pm.bak diff --git a/www/p5-Mojolicious-Plugin-Authentication/Makefile b/www/p5-Mojolicious-Plugin-Authentication/Makefile index 9101150b2aa..b2cab5f046f 100644 --- a/www/p5-Mojolicious-Plugin-Authentication/Makefile +++ b/www/p5-Mojolicious-Plugin-Authentication/Makefile @@ -1,5 +1,5 @@ PORTNAME= Mojolicious-Plugin-Authentication -PORTVERSION= 1.36 +PORTVERSION= 1.37 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/www/p5-Mojolicious-Plugin-Authentication/distinfo b/www/p5-Mojolicious-Plugin-Authentication/distinfo index 094c9023b46..5bbb698b126 100644 --- a/www/p5-Mojolicious-Plugin-Authentication/distinfo +++ b/www/p5-Mojolicious-Plugin-Authentication/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214170 -SHA256 (Mojolicious-Plugin-Authentication-1.36.tar.gz) = 8bc48363925261b253e3e10eacf60d71d9930de772936b7f3e5221691841f9bb -SIZE (Mojolicious-Plugin-Authentication-1.36.tar.gz) = 24794 +TIMESTAMP = 1624189743 +SHA256 (Mojolicious-Plugin-Authentication-1.37.tar.gz) = a7ed206725b7b395d4fca12e3f1d923da644d913333ff48ea231e064ecb1abb6 +SIZE (Mojolicious-Plugin-Authentication-1.37.tar.gz) = 27712 diff --git a/www/p5-Toadfarm/Makefile b/www/p5-Toadfarm/Makefile index 6caa807981d..bfd479285e9 100644 --- a/www/p5-Toadfarm/Makefile +++ b/www/p5-Toadfarm/Makefile @@ -1,7 +1,7 @@ # Created by: Adam Weinberger PORTNAME= Toadfarm -PORTVERSION= 0.82 +PORTVERSION= 0.83 CATEGORIES= www perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:JHTHORSEN @@ -14,7 +14,7 @@ LICENSE= ART20 BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-File-Which>=1.00:sysutils/p5-File-Which \ - p5-Mojolicious>=8.00:www/p5-Mojolicious + p5-Mojolicious>=9.11:www/p5-Mojolicious USES= perl5 USE_PERL5= configure diff --git a/www/p5-Toadfarm/distinfo b/www/p5-Toadfarm/distinfo index 8ee1871dd5c..d75858fbc3b 100644 --- a/www/p5-Toadfarm/distinfo +++ b/www/p5-Toadfarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1569809173 -SHA256 (Toadfarm-0.82.tar.gz) = b71fe77117a2269791291287f3b72370daa58dc9d4533228ed6e5b0d7a7e8777 -SIZE (Toadfarm-0.82.tar.gz) = 26722 +TIMESTAMP = 1624189745 +SHA256 (Toadfarm-0.83.tar.gz) = 8e2a81cda3d6a17e6632af88cff59079fb65e912a7c5e788b634b2d7ef84ec03 +SIZE (Toadfarm-0.83.tar.gz) = 26860 diff --git a/www/plasma5-plasma-browser-integration/distinfo b/www/plasma5-plasma-browser-integration/distinfo index ab761c1008a..49b41eda475 100644 --- a/www/plasma5-plasma-browser-integration/distinfo +++ b/www/plasma5-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866695 -SHA256 (KDE/plasma/5.22.1/plasma-browser-integration-5.22.1.tar.xz) = f88543779964c46120541f01fbefdb13f8f06061fb3f3418454598087a2e5fe6 -SIZE (KDE/plasma/5.22.1/plasma-browser-integration-5.22.1.tar.xz) = 213020 +TIMESTAMP = 1624729980 +SHA256 (KDE/plasma/5.22.2.1/plasma-browser-integration-5.22.2.1.tar.xz) = d28bc7358d790c2bf7b2136176c41775b610d9bdb2d8611e7cbbb0da59057c3e +SIZE (KDE/plasma/5.22.2.1/plasma-browser-integration-5.22.2.1.tar.xz) = 213084 diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index ae1bcdb330e..9f4072f08b0 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,6 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v -DISTVERSION= 2021.06.14.00 +DISTVERSION= 2021.06.21.00 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/proxygen/distinfo b/www/proxygen/distinfo index ef3bfda40f3..24c136ce45b 100644 --- a/www/proxygen/distinfo +++ b/www/proxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623811356 -SHA256 (facebook-proxygen-v2021.06.14.00_GH0.tar.gz) = e74d88d07b41a7485cd7e978ea43c0505db43559efd24ecbb796cdbb646e38ef -SIZE (facebook-proxygen-v2021.06.14.00_GH0.tar.gz) = 1070175 +TIMESTAMP = 1624773449 +SHA256 (facebook-proxygen-v2021.06.21.00_GH0.tar.gz) = 82c4920c60883d30fcb6508d4dcd34e76d82b8ef82955abbe61bb2a753be8e21 +SIZE (facebook-proxygen-v2021.06.21.00_GH0.tar.gz) = 1070112 diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index b26e38a87cd..de93cec9bcd 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.4.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-cloud-storage/Makefile b/www/py-google-cloud-storage/Makefile index 5243d50e7b5..eafa866a1c5 100644 --- a/www/py-google-cloud-storage/Makefile +++ b/www/py-google-cloud-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-storage -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=1.11.0<2.0:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-core>=1.4.1<2.0:www/py-google-cloud-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.2.0<2.0:www/py-google-resumable-media@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-resumable-media>=1.3.0<2.0:www/py-google-resumable-media@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.18.0<3.0.0:www/py-requests@${PY_FLAVOR} USES= python:3.5+ diff --git a/www/py-google-cloud-storage/distinfo b/www/py-google-cloud-storage/distinfo index 00e2c6c9f92..22d05d8155e 100644 --- a/www/py-google-cloud-storage/distinfo +++ b/www/py-google-cloud-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1619569495 -SHA256 (google-cloud-storage-1.38.0.tar.gz) = 162011d66f64b8dc5d7936609a5daf0066cc521231546aea02c126a5559446c4 -SIZE (google-cloud-storage-1.38.0.tar.gz) = 5462224 +TIMESTAMP = 1624189703 +SHA256 (google-cloud-storage-1.39.0.tar.gz) = e9ba9e0486b385fa0b9f16a0c3bfa4cbb7001a2285adb65374de4415588cdb2d +SIZE (google-cloud-storage-1.39.0.tar.gz) = 5466000 diff --git a/www/py-scrapy/Makefile b/www/py-scrapy/Makefile index 8abedc76b16..6527fdb0215 100644 --- a/www/py-scrapy/Makefile +++ b/www/py-scrapy/Makefile @@ -1,8 +1,7 @@ # Created by: Qing Feng PORTNAME= Scrapy -DISTVERSION= 1.6.0 -PORTREVISION= 2 +DISTVERSION= 2.5.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,23 +12,28 @@ COMMENT= High level scraping and web crawling framework LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=13.1.0:devel/py-twisted@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=2.0:security/py-cryptography@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cssselect>=0.9.1:www/py-cssselect@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itemloaders>=1.0.1:devel/py-itemloaders@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}parsel>=1.5:textproc/py-parsel@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openssl>=16.2.0:security/py-openssl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}queuelib>=1.4.2:sysutils/py-queuelib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}service_identity>=16.0.0:security/py-service_identity@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}w3lib>=1.17.0:www/py-w3lib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cssselect>=0.9:www/py-cssselect@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}queuelib>0:sysutils/py-queuelib@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}service_identity>0:security/py-service_identity@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.5.2:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}parsel>=1.5:textproc/py-parsel@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}zope.interface>=4.1.3:devel/py-zope.interface@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protego>=0.1.15:www/py-protego@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}itemadapter>=0.1.0:devel/py-itemadapter@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=3.5.0:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pydispatcher>=2.0.5:devel/py-pydispatcher@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= distutils concurrent autoplist -OPTIONS_DEFINE= SSL -OPTIONS_DEFAULT= SSL +NO_ARCH= yes -SSL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl@${PY_FLAVOR} +# Remove experimental HTTP/2 support, issues with Twisted and h2 +post-extract: + @${RM} -r ${WRKSRC}/scrapy/core/http2 + @${RM} ${WRKSRC}/scrapy/core/downloader/handlers/http2.py .include diff --git a/www/py-scrapy/distinfo b/www/py-scrapy/distinfo index d83923a10ca..a5f52400e87 100644 --- a/www/py-scrapy/distinfo +++ b/www/py-scrapy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1549229032 -SHA256 (Scrapy-1.6.0.tar.gz) = 558dfd10ac53cb324ecd7eefd3eac412161c7507c082b01b0bcd2c6e2e9f0766 -SIZE (Scrapy-1.6.0.tar.gz) = 926576 +TIMESTAMP = 1622321274 +SHA256 (Scrapy-2.5.0.tar.gz) = 0a68ed41f7173679f160c4cef2db05288548c21e7164170552adae8b13cefaab +SIZE (Scrapy-2.5.0.tar.gz) = 1071824 diff --git a/www/py-scrapy/files/patch-setup.py b/www/py-scrapy/files/patch-setup.py new file mode 100644 index 00000000000..8571812fecc --- /dev/null +++ b/www/py-scrapy/files/patch-setup.py @@ -0,0 +1,19 @@ +# Remove experimental HTTP/2 support, issues with Twisted and h2 +--- setup.py.orig 2021-04-06 14:48:02 UTC ++++ setup.py +@@ -19,7 +19,6 @@ def has_environment_marker_platform_impl_support(): + + + install_requires = [ +- 'Twisted[http2]>=17.9.0', + 'cryptography>=2.0', + 'cssselect>=0.9.1', + 'itemloaders>=1.0.1', +@@ -31,7 +30,6 @@ install_requires = [ + 'zope.interface>=4.1.3', + 'protego>=0.1.15', + 'itemadapter>=0.1.0', +- 'h2>=3.0,<4.0', + ] + extras_require = {} + cpython_dependencies = [ diff --git a/www/py-scrapy/pkg-descr b/www/py-scrapy/pkg-descr index 01e27546478..3da8287b29b 100644 --- a/www/py-scrapy/pkg-descr +++ b/www/py-scrapy/pkg-descr @@ -1,5 +1,5 @@ -Scrapy is a high level scraping and web crawling framework for writing -spiders to crawl and parse web pages for all kinds of purposes, from -information retrieval to monitoring or testing web sites. +Scrapy is a fast high-level web crawling and web scraping framework, used to +crawl websites and extract structured data from their pages. It can be used for +a wide range of purposes, from data mining to monitoring and automated testing. WWW: https://scrapy.org/ diff --git a/www/rearx/Makefile b/www/rearx/Makefile index 652f8de3c09..58b47dc1427 100644 --- a/www/rearx/Makefile +++ b/www/rearx/Makefile @@ -1,7 +1,7 @@ PORTNAME= rearx DISTVERSIONPREFIX= v DISTVERSION= 0.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/rearx/files/patch-powerpc b/www/rearx/files/patch-powerpc new file mode 100644 index 00000000000..180bb89bbc0 --- /dev/null +++ b/www/rearx/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.88/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.88/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.88/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.88/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/rubygem-protocol-http/Makefile b/www/rubygem-protocol-http/Makefile index eb3dcd834bc..579c2447ea5 100644 --- a/www/rubygem-protocol-http/Makefile +++ b/www/rubygem-protocol-http/Makefile @@ -1,7 +1,7 @@ # Created by: Po-Chuan Hsieh PORTNAME= protocol-http -PORTVERSION= 0.22.2 +PORTVERSION= 0.22.3 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-protocol-http/distinfo b/www/rubygem-protocol-http/distinfo index 2d6fad1e6fd..c0b47d89720 100644 --- a/www/rubygem-protocol-http/distinfo +++ b/www/rubygem-protocol-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214262 -SHA256 (rubygem/protocol-http-0.22.2.gem) = a58aec02d3f6903815bd1e1bb3b22ff14b38e91d42af1fe92fab64dba8047382 -SIZE (rubygem/protocol-http-0.22.2.gem) = 18432 +TIMESTAMP = 1624189711 +SHA256 (rubygem/protocol-http-0.22.3.gem) = 9b4efb754f1b52cc2f9edb41e265eff377c449e29336b21369708ad970e2a4f9 +SIZE (rubygem/protocol-http-0.22.3.gem) = 18432 diff --git a/www/unit/Makefile b/www/unit/Makefile index 7871cc3549a..66e02af9c81 100644 --- a/www/unit/Makefile +++ b/www/unit/Makefile @@ -108,6 +108,13 @@ CONFIGURE_ARGS+=--no-unix-sockets CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK} .endif +.if defined(UNIT_MODNAME) && ${UNIT_MODNAME:Mperl*} +# Fix build failure on clang12 +.if ${OSVERSION} >= 1400023 +CFLAGS+= -Wno-compound-token-split-by-macro +.endif +.endif + .if !target(post-install) post-install: ${MKDIR} ${STAGEDIR}${UNIT_DBDIR} diff --git a/www/uwebsockets/Makefile b/www/uwebsockets/Makefile index a14caa18b54..a5c5ce9e053 100644 --- a/www/uwebsockets/Makefile +++ b/www/uwebsockets/Makefile @@ -1,6 +1,6 @@ PORTNAME= uwebsockets DISTVERSIONPREFIX= v -DISTVERSION= 19.2.0 +DISTVERSION= 19.3.0 CATEGORIES= www devel MAINTAINER= yuri@FreeBSD.org diff --git a/www/uwebsockets/distinfo b/www/uwebsockets/distinfo index cbeaa579687..51450912c91 100644 --- a/www/uwebsockets/distinfo +++ b/www/uwebsockets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618431528 -SHA256 (uNetworking-uWebSockets-v19.2.0_GH0.tar.gz) = 2956075293090754bc2431c53634f93a1e74739c61392be6040cb3ed29430ec2 -SIZE (uNetworking-uWebSockets-v19.2.0_GH0.tar.gz) = 296110 +TIMESTAMP = 1624863252 +SHA256 (uNetworking-uWebSockets-v19.3.0_GH0.tar.gz) = 6f709b4e5fe053a94a952da93c07c919b36bcb8c838c69067560ae85f97c5621 +SIZE (uNetworking-uWebSockets-v19.3.0_GH0.tar.gz) = 296358 diff --git a/www/websocat/Makefile b/www/websocat/Makefile index 4f648b53f39..d8ef61facb6 100644 --- a/www/websocat/Makefile +++ b/www/websocat/Makefile @@ -3,7 +3,7 @@ PORTNAME= websocat DISTVERSIONPREFIX= v DISTVERSION= 1.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MAINTAINER= osa@FreeBSD.org diff --git a/www/websocat/files/patch-powerpc b/www/websocat/files/patch-powerpc new file mode 100644 index 00000000000..b075cabe539 --- /dev/null +++ b/www/websocat/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.65/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/www/xh/Makefile b/www/xh/Makefile index ec076a2be59..f1ed0b93dc9 100644 --- a/www/xh/Makefile +++ b/www/xh/Makefile @@ -1,6 +1,7 @@ PORTNAME= xh DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= lcook@FreeBSD.org diff --git a/www/yarn-node10/Makefile b/www/yarn-node10/Makefile deleted file mode 100644 index 10419923494..00000000000 --- a/www/yarn-node10/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Luca Pizzamiglio - -PKGNAMESUFFIX= -node10 - -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 - -CONFLICTS_INSTALL= yarn yarn-node12 yarn-node14 - -OPTIONS_EXCLUDE= NODE NODE12 NODE14 -OPTIONS_SLAVE= NODE10 - -MASTERDIR= ${.CURDIR}/../yarn - -.include "${MASTERDIR}/Makefile" diff --git a/www/yarn-node12/Makefile b/www/yarn-node12/Makefile deleted file mode 100644 index 27f4ac35cc3..00000000000 --- a/www/yarn-node12/Makefile +++ /dev/null @@ -1,15 +0,0 @@ -# Created by: Luca Pizzamiglio - -PKGNAMESUFFIX= -node12 - -DEPRECATED= Uses EOL Python 2.7 via www/node12 -EXPIRATION_DATE=2021-06-23 - -CONFLICTS_INSTALL= yarn yarn-node10 yarn-node14 - -OPTIONS_EXCLUDE= NODE NODE10 NODE14 -OPTIONS_SLAVE= NODE12 - -MASTERDIR= ${.CURDIR}/../yarn - -.include "${MASTERDIR}/Makefile" diff --git a/www/yarn-node14/Makefile b/www/yarn-node14/Makefile index 41bec036c37..7e51b027382 100644 --- a/www/yarn-node14/Makefile +++ b/www/yarn-node14/Makefile @@ -2,9 +2,9 @@ PKGNAMESUFFIX= -node14 -CONFLICTS_INSTALL= yarn yarn-node10 yarn-node12 +CONFLICTS_INSTALL= yarn -OPTIONS_EXCLUDE= NODE NODE10 NODE12 +OPTIONS_EXCLUDE= NODE OPTIONS_SLAVE= NODE14 MASTERDIR= ${.CURDIR}/../yarn diff --git a/www/yarn/Makefile b/www/yarn/Makefile index 5be56e0ba9a..f58e153b410 100644 --- a/www/yarn/Makefile +++ b/www/yarn/Makefile @@ -10,24 +10,20 @@ COMMENT= Package manager for node, alternative to npm LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -CONFLICTS_INSTALL?= yarn-node14 yarn-node12 yarn-node10 +CONFLICTS_INSTALL?= yarn-node14 yarn-node10 OPTIONS_DEFINE= HADOOPCOMPAT OPTIONS_SINGLE= BACKEND -OPTIONS_SINGLE_BACKEND= NODE10 NODE12 NODE14 NODE +OPTIONS_SINGLE_BACKEND= NODE14 NODE OPTIONS_DEFAULT= NODE HADOOPCOMPAT_DESC= hadoop2 compatibility, the yarn script is excluded NODE_DESC= Use www/node as backend NODE14_DESC= Use www/node14 as backend -NODE12_DESC= Use www/node12 as backend -NODE10_DESC= Use www/node10 as backend OPTIONS_SUB= yes NODE_RUN_DEPENDS= node>=0.8.0:www/node NODE14_RUN_DEPENDS= node14>=14.0.0:www/node14 -NODE12_RUN_DEPENDS= node12>=12.0.0:www/node12 -NODE10_RUN_DEPENDS= node10>=10.0.0:www/node10 HADOOPCOMPAT_CONFLICTS_INSTALL_OFF= hadoop2* @@ -54,16 +50,4 @@ do-install-HADOOPCOMPAT-off: ${RLN} ${STAGEDIR}${PREFIX}/lib/node_modules/yarn/bin/yarn \ ${STAGEDIR}${PREFIX}/bin/yarn -.include - -.if ${PORT_OPTIONS:MNODE10} -DEPRECATED= Uses EOL Python 2.7 via www/node10 -EXPIRATION_DATE=2021-06-23 -.endif -.if ${PORT_OPTIONS:MNODE12} -DEPRECATED= Uses EOL Python 2.7 via www/node12 -EXPIRATION_DATE=2021-06-23 -.endif - - .include diff --git a/www/zola/Makefile b/www/zola/Makefile index 722bd8226fb..17f83007811 100644 --- a/www/zola/Makefile +++ b/www/zola/Makefile @@ -1,7 +1,7 @@ PORTNAME= zola DISTVERSIONPREFIX= v DISTVERSION= 0.13.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MAINTAINER= mikael@FreeBSD.org diff --git a/x11-fonts/fntsample/Makefile b/x11-fonts/fntsample/Makefile index 9a04637fae1..ffc9743e6ae 100644 --- a/x11-fonts/fntsample/Makefile +++ b/x11-fonts/fntsample/Makefile @@ -3,9 +3,9 @@ PORTNAME= fntsample PORTVERSION= 5.3 DISTVERSIONPREFIX= release/ -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts -MASTER_SITES= https://unicode.org/Public/12.1.0/ucd/:unidata +MASTER_SITES= https://unicode.org/Public/13.0.0/ucd/:unidata DISTFILES= Blocks.txt:unidata EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} diff --git a/x11-fonts/fntsample/distinfo b/x11-fonts/fntsample/distinfo index cdbaaf28bbc..e8c4db41072 100644 --- a/x11-fonts/fntsample/distinfo +++ b/x11-fonts/fntsample/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1556971329 -SHA256 (Blocks.txt) = a28b205afe8625fffdb6544a5fe14cf02b91493d9900f07820fa2102a17548f7 -SIZE (Blocks.txt) = 10086 +TIMESTAMP = 1624189679 +SHA256 (Blocks.txt) = 81a82b6a9fcf1a9c12f588d7a1decd73a9afdc4cac95b0eb7e576e7942d6c19f +SIZE (Blocks.txt) = 10346 SHA256 (eugmes-fntsample-release-5.3_GH0.tar.gz) = e4e8b50b0a5e984cfdaa32b7d133bd3bf0c62edb14f752f7df1190176023972b SIZE (eugmes-fntsample-release-5.3_GH0.tar.gz) = 56508 diff --git a/x11-fonts/iosevka/Makefile b/x11-fonts/iosevka/Makefile index 54a2029b688..fd36670dfb7 100644 --- a/x11-fonts/iosevka/Makefile +++ b/x11-fonts/iosevka/Makefile @@ -1,6 +1,6 @@ PORTNAME= iosevka DISTVERSIONPREFIX= v -DISTVERSION= 7.0.3 +DISTVERSION= 7.2.1 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/be5invis/Iosevka/releases/download/${DISTVERSIONFULL}/ diff --git a/x11-fonts/iosevka/distinfo b/x11-fonts/iosevka/distinfo index 9b6f983892f..b5f3e624467 100644 --- a/x11-fonts/iosevka/distinfo +++ b/x11-fonts/iosevka/distinfo @@ -1,49 +1,49 @@ -TIMESTAMP = 1622566585 -SHA256 (super-ttc-iosevka-aile-7.0.3.zip) = 3aa4af30d8ff19e25ee1c54f52e1fa6a2a6a50237eea75e875e471c528d0ae67 -SIZE (super-ttc-iosevka-aile-7.0.3.zip) = 25517425 -SHA256 (super-ttc-iosevka-ss01-7.0.3.zip) = 23d77e5682f9ff73260444c8c2ce21873f7dade1a8569e39198f5ea38f36cefe -SIZE (super-ttc-iosevka-ss01-7.0.3.zip) = 18358441 -SHA256 (super-ttc-iosevka-ss02-7.0.3.zip) = 8360ce5288e96dc2a5ad0a5584f7e538aaf708e9dbc95a4cfcb21de44ea58924 -SIZE (super-ttc-iosevka-ss02-7.0.3.zip) = 18557879 -SHA256 (super-ttc-iosevka-ss03-7.0.3.zip) = 8aab953f7454a60a5eb0470fc855d86ea545db9992f710118de114abdef9331f -SIZE (super-ttc-iosevka-ss03-7.0.3.zip) = 18724156 -SHA256 (super-ttc-iosevka-curly-slab-7.0.3.zip) = e257f43bb7bb9c7ef328210cf67b80d31769e27cb9c8c41dc82151bb443bda33 -SIZE (super-ttc-iosevka-curly-slab-7.0.3.zip) = 70365377 -SHA256 (super-ttc-iosevka-curly-7.0.3.zip) = 5eb2cc33011e4e0a12bfd672b7ee02bd590cd1091185956481f62c14ad4f0191 -SIZE (super-ttc-iosevka-curly-7.0.3.zip) = 68626534 -SHA256 (super-ttc-iosevka-7.0.3.zip) = e7e0c3d426d523d22d3b3c0fe7b1daea3481d0bf05f37fd24dc3c06bb8886d63 -SIZE (super-ttc-iosevka-7.0.3.zip) = 68614382 -SHA256 (super-ttc-iosevka-ss10-7.0.3.zip) = 0748fab2569a3b8f35c0affd391cdb751f60ab6691c293cf67e02e6fc9c0bc6e -SIZE (super-ttc-iosevka-ss10-7.0.3.zip) = 18620069 -SHA256 (super-ttc-iosevka-etoile-7.0.3.zip) = 686bb06273a1fc08b70776b4e8449bf572ff9ee329ffe7cc686f48db1a26b944 -SIZE (super-ttc-iosevka-etoile-7.0.3.zip) = 26702634 -SHA256 (super-ttc-iosevka-ss05-7.0.3.zip) = 93fa7b2537a41a1ab7a287ed5c8994fc9e6016ccf931968e3328c837776976c7 -SIZE (super-ttc-iosevka-ss05-7.0.3.zip) = 18638316 -SHA256 (super-ttc-iosevka-ss15-7.0.3.zip) = b2ce5f6a6565d58bee7610c883fa7f74d2f6739e6953caa311e39d86c04a1eb2 -SIZE (super-ttc-iosevka-ss15-7.0.3.zip) = 19248834 -SHA256 (super-ttc-iosevka-ss18-7.0.3.zip) = 008c5be0e2a29e878df371efe256c3db15d8e4784806a175626204bbc6bfbfdf -SIZE (super-ttc-iosevka-ss18-7.0.3.zip) = 18449535 -SHA256 (super-ttc-iosevka-ss14-7.0.3.zip) = 18934cd6f44dc160931caa093b70307d36ad3011835c6df18c73684d13da4eba -SIZE (super-ttc-iosevka-ss14-7.0.3.zip) = 18147953 -SHA256 (super-ttc-iosevka-ss06-7.0.3.zip) = b6bd11657308cd46fe139ffbb89236ee9c722463b7197baaa0f95a6359b9b8c6 -SIZE (super-ttc-iosevka-ss06-7.0.3.zip) = 18327057 -SHA256 (super-ttc-iosevka-ss13-7.0.3.zip) = d4e2a00f41d0146976482133d71f24ebeff3274252ed2cad3fc580fe9131e3d9 -SIZE (super-ttc-iosevka-ss13-7.0.3.zip) = 18340357 -SHA256 (super-ttc-iosevka-ss04-7.0.3.zip) = 62675237fb592103ccda8772a55a6cc863870851012f7c731960b146c36e4e94 -SIZE (super-ttc-iosevka-ss04-7.0.3.zip) = 18137025 -SHA256 (super-ttc-iosevka-ss07-7.0.3.zip) = 248bebd0ee11d03015bcc1d2af0720a0e179f5dccf716d1e92b1addd7f720d69 -SIZE (super-ttc-iosevka-ss07-7.0.3.zip) = 18300160 -SHA256 (super-ttc-iosevka-ss08-7.0.3.zip) = b2d2acd930d36ebb75722ca35b86b302aa53ac8e64122a8cf0efdac596ca4012 -SIZE (super-ttc-iosevka-ss08-7.0.3.zip) = 18670412 -SHA256 (super-ttc-iosevka-ss16-7.0.3.zip) = 0c7c017e91377e10df92fc809f6b125fb0d3da6c818317b2238d55247a726aa5 -SIZE (super-ttc-iosevka-ss16-7.0.3.zip) = 18361740 -SHA256 (super-ttc-iosevka-ss17-7.0.3.zip) = 78c8445f6b397ac9f85785f0075fa1c7195e9334071997c882d85107f32d03e8 -SIZE (super-ttc-iosevka-ss17-7.0.3.zip) = 19764855 -SHA256 (super-ttc-iosevka-slab-7.0.3.zip) = 67d1de7d7cb3326adb93f735d36d929846033b8f9fd8550086fc622dcb8f15b0 -SIZE (super-ttc-iosevka-slab-7.0.3.zip) = 70552822 -SHA256 (super-ttc-iosevka-ss09-7.0.3.zip) = c1d9df667f36b662ee3cf172091c86a21aa92caf23aca30c159860b7a50cd957 -SIZE (super-ttc-iosevka-ss09-7.0.3.zip) = 18785660 -SHA256 (super-ttc-iosevka-ss12-7.0.3.zip) = edabd568f5814a06f419328edf6ed1d407f4728d7548993d3d3aa686ba372694 -SIZE (super-ttc-iosevka-ss12-7.0.3.zip) = 18843785 -SHA256 (super-ttc-iosevka-ss11-7.0.3.zip) = 258c85f96ef22fa77f0e71086172f898602d9b8c5c17ef517940f963e8ff3558 -SIZE (super-ttc-iosevka-ss11-7.0.3.zip) = 18735721 +TIMESTAMP = 1624871070 +SHA256 (super-ttc-iosevka-aile-7.2.1.zip) = 82243a05e17e617f5202bc435712792f9ca03a4a2152afeae50ffdde59e968c1 +SIZE (super-ttc-iosevka-aile-7.2.1.zip) = 27076617 +SHA256 (super-ttc-iosevka-ss01-7.2.1.zip) = aa599db29eed8264e44206fb5223c93d88c565cbf1fdb2ed1f7948e37d41a71f +SIZE (super-ttc-iosevka-ss01-7.2.1.zip) = 16948528 +SHA256 (super-ttc-iosevka-ss02-7.2.1.zip) = 06c48793ccdfcf99f33c07fc5008e629c375ff34e365a7a699a7d35fcd86baa9 +SIZE (super-ttc-iosevka-ss02-7.2.1.zip) = 17168481 +SHA256 (super-ttc-iosevka-ss03-7.2.1.zip) = 91ab69b62b4a4397ff61ce8ee361914e5cab5c59b5cb3d768a314621cbfad87b +SIZE (super-ttc-iosevka-ss03-7.2.1.zip) = 17262554 +SHA256 (super-ttc-iosevka-curly-slab-7.2.1.zip) = 95ab06efd7babfe0d2ba853003080cbaa4b2792d21630a1f2c56c67834478c9f +SIZE (super-ttc-iosevka-curly-slab-7.2.1.zip) = 60896479 +SHA256 (super-ttc-iosevka-curly-7.2.1.zip) = c54b07cb9081377b53d14d804888b22af732b0b0607f92645c8bba8e80733339 +SIZE (super-ttc-iosevka-curly-7.2.1.zip) = 58066509 +SHA256 (super-ttc-iosevka-7.2.1.zip) = 71b4fc535bb51fd66c4be9da847f177d01f9bfe43021b152bfc042caa6e999b7 +SIZE (super-ttc-iosevka-7.2.1.zip) = 58044557 +SHA256 (super-ttc-iosevka-ss10-7.2.1.zip) = 74c90c0e838615b8cc12605b484634b4d37100dc39ee5ca9932763ecd1d2aa6e +SIZE (super-ttc-iosevka-ss10-7.2.1.zip) = 17144832 +SHA256 (super-ttc-iosevka-etoile-7.2.1.zip) = bafd0e961324d9cf06952a51f9a1d6cc99f1275fea9f6264ecbb2e14920f6615 +SIZE (super-ttc-iosevka-etoile-7.2.1.zip) = 29254422 +SHA256 (super-ttc-iosevka-ss05-7.2.1.zip) = eac8035b56eefd4bba2e894badb4a1480dda5169d5fd495744964bab8668316e +SIZE (super-ttc-iosevka-ss05-7.2.1.zip) = 17213933 +SHA256 (super-ttc-iosevka-ss15-7.2.1.zip) = 2353364c3856231f7465b3f08f37ac081b53a5a79298e94ed3b2e62d92dd57fb +SIZE (super-ttc-iosevka-ss15-7.2.1.zip) = 17801621 +SHA256 (super-ttc-iosevka-ss18-7.2.1.zip) = e817b0a1e36519700a1c278f83a75732277ca18557f490a167af0571a49c134a +SIZE (super-ttc-iosevka-ss18-7.2.1.zip) = 17075153 +SHA256 (super-ttc-iosevka-ss14-7.2.1.zip) = 0975302237c274f80df89b9547b89b01851c6554164514c77c131394a6168696 +SIZE (super-ttc-iosevka-ss14-7.2.1.zip) = 16687488 +SHA256 (super-ttc-iosevka-ss06-7.2.1.zip) = e1c8f41867ccd8534ee66709bb8019e47dd6c9747eb293ac3ad3428d50ba34d2 +SIZE (super-ttc-iosevka-ss06-7.2.1.zip) = 16934214 +SHA256 (super-ttc-iosevka-ss13-7.2.1.zip) = 053dc3f01a7e49cb7a02514fdf42f84c471bec891661d55fcb9de943e3a3ba8c +SIZE (super-ttc-iosevka-ss13-7.2.1.zip) = 16934652 +SHA256 (super-ttc-iosevka-ss04-7.2.1.zip) = c640e063a073eba9580aa54bb51ee7eb16c22748f0fe79eeaf17685cb345cf37 +SIZE (super-ttc-iosevka-ss04-7.2.1.zip) = 16781242 +SHA256 (super-ttc-iosevka-ss07-7.2.1.zip) = c5608f4a84e06e4f9dba429c88fda9cd4006fefcd415419f7e237f368221b6d8 +SIZE (super-ttc-iosevka-ss07-7.2.1.zip) = 16912959 +SHA256 (super-ttc-iosevka-ss08-7.2.1.zip) = 853df0cda5b650ec0dce23052eecd9f18ef13eeebf8e90bee3afe90c58fabeee +SIZE (super-ttc-iosevka-ss08-7.2.1.zip) = 17306860 +SHA256 (super-ttc-iosevka-ss16-7.2.1.zip) = 93abac6acc29e590898e1f5490103af5f512f218a82d4a82b8551e76800a2792 +SIZE (super-ttc-iosevka-ss16-7.2.1.zip) = 17121947 +SHA256 (super-ttc-iosevka-ss17-7.2.1.zip) = da67b6b50b8e277dc41e11a7ed4f21756bd35f8b317a753d7e7d530e4e28c8b1 +SIZE (super-ttc-iosevka-ss17-7.2.1.zip) = 18503332 +SHA256 (super-ttc-iosevka-slab-7.2.1.zip) = 0d20d0d764deeac1f10f77ef3e14feeb88c1314c71ab32d79147c7d09d385591 +SIZE (super-ttc-iosevka-slab-7.2.1.zip) = 61046113 +SHA256 (super-ttc-iosevka-ss09-7.2.1.zip) = 22c5c3fd724bfb3cac5dd12b1101f29e469a113e3d5d5ed7d3b25442c783734e +SIZE (super-ttc-iosevka-ss09-7.2.1.zip) = 17305208 +SHA256 (super-ttc-iosevka-ss12-7.2.1.zip) = 179de3642295d533734f67e36163b9df8b835705b030854da7acfa342eb4503e +SIZE (super-ttc-iosevka-ss12-7.2.1.zip) = 17351006 +SHA256 (super-ttc-iosevka-ss11-7.2.1.zip) = 2b40ceee3c082f4d4da2b8c25aa25e08aa08c5fd3ea80e8c678f67bfbe76f5e4 +SIZE (super-ttc-iosevka-ss11-7.2.1.zip) = 17229598 diff --git a/x11-fonts/sudo-font/Makefile b/x11-fonts/sudo-font/Makefile index 2a3167d7d7b..4963bba0d54 100644 --- a/x11-fonts/sudo-font/Makefile +++ b/x11-fonts/sudo-font/Makefile @@ -1,13 +1,13 @@ PORTNAME= sudo-font DISTVERSIONPREFIX= v -DISTVERSION= 0.53.1 +DISTVERSION= 0.55.2 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/jenskutilek/sudo-font/raw/${DISTVERSIONFULL}/dist/ DISTNAME= sudo DIST_SUBDIR= ${PORTNAME}-${DISTVERSIONFULL} MAINTAINER= 0mp@FreeBSD.org -COMMENT= Font for programmers and command line users +COMMENT= Font for programmers and command-line users LICENSE= OFL11 LICENSE_FILE= ${WRKSRC}/OFL.txt diff --git a/x11-fonts/sudo-font/distinfo b/x11-fonts/sudo-font/distinfo index 8c45edf190d..1f0d4d33ecf 100644 --- a/x11-fonts/sudo-font/distinfo +++ b/x11-fonts/sudo-font/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621935347 -SHA256 (sudo-font-v0.53.1/sudo.zip) = 20524f17a8e8434970e1a51f03d35cdfebed076b7ba48b193e2d3bf7ff9fbbce -SIZE (sudo-font-v0.53.1/sudo.zip) = 2441860 +TIMESTAMP = 1624608576 +SHA256 (sudo-font-v0.55.2/sudo.zip) = fd39608d0a531b68777c68c5ab31f873a6803191a210be102d3d4cc1d66cce59 +SIZE (sudo-font-v0.55.2/sudo.zip) = 2492093 diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index f3c737a8504..6fcdb351d8d 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= xorg-server PORTVERSION?= 1.20.11 -PORTREVISION?= 1 +PORTREVISION?= 2 PORTEPOCH?= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver @@ -103,7 +103,7 @@ PLIST= ${.CURDIR}/pkg-plist CONFIGURE_ENV= SHA1_LIB="-L/usr/lib -lcrypto" SHA1_CFLAGS="-I/usr/include" .endif -.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le +.if ${ARCH} == aarch64 || ${ARCH} == amd64 || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le LIB_DEPENDS+= libunwind.so:devel/libunwind .endif diff --git a/x11-servers/xwayland-devel/Makefile b/x11-servers/xwayland-devel/Makefile index 8ce0018e03a..e09fae0e13c 100644 --- a/x11-servers/xwayland-devel/Makefile +++ b/x11-servers/xwayland-devel/Makefile @@ -1,7 +1,7 @@ PORTNAME= xwayland DISTVERSIONPREFIX= xorg-server- -DISTVERSION= 1.20.0-980 -DISTVERSIONSUFFIX= -gef89b6648 +DISTVERSION= 1.20.0-987 +DISTVERSIONSUFFIX= -g2531ee024 CATEGORIES= x11-servers PKGNAMESUFFIX= -devel diff --git a/x11-servers/xwayland-devel/distinfo b/x11-servers/xwayland-devel/distinfo index 615c9a433ed..0380cbee385 100644 --- a/x11-servers/xwayland-devel/distinfo +++ b/x11-servers/xwayland-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624277497 -SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 38d50c27b41f7479eb5357a12bd61cb4befc3cfbb305d505519a2610b9b00981 -SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-980-gef89b6648_GH0.tar.gz) = 5862329 +TIMESTAMP = 1624647286 +SHA256 (freedesktop-xorg-xserver-xorg-server-1.20.0-987-g2531ee024_GH0.tar.gz) = 006056dfd0dff7089c8eba991aac6c7cb4df39afa5f12ac365c9a065aa86e813 +SIZE (freedesktop-xorg-xserver-xorg-server-1.20.0-987-g2531ee024_GH0.tar.gz) = 5862777 SHA256 (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = ea68fe40cf55247538fd3f0f891ef0ba229b541b56e0874b7efed60688228638 SIZE (freedesktop-xorg-xorgproto-xorgproto-2021.4.99.2_GH0.tar.gz) = 981510 SHA256 (231720f8b212.patch) = 50b5ff308e26982ad41f8203303e0c44d3751a2009dc66337c370a1b022f4c0d diff --git a/x11-themes/flat-remix-icon-themes/Makefile b/x11-themes/flat-remix-icon-themes/Makefile index 79770ecfee7..4db1e1ee5b9 100644 --- a/x11-themes/flat-remix-icon-themes/Makefile +++ b/x11-themes/flat-remix-icon-themes/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken PORTNAME= flat-remix -PORTVERSION= 20210518 +PORTVERSION= 20210620 CATEGORIES= x11-themes PKGNAMESUFFIX= -icon-themes diff --git a/x11-themes/flat-remix-icon-themes/distinfo b/x11-themes/flat-remix-icon-themes/distinfo index 9f2fd4415cd..15e543979fe 100644 --- a/x11-themes/flat-remix-icon-themes/distinfo +++ b/x11-themes/flat-remix-icon-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621454949 -SHA256 (daniruiz-flat-remix-20210518_GH0.tar.gz) = 1eb4a716515abd59b98b84d2660fb6383edfec8aa0a740d52769d944bc329f2e -SIZE (daniruiz-flat-remix-20210518_GH0.tar.gz) = 159171135 +TIMESTAMP = 1624722885 +SHA256 (daniruiz-flat-remix-20210620_GH0.tar.gz) = 7f536657fedd9c3f7e6424b8d2ff0081132a9fa5c507e8fb205c3db12689da70 +SIZE (daniruiz-flat-remix-20210620_GH0.tar.gz) = 159508989 diff --git a/x11-themes/flat-remix-icon-themes/pkg-plist b/x11-themes/flat-remix-icon-themes/pkg-plist index c7bb1d65580..f4220761204 100644 --- a/x11-themes/flat-remix-icon-themes/pkg-plist +++ b/x11-themes/flat-remix-icon-themes/pkg-plist @@ -2675,6 +2675,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Babe.svg @@ -2684,6 +2685,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/DictionaryReader.svg @@ -2698,6 +2700,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Gitter.svg @@ -2712,6 +2715,8 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Black-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/LabPlot2.svg @@ -2752,7 +2757,6 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Black-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/SpiderOak.svg @@ -2845,6 +2849,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/alc.svg @@ -2901,6 +2906,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -2927,6 +2933,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-supertux2.svg @@ -2935,6 +2944,8 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applets-screenshooter.svg @@ -2990,6 +3001,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/appointment-soon.svg @@ -3244,6 +3256,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/byzanz.svg @@ -3363,6 +3376,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -3472,6 +3486,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/colorhug-flash.svg @@ -3492,10 +3507,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -3510,6 +3529,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -3520,10 +3540,13 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -3553,6 +3576,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -3569,12 +3593,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.rssguard.svg @@ -3585,9 +3611,11 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -3598,6 +3626,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.gnome.Software.svg @@ -3622,10 +3651,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Black-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -3642,9 +3675,12 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -3774,6 +3810,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/cumulus.svg @@ -3795,6 +3832,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -3817,6 +3855,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -3929,6 +3968,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/discord.svg @@ -4040,6 +4080,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/easytag.svg @@ -4064,9 +4105,12 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/emacs-24.svg @@ -4132,6 +4176,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/evince.svg @@ -4217,6 +4262,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/flacon.svg @@ -4344,6 +4390,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/geogebra-classic.svg @@ -4383,6 +4430,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/glchess.svg @@ -4787,6 +4835,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/gtkpod.svg @@ -4908,12 +4957,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/imagewriter.svg @@ -4967,6 +5018,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.element.Element.svg @@ -5002,14 +5054,20 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -5021,7 +5079,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/iok.svg @@ -5064,6 +5124,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/javasnoop.svg @@ -5800,6 +5861,14 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -5839,7 +5908,19 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/liveusb-creator.svg @@ -5940,6 +6021,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/lxterminal.svg @@ -5991,6 +6073,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mate-indicator-applet.svg @@ -6181,6 +6264,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/mousepad.svg @@ -6284,6 +6368,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -6291,6 +6376,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -6439,6 +6525,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/obs.svg @@ -6475,6 +6562,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/openjdk-11.svg @@ -6524,6 +6612,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -6541,7 +6630,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.eclipse.Java.svg @@ -6556,6 +6647,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -6576,7 +6668,9 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gna.Warmux.svg @@ -6588,6 +6682,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.Calendar.svg @@ -6753,12 +6848,15 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -6775,6 +6873,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -6790,6 +6889,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.k3b.svg @@ -6801,6 +6901,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kbruch.svg @@ -6820,6 +6921,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kleopatra.svg @@ -6836,6 +6938,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.korganizer.svg @@ -6854,6 +6957,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.latte.separator.svg @@ -6949,6 +7053,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -6984,6 +7089,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.o20.word.svg @@ -7000,6 +7106,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -7010,8 +7117,10 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -7022,10 +7131,13 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -7044,6 +7156,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/org.xfce.mousepad.svg @@ -7172,6 +7285,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pattern-kde4.svg @@ -7273,6 +7387,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/portal.svg @@ -7359,6 +7474,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -7454,6 +7570,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qalculate-applet.svg @@ -7473,6 +7590,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/qlipper.svg @@ -7738,6 +7856,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/smartcode-stremio.svg @@ -7860,6 +7979,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_20920.svg @@ -7870,6 +7990,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/steam_icon_233720.svg @@ -8124,6 +8245,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tabletconnected.svg @@ -8145,6 +8267,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/telepathy-kde.svg @@ -8183,6 +8306,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/thunderbird-icon.svg @@ -8213,6 +8337,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/tomboy.svg @@ -8511,6 +8636,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/whatsdesk.svg @@ -8593,6 +8719,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/x-office-calendar.svg @@ -8701,6 +8828,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-hibernate.svg @@ -8711,6 +8839,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/xhydra.svg @@ -8754,6 +8883,7 @@ share/icons/Flat-Remix-Black-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Black-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Black-Dark/apps/scalable/yandex-browser-beta.svg @@ -16101,6 +16231,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Black-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Babe.svg @@ -16110,6 +16241,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Black-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Black-Light/apps/scalable/DictionaryReader.svg @@ -16124,6 +16256,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Black-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Black-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Gitter.svg @@ -16138,6 +16271,8 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Black-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Black-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Black-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Black-Light/apps/scalable/LabPlot2.svg @@ -16178,7 +16313,6 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Black-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Black-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Black-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Black-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Black-Light/apps/scalable/SpiderOak.svg @@ -16271,6 +16405,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Black-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Black-Light/apps/scalable/alc.svg @@ -16327,6 +16462,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-bitwarden.svg @@ -16353,6 +16489,9 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-supertux2.svg @@ -16361,6 +16500,8 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applets-screenshooter.svg @@ -16416,6 +16557,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Black-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/appointment-soon.svg @@ -16670,6 +16812,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Black-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Black-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Black-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/byzanz.svg @@ -16789,6 +16932,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Black-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -16898,6 +17042,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Black-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Black-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Black-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Black-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Black-Light/apps/scalable/colorhug-flash.svg @@ -16918,10 +17063,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -16936,6 +17085,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -16946,10 +17096,13 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -16979,6 +17132,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -16995,12 +17149,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.rssguard.svg @@ -17011,9 +17167,11 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -17024,6 +17182,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.gnome.Software.svg @@ -17048,10 +17207,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.onlyoffice.DesktopEditors.s share/icons/Flat-Remix-Black-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -17068,9 +17231,12 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Black-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -17200,6 +17366,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Black-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Black-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Black-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Black-Light/apps/scalable/css.svg share/icons/Flat-Remix-Black-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/cumulus.svg @@ -17221,6 +17388,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Black-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Black-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Black-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Black-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -17243,6 +17411,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Black-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Black-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Black-Light/apps/scalable/de.openstreetmap.josm.svg @@ -17355,6 +17524,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Black-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Black-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Black-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Black-Light/apps/scalable/discord.svg @@ -17466,6 +17636,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Black-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Black-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Black-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Black-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Black-Light/apps/scalable/easytag.svg @@ -17490,9 +17661,12 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Black-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Black-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Black-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Black-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/element.svg share/icons/Flat-Remix-Black-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Black-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/emacs-24.svg @@ -17558,6 +17732,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Black-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Black-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Black-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Black-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Black-Light/apps/scalable/evince.svg @@ -17643,6 +17818,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Black-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Black-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Black-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Black-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Black-Light/apps/scalable/flacon.svg @@ -17770,6 +17946,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Black-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Black-Light/apps/scalable/geogebra-classic.svg @@ -17809,6 +17986,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Black-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Black-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Black-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Black-Light/apps/scalable/glchess.svg @@ -18213,6 +18391,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Black-Light/apps/scalable/gtkpod.svg @@ -18334,12 +18513,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Black-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Black-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Black-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Black-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Black-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Black-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Black-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/imagewriter.svg @@ -18393,6 +18574,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.element.Element.svg @@ -18428,14 +18610,20 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.gitlab.o20.word.svg @@ -18447,7 +18635,9 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Black-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Black-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/iok.svg @@ -18490,6 +18680,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/javasnoop.svg @@ -19226,6 +19417,14 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Black-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Black-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -19265,7 +19464,19 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Black-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Black-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Black-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/live.svg share/icons/Flat-Remix-Black-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Black-Light/apps/scalable/liveusb-creator.svg @@ -19366,6 +19577,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Black-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Black-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Black-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Black-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Black-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Black-Light/apps/scalable/lxterminal.svg @@ -19417,6 +19629,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mate-indicator-applet.svg @@ -19607,6 +19820,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Black-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Black-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Black-Light/apps/scalable/mousepad.svg @@ -19710,6 +19924,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -19717,6 +19932,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Black-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -19865,6 +20081,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Black-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Black-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Black-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Black-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Black-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Black-Light/apps/scalable/obs.svg @@ -19901,6 +20118,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Black-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Black-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Black-Light/apps/scalable/openjdk-11.svg @@ -19950,6 +20168,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -19967,7 +20186,9 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.deepin.flatdeb.deepin-image share/icons/Flat-Remix-Black-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.eclipse.Java.svg @@ -19982,6 +20203,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.fontforge.FontForge.svg @@ -20002,7 +20224,9 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gna.Warmux.svg @@ -20014,6 +20238,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.Calendar.svg @@ -20179,12 +20404,15 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -20201,6 +20429,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.calligrasheets.svg @@ -20216,6 +20445,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.k3b.svg @@ -20227,6 +20457,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kbruch.svg @@ -20246,6 +20477,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kleopatra.svg @@ -20262,6 +20494,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.korganizer.svg @@ -20280,6 +20513,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.latte.separator.svg @@ -20375,6 +20609,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.ksnip.ksnip.svg @@ -20410,6 +20645,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.o20.word.svg @@ -20426,6 +20662,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -20436,8 +20673,10 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -20448,10 +20687,13 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -20470,6 +20712,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Black-Light/apps/scalable/org.xfce.mousepad.svg @@ -20598,6 +20841,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Black-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/password.svg share/icons/Flat-Remix-Black-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Black-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Black-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Black-Light/apps/scalable/pattern-kde4.svg @@ -20699,6 +20943,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Black-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Black-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Black-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Black-Light/apps/scalable/portal.svg @@ -20785,6 +21030,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Black-Light/apps/scalable/preferences-system-bluetooth.svg @@ -20880,6 +21126,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Black-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Black-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Black-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Black-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Black-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qalculate-applet.svg @@ -20899,6 +21146,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Black-Light/apps/scalable/qlipper.svg @@ -21164,6 +21412,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Black-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Black-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Black-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Black-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Black-Light/apps/scalable/smartcode-stremio.svg @@ -21286,6 +21535,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_20920.svg @@ -21296,6 +21546,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Black-Light/apps/scalable/steam_icon_233720.svg @@ -21550,6 +21801,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/system.svg share/icons/Flat-Remix-Black-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Black-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Black-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Black-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tabletconnected.svg @@ -21571,6 +21823,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Black-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Black-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Black-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Black-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Black-Light/apps/scalable/telepathy-kde.svg @@ -21609,6 +21862,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Black-Light/apps/scalable/thunderbird-icon.svg @@ -21639,6 +21893,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Black-Light/apps/scalable/tomboy.svg @@ -21937,6 +22192,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Black-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Black-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Black-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Black-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Black-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Black-Light/apps/scalable/whatsdesk.svg @@ -22019,6 +22275,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Black-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Black-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Black-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Black-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Black-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Black-Light/apps/scalable/x-office-calendar.svg @@ -22127,6 +22384,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfsm-hibernate.svg @@ -22137,6 +22395,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Black-Light/apps/scalable/xhydra.svg @@ -22180,6 +22439,7 @@ share/icons/Flat-Remix-Black-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Black-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Black-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Black-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Black-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Black-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Black-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Black-Light/apps/scalable/yandex-browser-beta.svg @@ -29528,6 +29788,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Babe.svg @@ -29537,6 +29798,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/DictionaryReader.svg @@ -29551,6 +29813,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Gitter.svg @@ -29565,6 +29828,8 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Blue-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/LabPlot2.svg @@ -29605,7 +29870,6 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Blue-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/SpiderOak.svg @@ -29698,6 +29962,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/alc.svg @@ -29754,6 +30019,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -29780,6 +30046,9 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-org.keepassxc.KeePass share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-supertux2.svg @@ -29788,6 +30057,8 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applets-screenshooter.svg @@ -29843,6 +30114,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/appointment-soon.svg @@ -30097,6 +30369,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/byzanz.svg @@ -30216,6 +30489,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmfd share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -30325,6 +30599,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/colorhug-flash.svg @@ -30345,10 +30620,14 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -30363,6 +30642,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -30373,10 +30653,13 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -30406,6 +30689,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -30422,12 +30706,14 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.rssguard.svg @@ -30438,9 +30724,11 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.themix_project.Oomox.s share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -30451,6 +30739,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.gnome.Software.svg @@ -30475,10 +30764,14 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.onlyoffice.DesktopEditors.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -30495,9 +30788,12 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -30627,6 +30923,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/cumulus.svg @@ -30648,6 +30945,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -30670,6 +30968,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -30782,6 +31081,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/discord.svg @@ -30893,6 +31193,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/easytag.svg @@ -30917,9 +31218,12 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/emacs-24.svg @@ -30985,6 +31289,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/evince.svg @@ -31070,6 +31375,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/flacon.svg @@ -31197,6 +31503,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/geogebra-classic.svg @@ -31236,6 +31543,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/glchess.svg @@ -31640,6 +31948,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/gtkpod.svg @@ -31761,12 +32070,14 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/imagewriter.svg @@ -31820,6 +32131,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.element.Element.svg @@ -31855,14 +32167,20 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -31874,7 +32192,9 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/iok.svg @@ -31917,6 +32237,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/javasnoop.svg @@ -32653,6 +32974,14 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -32692,7 +33021,19 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/liveusb-creator.svg @@ -32793,6 +33134,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/lxterminal.svg @@ -32844,6 +33186,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mate-indicator-applet.svg @@ -33034,6 +33377,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/mousepad.svg @@ -33137,6 +33481,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -33144,6 +33489,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -33292,6 +33638,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/obs.svg @@ -33328,6 +33675,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/openjdk-11.svg @@ -33377,6 +33725,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -33394,7 +33743,9 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.deepin.flatdeb.deepin-image-v share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.eclipse.Java.svg @@ -33409,6 +33760,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -33429,7 +33781,9 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gna.Warmux.svg @@ -33441,6 +33795,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.Calendar.svg @@ -33606,12 +33961,15 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -33628,6 +33986,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -33643,6 +34002,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.k3b.svg @@ -33654,6 +34014,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kbruch.svg @@ -33673,6 +34034,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kleopatra.svg @@ -33689,6 +34051,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.korganizer.svg @@ -33707,6 +34070,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.latte.separator.svg @@ -33802,6 +34166,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -33837,6 +34202,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.o20.word.svg @@ -33853,6 +34219,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -33863,8 +34230,10 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -33875,10 +34244,13 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -33897,6 +34269,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/org.xfce.mousepad.svg @@ -34025,6 +34398,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/pattern-kde4.svg @@ -34126,6 +34500,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/portal.svg @@ -34212,6 +34587,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -34307,6 +34683,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qalculate-applet.svg @@ -34326,6 +34703,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/qlipper.svg @@ -34591,6 +34969,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/smartcode-stremio.svg @@ -34713,6 +35092,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_20920.svg @@ -34723,6 +35103,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/steam_icon_233720.svg @@ -34977,6 +35358,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tabletconnected.svg @@ -34998,6 +35380,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/telepathy-kde.svg @@ -35036,6 +35419,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/thunderbird-icon.svg @@ -35066,6 +35450,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/tomboy.svg @@ -35364,6 +35749,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/whatsdesk.svg @@ -35446,6 +35832,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/x-office-calendar.svg @@ -35554,6 +35941,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfsm-hibernate.svg @@ -35564,6 +35952,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/xhydra.svg @@ -35607,6 +35996,7 @@ share/icons/Flat-Remix-Blue-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Blue-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Blue-Dark/apps/scalable/yandex-browser-beta.svg @@ -42954,6 +43344,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Babe.svg @@ -42963,6 +43354,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/DictionaryReader.svg @@ -42977,6 +43369,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Gitter.svg @@ -42991,6 +43384,8 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Blue-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/LabPlot2.svg @@ -43031,7 +43426,6 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Blue-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/SpiderOak.svg @@ -43124,6 +43518,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/alc.svg @@ -43180,6 +43575,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-bitwarden.svg @@ -43206,6 +43602,9 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-supertux2.svg @@ -43214,6 +43613,8 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applets-screenshooter.svg @@ -43269,6 +43670,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/appointment-soon.svg @@ -43523,6 +43925,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/byzanz.svg @@ -43642,6 +44045,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -43751,6 +44155,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/colorhug-flash.svg @@ -43771,10 +44176,14 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -43789,6 +44198,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -43799,10 +44209,13 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -43832,6 +44245,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -43848,12 +44262,14 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.rssguard.svg @@ -43864,9 +44280,11 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -43877,6 +44295,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.gnome.Software.svg @@ -43901,10 +44320,14 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Blue-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -43921,9 +44344,12 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -44053,6 +44479,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/css.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/cumulus.svg @@ -44074,6 +44501,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -44096,6 +44524,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/de.openstreetmap.josm.svg @@ -44208,6 +44637,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/discord.svg @@ -44319,6 +44749,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/easytag.svg @@ -44343,9 +44774,12 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/element.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/emacs-24.svg @@ -44411,6 +44845,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/evince.svg @@ -44496,6 +44931,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/flacon.svg @@ -44623,6 +45059,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/geogebra-classic.svg @@ -44662,6 +45099,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/glchess.svg @@ -45066,6 +45504,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/gtkpod.svg @@ -45187,12 +45626,14 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/imagewriter.svg @@ -45246,6 +45687,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.element.Element.svg @@ -45281,14 +45723,20 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.gitlab.o20.word.svg @@ -45300,7 +45748,9 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/iok.svg @@ -45343,6 +45793,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/javasnoop.svg @@ -46079,6 +46530,14 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -46118,7 +46577,19 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/live.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/liveusb-creator.svg @@ -46219,6 +46690,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/lxterminal.svg @@ -46270,6 +46742,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mate-indicator-applet.svg @@ -46460,6 +46933,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/mousepad.svg @@ -46563,6 +47037,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -46570,6 +47045,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -46718,6 +47194,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/obs.svg @@ -46754,6 +47231,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/openjdk-11.svg @@ -46803,6 +47281,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -46820,7 +47299,9 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Blue-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.eclipse.Java.svg @@ -46835,6 +47316,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.fontforge.FontForge.svg @@ -46855,7 +47337,9 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gna.Warmux.svg @@ -46867,6 +47351,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.Calendar.svg @@ -47032,12 +47517,15 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -47054,6 +47542,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.calligrasheets.svg @@ -47069,6 +47558,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.k3b.svg @@ -47080,6 +47570,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kbruch.svg @@ -47099,6 +47590,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kleopatra.svg @@ -47115,6 +47607,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.korganizer.svg @@ -47133,6 +47626,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.latte.separator.svg @@ -47228,6 +47722,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.ksnip.ksnip.svg @@ -47263,6 +47758,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.o20.word.svg @@ -47279,6 +47775,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -47289,8 +47786,10 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -47301,10 +47800,13 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -47323,6 +47825,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/org.xfce.mousepad.svg @@ -47451,6 +47954,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/password.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/pattern-kde4.svg @@ -47552,6 +48056,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/portal.svg @@ -47638,6 +48143,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/preferences-system-bluetooth.svg @@ -47733,6 +48239,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qalculate-applet.svg @@ -47752,6 +48259,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/qlipper.svg @@ -48017,6 +48525,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/smartcode-stremio.svg @@ -48139,6 +48648,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_20920.svg @@ -48149,6 +48659,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/steam_icon_233720.svg @@ -48403,6 +48914,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/system.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tabletconnected.svg @@ -48424,6 +48936,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/telepathy-kde.svg @@ -48462,6 +48975,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/thunderbird-icon.svg @@ -48492,6 +49006,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/tomboy.svg @@ -48790,6 +49305,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/whatsdesk.svg @@ -48872,6 +49388,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/x-office-calendar.svg @@ -48980,6 +49497,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfsm-hibernate.svg @@ -48990,6 +49508,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/xhydra.svg @@ -49033,6 +49552,7 @@ share/icons/Flat-Remix-Blue-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Blue-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Blue-Light/apps/scalable/yandex-browser-beta.svg @@ -56381,6 +56901,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Babe.svg @@ -56390,6 +56911,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/DictionaryReader.svg @@ -56404,6 +56926,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Gitter.svg @@ -56418,6 +56941,8 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Brown-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/LabPlot2.svg @@ -56458,7 +56983,6 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Brown-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/SpiderOak.svg @@ -56551,6 +57075,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/alc.svg @@ -56607,6 +57132,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -56633,6 +57159,9 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-supertux2.svg @@ -56641,6 +57170,8 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applets-screenshooter.svg @@ -56696,6 +57227,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/appointment-soon.svg @@ -56950,6 +57482,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/byzanz.svg @@ -57069,6 +57602,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -57178,6 +57712,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/colorhug-flash.svg @@ -57198,10 +57733,14 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -57216,6 +57755,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -57226,10 +57766,13 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -57259,6 +57802,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -57275,12 +57819,14 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.rssguard.svg @@ -57291,9 +57837,11 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -57304,6 +57852,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.gnome.Software.svg @@ -57328,10 +57877,14 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -57348,9 +57901,12 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -57480,6 +58036,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/cumulus.svg @@ -57501,6 +58058,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -57523,6 +58081,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -57635,6 +58194,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/discord.svg @@ -57746,6 +58306,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/easytag.svg @@ -57770,9 +58331,12 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/emacs-24.svg @@ -57838,6 +58402,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/evince.svg @@ -57923,6 +58488,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/flacon.svg @@ -58050,6 +58616,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/geogebra-classic.svg @@ -58089,6 +58656,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/glchess.svg @@ -58493,6 +59061,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/gtkpod.svg @@ -58614,12 +59183,14 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/imagewriter.svg @@ -58673,6 +59244,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.element.Element.svg @@ -58708,14 +59280,20 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -58727,7 +59305,9 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/iok.svg @@ -58770,6 +59350,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/javasnoop.svg @@ -59506,6 +60087,14 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -59545,7 +60134,19 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/liveusb-creator.svg @@ -59646,6 +60247,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/lxterminal.svg @@ -59697,6 +60299,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mate-indicator-applet.svg @@ -59887,6 +60490,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/mousepad.svg @@ -59990,6 +60594,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -59997,6 +60602,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -60145,6 +60751,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/obs.svg @@ -60181,6 +60788,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/openjdk-11.svg @@ -60230,6 +60838,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -60247,7 +60856,9 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.eclipse.Java.svg @@ -60262,6 +60873,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -60282,7 +60894,9 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gna.Warmux.svg @@ -60294,6 +60908,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.Calendar.svg @@ -60459,12 +61074,15 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -60481,6 +61099,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -60496,6 +61115,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.k3b.svg @@ -60507,6 +61127,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kbruch.svg @@ -60526,6 +61147,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kleopatra.svg @@ -60542,6 +61164,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.korganizer.svg @@ -60560,6 +61183,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.latte.separator.svg @@ -60655,6 +61279,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -60690,6 +61315,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.o20.word.svg @@ -60706,6 +61332,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -60716,8 +61343,10 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -60728,10 +61357,13 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -60750,6 +61382,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/org.xfce.mousepad.svg @@ -60878,6 +61511,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/pattern-kde4.svg @@ -60979,6 +61613,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/portal.svg @@ -61065,6 +61700,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -61160,6 +61796,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qalculate-applet.svg @@ -61179,6 +61816,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/qlipper.svg @@ -61444,6 +62082,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/smartcode-stremio.svg @@ -61566,6 +62205,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_20920.svg @@ -61576,6 +62216,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/steam_icon_233720.svg @@ -61830,6 +62471,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tabletconnected.svg @@ -61851,6 +62493,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/telepathy-kde.svg @@ -61889,6 +62532,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/thunderbird-icon.svg @@ -61919,6 +62563,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/tomboy.svg @@ -62217,6 +62862,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/whatsdesk.svg @@ -62299,6 +62945,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/x-office-calendar.svg @@ -62407,6 +63054,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfsm-hibernate.svg @@ -62417,6 +63065,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/xhydra.svg @@ -62460,6 +63109,7 @@ share/icons/Flat-Remix-Brown-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Brown-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Brown-Dark/apps/scalable/yandex-browser-beta.svg @@ -69807,6 +70457,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Babe.svg @@ -69816,6 +70467,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/DictionaryReader.svg @@ -69830,6 +70482,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Gitter.svg @@ -69844,6 +70497,8 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Brown-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/LabPlot2.svg @@ -69884,7 +70539,6 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Brown-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/SpiderOak.svg @@ -69977,6 +70631,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/alc.svg @@ -70033,6 +70688,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-bitwarden.svg @@ -70059,6 +70715,9 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-supertux2.svg @@ -70067,6 +70726,8 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applets-screenshooter.svg @@ -70122,6 +70783,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/appointment-soon.svg @@ -70376,6 +71038,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/byzanz.svg @@ -70495,6 +71158,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -70604,6 +71268,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/colorhug-flash.svg @@ -70624,10 +71289,14 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -70642,6 +71311,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -70652,10 +71322,13 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -70685,6 +71358,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -70701,12 +71375,14 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.rssguard.svg @@ -70717,9 +71393,11 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -70730,6 +71408,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.gnome.Software.svg @@ -70754,10 +71433,14 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.onlyoffice.DesktopEditors.s share/icons/Flat-Remix-Brown-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -70774,9 +71457,12 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -70906,6 +71592,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/css.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/cumulus.svg @@ -70927,6 +71614,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -70949,6 +71637,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/de.openstreetmap.josm.svg @@ -71061,6 +71750,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/discord.svg @@ -71172,6 +71862,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/easytag.svg @@ -71196,9 +71887,12 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/element.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/emacs-24.svg @@ -71264,6 +71958,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/evince.svg @@ -71349,6 +72044,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/flacon.svg @@ -71476,6 +72172,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/geogebra-classic.svg @@ -71515,6 +72212,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/glchess.svg @@ -71919,6 +72617,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/gtkpod.svg @@ -72040,12 +72739,14 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/imagewriter.svg @@ -72099,6 +72800,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.element.Element.svg @@ -72134,14 +72836,20 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.gitlab.o20.word.svg @@ -72153,7 +72861,9 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/iok.svg @@ -72196,6 +72906,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/javasnoop.svg @@ -72932,6 +73643,14 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -72971,7 +73690,19 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/live.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/liveusb-creator.svg @@ -73072,6 +73803,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/lxterminal.svg @@ -73123,6 +73855,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mate-indicator-applet.svg @@ -73313,6 +74046,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/mousepad.svg @@ -73416,6 +74150,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -73423,6 +74158,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -73571,6 +74307,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/obs.svg @@ -73607,6 +74344,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/openjdk-11.svg @@ -73656,6 +74394,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -73673,7 +74412,9 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.deepin.flatdeb.deepin-image share/icons/Flat-Remix-Brown-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.eclipse.Java.svg @@ -73688,6 +74429,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.fontforge.FontForge.svg @@ -73708,7 +74450,9 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gna.Warmux.svg @@ -73720,6 +74464,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.Calendar.svg @@ -73885,12 +74630,15 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -73907,6 +74655,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.calligrasheets.svg @@ -73922,6 +74671,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.k3b.svg @@ -73933,6 +74683,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kbruch.svg @@ -73952,6 +74703,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kleopatra.svg @@ -73968,6 +74720,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.korganizer.svg @@ -73986,6 +74739,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.latte.separator.svg @@ -74081,6 +74835,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.ksnip.ksnip.svg @@ -74116,6 +74871,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.o20.word.svg @@ -74132,6 +74888,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -74142,8 +74899,10 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -74154,10 +74913,13 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -74176,6 +74938,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/org.xfce.mousepad.svg @@ -74304,6 +75067,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/password.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/pattern-kde4.svg @@ -74405,6 +75169,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/portal.svg @@ -74491,6 +75256,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/preferences-system-bluetooth.svg @@ -74586,6 +75352,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qalculate-applet.svg @@ -74605,6 +75372,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/qlipper.svg @@ -74870,6 +75638,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/smartcode-stremio.svg @@ -74992,6 +75761,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_20920.svg @@ -75002,6 +75772,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/steam_icon_233720.svg @@ -75256,6 +76027,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/system.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tabletconnected.svg @@ -75277,6 +76049,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/telepathy-kde.svg @@ -75315,6 +76088,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/thunderbird-icon.svg @@ -75345,6 +76119,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/tomboy.svg @@ -75643,6 +76418,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/whatsdesk.svg @@ -75725,6 +76501,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/x-office-calendar.svg @@ -75833,6 +76610,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfsm-hibernate.svg @@ -75843,6 +76621,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/xhydra.svg @@ -75886,6 +76665,7 @@ share/icons/Flat-Remix-Brown-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Brown-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Brown-Light/apps/scalable/yandex-browser-beta.svg @@ -83234,6 +84014,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Babe.svg @@ -83243,6 +84024,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/DictionaryReader.svg @@ -83257,6 +84039,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Gitter.svg @@ -83271,6 +84054,8 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/LabPlot2.svg @@ -83311,7 +84096,6 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Cyan-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/SpiderOak.svg @@ -83404,6 +84188,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/alc.svg @@ -83460,6 +84245,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -83486,6 +84272,9 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-org.keepassxc.KeePass share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-supertux2.svg @@ -83494,6 +84283,8 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applets-screenshooter.svg @@ -83549,6 +84340,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/appointment-soon.svg @@ -83803,6 +84595,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/byzanz.svg @@ -83922,6 +84715,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmfd share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -84031,6 +84825,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/colorhug-flash.svg @@ -84051,10 +84846,14 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -84069,6 +84868,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -84079,10 +84879,13 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -84112,6 +84915,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -84128,12 +84932,14 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.rssguard.svg @@ -84144,9 +84950,11 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.themix_project.Oomox.s share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -84157,6 +84965,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.gnome.Software.svg @@ -84181,10 +84990,14 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.onlyoffice.DesktopEditors.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -84201,9 +85014,12 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -84333,6 +85149,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/cumulus.svg @@ -84354,6 +85171,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -84376,6 +85194,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -84488,6 +85307,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/discord.svg @@ -84599,6 +85419,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/easytag.svg @@ -84623,9 +85444,12 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/emacs-24.svg @@ -84691,6 +85515,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/evince.svg @@ -84776,6 +85601,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/flacon.svg @@ -84903,6 +85729,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/geogebra-classic.svg @@ -84942,6 +85769,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/glchess.svg @@ -85346,6 +86174,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/gtkpod.svg @@ -85467,12 +86296,14 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/imagewriter.svg @@ -85526,6 +86357,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.element.Element.svg @@ -85561,14 +86393,20 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -85580,7 +86418,9 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/iok.svg @@ -85623,6 +86463,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/javasnoop.svg @@ -86359,6 +87200,14 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -86398,7 +87247,19 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/liveusb-creator.svg @@ -86499,6 +87360,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/lxterminal.svg @@ -86550,6 +87412,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mate-indicator-applet.svg @@ -86740,6 +87603,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/mousepad.svg @@ -86843,6 +87707,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -86850,6 +87715,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -86998,6 +87864,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/obs.svg @@ -87034,6 +87901,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/openjdk-11.svg @@ -87083,6 +87951,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -87100,7 +87969,9 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.deepin.flatdeb.deepin-image-v share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.eclipse.Java.svg @@ -87115,6 +87986,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -87135,7 +88007,9 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gna.Warmux.svg @@ -87147,6 +88021,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.Calendar.svg @@ -87312,12 +88187,15 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -87334,6 +88212,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -87349,6 +88228,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.k3b.svg @@ -87360,6 +88240,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kbruch.svg @@ -87379,6 +88260,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kleopatra.svg @@ -87395,6 +88277,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.korganizer.svg @@ -87413,6 +88296,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.latte.separator.svg @@ -87508,6 +88392,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -87543,6 +88428,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.o20.word.svg @@ -87559,6 +88445,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -87569,8 +88456,10 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -87581,10 +88470,13 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -87603,6 +88495,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/org.xfce.mousepad.svg @@ -87731,6 +88624,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/pattern-kde4.svg @@ -87832,6 +88726,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/portal.svg @@ -87918,6 +88813,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -88013,6 +88909,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qalculate-applet.svg @@ -88032,6 +88929,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/qlipper.svg @@ -88297,6 +89195,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/smartcode-stremio.svg @@ -88419,6 +89318,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_20920.svg @@ -88429,6 +89329,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/steam_icon_233720.svg @@ -88683,6 +89584,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tabletconnected.svg @@ -88704,6 +89606,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/telepathy-kde.svg @@ -88742,6 +89645,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/thunderbird-icon.svg @@ -88772,6 +89676,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/tomboy.svg @@ -89070,6 +89975,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/whatsdesk.svg @@ -89152,6 +90058,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/x-office-calendar.svg @@ -89260,6 +90167,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfsm-hibernate.svg @@ -89270,6 +90178,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/xhydra.svg @@ -89313,6 +90222,7 @@ share/icons/Flat-Remix-Cyan-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Cyan-Dark/apps/scalable/yandex-browser-beta.svg @@ -96660,6 +97570,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Babe.svg @@ -96669,6 +97580,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/DictionaryReader.svg @@ -96683,6 +97595,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Gitter.svg @@ -96697,6 +97610,8 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Cyan-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/LabPlot2.svg @@ -96737,7 +97652,6 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Cyan-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/SpiderOak.svg @@ -96830,6 +97744,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/alc.svg @@ -96886,6 +97801,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-bitwarden.svg @@ -96912,6 +97828,9 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-supertux2.svg @@ -96920,6 +97839,8 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applets-screenshooter.svg @@ -96975,6 +97896,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/appointment-soon.svg @@ -97229,6 +98151,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/byzanz.svg @@ -97348,6 +98271,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -97457,6 +98381,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/colorhug-flash.svg @@ -97477,10 +98402,14 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -97495,6 +98424,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -97505,10 +98435,13 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -97538,6 +98471,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -97554,12 +98488,14 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.rssguard.svg @@ -97570,9 +98506,11 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -97583,6 +98521,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.gnome.Software.svg @@ -97607,10 +98546,14 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -97627,9 +98570,12 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -97759,6 +98705,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/css.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/cumulus.svg @@ -97780,6 +98727,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -97802,6 +98750,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/de.openstreetmap.josm.svg @@ -97914,6 +98863,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/discord.svg @@ -98025,6 +98975,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/easytag.svg @@ -98049,9 +99000,12 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/element.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/emacs-24.svg @@ -98117,6 +99071,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/evince.svg @@ -98202,6 +99157,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/flacon.svg @@ -98329,6 +99285,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/geogebra-classic.svg @@ -98368,6 +99325,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/glchess.svg @@ -98772,6 +99730,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/gtkpod.svg @@ -98893,12 +99852,14 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/imagewriter.svg @@ -98952,6 +99913,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.element.Element.svg @@ -98987,14 +99949,20 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.gitlab.o20.word.svg @@ -99006,7 +99974,9 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/iok.svg @@ -99049,6 +100019,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/javasnoop.svg @@ -99785,6 +100756,14 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -99824,7 +100803,19 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/live.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/liveusb-creator.svg @@ -99925,6 +100916,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/lxterminal.svg @@ -99976,6 +100968,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mate-indicator-applet.svg @@ -100166,6 +101159,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/mousepad.svg @@ -100269,6 +101263,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -100276,6 +101271,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -100424,6 +101420,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/obs.svg @@ -100460,6 +101457,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/openjdk-11.svg @@ -100509,6 +101507,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -100526,7 +101525,9 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.eclipse.Java.svg @@ -100541,6 +101542,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.fontforge.FontForge.svg @@ -100561,7 +101563,9 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gna.Warmux.svg @@ -100573,6 +101577,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.Calendar.svg @@ -100738,12 +101743,15 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -100760,6 +101768,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.calligrasheets.svg @@ -100775,6 +101784,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.k3b.svg @@ -100786,6 +101796,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kbruch.svg @@ -100805,6 +101816,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kleopatra.svg @@ -100821,6 +101833,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.korganizer.svg @@ -100839,6 +101852,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.latte.separator.svg @@ -100934,6 +101948,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.ksnip.ksnip.svg @@ -100969,6 +101984,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.o20.word.svg @@ -100985,6 +102001,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -100995,8 +102012,10 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -101007,10 +102026,13 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -101029,6 +102051,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/org.xfce.mousepad.svg @@ -101157,6 +102180,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/password.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/pattern-kde4.svg @@ -101258,6 +102282,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/portal.svg @@ -101344,6 +102369,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/preferences-system-bluetooth.svg @@ -101439,6 +102465,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qalculate-applet.svg @@ -101458,6 +102485,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/qlipper.svg @@ -101723,6 +102751,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/smartcode-stremio.svg @@ -101845,6 +102874,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_20920.svg @@ -101855,6 +102885,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/steam_icon_233720.svg @@ -102109,6 +103140,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/system.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tabletconnected.svg @@ -102130,6 +103162,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/telepathy-kde.svg @@ -102168,6 +103201,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/thunderbird-icon.svg @@ -102198,6 +103232,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/tomboy.svg @@ -102496,6 +103531,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/whatsdesk.svg @@ -102578,6 +103614,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/x-office-calendar.svg @@ -102686,6 +103723,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfsm-hibernate.svg @@ -102696,6 +103734,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/xhydra.svg @@ -102739,6 +103778,7 @@ share/icons/Flat-Remix-Cyan-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Cyan-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Cyan-Light/apps/scalable/yandex-browser-beta.svg @@ -110087,6 +111127,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Babe.svg @@ -110096,6 +111137,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/DictionaryReader.svg @@ -110110,6 +111152,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Gitter.svg @@ -110124,6 +111167,8 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Green-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/LabPlot2.svg @@ -110164,7 +111209,6 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Green-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/SpiderOak.svg @@ -110257,6 +111301,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/alc.svg @@ -110313,6 +111358,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -110339,6 +111385,9 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-supertux2.svg @@ -110347,6 +111396,8 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applets-screenshooter.svg @@ -110402,6 +111453,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/appointment-soon.svg @@ -110656,6 +111708,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/byzanz.svg @@ -110775,6 +111828,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -110884,6 +111938,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/colorhug-flash.svg @@ -110904,10 +111959,14 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -110922,6 +111981,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -110932,10 +111992,13 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -110965,6 +112028,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -110981,12 +112045,14 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.rssguard.svg @@ -110997,9 +112063,11 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -111010,6 +112078,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.gnome.Software.svg @@ -111034,10 +112103,14 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Green-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -111054,9 +112127,12 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -111186,6 +112262,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/cumulus.svg @@ -111207,6 +112284,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -111229,6 +112307,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -111341,6 +112420,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/discord.svg @@ -111452,6 +112532,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/easytag.svg @@ -111476,9 +112557,12 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/emacs-24.svg @@ -111544,6 +112628,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/evince.svg @@ -111629,6 +112714,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/flacon.svg @@ -111756,6 +112842,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/geogebra-classic.svg @@ -111795,6 +112882,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/glchess.svg @@ -112199,6 +113287,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/gtkpod.svg @@ -112320,12 +113409,14 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/imagewriter.svg @@ -112379,6 +113470,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.element.Element.svg @@ -112414,14 +113506,20 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -112433,7 +113531,9 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/iok.svg @@ -112476,6 +113576,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/javasnoop.svg @@ -113212,6 +114313,14 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -113251,7 +114360,19 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/liveusb-creator.svg @@ -113352,6 +114473,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/lxterminal.svg @@ -113403,6 +114525,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mate-indicator-applet.svg @@ -113593,6 +114716,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/mousepad.svg @@ -113696,6 +114820,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -113703,6 +114828,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -113851,6 +114977,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/obs.svg @@ -113887,6 +115014,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/openjdk-11.svg @@ -113936,6 +115064,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -113953,7 +115082,9 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Green-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.eclipse.Java.svg @@ -113968,6 +115099,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -113988,7 +115120,9 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gna.Warmux.svg @@ -114000,6 +115134,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.Calendar.svg @@ -114165,12 +115300,15 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -114187,6 +115325,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -114202,6 +115341,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.k3b.svg @@ -114213,6 +115353,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kbruch.svg @@ -114232,6 +115373,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kleopatra.svg @@ -114248,6 +115390,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.korganizer.svg @@ -114266,6 +115409,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.latte.separator.svg @@ -114361,6 +115505,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -114396,6 +115541,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.o20.word.svg @@ -114412,6 +115558,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -114422,8 +115569,10 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -114434,10 +115583,13 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -114456,6 +115608,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/org.xfce.mousepad.svg @@ -114584,6 +115737,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/pattern-kde4.svg @@ -114685,6 +115839,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/portal.svg @@ -114771,6 +115926,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -114866,6 +116022,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qalculate-applet.svg @@ -114885,6 +116042,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/qlipper.svg @@ -115150,6 +116308,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/smartcode-stremio.svg @@ -115272,6 +116431,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_20920.svg @@ -115282,6 +116442,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/steam_icon_233720.svg @@ -115536,6 +116697,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tabletconnected.svg @@ -115557,6 +116719,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/telepathy-kde.svg @@ -115595,6 +116758,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/thunderbird-icon.svg @@ -115625,6 +116789,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/tomboy.svg @@ -115923,6 +117088,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/whatsdesk.svg @@ -116005,6 +117171,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/x-office-calendar.svg @@ -116113,6 +117280,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfsm-hibernate.svg @@ -116123,6 +117291,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/xhydra.svg @@ -116166,6 +117335,7 @@ share/icons/Flat-Remix-Green-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Green-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Green-Dark/apps/scalable/yandex-browser-beta.svg @@ -123513,6 +124683,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Green-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Babe.svg @@ -123522,6 +124693,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Green-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Green-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Green-Light/apps/scalable/DictionaryReader.svg @@ -123536,6 +124708,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Green-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Green-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Green-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Green-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Green-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Gitter.svg @@ -123550,6 +124723,8 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Green-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Green-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Green-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Green-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Green-Light/apps/scalable/LabPlot2.svg @@ -123590,7 +124765,6 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Green-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Green-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Green-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Green-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Green-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Green-Light/apps/scalable/SpiderOak.svg @@ -123683,6 +124857,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Green-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Green-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Green-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Green-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Green-Light/apps/scalable/alc.svg @@ -123739,6 +124914,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-bitwarden.svg @@ -123765,6 +124941,9 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-supertux2.svg @@ -123773,6 +124952,8 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applets-screenshooter.svg @@ -123828,6 +125009,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Green-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Green-Light/apps/scalable/appointment-soon.svg @@ -124082,6 +125264,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Green-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Green-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Green-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Green-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/byzanz.svg @@ -124201,6 +125384,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Green-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -124310,6 +125494,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Green-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Green-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Green-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Green-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Green-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Green-Light/apps/scalable/colorhug-flash.svg @@ -124330,10 +125515,14 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -124348,6 +125537,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -124358,10 +125548,13 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -124391,6 +125584,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -124407,12 +125601,14 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.rssguard.svg @@ -124423,9 +125619,11 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -124436,6 +125634,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.gnome.Software.svg @@ -124460,10 +125659,14 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.onlyoffice.DesktopEditors.s share/icons/Flat-Remix-Green-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -124480,9 +125683,12 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Green-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -124612,6 +125818,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Green-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Green-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Green-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Green-Light/apps/scalable/css.svg share/icons/Flat-Remix-Green-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/cumulus.svg @@ -124633,6 +125840,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Green-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Green-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Green-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Green-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -124655,6 +125863,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Green-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Green-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Green-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Green-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Green-Light/apps/scalable/de.openstreetmap.josm.svg @@ -124767,6 +125976,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Green-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Green-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Green-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Green-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Green-Light/apps/scalable/discord.svg @@ -124878,6 +126088,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Green-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Green-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Green-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Green-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Green-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Green-Light/apps/scalable/easytag.svg @@ -124902,9 +126113,12 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Green-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Green-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Green-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Green-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/element.svg share/icons/Flat-Remix-Green-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Green-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/emacs-24.svg @@ -124970,6 +126184,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Green-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Green-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Green-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Green-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Green-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Green-Light/apps/scalable/evince.svg @@ -125055,6 +126270,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Green-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Green-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Green-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Green-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Green-Light/apps/scalable/flacon.svg @@ -125182,6 +126398,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Green-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Green-Light/apps/scalable/geogebra-classic.svg @@ -125221,6 +126438,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Green-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Green-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Green-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Green-Light/apps/scalable/glchess.svg @@ -125625,6 +126843,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Green-Light/apps/scalable/gtkpod.svg @@ -125746,12 +126965,14 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Green-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Green-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Green-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Green-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Green-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Green-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Green-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Green-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/imagewriter.svg @@ -125805,6 +127026,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.element.Element.svg @@ -125840,14 +127062,20 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.gitlab.o20.word.svg @@ -125859,7 +127087,9 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Green-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Green-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Green-Light/apps/scalable/iok.svg @@ -125902,6 +127132,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/javasnoop.svg @@ -126638,6 +127869,14 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Green-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Green-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -126677,7 +127916,19 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Green-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Green-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Green-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/live.svg share/icons/Flat-Remix-Green-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Green-Light/apps/scalable/liveusb-creator.svg @@ -126778,6 +128029,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Green-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Green-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Green-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Green-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Green-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Green-Light/apps/scalable/lxterminal.svg @@ -126829,6 +128081,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mate-indicator-applet.svg @@ -127019,6 +128272,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Green-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Green-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Green-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Green-Light/apps/scalable/mousepad.svg @@ -127122,6 +128376,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -127129,6 +128384,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Green-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -127277,6 +128533,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Green-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Green-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Green-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Green-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Green-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Green-Light/apps/scalable/obs.svg @@ -127313,6 +128570,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Green-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Green-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Green-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Green-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Green-Light/apps/scalable/openjdk-11.svg @@ -127362,6 +128620,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -127379,7 +128638,9 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.deepin.flatdeb.deepin-image share/icons/Flat-Remix-Green-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.eclipse.Java.svg @@ -127394,6 +128655,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.fontforge.FontForge.svg @@ -127414,7 +128676,9 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gna.Warmux.svg @@ -127426,6 +128690,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.Calendar.svg @@ -127591,12 +128856,15 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -127613,6 +128881,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.calligrasheets.svg @@ -127628,6 +128897,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.k3b.svg @@ -127639,6 +128909,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kbruch.svg @@ -127658,6 +128929,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kleopatra.svg @@ -127674,6 +128946,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.korganizer.svg @@ -127692,6 +128965,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.latte.separator.svg @@ -127787,6 +129061,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.ksnip.ksnip.svg @@ -127822,6 +129097,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.o20.word.svg @@ -127838,6 +129114,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -127848,8 +129125,10 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -127860,10 +129139,13 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -127882,6 +129164,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Green-Light/apps/scalable/org.xfce.mousepad.svg @@ -128010,6 +129293,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Green-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/password.svg share/icons/Flat-Remix-Green-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Green-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Green-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Green-Light/apps/scalable/pattern-kde4.svg @@ -128111,6 +129395,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Green-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Green-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Green-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Green-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Green-Light/apps/scalable/portal.svg @@ -128197,6 +129482,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Green-Light/apps/scalable/preferences-system-bluetooth.svg @@ -128292,6 +129578,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Green-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Green-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Green-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Green-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Green-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qalculate-applet.svg @@ -128311,6 +129598,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Green-Light/apps/scalable/qlipper.svg @@ -128576,6 +129864,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Green-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Green-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Green-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Green-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Green-Light/apps/scalable/smartcode-stremio.svg @@ -128698,6 +129987,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_20920.svg @@ -128708,6 +129998,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Green-Light/apps/scalable/steam_icon_233720.svg @@ -128962,6 +130253,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/system.svg share/icons/Flat-Remix-Green-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Green-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Green-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Green-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tabletconnected.svg @@ -128983,6 +130275,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Green-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Green-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Green-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Green-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Green-Light/apps/scalable/telepathy-kde.svg @@ -129021,6 +130314,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Green-Light/apps/scalable/thunderbird-icon.svg @@ -129051,6 +130345,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Green-Light/apps/scalable/tomboy.svg @@ -129349,6 +130644,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Green-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Green-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Green-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Green-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Green-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Green-Light/apps/scalable/whatsdesk.svg @@ -129431,6 +130727,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Green-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Green-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Green-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Green-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Green-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Green-Light/apps/scalable/x-office-calendar.svg @@ -129539,6 +130836,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfsm-hibernate.svg @@ -129549,6 +130847,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Green-Light/apps/scalable/xhydra.svg @@ -129592,6 +130891,7 @@ share/icons/Flat-Remix-Green-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Green-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Green-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Green-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Green-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Green-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Green-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Green-Light/apps/scalable/yandex-browser-beta.svg @@ -136940,6 +138240,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Babe.svg @@ -136949,6 +138250,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/DictionaryReader.svg @@ -136963,6 +138265,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Gitter.svg @@ -136977,6 +138280,8 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Grey-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/LabPlot2.svg @@ -137017,7 +138322,6 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Grey-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/SpiderOak.svg @@ -137110,6 +138414,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/alc.svg @@ -137166,6 +138471,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -137192,6 +138498,9 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-org.keepassxc.KeePass share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-supertux2.svg @@ -137200,6 +138509,8 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applets-screenshooter.svg @@ -137255,6 +138566,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/appointment-soon.svg @@ -137509,6 +138821,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/byzanz.svg @@ -137628,6 +138941,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmfd share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -137737,6 +139051,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/colorhug-flash.svg @@ -137757,10 +139072,14 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -137775,6 +139094,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -137785,10 +139105,13 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -137818,6 +139141,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -137834,12 +139158,14 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.rssguard.svg @@ -137850,9 +139176,11 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.themix_project.Oomox.s share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -137863,6 +139191,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.gnome.Software.svg @@ -137887,10 +139216,14 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.onlyoffice.DesktopEditors.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -137907,9 +139240,12 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -138039,6 +139375,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/cumulus.svg @@ -138060,6 +139397,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -138082,6 +139420,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -138194,6 +139533,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/discord.svg @@ -138305,6 +139645,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/easytag.svg @@ -138329,9 +139670,12 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/emacs-24.svg @@ -138397,6 +139741,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/evince.svg @@ -138482,6 +139827,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/flacon.svg @@ -138609,6 +139955,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/geogebra-classic.svg @@ -138648,6 +139995,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/glchess.svg @@ -139052,6 +140400,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/gtkpod.svg @@ -139173,12 +140522,14 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/imagewriter.svg @@ -139232,6 +140583,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.element.Element.svg @@ -139267,14 +140619,20 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -139286,7 +140644,9 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/iok.svg @@ -139329,6 +140689,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/javasnoop.svg @@ -140065,6 +141426,14 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -140104,7 +141473,19 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/liveusb-creator.svg @@ -140205,6 +141586,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/lxterminal.svg @@ -140256,6 +141638,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mate-indicator-applet.svg @@ -140446,6 +141829,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/mousepad.svg @@ -140549,6 +141933,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -140556,6 +141941,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -140704,6 +142090,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/obs.svg @@ -140740,6 +142127,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/openjdk-11.svg @@ -140789,6 +142177,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -140806,7 +142195,9 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.deepin.flatdeb.deepin-image-v share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.eclipse.Java.svg @@ -140821,6 +142212,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -140841,7 +142233,9 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gna.Warmux.svg @@ -140853,6 +142247,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.Calendar.svg @@ -141018,12 +142413,15 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -141040,6 +142438,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -141055,6 +142454,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.k3b.svg @@ -141066,6 +142466,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kbruch.svg @@ -141085,6 +142486,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kleopatra.svg @@ -141101,6 +142503,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.korganizer.svg @@ -141119,6 +142522,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.latte.separator.svg @@ -141214,6 +142618,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -141249,6 +142654,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.o20.word.svg @@ -141265,6 +142671,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -141275,8 +142682,10 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -141287,10 +142696,13 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -141309,6 +142721,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/org.xfce.mousepad.svg @@ -141437,6 +142850,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/pattern-kde4.svg @@ -141538,6 +142952,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/portal.svg @@ -141624,6 +143039,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -141719,6 +143135,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qalculate-applet.svg @@ -141738,6 +143155,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/qlipper.svg @@ -142003,6 +143421,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/smartcode-stremio.svg @@ -142125,6 +143544,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_20920.svg @@ -142135,6 +143555,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/steam_icon_233720.svg @@ -142389,6 +143810,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tabletconnected.svg @@ -142410,6 +143832,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/telepathy-kde.svg @@ -142448,6 +143871,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/thunderbird-icon.svg @@ -142478,6 +143902,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/tomboy.svg @@ -142776,6 +144201,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/whatsdesk.svg @@ -142858,6 +144284,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/x-office-calendar.svg @@ -142966,6 +144393,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfsm-hibernate.svg @@ -142976,6 +144404,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/xhydra.svg @@ -143019,6 +144448,7 @@ share/icons/Flat-Remix-Grey-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Grey-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Grey-Dark/apps/scalable/yandex-browser-beta.svg @@ -150366,6 +151796,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Babe.svg @@ -150375,6 +151806,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/DictionaryReader.svg @@ -150389,6 +151821,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Gitter.svg @@ -150403,6 +151836,8 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Grey-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/LabPlot2.svg @@ -150443,7 +151878,6 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Grey-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/SpiderOak.svg @@ -150536,6 +151970,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/alc.svg @@ -150592,6 +152027,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-bitwarden.svg @@ -150618,6 +152054,9 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-supertux2.svg @@ -150626,6 +152065,8 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applets-screenshooter.svg @@ -150681,6 +152122,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/appointment-soon.svg @@ -150935,6 +152377,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/byzanz.svg @@ -151054,6 +152497,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -151163,6 +152607,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/colorhug-flash.svg @@ -151183,10 +152628,14 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -151201,6 +152650,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -151211,10 +152661,13 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -151244,6 +152697,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -151260,12 +152714,14 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.rssguard.svg @@ -151276,9 +152732,11 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -151289,6 +152747,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.gnome.Software.svg @@ -151313,10 +152772,14 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Grey-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -151333,9 +152796,12 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -151465,6 +152931,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/css.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/cumulus.svg @@ -151486,6 +152953,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -151508,6 +152976,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/de.openstreetmap.josm.svg @@ -151620,6 +153089,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/discord.svg @@ -151731,6 +153201,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/easytag.svg @@ -151755,9 +153226,12 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/element.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/emacs-24.svg @@ -151823,6 +153297,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/evince.svg @@ -151908,6 +153383,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/flacon.svg @@ -152035,6 +153511,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/geogebra-classic.svg @@ -152074,6 +153551,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/glchess.svg @@ -152478,6 +153956,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/gtkpod.svg @@ -152599,12 +154078,14 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/imagewriter.svg @@ -152658,6 +154139,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.element.Element.svg @@ -152693,14 +154175,20 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.gitlab.o20.word.svg @@ -152712,7 +154200,9 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/iok.svg @@ -152755,6 +154245,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/javasnoop.svg @@ -153491,6 +154982,14 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -153530,7 +155029,19 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/live.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/liveusb-creator.svg @@ -153631,6 +155142,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/lxterminal.svg @@ -153682,6 +155194,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mate-indicator-applet.svg @@ -153872,6 +155385,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/mousepad.svg @@ -153975,6 +155489,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -153982,6 +155497,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -154130,6 +155646,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/obs.svg @@ -154166,6 +155683,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/openjdk-11.svg @@ -154215,6 +155733,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -154232,7 +155751,9 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Grey-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.eclipse.Java.svg @@ -154247,6 +155768,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.fontforge.FontForge.svg @@ -154267,7 +155789,9 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gna.Warmux.svg @@ -154279,6 +155803,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.Calendar.svg @@ -154444,12 +155969,15 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -154466,6 +155994,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.calligrasheets.svg @@ -154481,6 +156010,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.k3b.svg @@ -154492,6 +156022,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kbruch.svg @@ -154511,6 +156042,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kleopatra.svg @@ -154527,6 +156059,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.korganizer.svg @@ -154545,6 +156078,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.latte.separator.svg @@ -154640,6 +156174,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.ksnip.ksnip.svg @@ -154675,6 +156210,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.o20.word.svg @@ -154691,6 +156227,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -154701,8 +156238,10 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -154713,10 +156252,13 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -154735,6 +156277,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/org.xfce.mousepad.svg @@ -154863,6 +156406,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/password.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/pattern-kde4.svg @@ -154964,6 +156508,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/portal.svg @@ -155050,6 +156595,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/preferences-system-bluetooth.svg @@ -155145,6 +156691,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qalculate-applet.svg @@ -155164,6 +156711,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/qlipper.svg @@ -155429,6 +156977,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/smartcode-stremio.svg @@ -155551,6 +157100,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_20920.svg @@ -155561,6 +157111,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/steam_icon_233720.svg @@ -155815,6 +157366,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/system.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tabletconnected.svg @@ -155836,6 +157388,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/telepathy-kde.svg @@ -155874,6 +157427,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/thunderbird-icon.svg @@ -155904,6 +157458,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/tomboy.svg @@ -156202,6 +157757,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/whatsdesk.svg @@ -156284,6 +157840,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/x-office-calendar.svg @@ -156392,6 +157949,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfsm-hibernate.svg @@ -156402,6 +157960,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/xhydra.svg @@ -156445,6 +158004,7 @@ share/icons/Flat-Remix-Grey-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Grey-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Grey-Light/apps/scalable/yandex-browser-beta.svg @@ -163793,6 +165353,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Babe.svg @@ -163802,6 +165363,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/DictionaryReader.svg @@ -163816,6 +165378,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Gitter.svg @@ -163830,6 +165393,8 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/LabPlot2.svg @@ -163870,7 +165435,6 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Magenta-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/SpiderOak.svg @@ -163963,6 +165527,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/alc.svg @@ -164019,6 +165584,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -164045,6 +165611,9 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-org.keepassxc.KeeP share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-supertux2.svg @@ -164053,6 +165622,8 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applets-screenshooter.svg @@ -164108,6 +165679,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/appointment-soon.svg @@ -164362,6 +165934,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/byzanz.svg @@ -164481,6 +166054,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-defekohaofmambflfpfoojk share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -164590,6 +166164,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/colorhug-flash.svg @@ -164610,10 +166185,14 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -164628,6 +166207,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -164638,10 +166218,13 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -164671,6 +166254,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -164687,12 +166271,14 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.mubitosh.qrshare.sv share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.rssguard.svg @@ -164703,9 +166289,11 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.themix_project.Oomo share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -164716,6 +166304,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.gnome.Software.svg @@ -164740,10 +166329,14 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.onlyoffice.DesktopEditors. share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -164760,9 +166353,12 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -164892,6 +166488,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/cumulus.svg @@ -164913,6 +166510,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.sv share/icons/Flat-Remix-Magenta-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -164935,6 +166533,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -165047,6 +166646,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/discord.svg @@ -165158,6 +166758,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/easytag.svg @@ -165182,9 +166783,12 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/emacs-24.svg @@ -165250,6 +166854,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.sv share/icons/Flat-Remix-Magenta-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/evince.svg @@ -165335,6 +166940,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/flacon.svg @@ -165462,6 +167068,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/geogebra-classic.svg @@ -165501,6 +167108,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/glchess.svg @@ -165905,6 +167513,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/gtkpod.svg @@ -166026,12 +167635,14 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/imagewriter.svg @@ -166085,6 +167696,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.element.Element.svg @@ -166120,14 +167732,20 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -166139,7 +167757,9 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/iok.svg @@ -166182,6 +167802,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/javasnoop.svg @@ -166918,6 +168539,14 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -166957,7 +168586,19 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/liveusb-creator.svg @@ -167058,6 +168699,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/lxterminal.svg @@ -167109,6 +168751,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mate-indicator-applet.svg @@ -167299,6 +168942,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/mousepad.svg @@ -167402,6 +169046,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -167409,6 +169054,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -167557,6 +169203,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/obs.svg @@ -167593,6 +169240,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/openjdk-11.svg @@ -167642,6 +169290,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -167659,7 +169308,9 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.deepin.flatdeb.deepin-imag share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.eclipse.Java.svg @@ -167674,6 +169325,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -167694,7 +169346,9 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gna.Warmux.svg @@ -167706,6 +169360,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.Calendar.svg @@ -167871,12 +169526,15 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -167893,6 +169551,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -167908,6 +169567,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.k3b.svg @@ -167919,6 +169579,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kbruch.svg @@ -167938,6 +169599,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kleopatra.svg @@ -167954,6 +169616,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.korganizer.svg @@ -167972,6 +169635,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.latte.separator.svg @@ -168067,6 +169731,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -168102,6 +169767,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.o20.word.svg @@ -168118,6 +169784,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -168128,8 +169795,10 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -168140,10 +169809,13 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -168162,6 +169834,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/org.xfce.mousepad.svg @@ -168290,6 +169963,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/pattern-kde4.svg @@ -168391,6 +170065,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/portal.svg @@ -168477,6 +170152,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -168572,6 +170248,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qalculate-applet.svg @@ -168591,6 +170268,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/qlipper.svg @@ -168856,6 +170534,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/smartcode-stremio.svg @@ -168978,6 +170657,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_20920.svg @@ -168988,6 +170668,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/steam_icon_233720.svg @@ -169242,6 +170923,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tabletconnected.svg @@ -169263,6 +170945,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/telepathy-kde.svg @@ -169301,6 +170984,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/thunderbird-icon.svg @@ -169331,6 +171015,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/tomboy.svg @@ -169629,6 +171314,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/whatsdesk.svg @@ -169711,6 +171397,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/x-office-calendar.svg @@ -169819,6 +171506,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfsm-hibernate.svg @@ -169829,6 +171517,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/xhydra.svg @@ -169872,6 +171561,7 @@ share/icons/Flat-Remix-Magenta-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Magenta-Dark/apps/scalable/yandex-browser-beta.svg @@ -177219,6 +178909,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Babe.svg @@ -177228,6 +178919,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/DictionaryReader.svg @@ -177242,6 +178934,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Gitter.svg @@ -177256,6 +178949,8 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Magenta-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/LabPlot2.svg @@ -177296,7 +178991,6 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Magenta-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/SpiderOak.svg @@ -177389,6 +179083,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/alc.svg @@ -177445,6 +179140,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-bitwarden.svg @@ -177471,6 +179167,9 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-org.keepassxc.Kee share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-supertux2.svg @@ -177479,6 +179178,8 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applets-screenshooter.svg @@ -177534,6 +179235,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/appointment-soon.svg @@ -177788,6 +179490,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/byzanz.svg @@ -177907,6 +179610,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-defekohaofmambflfpfooj share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -178016,6 +179720,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/colorhug-flash.svg @@ -178036,10 +179741,14 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -178054,6 +179763,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -178064,10 +179774,13 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -178097,6 +179810,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -178113,12 +179827,14 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.mubitosh.qrshare.s share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.rssguard.svg @@ -178129,9 +179845,11 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.themix_project.Oom share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -178142,6 +179860,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.gnome.Software.svg @@ -178166,10 +179885,14 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.onlyoffice.DesktopEditors share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -178186,9 +179909,12 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -178318,6 +180044,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/css.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/cumulus.svg @@ -178339,6 +180066,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/cxmenu-cxoffice-0-crossover.s share/icons/Flat-Remix-Magenta-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -178361,6 +180089,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/de.openstreetmap.josm.svg @@ -178473,6 +180202,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/discord.svg @@ -178584,6 +180314,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/easytag.svg @@ -178608,9 +180339,12 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/element.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/emacs-24.svg @@ -178676,6 +180410,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.s share/icons/Flat-Remix-Magenta-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/evince.svg @@ -178761,6 +180496,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/flacon.svg @@ -178888,6 +180624,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/geogebra-classic.svg @@ -178927,6 +180664,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/glchess.svg @@ -179331,6 +181069,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/gtkpod.svg @@ -179452,12 +181191,14 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/imagewriter.svg @@ -179511,6 +181252,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.element.Element.svg @@ -179546,14 +181288,20 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.gitlab.o20.word.svg @@ -179565,7 +181313,9 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/iok.svg @@ -179608,6 +181358,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/javasnoop.svg @@ -180344,6 +182095,14 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -180383,7 +182142,19 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/live.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/liveusb-creator.svg @@ -180484,6 +182255,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/lxterminal.svg @@ -180535,6 +182307,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mate-indicator-applet.svg @@ -180725,6 +182498,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/mousepad.svg @@ -180828,6 +182602,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -180835,6 +182610,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -180983,6 +182759,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/obs.svg @@ -181019,6 +182796,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/openjdk-11.svg @@ -181068,6 +182846,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.bitcoincore.bitcoin-qt.sv share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -181085,7 +182864,9 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.deepin.flatdeb.deepin-ima share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.eclipse.Java.svg @@ -181100,6 +182881,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.fontforge.FontForge.svg @@ -181120,7 +182902,9 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gna.Warmux.svg @@ -181132,6 +182916,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.Calendar.svg @@ -181297,12 +183082,15 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -181319,6 +183107,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.calligrasheets.svg @@ -181334,6 +183123,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.k3b.svg @@ -181345,6 +183135,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kbruch.svg @@ -181364,6 +183155,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kleopatra.svg @@ -181380,6 +183172,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.korganizer.svg @@ -181398,6 +183191,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.latte.separator.svg @@ -181493,6 +183287,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.ksnip.ksnip.svg @@ -181528,6 +183323,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.o20.word.svg @@ -181544,6 +183340,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -181554,8 +183351,10 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -181566,10 +183365,13 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -181588,6 +183390,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/org.xfce.mousepad.svg @@ -181716,6 +183519,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/password.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/pattern-kde4.svg @@ -181817,6 +183621,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/portal.svg @@ -181903,6 +183708,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/preferences-system-bluetooth.svg @@ -181998,6 +183804,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qalculate-applet.svg @@ -182017,6 +183824,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/qlipper.svg @@ -182282,6 +184090,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/smartcode-stremio.svg @@ -182404,6 +184213,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_20920.svg @@ -182414,6 +184224,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/steam_icon_233720.svg @@ -182668,6 +184479,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/system.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tabletconnected.svg @@ -182689,6 +184501,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/telepathy-kde.svg @@ -182727,6 +184540,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/thunderbird-icon.svg @@ -182757,6 +184571,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/tomboy.svg @@ -183055,6 +184870,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/whatsdesk.svg @@ -183137,6 +184953,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/x-office-calendar.svg @@ -183245,6 +185062,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfsm-hibernate.svg @@ -183255,6 +185073,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/xhydra.svg @@ -183298,6 +185117,7 @@ share/icons/Flat-Remix-Magenta-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Magenta-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Magenta-Light/apps/scalable/yandex-browser-beta.svg @@ -190646,6 +192466,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Babe.svg @@ -190655,6 +192476,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/DictionaryReader.svg @@ -190669,6 +192491,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Gitter.svg @@ -190683,6 +192506,8 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Orange-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/LabPlot2.svg @@ -190723,7 +192548,6 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Orange-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/SpiderOak.svg @@ -190816,6 +192640,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/alc.svg @@ -190872,6 +192697,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -190898,6 +192724,9 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-supertux2.svg @@ -190906,6 +192735,8 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applets-screenshooter.svg @@ -190961,6 +192792,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/appointment-soon.svg @@ -191215,6 +193047,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/byzanz.svg @@ -191334,6 +193167,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -191443,6 +193277,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/colorhug-flash.svg @@ -191463,10 +193298,14 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -191481,6 +193320,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -191491,10 +193331,13 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -191524,6 +193367,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -191540,12 +193384,14 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.rssguard.svg @@ -191556,9 +193402,11 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -191569,6 +193417,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.gnome.Software.svg @@ -191593,10 +193442,14 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.onlyoffice.DesktopEditors.s share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -191613,9 +193466,12 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -191745,6 +193601,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/cumulus.svg @@ -191766,6 +193623,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -191788,6 +193646,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -191900,6 +193759,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/discord.svg @@ -192011,6 +193871,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/easytag.svg @@ -192035,9 +193896,12 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/emacs-24.svg @@ -192103,6 +193967,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/evince.svg @@ -192188,6 +194053,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/flacon.svg @@ -192315,6 +194181,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/geogebra-classic.svg @@ -192354,6 +194221,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/glchess.svg @@ -192758,6 +194626,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/gtkpod.svg @@ -192879,12 +194748,14 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/imagewriter.svg @@ -192938,6 +194809,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.element.Element.svg @@ -192973,14 +194845,20 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -192992,7 +194870,9 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/iok.svg @@ -193035,6 +194915,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/javasnoop.svg @@ -193771,6 +195652,14 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -193810,7 +195699,19 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/liveusb-creator.svg @@ -193911,6 +195812,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/lxterminal.svg @@ -193962,6 +195864,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mate-indicator-applet.svg @@ -194152,6 +196055,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/mousepad.svg @@ -194255,6 +196159,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -194262,6 +196167,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -194410,6 +196316,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/obs.svg @@ -194446,6 +196353,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/openjdk-11.svg @@ -194495,6 +196403,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -194512,7 +196421,9 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.deepin.flatdeb.deepin-image share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.eclipse.Java.svg @@ -194527,6 +196438,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -194547,7 +196459,9 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gna.Warmux.svg @@ -194559,6 +196473,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.Calendar.svg @@ -194724,12 +196639,15 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -194746,6 +196664,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -194761,6 +196680,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.k3b.svg @@ -194772,6 +196692,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kbruch.svg @@ -194791,6 +196712,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kleopatra.svg @@ -194807,6 +196729,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.korganizer.svg @@ -194825,6 +196748,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.latte.separator.svg @@ -194920,6 +196844,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -194955,6 +196880,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.o20.word.svg @@ -194971,6 +196897,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -194981,8 +196908,10 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -194993,10 +196922,13 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -195015,6 +196947,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/org.xfce.mousepad.svg @@ -195143,6 +197076,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/pattern-kde4.svg @@ -195244,6 +197178,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/portal.svg @@ -195330,6 +197265,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -195425,6 +197361,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qalculate-applet.svg @@ -195444,6 +197381,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/qlipper.svg @@ -195709,6 +197647,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/smartcode-stremio.svg @@ -195831,6 +197770,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_20920.svg @@ -195841,6 +197781,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/steam_icon_233720.svg @@ -196095,6 +198036,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tabletconnected.svg @@ -196116,6 +198058,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/telepathy-kde.svg @@ -196154,6 +198097,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/thunderbird-icon.svg @@ -196184,6 +198128,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/tomboy.svg @@ -196482,6 +198427,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/whatsdesk.svg @@ -196564,6 +198510,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/x-office-calendar.svg @@ -196672,6 +198619,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfsm-hibernate.svg @@ -196682,6 +198630,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/xhydra.svg @@ -196725,6 +198674,7 @@ share/icons/Flat-Remix-Orange-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Orange-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Orange-Dark/apps/scalable/yandex-browser-beta.svg @@ -204072,6 +206022,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Babe.svg @@ -204081,6 +206032,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/DictionaryReader.svg @@ -204095,6 +206047,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Gitter.svg @@ -204109,6 +206062,8 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Orange-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/LabPlot2.svg @@ -204149,7 +206104,6 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Orange-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/SpiderOak.svg @@ -204242,6 +206196,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/alc.svg @@ -204298,6 +206253,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-bitwarden.svg @@ -204324,6 +206280,9 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-org.keepassxc.KeeP share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-supertux2.svg @@ -204332,6 +206291,8 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applets-screenshooter.svg @@ -204387,6 +206348,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/appointment-soon.svg @@ -204641,6 +206603,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/byzanz.svg @@ -204760,6 +206723,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-defekohaofmambflfpfoojk share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -204869,6 +206833,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/colorhug-flash.svg @@ -204889,10 +206854,14 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -204907,6 +206876,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -204917,10 +206887,13 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -204950,6 +206923,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -204966,12 +206940,14 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.mubitosh.qrshare.sv share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.rssguard.svg @@ -204982,9 +206958,11 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.themix_project.Oomo share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -204995,6 +206973,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.gnome.Software.svg @@ -205019,10 +206998,14 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.onlyoffice.DesktopEditors. share/icons/Flat-Remix-Orange-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -205039,9 +207022,12 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -205171,6 +207157,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/css.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/cumulus.svg @@ -205192,6 +207179,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/cxmenu-cxoffice-0-crossover.sv share/icons/Flat-Remix-Orange-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -205214,6 +207202,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/de.openstreetmap.josm.svg @@ -205326,6 +207315,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/discord.svg @@ -205437,6 +207427,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/easytag.svg @@ -205461,9 +207452,12 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/element.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/emacs-24.svg @@ -205529,6 +207523,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.sv share/icons/Flat-Remix-Orange-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/evince.svg @@ -205614,6 +207609,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/flacon.svg @@ -205741,6 +207737,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/geogebra-classic.svg @@ -205780,6 +207777,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/glchess.svg @@ -206184,6 +208182,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/gtkpod.svg @@ -206305,12 +208304,14 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/imagewriter.svg @@ -206364,6 +208365,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.element.Element.svg @@ -206399,14 +208401,20 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.gitlab.o20.word.svg @@ -206418,7 +208426,9 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/iok.svg @@ -206461,6 +208471,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/javasnoop.svg @@ -207197,6 +209208,14 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -207236,7 +209255,19 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/live.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/liveusb-creator.svg @@ -207337,6 +209368,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/lxterminal.svg @@ -207388,6 +209420,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mate-indicator-applet.svg @@ -207578,6 +209611,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/mousepad.svg @@ -207681,6 +209715,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -207688,6 +209723,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -207836,6 +209872,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/obs.svg @@ -207872,6 +209909,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/openjdk-11.svg @@ -207921,6 +209959,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -207938,7 +209977,9 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.deepin.flatdeb.deepin-imag share/icons/Flat-Remix-Orange-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.eclipse.Java.svg @@ -207953,6 +209994,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.fontforge.FontForge.svg @@ -207973,7 +210015,9 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gna.Warmux.svg @@ -207985,6 +210029,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.Calendar.svg @@ -208150,12 +210195,15 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -208172,6 +210220,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.calligrasheets.svg @@ -208187,6 +210236,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.k3b.svg @@ -208198,6 +210248,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kbruch.svg @@ -208217,6 +210268,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kleopatra.svg @@ -208233,6 +210285,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.korganizer.svg @@ -208251,6 +210304,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.latte.separator.svg @@ -208346,6 +210400,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.ksnip.ksnip.svg @@ -208381,6 +210436,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.o20.word.svg @@ -208397,6 +210453,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -208407,8 +210464,10 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -208419,10 +210478,13 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -208441,6 +210503,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/org.xfce.mousepad.svg @@ -208569,6 +210632,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/password.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/pattern-kde4.svg @@ -208670,6 +210734,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/portal.svg @@ -208756,6 +210821,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/preferences-system-bluetooth.svg @@ -208851,6 +210917,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qalculate-applet.svg @@ -208870,6 +210937,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/qlipper.svg @@ -209135,6 +211203,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/smartcode-stremio.svg @@ -209257,6 +211326,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_20920.svg @@ -209267,6 +211337,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/steam_icon_233720.svg @@ -209521,6 +211592,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/system.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tabletconnected.svg @@ -209542,6 +211614,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/telepathy-kde.svg @@ -209580,6 +211653,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/thunderbird-icon.svg @@ -209610,6 +211684,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/tomboy.svg @@ -209908,6 +211983,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/whatsdesk.svg @@ -209990,6 +212066,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/x-office-calendar.svg @@ -210098,6 +212175,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfsm-hibernate.svg @@ -210108,6 +212186,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/xhydra.svg @@ -210151,6 +212230,7 @@ share/icons/Flat-Remix-Orange-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Orange-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Orange-Light/apps/scalable/yandex-browser-beta.svg @@ -217499,6 +219579,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Babe.svg @@ -217508,6 +219589,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/DictionaryReader.svg @@ -217522,6 +219604,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Gitter.svg @@ -217536,6 +219619,8 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Red-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/LabPlot2.svg @@ -217576,7 +219661,6 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Red-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/SpiderOak.svg @@ -217669,6 +219753,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/alc.svg @@ -217725,6 +219810,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -217751,6 +219837,9 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-org.keepassxc.KeePassX share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-supertux2.svg @@ -217759,6 +219848,8 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applets-screenshooter.svg @@ -217814,6 +219905,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/appointment-soon.svg @@ -218068,6 +220160,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/byzanz.svg @@ -218187,6 +220280,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmfdp share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -218296,6 +220390,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/colorhug-flash.svg @@ -218316,10 +220411,14 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -218334,6 +220433,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -218344,10 +220444,13 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -218377,6 +220480,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -218393,12 +220497,14 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.rssguard.svg @@ -218409,9 +220515,11 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.themix_project.Oomox.sv share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -218422,6 +220530,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.gnome.Software.svg @@ -218446,10 +220555,14 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.onlyoffice.DesktopEditors.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -218466,9 +220579,12 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -218598,6 +220714,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/cumulus.svg @@ -218619,6 +220736,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -218641,6 +220759,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -218753,6 +220872,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/discord.svg @@ -218864,6 +220984,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/easytag.svg @@ -218888,9 +221009,12 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/emacs-24.svg @@ -218956,6 +221080,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/evince.svg @@ -219041,6 +221166,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/flacon.svg @@ -219168,6 +221294,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/geogebra-classic.svg @@ -219207,6 +221334,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/glchess.svg @@ -219611,6 +221739,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/gtkpod.svg @@ -219732,12 +221861,14 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/imagewriter.svg @@ -219791,6 +221922,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.element.Element.svg @@ -219826,14 +221958,20 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -219845,7 +221983,9 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/iok.svg @@ -219888,6 +222028,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/javasnoop.svg @@ -220624,6 +222765,14 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -220663,7 +222812,19 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/liveusb-creator.svg @@ -220764,6 +222925,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/lxterminal.svg @@ -220815,6 +222977,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mate-indicator-applet.svg @@ -221005,6 +223168,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/mousepad.svg @@ -221108,6 +223272,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -221115,6 +223280,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -221263,6 +223429,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/obs.svg @@ -221299,6 +223466,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/openjdk-11.svg @@ -221348,6 +223516,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -221365,7 +223534,9 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.deepin.flatdeb.deepin-image-vi share/icons/Flat-Remix-Red-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.eclipse.Java.svg @@ -221380,6 +223551,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -221400,7 +223572,9 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gna.Warmux.svg @@ -221412,6 +223586,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.Calendar.svg @@ -221577,12 +223752,15 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -221599,6 +223777,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -221614,6 +223793,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.k3b.svg @@ -221625,6 +223805,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kbruch.svg @@ -221644,6 +223825,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kleopatra.svg @@ -221660,6 +223842,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.korganizer.svg @@ -221678,6 +223861,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.latte.separator.svg @@ -221773,6 +223957,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -221808,6 +223993,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.o20.word.svg @@ -221824,6 +224010,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -221834,8 +224021,10 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -221846,10 +224035,13 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -221868,6 +224060,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/org.xfce.mousepad.svg @@ -221996,6 +224189,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/pattern-kde4.svg @@ -222097,6 +224291,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/portal.svg @@ -222183,6 +224378,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -222278,6 +224474,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qalculate-applet.svg @@ -222297,6 +224494,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/qlipper.svg @@ -222562,6 +224760,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/smartcode-stremio.svg @@ -222684,6 +224883,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_20920.svg @@ -222694,6 +224894,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/steam_icon_233720.svg @@ -222948,6 +225149,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tabletconnected.svg @@ -222969,6 +225171,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/telepathy-kde.svg @@ -223007,6 +225210,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/thunderbird-icon.svg @@ -223037,6 +225241,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/tomboy.svg @@ -223335,6 +225540,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/whatsdesk.svg @@ -223417,6 +225623,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/x-office-calendar.svg @@ -223525,6 +225732,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfsm-hibernate.svg @@ -223535,6 +225743,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/xhydra.svg @@ -223578,6 +225787,7 @@ share/icons/Flat-Remix-Red-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Red-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Red-Dark/apps/scalable/yandex-browser-beta.svg @@ -230925,6 +233135,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Red-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Babe.svg @@ -230934,6 +233145,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Red-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Red-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Red-Light/apps/scalable/DictionaryReader.svg @@ -230948,6 +233160,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Red-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Red-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Red-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Red-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Red-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Gitter.svg @@ -230962,6 +233175,8 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Red-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Red-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Red-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Red-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Red-Light/apps/scalable/LabPlot2.svg @@ -231002,7 +233217,6 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Red-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Red-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Red-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Red-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Red-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Red-Light/apps/scalable/SpiderOak.svg @@ -231095,6 +233309,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Red-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Red-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Red-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Red-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Red-Light/apps/scalable/alc.svg @@ -231151,6 +233366,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-bitwarden.svg @@ -231177,6 +233393,9 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-org.keepassxc.KeePass share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-supertux2.svg @@ -231185,6 +233404,8 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applets-screenshooter.svg @@ -231240,6 +233461,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Red-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Red-Light/apps/scalable/appointment-soon.svg @@ -231494,6 +233716,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Red-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Red-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Red-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Red-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/byzanz.svg @@ -231613,6 +233836,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-defekohaofmambflfpfoojkmfd share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Red-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -231722,6 +233946,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Red-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Red-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Red-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Red-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Red-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Red-Light/apps/scalable/colorhug-flash.svg @@ -231742,10 +233967,14 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -231760,6 +233989,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -231770,10 +234000,13 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -231803,6 +234036,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -231819,12 +234053,14 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.rssguard.svg @@ -231835,9 +234071,11 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.themix_project.Oomox.s share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -231848,6 +234086,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.gnome.Software.svg @@ -231872,10 +234111,14 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.onlyoffice.DesktopEditors.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -231892,9 +234135,12 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Red-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -232024,6 +234270,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Red-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Red-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Red-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Red-Light/apps/scalable/css.svg share/icons/Flat-Remix-Red-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/cumulus.svg @@ -232045,6 +234292,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Red-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Red-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Red-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Red-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -232067,6 +234315,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Red-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Red-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Red-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Red-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Red-Light/apps/scalable/de.openstreetmap.josm.svg @@ -232179,6 +234428,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Red-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Red-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Red-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Red-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Red-Light/apps/scalable/discord.svg @@ -232290,6 +234540,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Red-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Red-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Red-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Red-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Red-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Red-Light/apps/scalable/easytag.svg @@ -232314,9 +234565,12 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Red-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Red-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Red-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Red-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/element.svg share/icons/Flat-Remix-Red-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Red-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/emacs-24.svg @@ -232382,6 +234636,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Red-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Red-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Red-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Red-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Red-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Red-Light/apps/scalable/evince.svg @@ -232467,6 +234722,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Red-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Red-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Red-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Red-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Red-Light/apps/scalable/flacon.svg @@ -232594,6 +234850,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Red-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Red-Light/apps/scalable/geogebra-classic.svg @@ -232633,6 +234890,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Red-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Red-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Red-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Red-Light/apps/scalable/glchess.svg @@ -233037,6 +235295,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Red-Light/apps/scalable/gtkpod.svg @@ -233158,12 +235417,14 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Red-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Red-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Red-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Red-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Red-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Red-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Red-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Red-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/imagewriter.svg @@ -233217,6 +235478,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.element.Element.svg @@ -233252,14 +235514,20 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.gitlab.o20.word.svg @@ -233271,7 +235539,9 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Red-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Red-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Red-Light/apps/scalable/iok.svg @@ -233314,6 +235584,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/javasnoop.svg @@ -234050,6 +236321,14 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Red-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Red-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -234089,7 +236368,19 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Red-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Red-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Red-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/live.svg share/icons/Flat-Remix-Red-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Red-Light/apps/scalable/liveusb-creator.svg @@ -234190,6 +236481,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Red-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Red-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Red-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Red-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Red-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Red-Light/apps/scalable/lxterminal.svg @@ -234241,6 +236533,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mate-indicator-applet.svg @@ -234431,6 +236724,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Red-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Red-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Red-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Red-Light/apps/scalable/mousepad.svg @@ -234534,6 +236828,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -234541,6 +236836,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Red-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -234689,6 +236985,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Red-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Red-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Red-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Red-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Red-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Red-Light/apps/scalable/obs.svg @@ -234725,6 +237022,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Red-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Red-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Red-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Red-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Red-Light/apps/scalable/openjdk-11.svg @@ -234774,6 +237072,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -234791,7 +237090,9 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.deepin.flatdeb.deepin-image-v share/icons/Flat-Remix-Red-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.eclipse.Java.svg @@ -234806,6 +237107,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.fontforge.FontForge.svg @@ -234826,7 +237128,9 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gna.Warmux.svg @@ -234838,6 +237142,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.Calendar.svg @@ -235003,12 +237308,15 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -235025,6 +237333,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.calligrasheets.svg @@ -235040,6 +237349,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.k3b.svg @@ -235051,6 +237361,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kbruch.svg @@ -235070,6 +237381,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kleopatra.svg @@ -235086,6 +237398,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.korganizer.svg @@ -235104,6 +237417,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.latte.separator.svg @@ -235199,6 +237513,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.ksnip.ksnip.svg @@ -235234,6 +237549,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.o20.word.svg @@ -235250,6 +237566,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -235260,8 +237577,10 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -235272,10 +237591,13 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -235294,6 +237616,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Red-Light/apps/scalable/org.xfce.mousepad.svg @@ -235422,6 +237745,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Red-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/password.svg share/icons/Flat-Remix-Red-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Red-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Red-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Red-Light/apps/scalable/pattern-kde4.svg @@ -235523,6 +237847,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Red-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Red-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Red-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Red-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Red-Light/apps/scalable/portal.svg @@ -235609,6 +237934,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Red-Light/apps/scalable/preferences-system-bluetooth.svg @@ -235704,6 +238030,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Red-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Red-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Red-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Red-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Red-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qalculate-applet.svg @@ -235723,6 +238050,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Red-Light/apps/scalable/qlipper.svg @@ -235988,6 +238316,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Red-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Red-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Red-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Red-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Red-Light/apps/scalable/smartcode-stremio.svg @@ -236110,6 +238439,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_20920.svg @@ -236120,6 +238450,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Red-Light/apps/scalable/steam_icon_233720.svg @@ -236374,6 +238705,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/system.svg share/icons/Flat-Remix-Red-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Red-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Red-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Red-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tabletconnected.svg @@ -236395,6 +238727,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Red-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Red-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Red-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Red-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Red-Light/apps/scalable/telepathy-kde.svg @@ -236433,6 +238766,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Red-Light/apps/scalable/thunderbird-icon.svg @@ -236463,6 +238797,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Red-Light/apps/scalable/tomboy.svg @@ -236761,6 +239096,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Red-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Red-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Red-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Red-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Red-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Red-Light/apps/scalable/whatsdesk.svg @@ -236843,6 +239179,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Red-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Red-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Red-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Red-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Red-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Red-Light/apps/scalable/x-office-calendar.svg @@ -236951,6 +239288,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfsm-hibernate.svg @@ -236961,6 +239299,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Red-Light/apps/scalable/xhydra.svg @@ -237004,6 +239343,7 @@ share/icons/Flat-Remix-Red-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Red-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Red-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Red-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Red-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Red-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Red-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Red-Light/apps/scalable/yandex-browser-beta.svg @@ -244352,6 +246692,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Babe.svg @@ -244361,6 +246702,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/DictionaryReader.svg @@ -244375,6 +246717,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Gitter.svg @@ -244389,6 +246732,8 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Teal-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/LabPlot2.svg @@ -244429,7 +246774,6 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Teal-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/SpiderOak.svg @@ -244522,6 +246866,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/alc.svg @@ -244578,6 +246923,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -244604,6 +246950,9 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-org.keepassxc.KeePass share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-supertux2.svg @@ -244612,6 +246961,8 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applets-screenshooter.svg @@ -244667,6 +247018,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/appointment-soon.svg @@ -244921,6 +247273,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/byzanz.svg @@ -245040,6 +247393,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkmfd share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -245149,6 +247503,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/colorhug-flash.svg @@ -245169,10 +247524,14 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -245187,6 +247546,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -245197,10 +247557,13 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -245230,6 +247593,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -245246,12 +247610,14 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.rssguard.svg @@ -245262,9 +247628,11 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.themix_project.Oomox.s share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -245275,6 +247643,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.gnome.Software.svg @@ -245299,10 +247668,14 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.onlyoffice.DesktopEditors.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -245319,9 +247692,12 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -245451,6 +247827,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/cumulus.svg @@ -245472,6 +247849,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -245494,6 +247872,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -245606,6 +247985,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/discord.svg @@ -245717,6 +248097,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/easytag.svg @@ -245741,9 +248122,12 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/emacs-24.svg @@ -245809,6 +248193,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/evince.svg @@ -245894,6 +248279,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/flacon.svg @@ -246021,6 +248407,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/geogebra-classic.svg @@ -246060,6 +248447,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/glchess.svg @@ -246464,6 +248852,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/gtkpod.svg @@ -246585,12 +248974,14 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/imagewriter.svg @@ -246644,6 +249035,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.element.Element.svg @@ -246679,14 +249071,20 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -246698,7 +249096,9 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/iok.svg @@ -246741,6 +249141,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/javasnoop.svg @@ -247477,6 +249878,14 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -247516,7 +249925,19 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/liveusb-creator.svg @@ -247617,6 +250038,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/lxterminal.svg @@ -247668,6 +250090,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mate-indicator-applet.svg @@ -247858,6 +250281,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/mousepad.svg @@ -247961,6 +250385,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -247968,6 +250393,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -248116,6 +250542,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/obs.svg @@ -248152,6 +250579,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/openjdk-11.svg @@ -248201,6 +250629,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -248218,7 +250647,9 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.deepin.flatdeb.deepin-image-v share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.eclipse.Java.svg @@ -248233,6 +250664,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -248253,7 +250685,9 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gna.Warmux.svg @@ -248265,6 +250699,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.Calendar.svg @@ -248430,12 +250865,15 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -248452,6 +250890,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -248467,6 +250906,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.k3b.svg @@ -248478,6 +250918,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kbruch.svg @@ -248497,6 +250938,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kleopatra.svg @@ -248513,6 +250955,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.korganizer.svg @@ -248531,6 +250974,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.latte.separator.svg @@ -248626,6 +251070,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -248661,6 +251106,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.o20.word.svg @@ -248677,6 +251123,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -248687,8 +251134,10 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -248699,10 +251148,13 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -248721,6 +251173,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/org.xfce.mousepad.svg @@ -248849,6 +251302,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/pattern-kde4.svg @@ -248950,6 +251404,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/portal.svg @@ -249036,6 +251491,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -249131,6 +251587,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qalculate-applet.svg @@ -249150,6 +251607,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/qlipper.svg @@ -249415,6 +251873,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/smartcode-stremio.svg @@ -249537,6 +251996,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_20920.svg @@ -249547,6 +252007,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/steam_icon_233720.svg @@ -249801,6 +252262,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tabletconnected.svg @@ -249822,6 +252284,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/telepathy-kde.svg @@ -249860,6 +252323,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/thunderbird-icon.svg @@ -249890,6 +252354,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/tomboy.svg @@ -250188,6 +252653,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/whatsdesk.svg @@ -250270,6 +252736,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/x-office-calendar.svg @@ -250378,6 +252845,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfsm-hibernate.svg @@ -250388,6 +252856,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/xhydra.svg @@ -250431,6 +252900,7 @@ share/icons/Flat-Remix-Teal-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Teal-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Teal-Dark/apps/scalable/yandex-browser-beta.svg @@ -257778,6 +260248,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Babe.svg @@ -257787,6 +260258,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/DictionaryReader.svg @@ -257801,6 +260273,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Gitter.svg @@ -257815,6 +260288,8 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Teal-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/LabPlot2.svg @@ -257855,7 +260330,6 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Teal-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/SpiderOak.svg @@ -257948,6 +260422,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/alc.svg @@ -258004,6 +260479,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-bitwarden.svg @@ -258030,6 +260506,9 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-org.keepassxc.KeePas share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-supertux2.svg @@ -258038,6 +260517,8 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applets-screenshooter.svg @@ -258093,6 +260574,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/appointment-soon.svg @@ -258347,6 +260829,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/byzanz.svg @@ -258466,6 +260949,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-defekohaofmambflfpfoojkmf share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -258575,6 +261059,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/colorhug-flash.svg @@ -258595,10 +261080,14 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -258613,6 +261102,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -258623,10 +261113,13 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -258656,6 +261149,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -258672,12 +261166,14 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.rssguard.svg @@ -258688,9 +261184,11 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.themix_project.Oomox. share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -258701,6 +261199,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.gnome.Software.svg @@ -258725,10 +261224,14 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.onlyoffice.DesktopEditors.sv share/icons/Flat-Remix-Teal-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -258745,9 +261248,12 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -258877,6 +261383,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/css.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/cumulus.svg @@ -258898,6 +261405,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -258920,6 +261428,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/de.openstreetmap.josm.svg @@ -259032,6 +261541,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/discord.svg @@ -259143,6 +261653,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/easytag.svg @@ -259167,9 +261678,12 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/element.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/emacs-24.svg @@ -259235,6 +261749,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/evince.svg @@ -259320,6 +261835,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/flacon.svg @@ -259447,6 +261963,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/geogebra-classic.svg @@ -259486,6 +262003,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/glchess.svg @@ -259890,6 +262408,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/gtkpod.svg @@ -260011,12 +262530,14 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/imagewriter.svg @@ -260070,6 +262591,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.element.Element.svg @@ -260105,14 +262627,20 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.gitlab.o20.word.svg @@ -260124,7 +262652,9 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/iok.svg @@ -260167,6 +262697,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/javasnoop.svg @@ -260903,6 +263434,14 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -260942,7 +263481,19 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/live.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/liveusb-creator.svg @@ -261043,6 +263594,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/lxterminal.svg @@ -261094,6 +263646,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mate-indicator-applet.svg @@ -261284,6 +263837,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/mousepad.svg @@ -261387,6 +263941,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -261394,6 +263949,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -261542,6 +264098,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/obs.svg @@ -261578,6 +264135,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/openjdk-11.svg @@ -261627,6 +264185,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -261644,7 +264203,9 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.deepin.flatdeb.deepin-image- share/icons/Flat-Remix-Teal-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.eclipse.Java.svg @@ -261659,6 +264220,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.fontforge.FontForge.svg @@ -261679,7 +264241,9 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gna.Warmux.svg @@ -261691,6 +264255,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.Calendar.svg @@ -261856,12 +264421,15 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -261878,6 +264446,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.calligrasheets.svg @@ -261893,6 +264462,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.k3b.svg @@ -261904,6 +264474,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kbruch.svg @@ -261923,6 +264494,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kleopatra.svg @@ -261939,6 +264511,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.korganizer.svg @@ -261957,6 +264530,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.latte.separator.svg @@ -262052,6 +264626,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.ksnip.ksnip.svg @@ -262087,6 +264662,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.o20.word.svg @@ -262103,6 +264679,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -262113,8 +264690,10 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -262125,10 +264704,13 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -262147,6 +264729,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/org.xfce.mousepad.svg @@ -262275,6 +264858,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/password.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/pattern-kde4.svg @@ -262376,6 +264960,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/portal.svg @@ -262462,6 +265047,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/preferences-system-bluetooth.svg @@ -262557,6 +265143,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qalculate-applet.svg @@ -262576,6 +265163,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/qlipper.svg @@ -262841,6 +265429,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/smartcode-stremio.svg @@ -262963,6 +265552,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_20920.svg @@ -262973,6 +265563,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/steam_icon_233720.svg @@ -263227,6 +265818,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/system.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tabletconnected.svg @@ -263248,6 +265840,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/telepathy-kde.svg @@ -263286,6 +265879,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/thunderbird-icon.svg @@ -263316,6 +265910,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/tomboy.svg @@ -263614,6 +266209,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/whatsdesk.svg @@ -263696,6 +266292,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/x-office-calendar.svg @@ -263804,6 +266401,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfsm-hibernate.svg @@ -263814,6 +266412,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/xhydra.svg @@ -263857,6 +266456,7 @@ share/icons/Flat-Remix-Teal-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Teal-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Teal-Light/apps/scalable/yandex-browser-beta.svg @@ -271205,6 +273805,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Babe.svg @@ -271214,6 +273815,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/DictionaryReader.svg @@ -271228,6 +273830,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Gitter.svg @@ -271242,6 +273845,8 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Violet-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/LabPlot2.svg @@ -271282,7 +273887,6 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Violet-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/SpiderOak.svg @@ -271375,6 +273979,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/alc.svg @@ -271431,6 +274036,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -271457,6 +274063,9 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-supertux2.svg @@ -271465,6 +274074,8 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applets-screenshooter.svg @@ -271520,6 +274131,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/appointment-soon.svg @@ -271774,6 +274386,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/byzanz.svg @@ -271893,6 +274506,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -272002,6 +274616,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/colorhug-flash.svg @@ -272022,10 +274637,14 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -272040,6 +274659,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -272050,10 +274670,13 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -272083,6 +274706,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -272099,12 +274723,14 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.rssguard.svg @@ -272115,9 +274741,11 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -272128,6 +274756,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.gnome.Software.svg @@ -272152,10 +274781,14 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.onlyoffice.DesktopEditors.s share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -272172,9 +274805,12 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -272304,6 +274940,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/cumulus.svg @@ -272325,6 +274962,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -272347,6 +274985,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -272459,6 +275098,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/discord.svg @@ -272570,6 +275210,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/easytag.svg @@ -272594,9 +275235,12 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/emacs-24.svg @@ -272662,6 +275306,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/evince.svg @@ -272747,6 +275392,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/flacon.svg @@ -272874,6 +275520,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/geogebra-classic.svg @@ -272913,6 +275560,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/glchess.svg @@ -273317,6 +275965,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/gtkpod.svg @@ -273438,12 +276087,14 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/imagewriter.svg @@ -273497,6 +276148,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.element.Element.svg @@ -273532,14 +276184,20 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -273551,7 +276209,9 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/iok.svg @@ -273594,6 +276254,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/javasnoop.svg @@ -274330,6 +276991,14 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -274369,7 +277038,19 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/liveusb-creator.svg @@ -274470,6 +277151,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/lxterminal.svg @@ -274521,6 +277203,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mate-indicator-applet.svg @@ -274711,6 +277394,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/mousepad.svg @@ -274814,6 +277498,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -274821,6 +277506,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -274969,6 +277655,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/obs.svg @@ -275005,6 +277692,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/openjdk-11.svg @@ -275054,6 +277742,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -275071,7 +277760,9 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.deepin.flatdeb.deepin-image share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.eclipse.Java.svg @@ -275086,6 +277777,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -275106,7 +277798,9 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gna.Warmux.svg @@ -275118,6 +277812,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.Calendar.svg @@ -275283,12 +277978,15 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -275305,6 +278003,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -275320,6 +278019,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.k3b.svg @@ -275331,6 +278031,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kbruch.svg @@ -275350,6 +278051,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kleopatra.svg @@ -275366,6 +278068,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.korganizer.svg @@ -275384,6 +278087,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.latte.separator.svg @@ -275479,6 +278183,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -275514,6 +278219,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.o20.word.svg @@ -275530,6 +278236,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -275540,8 +278247,10 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -275552,10 +278261,13 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -275574,6 +278286,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/org.xfce.mousepad.svg @@ -275702,6 +278415,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/pattern-kde4.svg @@ -275803,6 +278517,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/portal.svg @@ -275889,6 +278604,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -275984,6 +278700,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qalculate-applet.svg @@ -276003,6 +278720,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/qlipper.svg @@ -276268,6 +278986,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/smartcode-stremio.svg @@ -276390,6 +279109,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_20920.svg @@ -276400,6 +279120,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/steam_icon_233720.svg @@ -276654,6 +279375,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tabletconnected.svg @@ -276675,6 +279397,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/telepathy-kde.svg @@ -276713,6 +279436,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/thunderbird-icon.svg @@ -276743,6 +279467,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/tomboy.svg @@ -277041,6 +279766,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/whatsdesk.svg @@ -277123,6 +279849,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/x-office-calendar.svg @@ -277231,6 +279958,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfsm-hibernate.svg @@ -277241,6 +279969,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/xhydra.svg @@ -277284,6 +280013,7 @@ share/icons/Flat-Remix-Violet-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Violet-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Violet-Dark/apps/scalable/yandex-browser-beta.svg @@ -284631,6 +287361,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Babe.svg @@ -284640,6 +287371,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/DictionaryReader.svg @@ -284654,6 +287386,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Gitter.svg @@ -284668,6 +287401,8 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Violet-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/LabPlot2.svg @@ -284708,7 +287443,6 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Violet-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/SpiderOak.svg @@ -284801,6 +287535,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/alc.svg @@ -284857,6 +287592,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-bitwarden.svg @@ -284883,6 +287619,9 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-org.keepassxc.KeeP share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-supertux2.svg @@ -284891,6 +287630,8 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applets-screenshooter.svg @@ -284946,6 +287687,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/appointment-soon.svg @@ -285200,6 +287942,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/byzanz.svg @@ -285319,6 +288062,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-defekohaofmambflfpfoojk share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -285428,6 +288172,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/colorhug-flash.svg @@ -285448,10 +288193,14 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -285466,6 +288215,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -285476,10 +288226,13 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -285509,6 +288262,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -285525,12 +288279,14 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.mubitosh.qrshare.sv share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.rssguard.svg @@ -285541,9 +288297,11 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.themix_project.Oomo share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -285554,6 +288312,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.gnome.Software.svg @@ -285578,10 +288337,14 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.onlyoffice.DesktopEditors. share/icons/Flat-Remix-Violet-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -285598,9 +288361,12 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -285730,6 +288496,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/css.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/cumulus.svg @@ -285751,6 +288518,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/cxmenu-cxoffice-0-crossover.sv share/icons/Flat-Remix-Violet-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -285773,6 +288541,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/de.openstreetmap.josm.svg @@ -285885,6 +288654,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/discord.svg @@ -285996,6 +288766,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/easytag.svg @@ -286020,9 +288791,12 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/element.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/emacs-24.svg @@ -286088,6 +288862,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.sv share/icons/Flat-Remix-Violet-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/evince.svg @@ -286173,6 +288948,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/flacon.svg @@ -286300,6 +289076,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/geogebra-classic.svg @@ -286339,6 +289116,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/glchess.svg @@ -286743,6 +289521,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/gtkpod.svg @@ -286864,12 +289643,14 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/imagewriter.svg @@ -286923,6 +289704,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.element.Element.svg @@ -286958,14 +289740,20 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.gitlab.o20.word.svg @@ -286977,7 +289765,9 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/iok.svg @@ -287020,6 +289810,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/javasnoop.svg @@ -287756,6 +290547,14 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -287795,7 +290594,19 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/live.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/liveusb-creator.svg @@ -287896,6 +290707,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/lxterminal.svg @@ -287947,6 +290759,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mate-indicator-applet.svg @@ -288137,6 +290950,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/mousepad.svg @@ -288240,6 +291054,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -288247,6 +291062,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -288395,6 +291211,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/obs.svg @@ -288431,6 +291248,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/openjdk-11.svg @@ -288480,6 +291298,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -288497,7 +291316,9 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.deepin.flatdeb.deepin-imag share/icons/Flat-Remix-Violet-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.eclipse.Java.svg @@ -288512,6 +291333,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.fontforge.FontForge.svg @@ -288532,7 +291354,9 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gna.Warmux.svg @@ -288544,6 +291368,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.Calendar.svg @@ -288709,12 +291534,15 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -288731,6 +291559,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.calligrasheets.svg @@ -288746,6 +291575,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.k3b.svg @@ -288757,6 +291587,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kbruch.svg @@ -288776,6 +291607,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kleopatra.svg @@ -288792,6 +291624,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.korganizer.svg @@ -288810,6 +291643,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.latte.separator.svg @@ -288905,6 +291739,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.ksnip.ksnip.svg @@ -288940,6 +291775,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.o20.word.svg @@ -288956,6 +291792,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -288966,8 +291803,10 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -288978,10 +291817,13 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -289000,6 +291842,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/org.xfce.mousepad.svg @@ -289128,6 +291971,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/password.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/pattern-kde4.svg @@ -289229,6 +292073,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/portal.svg @@ -289315,6 +292160,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/preferences-system-bluetooth.svg @@ -289410,6 +292256,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qalculate-applet.svg @@ -289429,6 +292276,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/qlipper.svg @@ -289694,6 +292542,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/smartcode-stremio.svg @@ -289816,6 +292665,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_20920.svg @@ -289826,6 +292676,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/steam_icon_233720.svg @@ -290080,6 +292931,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/system.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tabletconnected.svg @@ -290101,6 +292953,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/telepathy-kde.svg @@ -290139,6 +292992,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/thunderbird-icon.svg @@ -290169,6 +293023,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/tomboy.svg @@ -290467,6 +293322,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/whatsdesk.svg @@ -290549,6 +293405,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/x-office-calendar.svg @@ -290657,6 +293514,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfsm-hibernate.svg @@ -290667,6 +293525,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/xhydra.svg @@ -290710,6 +293569,7 @@ share/icons/Flat-Remix-Violet-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Violet-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Violet-Light/apps/scalable/yandex-browser-beta.svg @@ -298058,6 +300918,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Appstore.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/BTM.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Babe.svg @@ -298067,6 +300928,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Caprine.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/DictionaryReader.svg @@ -298081,6 +300943,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/GitEye.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Gitter.svg @@ -298095,6 +300958,8 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Grsync.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/LabPlot2.svg @@ -298135,7 +301000,6 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Yellow-Dark/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/SpiderOak.svg @@ -298228,6 +301092,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/akregator.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/alacarte.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/alacritty.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/albert.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/albion-online.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/alc.svg @@ -298284,6 +301149,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appgrid.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-bitwarden.svg @@ -298310,6 +301176,9 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-org.keepassxc.KeePa share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-supertux2.svg @@ -298318,6 +301187,8 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applets-screenshooter.svg @@ -298373,6 +301244,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-science.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-system.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/appointment-soon.svg @@ -298627,6 +301499,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/bum.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/burner.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/burp.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/butter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/byobu.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/byzanz.svg @@ -298746,6 +301619,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-defekohaofmambflfpfoojkm share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -298855,6 +301729,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/color-management.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/color-pick.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/color.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/colorhug-flash.svg @@ -298875,10 +301750,14 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -298893,6 +301772,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -298903,10 +301783,13 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.alecaddd.taxi.svg @@ -298936,6 +301819,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -298952,12 +301836,14 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.mubitosh.qrshare.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.rssguard.svg @@ -298968,9 +301854,11 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.themix_project.Oomox share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.zren.commandoutput.svg @@ -298981,6 +301869,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.gnome.Software.svg @@ -299005,10 +301894,14 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.onlyoffice.DesktopEditors.s share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.syntevo.SmartGit.svg @@ -299025,9 +301918,12 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/com.wps.Office.pdfmain.svg @@ -299157,6 +302053,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/csgo.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/css.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/cumulus.svg @@ -299178,6 +302075,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/cxmenu-cxoffice-0-crossover.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/d-feet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/d4x.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/darktable.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/dassault-systemes.draftsight.svg @@ -299200,6 +302098,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ddm.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/de.openstreetmap.josm.svg @@ -299312,6 +302211,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/diodon.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/dirb.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/discord.svg @@ -299423,6 +302323,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/earth.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ease.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/easystroke.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/easytag.svg @@ -299447,9 +302348,12 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electron3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electron4.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electron5.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electron6.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electron9.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/electrum.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/element.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/element4l.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/emacs-24.svg @@ -299515,6 +302419,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/eu.tiliado.NuvolaAppSpotify.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/evernote.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/everpad.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/evince.svg @@ -299600,6 +302505,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/firewall.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/firewalld.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/fjt.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/flacon.svg @@ -299727,6 +302633,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gedit1.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gedit2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/geeqie.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gemini.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/genymotion.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/geogebra-classic.svg @@ -299766,6 +302673,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gksu.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/glabels.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/glade-3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/glade.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/glchess.svg @@ -300170,6 +303078,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtkam.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtklp.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/gtkpod.svg @@ -300291,12 +303200,14 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ils.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/image-missing.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/imagej1.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/imagewriter.svg @@ -300350,6 +303261,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/internet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.element.Element.svg @@ -300385,14 +303297,20 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.gitlab.o20.word.svg @@ -300404,7 +303322,9 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/iodine.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/iok.svg @@ -300447,6 +303367,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/javasnoop.svg @@ -301183,6 +304104,14 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/libreofficedev6.0-draw.svg @@ -301222,7 +304151,19 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/linphone.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/linssid.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litesources.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/live.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/livepatch.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/liveusb-creator.svg @@ -301323,6 +304264,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lximage.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lxtask.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lxterm.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/lxterminal.svg @@ -301374,6 +304316,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mate-indicator-applet.svg @@ -301564,6 +304507,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mono.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/moodbar.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/moserial.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mouse.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/mousepad.svg @@ -301667,6 +304611,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.TuxFootball.svg @@ -301674,6 +304619,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -301822,6 +304768,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/obconf.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/obs.svg @@ -301858,6 +304805,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/openarena.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/openarena128.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/openbox.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/openjdk-11.svg @@ -301907,6 +304855,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.clementine_player.Clementine.svg @@ -301924,7 +304873,9 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.deepin.flatdeb.deepin-image share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.eclipse.Java.svg @@ -301939,6 +304890,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.fontforge.FontForge.svg @@ -301959,7 +304911,9 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gna.Warmux.svg @@ -301971,6 +304925,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.Calendar.svg @@ -302136,12 +305091,15 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.inkscape.Inkscape.svg @@ -302158,6 +305116,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.calligrasheets.svg @@ -302173,6 +305132,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.k3b.svg @@ -302184,6 +305144,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kbruch.svg @@ -302203,6 +305164,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kleopatra.svg @@ -302219,6 +305181,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.korganizer.svg @@ -302237,6 +305200,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.latte.separator.svg @@ -302332,6 +305296,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.ksnip.ksnip.svg @@ -302367,6 +305332,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.o20.word.svg @@ -302383,6 +305349,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.qt-project.qtcreator.svg @@ -302393,8 +305360,10 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -302405,10 +305374,13 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.virt_manager.virt-viewer.svg @@ -302427,6 +305399,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/org.xfce.mousepad.svg @@ -302555,6 +305528,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/partitions.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/password-manager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/password.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/passwords.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/pasystray.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/patator.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/pattern-kde4.svg @@ -302656,6 +305630,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/pop3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/pop_os.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/popsicle.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/portal.svg @@ -302742,6 +305717,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/preferences-system-bluetooth.svg @@ -302837,6 +305813,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/python3.5.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/q4wine.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qalculate-applet.svg @@ -302856,6 +305833,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qgis.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qgit.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qgo.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/qlipper.svg @@ -303121,6 +306099,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/slack.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/sleep.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/slic3r.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/slimjet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/slingscold.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/smartcode-stremio.svg @@ -303243,6 +306222,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_20920.svg @@ -303253,6 +306233,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/steam_icon_233720.svg @@ -303507,6 +306488,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/system.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/system_section.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/systemback.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/systemtray.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tablet.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tabletconnected.svg @@ -303528,6 +306510,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/telegram.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/telepathy-kde.svg @@ -303566,6 +306549,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunar.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/thunderbird-icon.svg @@ -303596,6 +306580,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomato.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/tomboy.svg @@ -303894,6 +306879,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/wewechat.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/whatsdesk.svg @@ -303976,6 +306962,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/www-browser.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/wxlame.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/x-office-calendar.svg @@ -304084,6 +307071,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfp.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfsm-hibernate.svg @@ -304094,6 +307082,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfw.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/xhydra.svg @@ -304137,6 +307126,7 @@ share/icons/Flat-Remix-Yellow-Dark/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yacreader.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yad.svg +share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yadpush.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yagf.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yakuake.svg share/icons/Flat-Remix-Yellow-Dark/apps/scalable/yandex-browser-beta.svg @@ -311484,6 +314474,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/Appstore.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Ardour-Ardour_4.0.0.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Ardour-Ardour_5.12.0.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Ardour-Ardour_6.0.0.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/Ardour-Ardour_6.5.0.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Ardour-icon_256px.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/BTM.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Babe.svg @@ -311493,6 +314484,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/CMakeSetup.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/CMakeSetup32.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Caprine.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/DBeaver.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/DeSmuME.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Dictionary.app.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Dictionary.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/DictionaryReader.svg @@ -311507,6 +314499,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/FoxitReader.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/FreeFileSync.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/GMail-mail.google.com.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/GP6-icon.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/Geogebra.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/GitEye.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/GitKraken.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Gitter.svg @@ -311521,6 +314514,8 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/Grsync.SVG share/icons/Flat-Remix-Yellow-Light/apps/scalable/Grsync.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/Insight-FileManager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/J7Z.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/JabRef-bin-icon.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/JabRef-icon.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/KNetAttach.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/KoboDeluxe.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/LabPlot2.svg @@ -311561,7 +314556,6 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/Reddit-reddit.com.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/RescueTime.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/SUSEgreeter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/ScanTailor.svg -share/icons/Flat-Remix-Yellow-Light/apps/scalable/Sci48M.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/ScudCloud.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/SendAnywhere.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/SpiderOak.svg @@ -311654,6 +314648,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/akregator.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/alacarte.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/alacritty.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/alarm-clock.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/alarm-timer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/albert.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/albion-online.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/alc.svg @@ -311710,6 +314705,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/appgrid.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-1password.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-Alva.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-QMPlay2.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-android-file-transfer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-azpainter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-balena-etcher-electron.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-bitwarden.svg @@ -311736,6 +314732,9 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-org.keepassxc.KeeP share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-qnapi.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-qtox.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-rambox.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-rclone-browser.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-retroarch.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-sc-controller.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-stacer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-standard-notes.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-supertux2.svg @@ -311744,6 +314743,8 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-unityhub.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-webcamoid.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-wewechat.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-wire-desktop.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-youtube-dl-gui.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit-yuzu.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appimagekit_irix.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applet_lockkeys.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applets-screenshooter.svg @@ -311799,6 +314800,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-science.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-system-orange.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-system.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-utilities.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-webapps.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-webbrowsers.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/applications-wine.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/appointment-soon.svg @@ -312053,6 +315055,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/bum.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/bumblebee.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/burner.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/burp.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/butter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/byobu.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/bytecode-viewer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/byzanz.svg @@ -312172,6 +315175,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-defekohaofmambflfpfoojk share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-dihbebhmaoagdpbcnfedokpfkkgmmpgc-Default.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-djejicklhojeokkfmdelnempiecmdomj-Default.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-eifdbcbnlahelniokpkpdlhaocgjdcje-Default.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-eikjhbkpemdappjfcmdeeeamdpkgabmk-Default.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-ejidjjhkpiempkbhmpbfngldlkglhimk-Default.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-ejjicmeblgpmajnghnpcppodonldlgfn-Default.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/chrome-fahmaaghhglfmonjliepjlchgpgfmobi-Default.svg @@ -312281,6 +315285,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/color-calibate.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/color-management.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/color-pick.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/color.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/colorgrab.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/colorhug-backlight.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/colorhug-ccmx.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/colorhug-flash.svg @@ -312301,10 +315306,14 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.alacritty.Alacritty.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.albiononline.AlbionOnline.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.alientrap.nexuiz-classic.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.axosoft.GitKraken.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.belmoussaoui.Authenticator.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.bitwarden.Bitwarden.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.bitwarden.BitwardenDesktop.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.bitwarden.desktop.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.bitwig.BitwigStudio.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.bxabi.bumblebee-indicator.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.calibre_ebook.calibre.ebook-edit.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.calibre_ebook.calibre.ebook-viewer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.calibre_ebook.calibre.ebook_edit.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.calibre_ebook.calibre.ebook_viewer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.calibre_ebook.calibre.lrfviewer.svg @@ -312319,6 +315328,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.deepin.ScreenShot.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.deepin.Screenshot.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.deepin.VoiceRecorder.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.discordapp.Discord.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.discordapp.DiscordCanary.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.dosbox.DOSBox.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.dropbox.Client.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.elsevier.MendeleyDesktop.svg @@ -312329,10 +315339,13 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.getpostman.Postman.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gexperts.Terminix.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gexperts.Tilix.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gigitux.gtkwhats.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.Eloston.UngoogledChromium.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.Flacon.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.JannikHv.Gydl.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.PintaProject.Pinta.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github._4lex4.ScanTailor-Advanced.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.adhec.SwitchTheme.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.afrantzis.Bless.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.alecaddd.akira.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.alecaddd.sequeler.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.alecaddd.taxi.svg @@ -312362,6 +315375,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.geigi.cozy.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.georgekap1an.chores.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.hannesschulze.optimizer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.hluk.copyq.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.hugolabe.Wike.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.intika.pager-wheel.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.jeromerobert.pdfarranger.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.johnfactotum.Foliate.svg @@ -312378,12 +315392,14 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.mubitosh.qrshare.sv share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.needle-and-thread.vocal.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.needleandthread.vocal.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.nick92.tranqil.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.panosx2.brightness.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.parnold-x.nasc.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.parnold-x.sudoku.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.parnold-x.timer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.philip-scott.notes-up.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.philip_scott.notes-up.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.rapidfingers.translator.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.reds.LogisimEvolution.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.robertsanseries.karim.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.ronnydo.colorpicker.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.rssguard.svg @@ -312394,9 +315410,11 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.themix_project.Oomo share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.thezbyg.Gpick.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.thezbyg.gpick.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.timecraft.notifier.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.tomatoers.tomato.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.unrud.djpdf.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.wjaguar.mtPaint.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.wjaguar.mtpaint.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.wwmm.easyeffects.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.wwmm.pulseeffects.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.xournalpp.xournalpp.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.zren.commandoutput.svg @@ -312407,6 +315425,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.zren.tiledmenu.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.zren.todolist.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.github.ztefn.haguichi.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gitlab.ColinDuquesnoy.MellowPlayer.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gitlab.cunidev.Gestures.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gitlab.davem.ClamTk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.giuspen.cherrytree.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.gnome.Software.svg @@ -312431,10 +315450,14 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.onlyoffice.DesktopEditors. share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.openwall.John.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.ozmartians.VidCutter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.play0ad.zeroad.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.qq.weixin.deepin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.rawtherapee.RawTherapee.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.rosegardenmusic.rosegarden.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.simplenote.Simplenote.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.skype.Client.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.slack.Slack.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.spotify.Client.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.stremio.Stremio.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.sublimetext.SublimeText3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.sublimetext.three.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.syntevo.SmartGit.svg @@ -312451,9 +315474,12 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.viber.Viber.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.viewizard.AstroMenace.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.viewizard.astromenace.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.vinszent.GnomeTwitch.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.visualstudio.code-oss.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.visualstudio.code.oss.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.visualstudio.code.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.whitemagicsoftware.kmcaster.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.wire.WireDesktop.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.wiz.Note.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.worldoftanks.Client.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.wps.Office.etmain.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/com.wps.Office.pdfmain.svg @@ -312583,6 +315609,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/csd-wacom.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/csd-xrandr.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/csd-xsettings.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/csgo.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/csgo_linux64.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/css.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/cuckoo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/cumulus.svg @@ -312604,6 +315631,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/cxmenu-cxoffice-0-crossover.sv share/icons/Flat-Remix-Yellow-Light/apps/scalable/d-feet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/d3lphin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/d4x.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/daily-wallpaper.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/darktable.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/dash-qt.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/dassault-systemes.draftsight.svg @@ -312626,6 +315654,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/dde-introduction.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/ddm.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/ddrescue-gui.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/de.billardgl.Billardgl.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/de.blobbyvolley.BlobbyVolley2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/de.haeckerfelix.Fragments.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/de.haeckerfelix.gradio.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/de.openstreetmap.josm.svg @@ -312738,6 +315767,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/diodon.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/dirb.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/dirbuster.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/dirt-rally.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/discord-bin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/discord-canary.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/discord-ptb.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/discord.svg @@ -312849,6 +315879,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/earth.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/earth_engine.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/ease.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/easy-tag.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/easyeffects.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/easymp3gain.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/easystroke.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/easytag.svg @@ -312873,9 +315904,12 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/electron3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/electron4.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/electron5.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/electron6.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/electron9.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/electrum-ltc.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/electrum.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/element-desktop-bin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/element-desktop.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/element.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/element4l.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/elementary-photo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/emacs-24.svg @@ -312941,6 +315975,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/eu.tiliado.NuvolaAppSpotify.sv share/icons/Flat-Remix-Yellow-Light/apps/scalable/eu.tiliado.NuvolaAppYandexMusic.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/eu.tiliado.NuvolaAppYoutube.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/eu.tiliado.NuvolaAppYoutubeMusic.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/evernote-client.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/evernote.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/everpad.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/evince.svg @@ -313026,6 +316061,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/firewall.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/firewall_64.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/firewalld.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/firewatch.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/firmware-manager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/five-or-more.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/fjt.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/flacon.svg @@ -313153,6 +316189,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/gedit1.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gedit2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/geeqie.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gemini.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/genymotion-bin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/genymotion-player.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/genymotion.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/geogebra-classic.svg @@ -313192,6 +316229,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/gksu.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gksuexec-debian.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/glViewImage.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/glabels-3.0.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/glabels.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/glade-3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/glade.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/glchess.svg @@ -313596,6 +316634,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtk_info.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtkam-camera.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtkam.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtkconfig.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtkcord.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtklp.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtklpq.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/gtkpod.svg @@ -313717,12 +316756,14 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/ike-scan.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/ils.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/im-chooser.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/im-msn.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/im.dino.Dino.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/im.gitter.Gitter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/im.pidgin.Pidgin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/im.riot.Riot.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/image-missing.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/image-viewer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/imageburner.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/imagej1.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/imagemagick.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/imagemagick2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/imagewriter.svg @@ -313776,6 +316817,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/internet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/internet_mail.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.atom.Atom.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.atom.electron.BaseApp.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.bit3.WhatsAppQT.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.brackets.Brackets.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.dbeaver.DBeaverCommunity.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.element.Element.svg @@ -313811,14 +316853,20 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.freedoom.FreeDM.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.freedoom.Phase1.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.freedoom.Phase2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.gillesdegottex.FMIT.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.hmlendea.geforcenow-electron.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.jkozera.ZevDocs.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.jliljebl.Flowblade.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.lainsce.Notejot.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.mightycreak.Diffuse.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.mmstick.FontFinder.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.openWMail.openWMail.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.peazip.PeaZip.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.qalculate.Qalculate.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.qnapi.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.qtox.qTox.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.quodlibet.QuodLibet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.wereturtle.ghostwriter.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.github.wxmaxima_developers.wxMaxima.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.gitlab.Goodvibes.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.gitlab.jstest_gtk.jstest_gtk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.gitlab.o20.word.svg @@ -313830,7 +316878,9 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.mgba.mGBA.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.mpv.Mpv.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.mrarm.mcpelauncher.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.neovim.nvim.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.qt.QtCreator.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.thp.numptyphysics.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.typora.Typora.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/io.webtorrent.WebTorrent.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/iodine.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/iok.svg @@ -313873,6 +316923,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/java11-openjdk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/java12-openjdk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/java13-openjdk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/java14-openjdk.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/java15-openjdk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/java8-openjdk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/java9-openjdk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/javasnoop.svg @@ -314609,6 +317660,14 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.0-main.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.0-math.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.0-startcenter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.0-writer.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-base.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-calc.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-draw.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-impress.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-main.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-math.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-startcenter.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreoffice7.1-writer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreofficedev6.0-base.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreofficedev6.0-calc.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/libreofficedev6.0-draw.svg @@ -314648,7 +317707,19 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/links_32x32.xpm.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/linphone.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/linssid.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/linuxdcpp.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/liteautologin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/litecoin-qt.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litedesktop.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/liteinfo.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litemanual.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litenetworkshares.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litesoftware.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litesoundsglob.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litesources.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/litesystemreport.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/liteupdates.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/liteupdatesnotify.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/liteusermanager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/live.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/livepatch.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/liveusb-creator.svg @@ -314749,6 +317820,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/lutris_xonotic.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/lximage-qt.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/lximage.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/lxmusic.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/lxqt-archiver.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/lxtask.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/lxterm.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/lxterminal.svg @@ -314800,6 +317872,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-brightness-applet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-color-manager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-cpu-frequency-applet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-desktop-item-edit.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-desktop.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-disk-usage-analyzer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-eyes-applet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mate-indicator-applet.svg @@ -314990,6 +318063,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/mono-runtime.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mono.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/monodevelop.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/monodoc.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/moodbar.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/moserial.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mouse.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/mousepad.svg @@ -315093,6 +318167,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sf.fuse_emulator.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sf.nootka.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.Chessx.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.ExtremeTuxRacer.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.Hugin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.Klavaro.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.Lifeograph.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.TuxFootball.svg @@ -315100,6 +318175,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.VMPK.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.atanks.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.btanks.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.chromium-bsu.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.liferea.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.mars-game.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.maxima.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/net.sourceforge.qtpfsgui.LuminanceHDR.svg @@ -315248,6 +318324,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/nx-software-center.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/nx-software-updater.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/nxclient-wizard.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/nxterm.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/nz.mega.MEGAsync.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/obconf-qt.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/obconf.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/obs.svg @@ -315284,6 +318361,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/openarena.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/openarena128.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/openbox.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/opencubicplayer.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/opendiablo2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/openerp-client.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/openjdk-10.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/openjdk-11.svg @@ -315333,6 +318411,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.bitcoincore.bitcoin-qt.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.blender.Blender.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.bunkus.mkvtoolnix-gui.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.chromium.Chromium.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.citra_emu.citra.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.claws_mail.Claws-Mail.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.clawsmail.Claws.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.clementine_player.Clementine.svg @@ -315350,7 +318429,9 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.deepin.flatdeb.deepin-imag share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.deepin.flatdeb.deepin-music.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.deepin.flatdeb.deepin-screenshot.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.deepin.flatdeb.deepin-voice-recorder.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.deluge_torrent.deluge.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.delugetorrent.Deluge.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.desmume.DeSmuME.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.eclipse.Committers.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.eclipse.Eclipse.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.eclipse.Java.svg @@ -315365,6 +318446,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.electrum.electrum.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.entangle_photo.Manager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.equeim.Tremotesf.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.ethereum.Mist.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.fcitx.Fcitx5.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.fedoraproject.MediaWriter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.filezillaproject.Filezilla.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.fontforge.FontForge.svg @@ -315385,7 +318467,9 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.fritzing.Fritzing.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.frozen_bubble.frozen-bubble.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gajim.Gajim.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.geany.Geany.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.geeqie.Geeqie.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.geogebra.GeoGebra.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.ghidra_sre.Ghidra.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gimp.GIMP.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gmusicbrowser.gmusicbrowser.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gna.Warmux.svg @@ -315397,6 +318481,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Baobab.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Bijiben.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Books.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Boxes.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.BreakTimer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Builder.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Calculator.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.Calendar.svg @@ -315562,12 +318647,15 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnome.zbrown.Palette.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnu.emacs.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gnucash.GnuCash.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.godotengine.Godot.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.goldendict.GoldenDict.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gottcode.FocusWriter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gpodder.gpodder.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gramps_project.Gramps.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gtk.Demo3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gtk.Demo4.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gtk.WidgetFactory3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.gtk.WidgetFactory4.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.guitarix.Guitarix.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.hedgewars.Hedgewars.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.hydrogenmusic.Hydrogen.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.inkscape.Inkscape.svg @@ -315584,6 +318672,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.babe.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.blinken.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.blogilo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.bomber.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.bovo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.calligragemini.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.calligraplan.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.calligrasheets.svg @@ -315599,6 +318688,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.dolphin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.dragonplayer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.filelight.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.gcompris.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.granatier.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.gwenview.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.juk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.k3b.svg @@ -315610,6 +318700,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kapman.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.karbon.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kate.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.katomic.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kblackbox.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kblocks.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kbounce.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kbruch.svg @@ -315629,6 +318720,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kig.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kigo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.killbots.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kiriki.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kiten.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kjots.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kjumpingcube.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kleopatra.svg @@ -315645,6 +318737,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.knotes.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kolourpaint.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kompare.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.konqueror.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.konquest.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kontact.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.konversation.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.korganizer.svg @@ -315663,6 +318756,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kturtle.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kubrick.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kwordquiz.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.kwrite.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.labplot2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.latte.analogclock.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.latte.plasmoid.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.latte.separator.svg @@ -315758,6 +318852,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.weatherWidget.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kde.yakuake.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kdelook.nowdock.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.keepassxc.KeePassXC.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kicad.KiCad.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kicad_pcb.KiCad.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.kitone.subtitleeditor.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.ksnip.ksnip.svg @@ -315793,6 +318888,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.mypaint.MyPaint.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.netsurf_browser.NetSurf.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.nextcloud.Nextcloud.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.nicotine_plus.Nicotine.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.nmap.Zenmap.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.nxos.softwarecenter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.o20.openpoint.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.o20.word.svg @@ -315809,6 +318905,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.ppsspp.PPSSPP.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.pulseaudio.pavucontrol.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.pwmt.zathura.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.qbittorrent.qBittorrent.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.qelectrotech.QElectroTech.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.qgis.qgis.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.qownnotes.QOwnNotes.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.qt-project.qtcreator.svg @@ -315819,8 +318916,10 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.scantailor.ScanTailor.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.seul.pingus.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.shadowsocks.qt5client.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.signal.Signal.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.soundconverter.SoundConverter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.sparkleshare.SparkleShare.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.speedcrunch.SpeedCrunch.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.standardnotes.standardnotes.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.stellarium.Stellarium.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.subsurface_divelog.Subsurface.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.supertux.SuperTux-Milestone1.svg @@ -315831,10 +318930,13 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.telegram.desktop.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.texstudio.TeXstudio.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.tordini.flavio.Minitube.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.torproject.torbrowser.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.tribler.Tribler.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.tug.texworks.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.tuxfamily.XMoto.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.tuxpaint.Tuxpaint.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.unknown_horizons.UnknownHorizons.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.videolan.VLC.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.viking.Viking.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.vim.Vim.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.virt_manager.virt-manager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.virt_manager.virt-viewer.svg @@ -315853,6 +318955,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.about.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.appfinder.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.catfish.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.filemanager.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.genmon.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.gigolo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.mailreader.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/org.xfce.mousepad.svg @@ -315981,6 +319084,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/partitions.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/password-manager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/password.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/passwords.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/pasystray.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/patator.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/pattern-kde.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/pattern-kde4.svg @@ -316082,6 +319186,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/pop-shop.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/pop3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/pop_os.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/popcorn-time.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/popcorntime-ru.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/popcorntime.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/popsicle.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/portal.svg @@ -316168,6 +319273,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-mail.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-management-service.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-other.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-plugin.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-smart-status.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-sound.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-system-bluetooth-inactive.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/preferences-system-bluetooth.svg @@ -316263,6 +319369,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/python3.5.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/q4_findmenu.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/q4_findweb.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/q4_netcon.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/q4os-swprofiler.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/q4os-updatemgr.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/q4wine.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qalculate-applet.svg @@ -316282,6 +319389,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/qgis.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qgit.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qgo.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qjackctl.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/qjournalctl.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qjoypad.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qlandkartegt.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/qlipper.svg @@ -316547,6 +319655,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/slack.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/sleep.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/slic3r.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/slidewall.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/slimbookamdcontroller.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/slimjet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/slingscold.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/smartcode-stremio.svg @@ -316669,6 +319778,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_10.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_105600.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_107800.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_130.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_1536610.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_201700.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_206440.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_20920.svg @@ -316679,6 +319789,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_220.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_221810.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_222880.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_22600.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_22690.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_228360.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_231430.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/steam_icon_233720.svg @@ -316933,6 +320044,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/system.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/system76-driver.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/system_section.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/systemback.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/systemsettings.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/systemtray.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tablet.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tabletconnected.svg @@ -316954,6 +320066,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/team-fortress2.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/teamspeak3.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/teamviewer.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/teeworlds.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/telegram-desktop-bin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/telegram-desktop.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/telegram.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/telepathy-kde.svg @@ -316992,6 +320105,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunar.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-3.0.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-beta-bin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-beta.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-bin.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-branded.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-early-bird.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/thunderbird-icon.svg @@ -317022,6 +320136,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomahawk.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomato.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomboy-16.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomboy-32.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomboy-ng.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomboy-note.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomboy-panel.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/tomboy.svg @@ -317320,6 +320435,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/wewechat.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/wfuzz.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/whaawmp.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/whatsapp-desktop.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/whatsapp-for-linux.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/whatsapp-nativefier.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/whatsapp.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/whatsdesk.svg @@ -317402,6 +320518,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/ws.openarena.OpenArena.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/wunderlist.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/www-browser.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/wxHexEditor.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/wxlame.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/wxmaxima.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/x-office-address-book.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/x-office-calendar.svg @@ -317510,6 +320627,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfce4_xicon.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfce_unknown.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfdashboard.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfmail.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfp.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfpm-ac-adapter.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfpm-suspend.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfsm-hibernate.svg @@ -317520,6 +320638,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfsm-shutdown.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfsm-suspend.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfsm-switch-user.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfsm-switch.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfw.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfwm4-tweaks-settings.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xfwm4.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/xhydra.svg @@ -317563,6 +320682,7 @@ share/icons/Flat-Remix-Yellow-Light/apps/scalable/y-ppa-manager.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/yacreader-library.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/yacreader.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/yad.svg +share/icons/Flat-Remix-Yellow-Light/apps/scalable/yadpush.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/yagf.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/yakuake.svg share/icons/Flat-Remix-Yellow-Light/apps/scalable/yandex-browser-beta.svg diff --git a/x11-themes/plasma5-breeze-gtk/distinfo b/x11-themes/plasma5-breeze-gtk/distinfo index cfeef184ea8..09c0e6ef9e4 100644 --- a/x11-themes/plasma5-breeze-gtk/distinfo +++ b/x11-themes/plasma5-breeze-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866698 -SHA256 (KDE/plasma/5.22.1/breeze-gtk-5.22.1.tar.xz) = 07661452c7fd177210d4416f4e44f83d6f5194670dd4ced151cdedb3fa21e922 -SIZE (KDE/plasma/5.22.1/breeze-gtk-5.22.1.tar.xz) = 47696 +TIMESTAMP = 1624729984 +SHA256 (KDE/plasma/5.22.2.1/breeze-gtk-5.22.2.1.tar.xz) = 82366a4026681284fa758713700922da5dd2acf49693de4813a12b3557a788ed +SIZE (KDE/plasma/5.22.2.1/breeze-gtk-5.22.2.1.tar.xz) = 47680 diff --git a/x11-themes/plasma5-breeze/distinfo b/x11-themes/plasma5-breeze/distinfo index a1aeca006c0..5123f231365 100644 --- a/x11-themes/plasma5-breeze/distinfo +++ b/x11-themes/plasma5-breeze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866697 -SHA256 (KDE/plasma/5.22.1/breeze-5.22.1.tar.xz) = 1339dd8617e76a21f80600162b6640da79e7abf2e05dc5684b5d2cc6a7a4a464 -SIZE (KDE/plasma/5.22.1/breeze-5.22.1.tar.xz) = 34546532 +TIMESTAMP = 1624729983 +SHA256 (KDE/plasma/5.22.2.1/breeze-5.22.2.1.tar.xz) = d4e25938cd788ebf104bf0395a2f314e67398e6a02515c195f351a33ba2c110a +SIZE (KDE/plasma/5.22.2.1/breeze-5.22.2.1.tar.xz) = 34545512 diff --git a/x11-themes/plasma5-kde-gtk-config/distinfo b/x11-themes/plasma5-kde-gtk-config/distinfo index f0a35404465..a102a18a5bc 100644 --- a/x11-themes/plasma5-kde-gtk-config/distinfo +++ b/x11-themes/plasma5-kde-gtk-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866699 -SHA256 (KDE/plasma/5.22.1/kde-gtk-config-5.22.1.tar.xz) = 7093ba1c0a33de261e8fcd3d09534601c32b2514f64d45bdc62a196208c67319 -SIZE (KDE/plasma/5.22.1/kde-gtk-config-5.22.1.tar.xz) = 70712 +TIMESTAMP = 1624729985 +SHA256 (KDE/plasma/5.22.2.1/kde-gtk-config-5.22.2.1.tar.xz) = a84319a0c9077afa305bb8f9100e26e5b75f5f3a4da35143f605843b38d47a29 +SIZE (KDE/plasma/5.22.2.1/kde-gtk-config-5.22.2.1.tar.xz) = 70716 diff --git a/x11-themes/plasma5-oxygen/distinfo b/x11-themes/plasma5-oxygen/distinfo index 75e041651a4..d5eae28344a 100644 --- a/x11-themes/plasma5-oxygen/distinfo +++ b/x11-themes/plasma5-oxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866700 -SHA256 (KDE/plasma/5.22.1/oxygen-5.22.1.tar.xz) = 8c60030ee43f3a3c61aa1e53d55b06c6bf2fee3da61403c2df3a18b5a0137a69 -SIZE (KDE/plasma/5.22.1/oxygen-5.22.1.tar.xz) = 4475104 +TIMESTAMP = 1624729986 +SHA256 (KDE/plasma/5.22.2.1/oxygen-5.22.2.1.tar.xz) = 9dab7cf2e672ee3874e9f6c369f8624982738f9925ca76bed812a2da35014c23 +SIZE (KDE/plasma/5.22.2.1/oxygen-5.22.2.1.tar.xz) = 4474560 diff --git a/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo index 6ee5101beae..e1a07aa18c8 100644 --- a/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo +++ b/x11-themes/plasma5-plasma-workspace-wallpapers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866702 -SHA256 (KDE/plasma/5.22.1/plasma-workspace-wallpapers-5.22.1.tar.xz) = d752ceeb64bc67e1dfdc0dd2a21dae6a9a3b0c7da2023a5c6148d98a544e282e -SIZE (KDE/plasma/5.22.1/plasma-workspace-wallpapers-5.22.1.tar.xz) = 51347808 +TIMESTAMP = 1624729991 +SHA256 (KDE/plasma/5.22.2.1/plasma-workspace-wallpapers-5.22.2.1.tar.xz) = 9565979e572c802f3ef78554f992c09667fd9e7dc9be270fc853e8b360070496 +SIZE (KDE/plasma/5.22.2.1/plasma-workspace-wallpapers-5.22.2.1.tar.xz) = 51347492 diff --git a/x11-themes/qogir-gtk-themes/Makefile b/x11-themes/qogir-gtk-themes/Makefile index dc967785391..e798c060caf 100644 --- a/x11-themes/qogir-gtk-themes/Makefile +++ b/x11-themes/qogir-gtk-themes/Makefile @@ -1,7 +1,7 @@ # Created by: Alexander Vereeken PORTNAME= qogir-gtk-themes -DISTVERSION= 2021-04-20 +DISTVERSION= 2021-06-25 CATEGORIES= x11-themes MAINTAINER= Alexander88207@protonmail.com diff --git a/x11-themes/qogir-gtk-themes/distinfo b/x11-themes/qogir-gtk-themes/distinfo index c580130176c..e7f5de356e0 100644 --- a/x11-themes/qogir-gtk-themes/distinfo +++ b/x11-themes/qogir-gtk-themes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1620851038 -SHA256 (vinceliuice-Qogir-theme-2021-04-20_GH0.tar.gz) = 6db77455a74324ebdf93c49b45f12048c053e7526a1f1b4671a960f54ddf86bf -SIZE (vinceliuice-Qogir-theme-2021-04-20_GH0.tar.gz) = 3863010 +TIMESTAMP = 1624752890 +SHA256 (vinceliuice-Qogir-theme-2021-06-25_GH0.tar.gz) = 4f518e134c25ed5abbb5cd42985f18075534ea6905c85e2dc67d995459aab250 +SIZE (vinceliuice-Qogir-theme-2021-06-25_GH0.tar.gz) = 3867483 diff --git a/x11-themes/slim-themes/Makefile b/x11-themes/slim-themes/Makefile index 026473e174d..b2ae6efbcdc 100644 --- a/x11-themes/slim-themes/Makefile +++ b/x11-themes/slim-themes/Makefile @@ -7,13 +7,13 @@ CATEGORIES= x11-themes MASTER_SITES= http://dist.codelabs.ru/fbsd/ports/slim-themes/:new_themes \ http://dist.codelabs.ru/fbsd/ports/slim-themes/:old_themes \ SF/slim.berlios/:old_themes -DISTFILES= MAINTAINER= d.oriented@gmail.com COMMENT= Theme pack for SLiM login app RUN_DEPENDS= slim>=0:x11/slim +NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes SHAREMODE= 644 @@ -21,16 +21,12 @@ THEMEDIR_REL= share/slim/themes THEMEDIR= ${PREFIX}/${THEMEDIR_REL} PLIST_SUB+= THEMEDIR=${THEMEDIR_REL} -OPTIONS_DEFINE= # empty -OPTIONS_MULTI= THEME # enforces at least one choice +OPTIONS_MULTI= THEME OPTIONS_SUB= yes THEME_DESC= Available SLiM Themes # Format is 'variable name%description%archive name%unpacked dir%dest # dir%master site tag' -# I am substituting ' ' -> '+' because make in 6.x isn't able to properly -# catch quoted strings with spaces. 7.x and 8.x are fine with this, so -# once 6.x will be deorbited, we could switch just to spaces. THEMELIST= GENTOO_SIMPLE%Gentoo+simple+theme%slim-gentoo-simple.tar.bz2%slim-gentoo-simple%gentoo-simple%old_themes \ ARCHLINUX_SIMPLE%ArchLinux+simple+theme%slim-archlinux-simple.tar.gz%slim-archlinux-simple%archlinux-simple%old_themes \ DEBIAN_MOREBLUE%Debian+moreblue+theme%slim-debian-moreblue.tar.bz2%debian-moreblue%debian-moreblue%old_themes \ @@ -51,42 +47,18 @@ THEMELIST= GENTOO_SIMPLE%Gentoo+simple+theme%slim-gentoo-simple.tar.bz2%slim-gen FREEBSD%FreeBSD+theme%fbsd-slim-theme.tar.bz2%fbsd%fbsd%new_themes \ GNEWSENSE%gNewSense+theme%slim-gnewsense-1.1.tar.bz2%slim-gnewsense-1.1%gnewsense%new_themes -# Pollute OPTIONS and DISTFILES. Cool magic ;)) -# We're using immediate assignment and two variables, because there is -# no addition (+=) operator with immediate assignment. - -.for t in ${THEMELIST} -n= ${t:C/^([^%]*)%.*$/\\1/1} -d= ${t:C/^[^%]*%[^%]*%([^%]*)%.*$/\\1/1} -desc= ${t:C/^[^%]*%([^%]*)%.*$/\\1/1:C/\+/ /g} -sdir= ${t:C/^[^%]*%[^%]*%[^%]*%([^%]*)%.*$/\\1/1} -ddir= ${t:C/^[^%]*%[^%]*%[^%]*%[^%]*%([^%]*)%.*$/\\1/1} -mtag= ${t:C/^[^%]*%[^%]*%[^%]*%[^%]*%[^%]*%([^%]*)$/\\1/1} -.if ${mtag} == "" -${n}_DIST:= ${d} -.else -${n}_DIST:= ${d}:${mtag} -.endif -${n}_SDIR:= ${sdir} -${n}_DDIR:= ${ddir} -OPTIONS_MULTI_THEME:= ${OPTIONS_MULTI_THEME} ${n} -A+= ${n} -${n}_DESC:= ${desc} -NEWTHEMES:= ${ALLTHEMES} ${n} -ALLTHEMES:= ${NEWTHEMES} -.endfor # t in ${THEMELIST} +.for n desc d sdir ddir mtag in ${THEMELIST:S/%/ /g} +${n}_DISTFILES= ${d}:${mtag} +${n}_SDIR= ${sdir} +${n}_DDIR= ${ddir} +OPTIONS_MULTI_THEME+= ${n} +${n}_DESC= ${desc:S/+/ /g} +.endfor OPTIONS_DEFAULT= ${OPTIONS_MULTI_THEME} .include -.for n in ${ALLTHEMES} -. if ${PORT_OPTIONS:M${n}} -NEWDISTFILES:= ${DISTFILES} ${${n}_DIST} -DISTFILES:= ${NEWDISTFILES} -. endif -.endfor - .if ${PORT_OPTIONS:MPARALLEL_DIMS} EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-parallel-dimensions-slim.theme @@ -94,15 +66,14 @@ post-patch: @${RM} ${WRKSRC}/parallel-dimensions/slim.theme.orig .endif # ${PORT_OPTIONS:MPARALLEL_DIMS} -# Install selected themes. Another regexp voodoo, yay! \o/ do-install: ${MKDIR} ${STAGEDIR}${THEMEDIR} -.for n in ${ALLTHEMES} +.for n in ${OPTIONS_MULTI_THEME} .if ${PORT_OPTIONS:M${n}} ${MKDIR} ${STAGEDIR}${THEMEDIR}/${${n}_DDIR} cd "${WRKSRC}/${${n}_SDIR}" && \ ${COPYTREE_SHARE} . ${STAGEDIR}${THEMEDIR}/${${n}_DDIR} .endif # ${PORT_OPTIONS:M${n}} -.endfor # t in ${THEMELIST} +.endfor .include diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 71db6f48432..d11e8ae93ff 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -163,7 +163,6 @@ SUBDIR += py-tktreectrl SUBDIR += py-wxPython40 SUBDIR += py-xlib - SUBDIR += pypy-tkinter SUBDIR += qml-box2d SUBDIR += qt5-charts SUBDIR += qt5-datavis3d @@ -214,7 +213,6 @@ SUBDIR += tktray SUBDIR += tktreectrl SUBDIR += unique - SUBDIR += v SUBDIR += vdk SUBDIR += viewklass SUBDIR += vte diff --git a/x11-toolkits/p5-Prima/Makefile b/x11-toolkits/p5-Prima/Makefile index bd5a8ec37bb..889e7024b90 100644 --- a/x11-toolkits/p5-Prima/Makefile +++ b/x11-toolkits/p5-Prima/Makefile @@ -1,7 +1,7 @@ # Created by: dmitry@karasik.eu.org PORTNAME= Prima -PORTVERSION= 1.61 +PORTVERSION= 1.62 CATEGORIES= x11-toolkits graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/x11-toolkits/p5-Prima/distinfo b/x11-toolkits/p5-Prima/distinfo index 7c25c52aa8b..df9fc1f07ee 100644 --- a/x11-toolkits/p5-Prima/distinfo +++ b/x11-toolkits/p5-Prima/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622214182 -SHA256 (Prima-1.61.tar.gz) = 29fb0f289fea09752bc2d277565e4c33cbbc67b3799be0b794448b1db1835583 -SIZE (Prima-1.61.tar.gz) = 1929469 +TIMESTAMP = 1624189747 +SHA256 (Prima-1.62.tar.gz) = e5c412143bbb2012a9c0fcb90115ea1f9ddbb130b3d80c75df0cd5581171a929 +SIZE (Prima-1.62.tar.gz) = 1932154 diff --git a/x11-toolkits/p5-Prima/pkg-plist b/x11-toolkits/p5-Prima/pkg-plist index f273b1df048..b2e767c1945 100644 --- a/x11-toolkits/p5-Prima/pkg-plist +++ b/x11-toolkits/p5-Prima/pkg-plist @@ -58,11 +58,13 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/DockManager.pm %%SITE_ARCH%%/Prima/Docks.pm %%SITE_ARCH%%/Prima/Drawable.pod +%%SITE_ARCH%%/Prima/Drawable/Antialias.pm %%SITE_ARCH%%/Prima/Drawable/Basic.pm %%SITE_ARCH%%/Prima/Drawable/CurvedText.pm %%SITE_ARCH%%/Prima/Drawable/Glyphs.pm %%SITE_ARCH%%/Prima/Drawable/Gradient.pm %%SITE_ARCH%%/Prima/Drawable/Markup.pm +%%SITE_ARCH%%/Prima/Drawable/Metafile.pm %%SITE_ARCH%%/Prima/Drawable/Path.pm %%SITE_ARCH%%/Prima/Drawable/Subcanvas.pm %%SITE_ARCH%%/Prima/Drawable/TextBlock.pm @@ -71,7 +73,6 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/ExtLists.pm %%SITE_ARCH%%/Prima/File.pod %%SITE_ARCH%%/Prima/FrameSet.pm -%%SITE_ARCH%%/Prima/Gencls.pm %%SITE_ARCH%%/Prima/Grids.pm %%SITE_ARCH%%/Prima/Header.pm %%SITE_ARCH%%/Prima/HelpViewer.fm @@ -121,7 +122,6 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/StartupWindow.pm %%SITE_ARCH%%/Prima/StdBitmap.pm %%SITE_ARCH%%/Prima/Stress.pm -%%SITE_ARCH%%/Prima/Test.pm %%SITE_ARCH%%/Prima/TextView.pm %%SITE_ARCH%%/Prima/Themes.pm %%SITE_ARCH%%/Prima/Tie.pm @@ -145,6 +145,7 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/Widgets.pm %%SITE_ARCH%%/Prima/Window.pod %%SITE_ARCH%%/Prima/X11.pod +%%SITE_ARCH%%/Prima/aa.gif %%SITE_ARCH%%/Prima/altspinbutton.gif %%SITE_ARCH%%/Prima/buttons.gif %%SITE_ARCH%%/Prima/calendar.gif @@ -159,6 +160,7 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/examples/Hand.gif %%SITE_ARCH%%/Prima/examples/amba.pl %%SITE_ARCH%%/Prima/examples/animate.pl +%%SITE_ARCH%%/Prima/examples/antialias.pl %%SITE_ARCH%%/Prima/examples/async.pl %%SITE_ARCH%%/Prima/examples/bidi.pl %%SITE_ARCH%%/Prima/examples/blend.pl @@ -235,6 +237,7 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/imageviewer.gif %%SITE_ARCH%%/Prima/inputline.gif %%SITE_ARCH%%/Prima/internals.pod +%%SITE_ARCH%%/Prima/kashida.gif %%SITE_ARCH%%/Prima/label.gif %%SITE_ARCH%%/Prima/leadings.gif %%SITE_ARCH%%/Prima/lineends.gif @@ -261,6 +264,8 @@ bin/prima-tmlink %%SITE_ARCH%%/Prima/spinedit.gif %%SITE_ARCH%%/Prima/spinner.gif %%SITE_ARCH%%/Prima/sys/FS.pm +%%SITE_ARCH%%/Prima/sys/Gencls.pm +%%SITE_ARCH%%/Prima/sys/Test.pm %%SITE_ARCH%%/Prima/sys/XQuartz.pm %%SITE_ARCH%%/Prima/sys/gtk/FileDialog.pm %%SITE_ARCH%%/Prima/sys/win32/FileDialog.pm @@ -310,11 +315,13 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::Dialog::PrintDialog.3.gz %%PERL5_MAN3%%/Prima::DockManager.3.gz %%PERL5_MAN3%%/Prima::Docks.3.gz +%%PERL5_MAN3%%/Prima::Drawable::Antialias.3.gz %%PERL5_MAN3%%/Prima::Drawable::Basic.3.gz %%PERL5_MAN3%%/Prima::Drawable::CurvedText.3.gz %%PERL5_MAN3%%/Prima::Drawable::Glyphs.3.gz %%PERL5_MAN3%%/Prima::Drawable::Gradient.3.gz %%PERL5_MAN3%%/Prima::Drawable::Markup.3.gz +%%PERL5_MAN3%%/Prima::Drawable::Metafile.3.gz %%PERL5_MAN3%%/Prima::Drawable::Path.3.gz %%PERL5_MAN3%%/Prima::Drawable::Subcanvas.3.gz %%PERL5_MAN3%%/Prima::Drawable::TextBlock.3.gz @@ -322,7 +329,6 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::EventHook.3.gz %%PERL5_MAN3%%/Prima::ExtLists.3.gz %%PERL5_MAN3%%/Prima::FrameSet.3.gz -%%PERL5_MAN3%%/Prima::Gencls.3.gz %%PERL5_MAN3%%/Prima::Grids.3.gz %%PERL5_MAN3%%/Prima::Header.3.gz %%PERL5_MAN3%%/Prima::HelpViewer.3.gz @@ -364,7 +370,6 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::StartupWindow.3.gz %%PERL5_MAN3%%/Prima::StdBitmap.3.gz %%PERL5_MAN3%%/Prima::Stress.3.gz -%%PERL5_MAN3%%/Prima::Test.3.gz %%PERL5_MAN3%%/Prima::TextView.3.gz %%PERL5_MAN3%%/Prima::Themes.3.gz %%PERL5_MAN3%%/Prima::Tie.3.gz @@ -380,6 +385,8 @@ bin/prima-tmlink %%PERL5_MAN3%%/Prima::noARGV.3.gz %%PERL5_MAN3%%/Prima::noX11.3.gz %%PERL5_MAN3%%/Prima::sys::FS.3.gz +%%PERL5_MAN3%%/Prima::sys::Gencls.3.gz +%%PERL5_MAN3%%/Prima::sys::Test.3.gz %%PERL5_MAN3%%/Prima::sys::XQuartz.3.gz %%PERL5_MAN3%%/Prima::sys::gtk::FileDialog.3.gz %%PERL5_MAN3%%/Prima::sys::win32::FileDialog.3.gz diff --git a/x11-toolkits/plasma5-kdeplasma-addons/distinfo b/x11-toolkits/plasma5-kdeplasma-addons/distinfo index fcc2e4cc32f..2863b8a88aa 100644 --- a/x11-toolkits/plasma5-kdeplasma-addons/distinfo +++ b/x11-toolkits/plasma5-kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866703 -SHA256 (KDE/plasma/5.22.1/kdeplasma-addons-5.22.1.tar.xz) = 576c95e795d4a90c276b83f8596499776111da37ce551542c5704bd0ef550610 -SIZE (KDE/plasma/5.22.1/kdeplasma-addons-5.22.1.tar.xz) = 633472 +TIMESTAMP = 1624729992 +SHA256 (KDE/plasma/5.22.2.1/kdeplasma-addons-5.22.2.1.tar.xz) = db876a5bcdfd57f96ba219399baa1d1eae49ed79e009010a1fdbbf256ea20023 +SIZE (KDE/plasma/5.22.2.1/kdeplasma-addons-5.22.2.1.tar.xz) = 633228 diff --git a/x11-toolkits/pypy-tkinter/Makefile b/x11-toolkits/pypy-tkinter/Makefile deleted file mode 100644 index 21d3ef53867..00000000000 --- a/x11-toolkits/pypy-tkinter/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# Created by: David Naylor - -PORTNAME= tkinter -CATEGORIES= x11-toolkits python - -MAINTAINER= python@FreeBSD.org -COMMENT= PyPy bindings to the Tk widget set - -USES= tk - -DEPRECATED= Uses EOL Python 2.7 via lang/pypy -EXPIRATION_DATE=2021-06-23 - -CFFI_MODULE= _tkinter/tklib -CFFI_NAME= tkffi - -.include "${.CURDIR}/../../lang/pypy/bsd.pypy.cffi.mk" -.include diff --git a/x11-toolkits/pypy-tkinter/pkg-descr b/x11-toolkits/pypy-tkinter/pkg-descr deleted file mode 100644 index eae0c770439..00000000000 --- a/x11-toolkits/pypy-tkinter/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -PyPy bindings to the Tk widget set. diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile deleted file mode 100644 index 0e3cb0a4f0a..00000000000 --- a/x11-toolkits/v/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Created by: Donald Burr - -PORTNAME= v -PORTVERSION= 1.90 -PORTREVISION= 7 -CATEGORIES= x11-toolkits devel graphics -MASTER_SITES= SF/${PORTNAME}gui/V%20GUI/${PORTVERSION} -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${DISTNAME}a-patch${EXTRACT_SUFX} -PKGNAMESUFFIX= gui - -MAINTAINER= ports@FreeBSD.org -COMMENT= C++ GUI development framework for X11 and Microsoft Windows - -DEPRECATED= Dead upstream, unmaintained and no consumers -EXPIRATION_DATE=2021-06-23 - -USES= compiler dos2unix gmake xorg -USE_XORG= x11 xt xmu xaw -MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} -# Build ignores CXXFLAGS -CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} -CFLAGS_clang= -Wno-c++11-narrowing - -WRKSRC= ${WRKDIR}/home/vgui - -OPTIONS_DEFINE= OPENGL # DOCS (commented out, see below) -OPTIONS_DEFAULT= OPENGL - -OPENGL_USES= gl -OPENGL_USE= GL=glu - -post-patch: -# For gmake>=3.82 - @${REINPLACE_CMD} -e 's/^ cd/# cd/' ${WRKSRC}/srcx/Makefile -# Fix parallel builds: call make(1) correctly, register target dependencies - @${REINPLACE_CMD} -E 's/cd (.+) ; (\$$\(MAKE\))/\2 -C \1/' \ - ${WRKSRC}/Makefile - @${ECHO_CMD} test appgen iconed draw bmp2vbm examp drawex icons \ - tutor: srcx >> ${WRKSRC}/Makefile - -do-configure: - ${CP} ${WRKSRC}/configs/ConfigX.mk ${WRKSRC}/Config.mk - -pre-build: - @${MKDIR} ${WRKSRC}/obj/bsd ${WRKSRC}/objm/bsd ${WRKSRC}/lib/bsd \ - ${WRKSRC}/bin/bsd - -post-build: - ${RANLIB} ${WRKSRC}/lib/libVx.a - ${RANLIB} ${WRKSRC}/lib/libVxgl.a - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/viconedx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/b2v ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/icondemox ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/protox ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/tutappx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vdrawx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vdrawexx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vgenx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/bin/vtestlibx ${STAGEDIR}${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/lib/libVx.a ${STAGEDIR}${PREFIX}/lib - ${INSTALL_DATA} ${WRKSRC}/lib/libVxgl.a ${STAGEDIR}${PREFIX}/lib - @${MKDIR} ${STAGEDIR}${PREFIX}/include/v - ${INSTALL_DATA} ${WRKSRC}/includex/v/*.h ${STAGEDIR}${PREFIX}/include/v - ${INSTALL_DATA} ${WRKSRC}/includex/v/*.cxx ${STAGEDIR}${PREFIX}/include/v - -.include diff --git a/x11-toolkits/v/distinfo b/x11-toolkits/v/distinfo deleted file mode 100644 index e626e1968c9..00000000000 --- a/x11-toolkits/v/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (v-1.90.tar.gz) = c6eacb3b3463e60522d8756abf7c39d30753b595bc110453d40f5f082f69ce40 -SIZE (v-1.90.tar.gz) = 1334360 -SHA256 (v-1.90a-patch.tar.gz) = 799614292df0df2117ac196eb75b95042d6021ec8249603e61fcfa66abb817ee -SIZE (v-1.90a-patch.tar.gz) = 5970 diff --git a/x11-toolkits/v/files/patch-configs-ConfigX.mk b/x11-toolkits/v/files/patch-configs-ConfigX.mk deleted file mode 100644 index 2f2ccadbe96..00000000000 --- a/x11-toolkits/v/files/patch-configs-ConfigX.mk +++ /dev/null @@ -1,47 +0,0 @@ ---- configs/ConfigX.mk.orig Fri Nov 24 18:13:58 2006 -+++ configs/ConfigX.mk Fri Nov 24 18:14:19 2006 -@@ -34,8 +34,8 @@ - #--------------------------------------------------------------------- - # Tools used in the makefile execution - #--------------------------------------------------------------------- --CC = gcc --CXX = g++ -+#CC = gcc -+#CXX = g++ - - #--------------------------------------------------------------------- - # VPATH for dependencies on header files -@@ -51,7 +51,7 @@ - # User contributed definitions are available for: - # hpux, aix, solaris, bsd - #--------------------------------------------------------------------- --ARCH = linuxdev -+#ARCH = linuxdev - #ARCH = linux - #ARCH = linuxelf - #ARCH = sun4 -@@ -60,9 +60,9 @@ - #ARCH = hpux - #ARCH = aix - #ARCH = solaris --#ARCH = bsd -+ARCH = bsd - #ARCH = tru64 --Arch = $(ARCH) -+Arch = bsd - - - #--------------------------------------------------------------------- -@@ -305,9 +305,9 @@ - # FreeBSD with gcc - #---------------------------------------------------------------------- - ifeq ($(Arch),bsd) --INCDIR += -I/usr/$(X11RV)/include --LIBDIR += -L/usr/$(X11RV)/lib --LIBS += -lV -lXmu -lXt -lXext -lX11 -lxm -+INCDIR += -I$(LOCALBASE)/include -+LIBDIR += -L$(LOCALBASE)/lib -+LIBS += -lXmu -lXt -lXext -lX11 - TARZ = - RANLIB = ranlib - VGPATH = UNIX diff --git a/x11-toolkits/v/files/patch-includex-v-v_defs.h b/x11-toolkits/v/files/patch-includex-v-v_defs.h deleted file mode 100644 index 4f442b5453f..00000000000 --- a/x11-toolkits/v/files/patch-includex-v-v_defs.h +++ /dev/null @@ -1,10 +0,0 @@ ---- includex/v/v_defs.h.orig Mon Apr 28 19:16:56 2003 -+++ includex/v/v_defs.h Thu Mar 9 19:03:12 2006 -@@ -310,6 +310,7 @@ - #define notChk 0 - #define noSub 0 - #define notUsed 0 -+#define notUsedVoid - #define noIcon 0 - - // standard menu definitions diff --git a/x11-toolkits/v/files/patch-includex-v-vtimer.h b/x11-toolkits/v/files/patch-includex-v-vtimer.h deleted file mode 100644 index 91ef038bb03..00000000000 --- a/x11-toolkits/v/files/patch-includex-v-vtimer.h +++ /dev/null @@ -1,18 +0,0 @@ ---- includex/v/vtimer.h.orig Fri Apr 4 23:37:28 2003 -+++ includex/v/vtimer.h Thu Mar 9 19:05:20 2006 -@@ -19,13 +19,13 @@ - - extern "C" - { -- void CtimerCB(XtPointer client_data, XtIntervalId* notUsed); -+ void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid); - } - - class vTimer - { - -- friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsed); -+ friend void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid); - - public: //---------------------------------------- public - diff --git a/x11-toolkits/v/files/patch-srcx-vcanvas.cxx b/x11-toolkits/v/files/patch-srcx-vcanvas.cxx deleted file mode 100644 index 4dfaf5a0536..00000000000 --- a/x11-toolkits/v/files/patch-srcx-vcanvas.cxx +++ /dev/null @@ -1,20 +0,0 @@ ---- srcx/vcanvas.cxx.orig 2007-07-31 22:24:59.000000000 +0200 -+++ srcx/vcanvas.cxx 2007-07-31 22:25:47.000000000 +0200 -@@ -1326,7 +1326,7 @@ - } - } - #else -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vCanvasPane*)This)->HScrollProcCB(pos); - #endif - } -@@ -1365,7 +1365,7 @@ - } - } - #else -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vCanvasPane*)This)->VScrollProcCB(pos); - #endif - } diff --git a/x11-toolkits/v/files/patch-srcx-vcomboc.cxx b/x11-toolkits/v/files/patch-srcx-vcomboc.cxx deleted file mode 100644 index b693a4a618c..00000000000 --- a/x11-toolkits/v/files/patch-srcx-vcomboc.cxx +++ /dev/null @@ -1,20 +0,0 @@ -Regressed by https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/197e9d055f3c - -vcomboc.cxx:331:2: error: no matching function for call to 'XawListChange' - XawListChange(_popupList, _workList, _numItems, _maxWidth, True); - ^~~~~~~~~~~~~ -/usr/local/include/X11/Xaw/List.h:167:6: note: candidate function not viable: no known conversion from 'char *[32]' to 'const char **' for 2nd argument -void XawListChange - ^ - ---- srcx/vcomboc.cxx.orig 2003-04-04 21:37:00 UTC -+++ srcx/vcomboc.cxx -@@ -328,7 +328,7 @@ static Pixmap down_bitmap = 0; - #ifndef Athena - XmListReplaceItemsPosUnselected(_popupList, (XmString*)_workList, _numItems, 1); - #else -- XawListChange(_popupList, _workList, _numItems, _maxWidth, True); -+ XawListChange(_popupList, (_Xconst char**)_workList, _numItems, _maxWidth, True); - #endif - if (val < 0) // unselect - val = 0; diff --git a/x11-toolkits/v/files/patch-srcx-vlistcc.cxx b/x11-toolkits/v/files/patch-srcx-vlistcc.cxx deleted file mode 100644 index b624428b824..00000000000 --- a/x11-toolkits/v/files/patch-srcx-vlistcc.cxx +++ /dev/null @@ -1,64 +0,0 @@ -Regressed by https://gitlab.freedesktop.org/xorg/lib/libxaw/-/commit/197e9d055f3c - -vlistc.cxx:344:2: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -vlistc.cxx:374:6: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); - ^~~~~~~~~~~~~ -vlistc.cxx:405:6: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); - ^~~~~~~~~~~~~ -vlistc.cxx:484:5: error: no matching function for call to 'XawListChange' - XawListChange(wCmd, _workList, _listRows, _maxWidth, True); - ^~~~~~~~~~~~~ -/usr/local/include/X11/Xaw/List.h:167:6: note: candidate function not viable: no known conversion from 'char *[33]' to 'const char **' for 2nd argument -void XawListChange - ^ - ---- srcx/vlistc.cxx.orig 2003-04-04 21:37:00 UTC -+++ srcx/vlistc.cxx -@@ -341,7 +341,7 @@ extern "C" - NULL); - #else - // turn them all off! -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - SetScroll(_ScrlShown, _ScrlTop); - #endif - SetCmdVal(val,Value); -@@ -371,7 +371,7 @@ extern "C" - #ifndef Athena - XmListDeselectAllItems(wCmd); - #else -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - #endif - return; - } -@@ -402,7 +402,7 @@ extern "C" - - if (newSel >= 0 && newSel < _listRows) - { -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - XawListHighlight(wCmd, newSel); - } - else // have to scroll -@@ -481,7 +481,7 @@ extern "C" - _workList[ix] = _fullList[ix + _workMapsTo]; - } - -- XawListChange(wCmd, _workList, _listRows, _maxWidth, True); -+ XawListChange(wCmd, (_Xconst char**)_workList, _listRows, _maxWidth, True); - - // See if the currently selected item is on the list, and rehighlight - int newSel = _curSelection - _workMapsTo; -@@ -676,7 +676,7 @@ extern "C" - //============================>>> CScollProcCB <<<============================= - void CScrollProcCB(Widget w, XtPointer This, XtPointer position) - { -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vListCmd*)This)->ScrollProcCB(pos); - } - #endif // Athena only diff --git a/x11-toolkits/v/files/patch-srcx-vsliderc.cxx b/x11-toolkits/v/files/patch-srcx-vsliderc.cxx deleted file mode 100644 index c9fc99d9f7c..00000000000 --- a/x11-toolkits/v/files/patch-srcx-vsliderc.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- srcx/vsliderc.cxx.orig 2007-07-31 22:29:12.000000000 +0200 -+++ srcx/vsliderc.cxx 2007-07-31 22:29:56.000000000 +0200 -@@ -402,7 +402,7 @@ - //============================>>> CScollProcCB <<<============================= - void CSliderScrollProcCB(Widget w, XtPointer This, XtPointer position) - { -- int pos = (int)position; -+ intptr_t pos = (intptr_t)position; - ((vSliderCmd*)This)->ScrollProcCB(pos); - } - } diff --git a/x11-toolkits/v/files/patch-srcx-vtimer.cxx b/x11-toolkits/v/files/patch-srcx-vtimer.cxx deleted file mode 100644 index beb7e429b24..00000000000 --- a/x11-toolkits/v/files/patch-srcx-vtimer.cxx +++ /dev/null @@ -1,11 +0,0 @@ ---- srcx/vtimer.cxx.orig Fri Apr 4 23:37:00 2003 -+++ srcx/vtimer.cxx Thu Mar 9 19:06:58 2006 -@@ -95,7 +95,7 @@ - extern "C" - { - //============================>>> CtimerCB <<<========================== -- void CtimerCB(XtPointer client_data, XtIntervalId* notUsed) -+ void CtimerCB(XtPointer client_data, XtIntervalId* notUsedVoid) - { - // timer tick callback - // diff --git a/x11-toolkits/v/pkg-descr b/x11-toolkits/v/pkg-descr deleted file mode 100644 index f6e0fd5e7dc..00000000000 --- a/x11-toolkits/v/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -V is a C++ GUI and application development framework for X-windows and -Microsoft Windows. It allows you to develop GUI applications that are -source-code compatible under X11 and Microsoft Windows 3.x/95, that have -the same look-and-feel under both environments. It does not require any -special X toolkits or Windows DLL's to be installed (it uses the standard -toolkits on both environments). - -Full documentation, many code examples, and the V toolkit for Windows -systems is available at the V web site: - -WWW: http://vgui.sourceforge.net/ diff --git a/x11-toolkits/v/pkg-message b/x11-toolkits/v/pkg-message deleted file mode 100644 index f193d202d01..00000000000 --- a/x11-toolkits/v/pkg-message +++ /dev/null @@ -1,10 +0,0 @@ -[ -{ type: install - message: < PORTNAME= icewm -PORTVERSION= 2.4.0 +PORTVERSION= 2.5.0 CATEGORIES= x11-wm MASTER_SITES= https://github.com/ice-wm/icewm/releases/download/${PORTVERSION}/ diff --git a/x11-wm/icewm/distinfo b/x11-wm/icewm/distinfo index b4ecc3904e8..5492b1567e0 100644 --- a/x11-wm/icewm/distinfo +++ b/x11-wm/icewm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623022254 -SHA256 (icewm-2.4.0.tar.lz) = 3cf369790518172efead72cf3886d4a7c4a56eed525b24d619df68a78ed8a0b1 -SIZE (icewm-2.4.0.tar.lz) = 1718250 +TIMESTAMP = 1624700977 +SHA256 (icewm-2.5.0.tar.lz) = 66e64c80d05cca084d7a3eb50c7d980b2f404eae42dd42efa2614a97a99ee056 +SIZE (icewm-2.5.0.tar.lz) = 1722504 diff --git a/x11-wm/labwc/Makefile b/x11-wm/labwc/Makefile index 7837ef00aa6..30d805eebd4 100644 --- a/x11-wm/labwc/Makefile +++ b/x11-wm/labwc/Makefile @@ -1,13 +1,7 @@ PORTNAME= labwc -DISTVERSION= 0.2.1 -PORTREVISION= 1 +DISTVERSION= 0.3.0 CATEGORIES= x11-wm -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= f5d7bf123e83.patch:-p1 # wlroots 0.14 -PATCHFILES+= 892e93dd84c5.patch:-p1 # wlroots 0.14 -PATCHFILES+= 874cc9e63706.patch:-p1 # wlroots 0.14 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Wayland stacking compositor @@ -44,6 +38,10 @@ SUID_VARS= MAYBE_SUID="@(,,4755) " X11_MESON_ENABLED= xwayland +post-extract: +# Force system dependencies + @${RM} ${WRKSRC}/subprojects/*.wrap + post-patch: # Extract (snapshot) version from the port instead of meson.build @${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \ diff --git a/x11-wm/labwc/distinfo b/x11-wm/labwc/distinfo index a8929a652e7..a6ae23dea25 100644 --- a/x11-wm/labwc/distinfo +++ b/x11-wm/labwc/distinfo @@ -1,9 +1,3 @@ -TIMESTAMP = 1618521666 -SHA256 (johanmalm-labwc-0.2.1_GH0.tar.gz) = 22f219acbd53d3134df0ae158b0db7b762caead4ea38f54f2833fc682b3dedd6 -SIZE (johanmalm-labwc-0.2.1_GH0.tar.gz) = 68438 -SHA256 (f5d7bf123e83.patch) = df5634487f680c7f5dd6b0c9be5d4c73b7e4a5010495600d876b5d2ed3fc731c -SIZE (f5d7bf123e83.patch) = 901 -SHA256 (892e93dd84c5.patch) = b13a945bc87a4503860619c52dba5cf2b24350c24f9671a131de9da5713ec26e -SIZE (892e93dd84c5.patch) = 983 -SHA256 (874cc9e63706.patch) = 94a3888bbafeb22d51d2a32c1aea78d6c184c9e38e7698651bdae2ee34894607 -SIZE (874cc9e63706.patch) = 1503 +TIMESTAMP = 1624910383 +SHA256 (johanmalm-labwc-0.3.0_GH0.tar.gz) = 035ae57bfdfa2b6453d07359cb0baf3c7ffd8192db63316a0f48db589c025787 +SIZE (johanmalm-labwc-0.3.0_GH0.tar.gz) = 69020 diff --git a/x11-wm/leftwm/Makefile b/x11-wm/leftwm/Makefile index 679872d7257..4fabd2a9bfb 100644 --- a/x11-wm/leftwm/Makefile +++ b/x11-wm/leftwm/Makefile @@ -1,6 +1,7 @@ PORTNAME= leftwm DISTVERSION= 0.2.7-40 DISTVERSIONSUFFIX= -g09ef955 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= rigoletto@FreeBSD.org diff --git a/x11-wm/plasma5-kdecoration/distinfo b/x11-wm/plasma5-kdecoration/distinfo index d667dadee32..e26bffc6bb5 100644 --- a/x11-wm/plasma5-kdecoration/distinfo +++ b/x11-wm/plasma5-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866704 -SHA256 (KDE/plasma/5.22.1/kdecoration-5.22.1.tar.xz) = 939a09ddf73c098f258e6448b7551639b8d94253c083a23c5c8fc3507d08a259 -SIZE (KDE/plasma/5.22.1/kdecoration-5.22.1.tar.xz) = 46940 +TIMESTAMP = 1624729993 +SHA256 (KDE/plasma/5.22.2.1/kdecoration-5.22.2.1.tar.xz) = 46da609dba994e6923a3410db355f9deaefc047c750b346159cdb5bcb3f86dab +SIZE (KDE/plasma/5.22.2.1/kdecoration-5.22.2.1.tar.xz) = 46972 diff --git a/x11-wm/plasma5-kwin/distinfo b/x11-wm/plasma5-kwin/distinfo index 9306cce4deb..0b6be89e057 100644 --- a/x11-wm/plasma5-kwin/distinfo +++ b/x11-wm/plasma5-kwin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866705 -SHA256 (KDE/plasma/5.22.1/kwin-5.22.1.tar.xz) = 5506ee878e151734893bbcc0a70d6499c894b8986488c9c57285de1deb422850 -SIZE (KDE/plasma/5.22.1/kwin-5.22.1.tar.xz) = 6441672 +TIMESTAMP = 1624729994 +SHA256 (KDE/plasma/5.22.2.1/kwin-5.22.2.1.tar.xz) = c87470ecf314c83943ed38d733cea9994321992a9c949bef0b55495989f60166 +SIZE (KDE/plasma/5.22.2.1/kwin-5.22.2.1.tar.xz) = 6443212 diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 6560218a738..d5a43e45321 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -1,5 +1,5 @@ PORTNAME= river -PORTVERSION= s20210623 +PORTVERSION= s20210627 CATEGORIES= x11-wm MAINTAINER= jbeich@FreeBSD.org @@ -21,11 +21,11 @@ USES= pkgconfig xorg USE_GITHUB= yes USE_XORG= pixman GH_ACCOUNT= ifreund -GH_TAGNAME= 951c11f +GH_TAGNAME= 39578db GH_TUPLE= ifreund:zig-pixman:135f223:zig_pixman/deps/zig-pixman \ ifreund:zig-wayland:a8e1efc:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:10cdca6:zig_xkbcommon/deps/zig-xkbcommon \ - swaywm:zig-wlroots:c5f7594:zig_wlroots/deps/zig-wlroots + swaywm:zig-wlroots:4c4e598:zig_wlroots/deps/zig-wlroots MAKE_ENV= DESTDIR="${STAGEDIR}" CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ diff --git a/x11-wm/river/distinfo b/x11-wm/river/distinfo index 74152903e6b..13b749926a0 100644 --- a/x11-wm/river/distinfo +++ b/x11-wm/river/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1624455310 -SHA256 (ifreund-river-s20210623-951c11f_GH0.tar.gz) = 78a2f7a38d02cbb7252a76794d2adffc69296f52cec71c2611f993cfabf6fba1 -SIZE (ifreund-river-s20210623-951c11f_GH0.tar.gz) = 115539 +TIMESTAMP = 1624792836 +SHA256 (ifreund-river-s20210627-39578db_GH0.tar.gz) = adc130cff149c20cf79adfb074c58dd7a63a705967afacd9de244d937885e160 +SIZE (ifreund-river-s20210627-39578db_GH0.tar.gz) = 116020 SHA256 (ifreund-zig-pixman-135f223_GH0.tar.gz) = a83a37ff55483f61db0d70f778ebb4cd149da5c427ab55c391478425f43f584d SIZE (ifreund-zig-pixman-135f223_GH0.tar.gz) = 7155 SHA256 (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 6320eb68e6cdf0f44720423c39db6dc831c64511b03ad9543654d284282f869e SIZE (ifreund-zig-wayland-a8e1efc_GH0.tar.gz) = 53425 SHA256 (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 9fee1bef4d7886977578519a2f59ca8c9fdca135a2f98b84d4fbae52588415af SIZE (ifreund-zig-xkbcommon-10cdca6_GH0.tar.gz) = 19027 -SHA256 (swaywm-zig-wlroots-c5f7594_GH0.tar.gz) = f4db4a419ce679d5b9b74e3e2c1cef0b4fca3a0737c31a136d2caaca7b61c24a -SIZE (swaywm-zig-wlroots-c5f7594_GH0.tar.gz) = 35487 +SHA256 (swaywm-zig-wlroots-4c4e598_GH0.tar.gz) = 7143c1c7bd0d028b0a320f4e7fb56bd3e1f4b2036db9694499f424dd6d0aae0a +SIZE (swaywm-zig-wlroots-4c4e598_GH0.tar.gz) = 35687 diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index eafbae78d3d..f301292721d 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,16 +1,10 @@ PORTNAME= sway -DISTVERSION= 1.6 -PORTREVISION= 3 +DISTVERSION= 1.6.1 CATEGORIES= x11-wm PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090 PATCHFILES+= f98ca3ab7ca1.patch:-p1 # https://github.com/swaywm/sway/pull/5090 -PATCHFILES+= 78fc9d0d2d4f.patch:-p1 # https://github.com/swaywm/sway/pull/6176 -PATCHFILES+= 7a68a28475bf.patch:-p1 # wlroots 0.14 -PATCHFILES+= 1a72049c04b8.patch:-p1 # wlroots 0.14 -PATCHFILES+= 12e223e7973f.patch:-p1 # wlroots 0.14 -PATCHFILES+= 3162766eef14.patch:-p1 # wlroots 0.14 PATCHFILES+= 86b08e3257a4.patch:-p1 # WLR_RENDERER=vulkan MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/sway/distinfo b/x11-wm/sway/distinfo index 27a8564c81c..0b78b5c0c80 100644 --- a/x11-wm/sway/distinfo +++ b/x11-wm/sway/distinfo @@ -1,19 +1,9 @@ -TIMESTAMP = 1617824661 -SHA256 (swaywm-sway-1.6_GH0.tar.gz) = 9ecfd2f38239f7e90922a13cd348fc95fc059e8fa0e4b75b8ffcc7b61685a5fb -SIZE (swaywm-sway-1.6_GH0.tar.gz) = 5549909 +TIMESTAMP = 1624551989 +SHA256 (swaywm-sway-1.6.1_GH0.tar.gz) = 8b138867cd83217de07138144b1279fe58e0421eb10c91122aa33c8770fe7391 +SIZE (swaywm-sway-1.6.1_GH0.tar.gz) = 5550126 SHA256 (cd9d1038a822.patch) = 266891cbe27a67f81740879dbe39819e3bf0f17b681bdc93087ae05987c2f88d SIZE (cd9d1038a822.patch) = 8968 SHA256 (f98ca3ab7ca1.patch) = b3a427b6edbf1c89bbf5fdeb5e3fc4c6708478e6d2031fcead87d29bf5c409fa SIZE (f98ca3ab7ca1.patch) = 2673 -SHA256 (78fc9d0d2d4f.patch) = 3a757b879a1fd556863a2befe29ef10c81398d87e5e6b54b72815786d3e23312 -SIZE (78fc9d0d2d4f.patch) = 928 -SHA256 (7a68a28475bf.patch) = fa0da69f33b79a62725ff1510c6b1baffbb77e3dffb21e4f63953f18dc70def5 -SIZE (7a68a28475bf.patch) = 786 -SHA256 (1a72049c04b8.patch) = 9fc469ebfaab18c5c4fcd2805a8c6c960582b91c12b26044f3566c451bc72bf5 -SIZE (1a72049c04b8.patch) = 1372 -SHA256 (12e223e7973f.patch) = 9da89faf0e5933cf74d404cd79fb2f2b75bf59a65a8899208405880ea3379545 -SIZE (12e223e7973f.patch) = 1643 -SHA256 (3162766eef14.patch) = 3afd37b140ef9d653b8c8d913767519dfb9d7144970af65c17f3b3b63efe1495 -SIZE (3162766eef14.patch) = 1642 SHA256 (86b08e3257a4.patch) = ff3399269a1d1cbdf9cd38255c7e4ce072c9562c3665784036c1f1287cd98c96 SIZE (86b08e3257a4.patch) = 932 diff --git a/x11/admiral/Makefile b/x11/admiral/Makefile index 584d35b902f..495ffe95a5c 100644 --- a/x11/admiral/Makefile +++ b/x11/admiral/Makefile @@ -2,7 +2,7 @@ PORTNAME= admiral DISTVERSIONPREFIX= v DISTVERSION= 1.0.0-7 DISTVERSIONSUFFIX= -g5a9f33b -PORTREVISION= 30 +PORTREVISION= 31 CATEGORIES= x11 MAINTAINER= rigoletto@FreeBSD.org diff --git a/x11/admiral/files/patch-powerpc b/x11/admiral/files/patch-powerpc new file mode 100644 index 00000000000..f63acd3a6c5 --- /dev/null +++ b/x11/admiral/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.49/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/x11/alacritty/Makefile b/x11/alacritty/Makefile index 4b3805f39d5..f435fb63e25 100644 --- a/x11/alacritty/Makefile +++ b/x11/alacritty/Makefile @@ -1,6 +1,7 @@ PORTNAME= alacritty DISTVERSIONPREFIX= v DISTVERSION= 0.8.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= mikael@FreeBSD.org diff --git a/x11/alacritty/files/patch-powerpc b/x11/alacritty/files/patch-powerpc new file mode 100644 index 00000000000..698b3d61388 --- /dev/null +++ b/x11/alacritty/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.94/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/x11/foot/Makefile b/x11/foot/Makefile index 3bf6ffce4b7..ddd9709d1ae 100644 --- a/x11/foot/Makefile +++ b/x11/foot/Makefile @@ -1,5 +1,5 @@ PORTNAME= foot -DISTVERSION= 1.7.2 +DISTVERSION= 1.8.0 CATEGORIES= x11 MASTER_SITES= https://codeberg.org/dnkl/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ @@ -23,15 +23,21 @@ USES= compiler:c11 meson pkgconfig xorg USE_XORG= pixman WRKSRC= ${WRKDIR}/${PORTNAME} -OPTIONS_DEFINE= NOTIFY XDG -OPTIONS_DEFAULT=NOTIFY XDG +OPTIONS_DEFINE= NOTIFY UTF8PROC XDG +OPTIONS_DEFAULT=NOTIFY UTF8PROC XDG NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify +UTF8PROC_DESC= Grapheme clustering using libutf8proc +UTF8PROC_LIB_DEPENDS= libutf8proc.so:textproc/utf8proc +UTF8PROC_MESON_ENABLED= grapheme-clustering + XDG_DESC= Open files with xdg-open XDG_RUN_DEPENDS= xdg-open:devel/xdg-utils .if exists(/usr/bin/tic) +# Add site- suffix to avoid conflict with terminfo-db (part of ncurses) +MESON_ARGS+= -Dterminfo-install-location="${PLIST_FILES:M*terminfo*:[1]:H:H}" PKGMESSAGE= ${NONEXISTENT} PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ share/site-terminfo/f/${PORTNAME}-direct @@ -39,8 +45,4 @@ PLIST_FILES+= share/site-terminfo/f/${PORTNAME} \ MESON_ARGS+= -Dterminfo=disabled .endif -post-patch: -# Chase default TERMINFO_DIRS on FreeBSD, see lib/ncurses/ncurses/ncurses_cfg.h - @${REINPLACE_CMD} '/datadir/s/terminfo/site-&/' ${WRKSRC}/meson.build - .include diff --git a/x11/foot/distinfo b/x11/foot/distinfo index 1c6e1b9f40f..9a299d102b2 100644 --- a/x11/foot/distinfo +++ b/x11/foot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1618769560 -SHA256 (foot-1.7.2.tar.gz) = 0c5fa72a315b65100dfb8b7343212535e75e990b2a9500e028c6078c7915eb8a -SIZE (foot-1.7.2.tar.gz) = 392748 +TIMESTAMP = 1624602941 +SHA256 (foot-1.8.0.tar.gz) = 9269acfbef40cb284590de3bf70fc67997ffb6361dec4b4dddae7cdbf4ad6490 +SIZE (foot-1.8.0.tar.gz) = 415924 diff --git a/x11/foot/pkg-descr b/x11/foot/pkg-descr index ede402ce5a1..ece3414e549 100644 --- a/x11/foot/pkg-descr +++ b/x11/foot/pkg-descr @@ -14,6 +14,7 @@ Features: - Color emoji support - IME (via text-input-v3) - Multi-seat +- TrueColors (32bpp) - Synchronized Updates - Sixel image support diff --git a/x11/kanshi/Makefile b/x11/kanshi/Makefile index ae736ca8ffe..22aa94aeceb 100644 --- a/x11/kanshi/Makefile +++ b/x11/kanshi/Makefile @@ -1,11 +1,8 @@ PORTNAME= kanshi DISTVERSIONPREFIX= v -PORTVERSION= 1.1.0 +PORTVERSION= 1.2.0 CATEGORIES= x11 -PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ -PATCHFILES+= 846b72563784.patch:-p1 - MAINTAINER= jbeich@FreeBSD.org COMMENT= Dynamic display configuration for Wayland @@ -27,4 +24,8 @@ MANPAGES_MESON_ENABLED= man-pages MANPAGES_PLIST_FILES= man/man1/${PORTNAME}.1.gz \ man/man5/${PORTNAME}.5.gz +post-patch: + @${REINPLACE_CMD} -e 's,/etc,${PREFIX}&,' \ + ${WRKSRC}/${PORTNAME}.5.scd + .include diff --git a/x11/kanshi/distinfo b/x11/kanshi/distinfo index c7cddbc2c33..533a498dec3 100644 --- a/x11/kanshi/distinfo +++ b/x11/kanshi/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1585818188 -SHA256 (emersion-kanshi-v1.1.0_GH0.tar.gz) = f7e782d2b49380aed370213b8d74af9fe806d9dc94b3c19179475f4b18e26566 -SIZE (emersion-kanshi-v1.1.0_GH0.tar.gz) = 15884 -SHA256 (846b72563784.patch) = 215414fe1736e57a37d63fb159f542943623922399e76aa26539b4678e204c73 -SIZE (846b72563784.patch) = 1431 +TIMESTAMP = 1624517340 +SHA256 (emersion-kanshi-v1.2.0_GH0.tar.gz) = 144428b9e79209b853c4b38a5efb6f16d581a2b9cb96e419b3b0a0f5914bcad4 +SIZE (emersion-kanshi-v1.2.0_GH0.tar.gz) = 16501 diff --git a/x11/libX11/Makefile b/x11/libX11/Makefile index d4a6fcd144c..551605211bf 100644 --- a/x11/libX11/Makefile +++ b/x11/libX11/Makefile @@ -1,7 +1,7 @@ # Created by: Eric Anholt PORTNAME= libX11 -PORTVERSION= 1.7.1 +DISTVERSION= 1.7.2 PORTEPOCH= 1 CATEGORIES= x11 @@ -10,13 +10,13 @@ COMMENT= X11 library LICENSE= MIT -USES= cpe perl5 xorg xorg-cat:lib +USES= cpe xorg xorg-cat:lib USE_XORG= xcb xtrans xorgproto -USE_PERL5= build CPE_VENDOR= x CONFIGURE_ARGS+= --datadir=${PREFIX}/lib \ --without-xmlto \ + --with-perl=no \ --disable-specs CONFIGURE_ENV+= ac_cv_path_PS2PDF="" INSTALL_TARGET= install-strip @@ -24,7 +24,5 @@ INSTALL_TARGET= install-strip post-patch: @${REINPLACE_CMD} 's/test.*-traditional.*;/true;/' \ ${WRKSRC}/configure - @${REINPLACE_CMD} '/^install-data-am:/,/^$$/ \ - s/install-specDATA//' ${WRKSRC}/nls/Makefile.in .include diff --git a/x11/libX11/distinfo b/x11/libX11/distinfo index febf957cf46..56737175c92 100644 --- a/x11/libX11/distinfo +++ b/x11/libX11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621526548 -SHA256 (xorg/lib/libX11-1.7.1.tar.bz2) = e64e43deaa562cbfb0d5ada64670ec09c6fac7935262dcd77bbc6d984a535d47 -SIZE (xorg/lib/libX11-1.7.1.tar.bz2) = 2426509 +TIMESTAMP = 1623285146 +SHA256 (xorg/lib/libX11-1.7.2.tar.bz2) = 1cfa35e37aaabbe4792e9bb690468efefbfbf6b147d9c69d6f90d13c3092ea6c +SIZE (xorg/lib/libX11-1.7.2.tar.bz2) = 2392982 diff --git a/x11/lightdm/Makefile b/x11/lightdm/Makefile index 4b2646f2701..9fbb9d37eba 100644 --- a/x11/lightdm/Makefile +++ b/x11/lightdm/Makefile @@ -2,7 +2,7 @@ PORTNAME= lightdm PORTVERSION= 1.30.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= https://github.com/CanonicalLtd/${PORTNAME}/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ @@ -30,6 +30,8 @@ USE_XORG= x11 xcb xdmcp USE_LDCONFIG= yes USE_RC_SUBR= lightdm +CONFLICTS_INSTALL= sddm + GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-tests # PAM errors INSTALL_TARGET= install-strip diff --git a/x11/nwg-drawer/Makefile b/x11/nwg-drawer/Makefile index c00d442eabc..3332923fe36 100644 --- a/x11/nwg-drawer/Makefile +++ b/x11/nwg-drawer/Makefile @@ -1,6 +1,6 @@ PORTNAME= nwg-drawer DISTVERSIONPREFIX= v -DISTVERSION= 0.1.1 +DISTVERSION= 0.1.2 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/nwg-drawer/distinfo b/x11/nwg-drawer/distinfo index 7289bd59acf..a6a98e437a7 100644 --- a/x11/nwg-drawer/distinfo +++ b/x11/nwg-drawer/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1624409702 -SHA256 (nwg-piotr-nwg-drawer-v0.1.1_GH0.tar.gz) = 6e44891b049a694dfc9ed2625c06f39fda930a1a57593ad010173c8082284eda -SIZE (nwg-piotr-nwg-drawer-v0.1.1_GH0.tar.gz) = 3272097 +TIMESTAMP = 1624743946 +SHA256 (nwg-piotr-nwg-drawer-v0.1.2_GH0.tar.gz) = 3ee097c467b024621d22e3863303d36050ff45060ccfd59905e3bfdd2664761c +SIZE (nwg-piotr-nwg-drawer-v0.1.2_GH0.tar.gz) = 3272095 SHA256 (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = f8cee874873fe9fc1a81e8a7ca83df85c57aa86279c09cb8cba10d5feb7ed295 SIZE (allan-simon-go-singleinstance-d0997106ab37_GH0.tar.gz) = 2819 SHA256 (dlasky-gotk3-layershell-5cca0b819261_GH0.tar.gz) = a4548130c9fcc87302568b382fc4952aaaea262e04540480dddfd220f878c4fc diff --git a/x11/plasma5-kactivitymanagerd/distinfo b/x11/plasma5-kactivitymanagerd/distinfo index e9d754ced3b..5e41dc9971e 100644 --- a/x11/plasma5-kactivitymanagerd/distinfo +++ b/x11/plasma5-kactivitymanagerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866706 -SHA256 (KDE/plasma/5.22.1/kactivitymanagerd-5.22.1.tar.xz) = 12d69a2297003dec914a608b07cea786edec10ad54d679f0964ca24478f408f4 -SIZE (KDE/plasma/5.22.1/kactivitymanagerd-5.22.1.tar.xz) = 103096 +TIMESTAMP = 1624729995 +SHA256 (KDE/plasma/5.22.2.1/kactivitymanagerd-5.22.2.1.tar.xz) = 9989958cb4974b278a655e231e75c5c45b52ffefc22638adabf9768d7c4fa0e9 +SIZE (KDE/plasma/5.22.2.1/kactivitymanagerd-5.22.2.1.tar.xz) = 103100 diff --git a/x11/plasma5-kgamma5/distinfo b/x11/plasma5-kgamma5/distinfo index af5c8a9abc5..525cc29342f 100644 --- a/x11/plasma5-kgamma5/distinfo +++ b/x11/plasma5-kgamma5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866707 -SHA256 (KDE/plasma/5.22.1/kgamma5-5.22.1.tar.xz) = 43413d51c56b6328f90cad23ea7f34a6c04cbb22382421d3fb443d0baa85f083 -SIZE (KDE/plasma/5.22.1/kgamma5-5.22.1.tar.xz) = 82836 +TIMESTAMP = 1624729996 +SHA256 (KDE/plasma/5.22.2.1/kgamma5-5.22.2.1.tar.xz) = 71998d89a63074828998aee515f3cc50f1d014b220d58e0ff58ff113b6cbf5c0 +SIZE (KDE/plasma/5.22.2.1/kgamma5-5.22.2.1.tar.xz) = 82836 diff --git a/x11/plasma5-kscreen/distinfo b/x11/plasma5-kscreen/distinfo index 57f146bfe60..87b20f25894 100644 --- a/x11/plasma5-kscreen/distinfo +++ b/x11/plasma5-kscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866708 -SHA256 (KDE/plasma/5.22.1/kscreen-5.22.1.tar.xz) = 6221362567866d8fce6cfa298fc4e9c249c1cdf8e8c6a0de9b9d86c682d0723c -SIZE (KDE/plasma/5.22.1/kscreen-5.22.1.tar.xz) = 116608 +TIMESTAMP = 1624729997 +SHA256 (KDE/plasma/5.22.2.1/kscreen-5.22.2.1.tar.xz) = 3395e5120048f6e16727f6286166a9d095822789c6da56ee4cd3f340eb5b2adb +SIZE (KDE/plasma/5.22.2.1/kscreen-5.22.2.1.tar.xz) = 116648 diff --git a/x11/plasma5-kwayland-integration/distinfo b/x11/plasma5-kwayland-integration/distinfo index bb6873021be..7b055c55714 100644 --- a/x11/plasma5-kwayland-integration/distinfo +++ b/x11/plasma5-kwayland-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866709 -SHA256 (KDE/plasma/5.22.1/kwayland-integration-5.22.1.tar.xz) = bc66626bd92902060e45344491cf33cb7c7206318b2f065dc33bc5ca17fa35d6 -SIZE (KDE/plasma/5.22.1/kwayland-integration-5.22.1.tar.xz) = 22772 +TIMESTAMP = 1624729998 +SHA256 (KDE/plasma/5.22.2.1/kwayland-integration-5.22.2.1.tar.xz) = 7346ae8a165b46b9067f838ca9d6b282f18de964a54bd7f87dbb3bdad54191e8 +SIZE (KDE/plasma/5.22.2.1/kwayland-integration-5.22.2.1.tar.xz) = 22776 diff --git a/x11/plasma5-kwayland-server/distinfo b/x11/plasma5-kwayland-server/distinfo index f3d58f900b9..379d22916ae 100644 --- a/x11/plasma5-kwayland-server/distinfo +++ b/x11/plasma5-kwayland-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866710 -SHA256 (KDE/plasma/5.22.1/kwayland-server-5.22.1.tar.xz) = 8c76ed9a33e729b58901fbe36e1c8c0c7c79f9582504f9ccee8e0174a6c2953d -SIZE (KDE/plasma/5.22.1/kwayland-server-5.22.1.tar.xz) = 219324 +TIMESTAMP = 1624729999 +SHA256 (KDE/plasma/5.22.2.1/kwayland-server-5.22.2.1.tar.xz) = 8d71bf529572897f4b3d76f6735bf4799176e6ccd2f4eeb58e5c58fb117325e6 +SIZE (KDE/plasma/5.22.2.1/kwayland-server-5.22.2.1.tar.xz) = 219340 diff --git a/x11/plasma5-layer-shell-qt/distinfo b/x11/plasma5-layer-shell-qt/distinfo index f5a4b9d3143..1c2f73d66f0 100644 --- a/x11/plasma5-layer-shell-qt/distinfo +++ b/x11/plasma5-layer-shell-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866711 -SHA256 (KDE/plasma/5.22.1/layer-shell-qt-5.22.1.tar.xz) = 60314e0b4253e4b8ce8359935b29659ac45d19f21941e771a7bc28a824b5a1d6 -SIZE (KDE/plasma/5.22.1/layer-shell-qt-5.22.1.tar.xz) = 17616 +TIMESTAMP = 1624730000 +SHA256 (KDE/plasma/5.22.2.1/layer-shell-qt-5.22.2.1.tar.xz) = 9521a6e2ce02ecb836bcdcd0ba0183f3f4e1c6c193ce83604dee98abf5246e14 +SIZE (KDE/plasma/5.22.2.1/layer-shell-qt-5.22.2.1.tar.xz) = 17616 diff --git a/x11/plasma5-libkscreen/distinfo b/x11/plasma5-libkscreen/distinfo index c963cfc634e..4dcb43603cc 100644 --- a/x11/plasma5-libkscreen/distinfo +++ b/x11/plasma5-libkscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866712 -SHA256 (KDE/plasma/5.22.1/libkscreen-5.22.1.tar.xz) = d99c59f752a2603e88ef58b09bc13f5e8a36d83f51752d14622d94e02dfd02b3 -SIZE (KDE/plasma/5.22.1/libkscreen-5.22.1.tar.xz) = 95436 +TIMESTAMP = 1624730001 +SHA256 (KDE/plasma/5.22.2.1/libkscreen-5.22.2.1.tar.xz) = 382bad1bfbde6df1e3ae108d847fa58cac862183424406b76f2161dba936baa4 +SIZE (KDE/plasma/5.22.2.1/libkscreen-5.22.2.1.tar.xz) = 95424 diff --git a/x11/plasma5-plasma-desktop/distinfo b/x11/plasma5-plasma-desktop/distinfo index b22419676f3..d3cf232b5f1 100644 --- a/x11/plasma5-plasma-desktop/distinfo +++ b/x11/plasma5-plasma-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866714 -SHA256 (KDE/plasma/5.22.1/plasma-desktop-5.22.1.tar.xz) = 9be7d61a042b5d74c1a65ecc8101c81390d45c2fec766b5115d5924b5dac0972 -SIZE (KDE/plasma/5.22.1/plasma-desktop-5.22.1.tar.xz) = 15736412 +TIMESTAMP = 1624730003 +SHA256 (KDE/plasma/5.22.2.1/plasma-desktop-5.22.2.1.tar.xz) = 4b55ccd677ed690e2b679bea427bd2f4a20bdae70ec221e7f88432aa449f5248 +SIZE (KDE/plasma/5.22.2.1/plasma-desktop-5.22.2.1.tar.xz) = 15736360 diff --git a/x11/plasma5-plasma-integration/distinfo b/x11/plasma5-plasma-integration/distinfo index 719d65b7bcf..1b2f59adda9 100644 --- a/x11/plasma5-plasma-integration/distinfo +++ b/x11/plasma5-plasma-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623866715 -SHA256 (KDE/plasma/5.22.1/plasma-integration-5.22.1.tar.xz) = fe14eefd7e4e2e7dbdca979bc0595dd3bc39b2c4b6e64161437db8154f654c7b -SIZE (KDE/plasma/5.22.1/plasma-integration-5.22.1.tar.xz) = 65132 +TIMESTAMP = 1624730004 +SHA256 (KDE/plasma/5.22.2.1/plasma-integration-5.22.2.1.tar.xz) = 3f20019eb633d1ab569a44a654299b640a6e28a64f765501d9801b5b27061b06 +SIZE (KDE/plasma/5.22.2.1/plasma-integration-5.22.2.1.tar.xz) = 65120 diff --git a/x11/plasma5-plasma-workspace/distinfo b/x11/plasma5-plasma-workspace/distinfo index 88396f9c45a..d2842c64710 100644 --- a/x11/plasma5-plasma-workspace/distinfo +++ b/x11/plasma5-plasma-workspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1623870391 -SHA256 (KDE/plasma/5.22.1/plasma-workspace-5.22.1.tar.xz) = 61ad5adab412c935ae156c4de3f38d1e2640752c95100ad6996b9e51e8539725 -SIZE (KDE/plasma/5.22.1/plasma-workspace-5.22.1.tar.xz) = 8349504 +TIMESTAMP = 1624730006 +SHA256 (KDE/plasma/5.22.2.1/plasma-workspace-5.22.2.1.tar.xz) = 3c802d06cbe33480b348b945ace5b3ee1cc3559976bb98eb2fd5d763a0ee4360 +SIZE (KDE/plasma/5.22.2.1/plasma-workspace-5.22.2.1.tar.xz) = 8352316 diff --git a/x11/plasma5-plasma-workspace/pkg-plist b/x11/plasma5-plasma-workspace/pkg-plist index 8a09bae8e7f..cf9f39fb499 100644 --- a/x11/plasma5-plasma-workspace/pkg-plist +++ b/x11/plasma5-plasma-workspace/pkg-plist @@ -599,6 +599,8 @@ share/doc/HTML/ru/kcontrol/icons/size.png share/doc/HTML/ru/kcontrol/icons/use-of-icons.png share/doc/HTML/ru/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmstyle/index.docbook +share/doc/HTML/ru/kcontrol/notifications/index.cache.bz2 +share/doc/HTML/ru/kcontrol/notifications/index.docbook share/doc/HTML/ru/kcontrol/screenlocker/index.cache.bz2 share/doc/HTML/ru/kcontrol/screenlocker/index.docbook share/doc/HTML/ru/kcontrol/translations/index.cache.bz2 diff --git a/x11/sddm/Makefile b/x11/sddm/Makefile index 001501c87eb..7a7271f2843 100644 --- a/x11/sddm/Makefile +++ b/x11/sddm/Makefile @@ -1,7 +1,7 @@ PORTNAME= sddm PORTVERSION= 0.19.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= kde@FreeBSD.org @@ -26,6 +26,8 @@ USE_QT= core declarative dbus gui network \ buildtools_build linguisttools_build qmake_build USE_XORG= xcb +CONFLICTS_INSTALL= lightdm + CMAKE_ON= BUILD_MAN_PAGES CMAKE_ARGS= -DUID_MIN=1000 \ -DUID_MAX=65000 \ diff --git a/x11/squeekboard/Makefile b/x11/squeekboard/Makefile index a76ba1d9f45..8c631ddddce 100644 --- a/x11/squeekboard/Makefile +++ b/x11/squeekboard/Makefile @@ -1,6 +1,7 @@ PORTNAME= squeekboard DISTVERSIONPREFIX= v DISTVERSION= 1.14.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index c6f59851f00..203c4dad76d 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= wezterm DISTVERSION= 20210502-154244-3f7122cb -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MAINTAINER= jbeich@FreeBSD.org diff --git a/x11/wmfocus/Makefile b/x11/wmfocus/Makefile index f8fba1f5a6c..de707ba452a 100644 --- a/x11/wmfocus/Makefile +++ b/x11/wmfocus/Makefile @@ -1,7 +1,7 @@ PORTNAME= wmfocus DISTVERSIONPREFIX= v DISTVERSION= 1.1.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11 PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/x11/wmfocus/files/patch-powerpc b/x11/wmfocus/files/patch-powerpc new file mode 100644 index 00000000000..bf4ee6beada --- /dev/null +++ b/x11/wmfocus/files/patch-powerpc @@ -0,0 +1,62 @@ +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/mod.rs +@@ -1486,6 +1486,9 @@ cfg_if! { + } else if #[cfg(target_arch = "powerpc64")] { + mod powerpc64; + pub use self::powerpc64::*; ++ } else if #[cfg(target_arch = "powerpc")] { ++ mod powerpc; ++ pub use self::powerpc::*; + } else { + // Unknown target_arch + } +--- cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC ++++ cargo-crates/libc-0.2.80/src/unix/bsd/freebsdlike/freebsd/powerpc.rs +@@ -0,0 +1,47 @@ ++pub type c_char = u8; ++pub type c_long = i32; ++pub type c_ulong = u32; ++pub type wchar_t = i32; ++pub type time_t = i64; ++pub type suseconds_t = i32; ++pub type register_t = i32; ++ ++s! { ++ pub struct stat { ++ pub st_dev: ::dev_t, ++ pub st_ino: ::ino_t, ++ pub st_mode: ::mode_t, ++ pub st_nlink: ::nlink_t, ++ pub st_uid: ::uid_t, ++ pub st_gid: ::gid_t, ++ pub st_rdev: ::dev_t, ++ pub st_atime: ::time_t, ++ pub st_atime_nsec: ::c_long, ++ pub st_mtime: ::time_t, ++ pub st_mtime_nsec: ::c_long, ++ pub st_ctime: ::time_t, ++ pub st_ctime_nsec: ::c_long, ++ pub st_size: ::off_t, ++ pub st_blocks: ::blkcnt_t, ++ pub st_blksize: ::blksize_t, ++ pub st_flags: ::fflags_t, ++ pub st_gen: u32, ++ pub st_lspare: i32, ++ pub st_birthtime: ::time_t, ++ pub st_birthtime_nsec: ::c_long, ++ } ++} ++ ++// should be pub(crate), but that requires Rust 1.18.0 ++cfg_if! { ++ if #[cfg(libc_const_size_of)] { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; ++ } else { ++ #[doc(hidden)] ++ pub const _ALIGNBYTES: usize = 4 - 1; ++ } ++} ++ ++pub const MAP_32BIT: ::c_int = 0x00080000; ++pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4