summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-19 18:57:15 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-05-19 18:57:15 +0000
commit5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207 (patch)
tree59ed4252b6b61d330b00d0ab64d5db66d38d7080 /x11-apps
parent13f9cec217411924fb3fdebaffd66c722b9a1179 (diff)
downloadbaldeagleos-repo-5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207.tar.gz
baldeagleos-repo-5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207.tar.xz
baldeagleos-repo-5dc3ed247f2e7cbdb892ec7b8b86842a20ed0207.zip
Adding metadata
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/sessreg/Manifest1
-rw-r--r--x11-apps/sessreg/sessreg-1.1.4.ebuild13
-rw-r--r--x11-apps/showfont/Manifest1
-rw-r--r--x11-apps/showfont/showfont-1.0.7.ebuild14
-rw-r--r--x11-apps/smproxy/Manifest1
-rw-r--r--x11-apps/smproxy/smproxy-1.0.8.ebuild17
-rw-r--r--x11-apps/viewres/Manifest1
-rw-r--r--x11-apps/viewres/viewres-1.0.8.ebuild18
-rw-r--r--x11-apps/xcursorgen/Manifest1
-rw-r--r--x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild16
10 files changed, 83 insertions, 0 deletions
diff --git a/x11-apps/sessreg/Manifest b/x11-apps/sessreg/Manifest
index dd8fe33b444c..ce9f747b061f 100644
--- a/x11-apps/sessreg/Manifest
+++ b/x11-apps/sessreg/Manifest
@@ -1 +1,2 @@
DIST sessreg-1.1.3.tar.xz 131184 BLAKE2B 9da6b8c44db96edb5151856edffe37691004c1df0ae5bc7c32becb78595f8ff907291f090a708acb5bdf49dffc866385298a9de00df0e31533f61cbaa5296719 SHA512 bc1e83afc598ac5b4c6ab0861799b6c8727c123ee662c1fb9cbdd9ee926973b7a00cc62e32f6b4e462c0da3516f8b824337d9cf17587ebabd3f4753502641a60
+DIST sessreg-1.1.4.tar.xz 136868 BLAKE2B 640a4e4c9974ca3e528832c055de6f6bc00bcb074d3db1c49ebe529fba94fd204bfcd68e0822f91fd3ec04936f3dc58abd49bbbcbfbacbb22e8dc720c044ade8 SHA512 836d2cfa60448de9b4af1b79693905854ba5c1135d623654bba627d125271eb74111bac2b4437a86f4cbd362695e796fc0279d4f4684f2cd5080cdd953318686
diff --git a/x11-apps/sessreg/sessreg-1.1.4.ebuild b/x11-apps/sessreg/sessreg-1.1.4.ebuild
new file mode 100644
index 000000000000..718a0cbb7377
--- /dev/null
+++ b/x11-apps/sessreg/sessreg-1.1.4.ebuild
@@ -0,0 +1,13 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="manage utmp/wtmp entries for non-init clients"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+DEPEND="x11-base/xorg-proto"
+# RDEPEND=""
diff --git a/x11-apps/showfont/Manifest b/x11-apps/showfont/Manifest
index 26f93c817611..f7f20bd5fb34 100644
--- a/x11-apps/showfont/Manifest
+++ b/x11-apps/showfont/Manifest
@@ -1 +1,2 @@
DIST showfont-1.0.6.tar.xz 121588 BLAKE2B 963040ca15db4e990aab19616a4b5cca5a9454ca9df57a7bf92f3adf44eed08e14182a98697f6a135b1ed509e6fa15826044af43541bbcbc9434fa25db0a363d SHA512 21a318519492f4ba46a8bcb3590097fc5f96fe01fdb557257ae56bae813671952a2aad6c0df8cd69659e06708571c398e6d97969224cf692e22c8a35c8e6c363
+DIST showfont-1.0.7.tar.xz 125460 BLAKE2B 78c4e412786273b00243737c173a253b4c226031e5e6fa6d9ffb65a6998446e5df362097330eced3d578e9dfb57a34dbf8b0a139c221c0bf7214f8df03bb68a6 SHA512 6c27b280976d22f35071136e139a654c7be41f5cca3b450a3aa36f8a026b151e700d4e386b0fde8deccef50f8d43338f5d105977a7d11861fccab6c05e480d70
diff --git a/x11-apps/showfont/showfont-1.0.7.ebuild b/x11-apps/showfont/showfont-1.0.7.ebuild
new file mode 100644
index 000000000000..d0a5ed1bf7d7
--- /dev/null
+++ b/x11-apps/showfont/showfont-1.0.7.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="font dumper for X font server"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libFS"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/smproxy/Manifest b/x11-apps/smproxy/Manifest
index 20b069c200d5..a8168c538ed3 100644
--- a/x11-apps/smproxy/Manifest
+++ b/x11-apps/smproxy/Manifest
@@ -1 +1,2 @@
DIST smproxy-1.0.7.tar.xz 129044 BLAKE2B dd1736d972d079487bd45f77272523c2772a7aad612ffe719aa9c190df112ec68a372e2b7e673263f246be57f199ec288f5077faad8b6a3936cbbf7fa5b9b433 SHA512 cd6a6933b74f76ae65fb16504e57871724bc1102eae1d02e801e99c3fe73fe44e27f87cef3fbf9f75f369d18197b53bb677d637d94cc8185b55acae0cbd44f21
+DIST smproxy-1.0.8.tar.xz 133180 BLAKE2B e345184fe20dae932c377237f35d786852602cb02dfdc96cf47ea4444d96878eb5dcbb43c87b625d55b4d0ee321514f8855dd43ded61177cd8a7bd7738619f03 SHA512 e930a01c3535050d7d580a93c0b2b7898ff8a8d7ab498215f2d035ab902989497d1fbc70f2939d04b609c980e86d0d4ba7829a98fda3261cb4b159432cd2bc8e
diff --git a/x11-apps/smproxy/smproxy-1.0.8.ebuild b/x11-apps/smproxy/smproxy-1.0.8.ebuild
new file mode 100644
index 000000000000..a35d3383c916
--- /dev/null
+++ b/x11-apps/smproxy/smproxy-1.0.8.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="Session Manager Proxy"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libSM
+ x11-libs/libICE
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/viewres/Manifest b/x11-apps/viewres/Manifest
index bcd7454c30db..9d5ec395b6cb 100644
--- a/x11-apps/viewres/Manifest
+++ b/x11-apps/viewres/Manifest
@@ -1 +1,2 @@
DIST viewres-1.0.7.tar.xz 128608 BLAKE2B 95a994cdbfa0943c76298df8c2d7e0fc2aab8cf7c1c31cc76538ab7a9f5a22ff1bb515c8f8c9ebfdfcc490600696bd5184029182edf52d3af311cf4a4825624d SHA512 75878faee001163891adf8472c79b31273f794e23dd775c80b33acdd1ce76df708eb27a49c20f79b7101ad676e1d50d9c857c2e2e0930c6209eeb7af8a11397c
+DIST viewres-1.0.8.tar.xz 133288 BLAKE2B c80cea40de89b5954bdab5dfe00acf946ee709b1ee1a630b1fc9b9154b6c1a2ed9a6b5dd3f3adc80335fe584cd5e7677693e82cb3992324d8ea2a1ea5df57212 SHA512 3cd5dc23ab1b3289eb1433cf7373cc4edab84ef39166013056d4ffad90bb4f926e7471f7691a4c6bcb81cf6bfd203478a0ae2fb53300e838b1c5d1cc82ff8da0
diff --git a/x11-apps/viewres/viewres-1.0.8.ebuild b/x11-apps/viewres/viewres-1.0.8.ebuild
new file mode 100644
index 000000000000..b23b5b8a1093
--- /dev/null
+++ b/x11-apps/viewres/viewres-1.0.8.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="graphical class browser for Xt"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXaw
+ x11-libs/libXt
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xcursorgen/Manifest b/x11-apps/xcursorgen/Manifest
index 24169f6c8ec1..34febe963507 100644
--- a/x11-apps/xcursorgen/Manifest
+++ b/x11-apps/xcursorgen/Manifest
@@ -1 +1,2 @@
DIST xcursorgen-1.0.8.tar.xz 123208 BLAKE2B 91d44a92b5cc2822ad81aba23897ae6bb2e931d7366e4643363904a249d83e8225ee193e2d3b9ae4c1c5ff9f07f5fbb94b4201613d715499709c1861d8dd378a SHA512 dede5b9e1e09f9253365bbb83fdab26c681641913f3586cef52d4802db9cecc7e252344911cd969a873c3a5c5ebbd4b862f786de263f92ea1bcb2df90236f9c4
+DIST xcursorgen-1.0.9.tar.xz 126956 BLAKE2B 3648875e7d35dc00dc3370c4c656c69211426d985fa0331e102b73194ca3cec820de152e3c5aa74d35e82f0eb091856e902e011552fa878937f439863795d9de SHA512 d40b96d6f60ee3815ef8ed6217028b39b127f200415661e39cf23af89662aafc6783f9e311f8021fe1a5ccfbc47610909796e569991e6680b8c2133401af476e
diff --git a/x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild b/x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild
new file mode 100644
index 000000000000..7fe2a192c848
--- /dev/null
+++ b/x11-apps/xcursorgen/xcursorgen-1.0.9.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xorg-meson
+
+DESCRIPTION="create an X cursor file from a collection of PNG images"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXcursor
+ media-libs/libpng:0="
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"