mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/kshutdown: Update to 5.92-beta
Build with Qt6/KF6. https://kshutdown.sourceforge.io/releases/5.90-beta.html https://kshutdown.sourceforge.io/releases/5.91-beta.html https://kshutdown.sourceforge.io/releases/5.92-beta.html
This commit is contained in:
parent
2e8ceaec59
commit
3e7ad926e3
3 changed files with 12 additions and 17 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= kshutdown
|
||||
DISTVERSION= 5.2
|
||||
PORTREVISION= 2
|
||||
DISTVERSION= 5.92-beta
|
||||
CATEGORIES= sysutils kde
|
||||
MASTER_SITES= SF/${PORTNAME}/KShutdown/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}-source-${DISTVERSION}
|
||||
|
@ -12,20 +11,16 @@ WWW= http://kshutdown.sourceforge.net/
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= alias cmake compiler:c++0x gettext kde:5 qt:5 zip
|
||||
USE_KDE= auth codecs config configwidgets coreaddons crash dbusaddons \
|
||||
USES= cmake compiler:c++17-lang gettext-tools gl kde:6 qt:6 zip
|
||||
USE_GL= gl opengl # GLX
|
||||
USE_KDE= colorscheme config configwidgets coreaddons crash dbusaddons \
|
||||
globalaccel i18n idletime notifications notifyconfig \
|
||||
widgetsaddons xmlgui \
|
||||
statusnotifieritem widgetsaddons xmlgui \
|
||||
ecm:build
|
||||
USE_QT= core dbus gui widgets xml \
|
||||
buildtools:build qmake:build
|
||||
USE_QT= base
|
||||
|
||||
CMAKE_OFF= KS_PURE_QT
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
|
||||
|
||||
CMAKE_ON= KS_KF5
|
||||
CMAKE_OFF= KS_PURE_QT
|
||||
|
||||
# Uses c++14 thousands literall
|
||||
USE_CXXSTD= c++14
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1577957105
|
||||
SHA256 (kshutdown-source-5.2.zip) = 1ae0911b734a0d7eb12469ca95f066fb4d52c7880c2e9f1b692b236fd08337df
|
||||
SIZE (kshutdown-source-5.2.zip) = 445025
|
||||
TIMESTAMP = 1739505359
|
||||
SHA256 (kshutdown-source-5.92-beta.zip) = 11881bda3794a0b3523c5233962727ae6b1c7067359efa04e620d5b7dc7cde7b
|
||||
SIZE (kshutdown-source-5.92-beta.zip) = 529301
|
||||
|
|
|
@ -6,7 +6,6 @@ share/icons/hicolor/22x22/apps/kshutdown.png
|
|||
share/icons/hicolor/32x32/apps/kshutdown.png
|
||||
share/icons/hicolor/48x48/apps/kshutdown.png
|
||||
share/icons/hicolor/64x64/apps/kshutdown.png
|
||||
share/knotifications5/kshutdown.notifyrc
|
||||
share/locale/ar/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/bg/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/cs/LC_MESSAGES/kshutdown.mo
|
||||
|
@ -17,6 +16,7 @@ share/locale/es/LC_MESSAGES/kshutdown.mo
|
|||
share/locale/fr/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/hu/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/it/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/lt/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/nb/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/nl/LC_MESSAGES/kshutdown.mo
|
||||
share/locale/pl/LC_MESSAGES/kshutdown.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue