mirror of
https://bitbucket.org/smil3y/katana.git
synced 2025-02-23 18:32:47 +00:00
packaging: FreeBSD packages hacks
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1baaa2430f
commit
d0275935a0
12 changed files with 55 additions and 87 deletions
|
@ -8,14 +8,18 @@ COMMENT = Ariya icon theme for use with Katana
|
|||
LICENSE = LGPL3+
|
||||
LICENSE_COMB = single
|
||||
|
||||
MASTER_SITES = https://TODO.com
|
||||
DISTFILES = TODO.tar.gz
|
||||
MASTER_SITES = https://osdn.net/projects/kde/news/
|
||||
DISTFILES = rss
|
||||
DIST_SUBDIR = ${PORTNAME}
|
||||
WRKSRC = ${WRKDIR}/ariya-icons-master
|
||||
WRKSRC = ${WRKDIR}/ariya-icons.git
|
||||
|
||||
USES = compiler:c++11-lang pkgconfig cmake
|
||||
INSTALLS_ICONS = yes
|
||||
NO_ARCH = yes
|
||||
INSTALL_TARGET = install
|
||||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/ariya-icons.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1653795901
|
||||
SHA256 (ariya-icons/master.tar.gz) = 1dbaa197def736a7019bfc32407b9720af094dc00f53012c434e2f5179199f29
|
||||
SIZE (ariya-icons/master.tar.gz) = 11593306
|
||||
TIMESTAMP = 1663998967
|
||||
SHA256 (ariya-icons/rss) = 9e674884b77559ffd5f3a48f18dbbc9b43608d615d177d7326fd3c9311ff3a76
|
||||
SIZE (ariya-icons/rss) = 560
|
||||
|
|
|
@ -8,10 +8,10 @@ COMMENT = Katana extra applications
|
|||
LICENSE = GPLv2 LGPL21
|
||||
LICENSE_COMB = multi
|
||||
|
||||
MASTER_SITES = https://TODO.com
|
||||
DISTFILES = TODO.tar.gz
|
||||
MASTER_SITES = https://osdn.net/projects/kde/news/
|
||||
DISTFILES = rss
|
||||
DIST_SUBDIR = ${PORTNAME}
|
||||
WRKSRC = ${WRKDIR}/kde-extraapps-master
|
||||
WRKSRC = ${WRKDIR}/kde-extraapps.git
|
||||
|
||||
USES = compiler:c++11-lang pkgconfig cmake xorg ssl gettext-tools libarchive \
|
||||
ghostscript desktop-file-utils
|
||||
|
@ -41,4 +41,8 @@ LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
|||
CMAKE_ARGS = -Wno-dev -DBUILD_partitionmanager=FALSE
|
||||
LDFLAGS += -Wl,--as-needed
|
||||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kde-extraapps.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1653637167
|
||||
SHA256 (katana-extraapps/master.tar.gz) = 991b11429489de5ff4548962402d9327c82e35a9edb92099e7e45abe983d70ab
|
||||
SIZE (katana-extraapps/master.tar.gz) = 5594164
|
||||
TIMESTAMP = 1664002017
|
||||
SHA256 (katana-extraapps/rss) = a97fef445795f7da690b03754a2bb4f5516b9dccdba36006e1bd77639827ac38
|
||||
SIZE (katana-extraapps/rss) = 560
|
||||
|
|
|
@ -8,10 +8,10 @@ COMMENT = Katana workspace interface, base applications and tools
|
|||
LICENSE = LGPL20 LGPL21
|
||||
LICENSE_COMB = multi
|
||||
|
||||
MASTER_SITES = https://TODO.com
|
||||
DISTFILES = TODO.tar.gz
|
||||
MASTER_SITES = https://osdn.net/projects/kde/news/
|
||||
DISTFILES = rss
|
||||
DIST_SUBDIR = ${PORTNAME}
|
||||
WRKSRC = ${WRKDIR}/kde-workspace-master
|
||||
WRKSRC = ${WRKDIR}/kde-workspace.git
|
||||
|
||||
USES = compiler:c++11-lang pkgconfig cmake xorg gl shebangfix desktop-file-utils \
|
||||
shared-mime-info
|
||||
|
@ -42,4 +42,8 @@ LIB_DEPENDS = libKtCore.so:katana/katie libkdecore.so:katana/katanalibs \
|
|||
CMAKE_ARGS = -Wno-dev
|
||||
LDFLAGS += -Wl,--as-needed
|
||||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kde-workspace.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1653848188
|
||||
SHA256 (katana-workspace/master.tar.gz) = 9df435ba2098e5483ece1f11f8e66be9bb699074bba6cf722bb904aa3d236025
|
||||
SIZE (katana-workspace/master.tar.gz) = 21056518
|
||||
TIMESTAMP = 1663999919
|
||||
SHA256 (katana-workspace/rss) = 046b3f7c7979becff5539d9bf4cb7131b450db8954e7dc05bd6f0692c0043fa7
|
||||
SIZE (katana-workspace/rss) = 560
|
||||
|
|
|
@ -222,7 +222,6 @@ lib/kcm_nic.so
|
|||
lib/kcm_opengl.so
|
||||
lib/kcm_pci.so
|
||||
lib/kcm_randr.so
|
||||
lib/kcm_samba.so
|
||||
lib/kcm_smserver.so
|
||||
lib/kcm_solid_actions.so
|
||||
lib/kcm_spellchecking.so
|
||||
|
@ -320,7 +319,7 @@ lib/kde4/imports/org/kde/runnermodel/qmldir
|
|||
lib/kde4/plugins/designer/ksignalplotterwidgets.so
|
||||
lib/kde4/plugins/designer/ksysguardlsofwidgets.so
|
||||
lib/kde4/plugins/designer/ksysguardwidgets.so
|
||||
lib/kde4/plugins/gui_platform/libkde.so
|
||||
lib/kde4/plugins/gui_platform/kde.so
|
||||
lib/kde4/plugins/styles/oxygen.so
|
||||
lib/kded_desktopnotifier.so
|
||||
lib/kded_device_automounter.so
|
||||
|
@ -1301,7 +1300,6 @@ share/apps/plasma/services/tasks.operations
|
|||
share/apps/remoteview/camera-network.desktop
|
||||
share/apps/remoteview/mtp-network.desktop
|
||||
share/apps/remoteview/network.desktop
|
||||
share/apps/remoteview/smb-network.desktop
|
||||
share/apps/solid/actions/solid_camera.desktop
|
||||
share/apps/solid/actions/solid_mtp.desktop
|
||||
share/apps/solid/actions/test-predicate-openinwindow.desktop
|
||||
|
@ -2170,7 +2168,6 @@ share/kde4/services/settings-workspace-appearance-and-behavior.desktop
|
|||
share/kde4/services/settings-workspace-behavior.desktop
|
||||
share/kde4/services/settings.protocol
|
||||
share/kde4/services/sftp.protocol
|
||||
share/kde4/services/smbstatus.desktop
|
||||
share/kde4/services/solid-actions.desktop
|
||||
share/kde4/services/standard_actions.desktop
|
||||
share/kde4/services/style.desktop
|
||||
|
@ -2970,7 +2967,6 @@ share/templates/.source/Floppy.desktop
|
|||
share/templates/.source/HD.desktop
|
||||
share/templates/.source/HTMLFile.html
|
||||
share/templates/.source/MO-Device.desktop
|
||||
share/templates/.source/NFS.desktop
|
||||
share/templates/.source/Program.desktop
|
||||
share/templates/.source/TextFile.txt
|
||||
share/templates/.source/URL.desktop
|
||||
|
@ -2985,7 +2981,6 @@ share/templates/linkDVDROM.desktop
|
|||
share/templates/linkFloppy.desktop
|
||||
share/templates/linkHD.desktop
|
||||
share/templates/linkMO.desktop
|
||||
share/templates/linkNFS.desktop
|
||||
share/templates/linkPath.desktop
|
||||
share/templates/linkProgram.desktop
|
||||
share/templates/linkURL.desktop
|
||||
|
|
|
@ -8,10 +8,10 @@ COMMENT = Katana core libraries
|
|||
LICENSE = LGPL20 LGPL21
|
||||
LICENSE_COMB = multi
|
||||
|
||||
MASTER_SITES = https://TODO.com
|
||||
DISTFILES = TODO.tar.gz
|
||||
MASTER_SITES = https://osdn.net/projects/kde/news/
|
||||
DISTFILES = rss
|
||||
DIST_SUBDIR = ${PORTNAME}
|
||||
WRKSRC = ${WRKDIR}/kdelibs-master
|
||||
WRKSRC = ${WRKDIR}/kdelibs.git
|
||||
|
||||
USES = compiler:c++11-lang pkgconfig cmake xorg ssl gettext-runtime desktop-file-utils \
|
||||
shared-mime-info shebangfix
|
||||
|
@ -32,4 +32,8 @@ LIB_DEPENDS = libKtCore.so:katana/katie libdbusmenu-katie.so:katana/libdbusmenu-
|
|||
CMAKE_ARGS = -Wno-dev
|
||||
LDFLAGS += -Wl,--as-needed
|
||||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/kdelibs.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1653845829
|
||||
SHA256 (katanalibs/master.tar.gz) = d959d10d8ed0937f4aac73d8b86a34e72df9863756d456d541007b8cb262b150
|
||||
SIZE (katanalibs/master.tar.gz) = 6143000
|
||||
TIMESTAMP = 1663999047
|
||||
SHA256 (katanalibs/rss) = 9e674884b77559ffd5f3a48f18dbbc9b43608d615d177d7326fd3c9311ff3a76
|
||||
SIZE (katanalibs/rss) = 560
|
||||
|
|
|
@ -105,6 +105,7 @@ include/KDE/KCurrencyCode
|
|||
include/KDE/KCursor
|
||||
include/KDE/KDEDModule
|
||||
include/KDE/KDEPrintDialog
|
||||
include/KDE/KDNSSD
|
||||
include/KDE/KDateComboBox
|
||||
include/KDE/KDatePicker
|
||||
include/KDE/KDateTable
|
||||
|
@ -172,12 +173,10 @@ include/KDE/KGlobalShortcutInfo
|
|||
include/KDE/KGradientSelector
|
||||
include/KDE/KGuiItem
|
||||
include/KDE/KHBox
|
||||
include/KDE/KHTTP
|
||||
include/KDE/KHelpMenu
|
||||
include/KDE/KHistoryComboBox
|
||||
include/KDE/KHueSaturationSelector
|
||||
include/KDE/KIEBookmarkExporterImpl
|
||||
include/KDE/KIEBookmarkImporter
|
||||
include/KDE/KIEBookmarkImporterImpl
|
||||
include/KDE/KIO/AuthInfo
|
||||
include/KDE/KIO/ChmodJob
|
||||
include/KDE/KIO/Connection
|
||||
|
@ -254,14 +253,9 @@ include/KDE/KMimeTypeTrader
|
|||
include/KDE/KModelIndexProxyMapper
|
||||
include/KDE/KModifierKeyInfo
|
||||
include/KDE/KMountPoint
|
||||
include/KDE/KMozillaBookmarkImporterImpl
|
||||
include/KDE/KMultiTabBar
|
||||
include/KDE/KMultiTabBarButton
|
||||
include/KDE/KMultiTabBarTab
|
||||
include/KDE/KNSBookmarkExporter
|
||||
include/KDE/KNSBookmarkExporterImpl
|
||||
include/KDE/KNSBookmarkImporter
|
||||
include/KDE/KNSBookmarkImporterImpl
|
||||
include/KDE/KNameAndUrlInputDialog
|
||||
include/KDE/KNewFileMenu
|
||||
include/KDE/KNewPasswordDialog
|
||||
|
@ -270,9 +264,6 @@ include/KDE/KNotificationRestrictions
|
|||
include/KDE/KNotifyConfigWidget
|
||||
include/KDE/KNumInput
|
||||
include/KDE/KOpenWithDialog
|
||||
include/KDE/KOperaBookmarkExporterImpl
|
||||
include/KDE/KOperaBookmarkImporter
|
||||
include/KDE/KOperaBookmarkImporterImpl
|
||||
include/KDE/KPageDialog
|
||||
include/KDE/KPageModel
|
||||
include/KDE/KPageView
|
||||
|
@ -282,9 +273,7 @@ include/KDE/KPageWidgetModel
|
|||
include/KDE/KParts/BrowserExtension
|
||||
include/KDE/KParts/Event
|
||||
include/KDE/KParts/Factory
|
||||
include/KDE/KParts/FileInfoExtension
|
||||
include/KDE/KParts/GUIActivateEvent
|
||||
include/KDE/KParts/ListingExtension
|
||||
include/KDE/KParts/MainWindow
|
||||
include/KDE/KParts/OpenUrlEvent
|
||||
include/KDE/KParts/Part
|
||||
|
@ -292,7 +281,6 @@ include/KDE/KParts/PartActivateEvent
|
|||
include/KDE/KParts/PartBase
|
||||
include/KDE/KParts/PartManager
|
||||
include/KDE/KParts/PartSelectEvent
|
||||
include/KDE/KParts/Plugin
|
||||
include/KDE/KParts/ReadOnlyPart
|
||||
include/KDE/KParts/ReadWritePart
|
||||
include/KDE/KParts/StatusBarExtension
|
||||
|
@ -382,7 +370,6 @@ include/KDE/KStatusBarJobTracker
|
|||
include/KDE/KStatusNotifierItem
|
||||
include/KDE/KStringHandler
|
||||
include/KDE/KStyle
|
||||
include/KDE/KStyleFactory
|
||||
include/KDE/KSycoca
|
||||
include/KDE/KSycocaEntry
|
||||
include/KDE/KSystemEventFilter
|
||||
|
@ -488,8 +475,6 @@ include/KDE/KXYSelector
|
|||
include/KDE/KXmlGuiWindow
|
||||
include/KDE/KZip
|
||||
include/KDE/KZipFileEntry
|
||||
include/KDE/KonqBookmarkMenu
|
||||
include/KDE/KonqBookmarkOwner
|
||||
include/KDE/NET
|
||||
include/KDE/NETRootInfo
|
||||
include/KDE/NETWinInfo
|
||||
|
@ -574,7 +559,6 @@ include/KDE/Solid/DeviceNotifier
|
|||
include/KDE/Solid/GenericInterface
|
||||
include/KDE/Solid/Graphic
|
||||
include/KDE/Solid/NetworkInterface
|
||||
include/KDE/Solid/NetworkShare
|
||||
include/KDE/Solid/Networking
|
||||
include/KDE/Solid/OpticalDisc
|
||||
include/KDE/Solid/OpticalDrive
|
||||
|
@ -627,9 +611,6 @@ include/kbookmarkdialog.h
|
|||
include/kbookmarkdombuilder.h
|
||||
include/kbookmarkexporter.h
|
||||
include/kbookmarkimporter.h
|
||||
include/kbookmarkimporter_ie.h
|
||||
include/kbookmarkimporter_ns.h
|
||||
include/kbookmarkimporter_opera.h
|
||||
include/kbookmarkmanager.h
|
||||
include/kbookmarkmenu.h
|
||||
include/kbreadcrumbselectionmodel.h
|
||||
|
@ -750,7 +731,6 @@ include/kfontdialog.h
|
|||
include/kfontrequester.h
|
||||
include/kfontsizeaction.h
|
||||
include/kfontutils.h
|
||||
include/kgesture.h
|
||||
include/kglobal.h
|
||||
include/kglobalaccel.h
|
||||
include/kglobalsettings.h
|
||||
|
@ -846,7 +826,6 @@ include/knotifyconfig_export.h
|
|||
include/knotifyconfigwidget.h
|
||||
include/knuminput.h
|
||||
include/knumvalidator.h
|
||||
include/konqbookmarkmenu.h
|
||||
include/kopenwithdialog.h
|
||||
include/kpagedialog.h
|
||||
include/kpagemodel.h
|
||||
|
@ -856,13 +835,10 @@ include/kpagewidgetmodel.h
|
|||
include/kparts/browserextension.h
|
||||
include/kparts/event.h
|
||||
include/kparts/factory.h
|
||||
include/kparts/fileinfoextension.h
|
||||
include/kparts/kparts_export.h
|
||||
include/kparts/listingextension.h
|
||||
include/kparts/mainwindow.h
|
||||
include/kparts/part.h
|
||||
include/kparts/partmanager.h
|
||||
include/kparts/plugin.h
|
||||
include/kparts/statusbarextension.h
|
||||
include/kpassivepopup.h
|
||||
include/kpassivepopupmessagehandler.h
|
||||
|
@ -1137,7 +1113,6 @@ include/solid/genericinterface.h
|
|||
include/solid/graphic.h
|
||||
include/solid/networking.h
|
||||
include/solid/networkinterface.h
|
||||
include/solid/networkshare.h
|
||||
include/solid/opticaldisc.h
|
||||
include/solid/opticaldrive.h
|
||||
include/solid/portablemediaplayer.h
|
||||
|
@ -1159,8 +1134,8 @@ include/sonnet/globals.h
|
|||
include/sonnet/highlighter.h
|
||||
include/sonnet/speller.h
|
||||
lib/kde4/plugins/designer/kdewidgets.so
|
||||
lib/kde4/plugins/imageformats/kimg_magick.so
|
||||
lib/kde4/plugins/imageformats/kimg_webp.so
|
||||
lib/kde4/plugins/imageformats/magick.so
|
||||
lib/kde4/plugins/imageformats/webp.so
|
||||
lib/kde4/plugins/kauth/backend/kauth_backend_plugin.so
|
||||
lib/kde4/plugins/kauth/helper/kauth_helper_plugin.so
|
||||
lib/kded_kaudioplayer.so
|
||||
|
@ -1307,34 +1282,12 @@ share/apps/cmake/modules/kde4_test.sh.in
|
|||
share/apps/kauth/dbus_policy.stub
|
||||
share/apps/kauth/dbus_service.stub
|
||||
share/apps/kcm_componentchooser/kcm_ktexteditor.desktop
|
||||
share/apps/kdeui/about/bar-bottom-left.png
|
||||
share/apps/kdeui/about/bar-bottom-middle.png
|
||||
share/apps/kdeui/about/bar-bottom-right.png
|
||||
share/apps/kdeui/about/bar-middle-left.png
|
||||
share/apps/kdeui/about/bar-middle-right.png
|
||||
share/apps/kdeui/about/bar-top-left.png
|
||||
share/apps/kdeui/about/bar-top-middle.png
|
||||
share/apps/kdeui/about/bar-top-right.png
|
||||
share/apps/kdeui/about/body-background.png
|
||||
share/apps/kdeui/about/box-bottom-left.png
|
||||
share/apps/kdeui/about/box-bottom-middle.png
|
||||
share/apps/kdeui/about/box-bottom-right.png
|
||||
share/apps/kdeui/about/box-center.png
|
||||
share/apps/kdeui/about/box-middle-left.png
|
||||
share/apps/kdeui/about/box-middle-right.png
|
||||
share/apps/kdeui/about/box-top-left.png
|
||||
share/apps/kdeui/about/box-top-middle.png
|
||||
share/apps/kdeui/about/box-top-right.png
|
||||
share/apps/kdeui/about/kde_infopage.css
|
||||
share/apps/kdeui/about/kde_infopage_rtl.css
|
||||
share/apps/kdeui/about/top-middle.png
|
||||
share/apps/kdeui/pics/aboutkde.png
|
||||
share/apps/kdeui/pics/kdeprint_nup1.png
|
||||
share/apps/kdeui/pics/kdeprint_nup2.png
|
||||
share/apps/kdeui/pics/kdeprint_nup4.png
|
||||
share/apps/kdeui/pics/kdeprint_nupother.png
|
||||
share/apps/kdeui/pics/ktip-bulb.png
|
||||
share/apps/kdeui/pics/thumb_frame.png
|
||||
share/apps/kdevicedatabase/kde4_pci.ids
|
||||
share/apps/kdevicedatabase/kde4_usb.ids
|
||||
share/apps/kdevicedatabase/pci.ids
|
||||
|
|
|
@ -8,14 +8,18 @@ COMMENT = Katie implementation of the DBusMenu protocol
|
|||
LICENSE = LGPL20+
|
||||
LICENSE_COMB = single
|
||||
|
||||
MASTER_SITES = https://TODO.com
|
||||
DISTFILES = TODO.tar.gz
|
||||
MASTER_SITES = https://osdn.net/projects/kde/news/
|
||||
DISTFILES = rss
|
||||
DIST_SUBDIR = ${PORTNAME}
|
||||
WRKSRC = ${WRKDIR}/libdbusmenu-qt-master
|
||||
WRKSRC = ${WRKDIR}/libdbusmenu-qt.git
|
||||
|
||||
USES = compiler:c++11-lang pkgconfig cmake
|
||||
USE_LDCONFIG = yes
|
||||
LIB_DEPENDS = libKtCore.so:katana/katie libKtDBus.so:katana/katie
|
||||
CMAKE_ARGS = -Wno-dev
|
||||
|
||||
do-extract:
|
||||
@rm -vrf ${WRKSRC}
|
||||
@git clone --depth=1 git://git.osdn.net/gitroot/kde/libdbusmenu-qt.git ${WRKSRC}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1645543926
|
||||
SHA256 (libdbusmenu-katie/master.tar.gz) = 7db5473c462c6b7e62857963830463f8b53c4223269a337c560b66dc68dafcc8
|
||||
SIZE (libdbusmenu-katie/master.tar.gz) = 41909
|
||||
TIMESTAMP = 1663999001
|
||||
SHA256 (libdbusmenu-katie/rss) = 9e674884b77559ffd5f3a48f18dbbc9b43608d615d177d7326fd3c9311ff3a76
|
||||
SIZE (libdbusmenu-katie/rss) = 560
|
||||
|
|
Loading…
Add table
Reference in a new issue