initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

24
libwnck3/PKGBUILD Normal file
View File

@@ -0,0 +1,24 @@
# Maintainer: Jesus E. <heckyel@riseup.net>
pkgname=libwnck3
_pkgname=libwnck
pkgver=3.36.0
pkgrel=2
pkgdesc="Library to manage X windows and workspaces (via pagers, tasklists, etc.)"
url='https://gitlab.gnome.org/GNOME/libwnck'
arch=('i686' 'x86_64')
license=('LGPL-2')
depends=('gtk' 'startup-notification' 'libxres' 'mesa-libgl')
makedepends=('gobject-introspection' 'meson' 'gettext-tiny')
source=("${pkgname}-${pkgver}.tar.xz::https://deb.debian.org/debian/pool/main/libw/libwnck3/libwnck3_${pkgver}.orig.tar.xz")
sha512sums=('b7bf5d935327f61634a898594cf20a270e1b403c8df6c74e6ac20e22eea2845ac8c3007b31994728b74953e40c1015373efe10ed64243cf5e85fd210654aecb3')
build() {
hyperbola-meson ${_pkgname}-${pkgver} build -D gtk_doc=false
ninja -C build
}
package() {
DESTDIR="$pkgdir" meson install -C build
install -Dm644 "${_pkgname}-${pkgver}"/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
}