mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 00:23:52 +02:00
New package: nitrogen 1.5.2.
This commit is contained in:
parent
07d06535ec
commit
17be2fdf1a
1 changed files with 20 additions and 0 deletions
20
srcpkgs/nitrogen/template
Normal file
20
srcpkgs/nitrogen/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'nitrogen'
|
||||||
|
pkgname=nitrogen
|
||||||
|
version=1.5.2
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="background browser and setter for X with support for Xinerama"
|
||||||
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
|
homepage="http://nitrogen.org/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="http://projects.l3ib.org/${pkgname}/files/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=60a2437ce6a6c0ba44505fc8066c1973140d4bb48e1e5649f525c7b0b8bf9fd2
|
||||||
|
LDFLAGS+="-lX11"
|
||||||
|
makedepends="gtkmm2-devel pkg-config intltool libXinerama-devel"
|
||||||
|
|
||||||
|
nitrogen_package() {
|
||||||
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
pkg_install() {
|
||||||
|
vmove all
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue