Move more things to libxcrypt

This commit is contained in:
Christoph Reiter 2023-07-13 20:57:09 +02:00
parent 609d1de5b6
commit 67de076357
5 changed files with 15 additions and 15 deletions

View File

@ -3,14 +3,14 @@
_realname=Text-CharWidth
pkgname=perl-${_realname}
pkgver=0.04
pkgrel=9
pkgrel=10
pkgdesc="Text::CharWidth - Get number of occupied columns of a string on terminal"
arch=('i686' 'x86_64')
url="https://metacpan.org/dist/Text-CharWidth/"
groups=("perl-modules")
license=('GPL' 'PerlArtistic')
depends=("perl" "libcrypt")
makedepends=("perl-devel" "libcrypt-devel" 'make' 'gcc')
depends=("perl" "libxcrypt")
makedepends=("perl-devel" "libxcrypt-devel" 'make' 'gcc')
options=('!emptydirs')
source=(https://www.cpan.org/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz)
sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')

View File

@ -4,7 +4,7 @@
pkgbase=python
pkgname=('python' 'python-devel')
pkgver=3.11.4
pkgrel=2
pkgrel=3
_pybasever=${pkgver%.*}
pkgdesc="Next generation of the python high-level scripting language"
arch=('i686' 'x86_64')
@ -12,7 +12,7 @@ license=('custom')
url="https://www.python.org/"
makedepends=(
'libbz2-devel'
'libcrypt-devel'
'libxcrypt-devel'
'libexpat-devel'
'mpdecimal-devel'
'libsqlite-devel'
@ -131,7 +131,7 @@ check() {
}
package_python() {
depends=('libbz2' 'libexpat' 'libffi' 'liblzma' 'ncurses' 'libopenssl' 'libreadline' 'mpdecimal' 'libsqlite' 'zlib' 'libcrypt')
depends=('libbz2' 'libexpat' 'libffi' 'liblzma' 'ncurses' 'libopenssl' 'libreadline' 'mpdecimal' 'libsqlite' 'zlib' 'libxcrypt')
provides=('python3')
replaces=('python3')

View File

@ -2,15 +2,15 @@
pkgname=tcsh
pkgver=6.24.10
pkgrel=1
pkgrel=2
epoch=
pkgdesc="C shell with file name completion and command line editing"
arch=("i686" "x86_64")
url="https://www.tcsh.org/"
license=('BSD')
groups=()
depends=('gcc-libs' 'libcrypt' 'libiconv' 'ncurses')
makedepends=('gcc' 'libcrypt-devel' 'libiconv-devel' 'ncurses-devel' 'autotools')
depends=('gcc-libs' 'libxcrypt' 'libiconv' 'ncurses')
makedepends=('gcc' 'libxcrypt-devel' 'libiconv-devel' 'ncurses-devel' 'autotools')
provides=('csh')
conflicts=('csh')
install=tcsh.install

View File

@ -2,12 +2,12 @@
pkgname=('texinfo' 'info' 'texinfo-tex')
pkgver=7.0.3
pkgrel=2
pkgrel=3
pkgdesc="Utilities to work with and produce manuals, ASCII text, and on-line documentation from a single source file"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/texinfo/"
license=('spdx:GPL-3.0-or-later')
makedepends=('ncurses-devel' 'libcrypt-devel' 'gettext-devel' 'findutils' 'gzip' 'perl-devel' 'autotools' 'gcc' 'help2man')
makedepends=('ncurses-devel' 'libxcrypt-devel' 'gettext-devel' 'findutils' 'gzip' 'perl-devel' 'autotools' 'gcc' 'help2man')
source=(https://ftp.gnu.org/pub/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig}
texinfo-install.hook
texinfo-remove.hook
@ -77,7 +77,7 @@ package_texinfo() {
}
package_info() {
depends=('gzip' 'libcrypt' 'libintl' 'ncurses')
depends=('gzip' 'libxcrypt' 'libintl' 'ncurses')
mkdir -p ${pkgdir}/usr/{bin,share}
mkdir -p ${pkgdir}/usr/share/info

View File

@ -2,13 +2,13 @@
pkgname=whois
pkgver=5.5.17
pkgrel=1
pkgrel=2
pkgdesc="The whois client by Marco d'Itri"
arch=('i686' 'x86_64')
url="https://www.linux.it/~md/software/"
license=('GPL')
depends=('libcrypt' 'libidn2' 'libiconv' 'libunistring')
makedepends=('perl' 'libcrypt-devel' 'libidn2-devel' 'libiconv-devel' 'libunistring-devel' 'make' 'gcc')
depends=('libxcrypt' 'libidn2' 'libiconv' 'libunistring')
makedepends=('perl' 'libxcrypt-devel' 'libidn2-devel' 'libiconv-devel' 'libunistring-devel' 'make' 'gcc')
backup=('etc/whois.conf')
source=("http://ftp.debian.org/debian/pool/main/w/whois/${pkgname}_${pkgver}.tar.xz"
"whois-libiconv.patch")