Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10384317
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
View Options
diff --git a/.gitmodules b/.gitmodules
index ad21c2a..62f5059 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,7 @@
[submodule "src/github.com/writeas/writeas-cli"]
path = src/github.com/writeas/writeas-cli
url = https://github.com/writeas/writeas-cli.git
+[submodule "fonts/lora"]
+ path = fonts/lora
+ url = https://code.as/writeas/fonts-lora.git
+ branch = include
diff --git a/debian/control b/debian/control
index e9705da..6698bcb 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
Source: com.github.writeas.writeas-gtk
Section: x11
Priority: extra
Maintainer: Write.as <hello@write.as>
Build-Depends: meson,
debhelper (>= 9),
libgtk-3-dev,
libgtksourceview-3.0-dev,
valac (>= 0.36),
golang-go,
gb
Standards-Version: 3.9.3
Package: com.github.writeas.writeas-gtk
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: fonts-lora, fonts-open-sans, fonts-hack
+Recommends: fonts-open-sans, fonts-hack
Description: A distraction free and private writing tool, with built-in publishing.
diff --git a/meson.build b/meson.build
index ad48d5a..3be8f8d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,15 +1,16 @@
project('com.github.writeas.writeas-gtk', ['vala', 'c'],
version: '1.0.1',
license: 'GPL',
meson_version: '>=0.40.1')
i18n = import('i18n')
conf = configuration_data()
conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
configure_file(output: 'config.h', configuration: conf)
config_h_dir = include_directories('.')
run_target('build', command: 'build-cli.sh')
subdir('data')
subdir('src')
+subdir('fonts/lora')
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Nov 23, 11:23 AM (1 d, 6 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3104532
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment