From a82abeaee9b95545e794a1dcd81ec8ecd9ac00eb Mon Sep 17 00:00:00 2001 From: Drone CI Date: Mon, 21 Aug 2023 16:25:20 +0200 Subject: [PATCH] Update submodules --- anydesk-bin | 2 +- aurutils | 2 +- dotter-rs | 2 +- dyff | 2 +- eclipse-modeling-tools/.SRCINFO | 18 ---------- eclipse-modeling-tools/PKGBUILD | 35 ------------------- .../eclipse-modeling.desktop | 10 ------ eclipse-modeling-tools/eclipse-modeling.sh | 4 --- i3lock-color | 2 +- imhex | 2 +- jetbrains-toolbox | 2 +- k6 | 2 +- kind | 2 +- krew-bin | 2 +- logiops-git | 2 +- mqtt-cli-bin | 2 +- ncurses5-compat-libs | 2 +- neovim-git | 2 +- networkmanager-dmenu-git | 2 +- nodejs-gitmoji-cli | 2 +- openshift-client-bin | 2 +- powertop-auto-tune | 2 +- python-pympress | 2 +- schildichat-desktop-bin | 2 +- spotify | 2 +- tor-browser | 2 +- zotero | 2 +- 27 files changed, 23 insertions(+), 90 deletions(-) delete mode 100644 eclipse-modeling-tools/.SRCINFO delete mode 100644 eclipse-modeling-tools/PKGBUILD delete mode 100644 eclipse-modeling-tools/eclipse-modeling.desktop delete mode 100644 eclipse-modeling-tools/eclipse-modeling.sh diff --git a/anydesk-bin b/anydesk-bin index 30768c4..64e883c 160000 --- a/anydesk-bin +++ b/anydesk-bin @@ -1 +1 @@ -Subproject commit 30768c4dd2ab4b64fde77dfbdf5308641fe741fe +Subproject commit 64e883c949f5fab30890ae3106e657a77db212ff diff --git a/aurutils b/aurutils index b55d7cb..b117407 160000 --- a/aurutils +++ b/aurutils @@ -1 +1 @@ -Subproject commit b55d7cb6b20fba44457d4df417b17d44a211c5d9 +Subproject commit b11740734e067c29cf36419005f131cb24daaffe diff --git a/dotter-rs b/dotter-rs index 149d734..bf841d2 160000 --- a/dotter-rs +++ b/dotter-rs @@ -1 +1 @@ -Subproject commit 149d7349ab16707c68b036ab7c1bf1cc02f66614 +Subproject commit bf841d29094710eb20a8b080816f551b657b4cdf diff --git a/dyff b/dyff index 8d04ed9..7fddef2 160000 --- a/dyff +++ b/dyff @@ -1 +1 @@ -Subproject commit 8d04ed92b5495e4b726543f59c2681e2ae81fe23 +Subproject commit 7fddef2301426b870b5cc76e227c151f76d23914 diff --git a/eclipse-modeling-tools/.SRCINFO b/eclipse-modeling-tools/.SRCINFO deleted file mode 100644 index 7e5dc56..0000000 --- a/eclipse-modeling-tools/.SRCINFO +++ /dev/null @@ -1,18 +0,0 @@ -pkgbase = eclipse-modeling-tools - pkgdesc = The Eclipse IDE with the Eclipse Modeling Tools as a standalone package (does not interfere with a standard Eclipse installation) - pkgver = 2022_03 - pkgrel = 1 - url = https://www.eclipse.org/modeling - arch = x86_64 - license = EPL - depends = java-environment>=8 - optdepends = python - options = !strip - source = https://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release/2022-03/R/eclipse-modeling-2022-03-R-linux-gtk-x86_64.tar.gz - source = eclipse-modeling.sh - source = eclipse-modeling.desktop - sha512sums = 706de6304262b8dad57c5cb99cd915a82d8ea4c784e42d62bb6e84f8b286c30201c2a3e826d1413d184b746542ef72b00c344af03132bab5ec8856a5eb476ffe - sha512sums = e3460b10b2424cec30ac05560451d9cd8cb221ba06e0781b3076e5fedbc2cc9756b3749691ed895349d0afb1f7da6910576e52a37a07490140e856210a1e03d0 - sha512sums = 7662740ea565329b7a7960269c8e485a13016c39a5db16f5ba02290ce41aa6629b7effcfb472674d00c47b89114eea3c88ab755606ab68d35d0f4f4050e8a37e - -pkgname = eclipse-modeling-tools diff --git a/eclipse-modeling-tools/PKGBUILD b/eclipse-modeling-tools/PKGBUILD deleted file mode 100644 index db31d4b..0000000 --- a/eclipse-modeling-tools/PKGBUILD +++ /dev/null @@ -1,35 +0,0 @@ -# Maintainer: Tobias Beeh - -pkgname=eclipse-modeling-tools -pkgver=2022_12 -pkgrel=1 -pkgdesc="The Eclipse IDE with the Eclipse Modeling Tools as a standalone package (does not interfere with a standard Eclipse installation)" -url="https://www.eclipse.org/modeling" -arch=("x86_64") -license=("EPL") -depends=("java-environment>=8") -optdepends=("python") -options=(!strip) - -source=( - "https://www.eclipse.org/downloads/download.php?r=1&file=/technology/epp/downloads/release/${pkgver//_/-}/R/eclipse-modeling-${pkgver//_/-}-R-linux-gtk-${CARCH}.tar.gz" - "eclipse-modeling.sh" - "eclipse-modeling.desktop" -) - -sha512sums=('594d8126de862f7ba0df239439de72ebf01b18b72bd8c90283e40988d20c9125efa14f5317a47aa229a819573790f6666b3472e966287ace794f76d6ac79cef1' - '842724e4fdea972350b1ae3b2feefbcedb6a82b4508de9748464602ca1031d0e8e1de3846cec28ecdbd656e8b85715dae4412f43a514993db71385c49dbefe63' - '7662740ea565329b7a7960269c8e485a13016c39a5db16f5ba02290ce41aa6629b7effcfb472674d00c47b89114eea3c88ab755606ab68d35d0f4f4050e8a37e') - -package() { - install -d ${pkgdir}/usr/bin ${pkgdir}/usr/lib ${pkgdir}/usr/share/applications - - install -m755 "${srcdir}/eclipse-modeling.sh" "${pkgdir}/usr/bin/eclipse-modeling" - install -Dm644 "${srcdir}/eclipse-modeling.desktop" "${pkgdir}/usr/share/applications/" - - for _i in 16 32 48 256; do - install -Dm644 "${srcdir}"/eclipse/plugins/org.eclipse.platform_*/eclipse${_i}.png "$pkgdir/usr/share/icons/hicolor/${_i}x${_i}/apps/eclipse-modeling.png" - done - - mv "${srcdir}/eclipse" "${pkgdir}/usr/lib/eclipse-modeling" -} diff --git a/eclipse-modeling-tools/eclipse-modeling.desktop b/eclipse-modeling-tools/eclipse-modeling.desktop deleted file mode 100644 index a71b2a1..0000000 --- a/eclipse-modeling-tools/eclipse-modeling.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Type=Application -Version=4.7 -Name=Eclipse Modeling Tools -Comment=Eclipse Modeling Tools -Exec=eclipse-modeling -Icon=eclipse-modeling -Terminal=false -Categories=GTK;Development;IDE;Modeling -StartupNotify=true diff --git a/eclipse-modeling-tools/eclipse-modeling.sh b/eclipse-modeling-tools/eclipse-modeling.sh deleted file mode 100644 index 54eae34..0000000 --- a/eclipse-modeling-tools/eclipse-modeling.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/bash -export ECLIPSE_HOME=/usr/lib/eclipse-modeling -export GTK_THEME=Adwaita -exec ${ECLIPSE_HOME}/eclipse "$@" diff --git a/i3lock-color b/i3lock-color index 53b6bbf..380d6c5 160000 --- a/i3lock-color +++ b/i3lock-color @@ -1 +1 @@ -Subproject commit 53b6bbf089953aa544537e49887deb7aa1e9c36a +Subproject commit 380d6c52debf13f13be1e2635236d4fe49e9f742 diff --git a/imhex b/imhex index 1208a13..2a9d70e 160000 --- a/imhex +++ b/imhex @@ -1 +1 @@ -Subproject commit 1208a132665bcd0d6da636b25a6c956ef67766f7 +Subproject commit 2a9d70e751a6c46f041abab54a1cc31be6f17ea2 diff --git a/jetbrains-toolbox b/jetbrains-toolbox index df33d15..81a3d7b 160000 --- a/jetbrains-toolbox +++ b/jetbrains-toolbox @@ -1 +1 @@ -Subproject commit df33d1595e83df53d2afc8db26a82f44217c4b88 +Subproject commit 81a3d7be944729b2b08d093223154c385a61b52b diff --git a/k6 b/k6 index 6f24437..b01cf31 160000 --- a/k6 +++ b/k6 @@ -1 +1 @@ -Subproject commit 6f24437ba23760243b877c7a1db523d2e364367e +Subproject commit b01cf31eb933311568169e7a40e1905def748d81 diff --git a/kind b/kind index e68de80..5f0168c 160000 --- a/kind +++ b/kind @@ -1 +1 @@ -Subproject commit e68de80c576cace860677c8948b363c790c995e7 +Subproject commit 5f0168c5853f164c1790e2421479815d1defab6b diff --git a/krew-bin b/krew-bin index 498c744..500485b 160000 --- a/krew-bin +++ b/krew-bin @@ -1 +1 @@ -Subproject commit 498c744e443899b141294846d7525bf42eba30b2 +Subproject commit 500485b73b66421bb7e1420fbd6d7efced6856e2 diff --git a/logiops-git b/logiops-git index 03645d0..8519584 160000 --- a/logiops-git +++ b/logiops-git @@ -1 +1 @@ -Subproject commit 03645d0ae22f79877f16964b4ee34d9b7e6eee90 +Subproject commit 851958442375565be01e98e79bec050a6ea819ab diff --git a/mqtt-cli-bin b/mqtt-cli-bin index b62f82c..5179123 160000 --- a/mqtt-cli-bin +++ b/mqtt-cli-bin @@ -1 +1 @@ -Subproject commit b62f82cfb127b8a7ed0bd5c3b7351fd12b3541af +Subproject commit 517912372015da6e59d30cb501cd18d536f024cd diff --git a/ncurses5-compat-libs b/ncurses5-compat-libs index 5e8cad4..b186fd9 160000 --- a/ncurses5-compat-libs +++ b/ncurses5-compat-libs @@ -1 +1 @@ -Subproject commit 5e8cad483f5d5d13953c1dea4e5e9ac4582a041e +Subproject commit b186fd9ae86aca6b9ad24320573a07a7c4cd934d diff --git a/neovim-git b/neovim-git index bc261b3..886308c 160000 --- a/neovim-git +++ b/neovim-git @@ -1 +1 @@ -Subproject commit bc261b39a69e0854ec6bb419c93fbb690fffe9b8 +Subproject commit 886308c6028ee11d1c56c5d65c8d9a01cb291e44 diff --git a/networkmanager-dmenu-git b/networkmanager-dmenu-git index 680015f..b0b279d 160000 --- a/networkmanager-dmenu-git +++ b/networkmanager-dmenu-git @@ -1 +1 @@ -Subproject commit 680015f8dd742fbf2900c36f6c0730233256ae06 +Subproject commit b0b279d7a83f5a8bc43ec07dbe4efa8405eacc9e diff --git a/nodejs-gitmoji-cli b/nodejs-gitmoji-cli index a40ae75..0a381d4 160000 --- a/nodejs-gitmoji-cli +++ b/nodejs-gitmoji-cli @@ -1 +1 @@ -Subproject commit a40ae759e7511eb743fb710b761e02f9fc0c9723 +Subproject commit 0a381d4edf38fd2901d1da7fd1abe807fc8c0540 diff --git a/openshift-client-bin b/openshift-client-bin index 9159874..b841cef 160000 --- a/openshift-client-bin +++ b/openshift-client-bin @@ -1 +1 @@ -Subproject commit 915987457e4df6c10f84cdd1e059df8442bf26cf +Subproject commit b841cef23f795605b68076ad6a8e5976bb6a787f diff --git a/powertop-auto-tune b/powertop-auto-tune index b580b9e..e155e9b 160000 --- a/powertop-auto-tune +++ b/powertop-auto-tune @@ -1 +1 @@ -Subproject commit b580b9ef847508f4a23ea4ec31c9e9db692ef24c +Subproject commit e155e9b4a1a772542dc6ef39ffe9713bfa3a3329 diff --git a/python-pympress b/python-pympress index 8984b49..c87431f 160000 --- a/python-pympress +++ b/python-pympress @@ -1 +1 @@ -Subproject commit 8984b49ee88d291f48bf90a872c7f60333e31838 +Subproject commit c87431fd90d08631a8e3193139287837149c7952 diff --git a/schildichat-desktop-bin b/schildichat-desktop-bin index ca6e98c..868540b 160000 --- a/schildichat-desktop-bin +++ b/schildichat-desktop-bin @@ -1 +1 @@ -Subproject commit ca6e98c6a51fcbd4c423103cc299794b26a3aad6 +Subproject commit 868540bf9b569f7586f13babfe3b4e5b6a513951 diff --git a/spotify b/spotify index 070a1ca..5cb6f5f 160000 --- a/spotify +++ b/spotify @@ -1 +1 @@ -Subproject commit 070a1ca64433822f74b02bb88b82a223f05c48ab +Subproject commit 5cb6f5f39f65e22fe1713e0d87f559269cd43bcc diff --git a/tor-browser b/tor-browser index 7ed586e..939c9de 160000 --- a/tor-browser +++ b/tor-browser @@ -1 +1 @@ -Subproject commit 7ed586eb58c9ceeeb6a4e366e55a6d1485638606 +Subproject commit 939c9dea1f4184a739d5dd1b54a9abffad636f35 diff --git a/zotero b/zotero index d54b189..92a3680 160000 --- a/zotero +++ b/zotero @@ -1 +1 @@ -Subproject commit d54b189e8f3a22d117f41e143bb5b4c3db568fb5 +Subproject commit 92a368026869911872a4eb53604071348e417150