summaryrefslogtreecommitdiff
path: root/x11-plugins/wmdots
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-29 18:01:47 +0000
commitceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (patch)
tree9f47ee47c31a0f13f9496879cd88a1042550aa81 /x11-plugins/wmdots
parent53cba99042fa967e2a93da9f8db806fe2d035543 (diff)
gentoo (leap year) resync : 29.02.2020
Diffstat (limited to 'x11-plugins/wmdots')
-rw-r--r--x11-plugins/wmdots/Manifest2
-rw-r--r--x11-plugins/wmdots/wmdots-0.2_beta-r1.ebuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/x11-plugins/wmdots/Manifest b/x11-plugins/wmdots/Manifest
index f2dc89530a1a..c60a6ecd4643 100644
--- a/x11-plugins/wmdots/Manifest
+++ b/x11-plugins/wmdots/Manifest
@@ -1,4 +1,4 @@
AUX wmdots-0.2_beta-stringh.patch 325 BLAKE2B fdd3cc86c6eab458926bdb1a33f6050c36716e9840e2d20b60e4835a4895cd3083760c0f01953ab9470691b23fda40e7001f135dfa994d16aee3253205d6e741 SHA512 b2da0950f0b74f6a25bb57d5fd27e315e5e4a1cca41c5cf413bbcf5a7d50ff5312a8d2903a646b2ba7c79007b8804e6518fb9a14b25fdd1028104d7800726f60
DIST wmdots-0.2beta.tar.gz 94933 BLAKE2B 76a722b60989855b47dcf08539299c7bdf57485595d0f452d8ec10ef57f350810396bda396757c266dda8cb1db9bb3f1823b0f9759b1cb85c7e1ff469f5d2a60 SHA512 2e9d42c4086f240ece0a29cb6131bad2d499bb7f08e8a444cf72ce1a9813f9919f9d47c4dd5ae015e6c2e76601f1e7ab421a67daed1cefed45dcb06e4cbd8488
-EBUILD wmdots-0.2_beta-r1.ebuild 863 BLAKE2B 237b2450c2300672a91c38ac221cfaf2f730a7a1b2983be57214158110d59ea8fa8de36dbbdd1fa53acd52a9e53f2b1d717976f48e1d95711e898c05e987621b SHA512 4b0feedf8be98b9efa773840745740e768f35ed7b314c0bcb289f57683c6b01663fbfe4ad56caf4ab2850d2b35cb9efd1d471f99ff2abc1e65b207fc9e998695
+EBUILD wmdots-0.2_beta-r1.ebuild 863 BLAKE2B 703416d7b326cf66592fe4152b8db30447c27e2b6f35fc421a57565bbb433b0a20f8f0882b84a95dfb0e639be47850c82da61e88c531f81f2ab8a181b63c1a6f SHA512 f4ada3e178c26e6dd7613fa9f36fcad624aad93be43652ac2c557da462f727a06afec22069f002637fc0f601bdb28533e937772398eace91a800ada913779da3
MISC metadata.xml 249 BLAKE2B ba223d81d4cf6b9ca1ba3a63e356bec0d9aa6f4cdf2ad3b29a6c97a6e5bad854154f8b9e6fc3d65d155c93daa706d03c84395b53951e3e326ffc19c8d0df0eb5 SHA512 1a1312bb0e9f74f1e3852218d8fd4817fbad3bc65633cecbe8735607bc33c1e05b414c2628ff3f6e24dfc4a3999de7191f6cdadd2161b03cf614d5b6f24fab8d
diff --git a/x11-plugins/wmdots/wmdots-0.2_beta-r1.ebuild b/x11-plugins/wmdots/wmdots-0.2_beta-r1.ebuild
index e38905e13292..5aaba6401e1c 100644
--- a/x11-plugins/wmdots/wmdots-0.2_beta-r1.ebuild
+++ b/x11-plugins/wmdots/wmdots-0.2_beta-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -23,14 +23,14 @@ S="${WORKDIR}/${PN}"
src_prepare() {
default
eapply "${FILESDIR}"/${P}-stringh.patch
- sed -e "s:cc:$(tc-getCC):g" \
- -e "s:-g -O2:${CFLAGS}:g" -i Makefile || die
+ sed -e "s|cc|$(tc-getCC)|g" \
+ -e "s|-g -O2|${CFLAGS}|g" -i Makefile || die
#Fix compilation target
- sed -e "s:wmifs:wmdots:" -i Makefile || die
+ sed -e "s|wmifs|wmdots|" -i Makefile || die
#Honour Gentoo LDFLAGS, see bug #336982
- sed -e "s:-o wmdots:\$(LDFLAGS) -o wmdots:" -i Makefile || die
+ sed -e "s|-o wmdots|\$(LDFLAGS) -o wmdots|" -i Makefile || die
}
src_compile() {