upg glib2 hwdata texinfo
This commit is contained in:
parent
e2a0f42b48
commit
e2bb26c3ff
9 changed files with 24 additions and 31 deletions
|
@ -8,8 +8,8 @@
|
|||
#pkgbase=glib2
|
||||
#pkgname=(glib2 glib2-docs)
|
||||
pkgname=glib2
|
||||
pkgver=2.74.2
|
||||
pkgrel=02
|
||||
pkgver=2.74.3
|
||||
pkgrel=01
|
||||
# this is a waste of resources rebuilding this for the shake of catching up
|
||||
# to arch's late decision to be building debug symbol packages along with the core pkg
|
||||
# like void does with the -devel pkgs. We are not going to build such debug pkgs, if you
|
||||
|
@ -23,7 +23,7 @@ makedepends=(gettext gtk-doc shared-mime-info python libelf git util-linux
|
|||
checkdepends=(desktop-file-utils glib2)
|
||||
#options=(debug staticlibs) ### uncomment this to have the debug pkg produced
|
||||
options=(staticlibs)
|
||||
_commit=b5299ed2055aa3ccd628aceb016c1e9bda516e39 # tags/2.74.2^0
|
||||
_commit=a8ad6347a404962c3b83aca1bf50610a76618c0f # tags/2.74.3^0
|
||||
source=("git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
|
||||
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
|
||||
gio-querymodules.{hook,script}
|
||||
|
@ -37,8 +37,8 @@ pkgver() {
|
|||
prepare() {
|
||||
cd glib
|
||||
|
||||
# Fix building WebKitGTK
|
||||
git cherry-pick -n 560e56fa71f21e8f0f7b91322d560dedb1af13e4
|
||||
# # Fix building WebKitGTK
|
||||
# git cherry-pick -n 560e56fa71f21e8f0f7b91322d560dedb1af13e4
|
||||
|
||||
# # Unicode 14
|
||||
# git cherry-pick -n ab895d91d570a18ac74d6f4f6390488210d8fb15
|
||||
|
@ -124,4 +124,4 @@ sha256sums=(SKIP
|
|||
|
||||
|
||||
|
||||
# 1f5175ff7be98e5be77e97053c7454e4e3102c8900d327711aee66470b3845d0 glib2-2.74.2-02-x86_64.pkg.tar.xz
|
||||
# d949f464fba85ab331546bdc2658edec549e4c3534a3069848a7e1d2d1007fae # glib2-2.74.3-01-x86_64.pkg.tar.xz
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
|
||||
pkgbase=glib2
|
||||
pkgname=(glib2 glib2-docs)
|
||||
pkgver=2.74.2
|
||||
pkgrel=2
|
||||
pkgver=2.74.3
|
||||
pkgrel=1
|
||||
pkgdesc="Low level core library"
|
||||
url="https://wiki.gnome.org/Projects/GLib"
|
||||
license=(LGPL)
|
||||
|
@ -35,7 +35,7 @@ options=(
|
|||
debug
|
||||
staticlibs
|
||||
)
|
||||
_commit=b5299ed2055aa3ccd628aceb016c1e9bda516e39 # tags/2.74.2^0
|
||||
_commit=a8ad6347a404962c3b83aca1bf50610a76618c0f # tags/2.74.3^0
|
||||
source=(
|
||||
"git+https://gitlab.gnome.org/GNOME/glib.git#commit=$_commit"
|
||||
0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
|
||||
|
@ -57,9 +57,6 @@ pkgver() {
|
|||
prepare() {
|
||||
cd glib
|
||||
|
||||
# Fix building WebKitGTK
|
||||
git cherry-pick -n 560e56fa71f21e8f0f7b91322d560dedb1af13e4
|
||||
|
||||
# Suppress noise from glib-compile-schemas.hook
|
||||
git apply -3 ../0001-glib-compile-schemas-Remove-noisy-deprecation-warnin.patch
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
real 3m50.205s
|
||||
user 12m54.485s
|
||||
sys 0m53.194s
|
||||
real 8m26.667s
|
||||
user 14m34.268s
|
||||
sys 1m2.367s
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=hwdata
|
||||
pkgver=0.364
|
||||
pkgver=0.365
|
||||
pkgrel=01
|
||||
pkgdesc="hardware identification databases"
|
||||
makedepends=('git')
|
||||
|
@ -18,7 +18,7 @@ source=("git+https://github.com/vcrhonek/hwdata.git#tag=v${pkgver}?signed")
|
|||
|
||||
build() {
|
||||
cd ${pkgname}
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --disable-blacklist
|
||||
}
|
||||
# make
|
||||
|
||||
|
@ -26,8 +26,6 @@ package() {
|
|||
cd ${pkgname}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# Do not package blacklist of kernel modules
|
||||
rm -rf "${pkgdir}"/usr/lib/
|
||||
}
|
||||
|
||||
#---- license gpg-key sha256sums ----
|
||||
|
@ -38,3 +36,4 @@ validpgpkeys=('3C40194FB79138CE0F78FD4919C2F062574F5403') # Vitezslav Crhonek
|
|||
|
||||
sha256sums=(SKIP)
|
||||
|
||||
# cee1352f942b0a376958d05384f27e51c84e7633f0fea6c79373532011869b9c hwdata-0.365-01-any.pkg.tar.xz
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Tobias Powalowski <tpowa@archlinux.org>
|
||||
pkgname=hwdata
|
||||
pkgver=0.364
|
||||
pkgver=0.365
|
||||
pkgrel=1
|
||||
pkgdesc="hardware identification databases"
|
||||
makedepends=('git')
|
||||
|
@ -14,13 +14,10 @@ sha256sums=('SKIP')
|
|||
|
||||
build() {
|
||||
cd ${pkgname}
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --disable-blacklist
|
||||
}
|
||||
|
||||
package() {
|
||||
cd ${pkgname}
|
||||
make DESTDIR="${pkgdir}" install
|
||||
|
||||
# Do not package blacklist of kernel modules
|
||||
rm -rf "${pkgdir}"/usr/lib/
|
||||
}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
git
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=texinfo
|
||||
pkgver=7.0
|
||||
pkgver=7.0.1
|
||||
pkgrel=01
|
||||
pkgdesc='GNU documentation system for on-line information and printed output'
|
||||
arch=(x86_64)
|
||||
|
@ -16,7 +16,6 @@ depends=(ncurses gzip perl sh)
|
|||
source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
texinfo-install.hook
|
||||
texinfo-remove.hook)
|
||||
# texinfo-pt-br-crash.patch)
|
||||
|
||||
#prepare() {
|
||||
# patch -d $pkgname-$pkgver -p1 < texinfo-pt-br-crash.patch # Avoid info crash for Brazillian Portuguese
|
||||
|
@ -45,10 +44,9 @@ license=(GPL3)
|
|||
|
||||
validpgpkeys=('EAF669B31E31E1DECBD11513DDBC579DAB37FBA9') # Gavin Smith
|
||||
|
||||
sha256sums=(20744b82531ce7a04d8cee34b07143ad59777612c3695d5855f29fba40fbe3e0 # texinfo-7.0.tar.xz
|
||||
93df5f25c4a1828b64cc2f42ff80b07f00a79c5ccd26353b8ae23e04f4607367 # texinfo-7.0.tar.xz.sig
|
||||
sha256sums=(bcd221fdb2d807a8a09938a0f8d5e010ebd2b58fca16075483d6fcb78db2c6b2 # texinfo-7.0.1.tar.xz
|
||||
9c9239e47657eb85cc0892949b1a5f880e40c9f1377d354a849efb20d00887fd # texinfo-7.0.1.tar.xz.sig
|
||||
5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801 # texinfo-install.hook
|
||||
913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9) # texinfo-remove.hook
|
||||
# 73639d69b29ca8274225b16a2a0d51055f1ef76b4a65e9b5b65b5bb0a152f3c7) # texinfo-pt-br-crash.patch
|
||||
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
|
||||
|
||||
pkgname=texinfo
|
||||
pkgver=7.0
|
||||
pkgver=7.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='GNU documentation system for on-line information and printed output'
|
||||
arch=(x86_64)
|
||||
|
@ -15,7 +15,7 @@ depends=(ncurses gzip perl sh)
|
|||
source=(https://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
texinfo-install.hook
|
||||
texinfo-remove.hook)
|
||||
sha256sums=('20744b82531ce7a04d8cee34b07143ad59777612c3695d5855f29fba40fbe3e0'
|
||||
sha256sums=('bcd221fdb2d807a8a09938a0f8d5e010ebd2b58fca16075483d6fcb78db2c6b2'
|
||||
'SKIP'
|
||||
'5409fc3aa8a35e8f3d901e96bc50c986f204d90ce6bface0a7d79d99b487f801'
|
||||
'913ca8aac84386399b0a83ed0f6b04b5e6322da62f5c1d7ed31e1050ed37c1a9')
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue