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

recipes/gui/tumbler/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: tumbler
pkgver: '4.20.2'
pkgrel: '1'
pkgdesc: 'D-Bus service for applications to request thumbnails'
url: 'https://www.xfce.org/'
arch: x86_64
depends: []
makedepends:
- 'libjpeg-turbo'
- libpng
- freetype
- 'gdk-pixbuf'
- 'dbus-glib'
- intltool
- gstreamer
- libxfce4util

source:
- 'https://archive.xfce.org/src/xfce/${pkgname}/4.20/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  ./configure --prefix=/usr \
  --sysconfdir=/etc

  make
  make DESTDIR=${PKGDIR} install

package: |
  true