🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: 'ayatana-ido'
pkgver: '0.10.4'
pkgrel: '1'
pkgdesc: 'Ayatana Indicator Display Objects'
url: 'https://github.com/AyatanaIndicators/ayatana-ido'
arch: x86_64
license:
- 'GPL3 LGPL2 LGPL2.1 LGPL3'
depends:
- gtk3
- glib
makedepends:
- git
- 'extra-cmake-modules'
- 'gobject-introspection'
- vala
source: []
sha256sums: []
build: |
git clone https://github.com/AyatanaIndicators/ayatana-ido.git
cd ${pkgname}
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr \
..
make
make DESTDIR=${PKGDIR} install
install -Dm644 ../COPYING.GPL-3 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.GPL-3
install -Dm644 ../COPYING.LGPL-3 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LGPL-3
install -Dm644 ../COPYING.LGPL-2 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LGPL-2
install -Dm644 ../COPYING.LGPL-2.1 ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING.LGPL-2.1
package: |
true