~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] main/slim: build without console-kit

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190524115955.6743-1-mps@arvanta.net>
Sender timestamp
1558699195
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 main/slim/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/main/slim/APKBUILD b/main/slim/APKBUILD
index af143e761d..baab693652 100644
--- a/main/slim/APKBUILD
+++ b/main/slim/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=slim
pkgver=1.3.6
pkgrel=8
pkgrel=9
pkgdesc="Desktop-independent graphical login manager for X11"
url="https://sourceforge.net/projects/slim.berlios/files/"
arch="all"
@@ -10,7 +10,7 @@ license="GPL-2.0"
options="!check"
subpackages="$pkgname-doc"
makedepends="libxmu-dev libpng-dev libjpeg-turbo-dev libxft-dev
	cmake libxrandr-dev consolekit2-dev"
	cmake libxrandr-dev"
depends="dbus"
install=
source="https://downloads.sourceforge.net/project/slim.berlios/${pkgname}-${pkgver}.tar.gz
@@ -45,7 +45,7 @@ build() {
		-DCMAKE_SKIP_RPATH=ON \
		-DCMAKE_INSTALL_PREFIX=/usr \
		-DUSE_PAM=no \
		-DUSE_CONSOLEKIT=yes 
		-DUSE_CONSOLEKIT=no


	make CXX="${CXX:-g++}" CC="${CC:-gcc}"
-- 
2.20.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)