summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-12-15 15:58:31 +0100
committerMichał Górny <mgorny@gentoo.org>2022-12-15 16:04:08 +0100
commit6f28540ea37e8c219385a3231fdff8c4fc335d30 (patch)
treede4f03e1e2821b2e4c3465417a5a4ded5fde6d4d /dev-util
parentdev-util/xfce4-dev-tools: Remove old (diff)
downloadgentoo-6f28540ea37e8c219385a3231fdff8c4fc335d30.tar.gz
gentoo-6f28540ea37e8c219385a3231fdff8c4fc335d30.tar.bz2
gentoo-6f28540ea37e8c219385a3231fdff8c4fc335d30.zip
dev-util/xfce4-dev-tools: Bump to 4.18.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/xfce4-dev-tools/Manifest1
-rw-r--r--dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/dev-util/xfce4-dev-tools/Manifest b/dev-util/xfce4-dev-tools/Manifest
index 5639ee5d84b4..09a9ba5b1a4c 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.2.tar.bz2 353571 BLAKE2B af3ec3e603b2224ee47feefd63eb3e0be6a83dd2d442e8372d71c2aff910a5fb7818c9c93d0347ed239749d14f83f9443c2bde05a815e7449b6ae564186a1b6d SHA512 f08cdfca8c5753fd58fa3eefa56a3ba94bbc708ecf93d4872f3d843720840ef6d57d0af7fa7fdb11d8645f082338d7668bb01c6e531aec8ad89c6cd627529124
+DIST xfce4-dev-tools-4.18.0.tar.bz2 349125 BLAKE2B c82496de1a279a3ce57f895a52ee4eab98d2d174cf7109ac70790d9f1c8a6812196f4ff5bd951352b2345496f0ebf4113472a7e1f9e3826a1d02b163e4108f6e SHA512 59f858b633d95585a74c9b9515a0994744f4355ab3813e582e10c776454ac41c86296a9fbd935d5dae88929ec09ec9c30f48629c7addb5729e6bea108d304f7c
diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.ebuild
new file mode 100644
index 000000000000..a468f430bafb
--- /dev/null
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.0.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.66.0
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ virtual/pkgconfig
+"