🔒 Repository is read-only – file editing is disabled.

recipes/gui/libdbusmenu-gtk/PAGBUILD.yaml main

41 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738394041
pkgname: 'libdbusmenu-gtk'
pkgver: '16.04.0'
pkgrel: '3'
pkgdesc: 'Library for passing menus over DBus'
url: 'https://launchpad.net/libdbusmenu'
arch: x86_64
depends: []
makedepends:
- 'gnome-common'
- 'gobject-introspection'
- gtk3
- intltool
- vala
- valgrind
- glib

source:
- 'https://launchpad.net/libdbusmenu/16.04/${pkgver}/+download/libdbusmenu-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd libdbusmenu-${pkgver}
  sed -i 's/-Werror//' libdbusmenu-*/Makefile.{am,in}
  cd ..
  export HAVE_VALGRIND_TRUE='#'
  export HAVE_VALGRIND_FALSE=''

  cd libdbusmenu-${pkgver}
    ./configure --prefix=/usr \
      --sysconfdir=/etc \
      --localstatedir=/var \
      --disable-{dumper,static,tests} \
      --with-gtk=3
  make
  make -j1 -C libdbusmenu-glib DESTDIR=${PKGDIR} install
  make -j1 -C libdbusmenu-gtk DESTDIR=${PKGDIR} install

package: |
  true