pkgsrc/graphics/oxygen-icons/Makefile
markd 622033b838 oxygen-icons: update to 5.93.0
5.83.0
high def new version printer
more versions of the printer icon size 16x16
more size versions of preferences-kde-connect

5.84.0
Ethernet port icon
2 more "new" system settings icons
thunderbolt preferences icon
search icon updated
more improvements to last day icon
more size versions of new screen
more work on sytemsetings icons
improved consistency and contrast

5.85.0
new color version for notification icon
improved icons from yesterday+ missing resolutions
preferences-desktop-notification-bell icon
kdf icon

5.86.0
Import icons from KAlarm

5.91.0
Check executables exist in PATH before passing them to QProcess
2022-04-25 03:22:25 +00:00

27 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.41 2022/04/25 03:22:25 markd Exp $
DISTNAME= oxygen-icons5-5.93.0
PKGNAME= ${DISTNAME:S/5//}
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_KDE:=frameworks/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
MAINTAINER= markd@NetBSD.org
HOMEPAGE= http://www.oxygen-icons.org/
COMMENT= Oxygen icon set for the KDE integrated X11 desktop
LICENSE= gnu-lgpl-v3
BUILD_DEPENDS+= extra-cmake-modules>=5.93.0:../../devel/extra-cmake-modules
TOOLS_DEPENDS.cmake= cmake>=3.0:../../devel/cmake
USE_CMAKE= yes
USE_LANGUAGES= c c++
CMAKE_ARG_PATH= ..
CONFIGURE_DIRS= _KDE_build
CMAKE_ARGS+= -DKF_IGNORE_PLATFORM_CHECK=true
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
.include "../../mk/bsd.pkg.mk"