xournal: update to 0.4.7.
This commit is contained in:
parent
27a1ce9fa0
commit
2b2a5e0960
2 changed files with 12 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'xournal'
|
||||
pkgname=xournal
|
||||
version=0.4.6
|
||||
version=0.4.7
|
||||
revision=1
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu-configure
|
||||
|
@ -12,7 +12,7 @@ short_desc="Xournal: GPL Notetaking, sketching, and journal-keeping."
|
|||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://xournal.sourceforge.net/"
|
||||
license="GPL-2"
|
||||
checksum=ec9008b49569514a9d12b810a8b92ef2c1c56590c964db66c2245d85f4eab058
|
||||
checksum=d1ceb9c3a0b0172f7c2389bfe188a13cdc9f9f4c3ddc30095d635edf1367ac89
|
||||
long_desc="
|
||||
Xournal is an application for notetaking, sketching, keeping a journal using
|
||||
a stylus. It is free software (GNU GPL) and runs on Linux (recent
|
||||
|
@ -27,7 +27,7 @@ long_desc="
|
|||
|
||||
gtk_iconcache_dirs="/usr/share/icons/hicolor"
|
||||
|
||||
pre_configure() {
|
||||
sed -i -e "s|lX11|lX11 -lm -lz|" src/Makefile.am
|
||||
./autogen.sh
|
||||
}
|
||||
#pre_configure() {
|
||||
# sed -i -e "s|lX11|lX11 -lm -lz|" src/Makefile.am
|
||||
# ./autogen.sh
|
||||
#}
|
||||
|
|
|
@ -1,18 +1,19 @@
|
|||
libgnomecanvas-2.so.0
|
||||
libart_lgpl_2.so.2
|
||||
libgtk-x11-2.0.so.0
|
||||
libgdk-x11-2.0.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libpoppler-glib.so.8
|
||||
libcairo.so.2
|
||||
libpangoft2-1.0.so.0
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libpoppler-glib.so.8
|
||||
libgobject-2.0.so.0
|
||||
libcairo.so.2
|
||||
libglib-2.0.so.0
|
||||
libc.so.6
|
||||
libm.so.6
|
||||
libX11.so.6
|
||||
libz.so.1
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
|
|
Loading…
Reference in a new issue