X-Original-To: alpine-aports@lists.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from apollo.thewebhostserver.com (apollomail.thewebhostserver.com [46.23.65.248]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 25FD5DC0137 for ; Wed, 4 Mar 2015 15:04:58 +0000 (UTC) Received: from [81.4.121.188] (port=53931 helo=localhost.localdomain) by apollo.thewebhostserver.com with esmtpsa (TLSv1.2:AES128-SHA256:128) (Exim 4.85) (envelope-from ) id 1YTAr0-001VVw-QN; Wed, 04 Mar 2015 15:04:54 +0000 From: Stuart Cardall To: alpine-aports@lists.alpinelinux.org Cc: Stuart Cardall Subject: [alpine-aports] [PATCH] main/setxkbmap: update to 1.3.0 Date: Wed, 4 Mar 2015 15:04:45 +0000 Message-Id: <1425481485-3069-1-git-send-email-developer@it-offshore.co.uk> X-Mailer: git-send-email 2.2.2 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - apollo.thewebhostserver.com X-AntiAbuse: Original Domain - lists.alpinelinux.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - it-offshore.co.uk X-Get-Message-Sender-Via: apollo.thewebhostserver.com: authenticated_id: developer@it-offshore.co.uk X-Source: X-Source-Args: X-Source-Dir: X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This adds the -query option to setxkbmap --- main/setxkbmap/APKBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD index 4f88a07..5dabf7b 100644 --- a/main/setxkbmap/APKBUILD +++ b/main/setxkbmap/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=setxkbmap -pkgver=1.1.0 -pkgrel=2 +pkgver=1.3.0 +pkgrel=0 pkgdesc="set the keyboard using the X Keyboard Extension" url="http://xorg.freedesktop.org/" arch="all" @@ -30,6 +30,6 @@ package() { cd "$_builddir" make DESTDIR=""$pkgdir"" install || return 1 } -md5sums="2f902e0a89aaf2b19e06e7f26c6efb3a setxkbmap-1.1.0.tar.bz2" -sha256sums="932f2b314a4bf6dfccd16d63c633073abf650d8e136f481904e972ef3d4faf64 setxkbmap-1.1.0.tar.bz2" -sha512sums="ca006e59b097c4cbb3434dc84eef3e0fcfb25af0f6a2b85b900a2db11c471592cd206ff048c3b8887d6e4bf48aa9168ed12f4e54b5b3b16d10ca8aa6a189ae45 setxkbmap-1.1.0.tar.bz2" +md5sums="1001771344608e120e943a396317c33a setxkbmap-1.3.0.tar.bz2" +sha256sums="3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6 setxkbmap-1.3.0.tar.bz2" +sha512sums="d4843485f44a9204d1aa8bf16b3ad661747be119b0b5f38ced74dc35773519765af07fd290ab0265766de6206138e085a775bfc6edae6a232f2da9c260c0b581 setxkbmap-1.3.0.tar.bz2" -- 2.2.2 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---