Package Details: adw-gtk-theme-git 5.5.r1.g4963032-1

Git Clone URL: https://aur.archlinux.org/adw-gtk-theme-git.git (read-only, click to copy)
Package Base: adw-gtk-theme-git
Description: The theme from libadwaita ported to GTK-3
Upstream URL: https://github.com/lassekongo83/adw-gtk3
Licenses: LGPL-2.1-or-later
Conflicts: adw-gtk-theme, adw-gtk3
Provides: adw-gtk-theme
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 15
Popularity: 0.163082
First Submitted: 2024-08-12 15:14 (UTC)
Last Updated: 2024-10-13 16:40 (UTC)

Dependencies (3)

Required by (6)

Sources (1)

Latest Comments

yochananmarqos commented on 2024-08-12 15:17 (UTC)

@xiota: Merge request is submitted.

PBT commented on 2022-05-20 19:40 (UTC)

This is great!!

dusansimic commented on 2022-02-04 16:19 (UTC)

@yochananmarqos missed it because I copied from PKGBUILD-vcs.proto. Thanks!

yochananmarqos commented on 2022-02-04 16:14 (UTC)

Please remove the leading v with s/^v// as in my example, see VCS package guidelines.

yochananmarqos commented on 2022-02-04 15:55 (UTC)

Tags are now available:

pkgver() {
    cd "$srcdir/${pkgname%-git}"
    git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
1.0.r2.ga2a0114