Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Apr 2021 17:52:55 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d34cc2323087 - main - x11/ly: Update to 0.5.2
Message-ID:  <202104091752.139Hqt5d044622@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d34cc2323087de32a1eccb989ea68fdae6f44480

commit d34cc2323087de32a1eccb989ea68fdae6f44480
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-09 17:52:49 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-04-09 17:52:49 +0000

    x11/ly: Update to 0.5.2
    
    Changes:
    
     * https://github.com/nullgemm/ly/releases/tag/v0.5.2
     * https://github.com/nullgemm/ly/releases/tag/v0.5.1
---
 x11/ly/Makefile                   |  2 +-
 x11/ly/distinfo                   |  6 +++---
 x11/ly/files/patch-makefile       |  8 +++++---
 x11/ly/files/patch-res_config.ini | 17 +++++++++--------
 x11/ly/pkg-plist                  |  7 ++++++-
 5 files changed, 24 insertions(+), 16 deletions(-)

diff --git a/x11/ly/Makefile b/x11/ly/Makefile
index da2931f6e91e..a338809f2035 100644
--- a/x11/ly/Makefile
+++ b/x11/ly/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	ly
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.5.0
+DISTVERSION=	0.5.2
 CATEGORIES=	x11
 
 MAINTAINER=	nc@FreeBSD.org
diff --git a/x11/ly/distinfo b/x11/ly/distinfo
index 139fb7b0eb2c..bb5ca9bd4a31 100644
--- a/x11/ly/distinfo
+++ b/x11/ly/distinfo
@@ -1,6 +1,6 @@
-TIMESTAMP = 1612242690
-SHA256 (cylgom-ly-v0.5.0_GH0.tar.gz) = 5311d77a1f9e5e827adc26e7bdf4a6dadb5ada0fa7d85b451b35231cb6d84b6d
-SIZE (cylgom-ly-v0.5.0_GH0.tar.gz) = 20355
+TIMESTAMP = 1617989260
+SHA256 (cylgom-ly-v0.5.2_GH0.tar.gz) = 3460c2c8015add2946f9ff5d3e4bf051d7c07005698fe61279cedacd1283e010
+SIZE (cylgom-ly-v0.5.2_GH0.tar.gz) = 22535
 SHA256 (cylgom-argoat-36c41f09ecc2a10c9acf35e4194e08b6fa10cf45_GH0.tar.gz) = 5c284cae748b1cec4eef311845f53ad673f91996ec425c6e323f0c40e829e77f
 SIZE (cylgom-argoat-36c41f09ecc2a10c9acf35e4194e08b6fa10cf45_GH0.tar.gz) = 5497
 SHA256 (cylgom-testoasterror-71620b47872b5535f87c908883576d73153a6911_GH0.tar.gz) = bffa1100ffbb7d541a16a9a543e216748fe6f6264fd2b9137738cebcf68d3e8c
diff --git a/x11/ly/files/patch-makefile b/x11/ly/files/patch-makefile
index b9a706ac6cba..72492e9b6aad 100644
--- a/x11/ly/files/patch-makefile
+++ b/x11/ly/files/patch-makefile
@@ -1,4 +1,4 @@
---- makefile.orig	2020-02-03 07:51:05 UTC
+--- makefile.orig	2020-07-28 15:35:08 UTC
 +++ makefile
 @@ -1,9 +1,9 @@
  NAME = ly
@@ -23,7 +23,7 @@
  
  BIND = bin
  OBJD = obj
-@@ -71,14 +75,13 @@ leakgrind: $(BIND)/$(NAME)
+@@ -71,15 +75,14 @@ leakgrind: $(BIND)/$(NAME)
  
  install: $(BIND)/$(NAME)
  	@echo "installing"
