From 316e8f7dea79f7c1d1121bd60ece872f4b02a583 Mon Sep 17 00:00:00 2001 From: Paper Date: Tue, 4 Aug 2020 17:38:04 +0200 Subject: [PATCH] syncthing: make syncthing-inotify a transitional sub-package --- srcpkgs/syncthing-inotify | 1 + srcpkgs/syncthing-inotify/template | 18 ------------------ srcpkgs/syncthing/template | 8 +++++++- 3 files changed, 8 insertions(+), 19 deletions(-) create mode 120000 srcpkgs/syncthing-inotify delete mode 100644 srcpkgs/syncthing-inotify/template diff --git a/srcpkgs/syncthing-inotify b/srcpkgs/syncthing-inotify new file mode 120000 index 00000000000..29e19df41f9 --- /dev/null +++ b/srcpkgs/syncthing-inotify @@ -0,0 +1 @@ +syncthing \ No newline at end of file diff --git a/srcpkgs/syncthing-inotify/template b/srcpkgs/syncthing-inotify/template deleted file mode 100644 index 061c91aba27..00000000000 --- a/srcpkgs/syncthing-inotify/template +++ /dev/null @@ -1,18 +0,0 @@ -# Template file for 'syncthing-inotify' -pkgname=syncthing-inotify -version=0.8.7 -revision=7 -build_style=go -go_import_path="github.com/syncthing/syncthing-inotify" -go_ldflags="-X main.Version=v${version}" -short_desc="Inotify file watcher for Syncthing" -maintainer="Orphaned " -license="MPLv2" -homepage="https://github.com/syncthing/syncthing-inotify" -distfiles="https://github.com/syncthing/syncthing-inotify/archive/v${version}.tar.gz" -checksum=bf7a71695206c765cf407d85656f6f0f8be1715af3d3bb7f81985f749162a6b2 - -post_install() { - vlicense LICENSE - vdoc README.md -} diff --git a/srcpkgs/syncthing/template b/srcpkgs/syncthing/template index acc4df3ecd9..f39f270328d 100644 --- a/srcpkgs/syncthing/template +++ b/srcpkgs/syncthing/template @@ -1,7 +1,7 @@ # Template file for 'syncthing' pkgname=syncthing version=1.7.1 -revision=1 +revision=2 build_style=go go_import_path="github.com/syncthing/syncthing" go_package=" @@ -75,3 +75,9 @@ syncthing-discosrv_package() { vman man/stdiscosrv.1 } } + +syncthing-inotify_package() { + build_style=meta + short_desc="Inotify file watcher for Syncthing (transitional dummy package)" + depends="${sourcepkg}>=${version}_${revision}" +}