mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 09:07:01 +02:00
New package: xdg-desktop-portal-cosmic-1.0.0.alpha.1
This commit is contained in:
parent
6921dd1b50
commit
d297f71c56
2 changed files with 23 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
COSMIC-Desktop
|
23
srcpkgs/xdg-desktop-portal-cosmic/template
Normal file
23
srcpkgs/xdg-desktop-portal-cosmic/template
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'xdg-desktop-portal-cosmic'
|
||||
pkgname=xdg-desktop-portal-cosmic
|
||||
version=1.0.0.alpha.1
|
||||
revision=1
|
||||
_tag=epoch-${version/.alpha/-alpha}
|
||||
build_style=cargo
|
||||
hostmakedepends="pkg-config llvm18 clang18"
|
||||
makedepends="libxkbcommon-devel libgbm-devel pipewire-devel llvm18-devel
|
||||
glib-devel gstreamer1-devel"
|
||||
depends="xdg-desktop-portal"
|
||||
short_desc="TODO: xdg-desktop-portal-cosmic short_desc"
|
||||
maintainer="Daniel Martinez <danielmartinez@cock.li>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/pop-os/xdg-desktop-portal-cosmic"
|
||||
distfiles="https://github.com/pop-os/xdg-desktop-portal-cosmic/archive/refs/tags/${_tag}.tar.gz"
|
||||
checksum=ad67ab52825fa86906c454d14ce4a065947c0216554e314e4008a6d0de5ad516
|
||||
|
||||
export VERGEN_GIT_COMMIT_DATE="${version}_${revision}"
|
||||
export VERGEN_GIT_SHA="${version}_${revision}"
|
||||
|
||||
do_install() {
|
||||
DESTDIR="${DESTDIR}" prefix=/usr CARGO_TARGET_DIR="target/${RUST_TARGET}" make install
|
||||
}
|
Loading…
Add table
Reference in a new issue