回复: x11/lxqt: Update to 1.1.0

2022-07-28 Thread wen heping
ping ...


发件人: wen heping 
发送时间: 2022年7月15日 8:05
收件人: Rafael Sadowski
抄送: ports@openbsd.org
主题: 回复: x11/lxqt: Update to 1.1.0

Hi,

  Here is the revised patch for x11/lxqt, include:
   i) Replace 1.1.0 with ${VERSION}
   ii) Fix PLIST errors
   ii) Add lxqt-archiver

   Any comments ?


Cheers !
wen


发件人: Rafael Sadowski 
发送时间: 2022年5月1日 22:53
收件人: wen heping
抄送: ports@openbsd.org
主题: Re: x11/lxqt: Update to 1.1.0

On Sun May 01, 2022 at 02:13:13PM +, wen heping wrote:
> Hi, ports@:
>
>Here is a patch for x11/lxqt to update to 1.1.0.
>It build well and run well on my amd64-7.1 system.
>
>Any comments?

We could replace:

+LIB_DEPENDS += x11/lxqt/liblxqt>=1.1.0
with
+LIB_DEPENDS += x11/lxqt/liblxqt>=${VERSION}

What do you think?

Rafael


回复: x11/lxqt: Update to 1.1.0

2022-07-14 Thread wen heping
Hi,

  Here is the revised patch for x11/lxqt, include:
   i) Replace 1.1.0 with ${VERSION}
   ii) Fix PLIST errors
   ii) Add lxqt-archiver

   Any comments ?


Cheers !
wen


发件人: Rafael Sadowski 
发送时间: 2022年5月1日 22:53
收件人: wen heping
抄送: ports@openbsd.org
主题: Re: x11/lxqt: Update to 1.1.0

On Sun May 01, 2022 at 02:13:13PM +, wen heping wrote:
> Hi, ports@:
>
>Here is a patch for x11/lxqt to update to 1.1.0.
>It build well and run well on my amd64-7.1 system.
>
>Any comments?

We could replace:

+LIB_DEPENDS += x11/lxqt/liblxqt>=1.1.0
with
+LIB_DEPENDS += x11/lxqt/liblxqt>=${VERSION}

What do you think?

Rafael
? x11/lxqt/panel/patches/patch-panel-resources-panel-conf
Index: x11/lxqt/Makefile
===
RCS file: /cvs/ports/x11/lxqt/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- x11/lxqt/Makefile   11 Mar 2022 20:16:38 -  1.3
+++ x11/lxqt/Makefile   14 Jul 2022 23:56:20 -
@@ -9,6 +9,7 @@
 # LXQt
  SUBDIR += liblxqt
  SUBDIR += about
+ SUBDIR += archiver
  SUBDIR += config  #NO KScreen
  SUBDIR += globalkeys
  SUBDIR += notificationd
Index: x11/lxqt/Makefile.inc
===
RCS file: /cvs/ports/x11/lxqt/Makefile.inc,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile.inc
--- x11/lxqt/Makefile.inc   11 Mar 2022 20:16:38 -  1.7
+++ x11/lxqt/Makefile.inc   14 Jul 2022 23:56:20 -
@@ -1,6 +1,6 @@
 DIST_SUBDIR =  lxqt
 
-VERSION ?= 1.0.0
+VERSION ?= 1.1.0
 
 DISTNAME ?=${NAME}-${VERSION}
 
Index: x11/lxqt/about/Makefile
===
RCS file: /cvs/ports/x11/lxqt/about/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- x11/lxqt/about/Makefile 11 Mar 2022 20:16:38 -  1.8
+++ x11/lxqt/about/Makefile 14 Jul 2022 23:56:20 -
@@ -6,9 +6,9 @@ WANTLIB += ${COMPILER_LIBCXX} KF5WindowS
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
 WANTLIB += Qt5Xml X11 c gio-2.0 glib-2.0 gobject-2.0 lxqt m
 
-LIB_DEPENDS += x11/lxqt/liblxqt>=1.0.0
+LIB_DEPENDS += x11/lxqt/liblxqt>=${VERSION}
 
-BUILD_DEPENDS +=   x11/lxqt/build-tools
+BUILD_DEPENDS +=   x11/lxqt/build-tools>=0.11.0
 
 RUN_DEPENDS += devel/desktop-file-utils
 
Index: x11/lxqt/about/distinfo
===
RCS file: /cvs/ports/x11/lxqt/about/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- x11/lxqt/about/distinfo 22 Nov 2021 05:45:42 -  1.3
+++ x11/lxqt/about/distinfo 14 Jul 2022 23:56:20 -
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-about-1.0.0.tar.xz) = 
HBT2i/ZQmfvUawYv/GySZWYgqhqe7FoP0tGxGIiTkgM=
-SIZE (lxqt/lxqt-about-1.0.0.tar.xz) = 43176
+SHA256 (lxqt/lxqt-about-1.1.0.tar.xz) = 
g1u8WORU2x/EY88/9lMmlRQApPn/W03osOo62+6CeA0=
+SIZE (lxqt/lxqt-about-1.1.0.tar.xz) = 45324
Index: x11/lxqt/about/pkg/PLIST
===
RCS file: /cvs/ports/x11/lxqt/about/pkg/PLIST,v
retrieving revision 1.4
diff -u -p -r1.4 PLIST
--- x11/lxqt/about/pkg/PLIST11 Mar 2022 20:16:38 -  1.4
+++ x11/lxqt/about/pkg/PLIST14 Jul 2022 23:56:20 -
@@ -3,6 +3,7 @@
 @bin bin/lxqt-about
 share/applications/lxqt-about.desktop
 @tag update-desktop-database
