From: "Pascal Jäger" <pascal.jaeger@leimstift.de>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-crypt/gnome-encfs-manager/
Date: Wed, 13 Oct 2021 23:04:08 +0000 (UTC) [thread overview]
Message-ID: <1634166163.7695e4092c6ec6915d7039a9d9fcccb2b93e54c5.pascal.jaeger@gentoo> (raw)
commit: 7695e4092c6ec6915d7039a9d9fcccb2b93e54c5
Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
AuthorDate: Wed Oct 13 23:02:02 2021 +0000
Commit: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
CommitDate: Wed Oct 13 23:02:43 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7695e409
app-crypt/gnome-encfs-manager: new package
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
app-crypt/gnome-encfs-manager/Manifest | 1 +
.../gnome-encfs-manager-1.9.ebuild | 57 ++++++++++++++++++++++
app-crypt/gnome-encfs-manager/metadata.xml | 17 +++++++
3 files changed, 75 insertions(+)
diff --git a/app-crypt/gnome-encfs-manager/Manifest b/app-crypt/gnome-encfs-manager/Manifest
new file mode 100644
index 000000000..ed8c81a1d
--- /dev/null
+++ b/app-crypt/gnome-encfs-manager/Manifest
@@ -0,0 +1 @@
+DIST gnome-encfs-manager-1.9.tar.xz 144732 BLAKE2B 09cfcd1e69e89c749d7b6496f8846a0755f8030a7ed8cb6599aa0cb3da0d204f5ee1c2dff0df279e62a2b0b1c49e549d4d4d4b48bd13796a7367b1e24f356081 SHA512 750ccfada543aa9bc7b4ae28ba4688561ee87a4c45e7138519e18de85eeaa372b3a3cbd1e1ee782f9a9c8b634c09627a79590a87e108246c78dcd240da23de64
diff --git a/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9.ebuild b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9.ebuild
new file mode 100644
index 000000000..57dfa8275
--- /dev/null
+++ b/app-crypt/gnome-encfs-manager/gnome-encfs-manager-1.9.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_MIN_API_VERSION="0.44"
+inherit vala xdg
+
+DESCRIPTION="An easy to use manager and mounter for encfs stashes"
+HOMEPAGE="https://launchpad.net/gencfsm"
+SRC_URI="https://launchpad.net/gencfsm/trunk/1.9/+download/${PN}_${PV}.tar.xz -> ${P}.tar.xz"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="+appindicator"
+
+DEPEND="
+ || ( gnome-base/gconf gnome-base/dconf )
+ sys-fs/encfs
+ sys-fs/fuse
+ app-crypt/libsecret
+ x11-libs/libICE
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ $(vala_depend)
+ sys-devel/libtool
+ >=sys-devel/automake-1.11
+ appindicator? ( dev-libs/libappindicator )
+ x11-libs/gtk+:3
+ >=dev-libs/glib-2
+ gnome-base/gnome-keyring
+ dev-libs/libgee
+ dev-util/intltool
+ x11-libs/libSM
+"
+src_prepare() {
+ vala_src_prepare
+ default
+}
+
+src_configure() {
+ local conf
+ ./autogen.sh
+ if ! use appindicator; then
+ conf+=" --disable-appindicator"
+ fi
+ econf ${conf}
+}
+
+pkg_postinst() {
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_icon_cache_update
+}
diff --git a/app-crypt/gnome-encfs-manager/metadata.xml b/app-crypt/gnome-encfs-manager/metadata.xml
new file mode 100644
index 000000000..b5c8ec83e
--- /dev/null
+++ b/app-crypt/gnome-encfs-manager/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <longdescription lang="en">
+ The Gnome Encfs Manager is an easy to use manager and mounter for encfs stashes featuring per-stash configuration, Gnome Keyring support, a tray menu inspired by Cryptkeeper but using the AppIndicator API and lots of unique features.
+ </longdescription>
+ <use lang="en">
+ <flag name="appindicator">Build in support for notifications using the libindicate or libappindicator plugin</flag>
+ </use>
+ <maintainer type="person">
+ <email>pascal.jaeger@leimstift.de</email>
+ <name>Pascal Jäger</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="launchpad">gencfsm</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2021-10-13 23:04 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-13 23:04 Pascal Jäger [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-11-03 11:33 [gentoo-commits] repo/proj/guru:master commit in: app-crypt/gnome-encfs-manager/ Andrew Ammerlaan
2021-11-03 11:33 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-12-15 10:51 Andrew Ammerlaan
2023-05-01 19:49 Anna Vyalkova
2024-09-06 14:38 Takuya Wakazono
2024-09-06 14:38 Takuya Wakazono
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1634166163.7695e4092c6ec6915d7039a9d9fcccb2b93e54c5.pascal.jaeger@gentoo \
--to=pascal.jaeger@leimstift.de \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox