summaryrefslogtreecommitdiff
path: root/editors/gedit3/Makefile.common
diff options
context:
space:
mode:
authorprlw1 <prlw1@pkgsrc.org>2012-08-31 19:52:18 +0000
committerprlw1 <prlw1@pkgsrc.org>2012-08-31 19:52:18 +0000
commitc5f6e6ce8d3e8ab5536c5e08bfaba65d085fc5f7 (patch)
tree7459f5c916720574d7fad5b1c4d04c5ba7146be5 /editors/gedit3/Makefile.common
parent67d023e9a46b87035f587b3b202dea9bfe13c8e1 (diff)
downloadpkgsrc-c5f6e6ce8d3e8ab5536c5e08bfaba65d085fc5f7.tar.gz
Add gedit 3.4.2 - the GNOME 3 text editor
Diffstat (limited to 'editors/gedit3/Makefile.common')
-rw-r--r--editors/gedit3/Makefile.common45
1 files changed, 45 insertions, 0 deletions
diff --git a/editors/gedit3/Makefile.common b/editors/gedit3/Makefile.common
new file mode 100644
index 00000000000..24b58fdf027
--- /dev/null
+++ b/editors/gedit3/Makefile.common
@@ -0,0 +1,45 @@
+# $NetBSD: Makefile.common,v 1.1 2012/08/31 19:52:18 prlw1 Exp $
+# used by editors/gedit3/Makefile
+# used by editors/gedit3-spell/Makefile
+
+DISTNAME= gedit-3.4.2
+CATEGORIES= editors gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gedit/3.4/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= prlw1@cam.ac.uk
+HOMEPAGE= http://www.gedit.org/
+LICENSE= gnu-gpl-v2
+
+DISTINFO_FILE= ${.CURDIR}/../../editors/gedit3/distinfo
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake intltool msgfmt pkg-config
+USE_PKGLOCALEDIR= yes
+
+PKGCONFIG_OVERRIDE+= data/gedit.pc.in
+PY_PATCHPLIST= yes
+
+CONFIGURE_ARGS+= --disable-updater
+
+BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
+
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../devel/libpeas/buildlink3.mk"
+.include "../../devel/py-gobject3/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
+.include "../../devel/glib2/schemas.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk3+= gtk3+>=3.3.15
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../x11/gtksourceview3/buildlink3.mk"
+.include "../../x11/libICE/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+
+.include "../../lang/python/application.mk"
+.include "../../lang/python/extension.mk"