[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/, x11-plugins/wmstickynotes/files/

2022-11-20 Thread Ionen Wolkens
commit: c33f16b0f0cb13ea27db76be99d779af4431a89d
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon Nov 21 00:35:14 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon Nov 21 00:37:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c33f16b0

x11-plugins/wmstickynotes: fix build w/ upcoming clang16

Also set bit more explicit deps while revbumping.

Closes: https://bugs.gentoo.org/874927
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../files/wmstickynotes-0.7-clang16.patch   |  8 
 ...notes-0.7.ebuild => wmstickynotes-0.7-r1.ebuild} | 21 +++--
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmstickynotes/files/wmstickynotes-0.7-clang16.patch 
b/x11-plugins/wmstickynotes/files/wmstickynotes-0.7-clang16.patch
new file mode 100644
index ..7674dcfd4984
--- /dev/null
+++ b/x11-plugins/wmstickynotes/files/wmstickynotes-0.7-clang16.patch
@@ -0,0 +1,8 @@
+https://bugs.gentoo.org/874927
+--- a/wmstickynotes.h
 b/wmstickynotes.h
+@@ -34,3 +34,3 @@
+ 
+-const num_color_schemes = 8;
++const int num_color_schemes = 8;
+ ColorScheme color_schemes[] = {

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.7-r1.ebuild
similarity index 58%
rename from x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
rename to x11-plugins/wmstickynotes/wmstickynotes-0.7-r1.ebuild
index 8b8830387ff3..3058805ac1e9 100644
--- a/x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.7-r1.ebuild
@@ -3,6 +3,8 @@
 
 EAPI=8
 
+inherit flag-o-matic
+
 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"
@@ -11,5 +13,20 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
 
-DEPEND="x11-libs/gtk+:2"
-RDEPEND="${DEPEND}"
+RDEPEND="
+   dev-libs/glib:2
+   x11-libs/gtk+:2
+   x11-libs/libX11"
+DEPEND="
+   ${RDEPEND}
+   x11-base/xorg-proto"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-clang16.patch
+)
+
+src_configure() {
+   append-cppflags -D_GNU_SOURCE #874927
+
+   default
+}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/, x11-plugins/wmstickynotes/files/

2022-04-17 Thread Sam James
commit: a086f57b80195647a75121161ccf75a36f1611cf
Author: Sam James  gentoo  org>
AuthorDate: Sun Apr 17 19:16:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Apr 17 19:17:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a086f57b

x11-plugins/wmstickynotes: drop 0.2-r1

Signed-off-by: Sam James  gentoo.org>

 x11-plugins/wmstickynotes/Manifest |  1 -
 .../files/wmstickynotes-0.2-gold.patch | 28 --
 .../wmstickynotes/wmstickynotes-0.2-r1.ebuild  | 17 -
 3 files changed, 46 deletions(-)

diff --git a/x11-plugins/wmstickynotes/Manifest 
b/x11-plugins/wmstickynotes/Manifest
index 6d43755b495d..cce8505c6f7a 100644
--- a/x11-plugins/wmstickynotes/Manifest
+++ b/x11-plugins/wmstickynotes/Manifest
@@ -1,2 +1 @@
-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/files/wmstickynotes-0.2-gold.patch 
b/x11-plugins/wmstickynotes/files/wmstickynotes-0.2-gold.patch
deleted file mode 100644
index 360140a85ed6..
--- a/x11-plugins/wmstickynotes/files/wmstickynotes-0.2-gold.patch
+++ /dev/null
@@ -1,28 +0,0 @@
- Makefile.am |2 +-
- Makefile.in |2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 7c69428..bccf1d4 100644
 a/Makefile.am
