diff --git a/common/shlibs b/common/shlibs index d441c901f61..06f43fe4444 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4224,3 +4224,4 @@ libOpenEXR-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 libdate-tz.so.3 chrono-date-3.0.1_1 +libayatana-ido3-0.4.so.0 ayatana-ido-0.9.2_1 diff --git a/srcpkgs/ayatana-ido-devel b/srcpkgs/ayatana-ido-devel new file mode 120000 index 00000000000..2e1aa73a149 --- /dev/null +++ b/srcpkgs/ayatana-ido-devel @@ -0,0 +1 @@ +ayatana-ido \ No newline at end of file diff --git a/srcpkgs/ayatana-ido/template b/srcpkgs/ayatana-ido/template new file mode 100644 index 00000000000..717ad580840 --- /dev/null +++ b/srcpkgs/ayatana-ido/template @@ -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 " +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 + } +}