upg mat2 redis

This commit is contained in:
joborun linux 2023-10-18 13:55:11 +03:00
parent 8616bbf287
commit f339720282
6 changed files with 26 additions and 14 deletions

View File

@ -7,7 +7,7 @@
pkgname=mat2
pkgver=0.13.4
pkgrel=01
pkgrel=02
pkgdesc='Metadata removal tool, supporting a wide range of commonly used file formats'
url='https://0xacab.org/jvoisin/mat2'
depends=('python' 'python-mutagen' 'python-cairo' 'python-gobject' 'gdk-pixbuf2' 'poppler-glib' 'librsvg' 'perl-image-exiftool' 'mailcap')
@ -49,6 +49,7 @@ package() {
cd ${pkgname}-${pkgver}
python setup.py install --skip-build -O1 --root="${pkgdir}"
install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kservices5/ServiceMenus"
install -Dm 644 data/mat2.svg -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
install -Dm 644 doc/mat2.1 -t "${pkgdir}/usr/share/man/man1"
install -Dm 644 doc/*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}
@ -64,5 +65,4 @@ validpgpkeys=('9FCDEE9E1A381F311EA62A7404D041E8171901CC') # Julien (jvoisin) Voi
sha256sums=(dbd30f33edd9b99042b3d9ec2b5e7e9c9a08bba4318bcf3fa63be8854cc871db # mat2-0.13.4.tar.gz
b2100acfcdadf2d5b3bc116298e4bd0a073954d04f9c455c04b01590aaa680bf) # mat2-0.13.4.tar.gz.asc
## df68da32f39bdc1a0478d92bed6ee57160b8ba4ea719f1a5befb6e57c2b4c74f mat2-0.13.4-01-x86_64.pkg.tar.lz
## bb9ba3f1e2325805952e3bd7497df848ea83b09511bf77cc3309f0b4079edfbe mat2-0.13.4-02-x86_64.pkg.tar.lz

View File

@ -3,16 +3,27 @@
pkgname=mat2
pkgver=0.13.4
pkgrel=1
pkgrel=2
pkgdesc='Metadata removal tool, supporting a wide range of commonly used file formats'
url='https://0xacab.org/jvoisin/mat2'
arch=('any')
license=('LGPL3')
depends=('python' 'python-mutagen' 'python-cairo' 'python-gobject' 'gdk-pixbuf2' 'poppler-glib' 'librsvg' 'perl-image-exiftool' 'mailcap')
depends=(
'gdk-pixbuf2'
'librsvg'
'mailcap'
'perl-image-exiftool'
'poppler-glib'
'python'
'python-cairo'
'python-gobject'
'python-mutagen'
)
makedepends=('python-setuptools')
optdepends=(
'ffmpeg: video support'
'bubblewrap: sandboxing support'
'kdialog: dolphin file browser integration'
)
checkdepends=('ffmpeg')
source=(https://0xacab.org/jvoisin/mat2/-/archive/${pkgver}/mat2-${pkgver}.tar.gz
@ -38,6 +49,7 @@ package() {
cd ${pkgname}-${pkgver}
python setup.py install --skip-build -O1 --root="${pkgdir}"
install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kservices5/ServiceMenus"
install -Dm 644 data/mat2.svg -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
install -Dm 644 doc/mat2.1 -t "${pkgdir}/usr/share/man/man1"
install -Dm 644 doc/*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}

View File

@ -13,5 +13,6 @@ gettext
jack2
libgit2
python-typing_extensions
libglvnd

View File

@ -1,6 +1,5 @@
real 1m55.032s
user 1m19.692s
sys 0m4.993s
real 1m13.509s
user 1m8.770s
sys 0m4.134s

View File

@ -6,7 +6,7 @@
#-----------------------------------------| DESCRIPTION |---------------------------------------
pkgname=redis
pkgver=7.2.1
pkgver=7.2.2
pkgrel=01
pkgdesc='An in-memory database that persists on disk w/o systemd'
url='https://redis.io/'
@ -51,11 +51,11 @@ arch=(x86_64)
license=('BSD')
sha256sums=(67866151542e2019b37d6dc2099e4268314a4f6a13c0c2acaf4407010eee2dc9 # redis-7.2.1.tar.gz
sha256sums=(0eca4e7aa16f5f411242a2e082863dbb266c0263141fdfd571302b02adf62594 # redis-7.2.2.tar.gz
78f6ab83408956a9afaf28689128f382545c901f172cd5b670724c73f6896d5d # redis.sysusers
cea6449811610ceff50913a611844b18c1bddebeb89a4de575c5df7cba66cea7 # redis.tmpfiles
24d8f61325dd7c400d7cdff43d697f4b5b5f0466c90ba5a7e8cb9e9d1f39953a # redis.conf-sane-defaults.patch
54f45fa129dcb64924ccbad7116417dcb8791e665a097a0969fc8e1b4d3b2b33) # redis-5.0-use-system-jemalloc.patch
## 139afab2c51131a5de53ad7b91a9edf50a059b94489a38839599d098fe486899 redis-7.2.1-01-x86_64.pkg.tar.lz
## 6211d1f190d8fc82d2bca17fc7a971ec0644a4cff900795540b09d0ded14e616 redis-7.2.2-01-x86_64.pkg.tar.lz

View File

@ -6,7 +6,7 @@
# Contributor: nofxx <x@<nick>.com>
pkgname=redis
pkgver=7.2.1
pkgver=7.2.2
pkgrel=1
pkgdesc='An in-memory database that persists on disk'
arch=('x86_64')
@ -25,7 +25,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://github.com/redis/redis/archive/${p
redis.tmpfiles
redis.conf-sane-defaults.patch
redis-5.0-use-system-jemalloc.patch)
sha512sums=('4e378db6f68a49beec22e91cb7f8aab50bdeb870cf2cfd540d4b14e2f256a95e37b18480ca5d99caabb1340ba6b0bde171907e415bd34e19d30fccb6bb9df9e8'
sha512sums=('8809203e703681a5cfa53132e952faf3419d4775bd4740bda084d5970b97c2aebc6775bdbe128c266538238054f0e64d3b3ba0e140d01cae9863dcbe0aa305e4'
'8abf27f173a4532295dafd91b8e6e226e4376f1b2543c911e4fa60466d50523ada4dcfe520a738fd756c5725f4319153a0c0b26f6cdba234775114c72e4e7865'
'2314c26920f5f0989fb98622f594b621a0b5035525146263da3fdfe640257118e03fc1903c15a62bcd4fbf260e0dcbf9249088292323739a607a11c9630795bf'
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'