Hi ports;

The attached *diff is a minor update for x11/tint2.  I've been running
it for about 2 months on an amd64 system and had previously submitted.
The prior submission diff was not cleaned up - I'd left some *.orig
files in patches and pkg.


Changelog

2019-07-14 16.7
- Fixes:
 - Fix spacing around icons in executor without text in vertical panels (issue 
#716)
 - Fix Bug: Clock Only Updates Every Minute With Format %s (issue #724)
 - Fix markup drawing when font shadow enabled (issue #709)
 - Struts pivoting: workaround for panel positioning between monitors in mutter 
(Chris Billington)
- Enhancements:
 - Blink battery when discharging and low (issue #723)
 - Add support for battery percentage without % sign (issue #730)
 - Expand leading ~ in icon paths
--
J. Scott Heppler
Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/tint2/Makefile,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 Makefile
--- Makefile    12 Jul 2019 21:05:06 -0000      1.13
+++ Makefile    4 Oct 2019 15:42:21 -0000
@@ -2,7 +2,7 @@
 
 COMMENT=       freedesktop-compliant panel
 
-V=             16.6.1
+V=             16.7
 CATEGORIES=    x11
 DISTNAME=      tint2-${V}
 HOMEPAGE=      https://gitlab.com/o9000/tint2/
Index: distinfo
===================================================================
RCS file: /cvs/ports/x11/tint2/distinfo,v
retrieving revision 1.4
diff -u -p -u -p -r1.4 distinfo
--- distinfo    16 Sep 2018 17:01:37 -0000      1.4
+++ distinfo    4 Oct 2019 15:42:21 -0000
@@ -1,2 +1,2 @@
-SHA256 (tint2-16.6.1.tar.gz) = 2S51My6+rDcPAntKCx6KCGUPxW4/KrxB9ROGNM9r180=
-SIZE (tint2-16.6.1.tar.gz) = 546488
+SHA256 (tint2-16.7.tar.gz) = K34MBCW/H3f4l0jnKVqb3ABvGM4LWBSAIv4p4UBau28=
+SIZE (tint2-16.7.tar.gz) = 551146
Index: patches/patch-CMakeLists_txt
===================================================================
RCS file: /cvs/ports/x11/tint2/patches/patch-CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-CMakeLists_txt
--- patches/patch-CMakeLists_txt        16 Sep 2018 17:01:37 -0000      1.3
+++ patches/patch-CMakeLists_txt        4 Oct 2019 15:42:21 -0000
@@ -1,14 +1,15 @@
-$OpenBSD: patch-CMakeLists_txt,v 1.3 2018/09/16 17:01:37 bcallah Exp $
+$OpenBSD$
 
 Index: CMakeLists.txt
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -289,7 +289,7 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-p
+@@ -289,8 +289,7 @@ set_target_properties( tint2 PROPERTIES LINK_FLAGS "-p
  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 )
 -install( FILES themes/tint2rc DESTINATION 
${CMAKE_INSTALL_FULL_SYSCONFDIR}/xdg/tint2 )
-+install( FILES themes/tint2rc DESTINATION 
${CMAKE_INSTALL_DATADIR}/examples/tint2 )
- install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
+-install( FILES default_icon.png DESTINATION ${CMAKE_INSTALL_DATADIR}/tint2 )
++install( FILES default_icon.png DESTINATION 
${CMAKE_INSTALL_DATADIR}/examples/tint2 )
  install( FILES AUTHORS ChangeLog README.md doc/tint2.md DESTINATION ${docdir} 
)
  install( FILES doc/manual.html doc/readme.html DESTINATION ${htmldir} )
+ install( DIRECTORY doc/images DESTINATION ${htmldir} )
Index: patches/patch-themes_CMakeLists_txt
===================================================================
RCS file: /cvs/ports/x11/tint2/patches/patch-themes_CMakeLists_txt,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-themes_CMakeLists_txt
--- patches/patch-themes_CMakeLists_txt 16 Sep 2018 17:01:37 -0000      1.3
+++ patches/patch-themes_CMakeLists_txt 4 Oct 2019 15:42:21 -0000
@@ -1,4 +1,4 @@
-$OpenBSD: patch-themes_CMakeLists_txt,v 1.3 2018/09/16 17:01:37 bcallah Exp $
+$OpenBSD$
 
 Index: themes/CMakeLists.txt
 --- themes/CMakeLists.txt.orig
Index: patches/patch-themes_tint2rc
===================================================================
RCS file: /cvs/ports/x11/tint2/patches/patch-themes_tint2rc,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-themes_tint2rc
--- patches/patch-themes_tint2rc        16 Sep 2018 17:01:37 -0000      1.3
+++ patches/patch-themes_tint2rc        4 Oct 2019 15:42:21 -0000
@@ -1,15 +1,17 @@
-$OpenBSD: patch-themes_tint2rc,v 1.3 2018/09/16 17:01:37 bcallah Exp $
+$OpenBSD$
 
 Index: themes/tint2rc
 --- themes/tint2rc.orig
 +++ themes/tint2rc
-@@ -150,9 +150,7 @@ startup_notifications = 1
+@@ -150,9 +150,9 @@ startup_notifications = 1
  launcher_tooltip = 1
  launcher_item_app = tint2conf.desktop
  launcher_item_app = firefox.desktop
 -launcher_item_app = iceweasel.desktop
++launcher_item_app = firefox-esr.desktop
  launcher_item_app = chromium-browser.desktop
 -launcher_item_app = google-chrome.desktop
++launcher_item_app = iridium-browser.desktop
  
  #-------------------------------------
  # Clock
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/x11/tint2/pkg/PLIST,v
retrieving revision 1.6
diff -u -p -u -p -r1.6 PLIST
--- pkg/PLIST   1 Jul 2018 18:33:39 -0000       1.6
+++ pkg/PLIST   4 Oct 2019 15:42:21 -0000
@@ -21,6 +21,7 @@ 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
 share/examples/tint2/horizontal-dark-transparent.tint2rc
 share/examples/tint2/horizontal-icon-only.tint2rc
@@ -44,8 +45,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
-share/tint2/
-share/tint2/default_icon.png
 @tag update-desktop-database
 @tag gtk-update-icon-cache %D/share/icons/hicolor
 @tag update-mime-database

Reply via email to