Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] lumina: update to 1.6.2
@ 2021-12-27  6:31 karlgrose
  2022-01-07  4:23 ` [PR PATCH] [Updated] " karlgrose
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: karlgrose @ 2021-12-27  6:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1189 bytes --]

There is a new pull request by karlgrose against master on the void-packages repository

https://github.com/karlgrose/void-packages lumina
https://github.com/void-linux/void-packages/pull/34715

lumina: update to 1.6.2
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (x86_64/glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64/glibc (crossbuild)


A patch file from https://github.com/void-linux/void-packages/pull/34715.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-lumina-34715.patch --]
[-- Type: text/x-diff, Size: 2627 bytes --]

From 0492576e2d7908dae4c17ab5cfc35a231b2d2793 Mon Sep 17 00:00:00 2001
From: Karl Grose <karlgrose@gromar.org>
Date: Wed, 8 Dec 2021 19:56:13 -0800
Subject: [PATCH] lumina: update to 1.6.2

---
 srcpkgs/lumina/patches/mandir.patch | 11 -----------
 srcpkgs/lumina/template             | 10 +++++-----
 2 files changed, 5 insertions(+), 16 deletions(-)
 delete mode 100644 srcpkgs/lumina/patches/mandir.patch

diff --git a/srcpkgs/lumina/patches/mandir.patch b/srcpkgs/lumina/patches/mandir.patch
deleted file mode 100644
index 9b9ce50a1e5d..000000000000
--- a/srcpkgs/lumina/patches/mandir.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src-qt5/OS-detect.pri	2017-07-05 20:02:49.727200592 +0200
-+++ b/src-qt5/OS-detect.pri	2017-07-05 20:03:10.463911159 +0200
-@@ -94,7 +94,7 @@
-   isEmpty(L_SHAREDIR){ L_SHAREDIR = $${PREFIX}/share }
-   isEmpty(L_INCLUDEDIR){ L_INCLUDEDIR = $${PREFIX}/include }
-   isEmpty(L_SESSDIR){ L_SESSDIR = $${L_SHAREDIR}/xsessions }
--  isEmpty(L_MANDIR){ L_MANDIR = $${PREFIX}/man }
-+  isEmpty(L_MANDIR){ L_MANDIR = $${PREFIX}/share/man }
-   isEmpty(LRELEASE){ LRELEASE = $$[QT_INSTALL_BINS]/lrelease }
-   isEmpty(MAN_ZIP){ MAN_ZIP = "gzip -c" }
-   !exists(LRELEASE){ NO_I18N=true } #translations unavailable
diff --git a/srcpkgs/lumina/template b/srcpkgs/lumina/template
index ed7ef97adfba..ef594b23ab36 100644
--- a/srcpkgs/lumina/template
+++ b/srcpkgs/lumina/template
@@ -1,20 +1,20 @@
 # Template file for 'lumina'
 pkgname=lumina
-version=1.6.0
-revision=2
+version=1.6.2
+revision=1
 build_style=qmake
 configure_args="QT5LIBDIR=/usr/lib/qt5 L_ETCDIR=/etc CONFIG+=WITH_I18N"
 hostmakedepends="qt5-host-tools qt5-qmake"
-makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel
+makedepends="qt5-devel qt5-x11extras-devel qt5-multimedia-devel qt5-svg-devel pam-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 bsdtar qt5-svg qsudo"
+depends="fluxbox numlockx xbacklight alsa-utils acpi xscreensaver bsdtar qt5-svg"
 short_desc="Lumina Desktop Environment"
 maintainer="hipperson0 <hipperson0@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/lumina-desktop/lumina"
 distfiles="https://github.com/lumina-desktop/lumina/archive/v${version}.tar.gz"
-checksum=f3512fca4d05e3cf3a6ac106f0f16c9618bda9fa546f1d23ffb0eab9a5ce7c8a
+checksum=02cca45e655727360990db8a9e3935be54cc4fbb01b339d1cd406d280ecdf3ae
 replaces="lumina-git>=0"
 
 post_install() {

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2023-01-09 15:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-27  6:31 [PR PATCH] lumina: update to 1.6.2 karlgrose
2022-01-07  4:23 ` [PR PATCH] [Updated] " karlgrose
2022-01-16 17:56 ` karlgrose
2022-01-20 21:06 ` karlgrose
2022-01-30  8:59 ` karlgrose
2022-02-08 20:46 ` karlgrose
2022-02-14  8:24 ` paper42
2022-02-14 14:27 ` [PR PATCH] [Updated] " karlgrose
2022-02-14 14:33 ` karlgrose
2022-04-11 16:59 ` [PR PATCH] [Updated] " karlgrose
2022-04-19  3:26 ` karlgrose
2022-06-05  2:21 ` [PR PATCH] [Updated] " karlgrose
2022-07-21  1:12 ` karlgrose
2022-10-03 17:40 ` karlgrose
2023-01-02  1:57 ` github-actions
2023-01-02 18:48 ` [PR PATCH] [Updated] " karlgrose
2023-01-09 15:47 ` [PR PATCH] [Merged]: " paper42

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).