~fabrixxm/confy-dev

Update README for GTK4 port v1 APPLIED

Sebastian Crane: 1
 Update README for GTK4 port

 1 files changed, 4 insertions(+), 4 deletions(-)
Il giorno mar, 08/08/2023 alle 20.38 +0200, Evangelos Ribeiro Tzaras ha
scritto:
Next
Il giorno mer, 09/08/2023 alle 14.59 +0100, Sebastian Crane ha scritto:
Next
Hi,
v0.7.0 (e78a3d5826708b8f4b28ca34e1fc2cbf1df1443d)
has a wrap file thing, not a git submodule,
so all is good from my PoV.

In my packaging tree:
   
   > $ ls .git*                                                     
   [±debian/master ✓▴]
   .gitignore
   
   .git:
   branches        config       FETCH_HEAD  HEAD   index  logs    
   ORIG_HEAD    refs
   COMMIT_EDITMSG  description  gbp_index   hooks  info   objects 
   packed-refs
   
   > $ ls subprojects                                               
   [±debian/master ✓▴]
   blueprint-compiler.wrap
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~fabrixxm/confy-dev/patches/43411/mbox | git am -3
Learn more about email & git

[PATCH] Update README for GTK4 port Export this patch

Bring the description, build requirements and instructions in
README.md up to date with the GTK4 port.
---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 73006ac..5b3056e 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ Conferences schedule viewer for GNOME
Navigate Conference schedules, mark favourite talks

Built with python3, gtk3, libhandy
Built with Python, GTK4 and Libadwaita

- [Home Page](https://confy.kirgroup.net)
- [Project Page](https://sr.ht/~fabrixxm/Confy)
@@ -22,8 +22,8 @@ Built with python3, gtk3, libhandy

Requirements

- Gtk3
- libhandy 1
- GTK4
- Libadwaita
- Python3
- python-gobjects
- python-icalendar
@@ -37,7 +37,7 @@ Use "Clone repository..." from Open window, press "Run"

    git clone https://git.sr.ht/~fabrixxm/confy
    cd confy
    meson . _build
    meson setup . _build
    ninja -C _build
    ninja -C _build install

--
2.30.2
Hi Sebastian and fabbrixxm!

Patch makes sense to me.

Maybe a tiny suggestion bellow (because i stumbled upon it while looking at
Debian packaging [1][2]

But feel free to disregard it.

Otherwise this my signed-off :P