gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8916: Xorg.updates etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8916: Xorg.updates etc
Date: Sat, 7 Jan 2023 17:20:35 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8916
revision-id: carlhansen1234@gmail.com-20230107222029-7g9j7ug5manx012w
parent: carlhansen1234@gmail.com-20230107203117-l4tx24dgyut8ex4t
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Sat 2023-01-07 14:20:29 -0800
message:
  Xorg.updates etc
added:
  pkg/xorg/xbitmaps/             xbitmaps-20230107213706-2z8m6w3s12ddyass-1
  pkg/xorg/xbitmaps/Makefile     makefile-20230107213706-2z8m6w3s12ddyass-3
  pkg/xorg/xbitmaps/config.mk    config.mk-20230107213706-2z8m6w3s12ddyass-2
  pkg/xorg/xbitmaps/sha256sums   sha256sums-20230107213706-2z8m6w3s12ddyass-4
  pkg/xorg/xcb-demo/             xcbdemo-20230107221354-apxah0mbyffsg9so-1
  pkg/xorg/xcb-demo/Makefile     makefile-20230107221354-apxah0mbyffsg9so-3
  pkg/xorg/xcb-demo/config.mk    config.mk-20230107221354-apxah0mbyffsg9so-2
  pkg/xorg/xcb-demo/sha256sums   sha256sums-20230107221354-apxah0mbyffsg9so-4
  pkg/xorg/xcb-util/             xcbutil-20230107220628-6qp0f2bq98cq7kyw-1
  pkg/xorg/xcb-util/Makefile     makefile-20230107220628-6qp0f2bq98cq7kyw-3
  pkg/xorg/xcb-util/config.mk    config.mk-20230107220628-6qp0f2bq98cq7kyw-2
  pkg/xorg/xcb-util/sha256sums   sha256sums-20230107220628-6qp0f2bq98cq7kyw-4
  pkg/xorg/xcursor-themes/       xcursorthemes-20230107214048-gw5bacbngjsy1k6w-1
  pkg/xorg/xcursor-themes/Makefile makefile-20230107214048-gw5bacbngjsy1k6w-3
  pkg/xorg/xcursor-themes/config.mk config.mk-20230107214048-gw5bacbngjsy1k6w-2
  pkg/xorg/xcursor-themes/sha256sums 
sha256sums-20230107214048-gw5bacbngjsy1k6w-4
modified:
  pkg/xorg/libxcb/Makefile       makefile-20180416230631-qj4owdepjgc2rx64-4
  pkg/xorg/xcb-proto/Makefile    makefile-20180416231545-kkzpdjillgbh9418-4
  pkg/xorg/xkeyboard-config/Makefile makefile-20220509161944-j6arwh8zzx0pmu40-4
  pkg/xorg/xorg-server/Makefile  makefile-20180121025606-g8m46zhl05kebvr6-3
  pkg/xorg/xorg-server/sha256sums sha256sums-20180121025606-g8m46zhl05kebvr6-5
  pkg/xorg/xwayland/Makefile     makefile-20210406225834-ltug43sg2b35ukz9-4
  pkg/xorg/xwayland/sha256sums   sha256sums-20210406225834-ltug43sg2b35ukz9-5
=== modified file 'pkg/xorg/libxcb/Makefile'
--- a/pkg/xorg/libxcb/Makefile  2022-05-14 05:34:04 +0000
+++ b/pkg/xorg/libxcb/Makefile  2023-01-07 22:20:29 +0000
@@ -41,6 +41,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== added directory 'pkg/xorg/xbitmaps'
=== added file 'pkg/xorg/xbitmaps/Makefile'
--- a/pkg/xorg/xbitmaps/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xbitmaps/Makefile        2023-01-07 22:20:29 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =     xbitmaps
+GARNAME =  xbitmaps
+GARVERSION = 1.1.2
+HOME_URL = http://www.x.org
+#HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = X bitmaps for xorg 
+define BLURB
+endef
+
+######################################################################
+# https://www.x.org/releases/individual/data/xbitmaps-1.1.2.tar.gz.sig
+MASTER_SITES =  https://www.x.org/
+MASTER_SUBDIR = releases/individual/data/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xbitmaps/config.mk'
--- a/pkg/xorg/xbitmaps/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xbitmaps/config.mk       2023-01-07 22:20:29 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xbitmaps/sha256sums'
--- a/pkg/xorg/xbitmaps/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xbitmaps/sha256sums      2023-01-07 22:20:29 +0000
@@ -0,0 +1,2 @@
+b9f0c71563125937776c8f1f25174ae9685314cbd130fb4c2efce811981e07ee  
download/xbitmaps-1.1.2.tar.bz2
+a9be5a139eba3779160e4e7a780199d5e65968cc6b60608ceed6fa1c62ddfd4f  
download/xbitmaps-1.1.2.tar.bz2.sig

