Bug 250575 - [NEW PORT] x11-themes/ant-dracula-theme: A dark theme for GTK & KDE
Summary: [NEW PORT] x11-themes/ant-dracula-theme: A dark theme for GTK & KDE
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Max Brazhnikov
URL: https://github.com/dracula/gtk
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-24 11:18 UTC by Alexander Vereeken
Modified: 2020-12-17 21:25 UTC (History)
1 user (show)

See Also:


Attachments
ant-dracula-gtk-theme.diff (47.02 KB, patch)
2020-10-24 11:18 UTC, Alexander Vereeken
no flags Details | Diff
ant-dracula-gtk-theme-poudriere.log (14.50 KB, text/plain)
2020-10-24 11:21 UTC, Alexander Vereeken
no flags Details
ant-dracula-gtk-theme.diff (47.14 KB, patch)
2020-11-14 16:51 UTC, Alexander Vereeken
no flags Details | Diff
ant-dracula-theme.diff (50.07 KB, patch)
2020-11-21 17:16 UTC, Alexander Vereeken
no flags Details | Diff
ant-dracula-theme.diff (53.58 KB, patch)
2020-11-21 17:24 UTC, Alexander Vereeken
no flags Details | Diff
ant-dracula-theme.diff (58.99 KB, patch)
2020-11-22 13:13 UTC, Alexander Vereeken
no flags Details | Diff
ant-dracula-theme.diff (59.04 KB, patch)
2020-12-15 22:15 UTC, Alexander Vereeken
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vereeken 2020-10-24 11:18:59 UTC
Created attachment 219033 [details]
ant-dracula-gtk-theme.diff

A dark theme for GTK.

WWW: https://github.com/dracula/gtk
Comment 1 Alexander Vereeken 2020-10-24 11:21:35 UTC
Created attachment 219034 [details]
ant-dracula-gtk-theme-poudriere.log
Comment 2 Alexander Vereeken 2020-11-14 16:51:39 UTC
Created attachment 219685 [details]
ant-dracula-gtk-theme.diff

Fixed Makefile warning.
Comment 3 Alexander Vereeken 2020-11-21 17:16:53 UTC
Created attachment 219857 [details]
ant-dracula-theme.diff

Added options & Support for KDE.

The unity theme was deliberately left out because there is no unity for freebsd.
Comment 4 Alexander Vereeken 2020-11-21 17:24:58 UTC
Created attachment 219858 [details]
ant-dracula-theme.diff

Add gtk 3.20 support back
Comment 5 Alexander Vereeken 2020-11-22 13:13:04 UTC
Created attachment 219883 [details]
ant-dracula-theme.diff

- Remove Cinnamon as default because its broken soon removed from ports.
- Added desktoptheme (plasma-style)
Comment 6 Max Brazhnikov freebsd_committer freebsd_triage 2020-12-15 21:42:28 UTC
it fails staqe-qa tests:

====> Running Q/A tests (stage-qa)
Error: '/usr/bin/python3' is an invalid shebang you need USES=shebangfix for 'share/themes/Ant-Dracula/gtk-3.20/assets/render-gtk3-assets-hidpi.py'
Error: '/usr/bin/python3' is an invalid shebang you need USES=shebangfix for 'share/themes/Ant-Dracula/gtk-3.20/assets/render-gtk3-assets.py'
*** Error code 1

I'm not sure whether these scripts are needed at all.
Comment 7 Alexander Vereeken 2020-12-15 22:15:33 UTC
Created attachment 220596 [details]
ant-dracula-theme.diff

Hello Max,

thanks for taking the assignee. 

The two scripts are indeed not needed and have now been removed, sorry for that.
Comment 8 commit-hook freebsd_committer freebsd_triage 2020-12-17 21:15:54 UTC
A commit references this bug:

Author: makc
Date: Thu Dec 17 21:15:45 UTC 2020
New revision: 558332
URL: https://svnweb.freebsd.org/changeset/ports/558332

Log:
  Add new port x11-themes/ant-dracula-theme:

  Dark theme for GTK & KDE.

  PR:		250575
  Submitted by:	Alexander Vereeken

Changes:
  head/x11-themes/Makefile
  head/x11-themes/ant-dracula-theme/
  head/x11-themes/ant-dracula-theme/Makefile
  head/x11-themes/ant-dracula-theme/distinfo
  head/x11-themes/ant-dracula-theme/pkg-descr
  head/x11-themes/ant-dracula-theme/pkg-plist
Comment 9 Max Brazhnikov freebsd_committer freebsd_triage 2020-12-17 21:25:39 UTC
Committed with minor changes, thank you!