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

recipes/gui/xfce4-power-manager/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: 'xfce4-power-manager'
pkgver: '4.20.1'
pkgrel: '1'
pkgdesc: 'Power manager for the Xfce desktop.'
url: 'https://www.xfce.org/'
arch: x86_64
depends:
- 'hicolor-icon-theme'
- upower

makedepends:
- 'dbus-glib'
- libnotify
- 'xfce4-panel'

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

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --sbindir=/usr/bin        \
  --sysconfdir=/etc

  make
  make DESTDIR=${PKGDIR} install

package: |
  true