df94b7727a
* mozjs38: remove * cjs: update to 3.8.0. * cinnamon-translations: update to 3.8.1. * cinnamon-menus: update to 3.8.2. * cinnamon-desktop: update to 3.8.1. * cinnamon-screensaver: update to 3.8.2. * nemo: update to 3.8.3. * muffin: update to 3.8.1. * cinnamon-settings-daemon: update to 3.8.4. * cinnamon-control-center: update to 3.8.0. * cinnamon-session: update to 3.8.1. * New package: python3-pam-1.8.3 * cinnamon: update to 3.8.4. * xapps: add mising devel dependencies
27 lines
965 B
Bash
27 lines
965 B
Bash
# Template file for 'xapps'
|
|
pkgname=xapps
|
|
version=1.2.1
|
|
revision=2
|
|
build_style=meson
|
|
hostmakedepends="glib-devel gnome-common pkg-config vala"
|
|
makedepends="gettext-devel gobject-introspection libgnomekbd-devel
|
|
python-gobject-devel"
|
|
depends="gist inxi xfconf"
|
|
short_desc="Cross-desktop libraries and common resources from Linux Mint"
|
|
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|
license="GPL-3.0-or-later, LGPL-3.0-or-later"
|
|
#changelog="https://raw.githubusercontent.com/linuxmint/xapps/master/debian/changelog"
|
|
homepage="https://github.com/linuxmint/xapps"
|
|
distfiles="https://github.com/linuxmint/xapps/archive/${version}.tar.gz"
|
|
checksum=daf41acb021b4dfb1b313710eea812e315a9f49e6a2cc037691ec51799f4cf26
|
|
|
|
xapps-devel_package() {
|
|
short_desc+=" - development files"
|
|
depends="${sourcepkg}>=${version}_${revision} libgnomekbd-devel libglib-devel
|
|
gdk-pixbuf-devel"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/pkgconfig
|
|
vmove "usr/lib/*.so"
|
|
}
|
|
}
|