mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
graphite-gtk-theme: consider that upstream issue, switch to tag
This commit is contained in:
parent
bd475bb879
commit
46faff5f7f
1 changed files with 3 additions and 7 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
pkgname=graphite-gtk-theme
|
||||
_reponame='Graphite-gtk-theme'
|
||||
epoch=2
|
||||
pkgver=2024.07.25
|
||||
pkgrel=1
|
||||
pkgname=graphite-gtk-theme
|
||||
|
@ -18,19 +19,14 @@ depends=("gnome-themes-extra")
|
|||
optdepends=("gtk-engine-murrine")
|
||||
makedepends=("git" "sassc" "gnome-shell")
|
||||
install=graphite-gtk-theme.install
|
||||
source=("git+${url}.git")
|
||||
source=("git+${url}.git#tag=${pkgver//./-}")
|
||||
sha256sums=('SKIP')
|
||||
options=(!strip)
|
||||
|
||||
pkgver(){
|
||||
cd "${srcdir}/${_reponame}"
|
||||
printf $(TZ=UTC git log --no-walk --pretty="%cd" --decorate=full --date=format-local:%Y.%m.%d | head -n 1)
|
||||
}
|
||||
|
||||
package() {
|
||||
dist="${pkgdir}/usr/share/themes"
|
||||
mkdir -p "${dist}"
|
||||
cd "${srcdir}/${_reponame}"
|
||||
./install.sh -t all -d "${dist}" -s compact -l
|
||||
./install.sh -t all -d "${dist}"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue