diff options
author | 2022-10-29 16:34:36 +0200 | |
---|---|---|
committer | 2022-10-29 17:30:35 +0200 | |
commit | 886ea2bc6c6834637e2219dd323cdcf80bc235b5 (patch) | |
tree | 0afd59141e5537799c4bf73558d003bb2394d104 /dev-util/xfce4-dev-tools | |
parent | dev-python/responses: Backport tomli support patch (diff) | |
download | gentoo-886ea2bc6c6834637e2219dd323cdcf80bc235b5.tar.gz gentoo-886ea2bc6c6834637e2219dd323cdcf80bc235b5.tar.bz2 gentoo-886ea2bc6c6834637e2219dd323cdcf80bc235b5.zip |
dev-util/xfce4-dev-tools: Bump to 4.17.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util/xfce4-dev-tools')
-rw-r--r-- | dev-util/xfce4-dev-tools/Manifest | 1 | ||||
-rw-r--r-- | dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/xfce4-dev-tools/Manifest b/dev-util/xfce4-dev-tools/Manifest index efdff2b6207a..e771df673501 100644 --- a/dev-util/xfce4-dev-tools/Manifest +++ b/dev-util/xfce4-dev-tools/Manifest @@ -1,2 +1,3 @@ DIST xfce4-dev-tools-4.16.0.tar.bz2 340107 BLAKE2B 93919e1b705858770f5c98cab080ba86785d524dc7371f09fba065f2bdf549d9a3ada66cdef3e1bbd344fb62cecb70661a1b6ce8c8bb51ada0be9459604d4d4f SHA512 54d9b45535c174ab0d13a3061ba2ff247c788a1190a6622b0adb4242d12e1fe42715256a18168d42fd5e425bbc7e9e81de30aa507da04f3e8d9b6f1ae5a5a7a7 DIST xfce4-dev-tools-4.17.0.tar.bz2 341014 BLAKE2B cb9588a200176cae5031b50e51baea1d2c4051b0a68e6886766986f1883f00e3cb13d662ebe1aa0e72892b83eb9dda114f545d1a8883fd7bdef8fd030e60ab4e SHA512 73423bb5cc55ab8816d734ac24c3f005bdb7db370d9a2e5e820cda1e6385730cab1f2fc8af715caa961e571ddb234c2b46b9cd26636142b9ab5d18c3a26efc00 +DIST xfce4-dev-tools-4.17.1.tar.bz2 348817 BLAKE2B 0b5bf16ce9e38666ab8284b6ff7fd4b7da53bb82f548db666d051ebbfddf053709c8e95887435d405d13fb6d2fc2b32c87a4e2286df5ebb9ab7a1549df4e7046 SHA512 0e57547823be6cb7f2153728061db6efb003b7651f3ab204473aa45d5408078b9368a677b2e599a1a93266d93c1d626eea92ba05e4be9427caa0b5bcbd345833 diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild new file mode 100644 index 000000000000..fa89cb983824 --- /dev/null +++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.17.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A set of scripts and m4/autoconf macros that ease build system maintenance" +HOMEPAGE=" + https://docs.xfce.org/xfce/xfce4-dev-tools/start + https://gitlab.xfce.org/xfce/xfce4-dev-tools/ +" +SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris" + +DEPEND=" + >=dev-libs/glib-2.50 +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + virtual/pkgconfig +" |