summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2023-02-23 13:13:05 -0500
committerMatt Turner <mattst88@gentoo.org>2023-02-23 13:21:09 -0500
commit4944d1f2cf8773b2daab7d767d55234c0aacc80c (patch)
tree93ea1e42be37f8e55cd7ccc7382b01f6ba8532c6
parentsys-apps/systemd-utils: move kernel config check behind udev USE flag (diff)
downloadgentoo-4944d1f2cf8773b2daab7d767d55234c0aacc80c.tar.gz
gentoo-4944d1f2cf8773b2daab7d767d55234c0aacc80c.tar.bz2
gentoo-4944d1f2cf8773b2daab7d767d55234c0aacc80c.zip
x11-misc/xbitmaps: Version bump to 1.1.3
Signed-off-by: Matt Turner <mattst88@gentoo.org>
-rw-r--r--x11-misc/xbitmaps/Manifest1
-rw-r--r--x11-misc/xbitmaps/metadata.xml3
-rw-r--r--x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild15
3 files changed, 19 insertions, 0 deletions
diff --git a/x11-misc/xbitmaps/Manifest b/x11-misc/xbitmaps/Manifest
index 204d162f5530..8a8e006a71be 100644
--- a/x11-misc/xbitmaps/Manifest
+++ b/x11-misc/xbitmaps/Manifest
@@ -1 +1,2 @@
DIST xbitmaps-1.1.2.tar.bz2 129435 BLAKE2B eff2f1e2efbabf447cbe98db09f81db96dc1442d4cce01b570774fb4e3e7323a40385d7821685724a9d9c69219528da980b2ecf01b0d3b822be8879e4d7f3e9c SHA512 eed5e2fce9fc6c532984e6ed1262e440591e311ca6c61a7fe7a5c877df84bfc2d7aff388fb9c894fc098785b8e5352f0bd7c918252247a040cf123874847450d
+DIST xbitmaps-1.1.3.tar.xz 109772 BLAKE2B e5ffeed910131fafe7346bc26920dc27a9ef55b069a36cc969183cc7b02a732a781e1fd295ec2577fbb472efc566f18aa2d534e18e94d4a8abc66db0177bd26e SHA512 b9a7340385fcce2dcd0204f14a462685b14b72ff58f3ec53cd76695bef2b02af902bdac809622dcb27fd4075d5ba13587b5d059530aff502cd5288d161352814
diff --git a/x11-misc/xbitmaps/metadata.xml b/x11-misc/xbitmaps/metadata.xml
index e17a5bccb78b..878ce12c5523 100644
--- a/x11-misc/xbitmaps/metadata.xml
+++ b/x11-misc/xbitmaps/metadata.xml
@@ -5,4 +5,7 @@
<email>x11@gentoo.org</email>
<name>X11</name>
</maintainer>
+<upstream>
+ <remote-id type="freedesktop-gitlab">xorg/data/bitmaps</remote-id>
+</upstream>
</pkgmetadata>
diff --git a/x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild b/x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild
new file mode 100644
index 000000000000..7c17c02385bc
--- /dev/null
+++ b/x11-misc/xbitmaps/xbitmaps-1.1.3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=data/
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org bitmaps data"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+
+# there is nothing to compile for this package, all its contents are produced by
+# configure. the only make job that matters is make install
+src_compile() { true; }