forked from Lainports/freebsd-ports
deskutils/libcprime: Bookmarking, saving activites, managing settings
Licprime is a library for bookmarking, saving recent activites, managing settings for C Suite. It is part of the CuboCore suite of simple, lightweight Qt applications.
This commit is contained in:
parent
9c7c5e9cfa
commit
6f4cee7a82
6 changed files with 74 additions and 0 deletions
|
|
@ -144,6 +144,7 @@
|
|||
SUBDIR += ktimetracker
|
||||
SUBDIR += kuserfeedback
|
||||
SUBDIR += latte-dock
|
||||
SUBDIR += libcprime
|
||||
SUBDIR += libkdepim
|
||||
SUBDIR += libportal
|
||||
SUBDIR += ljclive
|
||||
|
|
|
|||
19
deskutils/libcprime/Makefile
Normal file
19
deskutils/libcprime/Makefile
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
PORTNAME= libcprime
|
||||
DISTVERSION= 4.2.2
|
||||
CATEGORIES= deskutils
|
||||
|
||||
MAINTAINER= jwb@FreeBSD.org
|
||||
COMMENT= Library for bookmarking, saving recent activites, managing settings
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake qt:5
|
||||
USE_QT= buildtools_build core dbus gui network qmake_build widgets
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITLAB= yes
|
||||
|
||||
GL_ACCOUNT= CuboCore
|
||||
GL_COMMIT= a5d026eb116d714d1d5312210f914d0a0d4adb2d
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
deskutils/libcprime/distinfo
Normal file
3
deskutils/libcprime/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1627477376
|
||||
SHA256 (CuboCore-libcprime-a5d026eb116d714d1d5312210f914d0a0d4adb2d_GL0.tar.gz) = 8be8c1aba3d0cdf613de4dbbd815858fcd15f6b00df9a3fa1ba8f0b1e57adc19
|
||||
SIZE (CuboCore-libcprime-a5d026eb116d714d1d5312210f914d0a0d4adb2d_GL0.tar.gz) = 54274
|
||||
12
deskutils/libcprime/files/patch-cprime_filefunc.cpp
Normal file
12
deskutils/libcprime/files/patch-cprime_filefunc.cpp
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- cprime/filefunc.cpp.orig 2021-04-18 18:37:03 UTC
|
||||
+++ cprime/filefunc.cpp
|
||||
@@ -34,7 +34,8 @@
|
||||
#include <libgen.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/statvfs.h>
|
||||
-#include <sys/statfs.h>
|
||||
+// #include <sys/statfs.h>
|
||||
+#include <errno.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "filefunc.h"
|
||||
5
deskutils/libcprime/pkg-descr
Normal file
5
deskutils/libcprime/pkg-descr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Licprime is a library for bookmarking, saving recent activites,
|
||||
managing settings for C Suite. It is part of the CuboCore suite of
|
||||
simple, lightweight Qt applications.
|
||||
|
||||
WWW: https://gitlab.com/cubocore/libcprime
|
||||
34
deskutils/libcprime/pkg-plist
Normal file
34
deskutils/libcprime/pkg-plist
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
include/cprime/activitesmanage.h
|
||||
include/cprime/applicationdialog.h
|
||||
include/cprime/appopenfunc.h
|
||||
include/cprime/capplication.h
|
||||
include/cprime/ccoreapplication.h
|
||||
include/cprime/cenums.h
|
||||
include/cprime/cguiapplication.h
|
||||
include/cprime/cplugininterface.h
|
||||
include/cprime/cprime.h
|
||||
include/cprime/desktopfile.h
|
||||
include/cprime/filefunc.h
|
||||
include/cprime/ioprocesses.h
|
||||
include/cprime/libcprime_global.h
|
||||
include/cprime/messageengine.h
|
||||
include/cprime/pinit.h
|
||||
include/cprime/pinmanage.h
|
||||
include/cprime/shareit.h
|
||||
include/cprime/sortfunc.h
|
||||
include/cprime/systemxdg.h
|
||||
include/cprime/themefunc.h
|
||||
include/cprime/trashmanager.h
|
||||
include/cprime/variables.h
|
||||
lib/libcprime-core.so
|
||||
lib/libcprime-core.so.4
|
||||
lib/libcprime-core.so.4.2.0
|
||||
lib/libcprime-gui.so
|
||||
lib/libcprime-gui.so.4
|
||||
lib/libcprime-gui.so.4.2.0
|
||||
lib/libcprime-widgets.so
|
||||
lib/libcprime-widgets.so.4
|
||||
lib/libcprime-widgets.so.4.2.0
|
||||
share/pkgconfig/cprime-core.pc
|
||||
share/pkgconfig/cprime-gui.pc
|
||||
share/pkgconfig/cprime-widgets.pc
|
||||
Loading…
Add table
Reference in a new issue