Balló György pushed to branch main at Arch Linux / Packaging / Packages / gtk-sharp-3
Commits: b0d17e18 by Balló György at 2024-07-23T21:34:05+02:00 Add config for nvchecker, formatting - - - - - 2 changed files: - + .nvchecker.toml - PKGBUILD Changes: ===================================== .nvchecker.toml ===================================== @@ -0,0 +1,3 @@ +[gtk-sharp-3] +source = "git" +git = "https://github.com/GLibSharp/GtkSharp.git" ===================================== PKGBUILD ===================================== @@ -5,14 +5,26 @@ _pkgname=GtkSharp pkgver=3.22.2 pkgrel=1 pkgdesc='C# bindings for GTK 3' -arch=('any') +arch=(any) url='https://github.com/GLibSharp/GtkSharp' license=('LGPL-2.0-only AND GPL-2.0-only') -depends=('at-spi2-core' 'bash' 'cairo' 'gdk-pixbuf2' 'glib2' 'gtk3' 'mono' 'pango') -makedepends=('git' 'meson') +depends=( + at-spi2-core + bash + cairo + gdk-pixbuf2 + glib2 + gtk3 + mono + pango +) +makedepends=( + git + meson +) optdepends=('perl: gapi-parser command') source=("git+https://github.com/GLibSharp/$_pkgname.git#tag=$pkgver") -b2sums=('713d60ce8f6b779b7bc9cb5c905c54e8bc6c195dd1437de88b93b1919d7254bf98016d5764c513b8f8643c99e9cc7ac719d93fea5865ce0ed56777ea769131ad') +b2sums=(713d60ce8f6b779b7bc9cb5c905c54e8bc6c195dd1437de88b93b1919d7254bf98016d5764c513b8f8643c99e9cc7ac719d93fea5865ce0ed56777ea769131ad) prepare() { cd $_pkgname @@ -25,7 +37,9 @@ prepare() { } build() { - arch-meson $_pkgname build -D b_pie=false -D install=true + arch-meson $_pkgname build \ + -D b_pie=false \ + -D install=true meson compile -C build } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-sharp-3/-/commit/b0d17e18bd8ac50b4018eef69609df2f9304d3fa -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gtk-sharp-3/-/commit/b0d17e18bd8ac50b4018eef69609df2f9304d3fa You're receiving this email because of your account on gitlab.archlinux.org.
