Page Menu
Home
Musing Studio
Search
Configure Global Search
Log In
Files
F10455519
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..a849fba 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-ttf
Description: A distraction free and private writing tool, with built-in publishing.
diff --git a/fonts/lora b/fonts/lora
new file mode 160000
index 0000000..4145c5b
--- /dev/null
+++ b/fonts/lora
@@ -0,0 +1 @@
+Subproject commit 4145c5b1880287fa82b04b63a7ebc4748982be0e
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
Fri, Jan 31, 2:47 PM (12 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3145755
Attached To
rWAGTK writeas-gtk
Event Timeline
Log In to Comment