x11-misc/xbitmaps: Version bump to 1.1.4

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2026-04-25 17:55:55 -04:00
parent 277ce18da1
commit ad1a797351
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
DIST xbitmaps-1.1.3.tar.xz 109772 BLAKE2B e5ffeed910131fafe7346bc26920dc27a9ef55b069a36cc969183cc7b02a732a781e1fd295ec2577fbb472efc566f18aa2d534e18e94d4a8abc66db0177bd26e SHA512 b9a7340385fcce2dcd0204f14a462685b14b72ff58f3ec53cd76695bef2b02af902bdac809622dcb27fd4075d5ba13587b5d059530aff502cd5288d161352814
DIST xbitmaps-1.1.4.tar.xz 114616 BLAKE2B 20ea4e1c6eb7c00fbae3817834fefc4a145c17aaa1e88ccc25d548a06350e113316d6238605bf104bcd95725fc9c4412e7beed73dc42ba1461a505cd8d6ae241 SHA512 7da5e506effdfcf7344fc8209f47c1ec4c2e9f639e677f8701c36e1e5728037357478af3dd030ca93f3e36a3e1eaad1bb97596aba85868f01b52b420b825a10f
+14
View File
@@ -0,0 +1,14 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XORG_MODULE=data/
inherit xorg-meson
DESCRIPTION="X.Org bitmaps data"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos ~x64-solaris"
# there is nothing to compile for this package, all its contents are produced by
# meson configure. the only meson job that matters is meson install.
src_compile() { true; }