🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940414243444546
pkgname: 'gtk-update-icon-cache'
pkgver: '3.24.34'
pkgrel: '2'
pkgdesc: 'The GTK+ update icon cache tool'
url: 'https://www.gtk.org/'
arch: x86_64
depends: []
makedepends:
- glib
- 'gdk-pixbuf'
- pango
- 'xorg-libxi'
- 'egl-wayland'
- libepoxy
- mesa
- 'xorg-libxdamage'
- 'xorg-libdrm'
- 'at-spi2-core'
- dbus
- 'xorg-libxtst'
source:
- 'https://download.gnome.org/sources/gtk+/3.24/gtk+-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd gtk+-${pkgver}
sed -i 's#.*@man_#man_#' docs/reference/gtk/Makefile.in
./configure
cd gtk
make gtk-update-icon-cache
mkdir -p ${PKGDIR}/usr/{bin,share/man/man1}
install -c gtk-update-icon-cache ${PKGDIR}/usr/bin/gtk-update-icon-cache
install -c -m644 ../docs/reference/gtk/gtk-update-icon-cache.1 \
${PKGDIR}/usr/share/man/man1
package: |
true
update: |
local lastversion
lastversion="`lynx -read_timeout=20 -dump -listonly -nonumbers \
https://download.gnome.org/sources/gtk+/3.24/?C=N\;O=D|grep LATEST|grep [0-9]$|cut -d "-" -f3`"
echo "$lastversion"