upg colord squid

woeking on webkit2gtk
This commit is contained in:
joborun linux 2024-02-07 12:31:59 +02:00
parent 13ee39dda9
commit 247e0f5e8a
8 changed files with 49 additions and 22 deletions

View File

@ -8,7 +8,7 @@
pkgbase=colord
pkgname=(colord colord-sane libcolord)
pkgver=1.4.7
pkgrel=01
pkgrel=02
pkgdesc="System daemon for managing color devices w/o systemd or dbus"
url="https://www.freedesktop.org/software/colord"
depends=(lcms2 libgusb polkit sqlite dconf dbus libgudev shared-mime-info )
@ -27,6 +27,14 @@ pkgver() {
prepare() {
cd colord
# Fix writing to database
git cherry-pick -n 08a32b2379fb5582f4312e59bf51a2823df56276
# Fix colord-sane with hplip
# https://gitlab.archlinux.org/archlinux/packaging/packages/colord/-/issues/3
git cherry-pick -n 9283abd9c00468edb94d2a06d6fa3681cae2700d
}
build() {
@ -105,8 +113,8 @@ validpgpkeys=('163EB50119225DB3DF8F49EA17ACBA8DFA970E17') # Richard Hughes
sha256sums=(SKIP
737de4459587d85a35c29e8ac7f7feb2ad6b4d3546c0f87c8f3c7fefddbaa835 # colord.sysusers
e7b6b72c59058f70e2a0f1c5f4f57cdbc2b60b187ae3c27c108e5f78a05eebc2) # colord.tmpfiles
## 1664ec53ade10e87a20468a9013b2752fa8e3e7e9cd43b5c8c6a445e0f64ef05 colord-1.4.7-01-x86_64.pkg.tar.lz
## 979554cbf062d8bb984162525cfd3618338c81c5a7a5aed7bc449fe63dceedeb colord-sane-1.4.7-01-x86_64.pkg.tar.lz
## f0f2c9b502c10c582fcb103b708060f05134644ff589ec2dfd2640c7a4e1a5d3 libcolord-1.4.7-01-x86_64.pkg.tar.lz
## 7636f81fdf878413311cf7293fd1c8ebc0b1b3362d19b4f346734129c565231a colord-1.4.7-02-x86_64.pkg.tar.lz
## 6f525313504cd63ce0e9c03e0b3b2c5140ed34d0c83a492c24ca32fd52d321cf colord-sane-1.4.7-02-x86_64.pkg.tar.lz
## 8931fc74b7701c01380415a1f9d4da56ff08baf81736939fbbd2ea6275dbdd44 libcolord-1.4.7-02-x86_64.pkg.tar.lz

View File

@ -8,7 +8,7 @@ pkgname=(
libcolord
)
pkgver=1.4.7
pkgrel=1
pkgrel=2
pkgdesc="System daemon for managing color devices"
url="https://www.freedesktop.org/software/colord"
arch=(x86_64)
@ -50,6 +50,13 @@ pkgver() {
prepare() {
cd colord
# Fix writing to database
git cherry-pick -n 08a32b2379fb5582f4312e59bf51a2823df56276
# Fix colord-sane with hplip
# https://gitlab.archlinux.org/archlinux/packaging/packages/colord/-/issues/3
git cherry-pick -n 9283abd9c00468edb94d2a06d6fa3681cae2700d
}
build() {

View File

@ -21,3 +21,4 @@ graphite
json-glib
dbus

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=squid
pkgver=6.6
pkgver=6.7
pkgrel=01
pkgdesc='Full-featured Web proxy cache server w/o systemd & ipv6'
url='http://www.squid-cache.org'
@ -109,13 +109,14 @@ arch=(x86_64)
license=('GPL')
validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E'
'29B4B1F7CE03D1B1DED22F3028F85029FEF6E865')
sha256sums=(55bd7f9f4898153161ea1228998acb551bf840832b9e5b90fc8ecd2942420318 # squid-6.6.tar.xz
2275a6c0f1b1fef259cb283b6fe03df85512e93054bc242598d8c5244a6ac7d1 # squid-6.6.tar.xz.asc
sha256sums=(e14daa4eae41925d1ae3f08e64439a6aaa3011bdced686628b8de697d5ab8428 # squid-6.7.tar.xz
5c94bba5ae1ef3e65d317d82acf0d38823a8b0a201e4b0f239dc7afe414fc95f # squid-6.7.tar.xz.asc
11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c # squid.pam
c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a # squid.sysusers
495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a) # squid.tmpfiles
## 0353433beaf721944bc047b4673d9d6f87af2b06ba7ea1ab74941e1ab08cb3f3 squid-6.6-01-x86_64.pkg.tar.lz
## 1908d9e2affcc0b7b33e3af772d5e02ff4f50a567569fc26d23dcc538751bf8f squid-6.7-01-x86_64.pkg.tar.lz

View File

@ -4,7 +4,7 @@
# Contributor: Kevin Piche <kevin@archlinux.org>
pkgname=squid
pkgver=6.6
pkgver=6.7
pkgrel=1
pkgdesc='Full-featured Web proxy cache server'
arch=('x86_64')
@ -20,7 +20,8 @@ backup=('etc/squid/squid.conf'
'etc/squid/errorpage.css'
'etc/squid/mime.conf')
validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E'
'29B4B1F7CE03D1B1DED22F3028F85029FEF6E865')
source=("http://www.squid-cache.org/Versions/v6/$pkgname-$pkgver.tar.xz"{,.asc}
"https://github.com/squid-cache/squid/commit/72a3bbd5e431597c3fdb56d752bc56b010ba3817.patch"
"https://github.com/squid-cache/squid/commit/deee944f9a12c9fd399ce52f3e2526bb573a9470.patch"
@ -32,7 +33,7 @@ source=("http://www.squid-cache.org/Versions/v6/$pkgname-$pkgver.tar.xz"{,.asc}
'squid.sysusers'
'squid-rotate.service'
'squid-rotate.timer')
sha256sums=('55bd7f9f4898153161ea1228998acb551bf840832b9e5b90fc8ecd2942420318'
sha256sums=('e14daa4eae41925d1ae3f08e64439a6aaa3011bdced686628b8de697d5ab8428'
'SKIP'
'01f92f6d4dcc1d52f992064bdb007dc44aac91c51556a607a3992964f9f12fb9'
'3e1992502ce51497e5ccee50e1a19fdd81f1f7226ed14b73c6207b5389af3b88'

View File

@ -1 +1 @@
gpg --recv-key CD6DBF8EF3B17D3E
gpg --recv-key 28F85029FEF6E865

View File

@ -8,11 +8,11 @@
#pkgbase=webkit2gtk
pkgname=webkit2gtk
# webkit2gtk-docs) # add if you want your own made docs
pkgver=2.42.4
pkgrel=02
pkgver=2.42.5
pkgrel=01
pkgdesc="Web content engine for GTK w/o systemd"
url="https://webkitgtk.org"
depends=(at-spi2-core atk bubblewrap cairo enchant fontconfig freetype2 glib2
depends=(at-spi2-core atk bubblewrap cairo enchant-pure fontconfig freetype2 glib2
gst-plugins-bad-libs gst-plugins-base-libs gstreamer gtk3 harfbuzz harfbuzz-icu
hyphen icu libavif libdrm libegl libepoxy libgcrypt libgl libgles libjpeg libjxl
libmanette libpng libseccomp libsecret libsoup libtasn1 libwebp libwpe
@ -65,6 +65,10 @@ build() {
export CC=clang CXX=clang++
LDFLAGS+=" -fuse-ld=lld"
# JITted code crashes when CET is used
CFLAGS+=' -fcf-protection=none'
CXXFLAGS+=' -fcf-protection=none'
# Produce minimal debug info: 4.3 GB of debug data makes the
# build too slow and is too much to package for debuginfod
CFLAGS+=' -g1'
@ -117,10 +121,15 @@ license=(custom)
validpgpkeys=(D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 # Carlos Garcia Campos <cgarcia@igalia.com>
5AA3BC334FD7E3369E7C77B291C559DBE4C9123B) # Adrián Pérez de Castro <aperez@igalia.com>
sha256sums=(52288b30bda22373442cecb86f9c9a569ad8d4769a1f97b352290ed92a67ed86 # webkitgtk-2.42.4.tar.xz
b2sums=('4b772d91d3e2c3fc3a48455f43016d2cc1699b18fcc78253d1527eecabbfc1f47cd3bf3c512508fd683d29de68f980511d2057e4c65979bab38083a2da5cb516'
'SKIP'
'd440d82c769f1b35caf5464dc850cdf1c896224205c90c17d8b0a44aee62e4b1383e11306936aaca067fde8836770d346d5122d7b05c91a5c7c1741c89c65e2f'
'daa782d4d40cc12a05c02b2494e879333f66f32820f1a1b89b7ab68f62fd53043b116ecb5ef476004095a7c7b924b12695b7e87e21dd547f66e72fa02a972f0d')
sha256sums=(b64278c1f20b8cfdbfb5ff573c37d871aba74a1db26d9b39f74e8953fe61e749 # webkitgtk-2.42.5.tar.xz
4c81a8b90fbdd689bba48c88ee5dcab23ae53931d48e1c69199e71870a5f3185 # webkitgtk-2.42.4.tar.xz.asc
a921d6be1303e9f23474971f381886fd291ec5bb1a7ff1e85acede8cfb88bef2 # GTK-MiniBrowser-should-hide-the-toolbar-when-using-full-screen.patch
655f3b2c96355ac83c4fa1fc6048e3256bbfdbfb9727e1e18c5af12613536206) # GTK-Disable-DMABuf-renderer-for-NVIDIA-proprietary-drivers.patch
## d46aa9069c87e79270d5661165d2896f503ba9de6e147f9e79a1439daac22248 webkit2gtk-2.42.4-02-x86_64.pkg.tar.lz

View File

@ -2,7 +2,7 @@ jack2
at-spi2-core
bubblewrap
cairo
enchant
enchant-pure
fontconfig
freetype2
gst-plugins-bad-libs