From 9cde33e1d4ef98d5c5131d2f93c7665fbc023cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Mon, 13 May 2019 19:37:26 +0200 Subject: [PATCH] lumina: update to 1.5.0. --- srcpkgs/lumina/template | 13 ++++++------- srcpkgs/lumina/update | 2 -- 2 files changed, 6 insertions(+), 9 deletions(-) delete mode 100644 srcpkgs/lumina/update diff --git a/srcpkgs/lumina/template b/srcpkgs/lumina/template index 4d08dc06a14..2acdf02e068 100644 --- a/srcpkgs/lumina/template +++ b/srcpkgs/lumina/template @@ -1,21 +1,20 @@ # Template file for 'lumina' pkgname=lumina -version=1.4.0p1 -revision=2 -wrksrc=lumina-qt5-${version%p*} +version=1.5.0 +revision=1 build_style=qmake configure_args="QT5LIBDIR=/usr/lib/qt5 L_ETCDIR=/etc" hostmakedepends="qt5-host-tools" makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel - qt5-declarative-devel libXrender-devel libXcomposite-devel libXdamage-devel + qt5-declarative-devel libXrender-devel libXcomposite-devel libXcursor-devel libXdamage-devel xcb-util-devel xcb-util-wm-devel xcb-util-image-devel pulseaudio-devel poppler-qt5-devel" depends="fluxbox numlockx xbacklight alsa-utils acpi xscreensaver oxygen-icons5" short_desc="Lumina Desktop Environment" maintainer="hipperson0 " license="BSD-3-Clause" -homepage="https://github.com/trueos/lumina" -distfiles="https://github.com/trueos/lumina/archive/qt5/${version}.tar.gz" -checksum=5a25aed682489d460a8333466b0b333c6633f380de72410cff71c5bbfca88034 +homepage="https://github.com/lumina-desktop/lumina" +distfiles="https://github.com/lumina-desktop/lumina/archive/v${version}.tar.gz" +checksum=3dcf9844ba5ba912a1b4618a0f50e0170d8dc354c178b2c3b50f8a8e6b85400f replaces="lumina-git>=0" if [ -n "$CROSS_BUILD" ]; then diff --git a/srcpkgs/lumina/update b/srcpkgs/lumina/update deleted file mode 100644 index c72832102b0..00000000000 --- a/srcpkgs/lumina/update +++ /dev/null @@ -1,2 +0,0 @@ -site='https://github.com/trueos/lumina/branches' -pattern='qt5/\K[\d.]+'