From 8626407afb2e4b7b436ed8e901f40ccf4a7edec6 Mon Sep 17 00:00:00 2001 From: davehome Date: Thu, 13 Oct 2011 04:36:50 -0600 Subject: [PATCH] New packages: gnome-common-3.1.0 and xournal-0.4.5 --- srcpkgs/gnome-common/template | 15 +++++++++++ srcpkgs/xournal/template | 49 +++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 srcpkgs/gnome-common/template create mode 100644 srcpkgs/xournal/template diff --git a/srcpkgs/gnome-common/template b/srcpkgs/gnome-common/template new file mode 100644 index 0000000000..ae801f296a --- /dev/null +++ b/srcpkgs/gnome-common/template @@ -0,0 +1,15 @@ +# Template file for 'gnome-common' +pkgname=gnome-common +version=3.1.0 +distfiles="${GNOME_SITE}/$pkgname/3.1/$pkgname-$version.tar.xz" +build_style=gnu_configure +short_desc="Common scripts and macros to develop with GNOME" +maintainer="davehome " +homepage="http://www.gnome.org" +license="GPL-2" +checksum=fbbc4e03f9276fb12b7cc2da769c932547cdec3b1604335b178270669dba257c +long_desc=" + This package contains common scripts and macros to develop with GNOME." + +Add_dependency run glibc +Add_dependency run gnome-desktop diff --git a/srcpkgs/xournal/template b/srcpkgs/xournal/template new file mode 100644 index 0000000000..d83ec3633c --- /dev/null +++ b/srcpkgs/xournal/template @@ -0,0 +1,49 @@ +# Template file for 'xournal' +pkgname=xournal +version=0.4.5 +distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" +build_style=gnu_configure +short_desc="Xournal: GPL Notetaking, sketching, and journal-keeping." +maintainer="davehome " +homepage="http://xournal.sourceforge.net/" +license="GPL-2" +checksum=a7d7c2cb544451939779276e6e5ee5acc756bd0efb5253de15dc00bfe07755d1 +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 + distributions) and other GTK+/Gnome platforms. It is similar to Microsoft + Windows Journal or to other alternatives such as Jarnal, Gournal, and + NoteLab. + + Xournal aims to provide superior graphical quality (subpixel resolution) and + overall functionality. + + Supports PDF import and export." + +Add_dependency run glibc +Add_dependency run gtk+ +Add_dependency run atk +Add_dependency run pango +Add_dependency run freetype +Add_dependency run fontconfig +Add_dependency run gdk-pixbuf +Add_dependency run cairo +Add_dependency run glib +Add_dependency run libX11 +Add_dependency run zlib +Add_dependency run libgnomecanvas +Add_dependency run poppler-glib + +Add_dependency build autoconf +Add_dependency build automake +Add_dependency build pkg-config +Add_dependency build gtk+-devel +Add_dependency build libgnomecanvas +Add_dependency build libgnomecanvas-devel +Add_dependency build poppler-glib +Add_dependency build poppler-glib-devel + +post_install() +{ + make desktop-install +}