diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-11-21 07:03:54 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-11-21 07:03:54 +0000 |
commit | 1ad2c51f9cc380c164b03ed03acda1c3fcc0a476 (patch) | |
tree | dd39d93cbea55db38069a7fed0a1c8667b7d88b3 /x11-plugins | |
parent | d32022e7301aef2b3f52f6b7a3de81c6e03ffcaf (diff) |
gentoo auto-resync : 21:11:2022 - 07:03:53
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/Manifest.gz | bin | 27371 -> 27370 bytes | |||
-rw-r--r-- | x11-plugins/wmstickynotes/Manifest | 3 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/files/wmstickynotes-0.7-clang16.patch | 8 | ||||
-rw-r--r-- | x11-plugins/wmstickynotes/wmstickynotes-0.7-r1.ebuild (renamed from x11-plugins/wmstickynotes/wmstickynotes-0.7.ebuild) | 21 |
4 files changed, 29 insertions, 3 deletions
diff --git a/x11-plugins/Manifest.gz b/x11-plugins/Manifest.gz Binary files differindex 9b2bb884fec9..1442b26ea2b7 100644 --- a/x11-plugins/Manifest.gz +++ b/x11-plugins/Manifest.gz diff --git a/x11-plugins/wmstickynotes/Manifest b/x11-plugins/wmstickynotes/Manifest index fc0aaa77d594..9a5750723fbd 100644 --- a/x11-plugins/wmstickynotes/Manifest +++ b/x11-plugins/wmstickynotes/Manifest @@ -1,3 +1,4 @@ +AUX wmstickynotes-0.7-clang16.patch 192 BLAKE2B afa0ae1cc8ebb1a094b8e180e0059a0f2e8a154604ed952fb6248a04779dc92fa818c5608d56280d17204070864f36bb96cdd1fc114aa634409cbec7ee856423 SHA512 7db66b8e153ceb0b43631eafbafda57c864add8a9d930d0459c98d02ec723b011596adb25d7c117d78a19828e7783bd1486ef1c24116df85118f9df06574c486 DIST wmstickynotes-0.7.tar.gz 121562 BLAKE2B b589f157d53791e3edbf409932616bcdc9d8915d6c2cce1d5901c04e73d76cffa5eb321c2f9b0a0ceecb8aeef3985637195d8a027687f0a94e6bd5544d56335c SHA512 986ca0bbd726488795559be9ca65390eb0d091834335d89f590cc67c40aeb14f2b48b7a61cf3170c4287a98ecf44f1a55d85b6b5d03d2d7df1cb6fe5b7ac3d0d -EBUILD wmstickynotes-0.7.ebuild 391 BLAKE2B 5a402e0624b27e1c54b654aacd779fe0c71a853c856f134f419c3a7bce48addcbd5f981e2f4c01d24675c11cf52c73216fc83b2714581a2b6da85589caab5b6b SHA512 d8c7fa39645383365a649064e26ed164632ec0f235a452c73d9ea3c354fbfdf8f925af173182e12bb5a91e79a50fe0b86c89d06679a7134c6003797934ddea53 +EBUILD wmstickynotes-0.7-r1.ebuild 590 BLAKE2B d513f6bb018e32281721f3a18f52b5b5c04e60b2ef268de1e0f80fc76d4fe185d8d0a18ec96fe07d03be66d4522d00b3814b5bc0129aaaa0b7ab75e83c1cc66b SHA512 f59c75685d00eeef0cb5e869e90a08a5c67361bfa0c3acdaa55e8118817561e1792746685c6330c6deb1f4862da4494db417ffcaaedf35baf1173eaea5ef4442 MISC metadata.xml 251 BLAKE2B 82b714e8cad00786feeb0767f01f0336ce8b181c4b94d8b3006b9955ed1af6524f23e0180349e21195ee7b77ec5e3594a50dd450447ebf05840db9e43db9fe0b SHA512 12e65b976f16501126ac85035ee1ed2d4e7adcfa955eabadfcfffbb95313125d3f5a200c003d1426615a6a9765c49f563308ca5bf479476226e71370886342f9 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 000000000000..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 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 +} |