diff options
author | Slávek Banko <[email protected]> | 2024-10-20 12:37:37 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2024-10-21 03:18:00 +0200 |
commit | 5ed0b6b63f4f742892c4ef2aa34d71f16694a400 (patch) | |
tree | 0383a114e0cf4536af9301b47adf4b78e9b0a62b /freebsd/applications/themes/tde-style-polyester | |
parent | 12e0186a29b960defd544590abf1a5f11b4ad02d (diff) | |
download | tde-packaging-5ed0b6b63f4f742892c4ef2aa34d71f16694a400.tar.gz tde-packaging-5ed0b6b63f4f742892c4ef2aa34d71f16694a400.zip |
FreeBSD: Update for final R14.1.3.
Add ports for several applications.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'freebsd/applications/themes/tde-style-polyester')
3 files changed, 4 insertions, 39 deletions
diff --git a/freebsd/applications/themes/tde-style-polyester/Makefile b/freebsd/applications/themes/tde-style-polyester/Makefile index e99462eb1..2e98b4e5b 100644 --- a/freebsd/applications/themes/tde-style-polyester/Makefile +++ b/freebsd/applications/themes/tde-style-polyester/Makefile @@ -11,7 +11,7 @@ PORTNAME= tde-style-polyester-trinity COMMENT= Polyester widget style and twin decoration for TDE TDE_PREVERSION= MASTER_SITE_SUBDIR= t/${PORTNAME} -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= x11-themes DIST_SUBDIR= TDE/applications/themes diff --git a/freebsd/applications/themes/tde-style-polyester/distinfo b/freebsd/applications/themes/tde-style-polyester/distinfo index bfef90682..9bd8686b4 100644 --- a/freebsd/applications/themes/tde-style-polyester/distinfo +++ b/freebsd/applications/themes/tde-style-polyester/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713857852 -SHA256 (TDE/applications/themes/tde-style-polyester-trinity_14.1.2.orig.tar.xz) = ceda4fa7a9846c9bf30704ac448e8f63a31914a100fb45c4e39b8e5d0eed7aa1 -SIZE (TDE/applications/themes/tde-style-polyester-trinity_14.1.2.orig.tar.xz) = 205688 +TIMESTAMP = 1729262664 +SHA256 (TDE/applications/themes/tde-style-polyester-trinity_14.1.3.orig.tar.xz) = cfb0788b4d193243f8f383abe948a57eec2802685758079b2a259f3818772659 +SIZE (TDE/applications/themes/tde-style-polyester-trinity_14.1.3.orig.tar.xz) = 205892 diff --git a/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff b/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff deleted file mode 100644 index 426a326c2..000000000 --- a/freebsd/applications/themes/tde-style-polyester/files/patch-bp000-fix-loading-in-twin.diff +++ /dev/null @@ -1,35 +0,0 @@ -commit 7c56e0db5cfa14b280ca25b455daae77e75eb953 -Author: Michele Calgaro <[email protected]> -Date: Fri May 3 10:12:45 2024 +0900 - - Fix loading of window decoration module in twin - - Signed-off-by: Michele Calgaro <[email protected]> - -diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt -index 7e9d720..e505b79 100644 ---- a/client/CMakeLists.txt -+++ b/client/CMakeLists.txt -@@ -63,9 +63,9 @@ add_custom_target( buttons-embed-images - ) - - --### twin_polyester (kpart) ##################################################### -+### twin3_polyester (kpart) ##################################################### - --tde_add_kpart( twin_polyester AUTOMOC -+tde_add_kpart( twin3_polyester AUTOMOC - - SOURCES - polyester.cpp -diff --git a/client/polyester.desktop b/client/polyester.desktop -index 52e7c93..30f8b1d 100755 ---- a/client/polyester.desktop -+++ b/client/polyester.desktop -@@ -2,4 +2,4 @@ - [Desktop Entry] - Encoding=UTF-8 - Name=Polyester --X-TDE-Library=twin_polyester -\ No newline at end of file -+X-TDE-Library=twin3_polyester |