gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r7873: some X


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7873: some X
Date: Fri, 29 Oct 2021 14:43:39 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7873
revision-id: carlhansen1234@gmail.com-20211029184334-cql2j7261skhp330
parent: carlhansen1234@gmail.com-20211029174415-72drl00glfqlpxxv
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Fri 2021-10-29 11:43:34 -0700
message:
  some X
added:
  pkg/xorg/libXtst/              libxtst-20211029182326-py29t8h935aq2qz0-1
  pkg/xorg/libXtst/Makefile      makefile-20211029182326-py29t8h935aq2qz0-4
  pkg/xorg/libXtst/config.mk     config.mk-20211029182326-py29t8h935aq2qz0-2
  pkg/xorg/libXtst/gpg-keyring   gpgkeyring-20211029182326-py29t8h935aq2qz0-3
  pkg/xorg/libXtst/sha256sums    sha256sums-20211029182326-py29t8h935aq2qz0-5
  pkg/xorg/libxcvt/              libxcvt-20211029183848-dn2q7m52rmfm2ors-1
  pkg/xorg/libxcvt/Makefile      makefile-20211029183848-dn2q7m52rmfm2ors-4
  pkg/xorg/libxcvt/config.mk     config.mk-20211029183848-dn2q7m52rmfm2ors-2
  pkg/xorg/libxcvt/gpg-keyring   gpgkeyring-20211029183848-dn2q7m52rmfm2ors-3
  pkg/xorg/libxcvt/sha256sums    sha256sums-20211029183848-dn2q7m52rmfm2ors-5
modified:
  pkg/xorg/xorg-server/Makefile  makefile-20180121025606-g8m46zhl05kebvr6-3
  pkg/xorg/xorg-server/gpg-keyring gpgkeyring-20180121025606-g8m46zhl05kebvr6-4
  pkg/xorg/xorg-server/sha256sums sha256sums-20180121025606-g8m46zhl05kebvr6-5
  pkg/xorg/xwayland/Makefile     makefile-20210406225834-ltug43sg2b35ukz9-4
  pkg/xorg/xwayland/gpg-keyring  gpgkeyring-20210406225834-ltug43sg2b35ukz9-3
  pkg/xorg/xwayland/sha256sums   sha256sums-20210406225834-ltug43sg2b35ukz9-5
=== added directory 'pkg/xorg/libXtst'
=== added file 'pkg/xorg/libXtst/Makefile'
--- a/pkg/xorg/libXtst/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXtst/Makefile 2021-10-29 18:43:34 +0000
@@ -0,0 +1,44 @@
+# Copyright ©2021 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 =    libXtst
+GARNAME = libXtst
+GARVERSION = 1.2.3
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = libXtst library for X 
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES =  https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/lib/
+DISTFILES = $(DISTNAME).tar.bz2
+SIGFILES = $(DISTNAME).tar.bz2.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/xorg/libXtst/config.mk'
--- a/pkg/xorg/libXtst/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXtst/config.mk        2021-10-29 18:43:34 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/libXtst/gpg-keyring'
Binary files a/pkg/xorg/libXtst/gpg-keyring     1970-01-01 00:00:00 +0000 and 
b/pkg/xorg/libXtst/gpg-keyring    2021-10-29 18:43:34 +0000 differ
=== added file 'pkg/xorg/libXtst/sha256sums'
--- a/pkg/xorg/libXtst/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libXtst/sha256sums       2021-10-29 18:43:34 +0000
@@ -0,0 +1,2 @@
+4655498a1b8e844e3d6f21f3b2c4e2b571effb5fd83199d428a6ba7ea4bf5204  
download/libXtst-1.2.3.tar.bz2
+a2bf8af4224cb92275eb680775d0da8019c967df671818562b5d72d76e94f088  
download/libXtst-1.2.3.tar.bz2.sig

=== added directory 'pkg/xorg/libxcvt'
=== added file 'pkg/xorg/libxcvt/Makefile'
--- a/pkg/xorg/libxcvt/Makefile 1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libxcvt/Makefile 2021-10-29 18:43:34 +0000
@@ -0,0 +1,44 @@
+# Copyright ©2021 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 =    libxcvt
+GARNAME = libxcvt
+GARVERSION = 0.1.1
+HOME_URL = http://xorg.freedesktop.org
+DESCRIPTION = libxcvt library for X 
+define BLURB
+endef
+
+######################################################################
+# https://xorg.freedesktop.org/releases/individual/lib/
+MASTER_SITES =  https://xorg.freedesktop.org/
+MASTER_SUBDIR = releases/individual/lib/
+DISTFILES = $(DISTNAME).tar.xz
+SIGFILES = $(DISTNAME).tar.xz.sig
+
+BUILDDEPS = 
+LIBDEPS = 
+
+######################################################################
+
+include ../../../gar/gar.lib/mesonninja.mk
+include config.mk
+

