From 3155e2f58160443547142f21c0eb14884e2a5bb3 Mon Sep 17 00:00:00 2001 From: "alan (NyxTrail)" Date: Sun, 4 Feb 2024 18:31:16 +0000 Subject: [PATCH] Removed external projects - Added external projects to Files-Excluded - Added a watch file to download latest version from GitHub --- changelog | 2 +- copyright | 5 +++-- watch | 8 ++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/changelog b/changelog index 76eebae..36f95ed 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -hyprland (0.34.0-1) UNRELEASED; urgency=low +hyprland (0.34.0+ds-1) UNRELEASED; urgency=low * Initial release. Closes: #1040971 * Modified Makefile to support DESTDIR variable so that we can "install" diff --git a/copyright b/copyright index ede8848..5530621 100644 --- a/copyright +++ b/copyright @@ -2,8 +2,9 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Hyprland Upstream-Contact: https://github.com/hyprwm/Hyprland/issues Source: https://github.com/hyprwm/Hyprland -# -# Please double check copyright with the licensecheck(1) command. +Files-Excluded: subprojects/udis86 + subprojects/tracy + subprojects/hyprland-protocols Files: CMakeLists.txt CODE_OF_CONDUCT.md diff --git a/watch b/watch index 76575dc..bffa14c 100644 --- a/watch +++ b/watch @@ -1,2 +1,6 @@ -# You must remove unused comment lines for the released package. -version=3 +version=4 +opts="searchmode=plain, \ + dversionmangle=s/\+ds//, \ + oversionmangle=s/$/+ds/" \ + https://api.github.com/repos/hyprwm/Hyprland/releases \ + https://github.com/hyprwm/Hyprland/releases/download/v\d+\.\d+\.\d+/source-v(\d+\.\d+\.\d+)\.tar\.gz