Fixed metainfo and flatpak

This commit is contained in:
Tracker-Friendly 2024-02-15 19:25:49 +00:00
parent 9b5c08ffe4
commit 3d3862a085
4 changed files with 7 additions and 6 deletions

View File

@ -4,9 +4,9 @@ SHAREDIR = /usr/share
CFLAGS = -Wall -Wextra -g CFLAGS = -Wall -Wextra -g
PKG_CONFIG = pkg-config PKG_CONFIG = pkg-config
GTK_LIBS = $(shell $(PKG_CONFIG) --libs gtk+-3.0) GTK_LIBS = $(shell $(PKG_CONFIG) --libs gtk+-3.0)
WEBKIT_LIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.1) WEBKIT_LIBS = $(shell $(PKG_CONFIG) --libs webkit2gtk-4.0)
LIBS = $(GTK_LIBS) $(WEBKIT_LIBS) LIBS = $(GTK_LIBS) $(WEBKIT_LIBS)
INCLUDES = $(shell $(PKG_CONFIG) --cflags gtk+-3.0 webkit2gtk-4.1) INCLUDES = $(shell $(PKG_CONFIG) --cflags gtk+-3.0 webkit2gtk-4.0)
SRCS = pageburger.c SRCS = pageburger.c
OBJS = $(SRCS:.c=.o) OBJS = $(SRCS:.c=.o)
@ -32,6 +32,6 @@ install: pageburger
mkdir -p $(SHAREDIR)/icons/hicolor/512x512/apps/ mkdir -p $(SHAREDIR)/icons/hicolor/512x512/apps/
mkdir -p $(SHAREDIR)/applications/ mkdir -p $(SHAREDIR)/applications/
mkdir -p $(SHAREDIR)/metainfo/ mkdir -p $(SHAREDIR)/metainfo/
cp pageburger.png $(SHAREDIR)/icons/hicolor/512x512/apps/ cp org.hectabit.PageBurger.png $(SHAREDIR)/icons/hicolor/512x512/apps/
cp pageburger.desktop $(SHAREDIR)/applications/ cp org.hectabit.PageBurger.desktop $(SHAREDIR)/applications/
cp org.hectabit.PageBurger.metainfo.xml $(SHAREDIR)/metainfo/ cp org.hectabit.PageBurger.metainfo.xml $(SHAREDIR)/metainfo/

View File

@ -16,7 +16,7 @@
<description> <description>
<p> <p>
Simple and private noting service that syncs across all devices PageBurger is a simple, private and easy to use noting service. It syncs to every logged-in device instantly, and can be exported into common formats as well!
</p> </p>
</description> </description>
@ -30,7 +30,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<icon type="stock">pageburger</icon> <icon type="stock">org.hectabit.PageBurger</icon>
<categories> <categories>
<category>Office</category> <category>Office</category>
@ -40,4 +40,5 @@
<provides> <provides>
<binary>pageburger</binary> <binary>pageburger</binary>
</provides> </provides>
<content_rating type="oars-1.1" />
</component> </component>

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB