Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master binary grimoire by Conner Clere (92d8780c956d815e6eae57b2e30ad74113101b23)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master binary grimoire by Conner Clere (92d8780c956d815e6eae57b2e30ad74113101b23)
  • Date: Mon, 8 Jan 2024 04:20:02 +0000

GIT changes to master binary grimoire by Conner Clere
<xenanthropy AT sourcemage.org>:

ChangeLog | 3 +++
bin-http/floorp-bin/BUILD | 1 +
bin-http/floorp-bin/DEPENDS | 8 ++++++++
bin-http/floorp-bin/DETAILS | 18 ++++++++++++++++++
bin-http/floorp-bin/HISTORY | 4 ++++
bin-http/floorp-bin/INSTALL | 7 +++++++
bin-http/floorp-bin/PROVIDES | 2 ++
bin-http/floorp-bin/desktop/floorp.desktop | 8 ++++++++
bin-http/floorp-bin/floorp-bin | 4 ++++
9 files changed, 55 insertions(+)

New commits:
commit 92d8780c956d815e6eae57b2e30ad74113101b23
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

bin-http/floorp-bin: new spell, firefox fork

advanced and fast firefox derivative

diff --git a/ChangeLog b/ChangeLog
index 3362250..f7e9ab0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2024-01-07 Conner Clere <xenanthropy AT sourcemage.org>
+ * bin-http/floorp-bin: new spell, advanced and fast firefox derivative
+
2023-09-18 Vlad Glagolev <stealth AT sourcemage.org>
* bin-archive/kopia-bin: new spell, cross-platform backup tool

diff --git a/bin-http/floorp-bin/BUILD b/bin-http/floorp-bin/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/bin-http/floorp-bin/BUILD
@@ -0,0 +1 @@
+true
diff --git a/bin-http/floorp-bin/DEPENDS b/bin-http/floorp-bin/DEPENDS
new file mode 100755
index 0000000..14e1568
--- /dev/null
+++ b/bin-http/floorp-bin/DEPENDS
@@ -0,0 +1,8 @@
+depends PKG-CONFIG &&
+depends zlib &&
+depends JPEG &&
+depends libpng &&
+depends perl &&
+depends gtk+3 &&
+depends freetype2 &&
+depends libidl
diff --git a/bin-http/floorp-bin/DETAILS b/bin-http/floorp-bin/DETAILS
new file mode 100755
index 0000000..2454090
--- /dev/null
+++ b/bin-http/floorp-bin/DETAILS
@@ -0,0 +1,18 @@
+# Watch: https://github.com/Floorp-Projects/Floorp/releases
tags/v([0-9.]+)[.]tar
+ SPELL=floorp-bin
+ VERSION=11.7.1
+ SOURCE=floorp-${VERSION}.linux-x86-64.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/floorp"
+
SOURCE_URL[0]=https://github.com/Floorp-Projects/Floorp/releases/download/v${VERSION}/floorp-11.7.1.linux-x86_64.tar.bz2
+
SOURCE_HASH=sha512:99a6a166092b0ba7465907592e5ac8df9349c5e10af1c4b45e08257ebbc6a328d63a22d2a859eca4f56363b33af9fb0125856c5f55dec515ad5fe3903d0bc368
+ LICENSE[0]=MOZILLA
+ WEB_SITE=https://floorp.app/
+ ENTERED=20240107
+ KEYWORDS="mozilla http web browser internet"
+ SHORT="fork of firefox with excellent privacy and flexibility"
+cat << EOF
+Unlimited customization with Floorp -
+
+Floorp is built on Firefox and was built in Japan and is a
+new browser with excellent privacy & flexibility.
+EOF
diff --git a/bin-http/floorp-bin/HISTORY b/bin-http/floorp-bin/HISTORY
new file mode 100644
index 0000000..200eff0
--- /dev/null
+++ b/bin-http/floorp-bin/HISTORY
@@ -0,0 +1,4 @@
+2024-01-07 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, DEPENDS, INSTALL, PROVIDES, floorp-bin, DETAILS,
floorp.desktop:
+ version 11.7.1, new spell
+
diff --git a/bin-http/floorp-bin/INSTALL b/bin-http/floorp-bin/INSTALL
new file mode 100755
index 0000000..f0d2d19
--- /dev/null
+++ b/bin-http/floorp-bin/INSTALL
@@ -0,0 +1,7 @@
+INSTALLDIR="${INSTALL_ROOT}/opt/floorp"
+
+mkdir -pv "${INSTALLDIR}" &&
+mkdir -p "${INSTALL_ROOT}/usr/share/pixmaps/" &&
+cp -Rv "${SOURCE_DIRECTORY}"/* "${INSTALLDIR}" &&
+install -v "${SCRIPT_DIRECTORY}/floorp-bin" "${INSTALL_ROOT}/usr/bin/" &&
+install -v "${SCRIPT_DIRECTORY}/floorp.png"
"${INSTALL_ROOT}/usr/share/pixmaps/"
diff --git a/bin-http/floorp-bin/PROVIDES b/bin-http/floorp-bin/PROVIDES
new file mode 100755
index 0000000..66b9306
--- /dev/null
+++ b/bin-http/floorp-bin/PROVIDES
@@ -0,0 +1,2 @@
+GRAPHICAL-WEB-BROWSER
+WEB-BROWSER
diff --git a/bin-http/floorp-bin/desktop/floorp.desktop
b/bin-http/floorp-bin/desktop/floorp.desktop
new file mode 100644
index 0000000..2798fc6
--- /dev/null
+++ b/bin-http/floorp-bin/desktop/floorp.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Floorp
+Icon=/opt/floorp/browser/chrome/icons/default/default128.png
+Exec=floorp
+Terminal=false
+Type=Application
+Categories=Application;Network;Browsers
diff --git a/bin-http/floorp-bin/floorp-bin b/bin-http/floorp-bin/floorp-bin
new file mode 100755
index 0000000..d054a99
--- /dev/null
+++ b/bin-http/floorp-bin/floorp-bin
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+cd /opt/floorp/
+./floorp $@



  • [SM-Commit] GIT changes to master binary grimoire by Conner Clere (92d8780c956d815e6eae57b2e30ad74113101b23), Conner Clere, 01/07/2024

Archive powered by MHonArc 2.6.24.

Top of Page