mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/gtk4 to 4.4.0-1
This commit is contained in:
parent
9e64658072
commit
ba0c4fedc0
1 changed files with 6 additions and 7 deletions
|
@ -5,8 +5,8 @@
|
|||
|
||||
pkgbase=gtk4
|
||||
pkgname=(gtk4 gtk-update-icon-cache gtk4-docs gtk4-demos)
|
||||
pkgver=4.2.1
|
||||
pkgrel=2
|
||||
pkgver=4.4.0
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="GObject-based multi-platform GUI toolkit"
|
||||
arch=(x86_64)
|
||||
|
@ -14,14 +14,13 @@ url="https://www.gtk.org/"
|
|||
depends=(glib2 cairo pango fribidi gdk-pixbuf2 libepoxy libgl libegl harfbuzz
|
||||
libxkbcommon graphene iso-codes tracker3 libcolord wayland
|
||||
wayland-protocols libxrandr libx11 libxrender libxi libxext libxcursor
|
||||
libxdamage libxfixes libxcomposite fontconfig libxinerama
|
||||
vulkan-icd-loader vulkan-headers libcloudproviders libcups rest
|
||||
json-glib ffmpeg gst-plugins-bad-libs librsvg dconf shared-mime-info
|
||||
libxdamage libxfixes fontconfig libxinerama libcloudproviders libcups
|
||||
rest json-glib gst-plugins-bad-libs librsvg dconf shared-mime-info
|
||||
desktop-file-utils adwaita-icon-theme cantarell-fonts)
|
||||
makedepends=(git meson gi-docgen shaderc sassc gobject-introspection
|
||||
docbook-xsl)
|
||||
license=(LGPL)
|
||||
_commit=ba44668478b7184bec02609f292691b85a2c6cdd # tags/4.2.1^0
|
||||
_commit=f1f197e3b94a55d5cbfaae2498f991a0ae733b32 # tags/4.4.0^0
|
||||
source=("git+https://github.com/GNOME/gtk.git#commit=$_commit"
|
||||
gtk-update-icon-cache.{hook,script} gtk4-querymodules.hook)
|
||||
sha256sums=('SKIP'
|
||||
|
@ -67,7 +66,7 @@ package_gtk4() {
|
|||
depends+=(gtk-update-icon-cache)
|
||||
provides=(libgtk-4.so)
|
||||
|
||||
DESTDIR="$pkgdir" meson install -C build
|
||||
meson install -C build --destdir "$pkgdir"
|
||||
|
||||
install -Dm644 /dev/stdin "$pkgdir/usr/share/gtk-4.0/settings.ini" <<END
|
||||
[Settings]
|
||||
|
|
Loading…
Reference in a new issue