diff options
| author | root <root@alpha.trunkmasters.com> | 2026-08-12 07:05:33 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-08-12 07:05:33 -0500 |
| commit | ec560e4b511b5d7cb09adbd406de3ddb8386156f (patch) | |
| tree | 903cc6d65549c358295c50cd521f3fb699dff0b0 /net-p2p | |
| parent | 7a6681ba59ffb2de9993c9bda64f6cdd414990b7 (diff) | |
| download | baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.gz baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.tar.xz baldeagleos-repo-ec560e4b511b5d7cb09adbd406de3ddb8386156f.zip | |
Adding metadata
Diffstat (limited to 'net-p2p')
| -rw-r--r-- | net-p2p/syncthingtray/Manifest | 2 | ||||
| -rw-r--r-- | net-p2p/syncthingtray/syncthingtray-2.1.4.ebuild (renamed from net-p2p/syncthingtray/syncthingtray-2.0.7.ebuild) | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net-p2p/syncthingtray/Manifest b/net-p2p/syncthingtray/Manifest index 853838574e1c..620e7dac28f3 100644 --- a/net-p2p/syncthingtray/Manifest +++ b/net-p2p/syncthingtray/Manifest @@ -1,2 +1,2 @@ -DIST syncthingtray-2.0.7.tar.gz 6018417 BLAKE2B 8405ed95f273b3607ddb6f5ddf2ab22838c41ba556352c4c0d88b672b28ac8e7e2f79a750cbee5b7b5f06ca5443db8fc2f1afd4db419c4c07c792ec866aa57af SHA512 725dd3c9e784dba34fcc917799850468337fc2b36db8718d5b832ac28711a246264a1f2c917214d636a23cfabafc1533734d2a1ec8a1b76401e32a5c768abe81 DIST syncthingtray-2.0.9.tar.gz 6701899 BLAKE2B 15dc3cfebd0574861e4d8bf2640ca9051a7421aa059bcecd8f96c2a8c7b2200ebd53ef82f3280389496890cf247a8ad52da2d84ae298ca3b4109848334461c44 SHA512 3e072baa6f2db047309420add8c8691e06288082165255da510f9007ab1bd6edf355e0f67a29a28d83fecce8bdf6f3aa5a56442deb91618b85165f761c2fa57d +DIST syncthingtray-2.1.4.tar.gz 6798484 BLAKE2B 639c91b116f6986fe9300354750373098462ef418c93e04b5ea30219c6ad38058f773abe4014bd62ec89952bd4f98f0d2256af3906e0bd139712bd0846084d17 SHA512 e34dee9964d077e2ddb1d35fd650b4cf41934a5b39feae720ec5f3ce0c3fe6a400d08a4ce29fa83a2624f3666680b29f2e4ee58107b8d983f61b16b2e1248b89 diff --git a/net-p2p/syncthingtray/syncthingtray-2.0.7.ebuild b/net-p2p/syncthingtray/syncthingtray-2.1.4.ebuild index 0bb48bd200ea..c4a5daa897f9 100644 --- a/net-p2p/syncthingtray/syncthingtray-2.0.7.ebuild +++ b/net-p2p/syncthingtray/syncthingtray-2.1.4.ebuild @@ -2,12 +2,13 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 + inherit cmake virtualx DESCRIPTION="Tray application and Dolphin/Plasma integration for Syncthing" HOMEPAGE="https://github.com/Martchus/syncthingtray" -SRC_URI="https://github.com/Martchus/syncthingtray/archive/refs/tags/v$PV.tar.gz -> $P.tar.gz" +SRC_URI="https://github.com/Martchus/syncthingtray/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -24,7 +25,7 @@ DEPEND=" kio? ( kde-frameworks/kio:6 ) plasmoid? ( kde-plasma/libplasma:6 ) " -RDEPEND="$DEPEND +RDEPEND="${DEPEND} net-p2p/syncthing " BDEPEND=" |
