From 4975402d7f239a520dfcbd48e03dbab43e491d68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 22 Apr 2023 00:00:02 +0200 Subject: FreeBSD: Add ports updated for final release R14.1.0. Add a script to synchronize ports to the FreeBSD ports structure. Add meta-port 'tde-meta' to install all TDE ports. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- freebsd/applications/themes/Makefile | 17 ++++ freebsd/applications/themes/gtk-qt-engine/Makefile | 38 ++++++++ freebsd/applications/themes/gtk-qt-engine/distinfo | 3 + .../applications/themes/gtk-qt-engine/pkg-descr | 9 ++ .../applications/themes/gtk-qt-engine/pkg-plist | 26 +++++ .../applications/themes/gtk3-tqt-engine/Makefile | 38 ++++++++ .../applications/themes/gtk3-tqt-engine/distinfo | 3 + .../applications/themes/gtk3-tqt-engine/pkg-descr | 3 + .../applications/themes/gtk3-tqt-engine/pkg-plist | 15 +++ .../themes/ksplash-engine-moodin/Makefile | 39 ++++++++ .../themes/ksplash-engine-moodin/distinfo | 3 + .../themes/ksplash-engine-moodin/pkg-descr | 15 +++ .../themes/ksplash-engine-moodin/pkg-plist | 29 ++++++ .../applications/themes/tde-style-baghira/Makefile | 38 ++++++++ .../applications/themes/tde-style-baghira/distinfo | 3 + .../themes/tde-style-baghira/pkg-descr | 8 ++ .../themes/tde-style-baghira/pkg-plist | 65 +++++++++++++ .../applications/themes/tde-style-domino/Makefile | 38 ++++++++ .../applications/themes/tde-style-domino/distinfo | 3 + .../applications/themes/tde-style-domino/pkg-descr | 4 + .../applications/themes/tde-style-domino/pkg-plist | 12 +++ .../applications/themes/tde-style-ia-ora/Makefile | 37 +++++++ .../applications/themes/tde-style-ia-ora/distinfo | 3 + .../applications/themes/tde-style-ia-ora/pkg-descr | 1 + .../applications/themes/tde-style-ia-ora/pkg-plist | 8 ++ .../applications/themes/tde-style-lipstik/Makefile | 37 +++++++ .../applications/themes/tde-style-lipstik/distinfo | 3 + .../themes/tde-style-lipstik/pkg-descr | 6 ++ .../themes/tde-style-lipstik/pkg-plist | 9 ++ .../applications/themes/tde-style-qtcurve/Makefile | 36 +++++++ .../applications/themes/tde-style-qtcurve/distinfo | 3 + .../themes/tde-style-qtcurve/pkg-descr | 8 ++ .../themes/tde-style-qtcurve/pkg-plist | 25 +++++ freebsd/applications/themes/tdmtheme/Makefile | 37 +++++++ freebsd/applications/themes/tdmtheme/distinfo | 3 + freebsd/applications/themes/tdmtheme/pkg-descr | 4 + freebsd/applications/themes/tdmtheme/pkg-plist | 11 +++ .../themes/twin-style-crystal/Makefile | 38 ++++++++ .../themes/twin-style-crystal/distinfo | 3 + .../themes/twin-style-crystal/pkg-descr | 9 ++ .../themes/twin-style-crystal/pkg-plist | 6 ++ .../themes/twin-style-dekorator/Makefile | 38 ++++++++ .../themes/twin-style-dekorator/distinfo | 3 + .../themes/twin-style-dekorator/pkg-descr | 7 ++ .../themes/twin-style-dekorator/pkg-plist | 107 +++++++++++++++++++++ .../themes/twin-style-machbunt/Makefile | 38 ++++++++ .../themes/twin-style-machbunt/distinfo | 3 + .../themes/twin-style-machbunt/pkg-descr | 4 + .../themes/twin-style-machbunt/pkg-plist | 4 + .../applications/themes/twin-style-suse2/Makefile | 38 ++++++++ .../applications/themes/twin-style-suse2/distinfo | 3 + .../applications/themes/twin-style-suse2/pkg-descr | 8 ++ .../applications/themes/twin-style-suse2/pkg-plist | 59 ++++++++++++ 53 files changed, 1008 insertions(+) create mode 100644 freebsd/applications/themes/Makefile create mode 100644 freebsd/applications/themes/gtk-qt-engine/Makefile create mode 100644 freebsd/applications/themes/gtk-qt-engine/distinfo create mode 100644 freebsd/applications/themes/gtk-qt-engine/pkg-descr create mode 100644 freebsd/applications/themes/gtk-qt-engine/pkg-plist create mode 100644 freebsd/applications/themes/gtk3-tqt-engine/Makefile create mode 100644 freebsd/applications/themes/gtk3-tqt-engine/distinfo create mode 100644 freebsd/applications/themes/gtk3-tqt-engine/pkg-descr create mode 100644 freebsd/applications/themes/gtk3-tqt-engine/pkg-plist create mode 100644 freebsd/applications/themes/ksplash-engine-moodin/Makefile create mode 100644 freebsd/applications/themes/ksplash-engine-moodin/distinfo create mode 100644 freebsd/applications/themes/ksplash-engine-moodin/pkg-descr create mode 100644 freebsd/applications/themes/ksplash-engine-moodin/pkg-plist create mode 100644 freebsd/applications/themes/tde-style-baghira/Makefile create mode 100644 freebsd/applications/themes/tde-style-baghira/distinfo create mode 100644 freebsd/applications/themes/tde-style-baghira/pkg-descr create mode 100644 freebsd/applications/themes/tde-style-baghira/pkg-plist create mode 100644 freebsd/applications/themes/tde-style-domino/Makefile create mode 100644 freebsd/applications/themes/tde-style-domino/distinfo create mode 100644 freebsd/applications/themes/tde-style-domino/pkg-descr create mode 100644 freebsd/applications/themes/tde-style-domino/pkg-plist create mode 100644 freebsd/applications/themes/tde-style-ia-ora/Makefile create mode 100644 freebsd/applications/themes/tde-style-ia-ora/distinfo create mode 100644 freebsd/applications/themes/tde-style-ia-ora/pkg-descr create mode 100644 freebsd/applications/themes/tde-style-ia-ora/pkg-plist create mode 100644 freebsd/applications/themes/tde-style-lipstik/Makefile create mode 100644 freebsd/applications/themes/tde-style-lipstik/distinfo create mode 100644 freebsd/applications/themes/tde-style-lipstik/pkg-descr create mode 100644 freebsd/applications/themes/tde-style-lipstik/pkg-plist create mode 100644 freebsd/applications/themes/tde-style-qtcurve/Makefile create mode 100644 freebsd/applications/themes/tde-style-qtcurve/distinfo create mode 100644 freebsd/applications/themes/tde-style-qtcurve/pkg-descr create mode 100644 freebsd/applications/themes/tde-style-qtcurve/pkg-plist create mode 100644 freebsd/applications/themes/tdmtheme/Makefile create mode 100644 freebsd/applications/themes/tdmtheme/distinfo create mode 100644 freebsd/applications/themes/tdmtheme/pkg-descr create mode 100644 freebsd/applications/themes/tdmtheme/pkg-plist create mode 100644 freebsd/applications/themes/twin-style-crystal/Makefile create mode 100644 freebsd/applications/themes/twin-style-crystal/distinfo create mode 100644 freebsd/applications/themes/twin-style-crystal/pkg-descr create mode 100644 freebsd/applications/themes/twin-style-crystal/pkg-plist create mode 100644 freebsd/applications/themes/twin-style-dekorator/Makefile create mode 100644 freebsd/applications/themes/twin-style-dekorator/distinfo create mode 100644 freebsd/applications/themes/twin-style-dekorator/pkg-descr create mode 100644 freebsd/applications/themes/twin-style-dekorator/pkg-plist create mode 100644 freebsd/applications/themes/twin-style-machbunt/Makefile create mode 100644 freebsd/applications/themes/twin-style-machbunt/distinfo create mode 100644 freebsd/applications/themes/twin-style-machbunt/pkg-descr create mode 100644 freebsd/applications/themes/twin-style-machbunt/pkg-plist create mode 100644 freebsd/applications/themes/twin-style-suse2/Makefile create mode 100644 freebsd/applications/themes/twin-style-suse2/distinfo create mode 100644 freebsd/applications/themes/twin-style-suse2/pkg-descr create mode 100644 freebsd/applications/themes/twin-style-suse2/pkg-plist (limited to 'freebsd/applications/themes') diff --git a/freebsd/applications/themes/Makefile b/freebsd/applications/themes/Makefile new file mode 100644 index 000000000..2fbbe6a06 --- /dev/null +++ b/freebsd/applications/themes/Makefile @@ -0,0 +1,17 @@ + + 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-machbunt + SUBDIR += twin-style-suse2 + +.include diff --git a/freebsd/applications/themes/gtk-qt-engine/Makefile b/freebsd/applications/themes/gtk-qt-engine/Makefile new file mode 100644 index 000000000..4969eab18 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/gtk-qt-engine + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + +LIB_DEPENDS+=\ + libgtk-x11-2.0.so: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 diff --git a/freebsd/applications/themes/gtk-qt-engine/distinfo b/freebsd/applications/themes/gtk-qt-engine/distinfo new file mode 100644 index 000000000..a070446f6 --- /dev/null +++ b/freebsd/applications/themes/gtk-qt-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045876 +SHA256 (TDE/applications/themes/gtk-qt-engine-trinity_14.1.0.orig.tar.xz) = b82725b6a77052d224f183581be07832b6d69d9999199cd26f9a2fb7eff14712 +SIZE (TDE/applications/themes/gtk-qt-engine-trinity_14.1.0.orig.tar.xz) = 60232 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..5f11b1d18 --- /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/tde/kcmgtk.desktop +share/doc/tde/HTML/en/kcontrol/gtk/common +share/doc/tde/HTML/en/kcontrol/gtk/index.cache.bz2 +share/doc/tde/HTML/en/kcontrol/gtk/index.docbook +share/locale/bg/LC_MESSAGES/gtk-qt-engine.mo +share/locale/de/LC_MESSAGES/gtk-qt-engine.mo +share/locale/es/LC_MESSAGES/gtk-qt-engine.mo +share/locale/fr/LC_MESSAGES/gtk-qt-engine.mo +share/locale/it/LC_MESSAGES/gtk-qt-engine.mo +share/locale/nl/LC_MESSAGES/gtk-qt-engine.mo +share/locale/nn/LC_MESSAGES/gtk-qt-engine.mo +share/locale/pl/LC_MESSAGES/gtk-qt-engine.mo +share/locale/ru/LC_MESSAGES/gtk-qt-engine.mo +share/locale/sv/LC_MESSAGES/gtk-qt-engine.mo +share/locale/tr/LC_MESSAGES/gtk-qt-engine.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..ec9aeed6d --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/gtk3-tqt-engine + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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 + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + +LIB_DEPENDS+=\ + libgdk-3.so:x11-toolkits/gtk30 \ + + +# Build +post-patch: tde-pathfix + +do-configure: tde-cmake-prepare + ${TDE_CMAKE_CONFIGURE} + +do-build: tde-cmake-build + +do-install: tde-cmake-install + +.include diff --git a/freebsd/applications/themes/gtk3-tqt-engine/distinfo b/freebsd/applications/themes/gtk3-tqt-engine/distinfo new file mode 100644 index 000000000..98c62b705 --- /dev/null +++ b/freebsd/applications/themes/gtk3-tqt-engine/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045878 +SHA256 (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.0.orig.tar.xz) = 2a7f24e8847fde6acae91b48f6c2b31bceb145b4cb707226679360c102a30439 +SIZE (TDE/applications/themes/gtk3-tqt-engine-trinity_14.1.0.orig.tar.xz) = 98364 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..1b947eb5c --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/Makefile @@ -0,0 +1,39 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/ksplash-engine-moodin + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= ksplash-engine-moodin-trinity +COMMENT= Fading splash screen engine for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= k/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/lib/libksplashthemes.so:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/ksplash-engine-moodin/distinfo b/freebsd/applications/themes/ksplash-engine-moodin/distinfo new file mode 100644 index 000000000..77464045d --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045880 +SHA256 (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.0.orig.tar.xz) = 1b95907b99ddf16440a8ecf7d27d37bcbd4438b84e959f810f33b4de76d3cdde +SIZE (TDE/applications/themes/ksplash-engine-moodin-trinity_14.1.0.orig.tar.xz) = 1158732 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 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..4a780d94c --- /dev/null +++ b/freebsd/applications/themes/ksplash-engine-moodin/pkg-plist @@ -0,0 +1,29 @@ +lib/trinity/ksplashmoodin.la +lib/trinity/ksplashmoodin.so +share/apps/ksplash/Themes/Architecture/1.png +share/apps/ksplash/Themes/Architecture/2.png +share/apps/ksplash/Themes/Architecture/3.png +share/apps/ksplash/Themes/Architecture/4.png +share/apps/ksplash/Themes/Architecture/5.png +share/apps/ksplash/Themes/Architecture/6.png +share/apps/ksplash/Themes/Architecture/7.png +share/apps/ksplash/Themes/Architecture/8.png +share/apps/ksplash/Themes/Architecture/Background.jpg +share/apps/ksplash/Themes/Architecture/Preview.png +share/apps/ksplash/Themes/Architecture/Theme.rc +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..bbe85bead --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tde-style-baghira + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tde-style-baghira-trinity +COMMENT= TDE style for Apple junkies :) +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/tde-style-baghira/distinfo b/freebsd/applications/themes/tde-style-baghira/distinfo new file mode 100644 index 000000000..2d13d0758 --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045881 +SHA256 (TDE/applications/themes/tde-style-baghira-trinity_14.1.0.orig.tar.xz) = aa1c07943716a6e03521565818a8623e2c2ef798c0eb77d9307457377e07deb3 +SIZE (TDE/applications/themes/tde-style-baghira-trinity_14.1.0.orig.tar.xz) = 393736 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..8da44aa92 --- /dev/null +++ b/freebsd/applications/themes/tde-style-baghira/pkg-plist @@ -0,0 +1,65 @@ +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/locale/pl/LC_MESSAGES/baghira-usermanager.mo +share/locale/pt_BR/LC_MESSAGES/baghira-usermanager.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..bbe75273d --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tde-style-domino + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/tde-style-domino/distinfo b/freebsd/applications/themes/tde-style-domino/distinfo new file mode 100644 index 000000000..759c49c33 --- /dev/null +++ b/freebsd/applications/themes/tde-style-domino/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045882 +SHA256 (TDE/applications/themes/tde-style-domino-trinity_14.1.0.orig.tar.xz) = 41828d99681258041ebf15ce7d22af9317bc8061931748a7c7967707657a045d +SIZE (TDE/applications/themes/tde-style-domino-trinity_14.1.0.orig.tar.xz) = 116332 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..88bff0d1e --- /dev/null +++ b/freebsd/applications/themes/tde-style-ia-ora/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tde-style-ia-ora + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 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..714c8c452 --- /dev/null +++ b/freebsd/applications/themes/tde-style-ia-ora/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045884 +SHA256 (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.0.orig.tar.xz) = 73e86adb50f7b6d7e0447b2748ec8b53c0e6de899ec51e3fdfe32de80b5a80c1 +SIZE (TDE/applications/themes/tde-style-ia-ora-trinity_14.1.0.orig.tar.xz) = 43972 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..dc545cb44 --- /dev/null +++ b/freebsd/applications/themes/tde-style-lipstik/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tde-style-lipstik + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tde-style-lipstik-trinity +COMMENT= Lipstik style for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/tde-style-lipstik/distinfo b/freebsd/applications/themes/tde-style-lipstik/distinfo new file mode 100644 index 000000000..adc8f0f58 --- /dev/null +++ b/freebsd/applications/themes/tde-style-lipstik/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045885 +SHA256 (TDE/applications/themes/tde-style-lipstik-trinity_14.1.0.orig.tar.xz) = 5ec8a4bed1fae0b79bd6a24614e3e3c1f9d33f7d6ca79259b74f02505e7c05c4 +SIZE (TDE/applications/themes/tde-style-lipstik-trinity_14.1.0.orig.tar.xz) = 48640 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..cee5f61b1 --- /dev/null +++ b/freebsd/applications/themes/tde-style-qtcurve/Makefile @@ -0,0 +1,36 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tde-style-qtcurve + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tde-style-qtcurve-trinity +COMMENT= QtCurve style for TDE +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/tde-style-qtcurve/distinfo b/freebsd/applications/themes/tde-style-qtcurve/distinfo new file mode 100644 index 000000000..bb54dcc72 --- /dev/null +++ b/freebsd/applications/themes/tde-style-qtcurve/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045887 +SHA256 (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.0.orig.tar.xz) = 9b75cd3cdf01fcbeae1ac6cdefe43681810858eacda2b07d59a267d4d2df1e3c +SIZE (TDE/applications/themes/tde-style-qtcurve-trinity_14.1.0.orig.tar.xz) = 161496 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..1991d8adb --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/Makefile @@ -0,0 +1,37 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/tdmtheme + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= tdmtheme-trinity +COMMENT= Theme manager for TDM [Trinity] +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/tdmtheme/distinfo b/freebsd/applications/themes/tdmtheme/distinfo new file mode 100644 index 000000000..b668e9c85 --- /dev/null +++ b/freebsd/applications/themes/tdmtheme/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045889 +SHA256 (TDE/applications/themes/tdmtheme-trinity_14.1.0.orig.tar.xz) = b5bfb812c4c3e3ab44a862f3fff0f73ab0d9102ec6782b28851248770d25ee4e +SIZE (TDE/applications/themes/tdmtheme-trinity_14.1.0.orig.tar.xz) = 24260 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..d5848b393 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-crystal + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= twin-style-crystal-trinity +COMMENT= Semi transparant window decoration for Trinity +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/twin-style-crystal/distinfo b/freebsd/applications/themes/twin-style-crystal/distinfo new file mode 100644 index 000000000..bf7685524 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045890 +SHA256 (TDE/applications/themes/twin-style-crystal-trinity_14.1.0.orig.tar.xz) = 9c4a9c8a676fad797f4d51028583ada639b61c44fec517da28b362422a440318 +SIZE (TDE/applications/themes/twin-style-crystal-trinity_14.1.0.orig.tar.xz) = 164580 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..280a52ed0 --- /dev/null +++ b/freebsd/applications/themes/twin-style-crystal/pkg-plist @@ -0,0 +1,6 @@ +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 +share/locale/pt_BR/LC_MESSAGES/twin-style-crystal.mo diff --git a/freebsd/applications/themes/twin-style-dekorator/Makefile b/freebsd/applications/themes/twin-style-dekorator/Makefile new file mode 100644 index 000000000..26e8e2b3f --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-dekorator + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/twin-style-dekorator/distinfo b/freebsd/applications/themes/twin-style-dekorator/distinfo new file mode 100644 index 000000000..a4a37ea22 --- /dev/null +++ b/freebsd/applications/themes/twin-style-dekorator/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045892 +SHA256 (TDE/applications/themes/twin-style-dekorator-trinity_14.1.0.orig.tar.xz) = 45cfacdeccd9294c46d3ee191e68907a87b3d996a83897cf9eb13af066018f75 +SIZE (TDE/applications/themes/twin-style-dekorator-trinity_14.1.0.orig.tar.xz) = 130892 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-machbunt/Makefile b/freebsd/applications/themes/twin-style-machbunt/Makefile new file mode 100644 index 000000000..2f91d249e --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-machbunt + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.mk> + +PORTNAME= twin-style-machbunt-trinity +COMMENT= TDE window decoration from SUSE 9.1/9.2 +TDE_PREVERSION= +MASTER_SITE_SUBDIR= t/${PORTNAME} +PORTREVISION= 0 +CATEGORIES= x11-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/twin-style-machbunt/distinfo b/freebsd/applications/themes/twin-style-machbunt/distinfo new file mode 100644 index 000000000..1e44ad54d --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045894 +SHA256 (TDE/applications/themes/twin-style-machbunt-trinity_14.1.0.orig.tar.xz) = 33dfa0c745955817e390dc83c2cc040743f683589d0262d54707a9dbbc8667d0 +SIZE (TDE/applications/themes/twin-style-machbunt-trinity_14.1.0.orig.tar.xz) = 25340 diff --git a/freebsd/applications/themes/twin-style-machbunt/pkg-descr b/freebsd/applications/themes/twin-style-machbunt/pkg-descr new file mode 100644 index 000000000..24168884f --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/pkg-descr @@ -0,0 +1,4 @@ +TDE window decoration from SUSE 9.1/9.2 + +This is a port of the KDE Window decoration extracted from SUSE 9.1/9.2. +An example color scheme is provided too. diff --git a/freebsd/applications/themes/twin-style-machbunt/pkg-plist b/freebsd/applications/themes/twin-style-machbunt/pkg-plist new file mode 100644 index 000000000..68524c479 --- /dev/null +++ b/freebsd/applications/themes/twin-style-machbunt/pkg-plist @@ -0,0 +1,4 @@ +lib/trinity/twin3_MachBunt.la +lib/trinity/twin3_MachBunt.so +share/apps/tdedisplay/color-schemes/MachBunt.kcsrc +share/apps/twin/MachBunt.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..7098944ba --- /dev/null +++ b/freebsd/applications/themes/twin-style-suse2/Makefile @@ -0,0 +1,38 @@ +# -*-mode: makefile-*- +# Created by: slavek.banko@axis.cz +# $FreeBSD$ +# +# TDE port map: applications/themes/twin-style-suse2 + +PORTSDIR?=/usr/ports +.include <${PORTSDIR}/Mk/bsd.trinity.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-themes +DIST_SUBDIR= TDE/applications/themes + + +BUILD_DEPENDS+= ${TDE_PREFIX}/lib/libtdecore.so:x11/tdelibs-trinity \ + ${TDE_PREFIX}/share/cmake/twin.cmake:x11/tdebase-trinity \ + ${LOCALBASE}/share/cmake/Modules/TDEMacros.cmake:devel/tde-cmake \ + +LIB_DEPENDS+= libtqt.so:x11-toolkits/libtqtinterface + + +# 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 diff --git a/freebsd/applications/themes/twin-style-suse2/distinfo b/freebsd/applications/themes/twin-style-suse2/distinfo new file mode 100644 index 000000000..897242f39 --- /dev/null +++ b/freebsd/applications/themes/twin-style-suse2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1682045898 +SHA256 (TDE/applications/themes/twin-style-suse2-trinity_14.1.0.orig.tar.xz) = a438fcb400e671355b0eaf34420150a703f5da3240435f647a4446a4d641e7e3 +SIZE (TDE/applications/themes/twin-style-suse2-trinity_14.1.0.orig.tar.xz) = 77744 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 -- cgit v1.2.1