1
[alpine-aports] [PATCH] testing/caja: disable update mimedb
---
testing/caja/APKBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testing/caja/APKBUILD b/testing/caja/APKBUILD
index cc4cd12..5ad2383 100644
--- a/testing/caja/APKBUILD
+++ b/testing/caja/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=caja
pkgver=1.9.3
-pkgrel=0
+pkgrel=1
pkgdesc="The file manager for the MATE desktop"
url="https://github.com/mate-desktop/caja"
arch="all"
@@ -32,6 +32,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
+ --disable-update-mimedb \
|| return 1
make || return 1
}
--
2.1.3
---
Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org
Help: alpine-aports+help@lists.alpinelinux.org
---
On Mon, 22 Dec 2014 18:43:04 +0000
Alan Lacerda <alancordeiro@gmail.com> wrote:
> ---
> testing/caja/APKBUILD | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/testing/caja/APKBUILD b/testing/caja/APKBUILD
> index cc4cd12..5ad2383 100644
> --- a/testing/caja/APKBUILD
> +++ b/testing/caja/APKBUILD
> @@ -2,7 +2,7 @@
> # Maintainer:
> pkgname=caja
> pkgver=1.9.3
> -pkgrel=0
> +pkgrel=1
> pkgdesc="The file manager for the MATE desktop"
> url="https://github.com/mate-desktop/caja"
> arch="all"
> @@ -32,6 +32,7 @@ build() {
> --build=$CBUILD \
> --host=$CHOST \
> --prefix=/usr \
> + --disable-update-mimedb \
> || return 1
> make || return 1
> }
applied. thanks!
-nc
---
Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org
Help: alpine-aports+help@lists.alpinelinux.org
---