22 lines
656 B
Plaintext
22 lines
656 B
Plaintext
# Template file for 'gnote'
|
|
pkgname=gnote
|
|
version=3.8.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile --disable-static"
|
|
makedepends="pkg-config itstool>=1.2.0 intltool boost-devel
|
|
libsecret-devel libxslt-devel libuuid-devel gtkmm-devel desktop-file-utils"
|
|
short_desc="GNOME note taking application"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-3"
|
|
homepage="http://live.gnome.org/Gnote"
|
|
distfiles="${GNOME_SITE}/${pkgname}/3.8/${pkgname}-${version}.tar.xz"
|
|
checksum=35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa
|
|
|
|
gnote_package() {
|
|
depends="desktop-file-utils"
|
|
pkg_install() {
|
|
vmove all
|
|
}
|
|
}
|