mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
main/xkbcomp: split out -dev
the -dev package only have one single .pc file, which will pull in many other -dev packages, so keep it in subpackage.
This commit is contained in:
parent
6fc1fcf9cc
commit
c6419d2399
@ -2,14 +2,14 @@
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=xkbcomp
|
||||
pkgver=1.4.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="compile XKB keyboard description"
|
||||
url="http://xorg.freedesktop.org"
|
||||
arch="all"
|
||||
license="custom"
|
||||
depends=
|
||||
makedepends="libx11-dev libxkbfile-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
source="http://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2"
|
||||
|
||||
builddir="$srcdir/$pkgname-$pkgver"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user