~alpine/devel

testing/libxss: Move scrnsaverproto to makedepends v1 PROPOSED

k0r10n: 1
 testing/libxss: Move scrnsaverproto to makedepends

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/914/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/libxss: Move scrnsaverproto to makedepends Export this patch

---
 testing/libxss/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/testing/libxss/APKBUILD b/testing/libxss/APKBUILD
index a97ffe6..848c1a4 100644
--- a/testing/libxss/APKBUILD
+++ b/testing/libxss/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=libxss
pkgver=1.2.2
pkgrel=0
pkgrel=1
pkgdesc="X11 Screen Saver extensioin library"
url="http://xorg.freedesktop.org/"
arch="all"
license="custom"
depends="scrnsaverproto"
depends=""
depends_dev="util-macros libxext-dev"
makedepends="$depends_dev"
makedepends="$depends_dev scrnsaverproto"
install=""
subpackages="$pkgname-dev $pkgname-doc"
source="http://xorg.freedesktop.org/releases/individual/lib/libXScrnSaver-${pkgver}.tar.bz2"
-- 
2.0.0



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