summaryrefslogtreecommitdiff
path: root/waterfox-g
diff options
context:
space:
mode:
Diffstat (limited to 'waterfox-g')
-rw-r--r--waterfox-g/debian/changelog2
-rw-r--r--waterfox-g/debian/control1
-rwxr-xr-xwaterfox-g/stackrpms-diff.sh2
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
bgstack15