summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-12-15 18:24:18 +0100
committerMichał Górny <mgorny@gentoo.org>2024-12-15 19:37:58 +0100
commit8f08994e0479df6eabd7d60275d833540f7ca659 (patch)
tree0fff15c21a51ed460710c185467c6b57274851b5 /dev-build
parentxfce-base/xfce4-appfinder: Bump to 4.20.0 (diff)
downloadgentoo-8f08994e0479df6eabd7d60275d833540f7ca659.tar.gz
gentoo-8f08994e0479df6eabd7d60275d833540f7ca659.tar.bz2
gentoo-8f08994e0479df6eabd7d60275d833540f7ca659.zip
dev-build/xfce4-dev-tools: Bump to 4.20.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-build')
-rw-r--r--dev-build/xfce4-dev-tools/Manifest1
-rw-r--r--dev-build/xfce4-dev-tools/xfce4-dev-tools-4.20.0.ebuild29
2 files changed, 30 insertions, 0 deletions
diff --git a/dev-build/xfce4-dev-tools/Manifest b/dev-build/xfce4-dev-tools/Manifest
index 48c5d819be19..1511ea9d0f12 100644
--- a/dev-build/xfce4-dev-tools/Manifest
+++ b/dev-build/xfce4-dev-tools/Manifest
@@ -1,3 +1,4 @@
DIST xfce4-dev-tools-4.18.1.tar.bz2 363652 BLAKE2B f78c39de833353aecd57db6d199a2bdb1a478eff996732653f49199cf8b9c6d54c02c969f823ebc441415fb6376d588e79796bcaa48bb4349c3d54068d86622b SHA512 8fa65aa57450d3e65ef55bf86e8a113c06e64289a9f71875049b422da2a8bdfcdd36c3a3e94a3c0e7c602a3e9577eca14d63318489f81fd88d6743e188636304
DIST xfce4-dev-tools-4.19.3.tar.bz2 377934 BLAKE2B e644cac88e70e2f3511055d24df299b76b4803af1c5b8017c8af30ca5ef27afe5968023c7dcf776589b6f60b62882ae8d3c07b08ed1729933b8a6d815976ee96 SHA512 99b64d61123901270d0cdddca70e20f70454161ef1ff153efbc2e3e1679a914e0848c917dcdc6ff1f65c8ab787d526c0d192049d6bf5d9749068312bec6d47e5
DIST xfce4-dev-tools-4.19.4.tar.bz2 380215 BLAKE2B 9ce5535f9d98d9cb56a21bb3a8abe9ca97ebc2518924019e89ea6cd6cf811d4ed05cba27762a5bf7332c9470e29c3c90ed23f6b2940d0aafd4dfe4c106ec8c4b SHA512 433873a7058d71b24035ae8408625af3e440329dfec178c89c95e44cd35b4d11ed7002d454ba75dce11ff16b381f00c41b0660cb54cdc4e4cdeb4905cc818152
+DIST xfce4-dev-tools-4.20.0.tar.bz2 380344 BLAKE2B 9444857000bd35c0118656abda28ad155632edba441316093a0075ce06f6146bc028e023d11f2f6380f6c89a66e9ae2b2470f4c7b0ded3eab32d25532d0b528a SHA512 2ee8d0e4512c326ad404310f15081a8c6eec026634bcc2e76873cecc5b4356c3425d883c07f05e5a76a500c135d62809e6323f318ac6fc33d16023a9c5bd5441
diff --git a/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.20.0.ebuild b/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.20.0.ebuild
new file mode 100644
index 000000000000..148a537dcdb6
--- /dev/null
+++ b/dev-build/xfce4-dev-tools/xfce4-dev-tools-4.20.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2024 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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
+
+DEPEND="
+ >=dev-libs/glib-2.72.0
+"
+RDEPEND="
+ ${DEPEND}
+ dev-build/meson
+"
+# libxslt for xsltproc
+BDEPEND="
+ dev-build/meson
+ dev-libs/libxslt
+ virtual/pkgconfig
+"