~alpine/aports

1

[alpine-aports] [PATCH] testing/caja: disable update mimedb

Details
Message ID
<1419273784-24460-1-git-send-email-alacerda@alpinelinux.org>
Sender timestamp
1419273784
DKIM signature
missing
Download raw message
Patch: +2 -1
---
 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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20141223171038.62e322d7@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1419273784-24460-1-git-send-email-alacerda@alpinelinux.org> (view parent)
Sender timestamp
1419351038
DKIM signature
missing
Download raw message
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
---
Reply to thread Export thread (mbox)