diff options
author | Slávek Banko <[email protected]> | 2021-10-27 04:21:15 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-10-29 13:25:04 +0200 |
commit | 0be4bb38e65d682e612205f5865a5529b42dc5f1 (patch) | |
tree | 9a67f67cdd05cbb6b67a396ba1d4293da17dd1fa /freebsd/applications/themes/ksplash-engine-moodin | |
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 <[email protected]>
Diffstat (limited to 'freebsd/applications/themes/ksplash-engine-moodin')
4 files changed, 72 insertions, 0 deletions
diff --git a/freebsd/applications/themes/ksplash-engine-moodin/Makefile b/freebsd/applications/themes/ksplash-engine-moodin/Makefile new file mode 100644 index 000000000..2e979dd55 --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/Makefile @@ -0,0 +1,36 @@ +# -*-mode: makefile-*- +# Created by: [email protected] +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= ksplash-engine-moodin-trinity +COMMENT= Fading splash screen engine for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11 +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs \ + ${TDE_PREFIX}/lib/libksplashthemes.so:${PORTSDIR}/x11/trinity/core/tdebase + +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" \ + -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/ksplash-engine-moodin/distinfo b/freebsd/applications/themes/ksplash-engine-moodin/distinfo new file mode 100644 index 000000000..2b5383d51 --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292738 +SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.0.11.orig.tar.xz) = d2322b15f757a36a4a0f9570951b6d5fb2d5babf72cc53de5cfed86a62d6d2ea +SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.0.11.orig.tar.xz) = 618684 diff --git a/freebsd/applications/themes/ksplash-engine-moodin/pkg-descr b/freebsd/applications/themes/ksplash-engine-moodin/pkg-descr new file mode 100644 index 000000000..adb6f5414 --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/pkg-descr @@ -0,0 +1,15 @@ +Fading splash screen engine for Trinity + +Heavily customizable engine for various types of themes. + +Features: + * scale cache + * fading images + * use current icon set or custom images + * unlimited Custom text labels + * set fading delay and length + * custom image arrangement + * resolution independent themes + +This TDE splash screen engine is based upon Linspire's +engine by Sean Meiners <[email protected]> diff --git a/freebsd/applications/themes/ksplash-engine-moodin/pkg-plist b/freebsd/applications/themes/ksplash-engine-moodin/pkg-plist new file mode 100644 index 000000000..8af87034f --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/pkg-plist @@ -0,0 +1,18 @@ +lib/trinity/ksplashmoodin.la +lib/trinity/ksplashmoodin.so +share/apps/ksplash/Themes/FingerPrint/1.png +share/apps/ksplash/Themes/FingerPrint/2.png +share/apps/ksplash/Themes/FingerPrint/3.png +share/apps/ksplash/Themes/FingerPrint/4.png +share/apps/ksplash/Themes/FingerPrint/5.png +share/apps/ksplash/Themes/FingerPrint/6.png +share/apps/ksplash/Themes/FingerPrint/7.png +share/apps/ksplash/Themes/FingerPrint/8.png +share/apps/ksplash/Themes/FingerPrint/Background.jpg +share/apps/ksplash/Themes/FingerPrint/Preview.png +share/apps/ksplash/Themes/FingerPrint/Theme.rc +share/apps/ksplash/Themes/MoodinKDE/Background.jpg +share/apps/ksplash/Themes/MoodinKDE/Preview.png +share/apps/ksplash/Themes/MoodinKDE/Theme.rc +share/locale/de/LC_MESSAGES/ksplash-engine-moodin.mo +share/services/ksplashmoodin.desktop |