diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2025-06-26 12:23:30 +0300 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2025-06-26 12:30:43 +0300 |
commit | 2c4729fd7ef64e2265d13a76c41564ecfe9c2bea (patch) | |
tree | 98c5da205e7bd1facdb21f505b880cd2562a9752 | |
parent | games/kajongg: add missing dependence on QtPy (diff) |
devel/kdevelop: avoid conflict with devel/thunar-vcs-plugin
Both install 16x16 png icon for subversion of similar visual style:
https://invent.kde.org/kdevelop/kdevelop/-/raw/master/plugins/subversion/icons/16-apps-subversion.png
https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin/-/raw/master/icons/16x16/subversion.png
Drop the 16x16 icon from kdevelop. It still installs other sizes and svg icon.
PR: 287804
Reported by: Sergey V. Koupreyenko
-rw-r--r-- | devel/kdevelop/Makefile | 1 | ||||
-rw-r--r-- | devel/kdevelop/pkg-plist | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/kdevelop/Makefile b/devel/kdevelop/Makefile index ae4cf97e9ef1..de2e49fef7a1 100644 --- a/devel/kdevelop/Makefile +++ b/devel/kdevelop/Makefile @@ -3,6 +3,7 @@ # devel/kdev-python PORTNAME= kdevelop DISTVERSION= ${KDE_APPLICATIONS_VERSION} +PORTREVISION= 1 CATEGORIES= devel kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/devel/kdevelop/pkg-plist b/devel/kdevelop/pkg-plist index efbc6f782f96..25044170fe08 100644 --- a/devel/kdevelop/pkg-plist +++ b/devel/kdevelop/pkg-plist @@ -577,7 +577,7 @@ share/icons/hicolor/16x16/apps/github-private.png share/icons/hicolor/16x16/apps/github-repo.png share/icons/hicolor/16x16/apps/kdevelop.png share/icons/hicolor/16x16/apps/kdevgh.png -share/icons/hicolor/16x16/apps/subversion.png +@comment share/icons/hicolor/16x16/apps/subversion.png share/icons/hicolor/22x22/actions/breakpoint.png share/icons/hicolor/256x256/apps/kdevelop.png share/icons/hicolor/32x32/actions/breakpoint.png |