summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Stein <jstein@gentoo.org>2022-01-14 00:45:18 +0100
committerJonas Stein <jstein@gentoo.org>2022-01-14 00:45:18 +0100
commit11e08db42f160f9589e3765c3e01443382bf7520 (patch)
tree7363493356ac823669dcd4231313b1e9544bdfd9 /x11-plugins
parentwww-client/vivaldi: Drop old 5.0.2497.32 (diff)
downloadgentoo-11e08db42f160f9589e3765c3e01443382bf7520.tar.gz
gentoo-11e08db42f160f9589e3765c3e01443382bf7520.tar.bz2
gentoo-11e08db42f160f9589e3765c3e01443382bf7520.zip
x11-plugins/wmstickynotes: bump to 0.7
Version bump to 0.7 Patch is no longer needed. Closes: https://bugs.gentoo.org/830979 Closes: https://bugs.gentoo.org/831093 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Jonas Stein <jstein@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmstickynotes/Manifest1
-rw-r--r--x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-plugins/wmstickynotes/Manifest b/x11-plugins/wmstickynotes/Manifest
index d7b39951ac0b..6d43755b495d 100644
--- a/x11-plugins/wmstickynotes/Manifest
+++ b/x11-plugins/wmstickynotes/Manifest
@@ -1 +1,2 @@
DIST wmstickynotes-0.2.tar.gz 107432 BLAKE2B 2164c351adc723caa22689cbec277554b4adc1d73dce67b52f3ba30ce14a6cc70c39762ae6eb00f2d51b4c365738edfe5713580aa1c30d9256cf112efe579a4b SHA512 59e54e64157a04296f12c1c8c224c5c4b05685f2f0e05abe2a23a1c2137c0656c30e7befc4e5a39b4cb97f99e2ff68f53173cf6456b95f3fef80441661d19b63
+DIST wmstickynotes-0.7.tar.gz 121562 BLAKE2B b589f157d53791e3edbf409932616bcdc9d8915d6c2cce1d5901c04e73d76cffa5eb321c2f9b0a0ceecb8aeef3985637195d8a027687f0a94e6bd5544d56335c SHA512 986ca0bbd726488795559be9ca65390eb0d091834335d89f590cc67c40aeb14f2b48b7a61cf3170c4287a98ecf44f1a55d85b6b5d03d2d7df1cb6fe5b7ac3d0d
diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild b/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
new file mode 100644
index 000000000000..8b8830387ff3
--- /dev/null
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A dockapp for keeping small notes around on the desktop"
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+DEPEND="x11-libs/gtk+:2"
+RDEPEND="${DEPEND}"