diff --git a/Makefile b/Makefile index e9cf80c..3abbbc5 100644 --- a/Makefile +++ b/Makefile @@ -4,9 +4,9 @@ SHAREDIR = /usr/share CFLAGS = -Wall -Wextra -g PKG_CONFIG = pkg-config 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) -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 OBJS = $(SRCS:.c=.o) @@ -32,6 +32,6 @@ install: pageburger mkdir -p $(SHAREDIR)/icons/hicolor/512x512/apps/ mkdir -p $(SHAREDIR)/applications/ mkdir -p $(SHAREDIR)/metainfo/ - cp pageburger.png $(SHAREDIR)/icons/hicolor/512x512/apps/ - cp pageburger.desktop $(SHAREDIR)/applications/ + cp org.hectabit.PageBurger.png $(SHAREDIR)/icons/hicolor/512x512/apps/ + cp org.hectabit.PageBurger.desktop $(SHAREDIR)/applications/ cp org.hectabit.PageBurger.metainfo.xml $(SHAREDIR)/metainfo/ diff --git a/pageburger.desktop b/org.hectabit.PageBurger.desktop similarity index 100% rename from pageburger.desktop rename to org.hectabit.PageBurger.desktop diff --git a/org.hectabit.PageBurger.metainfo.xml b/org.hectabit.PageBurger.metainfo.xml index 6d01ce1..d5886d5 100644 --- a/org.hectabit.PageBurger.metainfo.xml +++ b/org.hectabit.PageBurger.metainfo.xml @@ -16,7 +16,7 @@

- 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!

@@ -30,7 +30,7 @@ - pageburger + org.hectabit.PageBurger Office @@ -40,4 +40,5 @@ pageburger + diff --git a/pageburger.png b/org.hectabit.PageBurger.png similarity index 100% rename from pageburger.png rename to org.hectabit.PageBurger.png