Port details |
- wpgtk Colorscheme, wallpaper and template manager
- 6.6.3 x11-themes =3 6.6.1Version of this port present on the latest quarterly branch.
- Maintainer: fuz@FreeBSD.org
- Port Added: 2023-03-31 10:47:15
- Last Update: 2024-12-02 14:27:29
- Commit Hash: 01e6718
- People watching this port, also watch:: woff2, libXdamage, sway, xcb-util-image, libevent
- License: GPLv2
- WWW:
- https://deviantfero.github.io/wpgtk
- Description:
- wpgtk is a color-scheme manager with a template system which lets you
create templates from any text file and will replace keywords on it when
you change your theme, delivering high customizing power.
And also, for those who are not into auto-generated color-schemes, you
will be happy to know that wpgtk includes all the preset themes that
pywal does, so that's around 200+ themes to play around with, that you
can also modify to get really readable and cool results!
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}wpgtk>0:x11-themes/wpgtk@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/x11-themes/wpgtk/ && make install clean
- To add the package, run one of these commands:
- pkg install x11-themes/wpgtk
- pkg install py311-wpgtk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-wpgtk listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-wpgtk
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1732958184
SHA256 (wpgtk-6.6.3.tar.gz) = 2fccbd9e5f1a69b694a634c9c4a351327f0721443c213f568c657c88c7d32154
SIZE (wpgtk-6.6.3.tar.gz) = 39628
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-pillow>0 : graphics/py-pillow@py311
- py311-wheel>=0 : devel/py-wheel@py311
- wal : graphics/pywal@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- feh : graphics/feh
- py311-pillow>0 : graphics/py-pillow@py311
- wal : graphics/pywal@py311
- xsettingsd : x11/xsettingsd
- py311-pygobject>=0 : devel/py-pygobject@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libharfbuzz.so : print/harfbuzz
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- x11-themes_wpgtk
- USES:
- gnome python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.6.3 02 Dec 2024 14:27:29 |
Robert Clausecker (fuz) |
x11-themes/wpgtk: update to 6.6.3
Upstream changes:
- remove unnecessary check for pywal16
- update linea nord script to also install gtk2 template base |
6.6.2_1 22 Nov 2024 22:31:54 |
Charlie Li (vishwin) |
devel/py-pygobject: bump consumer PORTREVISIONs after port rename
With hat: gnome
PR: 273722 |
6.6.2 19 Nov 2024 16:59:07 |
Charlie Li (vishwin) |
devel/py-gobject3: use USE_GNOME=pygobject3 helper
The helper is equivalent to the previous explicit dependency
declaration so no functional or metadata changes.
With hat: gnome
PR: 273722 |
6.6.2 06 Nov 2024 15:14:31 |
Robert Clausecker (fuz) |
x11-themes/wpgtk: update to 6.6.2
Changelog: https://github.com/deviantfero/wpgtk/compare/6.6.1...6.6.2 |
6.6.1 24 Jun 2024 22:17:01 |
Wen Heping (wen) |
x11-themes/wpgtk: Fix build with removing setuptools from RUN_D
PR: 270510
Approved by: portmgr@(blanket, fix build) |
6.6.1 10 Feb 2024 13:41:51 |
Robert Clausecker (fuz) |
x11-themes/wpgtk: update to 6.6.1
- now builds with pep517
Changelog: https://github.com/deviantfero/wpgtk/compare/6.5.9...6.6.1 |
6.5.9_1 23 Dec 2023 18:14:14 |
Nuno Teixeira (eduardo) |
*/*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree |
6.5.9 10 Sep 2023 16:12:56 |
Robert Clausecker (fuz) |
x11-themes/wpgtk: update to 6.5.9
Changelog: https://github.com/deviantfero/wpgtk/compare/6.5.5...6.5.9 |
6.5.5 18 Apr 2023 21:55:28 |
Robert Clausecker (fuz) |
*/*: change MAINTAINER to my FreeBSD.org email address
Out of habit I accidentally used my non-FreeBSD address for some ports.
Change these over to fuz@FreeBSD.org. |
6.5.5 06 Apr 2023 20:33:20 |
Robert Clausecker (fuz) |
x11-themes/wpgtk: update to 6.5.5
A patch release.
Upstream is at 6.5.7 already, but more recent versions have not been
uploaded to PYPI yet.
Changelog: https://github.com/deviantfero/wpgtk/compare/6.5.0...6.5.5
MFH: 2023Q2 |
6.5.0 31 Mar 2023 10:42:07 |
Robert Clausecker (fuz) |
x11-themes/wpgtk: new port
wpgtk is a color-scheme manager with a template system which lets you
create templates from any text file and will replace keywords on it when
you change your theme, delivering high customizing power.
And also, for those who are not into auto-generated color-schemes, you
will be happy to know that wpgtk includes all the preset themes that
pywal does, so that's around 200+ themes to play around with, that you
can also modify to get really readable and cool results!
WWW: https://deviantfero.github.io/wpgtk/
Requested by: reddit user /u/twllnbrck |