mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
testing/thumbdrives: upgrade to 0.3.2
This commit is contained in:
parent
166c9d3180
commit
c948547b3b
@ -1,16 +1,14 @@
|
||||
# Maintainer: Martijn Braam <martijn@brixit.nl>
|
||||
pkgname=thumbdrives
|
||||
pkgver=0.3.1
|
||||
pkgrel=3
|
||||
pkgver=0.3.2
|
||||
pkgrel=0
|
||||
pkgdesc="Mass storage and iso emulator"
|
||||
url="https://git.sr.ht/~martijnbraam/thumbdrives"
|
||||
arch="noarch"
|
||||
license="MIT"
|
||||
depends="python3 py3-gobject3 py3-xdg py3-setuptools gtk+3.0 libhandy"
|
||||
makedepends="glib-dev libhandy-dev meson ninja"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/thumbdrives/archive/$pkgver.tar.gz
|
||||
appdata.patch
|
||||
"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.sr.ht/~martijnbraam/thumbdrives/archive/$pkgver.tar.gz"
|
||||
options="!check" # There's no testsuite
|
||||
|
||||
build() {
|
||||
@ -23,6 +21,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
3d4d901975ef1f3ccda6df9a371944702f28ba4590ab9b3758f53b2f38bd5aa666660d720428836f99c6a7adb6333399e3991c6a641273f72fa9c4e0ec2362b2 thumbdrives-0.3.1.tar.gz
|
||||
3340beb59d4976c675e5b34597083255117f6c908ebf68440901b608016e860cf115c06df2c4f319871406c21e2411ddb8e7eb171a02fcc52cd3e15852b50065 appdata.patch
|
||||
1594a303e375ca489fbe671e6917013c6d32239d8dfe325616ba94da81ca95cbe82fe0cb719f91a0f78e1b18d59713048899442749ead0a0cdd29508a0bea1d6 thumbdrives-0.3.2.tar.gz
|
||||
"
|
||||
|
@ -1,13 +0,0 @@
|
||||
diff --git a/data/meson.build b/data/meson.build
|
||||
index 4fc61d1..2dd41bd 100644
|
||||
--- a/data/meson.build
|
||||
+++ b/data/meson.build
|
||||
@@ -19,7 +19,7 @@ appstream_file = i18n.merge_file(
|
||||
output: 'nl.brixit.Thumbdrives.appdata.xml',
|
||||
po_dir: '../po',
|
||||
install: true,
|
||||
- install_dir: join_paths(get_option('datadir'), 'appdata')
|
||||
+ install_dir: join_paths(get_option('datadir'), 'metainfo')
|
||||
)
|
||||
|
||||
appstream_util = find_program('appstream-util', required: false)
|
Loading…
Reference in New Issue
Block a user