mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: ayatana-ido-0.9.2
This commit is contained in:
parent
646935e5d9
commit
c545ccda4b
3 changed files with 29 additions and 0 deletions
|
@ -4224,3 +4224,4 @@ libOpenEXR-3_1.so.30 libopenexr-3.1.5_1
|
||||||
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
|
libOpenEXRCore-3_1.so.30 libopenexr-3.1.5_1
|
||||||
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
|
libOpenEXRUtil-3_1.so.30 libopenexr-3.1.5_1
|
||||||
libdate-tz.so.3 chrono-date-3.0.1_1
|
libdate-tz.so.3 chrono-date-3.0.1_1
|
||||||
|
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
|
||||||
|
|
1
srcpkgs/ayatana-ido-devel
Symbolic link
1
srcpkgs/ayatana-ido-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
ayatana-ido
|
27
srcpkgs/ayatana-ido/template
Normal file
27
srcpkgs/ayatana-ido/template
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
# Template file for 'ayatana-ido'
|
||||||
|
pkgname=ayatana-ido
|
||||||
|
version=0.9.2
|
||||||
|
revision=1
|
||||||
|
build_helper="gir"
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="pkg-config gobject-introspection vala"
|
||||||
|
makedepends="gtk+3-devel glib-devel"
|
||||||
|
short_desc="Ayatana Indicator Display Objects"
|
||||||
|
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||||
|
license="LGPL-3.0-or-later"
|
||||||
|
homepage="https://ayatanaindicators.github.io/"
|
||||||
|
changelog="https://github.com/AyatanaIndicators/ayatana-ido/raw/main/ChangeLog"
|
||||||
|
distfiles="https://github.com/AyatanaIndicators/ayatana-ido/archive/${version}.tar.gz"
|
||||||
|
checksum=b166e7a160458e4a71f6086d2e4e97e18cf1ac584231a4b9f1f338914203884c
|
||||||
|
|
||||||
|
ayatana-ido-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/share/gir-1.0
|
||||||
|
vmove usr/share/vala
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue