diff options
author | B. Stack <bgstack15@gmail.com> | 2024-06-27 15:26:32 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2024-06-27 15:26:32 -0400 |
commit | cb022b9c520652580f9660f03b4630f5c48bfef8 (patch) | |
tree | b07de95b399d2f6bae27d0a5906455a4b076866a | |
parent | waterfox-g 6.0.16 (diff) | |
download | stackrpms-cb022b9c520652580f9660f03b4630f5c48bfef8.tar.gz stackrpms-cb022b9c520652580f9660f03b4630f5c48bfef8.tar.bz2 stackrpms-cb022b9c520652580f9660f03b4630f5c48bfef8.zip |
wf: fix errors
-rw-r--r-- | waterfox-g/debian/changelog | 2 | ||||
-rw-r--r-- | waterfox-g/debian/control | 1 | ||||
-rwxr-xr-x | waterfox-g/stackrpms-diff.sh | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/waterfox-g/debian/changelog b/waterfox-g/debian/changelog index 3d7c108..4625227 100644 --- a/waterfox-g/debian/changelog +++ b/waterfox-g/debian/changelog @@ -2,7 +2,7 @@ waterfox-g (6.0.16-100+stackrpms) obs; urgency=medium * Fork to remove KDE bits - -- B. Stack <bgstack15@gmail.com> Thu, 27 Jun 2024 11:04:15 + -- B. Stack <bgstack15@gmail.com> Thu, 27 Jun 2024 11:04:15 -0400 waterfox-kde (6.0.16-0) obs; urgency=medium diff --git a/waterfox-g/debian/control b/waterfox-g/debian/control index 27c67b6..ddff98f 100644 --- a/waterfox-g/debian/control +++ b/waterfox-g/debian/control @@ -31,6 +31,7 @@ Replaces: waterfox-g4-wayland (<< ${source:Version}), waterfox-g3-wayland (<< ${ Breaks: waterfox-g4-wayland (<< ${source:Version}), waterfox-g3-wayland (<< ${source:Version}), waterfox-g-wayland (<< ${source:Version}) Description: Waterfox Wayland launcher This package contains launcher and desktop file to run Waterfox natively on Wayland. + Package: waterfox-g-wayland Architecture: all Section: oldlibs diff --git a/waterfox-g/stackrpms-diff.sh b/waterfox-g/stackrpms-diff.sh index 12425d3..1fa8d34 100755 --- a/waterfox-g/stackrpms-diff.sh +++ b/waterfox-g/stackrpms-diff.sh @@ -3,6 +3,8 @@ # Reference: scite/stackrpms-diff.sh # Usage: stackrpms/waterfox-g/stackrpms-diff.sh | vi - # Purpose: handle the renamed files because of dropping the -kpe suffix +# History: +# 2024-06-27 updated to upse hawkeye upstream waterfox-kde which replaced waterfox-g-kpe left="/usr/src/waterfox/waterfox-deb-rpm-arch-AppImage/waterfox-kde" right="stackrpms/waterfox-g/debian" cd ~/dev |