From 2db73450dc8acf025c347818eb733e1e1db0c2dc Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 10 Jan 2020 02:02:04 +0000 Subject: user/*: Modernise / fix syntax --- user/garcon/APKBUILD | 1 + user/libxfce4ui/APKBUILD | 4 +++- user/xfconf/APKBUILD | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) (limited to 'user') diff --git a/user/garcon/APKBUILD b/user/garcon/APKBUILD index 235513fce..476a1ecf5 100644 --- a/user/garcon/APKBUILD +++ b/user/garcon/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="freedesktop.org menu library for the XFCE desktop environment" url="https://xfce.org" arch="all" license="LGPL-2.0+" +depends="" makedepends="intltool glib-dev libxfce4util-dev gtk+3.0-dev libxfce4util-dev libxfce4ui-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" diff --git a/user/libxfce4ui/APKBUILD b/user/libxfce4ui/APKBUILD index 654e625e3..62acc0a53 100644 --- a/user/libxfce4ui/APKBUILD +++ b/user/libxfce4ui/APKBUILD @@ -7,6 +7,7 @@ pkgdesc="UI library for the XFCE desktop environment" url="https://xfce.org" arch="all" license="LGPL-2.0+ AND GPL-2.0+" +depends="" makedepends="intltool gtk+3.0-dev gobject-introspection-dev vala-dev libxfce4util-dev xfconf-dev startup-notification-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" @@ -20,7 +21,8 @@ build() { --sysconfdir=/etc \ --mandir=/usr/share/man \ --localstatedir=/var \ - --enable-vala=yes + --enable-vala=yes \ + --with-vendor-info="Adélie Linux" make } diff --git a/user/xfconf/APKBUILD b/user/xfconf/APKBUILD index e66232ca3..c211fb629 100644 --- a/user/xfconf/APKBUILD +++ b/user/xfconf/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Configuration framework for the XFCE desktop environment" url="https://xfce.org" arch="all" -options="!check" # tests require X11 +options="!check" # Tests require X11. license="LGPL-2.1+ AND GPL-2.0+" depends="dbus" makedepends="intltool gtk+3.0-dev libxfce4util-dev" -- cgit v1.2.3-70-g09d2