This commit is contained in:
joborun linux 2024-02-23 12:40:08 +02:00
parent 496107a50f
commit cbb6b87bf9
4 changed files with 21 additions and 6 deletions

7
arandr/deps.full Normal file
View File

@ -0,0 +1,7 @@
gtk3
python-cairo
python-gobject
xorg-xrandr
python-docutils
gettext

View File

@ -7,7 +7,7 @@
pkgname=mat2
pkgver=0.13.4
pkgrel=03
pkgrel=04
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' 'hicolor-icon-theme')
@ -48,7 +48,10 @@ check() {
package() {
cd ${pkgname}-${pkgver}
python -m installer --destdir="${pkgdir}" dist/*.whl
install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kservices5/ServiceMenus"
# This desktop is made only for KDE/plasma use and only works with kdialog installed
# new install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kio/servicemenus"
# old install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kservices5/ServiceMenus"
# edit your own install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/applications"
install -Dm 644 data/mat2.svg -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
install -Dm 644 doc/*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}
@ -66,5 +69,6 @@ sha256sums=(dbd30f33edd9b99042b3d9ec2b5e7e9c9a08bba4318bcf3fa63be8854cc871db #
e7bf3fab23a6c51a3b4e6c4b4396f61060db970a8d10b7db5446639ef6ba37df # tests-VideoFullRangeFlag.patch
43e0800e108b60fbb32b23fada2821366302841fcffafc0fe897e21e15d9891a) # manpage-location.patch
## 1444c77a120629328f29522ca05b48425c4d5ffee78dfef9fd89d90dbb54eb54 mat2-0.13.4-03-x86_64.pkg.tar.lz
## 66390651cd3a5dd792310ebfd3c4301c5570e61a85587a4dc68d7fc01109b2c2 mat2-0.13.4-04-x86_64.pkg.tar.lz
dbd30f33edd9b99042b3d9ec2b5e7e9c9a08bba4318bcf3fa63be8854cc871db mat2-0.13.4.tar.gz
b2100acfcdadf2d5b3bc116298e4bd0a073954d04f9c455c04b01590aaa680bf mat2-0.13.4.tar.gz.asc

View File

@ -3,7 +3,7 @@
pkgname=mat2
pkgver=0.13.4
pkgrel=3
pkgrel=4
pkgdesc='Metadata removal tool, supporting a wide range of commonly used file formats'
url='https://0xacab.org/jvoisin/mat2'
arch=('any')
@ -66,7 +66,7 @@ check() {
package() {
cd ${pkgname}-${pkgver}
python -m installer --destdir="${pkgdir}" dist/*.whl
install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kservices5/ServiceMenus"
install -Dm 644 dolphin/mat2.desktop -t "${pkgdir}/usr/share/kio/servicemenus"
install -Dm 644 data/mat2.svg -t "${pkgdir}/usr/share/icons/hicolor/scalable/apps"
install -Dm 644 doc/*.md -t "${pkgdir}/usr/share/doc/${pkgname}"
}

View File

@ -17,5 +17,9 @@ libglvnd
python-build
python-installer
python-wheel
graphite
dav1d
rav1e
x265