X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-oi0-f66.google.com (mail-oi0-f66.google.com [209.85.218.66]) by lists.alpinelinux.org (Postfix) with ESMTP id 466D15C48EF for ; Sun, 2 Oct 2016 00:38:51 +0000 (GMT) Received: by mail-oi0-f66.google.com with SMTP id n202so9473382oig.2 for ; Sat, 01 Oct 2016 17:38:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=mZRwWQKwusgKLbNQD+syrsnLoHhOCHdupgqT+U5plm0=; b=PfGGysXJLo+m5WjoFHx7oNb01P6rVnlHPC62WnK+Uc9d4t60J5fbGbMQXw/xzb5Ft5 ErcMK7l7+a31AZ1NoeDrVHscl6OYY3Wk7nFcrNBf11k3J1nLMSzApJI4OnhuMljlWqGI /ZIxaQ4t05Ul6gTvLoFWOUSZOVTpIx/fFm3zj2N3xqCg+CLI14pRUnK75WivVe6xV3s7 xvudXzl7Ot3ycbkT2VqEALVcS0ci+/IjmXwsMUdqaJoxtK1BXf0DmO276blNy/qO301n EyQ3Z9zZScXnkSy++8u9c/G2uS2QbknfFwgzPp15zuUedccjC08M0XzW9QVonX296qAQ d6WQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references; bh=mZRwWQKwusgKLbNQD+syrsnLoHhOCHdupgqT+U5plm0=; b=lVOhIW5+snOkrLyY1mbvqysnty7F30pIjfTPjavtXoxDJt0+9vvt36rBezKMxrTGrB EVW6iF+EWP8z2Rwz1IcqQ039vt2p0agvq7Hhs6pEfzjMRm6jCDJmmwjVpH43X8mof8Vx hhisdM+0ldTNVjIA2OMaysav/fCDvvFb/L5AIwMmqt7w54fLNk4xEMFEdlacJxD+YuQl JHmMxSeXS9mMFyYO/nFtXt/q6t2UGi7ue3Qk9n3eMcilvr7eqQ/UMUsUiKfVjiic+roc LonEvmsJ5bRtqhGOWHN4biNosH91HPICu1xgG+oBsQFvN/i8w0284qKEtp73lzb9D8Uu Gmnw== X-Gm-Message-State: AA6/9RmjtGbUBZgsC89hnmO3beFpX5a5umMfjLR2Ha6aSNFtrsgnTeGAK9i2SBdLPuYCLg== X-Received: by 10.202.96.133 with SMTP id u127mr12087239oib.165.1475368731052; Sat, 01 Oct 2016 17:38:51 -0700 (PDT) Received: from alp.my.domain ([2600:8807:c246:be00:9eb7:dff:feb2:27a1]) by smtp.gmail.com with ESMTPSA id o16sm7225305oik.20.2016.10.01.17.38.50 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 01 Oct 2016 17:38:50 -0700 (PDT) From: Daniel Sabogal To: alpine-aports@lists.alpinelinux.org Subject: [alpine-aports] [PATCH 4/6] main/xorg-server: enable xwayland Date: Sat, 1 Oct 2016 20:38:45 -0400 Message-Id: <20161002003847.5866-4-dsabogalcc@gmail.com> X-Mailer: git-send-email 2.10.0 In-Reply-To: <20161002003847.5866-1-dsabogalcc@gmail.com> References: <20161002003847.5866-1-dsabogalcc@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- main/xorg-server/APKBUILD | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/main/xorg-server/APKBUILD b/main/xorg-server/APKBUILD index 899c620..733a5cb 100644 --- a/main/xorg-server/APKBUILD +++ b/main/xorg-server/APKBUILD @@ -2,14 +2,14 @@ # Maintainer: Natanael Copa pkgname=xorg-server pkgver=1.18.4 -pkgrel=1 +pkgrel=2 pkgdesc="X.Org X servers" url="http://xorg.freedesktop.org" arch="all" license="MIT" options="suid" subpackages="$pkgname-dbg $pkgname-dev $pkgname-doc xfbdev xvfb $pkgname-xephyr - $pkgname-xnest" + $pkgname-xnest $pkgname-xwayland" # the modesetting driver is now shipped with xorg server replaces="xf86-video-modesetting" depends=" @@ -122,6 +122,7 @@ build() { --enable-ipv6 \ --enable-xfbdev \ --enable-kdrive \ + --enable-xwayland \ --enable-xorg \ --enable-xv \ --enable-xres \ @@ -179,6 +180,12 @@ xnest() { mv "$pkgdir"/usr/bin/Xnest "$subpkgdir"/usr/bin/ } +xwayland() { + pkgdesc="run X clients under wayland" + mkdir -p "$subpkgdir"/usr/bin + mv "$pkgdir"/usr/bin/Xwayland "$subpkgdir"/usr/bin/ +} + md5sums="d4842dfe3bd9a9d062f2fa1df9104a46 xorg-server-1.18.4.tar.bz2 ea4852dedbb89550f6bc113ca66348a2 autoconfig-nvidia.patch 825ca99ea9348c66abdf2c479e0af485 autoconfig-sis.patch -- 2.10.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---