diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 07:39:36 -0600 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-12-28 07:39:36 -0600 |
commit | 3cf9c734f8e86066a1118e71090b156309fe6701 (patch) | |
tree | 22b51d8bffbc21f891402342a104edc296d131eb /user/xinit | |
parent | e088c1421472a21e5821ed9d9926f2a329b60b77 (diff) | |
download | packages-3cf9c734f8e86066a1118e71090b156309fe6701.tar.gz packages-3cf9c734f8e86066a1118e71090b156309fe6701.tar.bz2 packages-3cf9c734f8e86066a1118e71090b156309fe6701.tar.xz packages-3cf9c734f8e86066a1118e71090b156309fe6701.zip |
user/[X11 stuff]: modernise and fix syntax
Diffstat (limited to 'user/xinit')
-rw-r--r-- | user/xinit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/xinit/APKBUILD b/user/xinit/APKBUILD index 37556cb27..9ec540564 100644 --- a/user/xinit/APKBUILD +++ b/user/xinit/APKBUILD @@ -6,9 +6,9 @@ pkgdesc="X.Org initialisation program" url="https://www.X.Org/" arch="all" license="X11" -subpackages="$pkgname-doc" depends="cmd:mcookie xauth xmodmap xrdb" makedepends="libx11-dev util-macros" +subpackages="$pkgname-doc" source="https://www.X.Org/releases/individual/app/xinit-$pkgver.tar.bz2 06_move_serverauthfile_into_tmp.patch xinitrc |