app-text/simplenote - 2.26.0 (edgets)

Search

Install

Install this version:

emerge -a =app-text/simplenote-2.26.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-text/simplenote-2.26.0

Or alternatively:

emerge --autounmask-write -a =app-text/simplenote-2.26.0

Package Information

Description:
The simplest way to keep notes
Homepage:
https://simplenote.com
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
2.26.0 8 -* ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# File was automatically generated by automatic-ebuild-maker
# https://github.com/BlueManCZ/automatic-ebuild-maker

EAPI=8
inherit unpacker xdg

DESCRIPTION="The simplest way to keep notes"
HOMEPAGE="https://simplenote.com"
SRC_URI="
	amd64? (
		https://github.com/Automattic/simplenote-electron/releases/download/v${PV}/Simplenote-linux-${PV}-amd64.deb
		-> simplenote-${PV}-amd64.deb
	)
	arm64? (
		https://github.com/Automattic/simplenote-electron/releases/download/v${PV}/Simplenote-linux-${PV}-arm64.deb
		-> simplenote-${PV}-arm64.deb
	)
"

S=${WORKDIR}

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="-* ~amd64 ~arm64"
IUSE="doc"
RESTRICT="bindist mirror"

RDEPEND="dev-libs/nss
	net-print/cups
	x11-libs/libXScrnSaver"

PATCHES=(
	"${FILESDIR}/${PN}.desktop.patch"
)

QA_PREBUILT="*"

src_prepare() {
	default

	if use doc ; then
		unpack "usr/share/doc/simplenote/changelog.gz" || die "unpack failed"
		rm -f "usr/share/doc/simplenote/changelog.gz" || die "rm failed"
		mv "changelog" "usr/share/doc/simplenote" || die "mv failed"
	fi
}

src_install() {
	cp -a . "${ED}" || die "cp failed"

	rm -r "${ED}/usr/share/doc/simplenote" || die "rm failed"

	if use doc ; then
		dodoc -r "usr/share/doc/simplenote/"* || die "dodoc failed"
	fi

	dosym -r /opt/Simplenote/simplenote /usr/bin/simplenote || die "dosym failed"
}

USE Flags

Manage flags for this package: euse -i <flag> -p app-text/simplenote | euse -E <flag> -p app-text/simplenote | euse -D <flag> -p app-text/simplenote

Global/Standard Flags

doc

Inherited Eclasses

xdg

Dependencies

RDEPEND

dev-libs/nss
	net-print/cups
	x11-libs/libXScrnSaver

Manifest for 2.26.0

Type File Size Source URLs
DIST simplenote-2.26.0-amd64.deb 144391762 bytes https://github.com/Automattic/simplenote-electron/releases/download/v2.26.0/Simplenote-linux-2.26.0-amd64.deb
DIST simplenote-2.26.0-arm64.deb 149382636 bytes https://github.com/Automattic/simplenote-electron/releases/download/v2.26.0/Simplenote-linux-2.26.0-arm64.deb