🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: libayatana-appindicator
pkgver: '0.6.0'
pkgrel: '1'
pkgdesc: Ayatana Application Indicators (Shared Library)
url: 'https://github.com/AyatanaIndicators/libayatana-appindicator'
arch: x86_64
license:
- GPL3 LGPL2.1
depends:
- libdbusmenu-gtk
- libayatana-indicator
makedepends:
- extra-cmake-modules
- glib
- gtk3
- gobject-introspection
- vala
- perl-xml-libxml
source:
- 'https://github.com/AyatanaIndicators/${pkgname}/archive/refs/tags/${pkgver}.tar.gz'
sha256sums:
- 23be92ad8eb9625ce93b23b14f82f3cf88a4970c31d48581945ddfbac0441d06
build: |
cd ${pkgname}-${pkgver}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_BINDINGS_MONO=OFF \
-DENABLE_GTKDOC=ON \
..
make
make DESTDIR=${PKGDIR} install
install -Dm644 ../COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
install -Dm644 ../COPYING.GPL.3 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.GPL.3
install -Dm644 ../COPYING.LGPL.2.1 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LGPL.2.1
package: |
true