diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2021-03-20 14:27:17 +0000 |
commit | 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch) | |
tree | 66e860a5099bcad013f1cf667255dc372a7c11b3 /sci-visualization/g3data | |
parent | 7218e1b46bceac05841e90472501742d905fb3fc (diff) |
gentoo resync : 20.03.2021
Diffstat (limited to 'sci-visualization/g3data')
-rw-r--r-- | sci-visualization/g3data/Manifest | 3 | ||||
-rw-r--r-- | sci-visualization/g3data/files/g3data-1.5.4-desktop-QA.patch | 11 | ||||
-rw-r--r-- | sci-visualization/g3data/g3data-1.5.4.ebuild | 13 |
3 files changed, 19 insertions, 8 deletions
diff --git a/sci-visualization/g3data/Manifest b/sci-visualization/g3data/Manifest index 5a079ec01ebe..110c4e31a433 100644 --- a/sci-visualization/g3data/Manifest +++ b/sci-visualization/g3data/Manifest @@ -1,3 +1,4 @@ +AUX g3data-1.5.4-desktop-QA.patch 234 BLAKE2B fea81baad83edaf330f23b9f4e5cbf1f3ee8e43ad02aa9fa87cb9f41171d658ccf8186ba882944e1849e9d2ef937c148a4d6c6a82639244a28ea00e4dcf7b26b SHA512 f938c8659de9ff868156823c8112ce849e9acfa3c1a253d77a94a366875d275d4632b1b810d3ae15dbb9d83f1dfdae18aa9aa6aae01456107596a6d8ae6e3c1b DIST g3data-1.5.4.tar.gz 127973 BLAKE2B 19e6e6aaa7b33a4c4aa061c76aa2465bdb305ac9023e861dc1db42821cdb83c9b8221f6a5552f37731c3fe21fedc4174d46a7d2c01732916534539d382e6fac2 SHA512 b4651eb6ba87ddb745c46520ccf2d7146d179e69a614d7c6c247b82eaf188b30e955d60e7df59419f63a304a5c5215829d3bea3cc233d2729ff599c523d852e2 -EBUILD g3data-1.5.4.ebuild 450 BLAKE2B dc5c3338f353638b120b3d8b347d0fe8bc34f0298df927811edfddd62cb57b5ed238ac9566ee6c4fcad0b69687b98be579a8e011a32dc0d64ccf5ffa27ec53cc SHA512 1762b15dcf6541f8435f213aa8407cd283e789a3f944adeec6d790d69e0343ab2bf9c89682e3a729cf0ad4252d787b4feff08bef3fd9e49036d39d5ee18db596 +EBUILD g3data-1.5.4.ebuild 468 BLAKE2B 1bffc954f10bc7532a09eb27174524aa671381e7c346e984786feaf6c28bb59585e6f9cfb296c89348ebdb89418772b9982a7455b5171f0cc19c695237954c4b SHA512 dfc505d0f0ad7bb553e99dbfee9c60c327820937da7ac4602a63b2c4b525247655496bf66af0e79c5cb07be3e31bb1055414c93f9d324a31a186a5ee329ead2d MISC metadata.xml 554 BLAKE2B 9cce0c1c7d04d08ab9aba11a02262e9f436388ec2e864802238c34f33563f8dd3f16a0e5ca89f05f7d0259a12913df3f7c0c81583532757b033da6bdae3c7872 SHA512 eb965b746fa8c3e8b516a11cd32ccadd20e92d3cbda0861b331da03d2172221d3d2f472a1598a1ad61005274d0863ddd0ad4ab90e42e5cececbe8c7148219285 diff --git a/sci-visualization/g3data/files/g3data-1.5.4-desktop-QA.patch b/sci-visualization/g3data/files/g3data-1.5.4-desktop-QA.patch new file mode 100644 index 000000000000..3391659716da --- /dev/null +++ b/sci-visualization/g3data/files/g3data-1.5.4-desktop-QA.patch @@ -0,0 +1,11 @@ +--- a/data/g3data.desktop ++++ b/data/g3data.desktop +@@ -3,7 +3,7 @@ + Name=g3data + Comment=Data Extraction Tool + Exec=g3data +-Icon=g3data-icon.xpm ++Icon=g3data-icon + Terminal=false + Type=Application + Categories=GNOME;Science;Graphics; diff --git a/sci-visualization/g3data/g3data-1.5.4.ebuild b/sci-visualization/g3data/g3data-1.5.4.ebuild index 2a29bfeff753..aff34e279401 100644 --- a/sci-visualization/g3data/g3data-1.5.4.ebuild +++ b/sci-visualization/g3data/g3data-1.5.4.ebuild @@ -1,9 +1,7 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 - -inherit autotools-utils eutils +EAPI=7 DESCRIPTION="Tool for extracting data from graphs" HOMEPAGE="https://github.com/pn2200/g3data" @@ -12,8 +10,9 @@ SRC_URI="https://github.com/downloads/pn2200/g3data/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" -IUSE="" RDEPEND="x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( "${FILESDIR}"/${P}-desktop-QA.patch ) |