=== added file 'pkg/xorg/libxcvt/config.mk'
--- a/pkg/xorg/libxcvt/config.mk        1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libxcvt/config.mk        2021-10-29 18:43:34 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/xorg/libxcvt/gpg-keyring'
Binary files a/pkg/xorg/libxcvt/gpg-keyring     1970-01-01 00:00:00 +0000 and 
b/pkg/xorg/libxcvt/gpg-keyring    2021-10-29 18:43:34 +0000 differ
=== added file 'pkg/xorg/libxcvt/sha256sums'
--- a/pkg/xorg/libxcvt/sha256sums       1970-01-01 00:00:00 +0000
+++ b/pkg/xorg/libxcvt/sha256sums       2021-10-29 18:43:34 +0000
@@ -0,0 +1,2 @@
+27ebce180d355f94c1992930bedb40a36f6d7312ee50bf7f0acbcd22f33e8c29  
download/libxcvt-0.1.1.tar.xz
+f0cfd86120d317092c35466c509319ba8f370f76bb3a2b757b1f9ef0cbcafc5e  
download/libxcvt-0.1.1.tar.xz.sig

=== modified file 'pkg/xorg/xorg-server/Makefile'
--- a/pkg/xorg/xorg-server/Makefile     2021-09-21 22:21:07 +0000
+++ b/pkg/xorg/xorg-server/Makefile     2021-10-29 18:43:34 +0000
@@ -21,7 +21,7 @@
 
 NAME =    xorg-server
 GARNAME = xorg-server
-GARVERSION = 1.20.13
+GARVERSION = 21.1.0
 HOME_URL = http://xorg.freedesktop.org
 DESCRIPTION = xorg-server
 define BLURB

=== modified file 'pkg/xorg/xorg-server/gpg-keyring'
Binary files a/pkg/xorg/xorg-server/gpg-keyring 2021-04-06 22:53:45 +0000 and 
b/pkg/xorg/xorg-server/gpg-keyring        2021-10-29 18:43:34 +0000 differ
=== modified file 'pkg/xorg/xorg-server/sha256sums'
--- a/pkg/xorg/xorg-server/sha256sums   2021-09-21 22:21:07 +0000
+++ b/pkg/xorg/xorg-server/sha256sums   2021-10-29 18:43:34 +0000
@@ -1,2 +1,2 @@
-40aa4e96a56a81a301f15a9b10e06a22700f12b42d9e0e453c7f11d354386300  
download/xorg-server-1.20.13.tar.xz
-040eab745695a594a7dbe2e3a60e0d57018b448acd9b57cf3b1870cd141d7ebd  
download/xorg-server-1.20.13.tar.xz.sig
+50c316dd8f4472cb60dfb285aa46ca6855d7626cecfd8330f6c51da743c1fe42  
download/xorg-server-21.1.0.tar.xz
+01b0c4be746b975ca8efa577423adeb742026b102d8085945d2f0f1ec87f26ff  
download/xorg-server-21.1.0.tar.xz.sig

=== modified file 'pkg/xorg/xwayland/Makefile'
--- a/pkg/xorg/xwayland/Makefile        2021-05-01 23:21:50 +0000
+++ b/pkg/xorg/xwayland/Makefile        2021-10-29 18:43:34 +0000
@@ -21,9 +21,9 @@
 
 NAME =    xwayland
 GARNAME = xwayland
-GARVERSION = 21.1.1
+GARVERSION = 21.1.2.901
 HOME_URL = http://xorg.freedesktop.org
-DESCRIPTION = xorg-server
+DESCRIPTION = xorg-server using wayland
 define BLURB
 endef
 

=== modified file 'pkg/xorg/xwayland/gpg-keyring'
Binary files a/pkg/xorg/xwayland/gpg-keyring    2021-04-06 22:58:47 +0000 and 
b/pkg/xorg/xwayland/gpg-keyring   2021-10-29 18:43:34 +0000 differ
=== modified file 'pkg/xorg/xwayland/sha256sums'
--- a/pkg/xorg/xwayland/sha256sums      2021-05-01 23:21:50 +0000
+++ b/pkg/xorg/xwayland/sha256sums      2021-10-29 18:43:34 +0000
@@ -1,2 +1,2 @@
-31f261ce51bbee76a6ca3ec02aa367ffa2b5efa2b98412df57ccefd7a19003ce  
download/xwayland-21.1.1.tar.xz
-1351dfd55e7c01b0cf55d2db82abd6027b370b0636a7e1cef9e4abc87d00fea6  
download/xwayland-21.1.1.tar.xz.sig
+34cf762a8012b2565aa76354443510cf4ee6db0cb2e4b963c15597844ca174c5  
download/xwayland-21.1.2.901.tar.xz
+6ae4255272b54a392c432fe92709a68517d4feb53f2954b6664d781fb11b6cc4  
download/xwayland-21.1.2.901.tar.xz.sig


reply via email to

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