diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/themes/tde-style-lipstik | |
parent | b9d33de3622fcad3fdfdc9b1464b4bc160f205ba (diff) | |
download | tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.tar.gz tde-packaging-0be4bb38e65d682e612205f5865a5529b42dc5f1.zip |
FreeBSD: Update for final release R14.0.11.r14.0.11
Adjusted to new a layout of applications folder.
Pinetry-tqt package is not built within the tree.
Switch several applications to CMake.
Add ports for several applications.
Add port for cmake-trinity.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'freebsd/applications/themes/tde-style-lipstik')
4 files changed, 52 insertions, 0 deletions
diff --git a/freebsd/applications/themes/tde-style-lipstik/Makefile b/freebsd/applications/themes/tde-style-lipstik/Makefile new file mode 100644 index 000000000..d86f5bf4d --- /dev/null +++ b/freebsd/applications/themes/tde-style-lipstik/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tde-style-lipstik-trinity +COMMENT= Lipstik style for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} \ + -DBUILD_ALL="ON" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/tde-style-lipstik/distinfo b/freebsd/applications/themes/tde-style-lipstik/distinfo new file mode 100644 index 000000000..a2414f0d3 --- /dev/null +++ b/freebsd/applications/themes/tde-style-lipstik/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292827 +SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.0.11.orig.tar.xz) = e9b9b0c9d23172ca12cc70b31e41792d03a5c820861f9e686696a812a90c921a +SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.0.11.orig.tar.xz) = 48732 diff --git a/freebsd/applications/themes/tde-style-lipstik/pkg-descr b/freebsd/applications/themes/tde-style-lipstik/pkg-descr new file mode 100644 index 000000000..ab626d92f --- /dev/null +++ b/freebsd/applications/themes/tde-style-lipstik/pkg-descr @@ -0,0 +1,6 @@ +Lipstik style for TDE + +Based on the plastik style, Lipstik is a purified style with many options to +tune your desktop look. + +Lipstik also provides Lipstik-color-schemes diff --git a/freebsd/applications/themes/tde-style-lipstik/pkg-plist b/freebsd/applications/themes/tde-style-lipstik/pkg-plist new file mode 100644 index 000000000..5a2b44a31 --- /dev/null +++ b/freebsd/applications/themes/tde-style-lipstik/pkg-plist @@ -0,0 +1,9 @@ +lib/trinity/plugins/styles/lipstik.la +lib/trinity/plugins/styles/lipstik.so +lib/trinity/tdestyle_lipstik_config.la +lib/trinity/tdestyle_lipstik_config.so +share/apps/tdedisplay/color-schemes/lipstiknoble.kcsrc +share/apps/tdedisplay/color-schemes/lipstikstandard.kcsrc +share/apps/tdedisplay/color-schemes/lipstikwhite.kcsrc +share/apps/tdestyle/themes/lipstik.themerc +share/locale/de/LC_MESSAGES/tde-style-lipstik.mo |