Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / data / Makefile.am

commit
cff0e6f7ef34
parent
e0a14b958359
branch
default
tags
revelation-0.4.0-pre2

bumped version number to 0.4.0-pre2

1
5d85e4e10813
SUBDIRS		= icons mime ui
2
a207757f8451
3
a207757f8451
desktopdir	= $(datadir)/applications
4
a207757f8451
desktop_DATA	= revelation.desktop
5
a207757f8451
6
a207757f8451
schemadir	= @GCONF_SCHEMA_FILE_DIR@
7
a207757f8451
schema_DATA	= revelation.schemas
8
a207757f8451
9
5d85e4e10813
install-data-hook:
10
a207757f8451
	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
11
a207757f8451
	$(GCONFTOOL) --makefile-install-rule $(schema_DATA)
12
a207757f8451
13
9be42a38f988
if FDO_MIME
14
9be42a38f988
	if test -z "$(DESTDIR)"; then \
15
9be42a38f988
		$(UPDATE_DESKTOP_DATABASE); \
16
9be42a38f988
	fi
17
9be42a38f988
endif
18
552a2dc1b520