mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
New package: libayatana-indicator-0.9.3
This commit is contained in:
parent
c545ccda4b
commit
5034da0772
3 changed files with 26 additions and 0 deletions
|
@ -4225,3 +4225,4 @@ libOpenEXRCore-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
|
||||
libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1
|
||||
libayatana-indicator3.so.7 libayatana-indicator-0.9.3_1
|
||||
|
|
1
srcpkgs/libayatana-indicator-devel
Symbolic link
1
srcpkgs/libayatana-indicator-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libayatana-indicator
|
24
srcpkgs/libayatana-indicator/template
Normal file
24
srcpkgs/libayatana-indicator/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'libayatana-indicator'
|
||||
pkgname=libayatana-indicator
|
||||
version=0.9.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config python3"
|
||||
makedepends="glib-devel gtk+3-devel ayatana-ido-devel"
|
||||
short_desc="Ayatana Indicators Shared Library"
|
||||
maintainer="tibequadorian <tibequadorian@posteo.de>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://ayatanaindicators.github.io/"
|
||||
changelog="https://github.com/AyatanaIndicators/libayatana-indicator/raw/main/ChangeLog"
|
||||
distfiles="https://github.com/AyatanaIndicators/libayatana-indicator/archive/${version}.tar.gz"
|
||||
checksum=09c5456fcb430b6ee0626fafdf99a32eb8746b267d56ab2bd4c8a8dd6ca731da
|
||||
|
||||
libayatana-indicator-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue