Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
50ea9746
Commit
50ea9746
authored
Sep 29, 2014
by
Sebastian Ramacher
Browse files
Add AppData file
Signed-off-by:
Sebastian Ramacher
<
sebastian+dev@ramacher.at
>
parent
d24dac5d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
50ea9746
...
...
@@ -209,7 +209,12 @@ install-dbus:
$(QUIET)
mkdir
-m
755
-p
$(DESTDIR)$(DBUSINTERFACEDIR)
$(QUIET)
install
-m
644 data/org.pwmt.zathura.xml
$(DESTDIR)$(DBUSINTERFACEDIR)
install
:
all install-headers install-manpages install-dbus
install-appdata
:
$(
call
colorecho,INSTALL,
"AppData file"
)
$(QUIET)
mkdir
-m
755
-p
$(DESTDIR)$(APPDATAPREFIX)
$(QUIET)
install
-m
644 data/
$(PROJECT)
.appdata.xml
$(DESTDIR)$(APPDATAPREFIX)
install
:
all install-headers install-manpages install-dbus install-appdata
$(
call
colorecho,INSTALL,
"executeable file"
)
$(QUIET)
mkdir
-m
755
-p
${DESTDIR}${PREFIX}
/bin
$(QUIET)
install
-m
755
${PROJECT}
${DESTDIR}${PREFIX}
/bin
...
...
@@ -235,6 +240,8 @@ uninstall: uninstall-headers
$(QUIET)
rm
-f
${DESTDIR}${DESKTOPPREFIX}
/
${PROJECT}
.desktop
$(
call
colorecho,UNINSTALL,
"D-Bus interface definitions"
)
$(QUIET)
rm
-f
$(DESTDIR)$(DBUSINTERFACEDIR)
/org.pwmt.zathura.xml
$(
call
colorecho,UNINSTALL,
"AppData file"
)
$(QUIET)
rm
-f
$(DESTDIR)$(APPDATAPREFIX)
/
$(PROJECT)
.appdata.xml
$(MAKE)
-C
po uninstall
-include
$(wildcard .depend/*.dep)
...
...
config.mk
View file @
50ea9746
...
...
@@ -45,6 +45,7 @@ WITH_MAGIC ?= 1
PREFIX
?=
/usr
MANPREFIX
?=
${PREFIX}
/share/man
DESKTOPPREFIX
?=
${PREFIX}
/share/applications
APPDATAPREFIX
?=
${PREFIX}
/share/appdata
LIBDIR
?=
${PREFIX}
/lib
INCLUDEDIR
?=
${PREFIX}
/include
DBUSINTERFACEDIR
?=
${PREFIX}
/share/dbus-1/interfaces
...
...
data/zathura.appdata.xml
0 → 100644
View file @
50ea9746
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 pwmt.org -->
<application>
<id
type=
"desktop"
>
zathura.desktop
</id>
<metadata_license>
CC0-1.0
</metadata_license>
<project_license>
Zlib
</project_license>
<description>
<p>
zathura is a highly customizable and functional document viewer. It
provides a minimalistic and space saving interface as well as an easy
usage that mainly focuses on keyboard interaction. zathura makes it
possible to completely view and navigate through documents without using a
mouse.
</p>
<p>
Other features include:
<ul>
<li>
SyncTeX forward and backward synchronization support.
</li>
<li>
Quickmarks and bookmarks.
</li>
<li>
Automatic document reloading.
</li>
</ul>
</p>
</description>
<url
type=
"homepage"
>
http://pwmt.org/projects/zathura
</url>
<screenshots>
<screenshot
type=
"default"
>
http://pwmt.org/projects/zathura/img/zathura-cover.png
</screenshot>
<screenshot>
http://pwmt.org/projects/zathura/img/zathura-completion.png
</screenshot>
<screenshot>
http://pwmt.org/projects/zathura/img/zathura-follow.png
</screenshot>
<screenshot>
http://pwmt.org/projects/zathura/img/zathura-bookmarks.png
</screenshot>
</screenshots>
<updatecontact>
zathura@lists.pwmt.org
</updatecontact>
</application>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment