aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gnome-shell
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2017-06-06 05:10:15 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2017-06-06 05:10:15 +0000
commit69949564838e94f06b5a9478c2468eb32854d5b6 (patch)
tree15312a9144cc5c92b7c1693fc1aa63e8025e0fc4 /testing/gnome-shell
parent8e128ae1dc6b0368e9eff30dc9088411942c68ef (diff)
downloadaports-69949564838e94f06b5a9478c2468eb32854d5b6.tar.bz2
aports-69949564838e94f06b5a9478c2468eb32854d5b6.tar.xz
testing/gnome-shell: enable -dbg package
Diffstat (limited to 'testing/gnome-shell')
-rw-r--r--testing/gnome-shell/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/gnome-shell/APKBUILD b/testing/gnome-shell/APKBUILD
index df246122d2..27307725b2 100644
--- a/testing/gnome-shell/APKBUILD
+++ b/testing/gnome-shell/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: William Pitcock <nenolod@dereferenced.org>
pkgname=gnome-shell
pkgver=3.24.2
-pkgrel=0
+pkgrel=1
pkgdesc="GNOME shell"
url="https://wiki.gnome.org/Projects/GnomeShell"
arch="all"
@@ -24,7 +24,7 @@ makedepends="gnome-desktop-dev
itstool
libxml2-utils"
-subpackages="$pkgname-lang"
+subpackages="$pkgname-lang $pkgname-dbg"
install=""
source="http://ftp.gnome.org/pub/GNOME/sources/gnome-shell/3.24/gnome-shell-$pkgver.tar.xz"
builddir="$srcdir/gnome-shell-$pkgver"