-+++ b/Makefile.am
-@@ -10,5 +10,5 @@ AUTOMAKE_OPTIONS = gnu
- bin_PROGRAMS = wmstickynotes
- wmstickynotes_SOURCES = wmstickynotes.c wmstickynotes.h wmstickynotes.xpm 
delete_button.xpm resize_button.xpm
- 
--wmstickynotes_LDADD = @GTK_LIBS@
-+wmstickynotes_LDADD = @GTK_LIBS@ -lX11
- EXTRA_DIST = THANKS
-diff --git a/Makefile.in b/Makefile.in
-index 91b19bd..fd883f2 100644
 a/Makefile.in
-+++ b/Makefile.in
-@@ -182,7 +182,7 @@ top_srcdir = @top_srcdir@
- AM_CFLAGS = @GTK_CFLAGS@
- AUTOMAKE_OPTIONS = gnu
- wmstickynotes_SOURCES = wmstickynotes.c wmstickynotes.h wmstickynotes.xpm 
delete_button.xpm resize_button.xpm
--wmstickynotes_LDADD = @GTK_LIBS@
-+wmstickynotes_LDADD = @GTK_LIBS@ -lX11
- EXTRA_DIST = THANKS
- all: config.h
-   $(MAKE) $(AM_MAKEFLAGS) all-am

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
deleted file mode 100644
index 61bae078ca75..
--- a/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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}"
-
-PATCHES=( "${FILESDIR}"/${P}-gold.patch )



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/

2022-01-13 Thread Jonas Stein
commit: 11e08db42f160f9589e3765c3e01443382bf7520
Author: Jonas Stein  gentoo  org>
AuthorDate: Thu Jan 13 23:45:18 2022 +
Commit: Jonas Stein  gentoo  org>
CommitDate: Thu Jan 13 23:45:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e08db4

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  gentoo.org>

 x11-plugins/wmstickynotes/Manifest |  1 +
 x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild | 15 +++
 2 files changed, 16 insertions(+)

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 ..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}"



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/

2019-04-23 Thread David Seifert
commit: e74bb24a59690d40cfebf767398f10ac9a064314
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Mon Apr 22 11:43:44 2019 +
Commit: David Seifert  gentoo  org>
CommitDate: Tue Apr 23 08:51:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e74bb24a

x11-plugins/wmstickynotes: drop old (EAPI4)

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: David Seifert  gentoo.org>

 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild | 22 --
 1 file changed, 22 deletions(-)

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
deleted file mode 100644
index 04099339b7a..000
--- a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-inherit eutils
-
-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"
-IUSE=""
-
-DEPEND="x11-libs/gtk+:2"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch "${FILESDIR}"/${P}-gold.patch
-}



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/

2019-04-09 Thread Patrice Clement
commit: c4d11eb6422b3ec12670856b78b1c52578ea1fbe
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 07:38:53 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:29:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d11eb6

x11-plugins/wmstickynotes: EAPI7 bump.

Closes: https://bugs.gentoo.org/681130
Signed-off-by: Michael Mair-Keimberger  gmail.com>
Signed-off-by: Patrice Clement  gentoo.org>

 x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild | 17 +
 1 file changed, 17 insertions(+)

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
new file mode 100644
index 000..61bae078ca7
--- /dev/null
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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}"
+
+PATCHES=( "${FILESDIR}"/${P}-gold.patch )



[gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmstickynotes/

2019-04-09 Thread Patrice Clement
commit: bbbfd029603c1bc0b0f25163404cb304bf45efca
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Mar 21 07:33:29 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Apr  9 07:29:42 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbbfd029

x11-plugins/wmstickynotes: use HTTPS.

Signed-off-by: Michael Mair-Keimberger  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11436
Signed-off-by: Patrice Clement  gentoo.org>

 x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild 
b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
index 4ebbce8e36b..04099339b7a 100644
--- a/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
+++ b/x11-plugins/wmstickynotes/wmstickynotes-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=4
@@ -6,7 +6,7 @@ EAPI=4
 inherit eutils
 
 DESCRIPTION="A dockapp for keeping small notes around on the desktop"
-HOMEPAGE="http://wmstickynotes.sourceforge.net/;
+HOMEPAGE="https://sourceforge.net/projects/wmstickynotes/;
 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-3"