diff options
Diffstat (limited to 'freebsd/applications/themes')
49 files changed, 909 insertions, 0 deletions
diff --git a/freebsd/applications/themes/Makefile b/freebsd/applications/themes/Makefile new file mode 100644 index 000000000..59590a189 --- /dev/null +++ b/freebsd/applications/themes/Makefile @@ -0,0 +1,16 @@ + + SUBDIR = + SUBDIR += gtk-qt-engine + SUBDIR += gtk3-tqt-engine + SUBDIR += ksplash-engine-moodin + SUBDIR += tde-style-baghira + SUBDIR += tde-style-domino + SUBDIR += tde-style-ia-ora + SUBDIR += tde-style-lipstik + SUBDIR += tde-style-qtcurve + SUBDIR += tdmtheme + SUBDIR += twin-style-crystal + SUBDIR += twin-style-dekorator + SUBDIR += twin-style-suse2 + +.include <bsd.port.subdir.mk> diff --git a/freebsd/applications/themes/gtk-qt-engine/Makefile b/freebsd/applications/themes/gtk-qt-engine/Makefile new file mode 100644 index 000000000..a6e5ef876 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= gtk-qt-engine-trinity +COMMENT= Theme engine using TQt for GTK+ 2.x and Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= g/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +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 + +LIB_DEPENDS+=\ + libgtk-x11-2.0.so:${PORTSDIR}/x11-toolkits/gtk20 \ + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/gtk-qt-engine/distinfo b/freebsd/applications/themes/gtk-qt-engine/distinfo new file mode 100644 index 000000000..dca8fbcf7 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292501 +SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.0.11.orig.tar.xz) = 0e8d31feae5cd47bb8b666918065d4ec141e8bac83081864f00dbe3c8895317a +SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.0.11.orig.tar.xz) = 286972 diff --git a/freebsd/applications/themes/gtk-qt-engine/pkg-descr b/freebsd/applications/themes/gtk-qt-engine/pkg-descr new file mode 100644 index 000000000..b1a3caf17 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/pkg-descr @@ -0,0 +1,9 @@ +Theme engine using TQt for GTK+ 2.x and Trinity + +The GTK-Qt Theme Engine (also known as gtk-qt-engine) is a GTK 2 theme engine +that calls TQt to do the actual drawing. This makes your GTK 2 applications +look almost like real TQt applications and gives you a more unified desktop +experience. + +Please note that this package is targeted at Trinity users and therefore provides +a way to configure it from within KControl. diff --git a/freebsd/applications/themes/gtk-qt-engine/pkg-plist b/freebsd/applications/themes/gtk-qt-engine/pkg-plist new file mode 100644 index 000000000..388fa91b3 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/pkg-plist @@ -0,0 +1,26 @@ +lib/trinity/kcm_kcmgtk.la +lib/trinity/kcm_kcmgtk.so +share/applications/kcmgtk.desktop +share/doc/tde/HTML/en/kcmgtk/common +share/doc/tde/HTML/en/kcmgtk/index.cache.bz2 +share/doc/tde/HTML/en/kcmgtk/index.docbook +share/locale/bg/LC_MESSAGES/gtkqtengine.mo +share/locale/de/LC_MESSAGES/gtkqtengine.mo +share/locale/es/LC_MESSAGES/gtkqtengine.mo +share/locale/fr/LC_MESSAGES/gtkqtengine.mo +share/locale/it/LC_MESSAGES/gtkqtengine.mo +share/locale/nl/LC_MESSAGES/gtkqtengine.mo +share/locale/nn/LC_MESSAGES/gtkqtengine.mo +share/locale/pl/LC_MESSAGES/gtkqtengine.mo +share/locale/ru/LC_MESSAGES/gtkqtengine.mo +share/locale/sv/LC_MESSAGES/gtkqtengine.mo +share/locale/tr/LC_MESSAGES/gtkqtengine.mo +/usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.la +/usr/local/lib/gtk-2.0/2.10.0/engines/libqtengine.so +/usr/local/share/themes/Qt/gtk-2.0/gtkrc +@dir /usr/local/lib/gtk-2.0/2.10.0/engines +@dir /usr/local/lib/gtk-2.0/2.10.0 +@dir /usr/local/lib/gtk-2.0 +@dir /usr/local/share/themes/Qt/gtk-2.0 +@dir /usr/local/share/themes/Qt +@dir /usr/local/share/themes diff --git a/freebsd/applications/themes/gtk3-tqt-engine/Makefile b/freebsd/applications/themes/gtk3-tqt-engine/Makefile new file mode 100644 index 000000000..89866c355 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= gtk3-tqt-engine-trinity +COMMENT= GTK3 theme engine for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= g/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +# Use gmake for automake build +USES= gmake + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:${PORTSDIR}/x11/trinity/core/tdelibs + +LIB_DEPENDS+= libtqt.so:${PORTSDIR}/x11/trinity/dependencies/tqtinterface + +LIB_DEPENDS+=\ + libgdk-3.so:${PORTSDIR}/x11-toolkits/gtk30 \ + +# Build +post-patch: tde-pathfix + +do-configure: tde-autotools-prepare + ${TDE_AUTOTOOLS_CONFIGURE} + +do-build: tde-autotools-build + +do-install: tde-autotools-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/gtk3-tqt-engine/distinfo b/freebsd/applications/themes/gtk3-tqt-engine/distinfo new file mode 100644 index 000000000..0303cfa9d --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292616 +SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.0.11.orig.tar.xz) = d308646ca4021f66ee3cb46b1c6d65688e5c0d18e3825c8b32bff55e38642b21 +SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.0.11.orig.tar.xz) = 327164 diff --git a/freebsd/applications/themes/gtk3-tqt-engine/pkg-descr b/freebsd/applications/themes/gtk3-tqt-engine/pkg-descr new file mode 100644 index 000000000..a22621c71 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/pkg-descr @@ -0,0 +1,3 @@ +GTK3 theme engine for Trinity + +GTK3 style engine which uses the active TDE style to draw its widgets diff --git a/freebsd/applications/themes/gtk3-tqt-engine/pkg-plist b/freebsd/applications/themes/gtk3-tqt-engine/pkg-plist new file mode 100644 index 000000000..e64f8db98 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/pkg-plist @@ -0,0 +1,15 @@ +lib/libtqtcairo.la +lib/libtqtcairo.so +lib/libtqtcairo.so.0 +lib/libtqtcairo.so.0.0.0 +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.la +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so.0 +/usr/local/lib/gtk-3.0/3.0.0/theming-engines/libtdegtk.so.0.0.0 +/usr/local/share/themes/tdegtk/gtk-3.0/gtk.css +@dir /usr/local/lib/gtk-3.0/3.0.0/theming-engines +@dir /usr/local/lib/gtk-3.0/3.0.0 +@dir /usr/local/lib/gtk-3.0 +@dir /usr/local/share/themes/tdegtk/gtk-3.0 +@dir /usr/local/share/themes/tdegtk +@dir /usr/local/share/themes 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: slavek.banko@axis.cz +# $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 <Sean.Meiners@LinspireInc.com> 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 diff --git a/freebsd/applications/themes/tde-style-baghira/Makefile b/freebsd/applications/themes/tde-style-baghira/Makefile new file mode 100644 index 000000000..976be5b42 --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tde-style-baghira-trinity +COMMENT= TDE style for Apple junkies :) +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 \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${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" \ + -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-baghira/distinfo b/freebsd/applications/themes/tde-style-baghira/distinfo new file mode 100644 index 000000000..81389089c --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292756 +SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.0.11.orig.tar.xz) = 7c7c4c089d138bb26f24466b6c08f67a39e07357f58d4112b198dd6cbe3a6f92 +SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.0.11.orig.tar.xz) = 392836 diff --git a/freebsd/applications/themes/tde-style-baghira/pkg-descr b/freebsd/applications/themes/tde-style-baghira/pkg-descr new file mode 100644 index 000000000..b96cbc1d3 --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/pkg-descr @@ -0,0 +1,8 @@ +TDE style for Apple junkies :) + +Based upon mosfet-liquid0.9.6pre4... the last heir of mosfet. +Baghira includes both an style (custom widgets) and twin decoration as +well as colour schemes. + +Baghira (panther, in german) makes TDE resemble Apple's MacOS X's Aqua, +Panther and Jaguar looks, and also includes its own 'Baghira' look diff --git a/freebsd/applications/themes/tde-style-baghira/pkg-plist b/freebsd/applications/themes/tde-style-baghira/pkg-plist new file mode 100644 index 000000000..b5da27033 --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/pkg-plist @@ -0,0 +1,63 @@ +bin/bab +lib/libbaghirastarter.la +lib/libbaghirastarter.so +lib/trinity/b_menu_panelapplet.la +lib/trinity/b_menu_panelapplet.so +lib/trinity/plugins/styles/baghira.la +lib/trinity/plugins/styles/baghira.so +lib/trinity/tdestyle_baghira_config.la +lib/trinity/tdestyle_baghira_config.so +lib/trinity/twin3_baghira.la +lib/trinity/twin3_baghira.so +lib/trinity/twin_baghira_config.la +lib/trinity/twin_baghira_config.so +lib/usermanager_panelapplet.la +lib/usermanager_panelapplet.so +share/applications/tde/bab.desktop +share/apps/baghira/poof.png +share/apps/kicker/applets/baghira-starter.desktop +share/apps/kicker/applets/baghira-usermanager.desktop +share/apps/tdedisplay/color-schemes/AquaBlue.kcsrc +share/apps/tdedisplay/color-schemes/AquaGraphite.kcsrc +share/apps/tdestyle/themes/baghira.themerc +share/apps/twin/baghira.desktop +share/icons/crystalsvg/128x128/apps/baghira.png +share/icons/crystalsvg/128x128/apps/baghira_blue.png +share/icons/crystalsvg/128x128/apps/baghira_grey.png +share/icons/crystalsvg/128x128/apps/baghira_white.png +share/icons/crystalsvg/128x128/apps/baghira_yellow.png +share/icons/crystalsvg/16x16/apps/baghira.png +share/icons/crystalsvg/16x16/apps/baghira_blue.png +share/icons/crystalsvg/16x16/apps/baghira_grey.png +share/icons/crystalsvg/16x16/apps/baghira_white.png +share/icons/crystalsvg/16x16/apps/baghira_yellow.png +share/icons/crystalsvg/22x22/actions/bStarter.png +share/icons/crystalsvg/22x22/actions/bStarter_down.png +share/icons/crystalsvg/22x22/actions/bStarter_hover.png +share/icons/crystalsvg/22x22/actions/bab_itunes.png +share/icons/crystalsvg/22x22/actions/bab_jaguar.png +share/icons/crystalsvg/22x22/actions/bab_milk.png +share/icons/crystalsvg/22x22/actions/bab_panther.png +share/icons/crystalsvg/22x22/actions/bab_tiger.png +share/icons/crystalsvg/22x22/apps/baghira.png +share/icons/crystalsvg/22x22/apps/baghira_blue.png +share/icons/crystalsvg/22x22/apps/baghira_grey.png +share/icons/crystalsvg/22x22/apps/baghira_white.png +share/icons/crystalsvg/22x22/apps/baghira_yellow.png +share/icons/crystalsvg/32x32/apps/baghira.png +share/icons/crystalsvg/32x32/apps/baghira_blue.png +share/icons/crystalsvg/32x32/apps/baghira_grey.png +share/icons/crystalsvg/32x32/apps/baghira_white.png +share/icons/crystalsvg/32x32/apps/baghira_yellow.png +share/icons/crystalsvg/48x48/apps/baghira.png +share/icons/crystalsvg/48x48/apps/baghira_blue.png +share/icons/crystalsvg/48x48/apps/baghira_grey.png +share/icons/crystalsvg/48x48/apps/baghira_white.png +share/icons/crystalsvg/48x48/apps/baghira_yellow.png +share/icons/crystalsvg/64x64/apps/baghira.png +share/icons/crystalsvg/64x64/apps/baghira_blue.png +share/icons/crystalsvg/64x64/apps/baghira_grey.png +share/icons/crystalsvg/64x64/apps/baghira_white.png +share/icons/crystalsvg/64x64/apps/baghira_yellow.png +share/locale/de/LC_MESSAGES/baghira-starter.mo +share/man/man1/bab.1.gz diff --git a/freebsd/applications/themes/tde-style-domino/Makefile b/freebsd/applications/themes/tde-style-domino/Makefile new file mode 100644 index 000000000..1ec8b5bd6 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tde-style-domino-trinity +COMMENT= Domino widget style and twin decoration 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 \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${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" \ + -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-domino/distinfo b/freebsd/applications/themes/tde-style-domino/distinfo new file mode 100644 index 000000000..fea89f0c1 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292785 +SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.0.11.orig.tar.xz) = b532cbd1b2bd25b3f2779a74a92cada5a209a5bbad1ae685c3f3dca2d391f233 +SIZE (TDE/applications/themes/tde-style-domino-trinity_14.0.11.orig.tar.xz) = 116388 diff --git a/freebsd/applications/themes/tde-style-domino/pkg-descr b/freebsd/applications/themes/tde-style-domino/pkg-descr new file mode 100644 index 000000000..e5e9f9e69 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/pkg-descr @@ -0,0 +1,4 @@ +Domino widget style and twin decoration for TDE + +Domino is a style with a soft look. It allows to fine adjust the shininess +of the widgets by customizable color gradients. diff --git a/freebsd/applications/themes/tde-style-domino/pkg-plist b/freebsd/applications/themes/tde-style-domino/pkg-plist new file mode 100644 index 000000000..c168d20ed --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/pkg-plist @@ -0,0 +1,12 @@ +lib/trinity/plugins/styles/domino.la +lib/trinity/plugins/styles/domino.so +lib/trinity/tdestyle_domino_config.la +lib/trinity/tdestyle_domino_config.so +lib/trinity/twin3_domino.la +lib/trinity/twin3_domino.so +lib/trinity/twin_domino_config.la +lib/trinity/twin_domino_config.so +share/apps/tdedisplay/color-schemes/Domino.kcsrc +share/apps/tdestyle/themes/domino.themerc +share/apps/twin/domino.desktop +share/locale/de/LC_MESSAGES/tdestyle_domino_config.mo diff --git a/freebsd/applications/themes/tde-style-ia-ora/Makefile b/freebsd/applications/themes/tde-style-ia-ora/Makefile new file mode 100644 index 000000000..3204c99b5 --- /dev/null +++ b/freebsd/applications/themes/tde-style-ia-ora/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tde-style-ia-ora-trinity +COMMENT= Mandriva Ia Ora theme 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 \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${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} \ + -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-ia-ora/distinfo b/freebsd/applications/themes/tde-style-ia-ora/distinfo new file mode 100644 index 000000000..c22e9f25f --- /dev/null +++ b/freebsd/applications/themes/tde-style-ia-ora/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292810 +SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.0.11.orig.tar.xz) = 2c07144c4fe663082a2a9f45ee1e5fd02c5003498d052bbd569bac38ac755ac1 +SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.0.11.orig.tar.xz) = 268840 diff --git a/freebsd/applications/themes/tde-style-ia-ora/pkg-descr b/freebsd/applications/themes/tde-style-ia-ora/pkg-descr new file mode 100644 index 000000000..da682712f --- /dev/null +++ b/freebsd/applications/themes/tde-style-ia-ora/pkg-descr @@ -0,0 +1 @@ +Mandriva Ia Ora theme for TDE diff --git a/freebsd/applications/themes/tde-style-ia-ora/pkg-plist b/freebsd/applications/themes/tde-style-ia-ora/pkg-plist new file mode 100644 index 000000000..6e93ab802 --- /dev/null +++ b/freebsd/applications/themes/tde-style-ia-ora/pkg-plist @@ -0,0 +1,8 @@ +lib/trinity/plugins/styles/ia_ora.la +lib/trinity/plugins/styles/ia_ora.so +lib/trinity/twin3_iaora.la +lib/trinity/twin3_iaora.so +lib/trinity/twin_iaora_config.la +lib/trinity/twin_iaora_config.so +share/apps/tdestyle/themes/ia_ora.themerc +share/apps/twin/iaora.desktop 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 diff --git a/freebsd/applications/themes/tde-style-qtcurve/Makefile b/freebsd/applications/themes/tde-style-qtcurve/Makefile new file mode 100644 index 000000000..afaab05ac --- /dev/null +++ b/freebsd/applications/themes/tde-style-qtcurve/Makefile @@ -0,0 +1,33 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tde-style-qtcurve-trinity +COMMENT= QtCurve 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" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/tde-style-qtcurve/distinfo b/freebsd/applications/themes/tde-style-qtcurve/distinfo new file mode 100644 index 000000000..ab293f47e --- /dev/null +++ b/freebsd/applications/themes/tde-style-qtcurve/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292843 +SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.0.11.orig.tar.xz) = c934f96135595b0488211e01e57b96d2f69311508c4aedc75811396a0041a018 +SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.0.11.orig.tar.xz) = 383728 diff --git a/freebsd/applications/themes/tde-style-qtcurve/pkg-descr b/freebsd/applications/themes/tde-style-qtcurve/pkg-descr new file mode 100644 index 000000000..93894c500 --- /dev/null +++ b/freebsd/applications/themes/tde-style-qtcurve/pkg-descr @@ -0,0 +1,8 @@ +QtCurve style for TDE + +This is a set of widget styles for Trinity based apps +This package together with gtk2-engines-qtcurve aim to provide a unified look +and feel on the desktop when using TDE and Gnome applications. + +This package is most useful when installed together with +gtk2-engines-qtcurve. diff --git a/freebsd/applications/themes/tde-style-qtcurve/pkg-plist b/freebsd/applications/themes/tde-style-qtcurve/pkg-plist new file mode 100644 index 000000000..32c922458 --- /dev/null +++ b/freebsd/applications/themes/tde-style-qtcurve/pkg-plist @@ -0,0 +1,25 @@ +lib/trinity/plugins/styles/qtcurve.la +lib/trinity/plugins/styles/qtcurve.so +lib/trinity/tdestyle_qtcurve_config.la +lib/trinity/tdestyle_qtcurve_config.so +share/apps/QtCurve/Agua.qtcurve +share/apps/QtCurve/Agua_II.qtcurve +share/apps/QtCurve/Breeze.qtcurve +share/apps/QtCurve/Curve.qtcurve +share/apps/QtCurve/Dull_Glass.qtcurve +share/apps/QtCurve/Eva_Rounded.qtcurve +share/apps/QtCurve/Flat.qtcurve +share/apps/QtCurve/Human.qtcurve +share/apps/QtCurve/Inverted.qtcurve +share/apps/QtCurve/Klearlooks.qtcurve +share/apps/QtCurve/Milk.qtcurve +share/apps/QtCurve/Murrine.qtcurve +share/apps/QtCurve/Ozone.qtcurve +share/apps/QtCurve/Plain.qtcurve +share/apps/QtCurve/Plastic.qtcurve +share/apps/QtCurve/Shiny_Glass.qtcurve +share/apps/QtCurve/Silk.qtcurve +share/apps/tdedisplay/color-schemes/QtCurve.kcsrc +share/apps/tdestyle/themes/qtcurve.themerc +share/locale/de/LC_MESSAGES/qtcurve.mo +share/locale/tr/LC_MESSAGES/qtcurve.mo diff --git a/freebsd/applications/themes/tdmtheme/Makefile b/freebsd/applications/themes/tdmtheme/Makefile new file mode 100644 index 000000000..9b293888d --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/Makefile @@ -0,0 +1,34 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= tdmtheme-trinity +COMMENT= Theme manager for TDM [Trinity] +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/tdmtheme/distinfo b/freebsd/applications/themes/tdmtheme/distinfo new file mode 100644 index 000000000..5088a4ca8 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292868 +SHA256 (TDE/applications/themes/tdmtheme-trinity_14.0.11.orig.tar.xz) = 6d9e835dc47bc62d1070f6e1f09e625165076aa60b1c5d6aa6f6029f3a30179a +SIZE (TDE/applications/themes/tdmtheme-trinity_14.0.11.orig.tar.xz) = 24240 diff --git a/freebsd/applications/themes/tdmtheme/pkg-descr b/freebsd/applications/themes/tdmtheme/pkg-descr new file mode 100644 index 000000000..643fe5b00 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/pkg-descr @@ -0,0 +1,4 @@ +Theme manager for TDM [Trinity] + +tdmtheme is a theme manager for TDM. It provides a Trinity Control Module (KCM) +that allows you to easily install, remove and change your TDM themes. diff --git a/freebsd/applications/themes/tdmtheme/pkg-plist b/freebsd/applications/themes/tdmtheme/pkg-plist new file mode 100644 index 000000000..83d0c82a8 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/pkg-plist @@ -0,0 +1,11 @@ +lib/trinity/kcm_tdmtheme.la +lib/trinity/kcm_tdmtheme.so +share/applications/tde/tdmtheme.desktop +share/doc/tde/HTML/en/tdmtheme/common +share/doc/tde/HTML/en/tdmtheme/index.cache.bz2 +share/doc/tde/HTML/en/tdmtheme/index.docbook +share/locale/de/LC_MESSAGES/tdmtheme.mo +share/locale/el/LC_MESSAGES/tdmtheme.mo +share/locale/pl/LC_MESSAGES/tdmtheme.mo +share/locale/pt/LC_MESSAGES/tdmtheme.mo +share/locale/ru/LC_MESSAGES/tdmtheme.mo diff --git a/freebsd/applications/themes/twin-style-crystal/Makefile b/freebsd/applications/themes/twin-style-crystal/Makefile new file mode 100644 index 000000000..5d4c997b6 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= twin-style-crystal-trinity +COMMENT= Semi transparant window decoration for Trinity +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 \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${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" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/twin-style-crystal/distinfo b/freebsd/applications/themes/twin-style-crystal/distinfo new file mode 100644 index 000000000..e230deda5 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292893 +SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.0.11.orig.tar.xz) = f0cbae2ce06f85119d83bfb986abb26f24c82ad676436809556547b6c7e1916d +SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.0.11.orig.tar.xz) = 386708 diff --git a/freebsd/applications/themes/twin-style-crystal/pkg-descr b/freebsd/applications/themes/twin-style-crystal/pkg-descr new file mode 100644 index 000000000..2ae46a8cb --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/pkg-descr @@ -0,0 +1,9 @@ +Semi transparant window decoration for Trinity + +Crystal offers you pseudo transparent titlebar, buttons and borders +transparent, so you can see more of your lovely background image +Transparancy and buttons can be costumized to match your wishes. +Offers rounded corners as well + +And it is of course nice to look at. Upstream says: +"- Don't forget to breathe, while drooling." diff --git a/freebsd/applications/themes/twin-style-crystal/pkg-plist b/freebsd/applications/themes/twin-style-crystal/pkg-plist new file mode 100644 index 000000000..3afd7881f --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/pkg-plist @@ -0,0 +1,5 @@ +lib/trinity/twin3_crystal.la +lib/trinity/twin3_crystal.so +lib/trinity/twin_crystal_config.la +lib/trinity/twin_crystal_config.so +share/apps/twin/crystal.desktop diff --git a/freebsd/applications/themes/twin-style-dekorator/Makefile b/freebsd/applications/themes/twin-style-dekorator/Makefile new file mode 100644 index 000000000..df2efb3d8 --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= twin-style-dekorator-trinity +COMMENT= Window decorations for TDE using user-supplied PNG files +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 \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${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" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/twin-style-dekorator/distinfo b/freebsd/applications/themes/twin-style-dekorator/distinfo new file mode 100644 index 000000000..f5bab6105 --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292916 +SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.0.11.orig.tar.xz) = a9ad3059f3182ff6c000db1060cc23983e0eb3a9a05261ba3980fe8b9ed79c30 +SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.0.11.orig.tar.xz) = 131132 diff --git a/freebsd/applications/themes/twin-style-dekorator/pkg-descr b/freebsd/applications/themes/twin-style-dekorator/pkg-descr new file mode 100644 index 000000000..e78f43b8d --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/pkg-descr @@ -0,0 +1,7 @@ +Window decorations for TDE using user-supplied PNG files + +Make your own window decorations easy with deKorator. +Dekorator uses your own made images for buttons, borders +and so on, so go ahead and be creative. + +This is a window decoration, not a style diff --git a/freebsd/applications/themes/twin-style-dekorator/pkg-plist b/freebsd/applications/themes/twin-style-dekorator/pkg-plist new file mode 100644 index 000000000..aa9ad2bca --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/pkg-plist @@ -0,0 +1,107 @@ +lib/trinity/twin3_deKorator.la +lib/trinity/twin3_deKorator.so +lib/trinity/twin_deKorator_config.la +lib/trinity/twin_deKorator_config.so +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonCloseHover.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonMaxHover.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonMinHover.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonRestoreHover.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeDownHover.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/hover/buttonShadeHover.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonClose.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonMax.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonMin.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonRestore.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonShade.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/normal/buttonShadeDown.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonClosePress.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonMaxPress.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonMinPress.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonRestorePress.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonShadeDownPress.png +share/apps/deKorator/themes/Bushido-Yellow-theme/buttons/press/buttonShadePress.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/bottomLeftFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/bottomRightFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/leftBottomFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/leftButtonsBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/leftTitleBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midBottomFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midLeftFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midRightFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/midTitleBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/rightBottomFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/rightButtonsBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/rightTitleBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topLeftCornerBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topLeftFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topRightCornerBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/deco/topRightFrameBg.png +share/apps/deKorator/themes/Bushido-Yellow-theme/masks/buttomLeftCornerBitmap.png +share/apps/deKorator/themes/Bushido-Yellow-theme/masks/buttomMidBitmap.png +share/apps/deKorator/themes/Bushido-Yellow-theme/masks/buttomRightCornerBitmap.png +share/apps/deKorator/themes/Bushido-Yellow-theme/masks/topLeftCornerBitmap.png +share/apps/deKorator/themes/Bushido-Yellow-theme/masks/topMidBitmap.png +share/apps/deKorator/themes/Bushido-Yellow-theme/masks/topRightCornerBitmap.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonAboveDownHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonAboveHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonBelowDownHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonBelowHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonCloseHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonHelpHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonMaxHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonMenuHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonMinHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonRestoreHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonShadeDownHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonShadeHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonStickyDownHover.png +share/apps/deKorator/themes/Default-theme/buttons/hover/buttonStickyHover.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonAbove.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonAboveDown.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonBelow.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonBelowDown.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonClose.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonHelp.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonMax.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonMenu.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonMin.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonRestore.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonShade.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonShadeDown.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonSticky.png +share/apps/deKorator/themes/Default-theme/buttons/normal/buttonStickyDown.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonAboveDownPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonAbovePress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonBelowDownPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonBelowPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonClosePress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonHelpPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonMaxPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonMenuPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonMinPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonRestorePress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonShadeDownPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonShadePress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonStickyDownPress.png +share/apps/deKorator/themes/Default-theme/buttons/press/buttonStickyPress.png +share/apps/deKorator/themes/Default-theme/deco/bottomLeftFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/bottomRightFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/leftBottomFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/leftButtonsBg.png +share/apps/deKorator/themes/Default-theme/deco/leftTitleBg.png +share/apps/deKorator/themes/Default-theme/deco/midBottomFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/midLeftFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/midRightFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/midTitleBg.png +share/apps/deKorator/themes/Default-theme/deco/rightBottomFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/rightButtonsBg.png +share/apps/deKorator/themes/Default-theme/deco/rightTitleBg.png +share/apps/deKorator/themes/Default-theme/deco/topLeftCornerBg.png +share/apps/deKorator/themes/Default-theme/deco/topLeftFrameBg.png +share/apps/deKorator/themes/Default-theme/deco/topRightCornerBg.png +share/apps/deKorator/themes/Default-theme/deco/topRightFrameBg.png +share/apps/deKorator/themes/Default-theme/masks/buttomLeftCornerBitmap.png +share/apps/deKorator/themes/Default-theme/masks/buttomRightCornerBitmap.png +share/apps/deKorator/themes/Default-theme/masks/topLeftCornerBitmap.png +share/apps/deKorator/themes/Default-theme/masks/topRightCornerBitmap.png +share/apps/twin/deKorator.desktop diff --git a/freebsd/applications/themes/twin-style-suse2/Makefile b/freebsd/applications/themes/twin-style-suse2/Makefile new file mode 100644 index 000000000..d6f028f6e --- /dev/null +++ b/freebsd/applications/themes/twin-style-suse2/Makefile @@ -0,0 +1,35 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# + +.include <../../../trinity.port.mk> + +PORTNAME= twin-style-suse2-trinity +COMMENT= TDE window decoration from SUSE 9.3 +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 \ + ${TDE_PREFIX}/share/cmake/twin.cmake:${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" \ + -DWITH_ALL_OPTIONS="ON" + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include <bsd.port.mk> diff --git a/freebsd/applications/themes/twin-style-suse2/distinfo b/freebsd/applications/themes/twin-style-suse2/distinfo new file mode 100644 index 000000000..1d0d4f6bc --- /dev/null +++ b/freebsd/applications/themes/twin-style-suse2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1635292935 +SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.0.11.orig.tar.xz) = 776a350a51a9889e5b067ba7414dc05a9983518ac00cee59d77511fcd0334ac2 +SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.0.11.orig.tar.xz) = 77760 diff --git a/freebsd/applications/themes/twin-style-suse2/pkg-descr b/freebsd/applications/themes/twin-style-suse2/pkg-descr new file mode 100644 index 000000000..447e91571 --- /dev/null +++ b/freebsd/applications/themes/twin-style-suse2/pkg-descr @@ -0,0 +1,8 @@ +TDE window decoration from SUSE 9.3 + +This is a port of the SUSE 9.3 KDE Window decoration extracted from SUSE. + +It features in additon to the original theme several new button +styles and a changeable titlebar image. + +A color scheme for TDE is provided too. diff --git a/freebsd/applications/themes/twin-style-suse2/pkg-plist b/freebsd/applications/themes/twin-style-suse2/pkg-plist new file mode 100644 index 000000000..02b58f70a --- /dev/null +++ b/freebsd/applications/themes/twin-style-suse2/pkg-plist @@ -0,0 +1,59 @@ +lib/trinity/twin3_SUSE2.la +lib/trinity/twin3_SUSE2.so +lib/trinity/twin_SUSE2_config.la +lib/trinity/twin_SUSE2_config.so +share/apps/tdedisplay/color-schemes/SUSE2.kcsrc +share/apps/twin/SUSE2.desktop +share/apps/twin/pics/SUSE2/blowfish-deco.png +share/apps/twin/pics/SUSE2/daemon-deco.png +share/apps/twin/pics/SUSE2/debian-decor.png +share/apps/twin/pics/SUSE2/debian.png +share/apps/twin/pics/SUSE2/konqui-deco.png +share/apps/twin/pics/SUSE2/kroete.png +share/apps/twin/pics/SUSE2/kubuntu-logo.png +share/apps/twin/pics/SUSE2/pardus.png +share/apps/twin/pics/SUSE2/penguin-deco.png +share/apps/twin/pics/SUSE2/titlebar_decor.png +share/apps/twin/pics/SUSE2/tux-deco.png +share/apps/twin/pics/SUSE2/ubuntu.png +share/locale/bg/LC_MESSAGES/twin-style-suse2.mo +share/locale/bs/LC_MESSAGES/twin-style-suse2.mo +share/locale/cs/LC_MESSAGES/twin-style-suse2.mo +share/locale/cy/LC_MESSAGES/twin-style-suse2.mo +share/locale/da/LC_MESSAGES/twin-style-suse2.mo +share/locale/de/LC_MESSAGES/twin-style-suse2.mo +share/locale/el/LC_MESSAGES/twin-style-suse2.mo +share/locale/en_GB/LC_MESSAGES/twin-style-suse2.mo +share/locale/en_US/LC_MESSAGES/twin-style-suse2.mo +share/locale/es/LC_MESSAGES/twin-style-suse2.mo +share/locale/et/LC_MESSAGES/twin-style-suse2.mo +share/locale/fi/LC_MESSAGES/twin-style-suse2.mo +share/locale/fr/LC_MESSAGES/twin-style-suse2.mo +share/locale/he/LC_MESSAGES/twin-style-suse2.mo +share/locale/hi/LC_MESSAGES/twin-style-suse2.mo +share/locale/hr/LC_MESSAGES/twin-style-suse2.mo +share/locale/hu/LC_MESSAGES/twin-style-suse2.mo +share/locale/id/LC_MESSAGES/twin-style-suse2.mo +share/locale/it/LC_MESSAGES/twin-style-suse2.mo +share/locale/ja/LC_MESSAGES/twin-style-suse2.mo +share/locale/km/LC_MESSAGES/twin-style-suse2.mo +share/locale/ko/LC_MESSAGES/twin-style-suse2.mo +share/locale/lo/LC_MESSAGES/twin-style-suse2.mo +share/locale/lt/LC_MESSAGES/twin-style-suse2.mo +share/locale/nb/LC_MESSAGES/twin-style-suse2.mo +share/locale/nl/LC_MESSAGES/twin-style-suse2.mo +share/locale/pa/LC_MESSAGES/twin-style-suse2.mo +share/locale/pl/LC_MESSAGES/twin-style-suse2.mo +share/locale/pt/LC_MESSAGES/twin-style-suse2.mo +share/locale/pt_BR/LC_MESSAGES/twin-style-suse2.mo +share/locale/ro/LC_MESSAGES/twin-style-suse2.mo +share/locale/ru/LC_MESSAGES/twin-style-suse2.mo +share/locale/sk/LC_MESSAGES/twin-style-suse2.mo +share/locale/sl/LC_MESSAGES/twin-style-suse2.mo +share/locale/sr/LC_MESSAGES/twin-style-suse2.mo +share/locale/sv/LC_MESSAGES/twin-style-suse2.mo +share/locale/ta/LC_MESSAGES/twin-style-suse2.mo +share/locale/tr/LC_MESSAGES/twin-style-suse2.mo +share/locale/uk/LC_MESSAGES/twin-style-suse2.mo +share/locale/zh_CN/LC_MESSAGES/twin-style-suse2.mo +share/locale/zh_TW/LC_MESSAGES/twin-style-suse2.mo |