mirror of
https://git.freebsd.org/ports.git
synced 2025-05-13 07:41:50 -04:00
devel/datovka: New port
Qt re-implementation of Datovka. WWW: https://gitlab.nic.cz/datovka/datovka PR: 267597 Reported by: freebsd@sysctl.cz
This commit is contained in:
parent
a2582ff062
commit
374b9de84b
5 changed files with 39 additions and 0 deletions
|
@ -514,6 +514,7 @@
|
||||||
SUBDIR += dasm
|
SUBDIR += dasm
|
||||||
SUBDIR += datadraw
|
SUBDIR += datadraw
|
||||||
SUBDIR += date
|
SUBDIR += date
|
||||||
|
SUBDIR += datovka
|
||||||
SUBDIR += dbus
|
SUBDIR += dbus
|
||||||
SUBDIR += dbus-c++
|
SUBDIR += dbus-c++
|
||||||
SUBDIR += dbus-glib
|
SUBDIR += dbus-glib
|
||||||
|
|
22
devel/datovka/Makefile
Normal file
22
devel/datovka/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
PORTNAME= datovka
|
||||||
|
DISTVERSION= 4.22.0
|
||||||
|
CATEGORIES= devel
|
||||||
|
MASTER_SITES= https://secure.nic.cz/files/datove_schranky/${DISTVERSION}/
|
||||||
|
|
||||||
|
MAINTAINER= freebsd@sysctl.cz
|
||||||
|
COMMENT= Qt re-implementation of Datovka
|
||||||
|
WWW= https://gitlab.nic.cz/datovka/datovka
|
||||||
|
|
||||||
|
LICENSE= LGPL3
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
|
BUILD_DEPENDS= libglvnd>0:graphics/libglvnd \
|
||||||
|
pkgconf:devel/pkgconf
|
||||||
|
LIB_DEPENDS= libdatovka.so:devel/libdatovka
|
||||||
|
|
||||||
|
USES= desktop-file-utils gl pkgconfig qmake qt:5 ssl tar:xz
|
||||||
|
USE_GL= gl
|
||||||
|
USE_QT= buildtools core gui network printsupport sql svg websockets \
|
||||||
|
widgets
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/datovka/distinfo
Normal file
3
devel/datovka/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
TIMESTAMP = 1676468898
|
||||||
|
SHA256 (datovka-4.22.0.tar.xz) = 4390b04a3308041d668b792c276a497f492f84013644fcc66653d4480bc19489
|
||||||
|
SIZE (datovka-4.22.0.tar.xz) = 3132780
|
1
devel/datovka/pkg-descr
Normal file
1
devel/datovka/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Qt re-implementation of Datovka.
|
12
devel/datovka/pkg-plist
Normal file
12
devel/datovka/pkg-plist
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
bin/datovka
|
||||||
|
share/applications/datovka.desktop
|
||||||
|
%%DATADIR%%/localisations/datovka_cs.qm
|
||||||
|
%%DATADIR%%/localisations/datovka_en.qm
|
||||||
|
share/icons/hicolor/128x128/apps/datovka.png
|
||||||
|
share/icons/hicolor/16x16/apps/datovka.png
|
||||||
|
share/icons/hicolor/24x24/apps/datovka.png
|
||||||
|
share/icons/hicolor/256x256/apps/datovka.png
|
||||||
|
share/icons/hicolor/32x32/apps/datovka.png
|
||||||
|
share/icons/hicolor/48x48/apps/datovka.png
|
||||||
|
share/icons/hicolor/64x64/apps/datovka.png
|
||||||
|
share/metainfo/datovka.metainfo.xml
|
Loading…
Add table
Reference in a new issue