New package: gnote-3.6.0.
This commit is contained in:
parent
69d53dfb71
commit
2d9c80ee03
2 changed files with 49 additions and 0 deletions
30
srcpkgs/gnote/gnote.rshlibs
Normal file
30
srcpkgs/gnote/gnote.rshlibs
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
libstdc++.so.6
|
||||||
|
libm.so.6
|
||||||
|
libc.so.6
|
||||||
|
libgcc_s.so.1
|
||||||
|
libxslt.so.1
|
||||||
|
libz.so.1
|
||||||
|
librt.so.1
|
||||||
|
libxml2.so.2
|
||||||
|
libX11.so.6
|
||||||
|
libgtkmm-3.0.so.1
|
||||||
|
libatkmm-1.6.so.1
|
||||||
|
libgdkmm-3.0.so.1
|
||||||
|
libgiomm-2.4.so.1
|
||||||
|
libpangomm-1.4.so.1
|
||||||
|
libglibmm-2.4.so.1
|
||||||
|
libcairomm-1.0.so.1
|
||||||
|
libsigc-2.0.so.0
|
||||||
|
libgtk-3.so.0
|
||||||
|
libgdk-3.so.0
|
||||||
|
libatk-1.0.so.0
|
||||||
|
libpangocairo-1.0.so.0
|
||||||
|
libgdk_pixbuf-2.0.so.0
|
||||||
|
libcairo-gobject.so.2
|
||||||
|
libpango-1.0.so.0
|
||||||
|
libcairo.so.2
|
||||||
|
libuuid.so.1
|
||||||
|
libsecret-1.so.0
|
||||||
|
libgio-2.0.so.0
|
||||||
|
libgobject-2.0.so.0
|
||||||
|
libglib-2.0.so.0
|
19
srcpkgs/gnote/template
Normal file
19
srcpkgs/gnote/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'gnote'
|
||||||
|
pkgname=gnote
|
||||||
|
version=3.6.0
|
||||||
|
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"
|
||||||
|
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.6/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=ac61c84a4fe8eeae613af76bb11cb481f2f44c8bc64ef4b7aac90b8e68e94957
|
||||||
|
long_desc="
|
||||||
|
Gnote is a port of Tomboy to C++.
|
||||||
|
|
||||||
|
It is the same note taking application, including most of the add-ins
|
||||||
|
(more are to come)."
|
Loading…
Reference in a new issue