Skip to content
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.

Commit

Permalink
change some README and build details
Browse files Browse the repository at this point in the history
  • Loading branch information
ppvan committed Aug 8, 2023
1 parent 6a0c2c2 commit 2251a4b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 17 deletions.
15 changes: 4 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<!--
SPDX-FileCopyrightText: 2021 Gleb Smirnov <[email protected]>
SPDX-License-Identifier: CC0-1.0
-->

<!--
2023 ppvan [email protected]
-->
Expand Down Expand Up @@ -67,11 +61,10 @@ Next, it can be installed by `meson install`.

# Dependencies
If you use GNOME Builder or Flatpak, dependencies will be installed automatically. If you use pure Meson, dependencies will be:
- vala >= 0.52
- gtk >= 4.2
- gtksourceview >= 5.2
- gio >= 2.50
- gee >= 0.8
- vala >= 0.56
- gtk >= 4.10
- gtksourceview >= 5.0
- gio >= 2.74
- json-glib >= 1.6
- libadwaita >= 1.0
- postgres-libs >= 15.3
Expand Down
3 changes: 2 additions & 1 deletion me.ppvan.psequel.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"sources": [
{
"type": "git",
"url": "file:///home/ppvan/Documents/code/pet-projects/psequel"
"url": "https://github.com/ppvan/psequel",
"tag": "v0.1.0"
}
],
"modules": [
Expand Down
10 changes: 5 additions & 5 deletions src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ configure_file(output: 'config.h', configuration: conf)

psequel_deps = [
dependency('glib-2.0', version: '>=2.74'),
dependency('gtk4'),
dependency('libadwaita-1', version: '>= 1.2'),
dependency('json-glib-1.0'),
dependency('gtksourceview-5'),
dependency('libpq'),
dependency('gtk4', version: '>=4.10'),
dependency('libadwaita-1', version: '>= 1'),
dependency('json-glib-1.0', version: '>= 1.6'),
dependency('gtksourceview-5', version: '>= 5.0'),
dependency('libpq', version: '>= 15.3'),

valac.find_library('config', dirs: vapi_dir),
]
Expand Down

0 comments on commit 2251a4b

Please sign in to comment.