summaryrefslogtreecommitdiff
path: root/newmoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-09 14:51:27 -0400
committerB Stack <bgstack15@gmail.com>2020-09-09 14:51:27 -0400
commit27b699a33ba5a01a5c6d608ad8a65141cff2211c (patch)
tree7a587f3e9cb52359a0d2d193349cb95a1c99970c /newmoon
parentfix removing old extensions (diff)
downloadstackrpms-27b699a33ba5a01a5c6d608ad8a65141cff2211c.tar.gz
stackrpms-27b699a33ba5a01a5c6d608ad8a65141cff2211c.tar.bz2
stackrpms-27b699a33ba5a01a5c6d608ad8a65141cff2211c.zip
add xfce helper to newmoon
Diffstat (limited to 'newmoon')
-rw-r--r--newmoon/debian/changelog6
-rw-r--r--newmoon/debian/control2
-rw-r--r--newmoon/debian/install1
-rw-r--r--newmoon/debian/newmoon+devuan.dsc2
-rw-r--r--newmoon/debian/xfce-helper/newmoon.desktop13
5 files changed, 22 insertions, 2 deletions
diff --git a/newmoon/debian/changelog b/newmoon/debian/changelog
index c9fa809..1545403 100644
--- a/newmoon/debian/changelog
+++ b/newmoon/debian/changelog
@@ -1,3 +1,9 @@
+newmoon (28.13.0-4+devuan) obs; urgency=low
+
+ * Import xfce-helper/palemoon.desktop from stevep@mxlinux.org release
+
+ -- Ben Stack <bgstack15@gmail.com> Wed, 09 Sep 2020 14:43:04 -0400
+
newmoon (28.13.0-3+devuan) obs; urgency=medium
* This is a compatibility, bugfix and security update. Special thanks
diff --git a/newmoon/debian/control b/newmoon/debian/control
index b319ff0..f5f6304 100644
--- a/newmoon/debian/control
+++ b/newmoon/debian/control
@@ -33,7 +33,7 @@ Homepage: http://www.palemoon.org/
Package: newmoon
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends},
- libavcodec54 | libavcodec-extra54 |libavcodec55 | libavcodec-extra55 | libavcodec56 | libavcodec-extra56 | libavcodec57 | libavcodec-extra57 | libavcodec58 | libavcodec-extra58 | libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
+ libavcodec54 | libavcodec-extra54 | libavcodec55 | libavcodec-extra55 | libavcodec56 | libavcodec-extra56 | libavcodec57 | libavcodec-extra57 | libavcodec58 | libavcodec-extra58 | libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
Provides: gnome-www-browser, www-browser, x-www-browser
Conflicts: palemoon-nonsse2
Replaces: palemoon-nonsse2
diff --git a/newmoon/debian/install b/newmoon/debian/install
index d5498db..e6a7364 100644
--- a/newmoon/debian/install
+++ b/newmoon/debian/install
@@ -1,2 +1,3 @@
+debian/xfce-helper/newmoon.desktop usr/share/xfce4/helpers
palemoon/branding/unofficial/newmoon.desktop usr/share/applications
debian/bgstack15-newmoon-prefs.js /usr/lib/newmoon/browser/defaults/preferences/
diff --git a/newmoon/debian/newmoon+devuan.dsc b/newmoon/debian/newmoon+devuan.dsc
index 0c27e98..25123cf 100644
--- a/newmoon/debian/newmoon+devuan.dsc
+++ b/newmoon/debian/newmoon+devuan.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: newmoon
Binary: newmoon
Architecture: any
-Version: 28.13.0-3+devuan
+Version: 28.13.0-4+devuan
Maintainer: B Stack <bgstack15@gmail.com>
Homepage: http://www.palemoon.org/
Standards-Version: 3.9.6
diff --git a/newmoon/debian/xfce-helper/newmoon.desktop b/newmoon/debian/xfce-helper/newmoon.desktop
new file mode 100644
index 0000000..513aecc
--- /dev/null
+++ b/newmoon/debian/xfce-helper/newmoon.desktop
@@ -0,0 +1,13 @@
+[Desktop Entry]
+Version=1.0
+Encoding=UTF-8
+Icon=newmoon
+Name=Newmoon
+NoDisplay=true
+StartupNotify=false
+Terminal=false
+Type=X-XFCE-Helper
+X-XFCE-Binaries=newmoon;
+X-XFCE-Category=WebBrowser
+X-XFCE-Commands=%B;
+X-XFCE-CommandsWithParameter=%B "%s";
bgstack15