diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-02-15 10:11:29 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-02-15 10:11:29 +0000 |
commit | af9b135f3117af988823e05a03b31d2a745d11d3 (patch) | |
tree | aec92d583144c63092e9043cc2623ba54b821f2a /app-text | |
parent | bf9847557f3c9ff074a14f5c12bdfd29716ecf6b (diff) |
app-text/simplenote : version bump
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/simplenote/Manifest | 2 | ||||
-rw-r--r-- | app-text/simplenote/simplenote-2.6.0.ebuild (renamed from app-text/simplenote/simplenote-1.5.0.ebuild) | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/app-text/simplenote/Manifest b/app-text/simplenote/Manifest index 75ca6ab5..11f3c622 100644 --- a/app-text/simplenote/Manifest +++ b/app-text/simplenote/Manifest @@ -1 +1 @@ -DIST Simplenote-linux-1.5.0-amd64.deb 61735174 BLAKE2B cf3583998d1ab78b0f74849888ee26927023f10d1b009d7b02f941680424113370c84de04ed5c910abac6f46ff1280a6969b67b27194f29ecc7b2aa09f8d5e80 SHA512 cac73c336715343eb0bb1d157949d1bf93bceb56051ae6cf94fa74dcf7b99e4fc860b14e84c57a48e7bea2d877464e590c63d6facaa306b59d92953a5801df0a +DIST Simplenote-linux-2.6.0-amd64.deb 64384576 BLAKE2B c1198fb527961cef686051614b9ce27498d0ffea52a9220982a511e34a039e23c482838cd277f1df95052e139d7a267e329b7d28c5e923f1cf906ecf3c234fcb SHA512 67080680b2dddff833789b6fa63e52e596fd921f0c1c47f2749d35b68098eabc3c5538fc29d8c8e15b2cfb034118a900d584f7dca2d7d651b081ce87a1594b71 diff --git a/app-text/simplenote/simplenote-1.5.0.ebuild b/app-text/simplenote/simplenote-2.6.0.ebuild index 0651e6f0..2c9ed96b 100644 --- a/app-text/simplenote/simplenote-1.5.0.ebuild +++ b/app-text/simplenote/simplenote-2.6.0.ebuild @@ -22,7 +22,7 @@ DEPEND="dev-libs/nss x11-libs/libnotify" RDEPEND="${DEPEND}" -RESTRICT="mirror" +RESTRICT="mirror strip" S="${WORKDIR}" @@ -31,5 +31,7 @@ src_unpack() { } src_install() { - mv * "${D}" || die + rm -rf ${S}/usr/share/doc || die + cp -R ${S}/* "${D}" || die + fperms 4711 /opt/Simplenote/chrome-sandbox || die } |