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

recipes/gui/plank/PAGBUILD.yaml main

40 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334353637383940
pkgname: plank
pkgver: '0.11.89'
pkgrel: '2'
pkgdesc: 'Elegant, simple, clean dock'
url: 'https://launchpad.net/plank'
arch: x86_64
depends: []
makedepends:
- cairo
- 'gdk-pixbuf'
- glib
- gtk3
- libgee
- libwnck
- 'xorg-libx11'
- 'xorg-libxfixes'
- 'xorg-libxi'
- pango
- bamf
- 'gnome-menus'

source:
- 'https://launchpad.net/plank/1.0/${pkgver}/+download/plank-${pkgver}.tar.xz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed 's/0.19.6/0.20/' -i configure.ac
  NOCONFIGURE=1 ./autogen.sh

  ./configure --prefix=/usr --sysconfdir=/etc --disable-apport

  make

  make DESTDIR=${PKGDIR} install

package: |
  true