Skip to content

Commit

Permalink
deskutils/latte-dock: Update to 0.10.0
Browse files Browse the repository at this point in the history
Changelog:
    - 2200 commits after version 0.9
    - plenty of bug fixes and improvements
    - Highlights:
      -- multiple docks and panels on the same screen edge
      -- floating docks and panels
      -- support background radius and background shadow size
      -- ten different visibility modes
      -- ondemand sidebars support
      -- inform Plasma Desktop about panels and docks geometries (since plasma 5.18)
      -- inform window managers about docks visible area (GTK_FRAME_EXTENTS support)
      -- provide internal Widgets Explorer dialog and thus being able to be used
         completely in other desktop environments such as GNOME and XFCE
      -- support multiple Latte Tasks in the same dock or panel
      -- improve applets positioning for Justify alignment in latte panels
      -- support latte centric applets that can use parabolic effect easily
      -- support Plasma Margins Area Separators
      -- user can specify custom color scheme per layout
      -- redesign and improve all layouts dialogs
      -- use templates for all layout functionality
      -- provide move/copy/paste functionality for docks and panels
      -- export layouts and docks/panels as templates for public use
  • Loading branch information
tcberner committed Aug 13, 2021
1 parent 01b2e1f commit 53fc511
Show file tree
Hide file tree
Showing 3 changed files with 220 additions and 73 deletions.
16 changes: 8 additions & 8 deletions deskutils/latte-dock/Makefile
@@ -1,22 +1,22 @@
PORTNAME= latte-dock
DISTVERSION= 0.9.12
DISTVERSION= 0.10.0
CATEGORIES= deskutils kde
MASTER_SITES= KDE/stable/latte-dock

MAINTAINER= kde@FreeBSD.org
COMMENT= Launcher for Qt and Plasma desktops

LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
LICENSE_COMB= multi
LICENSE= GPLv2+ LGPL20+ LGPL21 LGPL3

LIB_DEPENDS= libxcb-util.so:x11/xcb-util

USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz xorg
USE_KDE= activities archive attica auth codecs config configwidgets \
coreaddons crash dbusaddons globalaccel guiaddons i18n \
iconthemes libksysguard kdeclarative newstuff notifications \
package plasma-framework service wayland widgetsaddons \
windowsystem xmlgui \
USE_KDE= activities archive attica auth codecs completion config \
configwidgets coreaddons crash dbusaddons globalaccel \
guiaddons i18n iconthemes jobwidgets kdeclarative kio \
libksysguard newstuff notifications package plasma-framework \
service solid wayland widgetsaddons windowsystem xmlgui \
ecm_build
USE_QT= core dbus declarative gui network widgets x11extras xml \
buildtools_build qmake_build
Expand Down
6 changes: 3 additions & 3 deletions deskutils/latte-dock/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1621414969
SHA256 (latte-dock-0.9.12.tar.xz) = b2b8af8c69eb122ccbbe987b00fff4d9d3ac9ccc939cbddae9fd319bca0630be
SIZE (latte-dock-0.9.12.tar.xz) = 741208
TIMESTAMP = 1628870632
SHA256 (latte-dock-0.10.0.tar.xz) = 967e129b437a1eb3bff0b045674f06bfacb02f0040da39738b7fc95cb1417812
SIZE (latte-dock-0.10.0.tar.xz) = 983700

0 comments on commit 53fc511

Please sign in to comment.