Search Criteria
Package Details: vertex-themes 20170128-1
Git Clone URL: | https://aur.archlinux.org/vertex-themes.git (read-only) |
---|---|
Package Base: | vertex-themes |
Description: | Vertex Gtk2, Gtk3, Metacity, Xfwm, Cinnamon and GNOME Shell themes (GNOME 3.22 version) |
Upstream URL: | http://horst3180.deviantart.com/art/Vertex-Theme-470663601 |
Licenses: | |
Conflicts: | |
Submitter: | CanalGuada |
Maintainer: | CanalGuada |
Last Packager: | CanalGuada |
Votes: | 183 |
Popularity: | 0.653834 |
First Submitted: | 2014-09-29 15:58 |
Last Updated: | 2017-01-29 14:13 |
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
ljfa commented on 2016-04-24 09:58
For me it doesn't work either: https://gist.github.com/ljfa-ag/082370d91aef2ac2d0d3846270945767
The "Vertex" folder is empty except for README and index.theme.
Any idea where the problem is and how to fix it?
CanalGuada commented on 2016-04-22 13:55
@Alad Source file passes yet the validity check, thus makefile isn't more broken than since the last update… No issue here building package today.
https://gist.github.com/canalguada/97c6ca18cd0bd0c54ec838842358b612
Alad commented on 2016-04-15 15:39
Seems like the makefile is broken - GTK2/3 themes aren't installed at all.
CanalGuada commented on 2016-04-05 22:42
Release 20160329
– Add support for Gnome 3.20
– Add Budgie v10.x support
– Bugfixes
CanalGuada commented on 2016-02-03 03:52
Updated to 20150923-3 version.
Sounds like what should be an archive file is not really one.
raqua commented on 2016-01-31 21:00
Won't build ...
==> Validating source files with sha256sums...
vertex-themes-20150923.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build vertex-themes.
==> Restart building vertex-themes ? [y/N]
==> --------------------------------------
spyrou commented on 2016-01-17 16:15
Hi,
Two small fixes to apply on the PKGBUILD of vertex-theme-20150923
Thank you
##sha256sums=('8484edaf1e9324676a9ebe76c58bb46e0aacbe289a3ee40d01f717e8fde3eb51')
sha256sums=('31efb28773d7502bb573fb3130016d98ee1f0aeffc74f39a83b72319f68dd4d3')
## cd Vertex-theme-${_releasever}
cd vertex-theme-${_releasever}
CanalGuada commented on 2015-09-25 00:08
Updated to 20150923 release. GNOME 3.18 support added.
@TrialnError : Yep, you're right about provides directive. Thanks. Fixed with this update.
This PKGBUILD follows what seems to be a policy for other gtk theme packages in Community repository that require some gtk-engine dependency. And IMHO this one makes sense since many desktop environments or applications still use gtk2 toolkit.
TrialnError commented on 2015-07-21 17:54
The provides line is unnecessary. This package is vertex-themes (pkgname). No need to tell pacman that this package is vertex-themes (would be the case if pkgname is different).
Edit: Oh, and one note. Iirc the gtk-engine is needed for the gtk2 theme only. So this could be an optional dep in that respect
TrialnError commented on 2015-07-21 17:52
The provides line is unnecessary. This package is vertex-themes (pkgname). No need to tell pacman that this package is vertex-themes (would be the case if pkgname is different).