Bug 251292 - [NEW PORT] x11-themes/nordic-theme: Dark Gtk3.20+ & KDE theme created using the awesome Nord color pallete.
Summary: [NEW PORT] x11-themes/nordic-theme: Dark Gtk3.20+ & KDE theme created using t...
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: Rainer Hurling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-21 15:53 UTC by Alexander Vereeken
Modified: 2020-11-21 18:26 UTC (History)
1 user (show)

See Also:


Attachments
nordic-theme.diff (47.37 KB, patch)
2020-11-21 15:53 UTC, Alexander Vereeken
no flags Details | Diff
nordic-theme-poudriere.log (18.00 KB, text/plain)
2020-11-21 15:54 UTC, Alexander Vereeken
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Vereeken 2020-11-21 15:53:12 UTC
Created attachment 219855 [details]
nordic-theme.diff

Dark Gtk3.20+ & KDE theme created using the awesome Nord color pallete.

WWW: https://github.com/EliverLara/Nordic
Comment 1 Alexander Vereeken 2020-11-21 15:54:14 UTC
Created attachment 219856 [details]
nordic-theme-poudriere.log
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-11-21 18:16:11 UTC
A commit references this bug:

Author: rhurlin
Date: Sat Nov 21 18:15:26 UTC 2020
New revision: 556006
URL: https://svnweb.freebsd.org/changeset/ports/556006

Log:
  New port: x11-themes/nordic-theme: Using Nord color palette

  Dark Gtk3.20+ & KDE theme created using the awesome Nord color palette [1].

  [1] https://github.com/EliverLara/Nordic

  PR:		251292
  Submitted by:	Alexander Vereeken <Alexander88207@protonmail.com> (new maintainer)
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D27308

Changes:
  head/x11-themes/Makefile
  head/x11-themes/nordic-theme/
  head/x11-themes/nordic-theme/Makefile
  head/x11-themes/nordic-theme/distinfo
  head/x11-themes/nordic-theme/pkg-descr
  head/x11-themes/nordic-theme/pkg-plist
Comment 3 Rainer Hurling freebsd_committer freebsd_triage 2020-11-21 18:21:15 UTC
Committed, thanks :)


Two minor changes from your patch:

- Fix typo: 'pallete' to 'palette' in Makefile and pkg-descr

The author of the theme, Eliver Lara, also has this typo ;)


- Move 'v' from DISTVERSION into DISTVERSIONPREFIX

This leads to a package name 'nordic-theme-1.9.0' instead of 'nordic-theme-v1.9.0'.
Comment 4 Alexander Vereeken 2020-11-21 18:26:18 UTC
Wow, that was fast this time. Many thanks for comitting and the improvements.