diff options
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 |