Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Conner Clere (cf48f5076d15621fc1a63f9455966cd63b11a3d9)

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 z-rejected grimoire by Conner Clere (cf48f5076d15621fc1a63f9455966cd63b11a3d9)
  • Date: Fri, 20 Oct 2023 21:02:22 +0000

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

ChangeLog | 3 +++
z-editors/obsidian/BUILD | 1 +
z-editors/obsidian/DEPENDS | 22 ++++++++++++++++++++++
z-editors/obsidian/DETAILS | 16 ++++++++++++++++
z-editors/obsidian/HISTORY | 3 +++
z-editors/obsidian/INSTALL | 8 ++++++++
z-editors/obsidian/PRE_BUILD | 12 ++++++++++++
z-editors/obsidian/UNATTEND_SAFE | 1 +
8 files changed, 66 insertions(+)

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

z-editors/obsidian: new spell, private and flexible writing app

diff --git a/ChangeLog b/ChangeLog
index 3853ea0..ceb5b6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-10-20 Conner Clere <xenanthropy AT sourcemage.org>
+ * z-editors/obsidian: new spell, private and flexible writing app
+
2023-08-04 Conner Clere <xenanthropy AT sourcemage.org>
* z-http/crystal-amber: new spell, web framework for crystal language

diff --git a/z-editors/obsidian/BUILD b/z-editors/obsidian/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/z-editors/obsidian/BUILD
@@ -0,0 +1 @@
+true
diff --git a/z-editors/obsidian/DEPENDS b/z-editors/obsidian/DEPENDS
new file mode 100755
index 0000000..ac8e6f5
--- /dev/null
+++ b/z-editors/obsidian/DEPENDS
@@ -0,0 +1,22 @@
+depends zlib &&
+runtime_depends at-spi2-core &&
+runtime_depends glib2 &&
+runtime_depends nspr &&
+runtime_depends nss &&
+runtime_depends alsa-lib &&
+runtime_depends fontconfig &&
+runtime_depends OPENGL &&
+runtime_depends cups &&
+runtime_depends dbus &&
+runtime_depends cairo &&
+runtime_depends gtk+3 &&
+runtime_depends libx11 &&
+runtime_depends libxcomposite &&
+runtime_depends libxdamage &&
+runtime_depends libxext &&
+runtime_depends libxfixes &&
+runtime_depends libxrandr &&
+runtime_depends libdrm &&
+runtime_depends libxcb &&
+runtime_depends libxkbcommon &&
+runtime_depends pango
diff --git a/z-editors/obsidian/DETAILS b/z-editors/obsidian/DETAILS
new file mode 100755
index 0000000..5a7735f
--- /dev/null
+++ b/z-editors/obsidian/DETAILS
@@ -0,0 +1,16 @@
+# Watch: https://github.com/obsidianmd/obsidian-releases/releases/
/v([0-9.]+)
+ SPELL=obsidian
+ VERSION=1.4.16
+ SOURCE=${SPELL}_${VERSION}_amd64.deb
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+
SOURCE_URL[0]=https://github.com/${SPELL}md/${SPELL}-releases/releases/download/v${VERSION}/$SOURCE
+
SOURCE_HASH=sha512:3b691188a05e20e0d1792a6b135076d3dabe33106e541ae4614703fdea44bcb64fc52bbd62808325c381f28348e37cbde0e3d072e4e1b077fb2b9728c43edb05
+ LICENSE[0]=Obsidian-EULA
+ WEB_SITE=https://obsidian.md
+ ENTERED=20231020
+ KEYWORDS="editor md markdown obsidian"
+ REJECT="closed-source software"
+ SHORT="private and flexible writing app"
+cat << EOF
+The private and flexible writing app that adapts to the way you think
+EOF
diff --git a/z-editors/obsidian/HISTORY b/z-editors/obsidian/HISTORY
new file mode 100644
index 0000000..e6a552c
--- /dev/null
+++ b/z-editors/obsidian/HISTORY
@@ -0,0 +1,3 @@
+2023-10-20 Conner Clere <xenanthropy AT sourcemage.org>
+ * BUILD, INSTALL, PRE_BUILD, DEPENDS, UNATTEND_SAFE, DETAILS: version
1.4.16, new spell
+
diff --git a/z-editors/obsidian/INSTALL b/z-editors/obsidian/INSTALL
new file mode 100755
index 0000000..7b8e0f5
--- /dev/null
+++ b/z-editors/obsidian/INSTALL
@@ -0,0 +1,8 @@
+find . | cpio --pass-through --make-directories --unconditional --verbose \
+ "${INSTALL_ROOT}/" &&
+
+if ! [[ -f "${INSTALL_ROOT}/usr/bin/obsidian" ]]; then
+ ln -s "${INSTALL_ROOT}/opt/Obsidian/obsidian"
"${INSTALL_ROOT}/usr/bin/obsidian"
+else
+ message "symlink to ${INSTALL_ROOT}/usr/bin/obsidian failed - file exists!"
+fi
diff --git a/z-editors/obsidian/PRE_BUILD b/z-editors/obsidian/PRE_BUILD
new file mode 100755
index 0000000..8b94435
--- /dev/null
+++ b/z-editors/obsidian/PRE_BUILD
@@ -0,0 +1,12 @@
+mk_source_dir "${SOURCE_DIRECTORY}" &&
+cd "${SOURCE_DIRECTORY}" &&
+verify_file '' &&
+
+ar x "${SOURCE_CACHE}"/"${SOURCE}" &&
+tar xvf data.tar.xz &&
+
+# remove unwanted files
+rm ./control.tar.gz ./data.tar.xz ./debian-binary
+
+# remove unwanted folders
+rm -rf ./old-libraries ./old-binaries
diff --git a/z-editors/obsidian/UNATTEND_SAFE
b/z-editors/obsidian/UNATTEND_SAFE
new file mode 100755
index 0000000..8b13789
--- /dev/null
+++ b/z-editors/obsidian/UNATTEND_SAFE
@@ -0,0 +1 @@
+



  • [SM-Commit] GIT changes to master z-rejected grimoire by Conner Clere (cf48f5076d15621fc1a63f9455966cd63b11a3d9), Conner Clere, 10/20/2023

Archive powered by MHonArc 2.6.24.

Top of Page