Skip to content
Snippets Groups Projects
Commit 8fade52f authored by Leo's avatar Leo
Browse files

community/thunar-volman: upgrade to 0.9.3

parent f0edc82b
No related branches found
No related tags found
No related merge requests found
# Contributor: Natanael Copa <ncopa@alpinelinux.org> # Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=thunar-volman pkgname=thunar-volman
pkgver=0.9.2 pkgver=0.9.3
pkgrel=0 pkgrel=0
pkgdesc="Thunar extension for volumes management" pkgdesc="Thunar extension for volumes management"
url="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman" url="https://goodies.xfce.org/projects/thunar-plugins/thunar-volman"
arch="all" arch="all !x86" # Limited by webkit2gtk
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
options="!check" # no test suite options="!check" # no test suite
depends="thunar" depends="thunar"
makedepends="thunar-dev exo-dev libgudev-dev libxfce4ui-dev libnotify-dev" makedepends="thunar-dev exo-dev libgudev-dev libxfce4ui-dev libnotify-dev"
subpackages="$pkgname-lang" subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/apps/thunar-volman/${pkgver%.*}/thunar-volman-$pkgver.tar.bz2" source="https://archive.xfce.org/src/apps/thunar-volman/${pkgver%.*}/thunar-volman-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
cd "$builddir"
./configure \ ./configure \
--build=$CBUILD \ --build=$CBUILD \
--host=$CHOST \ --host=$CHOST \
...@@ -27,8 +25,7 @@ build() { ...@@ -27,8 +25,7 @@ build() {
} }
package() { package() {
cd "$builddir"
make DESTDIR="$pkgdir" install make DESTDIR="$pkgdir" install
} }
sha512sums="808f3dfdf105911275b0c96705604bd1575cd9c5bddaaae96583949c995a3bc84a71ce154c05ed3ce395d4b4d78e4d67770f79b3226fd4a35c509f5e612de72f thunar-volman-0.9.2.tar.bz2" sha512sums="514fd7256c2cda7fac266b05b631e4c34ddc66e12d63270cf76846b0748d1a7c2444bfb2d5600722c4eb41f0c0c95d4823e9c3c17f0f9e2c289f9967cb75ccc2 thunar-volman-0.9.3.tar.bz2"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment