Hello,

On 2022/11/04 14:24:03 -0700, "Heppler, J. Scott" <shep...@spectrum.net> wrote:
> Removed redundant @pkgpath x11/tint in the attachment.
> 
> Sorry for the noise.

It's working great, thanks! :)

Regarding the diff, here's a slightly tweaked one:

 - make port-lib-depends-check wasn't happy; WANTLIB regen'd
 - make update-plist removed a directory


Index: Makefile
===================================================================
RCS file: /home/cvs/ports/x11/tint2/Makefile,v
retrieving revision 1.17
diff -u -p -r1.17 Makefile
--- Makefile    27 Mar 2022 16:23:07 -0000      1.17
+++ Makefile    5 Nov 2022 09:06:43 -0000
@@ -2,23 +2,21 @@ ONLY_FOR_ARCHS=       ${APM_ARCHS}
 
 COMMENT=       freedesktop-compliant panel
 
-V=             16.7
+V=             17.0.2
 CATEGORIES=    x11
 DISTNAME=      tint2-${V}
 HOMEPAGE=      https://gitlab.com/o9000/tint2/
-REVISION=      0
 
 # GPLv2 only
 PERMIT_PACKAGE=        Yes
 
 MASTER_SITES=  https://gitlab.com/o9000/tint2/-/archive/${V}/
 
-WANTLIB =  Imlib2 X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
-WANTLIB += Xrandr Xrender atk-1.0 c cairo fontconfig freetype
-WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0
-WANTLIB += gthread-2.0 gtk-x11-2.0 harfbuzz intl m pango-1.0
-WANTLIB += pangocairo-1.0 pangoft2-1.0 pthread rsvg-2
-WANTLIB += startup-notification-1 z
+WANTLIB += Imlib2 X11 Xcomposite Xdamage Xext Xfixes Xinerama
+WANTLIB += Xrandr Xrender atk-1.0 c cairo cairo-gobject gdk-3
+WANTLIB += gdk_pixbuf-2.0 gio-2.0 glib-2.0 gobject-2.0 gthread-2.0
+WANTLIB += gtk-3 harfbuzz intl m pango-1.0 pangocairo-1.0 pthread
+WANTLIB += rsvg-2 startup-notification-1
 
 BUILD_DEPENDS= devel/gettext,-tools
 
@@ -26,7 +24,7 @@ LIB_DEPENDS=  devel/pango \
                devel/startup-notification \
                x11/gnome/librsvg \
                graphics/imlib2 \
-               x11/gtk+2
+               x11/gtk+3
 
 MODULES=       devel/cmake \
                x11/gnome
Index: distinfo
===================================================================
RCS file: /home/cvs/ports/x11/tint2/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo    18 Oct 2019 12:50:00 -0000      1.5
+++ distinfo    5 Nov 2022 09:03:06 -0000
@@ -1,2 +1,2 @@
-SHA256 (tint2-16.7.tar.gz) = K34MBCW/H3f4l0jnKVqb3ABvGM4LWBSAIv4p4UBau28=
-SIZE (tint2-16.7.tar.gz) = 551146
+SHA256 (tint2-17.0.2.tar.gz) = +H8UfhdtMvMfEvwXN/dfVMTG93lhxqJhXvnWTLKc4kw=
+SIZE (tint2-17.0.2.tar.gz) = 553697
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /home/cvs/ports/x11/tint2/patches/patch-CMakeLists_txt,v
retrieving revision 1.5
diff -u -p -r1.5 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        11 Mar 2022 20:17:26 -0000      1.5
+++ patches/patch-CMakeLists_txt        5 Nov 2022 09:03:06 -0000
@@ -1,7 +1,7 @@
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -289,8 +289,7 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-p
+@@ -292,8 +292,7 @@ target_link_libraries(tint2-send ${X11_LIBRARIES})
  install( TARGETS tint2 DESTINATION bin )
  install( FILES tint2.svg DESTINATION 
${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps )
  install( FILES tint2.desktop DESTINATION 
${CMAKE_INSTALL_DATADIR}/applications )
Index: pkg/PLIST
===================================================================
RCS file: /home/cvs/ports/x11/tint2/pkg/PLIST,v
retrieving revision 1.8
diff -u -p -r1.8 PLIST
--- pkg/PLIST   11 Mar 2022 20:17:26 -0000      1.8
+++ pkg/PLIST   5 Nov 2022 09:05:19 -0000
@@ -18,7 +18,6 @@ share/doc/tint2/html/manual.html
 share/doc/tint2/html/readme.html
 share/doc/tint2/tint2.md
 share/examples/tint2/
-@sample ${SYSCONFDIR}/xdg/
 @sample ${SYSCONFDIR}/xdg/tint2/
 share/examples/tint2/default_icon.png
 share/examples/tint2/horizontal-dark-opaque.tint2rc
@@ -44,6 +43,6 @@ share/locale/pl/LC_MESSAGES/tint2conf.mo
 share/locale/ru/LC_MESSAGES/tint2conf.mo
 share/locale/sr/LC_MESSAGES/tint2conf.mo
 share/mime/packages/tint2conf.xml
-@tag update-desktop-database
 @tag gtk-update-icon-cache %D/share/icons/hicolor
 @tag update-mime-database
+@tag update-desktop-database

Reply via email to