diff options
author | Pablo Correa Gómez <ablocorrea@hotmail.com> | 2021-11-06 23:53:02 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2021-11-07 21:45:45 +0000 |
commit | 92d74b25d3f32854043a527706dc27846fcaa87e (patch) | |
tree | cc6cea8761d5a176b7026bef83f028d60fbc549b | |
parent | 3235e4a8d0f0023d0b670e94d395a38b7ede5e29 (diff) | |
download | aports-92d74b25d3f32854043a527706dc27846fcaa87e.tar.gz aports-92d74b25d3f32854043a527706dc27846fcaa87e.tar.bz2 aports-92d74b25d3f32854043a527706dc27846fcaa87e.tar.xz |
community/gdm: add doc subpackage to save installation space
The package documentation is approximately double the size than
the main package before compression
-rw-r--r-- | community/gdm/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gdm/APKBUILD b/community/gdm/APKBUILD index 53c29c0e01..f964e8ca67 100644 --- a/community/gdm/APKBUILD +++ b/community/gdm/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gdm pkgver=41.0 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME display manager" url="https://wiki.gnome.org/Projects/GDM" # s390x, mips64 and riscv64 blocked by polkit -> upower @@ -35,7 +35,7 @@ makedepends="accountsservice-dev linux-pam-dev meson " -subpackages="$pkgname-dev $pkgname-lang $pkgname-openrc" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-openrc" options="!check" # Causes circular dep with gnome-shell source="https://download.gnome.org/sources/gdm/${pkgver%.*}/gdm-$pkgver.tar.xz remove-systemd-dep.patch |