回复: 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/qt5/qtx11extras
+

回复: 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