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

recipes/gui/nitrogen/PAGBUILD.yaml main

32 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132
pkgname: nitrogen
pkgver: '1.6.1'
pkgrel: '3'
pkgdesc: 'Background browser and setter for X windows'
url: 'https://projects.l3ib.org/nitrogen/'
arch: x86_64
depends:
- 'hicolor-icon-theme'
- 'desktop-file-utils'
- 'gtk-update-icon-cache'
- 'shared-mime-info'

makedepends:
- gtk2
- gtkmm2
- librsvg

source:
- 'https://github.com/l3ib/${pkgname}/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  CXXFLAGS+=' -std=c++11'
  ./configure --prefix=/usr
  make
  make DESTDIR=${PKGDIR} install

package: |
  true