upg python-setuptools

add libxrandr xorg-xrandr
This commit is contained in:
joborun linux 2023-12-07 10:26:09 +02:00
parent d38ee2acb0
commit 427d5d6192
15 changed files with 314 additions and 6 deletions

45
libxrandr/PKGBUILD Normal file
View File

@ -0,0 +1,45 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=libxrandr
pkgver=1.5.4
pkgrel=01
pkgdesc="X11 RandR extension library"
url="https://xorg.freedesktop.org/"
depends=('libxext' 'libxrender' 'libx11' 'glibc')
makedepends=('xorg-util-macros' 'xorgproto')
source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.xz{,.sig})
build() {
cd libXrandr-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
cd libXrandr-${pkgver}
make DESTDIR="${pkgdir}" install
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('custom')
#validpgpkeys=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # Dave Airlie <airlied@redhat.com>
#validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb <matthieu.herrb@laas.fr>
validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
sha256sums=(1ad5b065375f4a85915aa60611cc6407c060492a214d7f9daf214be752c3b4d3 # libXrandr-1.5.4.tar.xz
f54bc4902f2a5a99d02ab98d4de3dfe06fafbc616e9d299e9bec16d1449c7973) # libXrandr-1.5.4.tar.xz.sig
## 3818d5d618107b9fafe1e512f886e43952940eff059270e191aae1fa5ba14b76 libxrandr-1.5.4-01-x86_64.pkg.tar.lz

34
libxrandr/PKGBUILD-arch Normal file
View File

@ -0,0 +1,34 @@
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
# Contributor: Alexander Baldeck <alexander@archlinux.org>
pkgname=libxrandr
pkgver=1.5.4
pkgrel=1
pkgdesc="X11 RandR extension library"
arch=('x86_64')
license=('custom')
url="https://xorg.freedesktop.org/"
depends=('libxext' 'libxrender' 'libx11' 'glibc')
makedepends=('xorg-util-macros' 'xorgproto')
source=(${url}/releases/individual/lib/libXrandr-${pkgver}.tar.xz{,.sig})
sha512sums=('f7c0b083943e11b4cc3c97e10e2cbbc3920fe0c9c5031ef86fca2eb5df413d767caf53dca266abf65395eb10e55354c8fe59ed6b3265402ffccb919a813bc781'
'SKIP')
#validpgpkeys=('10A6D91DA1B05BD29F6DEBAC0C74F35979C486BE') # Dave Airlie <airlied@redhat.com>
#validpgpkeys+=('C41C985FDCF1E5364576638B687393EE37D128F8') # Matthieu Herrb <matthieu.herrb@laas.fr>
validpgpkeys+=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # Alan Coopersmith <alan.coopersmith@oracle.com>
build() {
cd libXrandr-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc
make
}
package() {
cd libXrandr-${pkgver}
make DESTDIR="${pkgdir}" install
install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
}
## 4bbcba09e64835d3d972899b3043bb6d8531a0bddadf962cc2ff14119157523b # PKGBUILD

1
libxrandr/clean Normal file
View File

@ -0,0 +1 @@
rm -rf {src,pkg,libXrandr*tar.xz*}

123
libxrandr/configure vendored Normal file
View File

@ -0,0 +1,123 @@
`configure' configures libXrandr 1.5.4 to adapt to many kinds of systems.
Usage: src/libXrandr-1.5.4/configure [OPTION]... [VAR=VALUE]...
To assign environment variables (e.g., CC, CFLAGS...), specify them as
VAR=VALUE. See below for descriptions of some of the useful variables.
Defaults for the options are specified in brackets.
Configuration:
-h, --help display this help and exit
--help=short display options specific to this package
--help=recursive display the short help of all the included packages
-V, --version display version information and exit
-q, --quiet, --silent do not print `checking ...' messages
--cache-file=FILE cache test results in FILE [disabled]
-C, --config-cache alias for `--cache-file=config.cache'
-n, --no-create do not create output files
--srcdir=DIR find the sources in DIR [configure dir or `..']
Installation directories:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[PREFIX]
By default, `make install' will install all the files in
`/usr/local/bin', `/usr/local/lib' etc. You can specify
an installation prefix other than `/usr/local' using `--prefix',
for instance `--prefix=$HOME'.
For better control, use the options below.
Fine tuning of the installation directories:
--bindir=DIR user executables [EPREFIX/bin]
--sbindir=DIR system admin executables [EPREFIX/sbin]
--libexecdir=DIR program executables [EPREFIX/libexec]
--sysconfdir=DIR read-only single-machine data [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
--localstatedir=DIR modifiable single-machine data [PREFIX/var]
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run]
--libdir=DIR object code libraries [EPREFIX/lib]
--includedir=DIR C header files [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc [/usr/include]
--datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
--datadir=DIR read-only architecture-independent data [DATAROOTDIR]
--infodir=DIR info documentation [DATAROOTDIR/info]
--localedir=DIR locale-dependent data [DATAROOTDIR/locale]
--mandir=DIR man documentation [DATAROOTDIR/man]
--docdir=DIR documentation root [DATAROOTDIR/doc/libXrandr]
--htmldir=DIR html documentation [DOCDIR]
--dvidir=DIR dvi documentation [DOCDIR]
--pdfdir=DIR pdf documentation [DOCDIR]
--psdir=DIR ps documentation [DOCDIR]
Program names:
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-silent-rules less verbose build output (undo: "make V=1")
--disable-silent-rules verbose build output (undo: "make V=0")
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--enable-dependency-tracking
do not reject slow dependency extractors
--disable-dependency-tracking
speeds up one-time build
--disable-libtool-lock avoid locking (might break parallel builds)
--disable-selective-werror
Turn off selective compiler errors. (default:
enabled)
--enable-strict-compilation
Enable all warnings from compiler and make them
errors (default: disabled)
--enable-malloc0returnsnull
malloc(0) returns NULL (default: auto)
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
both]
--with-aix-soname=aix|svr4|both
shared library versioning (aka "SONAME") variant to
provide on AIX, [default=aix].
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
--with-sysroot[=DIR] Search for dependent libraries within DIR (or the
compiler's sysroot if not specified).
Some influential environment variables:
CC C compiler command
CFLAGS C compiler flags
LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
nonstandard directory <lib dir>
LIBS libraries to pass to the linker, e.g. -l<library>
CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
you have headers in a nonstandard directory <include dir>
LT_SYS_LIBRARY_PATH
User-defined run-time library search path.
PKG_CONFIG path to pkg-config utility
PKG_CONFIG_PATH
directories to add to pkg-config's search path
PKG_CONFIG_LIBDIR
path overriding pkg-config's built-in search path
RANDR_CFLAGS
C compiler flags for RANDR, overriding pkg-config
RANDR_LIBS linker flags for RANDR, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
Report bugs to <https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/issues>.

7
libxrandr/deps Normal file
View File

@ -0,0 +1,7 @@
libxext
libxrender
libx11
xorg-util-macros
xorgproto

1
libxrandr/key Normal file
View File

@ -0,0 +1 @@
gpg --recv-key A2FB9E081F2D130E

6
libxrandr/time Normal file
View File

@ -0,0 +1,6 @@
real 0m7.631s
user 0m6.817s
sys 0m1.201s

View File

@ -6,8 +6,8 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=python-setuptools
pkgver=68.2.1
_commit=0120605db966af66207d996b82320ee676fabbf1
pkgver=68.2.2
_commit=2255e6366c70b9813d115ae0a0bba329affbd0ac
pkgrel=01
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@ -145,6 +145,6 @@ ls -l *pkg.tar.lz
echo "you must rename this package to meet SF naming before you move to the repo"
echo "mv $(ls -l $pkgname*pkg.tar.lz) $pkgname-$epoch_$pkgver-$pkgrel-$arch.pkg.tar.lz >pkg-mv.log"
## a864da44ce0224c3721add6f6678675a1938deba37098ffea5652e6c5ec8e036 python-setuptools-1_68.2.2-01-x86_64.pkg.tar.lz
## 2895311355bafa7eb4a2b878da1e6bf995947e435f51534c697313cc84327c6d python-setuptools-1_68.2.1-01-x86_64.pkg.tar.lz
a864da44ce0224c3721add6f6678675a1938deba37098ffea5652e6c5ec8e036 python-setuptools-1:68.2.2-01-x86_64.pkg.tar.lz

View File

@ -3,8 +3,8 @@
# Contributor: Eli Schwartz <eschwartz@archlinux.org>
pkgname=python-setuptools
pkgver=68.2.1
_commit=0120605db966af66207d996b82320ee676fabbf1
pkgver=68.2.2
_commit=2255e6366c70b9813d115ae0a0bba329affbd0ac
pkgrel=1
epoch=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"

45
xorg-xrandr/PKGBUILD Normal file
View File

@ -0,0 +1,45 @@
#!/usr/bin/bash
# JOBoRun : Jwm OpenBox Obarun RUNit
# Maintainer : Joe Bo Run <joborun@disroot.org>
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
# Website : https://pozol.eu
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=xorg-xrandr
pkgver=1.5.2
pkgrel=01
pkgdesc="Primitive command line interface to RandR extension"
url="https://xorg.freedesktop.org/"
depends=('libxrandr' 'libx11')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(https://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.xz{,.sig})
build() {
cd "${srcdir}/xrandr-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/xrandr-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
rm -f "${pkgdir}/usr/bin/xkeystone"
}
#---- arch license gpg-key & sha256sums ----
arch=(x86_64)
license=('custom')
#validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner@nvidia.com>
#validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner <mattst88@gmail.com>
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith@oracle.com>"
sha256sums=(c8bee4790d9058bacc4b6246456c58021db58a87ddda1a9d0139bf5f18f1f240 # xrandr-1.5.2.tar.xz
3f823d422b0b7995cc4df65ddd4953db0b0dfd464c67e657f9107493f0209768) # xrandr-1.5.2.tar.xz.sig
## 41fc1240f905629ebf06258bfbadf4c31d0c127d453e43a25f4c742b432d50cd xorg-xrandr-1.5.2-01-x86_64.pkg.tar.lz

33
xorg-xrandr/PKGBUILD-arch Normal file
View File

@ -0,0 +1,33 @@
# Maintainer: AndyRTR <andyrtr@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=xorg-xrandr
pkgver=1.5.2
pkgrel=1
pkgdesc="Primitive command line interface to RandR extension"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
license=('custom')
depends=('libxrandr' 'libx11')
makedepends=('xorg-util-macros')
groups=('xorg-apps' 'xorg')
source=(https://xorg.freedesktop.org/archive/individual/app/xrandr-${pkgver}.tar.xz{,.sig})
sha512sums=('b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747'
'SKIP')
#validpgpkeys=('BD68A042C603DDAD9AA354B0F56ACC8F09BA9635') # Aaron Plattner <aplattner@nvidia.com>
#validpgpkeys+=('3BB639E56F861FA2E86505690FDD682D974CA72A') # Matt Turner <mattst88@gmail.com>
validpgpkeys=('4A193C06D35E7C670FA4EF0BA2FB9E081F2D130E') # "Alan Coopersmith <alan.coopersmith@oracle.com>"
build() {
cd "${srcdir}/xrandr-${pkgver}"
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/xrandr-${pkgver}"
make DESTDIR="${pkgdir}" install
install -m755 -d "${pkgdir}/usr/share/licenses/${pkgname}"
install -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/"
rm -f "${pkgdir}/usr/bin/xkeystone"
}

1
xorg-xrandr/clean Normal file
View File

@ -0,0 +1 @@
rm -rf {src,pkg,xrandr*tar.xz*}

5
xorg-xrandr/deps Normal file
View File

@ -0,0 +1,5 @@
xorg-util-macros
libxrandr
libx11
xorg-util-macros

1
xorg-xrandr/key Normal file
View File

@ -0,0 +1 @@
gpg --recv-key A2FB9E081F2D130E

6
xorg-xrandr/time Normal file
View File

@ -0,0 +1,6 @@
real 0m6.303s
user 0m5.159s
sys 0m0.947s