=== added directory 'pkg/xorg/xcb-demo'
=== added file 'pkg/xorg/xcb-demo/Makefile'
--- a/pkg/xorg/xcb-demo/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcb-demo/Makefile        2023-01-07 22:20:29 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+
+NAME =    xcb-demo
+GARNAME = xcb-demo
+GARVERSION = 0.1
+HOME_URL = https://www.x.org
+DESCRIPTION = xcb demo 
+define BLURB
+endef
+
+######################################################################
+# https://www.x.org/releases/individual/xcb/xcb-util-0.4.1.tar.xz.sig
+MASTER_SITES = https://www.x.org/
+MASTER_SUBDIR = releases/individual/xcb/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = 
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xcb-demo/config.mk'
--- a/pkg/xorg/xcb-demo/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcb-demo/config.mk       2023-01-07 22:20:29 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xcb-demo/sha256sums'
--- a/pkg/xorg/xcb-demo/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcb-demo/sha256sums      2023-01-07 22:20:29 +0000
@@ -0,0 +1,1 @@
+20753bb59558dc00311a5a296fc6c4b3fcff04b86b2579fcb459c89b17d733a4  
download/xcb-demo-0.1.tar.bz2

=== modified file 'pkg/xorg/xcb-proto/Makefile'
--- a/pkg/xorg/xcb-proto/Makefile       2022-08-17 16:30:38 +0000
+++ b/pkg/xorg/xcb-proto/Makefile       2023-01-07 22:20:29 +0000
@@ -44,6 +44,6 @@
 
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== added directory 'pkg/xorg/xcb-util'
=== added file 'pkg/xorg/xcb-util/Makefile'
--- a/pkg/xorg/xcb-util/Makefile        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcb-util/Makefile        2023-01-07 22:20:29 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+
+NAME =    xcb-util
+GARNAME = xcb-util
+GARVERSION = 0.4.1
+HOME_URL = https://www.x.org
+DESCRIPTION = xcb library for xcb-util
+define BLURB
+endef
+
+######################################################################
+# https://www.x.org/releases/individual/xcb/xcb-util-0.4.1.tar.xz.sig
+MASTER_SITES = https://www.x.org/
+MASTER_SUBDIR = releases/individual/xcb/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xcb-util/config.mk'
--- a/pkg/xorg/xcb-util/config.mk       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcb-util/config.mk       2023-01-07 22:20:29 +0000
@@ -0,0 +1,5 @@
+## Configuration options  ##
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xcb-util/sha256sums'
--- a/pkg/xorg/xcb-util/sha256sums      1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcb-util/sha256sums      2023-01-07 22:20:29 +0000
@@ -0,0 +1,2 @@
+5abe3bbbd8e54f0fa3ec945291b7e8fa8cfd3cccc43718f8758430f94126e512  
download/xcb-util-0.4.1.tar.xz
+612a1b84e815f50832061668fe8f7f1ae4c3c1f28dd6e2d92ad53cee7d099864  
download/xcb-util-0.4.1.tar.xz.sig

=== added directory 'pkg/xorg/xcursor-themes'
=== added file 'pkg/xorg/xcursor-themes/Makefile'
--- a/pkg/xorg/xcursor-themes/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcursor-themes/Makefile  2023-01-07 22:20:29 +0000
@@ -0,0 +1,46 @@
+# Copyright ©2023 Carl Hansen <carlhansen@gnu.org>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+# http://www.gnu.org/software/gsrc
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+#
+# Send bug reports and comments about GSRC problems to bug-gsrc@gnu.org
+
+NAME =     xcursor-themes
+GARNAME =  xcursor-themes
+GARVERSION = 1.0.6
+HOME_URL = http://www.x.org
+#HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = X bitmaps for xorg 
+define BLURB
+endef
+
+######################################################################
+# https://www.x.org/releases/individual/data/xbitmaps-1.1.2.tar.gz.sig
+MASTER_SITES =  https://www.x.org/
+MASTER_SUBDIR = releases/individual/data/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+
+######################################################################
+
+include ../../../gar/gar.lib/autotools.mk
+include config.mk
+

=== added file 'pkg/xorg/xcursor-themes/config.mk'
--- a/pkg/xorg/xcursor-themes/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcursor-themes/config.mk 2023-01-07 22:20:29 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/xcursor-themes/sha256sums'
--- a/pkg/xorg/xcursor-themes/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/xcursor-themes/sha256sums        2023-01-07 22:20:29 +0000
@@ -0,0 +1,2 @@
+ee1ec574741293abcf66ac14ce7e74add7ac6be7deb8b38179ef010d22354999  
download/xcursor-themes-1.0.6.tar.bz2
+26fbe97ad99764aa32dd30b0d613e42bdd2712d330c06afe28f446af637e7383  
download/xcursor-themes-1.0.6.tar.bz2.sig

