diff --git a/PKGBUILD b/PKGBUILD new file mode 100644 index 0000000..abb4296 --- /dev/null +++ b/PKGBUILD @@ -0,0 +1,9 @@ + + +####### diffs between old and new Arch PKGBUILD + + + + +#### systemd crap in new PKGBUILD +scan for systemd ipv6 service & socket diff --git a/libgit2-glib/PKGBUILD b/libgit2-glib/PKGBUILD index 7903a2c..002814e 100644 --- a/libgit2-glib/PKGBUILD +++ b/libgit2-glib/PKGBUILD @@ -9,10 +9,9 @@ pkgbase=libgit2-glib pkgname=(libgit2-glib libgit2-glib-docs) _commit=274f81c596b7c248407c14d4a7d58d72fb12cedc # tags/v1.1.0^{} pkgver=1.1.0 -pkgrel=01 +pkgrel=02 pkgdesc="GLib wrapper for libgit2" url="https://gitlab.gnome.org/GNOME/libgit2-glib" -arch=(x86_64) makedepends=(gi-docgen git glib2 gobject-introspection gtk-doc libgit2 meson python-gobject vala) #options=(debug) ### uncomment this line to have the debug pkg produced @@ -73,12 +72,14 @@ package_libgit2-glib-docs() { mv -v $pkgname/* "$pkgdir" } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=(LGPL2.1) sha256sums=(SKIP) - - +## 57dd0c0f962ef3f4b496d26bad58f3809404b885d081472048c72becf3c95e84 libgit2-glib-1.1.0-02-x86_64.pkg.tar.lz +## e5756a704433436c0f0de3fda7f3ad2ddd7987c06a3d7df429e01a4dd0b1db80 libgit2-glib-docs-1.1.0-02-x86_64.pkg.tar.lz diff --git a/libgit2-glib/PKGBUILD-arch b/libgit2-glib/PKGBUILD-arch index 41b1ef8..64d1bec 100644 --- a/libgit2-glib/PKGBUILD-arch +++ b/libgit2-glib/PKGBUILD-arch @@ -6,14 +6,13 @@ pkgbase=libgit2-glib pkgname=(libgit2-glib libgit2-glib-docs) _commit=274f81c596b7c248407c14d4a7d58d72fb12cedc # tags/v1.1.0^{} pkgver=1.1.0 -pkgrel=1 +pkgrel=2 pkgdesc="GLib wrapper for libgit2" url="https://gitlab.gnome.org/GNOME/libgit2-glib" license=(LGPL2.1) arch=(x86_64) makedepends=(gi-docgen git glib2 gobject-introspection gtk-doc libgit2 meson python-gobject vala) -options=(debug) source=(git+$url.git#commit=$_commit) sha256sums=('SKIP') diff --git a/libgit2-glib/deps b/libgit2-glib/deps index 52696fd..e998894 100644 --- a/libgit2-glib/deps +++ b/libgit2-glib/deps @@ -5,5 +5,6 @@ meson python-gobject vala git - gi-docgen + + diff --git a/libgit2/PKGBUILD b/libgit2/PKGBUILD index 1545aa3..81935ca 100644 --- a/libgit2/PKGBUILD +++ b/libgit2/PKGBUILD @@ -6,23 +6,22 @@ #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=libgit2 -pkgver=1.5.1 -pkgrel=02 +pkgver=1.6.2 +pkgrel=01 epoch=1 pkgdesc="A linkable library for Git" -arch=(x86_64) url="https://github.com/libgit2/libgit2" depends=(gcc-libs glibc http-parser zlib) makedepends=(cmake libssh2 openssl python pcre2) provides=(libgit2.so) -source=($pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz - $pkgname-1.5.0-remove_http-parse_incompatible_tests.patch) +source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) +# $pkgname-1.5.0-remove_http-parse_incompatible_tests.patch) -prepare() { - # remove tests that are only compatible with the (modified) vendored version - # of http-parser, but not with upstream http-parser - patch -d $pkgname-$pkgver -Np1 -i ../$pkgname-1.5.0-remove_http-parse_incompatible_tests.patch -} +#prepare() { +# # remove tests that are only compatible with the (modified) vendored version +# # of http-parser, but not with upstream http-parser +# patch -d $pkgname-$pkgver -Np1 -i ../$pkgname-1.5.0-remove_http-parse_incompatible_tests.patch +#} build() { local cmake_options=( @@ -35,13 +34,30 @@ build() { -S $pkgname-$pkgver -Wno-dev ) + cmake "${cmake_options[@]}" cmake --build build --verbose } check() { - # NOTE: disable tests requiring the internet and relying on non-existent resources - ctest --test-dir build --output-on-failure -E "invasive|online|ssh" + local ignored_tests=( + 'invasive|' + 'online|' + 'ssh|' + 'network_url_parse__hostname_implied_root_empty_port|' + 'network_url_parse__hostname_empty_port|' + 'network_url_parse__ipv4_implied_root_empty_port|' + 'network_url_parse__ipv4_empty_port|' + 'network_url_parse__ipv6_implied_root_empty_port|' + 'network_url_parse__ipv6_empty_port' + ) + local ifs="$IFS" + IFS= + # NOTE: disable tests requiring the internet, relying on non-existent + # resources, or those that are only compatible with the (modified) vendored + # version of http-parser, but not with upstream http-parser + ctest --test-dir build --output-on-failure -E "${ignored_tests[*]}" + IFS="$ifs" } package() { @@ -55,17 +71,18 @@ package() { install -vDm 644 $pkgname-$pkgver/{AUTHORS,README.md} -t "$pkgdir/usr/share/doc/$pkgname/" } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=(GPL2) -sha256sums=(7074f1e2697992b82402501182db254fe62d64877b12f6e4c64656516f4cde88 # libgit2-1.5.1.tar.gz - 8e232d3ac6ba756d6055aaccca9d5704417fe77f53ad91898ffbe1b1439523aa) # libgit2-1.5.0-remove_http-parse_incompatible_tests.patch +sha256sums=(d557fbf35557bb5df53cbf38ae0081edb4a36494ec0d19741fa673e509245f8f) # libgit2-v1.6.2.tar.gz +# 8e232d3ac6ba756d6055aaccca9d5704417fe77f53ad91898ffbe1b1439523aa) # libgit2-1.5.0-remove_http-parse_incompatible_tests.patch + +sha512sums=('ef9feef36c5876776f3aa608101115c9e7a0970e6dd752851d930cb85b4b1789ed68f42700ebea51095ff54600e37c18a4de0c0678d9a4d7d4aba83668890c09') +b2sums=('7a42d8440fbe0afa24057bf53d52bcb04b4e8654f71cfa55871a7e77a150297731879d8f5be51df61ad91556656b66b102536a508cf61d9c11e8658e841fc560') + +## 96218491ca5ae97b42927180990e2abe5cae04d6b11e440870f0dc8969d65a52 libgit2-1:1.6.2-01-x86_64.pkg.tar.lz -sha512sums=('04cf389e30cd9fb787704e3c8997acaaeea5c13e1e2f9eaf9f5598d35c2e85f3cf04b47312cae9e7278236ecb089c2d33addd852e38d3c7d2daa87929b077f39' - 'f9bb9ad7eb0f43003f5f72c81575ef5751b893fdf257d888b56818ee2c136b496b7cf72627a53dbd01319e33d0dd373e9d6df887360f7bec367419ef0c7ab711') -b2sums=('4df80216523f4065e46c1ce99fd0747d2f8516571691c8c2b5638e32c805f5ce08d3add769e6d5ce29ac69b35419db82ce56c6b3019e70573c4ad63aca2e440d' - 'b3c2386ba84664318573e5c24797d28db914d60782397d8b39a21b54b4fb19502945fa8fcc0d8bbe8949349b5ec705d3e1345b0cbbb51b7d9631fec922f3ac41') - - diff --git a/libgit2/PKGBUILD-arch b/libgit2/PKGBUILD-arch index 51f9e77..468d0a2 100644 --- a/libgit2/PKGBUILD-arch +++ b/libgit2/PKGBUILD-arch @@ -4,30 +4,30 @@ # Contributor: Dave Reisner pkgname=libgit2 -pkgver=1.5.1 -pkgrel=2 +pkgver=1.6.2 +pkgrel=1 epoch=1 pkgdesc="A linkable library for Git" arch=(x86_64) url="https://github.com/libgit2/libgit2" license=(GPL2) -depends=(gcc-libs glibc http-parser zlib) -makedepends=(cmake libssh2 openssl python pcre2) -provides=(libgit2.so) -source=( - $pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz - $pkgname-1.5.0-remove_http-parse_incompatible_tests.patch +depends=( + gcc-libs + glibc + http-parser + zlib ) -sha512sums=('04cf389e30cd9fb787704e3c8997acaaeea5c13e1e2f9eaf9f5598d35c2e85f3cf04b47312cae9e7278236ecb089c2d33addd852e38d3c7d2daa87929b077f39' - 'f9bb9ad7eb0f43003f5f72c81575ef5751b893fdf257d888b56818ee2c136b496b7cf72627a53dbd01319e33d0dd373e9d6df887360f7bec367419ef0c7ab711') -b2sums=('4df80216523f4065e46c1ce99fd0747d2f8516571691c8c2b5638e32c805f5ce08d3add769e6d5ce29ac69b35419db82ce56c6b3019e70573c4ad63aca2e440d' - 'b3c2386ba84664318573e5c24797d28db914d60782397d8b39a21b54b4fb19502945fa8fcc0d8bbe8949349b5ec705d3e1345b0cbbb51b7d9631fec922f3ac41') - -prepare() { - # remove tests that are only compatible with the (modified) vendored version - # of http-parser, but not with upstream http-parser - patch -d $pkgname-$pkgver -Np1 -i ../$pkgname-1.5.0-remove_http-parse_incompatible_tests.patch -} +makedepends=( + cmake + libssh2 + openssl + pcre2 + python +) +provides=(libgit2.so) +source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) +sha512sums=('ef9feef36c5876776f3aa608101115c9e7a0970e6dd752851d930cb85b4b1789ed68f42700ebea51095ff54600e37c18a4de0c0678d9a4d7d4aba83668890c09') +b2sums=('7a42d8440fbe0afa24057bf53d52bcb04b4e8654f71cfa55871a7e77a150297731879d8f5be51df61ad91556656b66b102536a508cf61d9c11e8658e841fc560') build() { local cmake_options=( @@ -40,13 +40,30 @@ build() { -S $pkgname-$pkgver -Wno-dev ) + cmake "${cmake_options[@]}" cmake --build build --verbose } check() { - # NOTE: disable tests requiring the internet and relying on non-existent resources - ctest --test-dir build --output-on-failure -E "invasive|online|ssh" + local ignored_tests=( + 'invasive|' + 'online|' + 'ssh|' + 'network_url_parse__hostname_implied_root_empty_port|' + 'network_url_parse__hostname_empty_port|' + 'network_url_parse__ipv4_implied_root_empty_port|' + 'network_url_parse__ipv4_empty_port|' + 'network_url_parse__ipv6_implied_root_empty_port|' + 'network_url_parse__ipv6_empty_port' + ) + local ifs="$IFS" + IFS= + # NOTE: disable tests requiring the internet, relying on non-existent + # resources, or those that are only compatible with the (modified) vendored + # version of http-parser, but not with upstream http-parser + ctest --test-dir build --output-on-failure -E "${ignored_tests[*]}" + IFS="$ifs" } package() { diff --git a/mesa/0001-anv-force-MEDIA_INTERFACE_DESCRIPTOR_LOAD-reemit-aft.patch b/mesa/0001-anv-force-MEDIA_INTERFACE_DESCRIPTOR_LOAD-reemit-aft.patch index e57cd94..663140c 100644 --- a/mesa/0001-anv-force-MEDIA_INTERFACE_DESCRIPTOR_LOAD-reemit-aft.patch +++ b/mesa/0001-anv-force-MEDIA_INTERFACE_DESCRIPTOR_LOAD-reemit-aft.patch @@ -21,6 +21,9 @@ This would happen in the following case : vkCmdDispatch(...); Signed-off-by: Lionel Landwerlin +Reviewed-by: Ivan Briano +Cc: mesa-stable +Part-of: --- src/intel/vulkan/genX_cmd_buffer.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/mesa/0002-iris-Retry-DRM_IOCTL_I915_GEM_EXECBUFFER2-on-ENOMEM.patch b/mesa/0002-iris-Retry-DRM_IOCTL_I915_GEM_EXECBUFFER2-on-ENOMEM.patch index f1c1315..425857a 100644 --- a/mesa/0002-iris-Retry-DRM_IOCTL_I915_GEM_EXECBUFFER2-on-ENOMEM.patch +++ b/mesa/0002-iris-Retry-DRM_IOCTL_I915_GEM_EXECBUFFER2-on-ENOMEM.patch @@ -2,6 +2,9 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Kai-Heng Feng Date: Thu, 29 Dec 2022 13:43:27 +0800 Subject: [PATCH] iris: Retry DRM_IOCTL_I915_GEM_EXECBUFFER2 on ENOMEM +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit We are seeing endless DRM_IOCTL_SYNCOBJ_WAIT ioctl when system memory is under pressured. @@ -17,14 +20,15 @@ ENOMEM, so instead of resetting the batch, be patient and wait until kernel has enough memory. Once the batch is submiited and snapshots_landed gets flipped, iris_get_query_result() can proceed normally. +Reviewed-by: José Roberto de Souza Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/6851 -(cherry picked from commit 3b38add239795fa5fe97ae37e6ec62cab4f1f968) +Part-of: --- src/gallium/drivers/iris/iris_batch.c | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/iris/iris_batch.c b/src/gallium/drivers/iris/iris_batch.c -index c7a08a0e1f5f..9e7b43f1dc2c 100644 +index c7a08a0e1f5f..deab85ce4aaf 100644 --- a/src/gallium/drivers/iris/iris_batch.c +++ b/src/gallium/drivers/iris/iris_batch.c @@ -981,9 +981,14 @@ submit_batch(struct iris_batch *batch) @@ -40,7 +44,7 @@ index c7a08a0e1f5f..9e7b43f1dc2c 100644 + } while (ret && errno == ENOMEM); + + if (ret) -+ ret = -errno; ++ ret = -errno; + } simple_mtx_unlock(bo_deps_lock); diff --git a/mesa/0003-Revert-iris-Avoid-abort-if-kernel-can-t-allocate-mem.patch b/mesa/0003-Revert-iris-Avoid-abort-if-kernel-can-t-allocate-mem.patch index 6c38f0f..a66637c 100644 --- a/mesa/0003-Revert-iris-Avoid-abort-if-kernel-can-t-allocate-mem.patch +++ b/mesa/0003-Revert-iris-Avoid-abort-if-kernel-can-t-allocate-mem.patch @@ -2,19 +2,23 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Kai-Heng Feng Date: Thu, 29 Dec 2022 14:01:31 +0800 Subject: [PATCH] Revert "iris: Avoid abort() if kernel can't allocate memory" +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit This reverts commit f9d8d9acbb6a620684fb4dac4affe25816587d92. Now ENOMEM is handled in submit_batch(), we don't need to check it for resetting anymore. -(cherry picked from commit e6add12416315b77a420dc8ccb59307ada663a1d) +Reviewed-by: José Roberto de Souza +Part-of: --- src/gallium/drivers/iris/iris_batch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/iris/iris_batch.c b/src/gallium/drivers/iris/iris_batch.c -index 9e7b43f1dc2c..5942fcf9c00e 100644 +index deab85ce4aaf..2993f0ab7ee8 100644 --- a/src/gallium/drivers/iris/iris_batch.c +++ b/src/gallium/drivers/iris/iris_batch.c @@ -1097,9 +1097,8 @@ _iris_batch_flush(struct iris_batch *batch, const char *file, int line) diff --git a/mesa/PKGBUILD b/mesa/PKGBUILD index 2c0e60d..577e9b1 100644 --- a/mesa/PKGBUILD +++ b/mesa/PKGBUILD @@ -10,8 +10,7 @@ pkgname=('vulkan-mesa-layers' 'opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'vulk 'vulkan-virtio' 'libva-mesa-driver' 'mesa-vdpau' 'mesa') pkgdesc="An open-source implementation of the OpenGL specification w/o systemd or zstd" pkgver=23.0.0 -pkgrel=02 -arch=('x86_64') +pkgrel=03 #options=('debug' '!lto') # uncomment this if you want the debug package built # Arch removed debug for 22.3.3-3 version options=('!lto') makedepends=('python-mako' 'libxml2' 'libx11' 'xorgproto' 'libdrm' 'libxshmfence' 'libxxf86vm' @@ -239,7 +238,9 @@ package_mesa() { install -m644 -Dt "${pkgdir}/usr/share/licenses/${pkgname}" LICENSE } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=('custom') @@ -252,25 +253,18 @@ validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D' # Emil Velikov '946D09B5E4C9845E63075FF1D961C596A7203456' # Andres Gomez diff --git a/mesa/time b/mesa/time index 2366dc6..fbb00d5 100644 --- a/mesa/time +++ b/mesa/time @@ -1,4 +1,10 @@ +23.0.0-03 +real 42m17.718s +user 153m50.507s +sys 4m47.685s + +23.0.0-02 real 15m56.260s user 54m14.860s diff --git a/mpc/PKGBUILD b/mpc/PKGBUILD index 51ca2f8..02e5bef 100644 --- a/mpc/PKGBUILD +++ b/mpc/PKGBUILD @@ -7,14 +7,13 @@ pkgname=mpc pkgver=0.34 -pkgrel=02 +pkgrel=03 pkgdesc="Minimalist command line interface to MPD" -arch=(x86_64) url="https://www.musicpd.org/clients/mpc/" depends=(glibc) makedepends=(libmpdclient meson python-sphinx rsync) # options=(debug) ## uncomment to produce the debug pkg -source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +source=(https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz{,.sig}) build() { arch-meson build $pkgname-$pkgver @@ -30,18 +29,17 @@ package() { rm -rvf "$pkgdir/usr/share/doc/$pkgname/"{html,contrib/*.bash} } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=(GPL2) validpgpkeys=('0392335A78083894A4301C43236E8A58C6DB4512') # Max Kellermann -sha512sums=('d43d5547134ffb24f2a2972882f6e264c1011a94d1033369d329487f59414d32d9842835afdd05da96fd8ed28f823d2ae2f46d8d8d24b68f3695badca2a9bbb2' - 'SKIP') -b2sums=('709f54ceebd66f703e5b1bf6ff8deb890e484fdc29c0b2198922763e347caac89d6eec5f74101f9fa860436e7493e2b02cc6b1b26e800e783546fe5a0c6e0d8f' - 'SKIP') - sha256sums=(691e3f3654bc10d022bb0310234d0bc2d8c075a698f09924d9ebed8f506fda20 # mpc-0.34.tar.xz 11c88dc463286a1cf1f5c4293945f0a5642248b351576b06fab96881bbd92273) # mpc-0.34.tar.xz.sig +## 7a6f6873232aa83e894974a6cbf51e294a204131dedb2e7cc4d16222eb86dc81 mpc-0.34-03-x86_64.pkg.tar.lz + diff --git a/mpc/PKGBUILD-arch b/mpc/PKGBUILD-arch index b8fa45b..c11d839 100644 --- a/mpc/PKGBUILD-arch +++ b/mpc/PKGBUILD-arch @@ -7,15 +7,14 @@ pkgname=mpc pkgver=0.34 -pkgrel=2 +pkgrel=3 pkgdesc="Minimalist command line interface to MPD" arch=(x86_64) url="https://www.musicpd.org/clients/mpc/" license=(GPL2) depends=(glibc) makedepends=(libmpdclient meson python-sphinx rsync) -options=(debug) -source=("https://www.musicpd.org/download/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig}) +source=(https://www.musicpd.org/download/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) sha512sums=('d43d5547134ffb24f2a2972882f6e264c1011a94d1033369d329487f59414d32d9842835afdd05da96fd8ed28f823d2ae2f46d8d8d24b68f3695badca2a9bbb2' 'SKIP') b2sums=('709f54ceebd66f703e5b1bf6ff8deb890e484fdc29c0b2198922763e347caac89d6eec5f74101f9fa860436e7493e2b02cc6b1b26e800e783546fe5a0c6e0d8f' @@ -29,7 +28,9 @@ build() { } package() { - depends+=(libmpdclient.so) + depends+=( + libmpdclient libmpdclient.so + ) DESTDIR="$pkgdir" ninja -C build install install -vDm 644 $pkgname-$pkgver/contrib/mpc-completion.bash "$pkgdir/usr/share/bash-completion/completions/mpc" diff --git a/python-setuptools/PKGBUILD b/python-setuptools/PKGBUILD index 2d6772b..12a46b9 100644 --- a/python-setuptools/PKGBUILD +++ b/python-setuptools/PKGBUILD @@ -6,8 +6,8 @@ #-----------------------------------------| DESCRIPTION |--------------------------------------- pkgname=python-setuptools -pkgver=67.5.0 -_commit=c98d401ab7003e1bdb0d7db965aeec3c67b59ce4 +pkgver=67.5.1 +_commit=f51eccd769cab0297c64e4d007bef42544326431 pkgrel=01 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" @@ -118,6 +118,5 @@ sha256sums=(SKIP 06e2f68aebedbaeb0b0fe923eae686568910cc3355b33bf619db9266eef83efb # system-validate-pyproject.patch a2bc8b9d470c13b4cb682ab3943e80ab2841aae98f7c3d9ba1f089408f96aa91) # add-dependency.patch -## 14da8fc8f8ea571db502964bf300a9e5d0b8526d0203c2ee0009634e9599f394 python-setuptools-1:67.5.0-01-x86_64.pkg.tar.lz - +## c45875f4bb5cd63f1ebfe765ffc5cb2d1e92361b17a4390798e96466608f7ada python-setuptools-1:67.5.1-01-x86_64.pkg.tar.lz diff --git a/python-setuptools/PKGBUILD-arch b/python-setuptools/PKGBUILD-arch index 56ea875..7bc34bb 100644 --- a/python-setuptools/PKGBUILD-arch +++ b/python-setuptools/PKGBUILD-arch @@ -3,8 +3,8 @@ # Contributor: Eli Schwartz pkgname=python-setuptools -pkgver=67.5.0 -_commit=c98d401ab7003e1bdb0d7db965aeec3c67b59ce4 +pkgver=67.5.1 +_commit=f51eccd769cab0297c64e4d007bef42544326431 pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" diff --git a/vte3/PKGBUILD b/vte3/PKGBUILD index 199073e..07a2eb8 100644 --- a/vte3/PKGBUILD +++ b/vte3/PKGBUILD @@ -7,18 +7,17 @@ pkgbase=vte3 pkgname=(vte-common vte3 vte4) -pkgver=0.70.3 +pkgver=0.72.0 pkgrel=01 pkgdesc="Virtual Terminal Emulator widget w/o systemd" url="https://wiki.gnome.org/Apps/Terminal/VTE" -arch=(x86_64) depends=(gtk3 pcre2 gnutls fribidi) # # makedepends=(gobject-introspection vala git gtk-doc gperf meson) ## previous dependencies makedepends=(fribidi gi-docgen git gnutls gobject-introspection gperf gtk3 gtk4 meson pcre2 vala) ## options=(debug !lto) ## uncomment this to have the debug pkg produced options=(!lto) -_commit=177c96f2b7e58ba90a7b5738089e8a97094c84d5 # tags/0.70.3^0 +_commit=164c0f1eb5165786e0addfe5317cf6de3061ddf9 # tags/0.72.0^0 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit") pkgver() { @@ -111,14 +110,16 @@ package_vte4() { mv gtk4/* "$pkgdir" } -#---- license gpg-key sha256sums ---- +#---- arch license gpg-key & sha256sums ---- + +arch=(x86_64) license=(LGPL) sha256sums=(SKIP) -## 91c429c6f4e0aa189e8498a4bd4c8c6366a67a885c887d83bc83b2cd611da6df vte3-0.70.3-01-x86_64.pkg.tar.lz -## e21465d92d618b740ad4658abf999cc8e2d2cde739377a7c46bfccb4313a96d9 vte4-0.70.3-01-x86_64.pkg.tar.lz -## 7d5976a282453e5afdb36c73d6e0d73cf2d2070a7100ec7c72c92d09521f99bc vte-common-0.70.3-01-x86_64.pkg.tar.lz +## 9a4861d872304908636abb2888cbc7d53305d4072db9e6caff9c7dbe0a3d0ce0 vte3-0.72.0-01-x86_64.pkg.tar.lz +## 1a87790c84ac0c20b7248542dcff44a5ce9875185626086ef3bedd4e4e1cfa10 vte4-0.72.0-01-x86_64.pkg.tar.lz +## 70e7eee8e17981315ab2cf01f543b7a9b6357dce9de2d0b9497eb288520ef60f vte-common-0.72.0-01-x86_64.pkg.tar.lz diff --git a/vte3/PKGBUILD-arch b/vte3/PKGBUILD-arch index cf6cb58..73098dd 100644 --- a/vte3/PKGBUILD-arch +++ b/vte3/PKGBUILD-arch @@ -3,7 +3,7 @@ pkgbase=vte3 pkgname=(vte-common vte3 vte4 vte-docs) -pkgver=0.70.3 +pkgver=0.72.0 pkgrel=1 pkgdesc="Virtual Terminal Emulator widget" url="https://wiki.gnome.org/Apps/Terminal/VTE" @@ -24,7 +24,7 @@ makedepends=( vala ) options=(!lto) -_commit=177c96f2b7e58ba90a7b5738089e8a97094c84d5 # tags/0.70.3^0 +_commit=164c0f1eb5165786e0addfe5317cf6de3061ddf9 # tags/0.72.0^0 source=("git+https://gitlab.gnome.org/GNOME/vte.git#commit=$_commit") sha256sums=('SKIP')