upg pacman-mirrorlist grub file

This commit is contained in:
joborun linux 2022-08-29 22:43:20 +03:00
parent f63b41de50
commit 4cb414fbc5
8 changed files with 34 additions and 15 deletions

View File

@ -7,7 +7,7 @@
pkgname=file
pkgver=5.42
pkgrel=01
pkgrel=02
pkgdesc='File type identification utility'
arch=('x86_64')
groups=('base-devel')
@ -15,6 +15,7 @@ url='https://www.darwinsys.com/file/'
depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so')
provides=('libmagic.so')
options=('!emptydirs')
#options=('!emptydirs' 'debug') ## uncomment this to have the debug pkg produced
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
prepare() {
@ -64,3 +65,5 @@ validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
sha256sums=(c076fb4d029c74073f15c43361ef572cfb868407d347190ba834af3b1639b0e4 # file-5.42.tar.gz
a19648a484f356b53aa9a486442438bb03b679f32c03011b31c466627bfcec12) # file-5.42.tar.gz.asc

View File

@ -4,7 +4,7 @@
pkgname=file
pkgver=5.42
pkgrel=1
pkgrel=2
pkgdesc='File type identification utility'
arch=('x86_64')
license=('custom')
@ -12,7 +12,7 @@ groups=('base-devel')
url='https://www.darwinsys.com/file/'
depends=('glibc' 'zlib' 'xz' 'bzip2' 'libseccomp' 'libseccomp.so')
provides=('libmagic.so')
options=('!emptydirs')
options=('!emptydirs' 'debug')
source=("https://astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
validpgpkeys=('BE04995BA8F90ED0C0C176C471112AB16CB33B3A') # Christos Zoulas
sha256sums=('c076fb4d029c74073f15c43361ef572cfb868407d347190ba834af3b1639b0e4'

View File

@ -24,7 +24,7 @@ _commit='d9b4638c50b16d4722e66d334e2c1a674b4a45cc'
_pkgver=2.06.r322.gd9b4638c5
_unifont_ver='14.0.04'
pkgver=${_pkgver/-/}
pkgrel=01
pkgrel=03
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
backup=('etc/default/grub'
@ -68,6 +68,9 @@ source=("git+https://git.savannah.gnu.org/git/grub.git#commit=${_commit}"
#
#)
_reverts=(
)
_configure_options=(
PACKAGE_VERSION="${epoch}:${pkgver}-${pkgrel}"
FREETYPE="pkg-config freetype2"
@ -102,6 +105,14 @@ prepare() {
git cherry-pick -n "${_c}"
done
echo "Apply reverts..."
local _c
for _c in "${_reverts[@]}"; do
git log --oneline -1 "${_c}"
git revert -n "${_c}"
done
echo "Patch to enable GRUB_COLOR_* variables in grub-mkconfig..."
## Based on http://lists.gnu.org/archive/html/grub-devel/2012-02/msg00021.html
patch -Np1 -i "${srcdir}/0001-00_header-add-GRUB_COLOR_-variables.patch"

View File

@ -22,7 +22,7 @@ _commit='d9b4638c50b16d4722e66d334e2c1a674b4a45cc'
_pkgver=2.06.r322.gd9b4638c5
_unifont_ver='14.0.04'
pkgver=${_pkgver/-/}
pkgrel=1
pkgrel=3
url='https://www.gnu.org/software/grub/'
arch=('x86_64')
license=('GPL3')
@ -77,6 +77,9 @@ sha256sums=('SKIP'
_backports=(
)
_reverts=(
)
_configure_options=(
PACKAGE_VERSION="${epoch}:${pkgver}-${pkgrel}"
FREETYPE="pkg-config freetype2"
@ -111,6 +114,13 @@ prepare() {
git cherry-pick -n "${_c}"
done
echo "Apply reverts..."
local _c
for _c in "${_reverts[@]}"; do
git log --oneline -1 "${_c}"
git revert -n "${_c}"
done
echo "Patch to enable GRUB_COLOR_* variables in grub-mkconfig..."
## Based on http://lists.gnu.org/archive/html/grub-devel/2012-02/msg00021.html
patch -Np1 -i "${srcdir}/0001-00_header-add-GRUB_COLOR_-variables.patch"

View File

@ -16,4 +16,3 @@ bison
os-prober

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=pacman-mirrorlist
pkgver=20220724
pkgver=20220828
pkgrel=01
pkgdesc="Arch Linux mirror list for use by pacman HTTPS ONLY"
arch=('any')
@ -37,5 +37,5 @@ package() {
license=('GPL')
sha256sums=(3bb6bea7409d92edee2854014bf1a467fddb744075dd18b05bf233ec5772367c) # mirrorlist
sha256sums=(586425be2572b3a06abe579bd4d091f551f28b6ef1b0e4a6b98fd2d18763150d) # mirrorlist

View File

@ -2,7 +2,7 @@
# Contributor: Dan McGee <dan@archlinux.org>
pkgname=pacman-mirrorlist
pkgver=20220724
pkgver=20220828
pkgrel=1
pkgdesc="Arch Linux mirror list for use by pacman"
arch=('any')
@ -27,5 +27,5 @@ package() {
install -m644 "$srcdir/mirrorlist" "$pkgdir/etc/pacman.d/"
}
md5sums=('414ac013b01bb6aa49a66f8eb51971b6')
sha256sums=('3bb6bea7409d92edee2854014bf1a467fddb744075dd18b05bf233ec5772367c')
md5sums=('763a8a7d72ead582769aefb9797d7f1b')
sha256sums=('586425be2572b3a06abe579bd4d091f551f28b6ef1b0e4a6b98fd2d18763150d')

View File

@ -1,7 +1,3 @@