+share/icons/hicolor/scalable/apps/lxqt-about.svg
 share/lxqt/translations/
 share/lxqt/translations/lxqt-about/
 share/lxqt/translations/lxqt-about/lxqt-about_ar.qm
@@ -26,6 +27,7 @@ share/lxqt/translations/lxqt-about/lxqt-
 share/lxqt/translations/lxqt-about/lxqt-about_fr.qm
 share/lxqt/translations/lxqt-about/lxqt-about_gl.qm
 share/lxqt/translations/lxqt-about/lxqt-about_he.qm
+share/lxqt/translations/lxqt-about/lxqt-about_hi.qm
 share/lxqt/translations/lxqt-about/lxqt-about_hr.qm
 share/lxqt/translations/lxqt-about/lxqt-about_hu.qm
 share/lxqt/translations/lxqt-about/lxqt-about_ia.qm
@@ -55,3 +57,4 @@ share/lxqt/translations/lxqt-about/lxqt-
 share/lxqt/translations/lxqt-about/lxqt-about_vi.qm
 share/lxqt/translations/lxqt-about/lxqt-about_zh_CN.qm
 share/lxqt/translations/lxqt-about/lxqt-about_zh_TW.qm
+@tag gtk-update-icon-cache %D/share/icons/hicolor
Index: x11/lxqt/archiver/Makefile
===
RCS file: x11/lxqt/archiver/Makefile
diff -N x11/lxqt/archiver/Makefile
--- /dev/null   1 Jan 1970 00:00:00 -
+++ x11/lxqt/archiver/Makefile  14 Jul 2022 23:56:20 -
@@ -0,0 +1,18 @@
+COMMENT =  Qt file archiver
+VERSION=   0.6.0
+
+NAME = lxqt-archiver
+
+WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Widgets Qt5X11Extras
+WANTLIB += c gio-2.0 glib-2.0 gobject-2.0 m
+WANTLIB += gthread-2.0 intl json-glib-1.0 xcb
+
+LIB_DEPENDS += devel/json-glib \
+ 

回复: x11/lxqt: Update to 1.1.0

2022-05-01 Thread wen heping
Agree.


发件人: Rafael Sadowski 
发送时间: 2022年5月1日 22:53
收件人: wen heping
抄送: ports@openbsd.org
主题: Re: x11/lxqt: Update to 1.1.0

On Sun May 01, 2022 at 02:13:13PM +, wen heping wrote:
> Hi, ports@:
>
>Here is a patch for x11/lxqt to update to 1.1.0.
>It build well and run well on my amd64-7.1 system.
>
>Any comments?

We could replace:

+LIB_DEPENDS += x11/lxqt/liblxqt>=1.1.0
with
+LIB_DEPENDS += x11/lxqt/liblxqt>=${VERSION}

What do you think?

Rafael


Re: x11/lxqt: Update to 1.1.0

2022-05-01 Thread Rafael Sadowski
On Sun May 01, 2022 at 02:13:13PM +, wen heping wrote:
> Hi, ports@:
> 
>Here is a patch for x11/lxqt to update to 1.1.0.
>It build well and run well on my amd64-7.1 system.
> 
>Any comments?

We could replace:

+LIB_DEPENDS += x11/lxqt/liblxqt>=1.1.0
with
+LIB_DEPENDS += x11/lxqt/liblxqt>=${VERSION}

What do you think?

Rafael



x11/lxqt: Update to 1.1.0

2022-05-01 Thread wen heping
Hi, ports@:

   Here is a patch for x11/lxqt to update to 1.1.0.
   It build well and run well on my amd64-7.1 system.

   Any comments?


Cheers !
wenIndex: Makefile.inc
===
RCS file: /cvs/ports/x11/lxqt/Makefile.inc,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile.inc
--- Makefile.inc11 Mar 2022 20:16:38 -  1.7
+++ Makefile.inc1 May 2022 14:07:55 -
@@ -1,6 +1,6 @@
 DIST_SUBDIR =  lxqt
 
-VERSION ?= 1.0.0
+VERSION ?= 1.1.0
 
 DISTNAME ?=${NAME}-${VERSION}
 
