diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-06-13 10:39:22 +0100 |
commit | 9452a6e87b6c2c70513bc47a2470bf9f1168920e (patch) | |
tree | 8ac67e26b45f34d71c5aab3621813b100a0d5f00 /xfce-base/exo | |
parent | f516638b7fe9592837389826a6152a7e1b251c54 (diff) |
gentoo resync : 13.06.2020
Diffstat (limited to 'xfce-base/exo')
-rw-r--r-- | xfce-base/exo/Manifest | 3 | ||||
-rw-r--r-- | xfce-base/exo/exo-4.15.1.ebuild | 4 | ||||
-rw-r--r-- | xfce-base/exo/files/exo-4.15.1-parallel-make.patch | 66 |
3 files changed, 72 insertions, 1 deletions
diff --git a/xfce-base/exo/Manifest b/xfce-base/exo/Manifest index 3489ff00f645..ae82657cefda 100644 --- a/xfce-base/exo/Manifest +++ b/xfce-base/exo/Manifest @@ -1,5 +1,6 @@ +AUX exo-4.15.1-parallel-make.patch 1743 BLAKE2B 046512817d76698e2929b3a0f625eed486f07e3a46e161d9bcf7bfe0afa3d0f8cc083b955753281eba1c66d3b8c48cb39e3885173a2bb167b4190e48f53c04cd SHA512 1099b23a92904ca4a8df68c5d3f97fb877db9a50fe9bed4fe8951ac2ff7c7db4ea4326afea265e7c41796e01f3ec2b5ff4ec964dffac633cd1f42012e409f17f DIST exo-0.12.11.tar.bz2 1333227 BLAKE2B 4e95809c58b6db26ecdf524663c06df9cd70007726091e381a1f0dd58be52efee85ad9721c421c0df6438073bb9de97d56cd039f520e2f7c0f5722a1839ba167 SHA512 ecbf20feddf86178d34a5c70212f0c2310ab1d6ce25291846d6d1d3045270ae3e68102065d7b3d8840137406f826f9bc37fed92a16c1268c3d14f2833a97d533 DIST exo-4.15.1.tar.bz2 1049760 BLAKE2B 365a51a6be44b36290d1bbe7100bc4e9a164436b2111997c969bdcc2f46306c0532fa41bedc231c5640992910e44acc8d072f5c070fc8d56f02b561002985224 SHA512 46b60bfde133969a25e72a5a80644454b06543888e554e8473145486d1b1952c4e508f2303045f183c49b053969189f50316ce7d18a0be2c404daa691e26d276 EBUILD exo-0.12.11.ebuild 1036 BLAKE2B 12fc8c5a693166a7672750259cf9b3061b24c104ad3aeaf234ce5fc3d189ca552502eefaf08b24836f1b4f8f356f181469c805929fa0fefdde652cf1c38218b2 SHA512 5e6486e6cabb66870995aa41337730f7dcc6f5dff787b2fb7eba254d11fa69ba1309fbfc7926fec4aba8f287c55f8d777210eb1fe523ceed42c9e1282184b733 -EBUILD exo-4.15.1.ebuild 913 BLAKE2B 57b45cdb446893b1ad585cc913ce9a83d2f4b42b43d25453a55bef69b26fe39543dbb977dee559055689daa48d66ae8f3aeb57089e05c7b6d1e30496bc3be43f SHA512 0c3bb0944a147e3ffb906e8b696af17e83f15222ee3fb71289cad565591d00d9c2899598491093220a714cb92c39b6fbedf64b3d33eed4fb201086603eccf91d +EBUILD exo-4.15.1.ebuild 972 BLAKE2B babdb727d906288d66f8b0f9cfd77f2a4cbebf578360e8c892c469d011f7ef587159a3282df9114d8b250dea09c6ea02d84375b86e7f3a05b4b31224f38d1d9d SHA512 4962d6d382b26ca8fe10477a4c34daec7d206f3ac1aeb2ba80e3b87fdbce9193f5b53057ee9710deaa51924bb0d772c49d32c092f550fc20eb4f31dd94c202fe MISC metadata.xml 334 BLAKE2B 0d61ecd7415a1a60ea5f53fdc29fae2ebf9c286822bd7ee5c10629fae5da0102687c3b07fdd5f81b123aa79e5d04905da705177402c491aad574dccc4e6d18ce SHA512 158e0c248e2d8f235fdb105f2342d0a3c4ca3f15b8938a73bfbc1da823d573a178857433e68a7b36cccc7449ba29cfb3fd4c3856b02c231bd5736d9f5932b6d7 diff --git a/xfce-base/exo/exo-4.15.1.ebuild b/xfce-base/exo/exo-4.15.1.ebuild index 5089b190c4c8..1f9eb2e523e7 100644 --- a/xfce-base/exo/exo-4.15.1.ebuild +++ b/xfce-base/exo/exo-4.15.1.ebuild @@ -25,6 +25,10 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +PATCHES=( + "${FILESDIR}"/exo-4.15.1-parallel-make.patch +) + src_install() { default find "${D}" -name '*.la' -delete || die diff --git a/xfce-base/exo/files/exo-4.15.1-parallel-make.patch b/xfce-base/exo/files/exo-4.15.1-parallel-make.patch new file mode 100644 index 000000000000..f18159442fea --- /dev/null +++ b/xfce-base/exo/files/exo-4.15.1-parallel-make.patch @@ -0,0 +1,66 @@ +From d3f3232eb53a052711029d2fafc36e23da971b35 Mon Sep 17 00:00:00 2001 +From: Romain Bouvier <skunnyk@alteroot.org> +Date: Fri, 29 May 2020 11:11:41 +0200 +Subject: [PATCH] exo-29: Fix race condition in make install + +- Since the exo drop of gtk2, HEADERS are declared twice, which can lead + to race conditions when using parallel make "make -j4 install" +- Simplify Makefile to only have one HEADERS section +- This fix #29 +--- + exo/Makefile.am | 24 ++++-------------------- + 1 file changed, 4 insertions(+), 20 deletions(-) + +diff --git a/exo/Makefile.am b/exo/Makefile.am +index fc8845d4..358ae9cb 100644 +--- a/exo/Makefile.am ++++ b/exo/Makefile.am +@@ -23,30 +23,14 @@ libexo_headers = \ + exo-tree-view.h \ + exo-utils.h + +-libexo_built_public_sources = \ +- exo-enum-types.h +- +-libexo_built_sources = \ +- $(libexo_built_public_sources) \ ++libexo_2_built_sources = \ ++ exo-enum-types.h \ + exo-alias.h \ + exo-aliasdef.c \ + exo-enum-types.c \ + exo-marshal.c \ + exo-marshal.h + +-libexoincludedir = $(includedir)/exo-2/exo +- +-libexoinclude_HEADERS = \ +- $(libexo_built_public_sources) \ +- $(libexo_headers) \ +- exo.h \ +- exo-config.h +- +- +-## +-## GTK+ 3 support library +-## +- + libexo_2_includedir = $(includedir)/exo-2/exo + + lib_LTLIBRARIES = libexo-2.la +@@ -141,10 +125,10 @@ CLEANFILES = \ + DISTCLEANFILES = \ + stamp-exo-enum-types.h \ + stamp-exo-marshal.h \ +- $(libexo_built_sources) ++ $(libexo_2_built_sources) + + BUILT_SOURCES = \ +- $(libexo_built_sources) ++ $(libexo_2_built_sources) + + exo-alias.h: make-exo-alias.pl exo.symbols + $(AM_V_GEN) $(PERL) $(srcdir)/make-exo-alias.pl < $(srcdir)/exo.symbols > exo-alias.h +-- +2.26.2 + |