~alpine/aports

2 2

[alpine-aports] [PATCH 1/2] main/xorg-xserver: remove duplicate configure flag

Andrew Hills <ahills@ednos.net>
Details
Message ID
<1432497467-31645-1-git-send-email-ahills@ednos.net>
Sender timestamp
1432497466
DKIM signature
missing
Download raw message
Patch: +0 -1
---
 main/xorg-server/APKBUILD | 1 -
 1 file changed, 1 deletion(-)

diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD
index 9d86472..61fb471 100644
--- a/main/xorg-server/APKBUILD
+++ b/main/xorg-server/APKBUILD
@@ -135,7 +135,6 @@ build() {
		--disable-config-hal \
		--disable-dmx \
		--disable-tslib \
		--enable-config-udev \
		|| return 1

	make || return 1
-- 
2.4.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

[alpine-aports] [PATCH 2/2] main/xorg-xserver: disable systemd features

Andrew Hills <ahills@ednos.net>
Details
Message ID
<1432497467-31645-2-git-send-email-ahills@ednos.net>
In-Reply-To
<1432497467-31645-1-git-send-email-ahills@ednos.net> (view parent)
Sender timestamp
1432497467
DKIM signature
missing
Download raw message
Patch: +2 -0
---
 main/xorg-server/APKBUILD | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD
index 61fb471..9899f0e 100644
--- a/main/xorg-server/APKBUILD
+++ b/main/xorg-server/APKBUILD
@@ -116,6 +116,7 @@ build() {
		--with-default-font-path=${_fontroot}/misc,${_fontroot}/100dpi:unscaled,${_fontroot}/75dpi:unscaled,${_fontroot}/TTF,${_fontroot}/Type1 \
		--with-xkb-path=/usr/share/X11/xkb \
		--with-xkb-output=/var/lib/xkb \
        --without-systemd-daemon \
		--enable-aiglx \
		--enable-composite \
		--enable-config-udev \
@@ -135,6 +136,7 @@ build() {
		--disable-config-hal \
		--disable-dmx \
		--disable-tslib \
        --disable-systemd-logind \
		|| return 1

	make || return 1
-- 
2.4.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---

Re: [alpine-aports] [PATCH 2/2] main/xorg-xserver: disable systemd features

Bartłomiej Piotrowski <b@bpiotrowski.pl>
Details
Message ID
<20150524221255.2a6eefa2@wallander>
In-Reply-To
<1432497467-31645-2-git-send-email-ahills@ednos.net> (view parent)
Sender timestamp
1432498375
DKIM signature
missing
Download raw message
On Sun, 24 May 2015 15:57:47 -0400
Andrew Hills <ahills@ednos.net> wrote:
> ---
>  main/xorg-server/APKBUILD | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD
> index 61fb471..9899f0e 100644
> --- a/main/xorg-server/APKBUILD
> +++ b/main/xorg-server/APKBUILD
> @@ -116,6 +116,7 @@ build() {
>  		--with-default-font-path=${_fontroot}/misc,${_fontroot}/100dpi:unscaled,${_fontroot}/75dpi:unscaled,${_fontroot}/TTF,${_fontroot}/Type1
> \ --with-xkb-path=/usr/share/X11/xkb \
>  		--with-xkb-output=/var/lib/xkb \
> +        --without-systemd-daemon \
>  		--enable-aiglx \
>  		--enable-composite \
>  		--enable-config-udev \
> @@ -135,6 +136,7 @@ build() {
>  		--disable-config-hal \
>  		--disable-dmx \
>  		--disable-tslib \
> +        --disable-systemd-logind \
>  		|| return 1
>  
>  	make || return 1

You either have used tabs or spaces for indentation, when APKBUILD has
the opposite one. Could you update your patch to reflect that?

Cheers,
Bartłomiej
Reply to thread Export thread (mbox)