Index: about/Makefile
===
RCS file: /cvs/ports/x11/lxqt/about/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- about/Makefile  11 Mar 2022 20:16:38 -  1.8
+++ about/Makefile  1 May 2022 14:07:55 -
@@ -6,7 +6,7 @@ WANTLIB += ${COMPILER_LIBCXX} KF5WindowS
 WANTLIB += Qt5Gui Qt5Svg Qt5Widgets Qt5X11Extras Qt5Xdg Qt5XdgIconLoader
 WANTLIB += Qt5Xml X11 c gio-2.0 glib-2.0 gobject-2.0 lxqt m
 
-LIB_DEPENDS += x11/lxqt/liblxqt>=1.0.0
+LIB_DEPENDS += x11/lxqt/liblxqt>=1.1.0
 
 BUILD_DEPENDS +=   x11/lxqt/build-tools
 
Index: about/distinfo
===
RCS file: /cvs/ports/x11/lxqt/about/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- about/distinfo  22 Nov 2021 05:45:42 -  1.3
+++ about/distinfo  1 May 2022 14:07:55 -
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-about-1.0.0.tar.xz) = 
HBT2i/ZQmfvUawYv/GySZWYgqhqe7FoP0tGxGIiTkgM=
-SIZE (lxqt/lxqt-about-1.0.0.tar.xz) = 43176
+SHA256 (lxqt/lxqt-about-1.1.0.tar.xz) = 
g1u8WORU2x/EY88/9lMmlRQApPn/W03osOo62+6CeA0=
+SIZE (lxqt/lxqt-about-1.1.0.tar.xz) = 45324
Index: build-tools/Makefile
===
RCS file: /cvs/ports/x11/lxqt/build-tools/Makefile,v
retrieving revision 1.10
diff -u -p -r1.10 Makefile
--- build-tools/Makefile19 Apr 2022 13:06:37 -  1.10
+++ build-tools/Makefile1 May 2022 14:07:55 -
@@ -1,7 +1,6 @@
 COMMENT =  various packaging tools and scripts for LXQt applications
 
-VERSION =  0.10.0
-REVISION = 1
+VERSION =  0.11.0
 
 NAME = lxqt-build-tools
 
Index: build-tools/distinfo
===
RCS file: /cvs/ports/x11/lxqt/build-tools/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- build-tools/distinfo22 Nov 2021 05:45:42 -  1.3
+++ build-tools/distinfo1 May 2022 14:07:55 -
@@ -1,2 +1,2 @@
-SHA256 (lxqt/lxqt-build-tools-0.10.0.tar.xz) = 
+suGsL871P0gMG066WWhSO1ZeF6vfXMWmoKpdHPQO+o=
-SIZE (lxqt/lxqt-build-tools-0.10.0.tar.xz) = 25312
+SHA256 (lxqt/lxqt-build-tools-0.11.0.tar.xz) = 
3V1J5Z+bBVLLQBGOsopGP2MLXebmJrKRBBC1TvO8wbk=
+SIZE (lxqt/lxqt-build-tools-0.11.0.tar.xz) = 25348
Index: build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake
===
RCS file: build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake
diff -N build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake
--- build-tools/patches/patch-cmake_find-modules_FindGLIB_cmake 13 Apr 2022 
06:01:59 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,17 +0,0 @@
-From 62b77bb807aa2ac2c1df8eec372df771da8d2203 Mon Sep 17 00:00:00 2001
-From: Dmitry Shachnev 
-Date: Tue, 29 Mar 2022 00:29:49 +0300
-Subject: [PATCH] Replace gunixconnection.h file in gio-unix include dir check 
(#74)
-
-Index: cmake/find-modules/FindGLIB.cmake
 cmake/find-modules/FindGLIB.cmake.orig
-+++ cmake/find-modules/FindGLIB.cmake
-@@ -101,7 +101,7 @@ foreach (_component ${GLIB_FIND_COMPONENTS})
- elseif (${_component} STREQUAL "gio-unix")
- pkg_check_modules(GIO_UNIX gio-unix-2.0)
- find_path(GLIB_GIO_UNIX_INCLUDE_DIR
--  NAMES gio/gunixconnection.h
-+  NAMES gio/gunixfdlist.h
-   HINTS ${GIO_UNIX_INCLUDEDIR}
-   PATH_SUFFIXES gio-unix-2.0)
- 
Index: compton-conf/Makefile
===
RCS file: /cvs/ports/x11/lxqt/compton-conf/Makefile,v
retrieving revision 1.7
diff -u -p -r1.7 Makefile
--- compton-conf/Makefile   11 Mar 2022 20:16:39 -  1.7
+++ compton-conf/Makefile   1 May 2022 14:07:55 -
@@ -1,7 +1,6 @@
 COMMENT =  configuration tool for compton X composite manager
 
-VERSION =  0.15.0
-REVISION =  0
+VERSION =  0.16.0
 
 NAME = compton-conf
 
Index: compton-conf/distinfo
===
RCS file: /cvs/ports/x11/lxqt/compton-conf/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- compton-conf/distinfo   4 Sep 2020 15:40:10 -   1.2
+++ compton-conf/distinfo   1 May 2022 14:07:55 -
@@ -1,2 +1,2 @@
-SHA2