summaryrefslogtreecommitdiff
path: root/community/mate-text-editor
diff options
context:
space:
mode:
Diffstat (limited to 'community/mate-text-editor')
-rw-r--r--community/mate-text-editor/PKGBUILD35
-rw-r--r--community/mate-text-editor/mate-text-editor.install12
-rw-r--r--community/mate-text-editor/pluma_gettext_fix.diff18
3 files changed, 0 insertions, 65 deletions
diff --git a/community/mate-text-editor/PKGBUILD b/community/mate-text-editor/PKGBUILD
deleted file mode 100644
index 2c384761e..000000000
--- a/community/mate-text-editor/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 104251 2014-01-16 18:10:47Z flexiondotorg $
-# Maintainer : Martin Wimpress <code@flexion.org>
-# Contributor: Giovanni Ricciardi <kar98k.sniper@gmail.com>
-
-pkgname=mate-text-editor
-pkgver=1.6.2
-pkgrel=1
-pkgdesc="A powerful text editor for MATE"
-url="http://mate-desktop.org"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'enchant' 'gtk2' 'gtksourceview2' 'iso-codes'
- 'libsm' 'mate-desktop' 'mate-file-manager' 'python2' 'python2-gobject2'
- 'pygtksourceview2')
-makedepends=('mate-common' 'mate-doc-utils' 'perl-xml-parser')
-options=('!emptydirs')
-groups=('mate-extra')
-source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('64e34ae5724608fcc5adff195515b74e1e3e5bd6')
-install=${pkgname}.install
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- PYTHON=/usr/bin/python2 ./configure \
- --prefix=/usr \
- --libexecdir=/usr/lib \
- --enable-python \
- --disable-scrollkeeper
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
diff --git a/community/mate-text-editor/mate-text-editor.install b/community/mate-text-editor/mate-text-editor.install
deleted file mode 100644
index ed73415a4..000000000
--- a/community/mate-text-editor/mate-text-editor.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas/
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/community/mate-text-editor/pluma_gettext_fix.diff b/community/mate-text-editor/pluma_gettext_fix.diff
deleted file mode 100644
index b6829835a..000000000
--- a/community/mate-text-editor/pluma_gettext_fix.diff
+++ /dev/null
@@ -1,18 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index be832f7..485c574 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -155,10 +155,11 @@ dnl Gettext stuff.
- dnl ================================================================
-
- IT_PROG_INTLTOOL([0.40.0])
--AC_SUBST([GETTEXT_PACKAGE], [pluma])
-+GETTEXT_PACKAGE=pluma
-+AC_SUBST([GETTEXT_PACKAGE])
- AM_GNU_GETTEXT_VERSION([0.17])
- AM_GLIB_GNU_GETTEXT
--AC_DEFINE([GETTEXT_PACKAGE],[PACKAGE_TARNAME], [Define to the gettext package name.])
-+AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Define to the Gettext package name])
-
- dnl ================================================================
- dnl Use gvfs metadata or the old xml file store.