=== modified file 'pkg/xorg/xkeyboard-config/Makefile'
--- a/pkg/xorg/xkeyboard-config/Makefile        2022-11-13 23:45:23 +0000
+++ b/pkg/xorg/xkeyboard-config/Makefile        2023-01-07 22:20:29 +0000
@@ -1,4 +1,4 @@
-# Copyright ©2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright ©2022,2023 Carl Hansen <carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -22,15 +22,16 @@
 NAME =     xkeyboard-config
 GARNAME =  xkeyboard-config
 GARVERSION = 2.37
-HOME_URL = http://xorg.freedesktop.org
-DESCRIPTION = x keyboard config
+HOME_URL = http://www.x.org
+#HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = X keyboard config
 define BLURB
 endef
 
 ######################################################################
 
#http://www.x.org/releases/individual/data/xkeyboard-config/xkeyboard-config-2.24.tar.bz2
 
-MASTER_SITES =  https://xorg.freedesktop.org/
+MASTER_SITES =  https://www.x.org/
 MASTER_SUBDIR = releases/individual/data/$(GARNAME)/
 DISTFILES = $(DISTNAME).tar.xz
 SIGFILES = $(DISTNAME).tar.xz.sig

=== modified file 'pkg/xorg/xorg-server/Makefile'
--- a/pkg/xorg/xorg-server/Makefile     2022-11-13 23:38:12 +0000
+++ b/pkg/xorg/xorg-server/Makefile     2023-01-07 22:20:29 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018, 2019, 2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME =    xorg-server
 GARNAME = xorg-server
-GARVERSION = 21.1.4
+GARVERSION = 21.1.6
 HOME_URL = http://xorg.freedesktop.org
        # same as www.x.org
 DESCRIPTION = xorg-server
@@ -40,6 +40,6 @@
 #HINT: apt install libxfont2 libxfont-dev libpciaccess-dev
 ######################################################################
 
-include ../../../gar/gar.lib/auto.mk
+include ../../../gar/gar.lib/autotools.mk
 include config.mk
 

=== modified file 'pkg/xorg/xorg-server/sha256sums'
--- a/pkg/xorg/xorg-server/sha256sums   2022-11-13 23:38:12 +0000
+++ b/pkg/xorg/xorg-server/sha256sums   2023-01-07 22:20:29 +0000
@@ -1,2 +1,2 @@
-5cc4be8ee47edb58d4a90e603a59d56b40291ad38371b0bd2471fc3cbee1c587  
download/xorg-server-21.1.4.tar.xz
-c3053ee748f9b08d4afbaea098afa0a3adff374cb7ac10b4716cf8f773e3f251  
download/xorg-server-21.1.4.tar.xz.sig
+1eb86ed674d042b6c8b1f9135e59395cbbca35ed551b122f73a7d8bb3bb22484  
download/xorg-server-21.1.6.tar.xz
+44c9de4811391bdcfd925c609601b2aed574261009939a941b29ec56dae13cad  
download/xorg-server-21.1.6.tar.xz.sig

=== modified file 'pkg/xorg/xwayland/Makefile'
--- a/pkg/xorg/xwayland/Makefile        2022-11-13 23:40:26 +0000
+++ b/pkg/xorg/xwayland/Makefile        2023-01-07 22:20:29 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2018, 2019, 2020, 2021, 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2018, 2019, 2020, 2021, 2022, 2023 Carl Hansen 
<carlhansen@gnu.org>
 #
 # This file is part of GSRC, the GNU Source Release Collection.
 # http://www.gnu.org/software/gsrc
@@ -21,7 +21,7 @@
 
 NAME =    xwayland
 GARNAME = xwayland
-GARVERSION = 22.1.5
+GARVERSION = 22.1.7
 HOME_URL = http://xorg.freedesktop.org
 DESCRIPTION = xorg-server using wayland
 define BLURB

=== modified file 'pkg/xorg/xwayland/sha256sums'
--- a/pkg/xorg/xwayland/sha256sums      2022-11-13 23:40:26 +0000
+++ b/pkg/xorg/xwayland/sha256sums      2023-01-07 22:20:29 +0000
@@ -1,2 +1,2 @@
-e317ac1f119f8321654921761420901e4abd95585a8c763ce26af3b045ac1672  
download/xwayland-22.1.5.tar.xz
-14f7c3e498fb3baf9637a456dd62bc4d942079984eee32c51b9c47f8c569f6d5  
download/xwayland-22.1.5.tar.xz.sig
+d53afac6c71953f5cf66d03d289dacd8961da5bd309c1dff125d5955d9db5f76  
download/xwayland-22.1.7.tar.xz
+7b65378de051b636610f26fdd62fe5f970867d7cc91b1c12cc645d3f74634a14  
download/xwayland-22.1.7.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]