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

recipes/gui/gnome-menus/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: 'gnome-menus'
pkgver: '3.38.1'
pkgrel: '1'
pkgdesc: 'GNOME menu specifications.'
url: 'https://gitlab.gnome.org/GNOME/gnome-menus'
arch: x86_64
depends: []
makedepends:
- intltool
- glib
- 'gobject-introspection'

source:
- 'https://download.gnome.org/sources/${pkgname}/3.38/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure  --prefix=/usr --sysconfdir=/etc \
        --disable-static
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libgnome-menu-3.la

package: |
  true