@@ -34,7 +34,8 @@
 -	@install -DZ $(RESD)/wsetup.sh -t $(DATADIR)
 -	@install -dZ $(DATADIR)/lang
 -	@install -DZ $(RESD)/lang/* -t $(DATADIR)/lang
--	@install -DZ $(RESD)/ly.service -t ${DESTDIR}/usr/lib/systemd/system
+-	@install -DZ $(RESD)/ly.service -m 644 -t ${DESTDIR}/usr/lib/systemd/system
+-	@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}/etc/pam.d
 +	@install -dZ ${DESTDIR}${PREFIX}/etc/ly
 +	@install -DZ $(BIND)/$(NAME) -t ${DESTDIR}${PREFIX}/bin
 +	@install -DZ $(RESD)/config.ini -t ${DESTDIR}${PREFIX}/etc/ly
@@ -42,6 +43,7 @@
 +	@install -DZ $(RESD)/wsetup.sh -t ${DESTDIR}${PREFIX}/etc/ly
 +	@install -dZ ${DESTDIR}${PREFIX}/etc/ly/lang
 +	@install -DZ $(RESD)/lang/* -t ${DESTDIR}${PREFIX}/etc/ly/lang
++	@install -DZ $(RESD)/pam.d/ly -m 644 -t ${DESTDIR}${PREFIX}/etc/pam.d
  
  installnoconf: $(BIND)/$(NAME)
  	@echo "installing without the configuration file"
diff --git a/x11/ly/files/patch-res_config.ini b/x11/ly/files/patch-res_config.ini
index 36c9c6df22ef..90f0c60ed8f4 100644
--- a/x11/ly/files/patch-res_config.ini
+++ b/x11/ly/files/patch-res_config.ini
@@ -1,12 +1,12 @@
---- res/config.ini.orig	2020-02-02 23:51:05.000000000 -0800
-+++ res/config.ini	2021-02-02 19:37:58.212398000 -0800
+--- res/config.ini.orig	2020-07-28 15:35:08 UTC
++++ res/config.ini
 @@ -1,3 +1,5 @@
 +# This is a FreeBSD-ready patched version of the upstream configuration file.
 +
  # animation enabled
  #animate = false
  #animate = true
-@@ -52,12 +54,14 @@
+@@ -53,12 +55,14 @@
  
  # cookie generator
  #mcookie_cmd = /usr/bin/mcookie
@@ -16,19 +16,19 @@
  #min_refresh_delta = 5
  
  # default path
- #path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin
+ #path = /sbin:/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin
 +path = /sbin:/bin:%%LOCALBASE%%/sbin:%%LOCALBASE%%/bin:/usr/sbin:/usr/bin:/usr/bin/env
  
  # command executed when pressing F2
  #restart_cmd = /sbin/shutdown -r now
-@@ -67,12 +71,14 @@
+@@ -68,12 +72,14 @@
  
  # file in which to save and load the default desktop and login
  #save_file = /etc/ly/save
 +save_file = %%ETCDIR%%/save
  
- # service name (pam needs this set to login)
- #service_name = login
+ # service name (set to ly to use the provided pam config file)
+ #service_name = ly
  
  # command executed when pressing F1
  #shutdown_cmd = /sbin/shutdown -a now
@@ -36,7 +36,7 @@
  
  # terminal reset command (tput is faster)
  #term_reset_cmd = /usr/bin/tput reset
-@@ -80,23 +86,32 @@
+@@ -81,8 +87,12 @@
  # tty in use
  #tty = 2
  
@@ -49,6 +49,7 @@
  
  # add wayland specifier to session names
  #wayland_specifier = false
+@@ -90,15 +100,20 @@
  
  # wayland desktop environments
  #waylandsessions = /usr/share/wayland-sessions
diff --git a/x11/ly/pkg-plist b/x11/ly/pkg-plist
index 688781f4df32..db7f95e0f2c4 100644
--- a/x11/ly/pkg-plist
+++ b/x11/ly/pkg-plist
@@ -1,7 +1,12 @@
 bin/ly
-@sample %%ETCDIR%%/config.ini.sample
+@dir %%ETCDIR%%/lang
 %%ETCDIR%%/lang/en.ini
 %%ETCDIR%%/lang/es.ini
 %%ETCDIR%%/lang/fr.ini
+%%ETCDIR%%/lang/pt.ini
+%%ETCDIR%%/lang/ro.ini
+%%ETCDIR%%/lang/ru.ini
+@sample %%ETCDIR%%/config.ini.sample
 @sample %%ETCDIR%%/wsetup.sh.sample
 @sample %%ETCDIR%%/xsetup.sh.sample
+etc/pam.d/ly



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104091752.139Hqt5d044622>