X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 98E22DC0211 for ; Thu, 5 Nov 2015 23:13:27 +0000 (UTC) Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 382BADC0123 for ; Thu, 5 Nov 2015 23:13:26 +0000 (UTC) Received: by wmnn186 with SMTP id n186so27729047wmn.1 for ; Thu, 05 Nov 2015 15:13:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kampka_net.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=S614tdH6hTbDFi2Tbx+YJnRqDAEM8g90868JeWGnW+U=; b=TW7X1UagdoPsM1jlD6sJdA7MHNWbchcKB2wnhGECF0/Yt3arXHOOaK/Z5Yb4rZkfNp TWQeZCCWIW+ZBtNpclaussPsnbj9AcmagQNkaL2mA33T/M4vSZ7hDpAVJVTKd+l2xVuH PCRwTAjL556WrHm2B5osigFuo1zgoKpG2FergE3xD6PQdJ1qOWT+e0oSEk36JG9NR1wu aFCSpQWrvVVp4Mlcd1DAEZqPJhSVL63lm1AI4J5Rg0Uugr91XCpJHU3RUJb/VVaLcbQp jtwNLBKYHPtP39mNT4N4LULcYE1VxaJWjEByHs4l8qbnsViVFkYycv2mKXL3RXV5pS5p IUbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=S614tdH6hTbDFi2Tbx+YJnRqDAEM8g90868JeWGnW+U=; b=DSSLFglOYWylYuao/A8NK5At5KR0XSjS1NG6jzkt48Ergb9FZrEUOOF9e7PRgYmvHZ eLKM0PiiDS4/ml2h/xOddY2S1L9hXy9zZhyq4ekSlcdRc9c2yTfmD7UpWHZEQck+DvXN /AVoJZrOfLGrfUcrSYszZLOtXoatAd+jHzPg7wdQAztG16PssyzPOVB2wT4j6int8nde c5nkHTk91/AzdYTPQfJc5gwGRgjUI4ozDB0u4ixvACT+HXqCfJsPfNOFCSEi/Np1xcIt RRkroZ3OuIMFLY6yXJdh8ZJHXZSW3csYwBsGMpJp70nGWPw+KKhpY2yBI15rp2ki4pNi ZQcw== X-Gm-Message-State: ALoCoQnx4NL0/ZjPwAyzWlPYz5UC8R6eakl8d0S+/u0TkWnoDF7ydyMHKZHxtsxaq2c8Jly8geV8 X-Received: by 10.28.141.136 with SMTP id p130mr6832770wmd.56.1446765205576; Thu, 05 Nov 2015 15:13:25 -0800 (PST) Received: from localhost (pD9578985.dip0.t-ipconnect.de. [217.87.137.133]) by smtp.gmail.com with ESMTPSA id lb2sm9256994wjc.15.2015.11.05.15.13.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Nov 2015 15:13:24 -0800 (PST) From: Christian Kampka To: alpine-aports@lists.alpinelinux.org Cc: Christian Kampka Subject: [alpine-aports] [PATCH] main/desktop-file-utils: add doc subpackage Date: Fri, 6 Nov 2015 00:13:23 +0100 Message-Id: <1446765203-23486-1-git-send-email-christian@kampka.net> X-Mailer: git-send-email 2.6.2 X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/desktop-file-utils/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main/desktop-file-utils/APKBUILD b/main/desktop-file-utils/APKBUILD index 5c1f506..7caeedd 100644 --- a/main/desktop-file-utils/APKBUILD +++ b/main/desktop-file-utils/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa pkgname=desktop-file-utils pkgver=0.22 -pkgrel=0 +pkgrel=1 pkgdesc="Command line utilities for working with desktop entries" url="http://www.freedesktop.org/wiki/Software/desktop-file-utils" arch="all" license="GPL" depends= makedepends="glib-dev gettext-dev" +subpackages="$pkgname-doc" triggers="$pkgname.trigger=/usr/share/applications" source="http://www.freedesktop.org/software/$pkgname/releases/$pkgname-$pkgver.tar.xz" -- 2.6.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---