diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-08-14 17:54:45 +0200 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2015-08-17 08:55:27 +0000 |
commit | b20ca0d10282fc7d51d0a2b94e7d9ba29a6f893b (patch) | |
tree | 7553409dd367107ecb944674e13d1658062f80c2 /main/setxkbmap/APKBUILD | |
parent | d3ff531d9a83d16950c5218844b8205653a25c12 (diff) | |
download | aports-b20ca0d10282fc7d51d0a2b94e7d9ba29a6f893b.tar.bz2 aports-b20ca0d10282fc7d51d0a2b94e7d9ba29a6f893b.tar.xz |
main/setxkbmap: add doc subpackage
Diffstat (limited to 'main/setxkbmap/APKBUILD')
-rw-r--r-- | main/setxkbmap/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/setxkbmap/APKBUILD b/main/setxkbmap/APKBUILD index cb0a36e991..f07e1d5347 100644 --- a/main/setxkbmap/APKBUILD +++ b/main/setxkbmap/APKBUILD @@ -1,13 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=setxkbmap pkgver=1.3.0 -pkgrel=0 +pkgrel=1 pkgdesc="set the keyboard using the X Keyboard Extension" url="http://xorg.freedesktop.org/" arch="all" license="custom" -depends= +depends="" makedepends="libxkbfile-dev" +subpackages="$pkgname-doc" source="http://xorg.freedesktop.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" _builddir="$srcdir/$pkgname-$pkgver" @@ -30,6 +31,7 @@ package() { cd "$_builddir" make DESTDIR=""$pkgdir"" install || return 1 } + md5sums="1001771344608e120e943a396317c33a setxkbmap-1.3.0.tar.bz2" sha256sums="3d305c9d1f38224169b2e501ef0665cc3ab52d4dbc2b9a60c9dbb047f77ddec6 setxkbmap-1.3.0.tar.bz2" sha512sums="d4843485f44a9204d1aa8bf16b3ad661747be119b0b5f38ced74dc35773519765af07fd290ab0265766de6206138e085a775bfc6edae6a232f2da9c260c0b581 setxkbmap-1.3.0.tar.bz2" |